Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -403/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Get sure web shortcuts are considered first url detection | Andrea Diamantini | 2012-08-14 | 1 | -1/+4 |
| | | | | BUG: 304994 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-07-07 | 1 | -1/+1 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -11/+11 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Improve about url resolving | Andrea Diamantini | 2012-05-15 | 1 | -14/+29 |
| | | | | | | Conflicts: src/urlbar/urlresolver.cpp | ||||
* | Clean up url management | Andrea Diamantini | 2012-04-24 | 1 | -6/+7 |
| | | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829 | ||||
* | Really fix Upper case urls management | Andrea Diamantini | 2012-04-16 | 1 | -2/+5 |
| | | | | | Consider also eventual upper case local urls (eg: rekonq git clone here is in file:///SW/SRC/rekonq dir...) | ||||
* | Let rekonq work everytime with uppercase digited urls | Andrea Diamantini | 2012-04-16 | 1 | -2/+3 |
| | | | | BUG:284829 | ||||
* | List also about:tabs page | Andrea Diamantini | 2012-01-31 | 1 | -0/+2 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -2/+2 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Fix issue with new ordering algorithm | Andrea Diamantini | 2012-01-09 | 1 | -3/+8 |
| | | | | | | Let search item being first when it really is important CCBUG:290884 | ||||
* | Reorder suggestions list, taking on a "relevant" list | Andrea Diamantini | 2012-01-03 | 1 | -113/+51 |
| | | | | | | relevant items are those "starting" with the typedString: eg: type "kde", for me "kde.org" and "kde-apps.org" are more relevant that i.e. "planetkde" that will be last in list. | ||||
* | cut out open search suggestions | Andrea Diamantini | 2012-01-03 | 1 | -24/+30 |
| | |||||
* | show history entries also when no favorite search engine is set | Andrea Diamantini | 2011-12-15 | 1 | -1/+1 |
| | | | | | | | Bug investigation and courtesy patch by Gabo Menna. Many thanks for :D BUG: 256322 | ||||
* | minor startup speed improvement (QL1C && QL1S) | Andrea Diamantini | 2011-12-15 | 1 | -24/+30 |
| | |||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -2/+2 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | Use the relevance method to sort HistoryItem in the UrlBar | Yoann Laissus | 2011-11-17 | 1 | -1/+7 |
| | |||||
* | Let rekonq save file remotely | Andrea Diamantini | 2011-11-03 | 1 | -1/+1 |
| | | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675 | ||||
* | Remove suggestion when response title is the same as typed text | Andrea Diamantini | 2011-10-19 | 1 | -0/+3 |
| | | | | | In fact, this result is just present in one of the first 2 lines of the query. | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -33/+33 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -28/+2 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -39/+39 |
| | |||||
* | Fix History ordering (check about:history page before and after this patch) | Andrea Diamantini | 2011-04-10 | 1 | -37/+20 |
| | | | | | | and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. . | ||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -40/+40 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -5/+5 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Update the completion list when the user switches search engine on the fly. | Andrea Diamantini | 2011-01-09 | 1 | -10/+21 |
| | | | | | Lionel Chauvin's work. Reviewed by me :) | ||||
* | Icon at the right of the urlbar that allows to add an opensearch engine | Andrea Diamantini | 2010-12-21 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;) | ||||
* | Let suggestions work also without search engines ones. | Andrea Diamantini | 2010-11-07 | 1 | -1/+9 |
| | |||||
* | First bunch of fixes for the suggestions. | Andrea Diamantini | 2010-11-07 | 1 | -8/+16 |
| | | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed) | ||||
* | fix suggestion not displayed when missing .xml | Lionel Chauvin | 2010-10-30 | 1 | -9/+6 |
| | |||||
* | improve layout of visual suggestions | Lionel Chauvin | 2010-10-30 | 1 | -9/+1 |
| | |||||
* | Images in visual suggestion are now displayed !! | Lionel Chauvin | 2010-10-30 | 1 | -0/+4 |
| | |||||
* | add an xml parser to the opensearch engine. | megabigbug | 2010-10-30 | 1 | -7/+9 |
| | |||||
* | Better protocol resolution for URL bar | Rohan Garg | 2010-10-15 | 1 | -1/+2 |
| | |||||
* | fix opensearch suggestions url | megabigbug | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Recognize .local & .eu domains. | Andrea Diamantini | 2010-09-04 | 1 | -2/+2 |
| | | | | | | Courtesy patch from Libor Klepac. Thanks :) BUG: 248983 | ||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -5/+6 |
| | |||||
* | Code Review. | Andrea Diamantini | 2010-09-02 | 1 | -0/+1 |
| | | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers | ||||
* | rekonq 0.5.85 | Andrea Diamantini | 2010-09-02 | 1 | -0/+2 |
| | | | | | | | | | another bunch of bug fixes CCBUG:248967 CCBUG:244039 Please, check this version and let us know. Many thanks for... | ||||
* | don't calculate suggestions on fast typing resolution or when user | Andrea Diamantini | 2010-09-02 | 1 | -2/+8 |
| | | | | types a local url (something starting with /) | ||||
* | big commit: fix fast typing | lionelc | 2010-09-01 | 1 | -3/+14 |
| | |||||
* | Fix adding suggestions to not let completion widget "flicker" | Andrea Diamantini | 2010-08-30 | 1 | -1/+2 |
| | |||||
* | about url detection fix | Andrea Diamantini | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Cleaning up new suggestions mechanism | Andrea Diamantini | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | First fixes, 4 suggestions | Andrea Diamantini | 2010-08-29 | 1 | -2/+4 |
| | |||||
* | Restore urlbar responsiveness | Andrea Diamantini | 2010-08-28 | 1 | -29/+11 |
| | | | | Suggestions are now added when ready | ||||
* | Fix urlbar to make about:foo the first entry instead of the googling | Rohan Garg | 2010-08-24 | 1 | -1/+1 |
| | | | | modified: src/urlbar/urlresolver.cpp | ||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -32/+32 |
| | | | | src/bookmarks/bookmarkprovider.* |