summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* Allow drag from urlbarAndrea Diamantini2011-03-291-0/+3
|
* Stop timers before deleting objects.Andrea Diamantini2011-03-231-0/+1
| | | | | CCBUG:268328 CCBUG:266937
* Better color integration for the urlbar and the findbarFelix Rohrbach2011-03-211-2/+4
| | | | BUG:256535
* Fix crash on "s" type :DAndrea Diamantini2011-03-101-0/+5
| | | | | | This crash was reported with this bt (reduced here): Hence, the fix. Just checking if the QBitArray is empty.
* Do NOT take the first element of an empty listAndrea Diamantini2011-02-281-1/+10
| | | | BUG: 261003
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-285-13/+0
|
* Coding styleAndrea Diamantini2011-02-2512-134/+141
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-2416-20/+22
|
* No more static members in the Application class,Pierre Rossi2011-02-247-24/+24
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Save one updateRightIcons call from the bookmark icon.Andrea Diamantini2011-02-233-4/+11
| | | | | | Does this helps here? CCBUG:259328
* Replace webshorcuts icons and text.Lionel Chauvin2011-02-142-2/+15
| | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam
* Save downloaded images of opensearch suggestions like websnapsLionel Chauvin2011-01-192-9/+17
| | | | | RB:100397 Reviewed by me ;)
* Fixes as pointed out by KrazyRohan Garg2011-01-141-1/+1
| | | | | * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
* Krazy Fixes!!Rohan Garg2011-01-121-2/+3
| | | | Add #rekonq_define.h to files that now use QL1C
* Update the completion list when the user switches search engine on the fly.Andrea Diamantini2011-01-096-62/+65
| | | | | Lionel Chauvin's work. Reviewed by me :)
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-217-30/+286
| | | | | | | | | | | | | | | 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 ;)
* When using Alt+Enter open website in new tabPanagiotis Papadopoulos2010-12-172-0/+14
| | | | | | GCI Task by Furkan, thanks! :-) RB: 100210 BUG: 254372
* My kuriikwsfilterrc contains no default search engine, soAndreas Hartmetz2010-11-291-0/+2
| | | | SearchEngine::defaultEngine() returns null. Don't crash in that case.
* -pedanticAndre Woebbeking2010-11-131-1/+1
|
* Let suggestions work also without search engines ones.Andrea Diamantini2010-11-073-3/+12
|
* First bunch of fixes for the suggestions.Andrea Diamantini2010-11-074-22/+43
| | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed)
* Fix forward declarationMontel Laurent2010-11-031-1/+0
|
* remove warningsmegabigbug2010-10-302-6/+5
|
* fix suggestion not displayed when missing .xmlLionel Chauvin2010-10-301-9/+6
|
* improve layout of visual suggestionsLionel Chauvin2010-10-304-28/+68
|
* Images in visual suggestion are now displayed !!Lionel Chauvin2010-10-303-2/+58
|
* introduce visual suggestion listitemLionel Chauvin2010-10-302-4/+64
|
* add image field to opensearchLionel Chauvin2010-10-301-0/+5
|
* add an xml parser to the opensearch engine.megabigbug2010-10-302-9/+14
|
* Fix KDE webshortcuts handling with new highlight system. (no more hangs)Andrea Diamantini2010-10-281-22/+29
|
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-222-11/+9
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* Fix highlighting of the last characterPierre Rossi2010-10-201-11/+14
| | | | | | | Thanks to pano for noticing the bad behavior. AutoTest updated with the testcase. Reviewed-By: Benjamin Poulain
* Fix icons duplication in the urlbar if a bookmark is added during a page loadingYoann Laissus2010-10-201-2/+5
|
* Better protocol resolution for URL barRohan Garg2010-10-151-1/+2
|
* Merge branch 'm213'Andrea Diamantini2010-10-114-9/+40
|\
| * Fix multiple word highlighting.Pierre Rossi2010-10-082-7/+39
| | | | | | | | | | | | | | This time it works even with 'b' coming after some <b> or </b> have been inserted and with substrings, which would cause the following: <b>String_containing_<b>substring</b></b>
| * Prompt user before restoring session after a crash.Pierre Rossi2010-10-082-2/+1
| | | | | | | | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228
* | No need to check progress if load is finished.Andrea Diamantini2010-10-091-3/+0
|/ | | | This can lead to unwanted behavior on urlbar... (like right icons not shown)
* fix opensearch suggestions urlmegabigbug2010-10-052-2/+2
|
* Clean up urlbar use. This fix an urlbar bug opening pluginsAndrea Diamantini2010-09-291-1/+0
| | | | | in next tabs and remove some Application::instance() calls from the Web* classes.
* Revert "Fixes a string change (this commit should be reverted after v0.6)"Jon Ander Peñalba2010-09-231-4/+1
| | | | This reverts commit ef0c5630983853473e1e3c97a4c68baa1d487e6e.
* Merge remote branch 'yoann/fixRegressionSearch2' into m207Andrea Diamantini2010-09-121-15/+19
|\
| * - Modifiers are now correctly handled after EscYoann Laissus2010-09-121-15/+19
| | | | | | | | - Keep the focus when enter is pressed if the urlbar is empty
| * Merge commit 'refs/merge-requests/207' of git://gitorious.org/rekonq/mainlineYoann Laissus2010-09-121-5/+32
| |\
* | \ Merge commit 'refs/merge-requests/207' of ↵Andrea Diamantini2010-09-121-5/+32
|\ \ \ | | |/ | |/| | | | git://gitorious.org/rekonq/mainline into m207
| * | properly handle modifiers+return key when the completion list is displayedmegabigbug2010-09-111-5/+32
| | | | | | | | | | | | TODO: fix when the completion list is not displayed
* | | Fix green arrow show upAndrea Diamantini2010-09-111-2/+6
| | |
* | | Merge commit 'refs/merge-requests/208' of ↵Andrea Diamantini2010-09-111-1/+1
|\ \ \ | |_|/ |/| | | | | git://gitorious.org/rekonq/mainline into m208
| * | Switch QLatin1String to QL1SRohan Garg2010-09-111-1/+1
| | | | | | | | | | | | | | | modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
| * | Krazy Fixes for rekonqRohan Garg2010-09-111-1/+1
| |/ | | | | | | | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp