summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* New rekonq_defines.hAndrea Diamantini2010-04-308-12/+22
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-3010-351/+357
|
* Fixed wrong pointed out text in the Browse ListItemAndrea Diamantini2010-04-302-3/+4
|
* Right icon button fixAndrea Diamantini2010-04-281-2/+2
|
* - Fixed layouts in the *ListItem classesAndrea Diamantini2010-04-282-23/+36
| | | | | - Browse before than Search - remove some warning messages
* fix typo + add colonsPanagiotis Papadopoulos2010-04-251-2/+2
|
* Merge commit 'refs/merge-requests/2251' of ↵Andrea Diamantini2010-04-245-5/+208
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2251
| * Re-remove linedit after rebasematgic782010-04-231-197/+0
| |
| * RSS : new popup appaeraing when clicking the icon, 2 combobox to select ↵matgic782010-04-232-0/+197
| | | | | | | | agregator and feed, and buttons to add/cancel
| * Akregator RSS supportmatgic782010-04-234-5/+208
| |
* | refractoring on search enginesmegabigbug2010-04-235-115/+49
|/
* Bye Bye, LineEdit!Andrea Diamantini2010-04-224-312/+174
| | | | | Welcome, awesome bar.. Idea & patch from Johannes Zellner
* Merge commit 'refs/merge-requests/2249' of ↵Andrea Diamantini2010-04-223-3/+3
|\ | | | | | | git://gitorious.org/rekonq/mainline into Pano18
| * change stringPanagiotis Papadopoulos2010-04-211-1/+1
| |
| * add comment to stringPanagiotis Papadopoulos2010-04-211-1/+1
| |
| * add i18n callPanagiotis Papadopoulos2010-04-211-1/+1
| | | | | | | | make the string translatable
* | Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-221-4/+3
|/ | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache"
* New (empty) urlbar test and improved protocolhandler testAndrea Diamantini2010-04-201-1/+2
|
* Reverting the switch case to an if-else one.Andrea Diamantini2010-04-201-13/+12
| | | | I forgot t consider the particular condition in it. Sorry for the mistake.
* Fix default engine implementation and fix a bit codeAndrea Diamantini2010-04-204-71/+86
|
* this commit renames Item classes with this logicAndrea Diamantini2010-04-192-32/+35
| | | | | - Listitem inherited classes are TYPE + "Listitem" - QLabel inherited classes are TYPE + Label
* Merge branch 'DefaultEngine'Andrea Diamantini2010-04-194-19/+71
|\
| * Suggestions activation on demandAndrea Diamantini2010-04-192-10/+34
| |
| * Implementing a new default engine choice for rekonqAndrea Diamantini2010-04-192-9/+37
| |
* | Fix urlbar string as suggested by Johannes ZellnerAndrea Diamantini2010-04-191-1/+1
|/
* Merge commit 'refs/merge-requests/2244' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-04-191-1/+1
|\
| * fix bold: "browse" was bold if the user type "browse"megabigbug2010-04-181-1/+1
| |
* | Fix the completition widget opening when the urlbar has the focus and we ↵Yoann Laissus2010-04-171-0/+1
|/ | | | | | want to load an url It fix also the same issue with redirection
* Workaound the focus bar problemAndrea Diamantini2010-04-171-0/+4
|
* Clean tab previews, not showing on loadingAndrea Diamantini2010-04-172-24/+3
| | | | | removed a duplicated method and save one QPixmap in WebSnap class
* Based on Lionel's merge request #80:Andrea Diamantini2010-04-174-54/+45
| | | | letting CompletionWidget being independent from the Urlbar
* fix text pointed in the search itemmegabigbug2010-04-162-4/+6
|