summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
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
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-1/+0
|
* Coding styleAndrea Diamantini2011-02-251-21/+21
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-9/+9
| | | | | | | 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-231-3/+5
| | | | | | Does this helps here? CCBUG:259328
* Replace webshorcuts icons and text.Lionel Chauvin2011-02-141-1/+8
| | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-2/+16
| | | | | | | | | | | | | | | 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-171-0/+7
| | | | | | GCI Task by Furkan, thanks! :-) RB: 100210 BUG: 254372
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-9/+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 icons duplication in the urlbar if a bookmark is added during a page loadingYoann Laissus2010-10-201-2/+5
|
* Merge branch 'm213'Andrea Diamantini2010-10-111-1/+0
|\
| * Prompt user before restoring session after a crash.Pierre Rossi2010-10-081-1/+0
| | | | | | | | | | | | 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)
* 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
* | Fix green arrow show upAndrea Diamantini2010-09-111-2/+6
|/
* Only show the bookmark widget if the page is already bookmarked.Jon Ander Peñalba2010-09-071-5/+7
| | | | This makes bookmarking with default parameters (the most frecuent use for the bookmark icon) faster.
* Restore autocomplete shortcuts. Or at least, I hope so :)Andrea Diamantini2010-09-041-1/+3
| | | | BUG: 243902
* A little bunch of fixes :Yoann Laissus2010-09-021-3/+2
| | | | | | | - Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar - Folder icons in the BK panel are fixed - Unset the current bookmark after a context menu deletition to avoid some bugs - Cleanup
* Cleaning up new suggestions mechanismAndrea Diamantini2010-08-291-7/+0
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-2/+17
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Restore mr #174.Andrea Diamantini2010-08-231-0/+2
| | | | Lesson learned: no more hand merging nor reverting on conflicts.. :)
* Restore bk icon on the rightAndrea Diamantini2010-08-211-15/+14
| | | | | | | This commit intends to revert manually commits de9abc72 && bd27f60d, restoring bk positions on the right. This because most of the developers prefer so. Anyway, if things will change again we can revert the "revertion" :D
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-0/+1
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-12/+12
| | | | src/bookmarks/bookmarkprovider.*
* Simpler than I thought, fix kget integrationAndrea Diamantini2010-08-191-1/+2
|
* - Adapt removeBookmark to Jon's new methodYoann Laissus2010-08-171-0/+2
| | | | - Add tooltips for the bookmark icon
* Follow pano & yoann suggestions about bookmark savingAndrea Diamantini2010-08-141-6/+7
|
* Moving bookmark icon on the leftAndrea Diamantini2010-08-141-15/+15
|
* Manually importing Yoann merge 2260Andrea Diamantini2010-08-141-0/+46
| | | | PLease, check if I did something wrong..
* loading color: (highlight + 2*background)/3lionelc2010-08-111-4/+14
|
* loading animation color: fallback to the Highlight color if ToolTipBase ↵lionelc2010-08-111-1/+5
| | | | color is quiet the same as Text color
* change gradiant of the loading animation: fix aliasinglionelc2010-08-111-1/+1
|
* Dark themes urlbar fixAndrea Diamantini2010-06-141-2/+6
| | | | Based on one patch from Tomas Fryda. Thanks.
* This easy solution should fix problems with long urls that pass right iconsAndrea Diamantini2010-06-031-1/+6
| | | | BUG:238695
* Add missing dotPanagiotis Papadopoulos2010-05-311-1/+1
|
* Remove one hardcoded color, to better respect styles && improve usabilityAndrea Diamantini2010-05-311-3/+5
|
* Update urlbar progressAndrea Diamantini2010-05-311-0/+2
|
* Replaced the gradient with a solid color: it's easier to read.Aurelien Gateau2010-05-261-0/+1
|
* last minute string fixesPanagiotis Papadopoulos2010-05-241-1/+1
|
* Cedric patch about urlbarAndrea Diamantini2010-05-191-2/+5
|
* don't use adjusteSize()megabigbug2010-05-151-1/+1
| | | | | compute the height from size hint of items decrease timer to 50
* This commit should fix a lot of troubles on fast urlbar typingAndrea Diamantini2010-05-141-1/+1
| | | | | | | | | | | | so now situation is: - first list is shown immediately - timer decreases from 200 to 150 ms (less is pretty unuseful, I fear) - people who fast type & returnPress have KUriFilter help Hope this helps :) As promised, CCBUG:237390
* This commit reintroduces the QStackedWidget class for urlbars and letAndrea Diamantini2010-05-141-7/+4
| | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7
* Show faster url to loadAndrea Diamantini2010-05-141-3/+2
|
* No wait for first resultsAndrea Diamantini2010-05-141-2/+6
|
* Add timer to UrlBar suggestionsAndrea Diamantini2010-05-121-1/+23
| | | | | This is based on the Cedric's patch about and I changed it to save a bit of work to rekonq to not resolve urls that not will be displayed :)