summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* Restore use of webkit icon cacheAndrea Diamantini2013-06-162-21/+33
| | | | | | | Fix rekonq icon retrieve mechanism to let it show well engine icons on bar BUG:272565
* i18n fixesPino Toscano2013-06-102-2/+2
| | | | | | | | | - remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces
* i18n fixesPino Toscano2013-06-076-7/+7
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Fix behavior on unloaded sitesAndrea Diamantini2013-06-071-0/+6
| | | | | | | | - show url - reload with f5 BUG:319924 BUG:312928
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-062-25/+15
|
* Get sure JS is properly detected and executedAndrea Diamantini2013-06-061-1/+2
|
* Fix forward declarationMontel Laurent2013-05-061-1/+0
|
* Get sure right icons are deleted before repainting themAndrea Diamantini2013-05-051-10/+10
| | | | This also cleans up a bit UrlBar API
* Fix UNICODE sysmbols shown in the urlbarVictor Yacovlev2013-04-301-2/+20
| | | | | BUG: 317697 REVIEWED-BY: adjam
* Let url detection work the same when suggestions are active or notAndrea Diamantini2013-04-281-7/+10
|
* Revert "Use kurifilter instead of custom rekonq code."Andrea Diamantini2013-04-283-3/+9
| | | | | | | | This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed. Conflicts: src/searchengine.cpp src/urlresolver.cpp
* Favorites (fast) management, the "opera" wayAndrea Diamantini2013-04-234-231/+83
| | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :)
* Add support for TLSv1.1 & TLSv1.2Andrea Diamantini2013-04-181-1/+11
| | | | | | Also consider the possibility our sslinfo can be "incomplete" ;) BUG: 318550
* urlbar look changeAndrea Diamantini2013-04-153-42/+52
| | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited.
* Use kurifilter instead of custom rekonq code.Maarten De Meyer2013-04-073-9/+3
| | | | | | | | Now all web shortcuts work. BUG: 258639 REVIEWED BY: adjam
* Fix search from urlbar engine icons clickAndrea Diamantini2013-03-171-2/+4
| | | | BUG: 316844
* Supporting panel (again) :)Andrea Diamantini2013-03-101-2/+3
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* Don't use deprecated setRating(unsigned int) slotAndrea Diamantini2013-02-271-1/+1
| | | | i.e.: don't see the deprecated warning on compilation ;)
* Trim whitespace from urlsMichael Gapczynski2013-02-241-3/+3
| | | | | | | | | | | Whitespace from the start and end of the urls was not being removed. This caused no suggestions to show up or an incorrect path for Paste & Go. REVIEW: 109059 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Restore rekonq migration to nepomuk2Andrea Diamantini2013-02-106-115/+116
| | | | | | | | | Being kde 4.10 been released, we are ready to. I yet could not understand if this compiles (without nepomuk) in 4.9. CCMAIL:david.narvaez@computer.org CCMAIL:me@vhanda.in REVIEW: 108152
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-271-5/+4
|
* Coverity report fixesAndrea Diamantini2013-01-141-2/+2
| | | | | | A potential crash (dynamic_cast maybe null) Some break usage clean up minor string speed up by using QLatin1String
* Prevent uglyfying URL in suggest listViktar Vauchkevich2013-01-141-1/+1
| | | | | REVIEW: 108412 REVIEWED-BY: adjam. (Thanks!)
* Prevent uglifying URL on ESCViktar Vauchkevich2013-01-141-1/+1
| | | | | REVIEW: 108391 REVIEWED-BY: adjam. (Thanks!)
* Do NOT clean up urlbar on page errorsAndrea Diamantini2013-01-131-11/+6
|
* Make Unlink translatableAndré Marcelo Alvarenga2013-01-131-1/+1
|
* Revert "Rekonq Migration to Nepomuk2"Andrea Diamantini2013-01-086-116/+115
| | | | | | | This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1. This let rekonq compile again. Nepomuk2 will be added back when KDE 4.10 will be released.
* Rekonq Migration to Nepomuk2David E. Narváez2013-01-076-115/+116
| | | | | | | | Ran the Nepomuk migration script and added a directory with code that has not yet been ported to Nepomuk2. Also did some CMake changes to be able to drop the config-nepomuk.h.cmake file. REVIEW: 108152
* Krazy fixes, third shotAndrea Diamantini2013-01-021-1/+2
|
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-284-9/+9
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-286-15/+14
|
* Only do CTRL+ENTER thing if valid URL, search otherwiseTirtha Chatterjee2012-12-161-4/+7
|
* Fix other mem leakMontel Laurent2012-12-131-7/+7
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-127-43/+46
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* Improve suggestions, step 2Andrea Diamantini2012-12-102-11/+44
| | | | | | | | | | | | | Every change here is given to trade-off suggestions performance (p) and relevancy (r). - just check bookmarks for relevance if no history entries found (p) - remove bookmarks item duplicates from history (r) - just do it is user typed more than 1 char (p) - order history entries just if user typed more than 1 char (p) - (reverse) order by visit count (most visited first) (r)
* Improve suggestions, step 1Andrea Diamantini2012-12-102-10/+26
| | | | | | - fast response on kde short url type - fix secondary url load - let resolved urls typed (eg: kde.org) being first result
* Clean up url suggestions, step 2Andrea Diamantini2012-12-101-1/+4
| | | | | | Do NOT qsort history results letting urlbar being A LOT more responsive. Can we live without (q)sort results??
* clean up urlbar on alt + return new tab loadAndrea Diamantini2012-12-101-0/+3
|
* Clean up url suggestions, step 1Andrea Diamantini2012-12-102-32/+5
| | | | | Improve performances by NOT create/delete everytime a suggester but reusing each time the same one...
* Fix crash on control click on suggestions listAndrea Diamantini2012-12-102-2/+2
| | | | | | | Courtesy patch by Mathias Kraus. Thanks :) CCMAIL: k.hias@gmx.de
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-2/+1
| | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab
* Clean up previous commit about adblock and fix enable/disable featureAndrea Diamantini2012-12-103-12/+31
|
* adblock workAndrea Diamantini2012-12-104-8/+207
| | | | | | | | readded an icon in the urlbar when adblock is active, BUT with different features: you can now disable adblock "per-site", in a similar way chromium does. cleaned up adblock manager code, removing some old no more used code fragments
* Fix url choice by up/down keysAndrea Diamantini2012-12-102-8/+0
|
* clean up urlbar url loading. We really are lighter now :)Andrea Diamantini2012-12-104-55/+103
|
* Fix url suggestionsAndrea Diamantini2012-12-102-17/+26
| | | | | | 1) typed "kde" --> web search + urlFromUserInput 2) typed "kde.org --> urlFromUserInput + web search 3) typed "gg:kde" --> web search
* New Private Browsing mode :DAndrea Diamantini2012-12-101-2/+2
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-104-17/+17
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* BookmarkWidget:Yoann Laissus2012-12-101-19/+22
| | | | | | | | | | | | Don't display an empty entry if the bookmark is in the root folder Improve the code to choose the current index Add an icon for the toolbar root entry in the BookmarkWidget Don't duplicate the toolbar root entry in some cases Clean up setupFolderComboBox() --- Imported from rekonq code by adjam :)
* Clean up url suggestions loadingAndrea Diamantini2012-12-105-42/+36
|