Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BookmarkOwner class moved to it's own file | Jon Ander Peñalba | 2010-08-19 | 1 | -0/+1 |
| | |||||
* | The bookmark actions in BookmarkOwner are now working and being used | Jon Ander Peñalba | 2010-08-19 | 1 | -5/+6 |
| | |||||
* | - Adapt removeBookmark to Jon's new method | Yoann Laissus | 2010-08-17 | 2 | -16/+3 |
| | | | | - Add tooltips for the bookmark icon | ||||
* | Follow pano & yoann suggestions about bookmark saving | Andrea Diamantini | 2010-08-14 | 1 | -6/+7 |
| | |||||
* | Moving bookmark icon on the left | Andrea Diamantini | 2010-08-14 | 3 | -18/+17 |
| | |||||
* | Manually importing Yoann merge 2260 | Andrea Diamantini | 2010-08-14 | 4 | -0/+285 |
| | | | | PLease, check if I did something wrong.. | ||||
* | loading color: (highlight + 2*background)/3 | lionelc | 2010-08-11 | 1 | -4/+14 |
| | |||||
* | loading animation color: fallback to the Highlight color if ToolTipBase ↵ | lionelc | 2010-08-11 | 1 | -1/+5 |
| | | | | color is quiet the same as Text color | ||||
* | change gradiant of the loading animation: fix aliasing | lionelc | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | don't replace the type text by the url of the listitem when this listitem is ↵ | lionelc | 2010-08-11 | 2 | -25/+18 |
| | | | | a searchlistitem | ||||
* | select first item | lionelc | 2010-08-11 | 1 | -41/+23 |
| | |||||
* | Editable urlbar :D | Andrea Diamantini | 2010-07-30 | 2 | -33/+70 |
| | |||||
* | fix suggestion type | megabigbug | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | reintroduce bookmark suggestions | megabigbug | 2010-07-21 | 2 | -3/+8 |
| | |||||
* | remove useless bookmarkPath attribute of UrlSearchItem | megabigbug | 2010-07-20 | 2 | -13/+28 |
| | | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions | ||||
* | history review: | megabigbug | 2010-07-20 | 2 | -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 Garg | 2010-07-08 | 1 | -1/+1 |
| | | | | modified: urlbar/urlresolver.cpp | ||||
* | Fix search engine toolbar icons | Andrea Diamantini | 2010-06-29 | 1 | -1/+4 |
| | |||||
* | Fix naming to clean API | Andrea Diamantini | 2010-06-24 | 1 | -1/+1 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | Dark themes urlbar fix | Andrea Diamantini | 2010-06-14 | 1 | -2/+6 |
| | | | | Based on one patch from Tomas Fryda. Thanks. | ||||
* | escape html in search item: prevent qlabel interpret html if the user type ↵ | megabigbug | 2010-06-14 | 1 | -2/+2 |
| | | | | <h1>a</h1> for example. | ||||
* | remove setAutoFillBackground(true) => propagate ListItem content to engineBar | megabigbug | 2010-06-09 | 1 | -8/+8 |
| | | | | fill background of the ListItem with the backgroundRole color | ||||
* | more contraints for privileged item selection | megabigbug | 2010-06-08 | 1 | -6/+4 |
| | |||||
* | Put over localhost browse results | Andrea Diamantini | 2010-06-06 | 1 | -1/+3 |
| | | | | BUG: 238390 | ||||
* | Awesome bar speed up | Andrea Diamantini | 2010-06-05 | 3 | -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 ListItems | Andrea Diamantini | 2010-06-03 | 1 | -3/+3 |
| | |||||
* | This easy solution should fix problems with long urls that pass right icons | Andrea Diamantini | 2010-06-03 | 1 | -1/+6 |
| | | | | BUG:238695 | ||||
* | Fix suggestion colors. | Andrea Diamantini | 2010-06-03 | 1 | -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 Diamantini | 2010-06-01 | 3 | -8/+9 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into SearchItemFixes | ||||
| * | keep the selected engine when the user types | megabigbug | 2010-05-22 | 3 | -7/+8 |
| | | | | | | | | reset to default engine when the completionwidget is shown | ||||
| * | select the correct engine in the engine bar when a webshortcut is typed | megabigbug | 2010-05-22 | 1 | -1/+1 |
| | | |||||
* | | Add missing dot | Panagiotis Papadopoulos | 2010-05-31 | 1 | -1/+1 |
| | | |||||
* | | Remove one hardcoded color, to better respect styles && improve usability | Andrea Diamantini | 2010-05-31 | 1 | -3/+5 |
| | | |||||
* | | Update urlbar progress | Andrea Diamantini | 2010-05-31 | 1 | -0/+2 |
| | | |||||
* | | Merge commit 'refs/merge-requests/2282' of ↵ | Andrea Diamantini | 2010-05-31 | 1 | -0/+1 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into UrlBarFixes | ||||
| * | | Replaced the gradient with a solid color: it's easier to read. | Aurelien Gateau | 2010-05-26 | 1 | -0/+1 |
| | | | |||||
* | | | The control modifier part of mr2261 for the urlbar | Yoann Laissus | 2010-05-29 | 4 | -6/+6 |
| | | | |||||
* | | | Encapsulate single characters in single quotes, since passing a char to ↵ | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | QString is more efficient than passing a one-character string. | ||||
* | | | prefer man- and info-pages to default search engine | Bernhard Beschow | 2010-05-26 | 1 | -1/+1 |
|/ / | |||||
* | | Merge commit 'refs/merge-requests/2276' of ↵ | Andrea Diamantini | 2010-05-25 | 2 | -2/+2 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2276 | ||||
| * | | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 2 | -2/+2 |
| |/ | |||||
* | | Show actual page source | Andrea Diamantini | 2010-05-25 | 1 | -1/+0 |
| | | | | | | | | BUG:235338 | ||||
* | | This commit fixes my problems with this new handling. | Andrea Diamantini | 2010-05-24 | 1 | -8/+9 |
| | | | | | | | | | | It searches before in the history, to ensure search is done in the widest site list && change a bit the search mechanism | ||||
* | | remove domainNameItem() method | megabigbug | 2010-05-24 | 2 | -18/+33 |
| | | | | | | | | search a privilged item in the bookmark and history list instead of in the result list | ||||
* | | Merge commit 'refs/merge-requests/2273' of ↵ | Andrea Diamantini | 2010-05-24 | 1 | -1/+4 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2273 | ||||
| * | | Fix pos of RSS widget when there are long translations. BUG 238640 | matgic78 | 2010-05-24 | 1 | -1/+4 |
| |/ | |||||
* | | listitem: when the title of an item is empty fallback to domain name of the url. | megabigbug | 2010-05-21 | 1 | -1/+10 |
|/ | |||||
* | Merge commit 'refs/merge-requests/2268' of ↵ | Andrea Diamantini | 2010-05-21 | 1 | -7/+19 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2268 | ||||
| * | Tiny improvements for the appearance of the RSS widget | matgic78 | 2010-05-19 | 1 | -7/+19 |
| | | |||||
* | | add local file detection | megabigbug | 2010-05-19 | 1 | -1/+3 |
|/ |