summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-104-286/+0
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Fix urlbar widget showAndrea Diamantini2012-12-102-0/+79
|
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-1018-0/+4345
|
* Bookmark Manager restoreAndrea Diamantini2012-12-104-0/+636
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-1024-5153/+0
| | | | Preparing repo to merge rekonq2 code...
* Stupid me, forgot to enable WebKit features on kwebapp...Andrea Diamantini2012-09-041-1/+1
| | | | BUG: 306185
* BookmarkWidget: Don't use a pointer to store the bookmarkYoann Laissus2012-08-162-28/+24
|
* BookmarkWidget: Add an entry to choose a folder with a KBookmarkDialogYoann Laissus2012-08-162-0/+23
|
* Get sure web shortcuts are considered first url detectionAndrea Diamantini2012-08-142-1/+6
| | | | BUG: 304994
* BookmarkWidget:Yoann Laissus2012-08-101-10/+10
| | | | | - 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 BookmarkWidgetYoann Laissus2012-08-101-3/+5
| | | | Don't duplicate the toolbar root entry in some cases
* BookmarkWidget: Clean up setupFolderComboBox()Yoann Laissus2012-08-101-8/+9
|
* Review boomarks managementAndrea Diamantini2012-07-142-8/+20
| | | | | | | | 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
* Krazy fixesAndrea Diamantini2012-07-071-1/+1
|
* Clean up right icons before updating themAndrea Diamantini2012-07-071-0/+1
| | | | BUG: 303148
* Fix adblock hide behaviorAndrea Diamantini2012-07-062-9/+10
| | | | | | | 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
|
* Ensure users can recover typed text in the urlbarAndrea Diamantini2012-06-261-20/+28
| | | | | | | | | PS: contains also an easy check improved to avoid duplicating suggestions creation ;) Thanks to Franz Fellner for REPORTING and FIXING himself the problem :D BUG: 302391 REVIEWED-BY: adjam
* Properly calculate icon size, checking KDE settings instead onAndrea Diamantini2012-06-171-4/+7
| | | | | | checking actual icon size. BUG: 301988