summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Properly resolve url before pasteAndGoAndrea Diamantini2013-07-291-1/+3
| | | | CCMAIL: hyperz.2007@gmail.com
* Review ssl widget generation code.Andrea Diamantini2013-07-121-3/+22
| | | | | | | | This also seems to fix some way problem about multiple widget creations What about you, guys? CCBUG:321226
* i18n fixesPino Toscano2013-06-071-1/+1
| | | | | | | | | - 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-061-8/+8
|
* 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-281-1/+1
| | | | | | | | This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed. Conflicts: src/searchengine.cpp src/urlresolver.cpp
* Favorites (fast) management, the "opera" wayAndrea Diamantini2013-04-231-56/+79
| | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :)
* urlbar look changeAndrea Diamantini2013-04-151-30/+38
| | | | | | 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-071-1/+1
| | | | | | | | Now all web shortcuts work. BUG: 258639 REVIEWED BY: adjam
* 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>
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-271-5/+4
|
* 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
|
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-1/+1
|
* Fix other mem leakMontel Laurent2012-12-131-7/+7
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-1/+1
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* Clean up url suggestions, step 1Andrea Diamantini2012-12-101-30/+5
| | | | | Improve performances by NOT create/delete everytime a suggester but reusing each time the same one...
* 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-101-1/+4
|
* adblock workAndrea Diamantini2012-12-101-8/+34
| | | | | | | | 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-101-7/+0
|
* clean up urlbar url loading. We really are lighter now :)Andrea Diamantini2012-12-101-10/+32
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-2/+2
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-3/+3
| | | | | | | | | | | | | - 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... :)
* Clean up url suggestions loadingAndrea Diamantini2012-12-101-11/+4
|
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-101-46/+0
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Fix urlbar widget showAndrea Diamantini2012-12-101-0/+76
|
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+776
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-773/+0
| | | | Preparing repo to merge rekonq2 code...
* Review boomarks managementAndrea Diamantini2012-07-141-7/+14
| | | | | | | | Maybe this is a bit risky before release, but this lets us adding a bookmarks shortcut (CTRL+D) as used in the major browsers. With this commit, rekonq doubles this behavior. BUG: 303445
* Save a site snapshot when adding a favorite via the urlbarAndrea Diamantini2012-07-141-0/+4
| | | | BUG: 303430
* Let users select bookmark destination on bookmarkingAndrea Diamantini2012-07-081-5/+3
| | | | CCBUG: 288249
* Clean up right icons before updating themAndrea Diamantini2012-07-071-0/+1
| | | | BUG: 303148
* Fix adblock hide behaviorAndrea Diamantini2012-07-061-4/+4
| | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050
* Save one (unuseful) callAndrea Diamantini2012-07-031-3/+0
|
* Properly calculate icon size, checking KDE settings instead onAndrea Diamantini2012-06-171-4/+7
| | | | | | checking actual icon size. BUG: 301988
* Cleans upAndrea Diamantini2012-06-121-1/+4
| | | | | | - set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages
* Clean up urlbar code by removing duplicated codeAndrea Diamantini2012-06-121-14/+19
|
* Fix urlbar code when user chooses large iconsAndrea Diamantini2012-06-111-11/+25
| | | | BUG: 250665
* Kitchen sink clean upAndrea Diamantini2012-05-271-1/+1
| | | | | | - astyle - copyrights - (some) includes
* Fix opensearch add shortcut handlingAndrea Diamantini2012-04-231-2/+1
| | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707
* Add fixed favorite icon in the toolbar to let add favorites easierAndrea Diamantini2012-04-221-84/+59
| | | | | Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-4/+5
|
* Add dialog allowing adblock to list blocked/hided elements and unblockAndrea Diamantini2012-03-131-1/+1
| | | | some of them
* Add adblock icon to inform users that some contents was hiddenAndrea Diamantini2012-03-131-0/+10
| | | | | | | | This is a patch by Andrea Di Menna, changed a bit to allow element blocked/hided listing (you'll see it in next commit) REVIEW:102761 REVIEWED-BY: adjam
* Get sure urlbar(s) are deleted when related webtab isAndrea Diamantini2012-03-131-2/+4
| | | | | | | | Heinz, Paul. Please test actual master before backporting this to 0.9 series. Many thanks for your help and for this bug report. I'm crossing fingers to hear good news from your tests ;) CCBUG:295301
* Get sure urlbar is updated on bookmarkingAndrea Diamantini2012-02-211-1/+3
| | | | CCBUG:291239