summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | last minute string fixesPanagiotis Papadopoulos2010-05-242-2/+2
| |/
* | Show actual page sourceAndrea Diamantini2010-05-251-1/+0
| | | | | | | | BUG:235338
* | This commit fixes my problems with this new handling.Andrea Diamantini2010-05-241-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() methodmegabigbug2010-05-242-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 Diamantini2010-05-241-1/+4
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2273
| * | Fix pos of RSS widget when there are long translations. BUG 238640matgic782010-05-241-1/+4
| |/
* | listitem: when the title of an item is empty fallback to domain name of the url.megabigbug2010-05-211-1/+10
|/
* Merge commit 'refs/merge-requests/2268' of ↵Andrea Diamantini2010-05-211-7/+19
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2268
| * Tiny improvements for the appearance of the RSS widgetmatgic782010-05-191-7/+19
| |
* | add local file detectionmegabigbug2010-05-191-1/+3
|/
* Cedric patch about urlbarAndrea Diamantini2010-05-191-2/+5
|
* Implement about urls easy suggestionsAndrea Diamantini2010-05-171-0/+18
|
* Removed pointers use in UrlResolver classAndrea Diamantini2010-05-162-6/+12
|
* performance improvement: build one static regexp instead of several in the ↵megabigbug2010-05-162-25/+25
| | | | isHttp method (they was built for each key pressed)
* don't use adjusteSize()megabigbug2010-05-152-2/+9
| | | | | 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-145-7/+22
| | | | | | | | | | | | 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-143-7/+134
| | | | | | 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-142-4/+5
|
* No wait for first resultsAndrea Diamantini2010-05-142-34/+35
|
* Add timer to UrlBar suggestionsAndrea Diamantini2010-05-123-2/+31
| | | | | 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 :)
* This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-051-2/+0
| | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :)
* if the url of an item have the same domaine name as the typed string, it is ↵megabigbug2010-05-052-9/+39
| | | | moved at top of the list
* Last krazy fixesAndrea Diamantini2010-05-043-4/+4
|
* Memory leaks fixesAndrea Diamantini2010-05-042-19/+35
| | | | first bunch
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-5/+5
| | | | added cppcheck script
* Include Fixes, first bunchAndrea Diamantini2010-04-308-27/+31
|
* Krazy fixesAndrea Diamantini2010-04-307-17/+18
|
* Fix rsswidget filesAndrea Diamantini2010-04-302-37/+51
|
* cleaning headersAndrea Diamantini2010-04-305-11/+8
|