summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* Get sure fast typing work!Mikhail Krutov2014-01-232-4/+4
| | | | | | | | BUG: 321967 CCBUG: 316552 REVIEW: 115223 REVIEWED-BY: adjam (PS: Many thanks for this, Mikhail...)
* Implement the "clear urlbar action"Andrea Diamantini2014-01-122-0/+10
| | | | | | | | | | You just need to add it (OUT of the urlbar) with right click --> configure main toolbar. Is this enough guys? PS: Thanks alouali for the idea ;) CCBUG: 243724
* Fix some eventual crashes while clicking engine faviconsAndrea Diamantini2013-11-222-8/+15
|
* improvements on urlbarAndrea Diamantini2013-11-226-254/+32
| | | | | | | | | STEP 2: - work & fix on search engine favicons - simplify code (and remove dead one) - API clean up - delete ASAP list items and suggestions - let the URL in the suggestions be an hard grey
* improvement on urlbar suggestionsAndrea Diamantini2013-11-194-189/+14
| | | | | | | | | | STEP 1: clean up! - remember deleting ASAP the UrlSuggester - remove preview label icon to let loading being faster - remove unused opensearch inventories - let ESC key on suggestions behave like major browser (restoring original string)
* Remove support for "unsupported" Google Reader. Bye bye ;)Andrea Diamantini2013-08-072-15/+9
|
* Properly resolve url before pasteAndGoAndrea Diamantini2013-07-291-1/+3
| | | | CCMAIL: hyperz.2007@gmail.com
* Review ssl widget generation code.Andrea Diamantini2013-07-122-4/+24
| | | | | | | | This also seems to fix some way problem about multiple widget creations What about you, guys? CCBUG:321226
* 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
|