summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
...
| * | OpenSearch reviewAndrea Diamantini2010-08-162-2/+2
| | | | | | | | | | | | | | | | | | - file headers fix - clean up code - import engine files
| * | Merge commit 'refs/merge-requests/169' of ↵Andrea Diamantini2010-08-165-101/+221
| |\ \ | | |/ | | | | | | git://gitorious.org/rekonq/mainline into opensearch
| | * working opensearch suggestionsmegabigbug2010-08-152-112/+172
| | |
| | * wait signalmegabigbug2010-08-151-0/+5
| | |
| | * introduce a new SuggestionListItemlionelc2010-08-125-7/+62
| | | | | | | | | | | | introduce an opensearch engine
* | | Merge commit 'refs/merge-requests/181' of ↵Andrea Diamantini2010-08-201-2/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h
| * | | - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left)
* | | | Krazy fixes, first bunchAndrea Diamantini2010-08-202-6/+8
|/ / /
* | | HistoryManager review (the second):Andrea Diamantini2010-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | - impressive cleanup of the code - removed unneeded classes - one List to manage the items in the historyManager, one easier Hash in the HistoryFilterModel to speed up searches - better HistoryItem updates
* | | Simpler than I thought, fix kget integrationAndrea Diamantini2010-08-191-1/+2
| | |
* | | BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-0/+1
| | |
* | | The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-191-5/+6
| | |
* | | - Adapt removeBookmark to Jon's new methodYoann Laissus2010-08-172-16/+3
|/ / | | | | | | - 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-143-18/+17
| |
* | Manually importing Yoann merge 2260Andrea Diamantini2010-08-144-0/+285
|/ | | | 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
|
* don't replace the type text by the url of the listitem when this listitem is ↵lionelc2010-08-112-25/+18
| | | | a searchlistitem
* select first itemlionelc2010-08-111-41/+23
|
* Editable urlbar :DAndrea Diamantini2010-07-302-33/+70
|
* fix suggestion typemegabigbug2010-07-211-1/+1
|
* reintroduce bookmark suggestionsmegabigbug2010-07-212-3/+8
|
* remove useless bookmarkPath attribute of UrlSearchItemmegabigbug2010-07-202-13/+28
| | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions
* history review:megabigbug2010-07-202-174/+14
| | | | | | | | | - remove AwesomeUrlCompletion class - add an QHash to the history manager: each url have a visit counter - sort history urls by visit count TODO: - reintroduce bookmark item in url resolver (broken when AwesomeUrlCompletion was removed)
* forgot to add apt: to urlbar ;)Rohan Garg2010-07-081-1/+1
| | | | modified: urlbar/urlresolver.cpp
* Fix search engine toolbar iconsAndrea Diamantini2010-06-291-1/+4
|
* Fix naming to clean APIAndrea Diamantini2010-06-241-1/+1
| | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab
* Dark themes urlbar fixAndrea Diamantini2010-06-141-2/+6
| | | | Based on one patch from Tomas Fryda. Thanks.
* escape html in search item: prevent qlabel interpret html if the user type ↵megabigbug2010-06-141-2/+2
| | | | <h1>a</h1> for example.
* remove setAutoFillBackground(true) => propagate ListItem content to engineBarmegabigbug2010-06-091-8/+8
| | | | fill background of the ListItem with the backgroundRole color
* more contraints for privileged item selectionmegabigbug2010-06-081-6/+4
|
* Put over localhost browse resultsAndrea Diamantini2010-06-061-1/+3
| | | | BUG: 238390
* Awesome bar speed upAndrea Diamantini2010-06-053-93/+344
| | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390
* Using Application::palette for ListItemsAndrea Diamantini2010-06-031-3/+3
|
* This easy solution should fix problems with long urls that pass right iconsAndrea Diamantini2010-06-031-1/+6
| | | | BUG:238695
* Fix suggestion colors.Andrea Diamantini2010-06-031-3/+2
| | | | | | This patch is heavily based on thijs merge request about. He fixed just the alternating colors and with the wrong one. This patch should let rekonq urlbar follow KDE color settings
* Merge commit 'refs/merge-requests/109' of ↵Andrea Diamantini2010-06-013-8/+9
|\ | | | | | | git://gitorious.org/rekonq/mainline into SearchItemFixes
| * keep the selected engine when the user typesmegabigbug2010-05-223-7/+8
| | | | | | | | reset to default engine when the completionwidget is shown
| * select the correct engine in the engine bar when a webshortcut is typedmegabigbug2010-05-221-1/+1
| |
* | 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
| |
* | Merge commit 'refs/merge-requests/2282' of ↵Andrea Diamantini2010-05-311-0/+1
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into UrlBarFixes
| * | Replaced the gradient with a solid color: it's easier to read.Aurelien Gateau2010-05-261-0/+1
| | |
* | | The control modifier part of mr2261 for the urlbarYoann Laissus2010-05-294-6/+6
| | |
* | | Encapsulate single characters in single quotes, since passing a char to ↵Jonathan Thomas2010-05-271-1/+1
| | | | | | | | | | | | QString is more efficient than passing a one-character string.
* | | prefer man- and info-pages to default search engineBernhard Beschow2010-05-261-1/+1
|/ /
* | Merge commit 'refs/merge-requests/2276' of ↵Andrea Diamantini2010-05-252-2/+2
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2276