summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-122-14/+24
|
* Fix urlbar code when user chooses large iconsAndrea Diamantini2012-06-111-11/+25
| | | | BUG: 250665
* Let Opera sync handler being optionalAndrea Diamantini2012-05-294-38/+38
|
* Kitchen sink clean upAndrea Diamantini2012-05-2711-399/+468
| | | | | | - astyle - copyrights - (some) includes
* Runtime Nepomuk tagging checkAndrea Diamantini2012-05-272-44/+68
|
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-272-89/+112
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-276-16/+740
| | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;)
* Improve about url resolvingAndrea Diamantini2012-05-151-14/+29
| | | | | | Conflicts: src/urlbar/urlresolver.cpp
* Clean up url managementAndrea Diamantini2012-04-241-6/+7
| | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829
* Fix opensearch add shortcut handlingAndrea Diamantini2012-04-233-9/+17
| | | | | | (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-222-91/+62
| | | | | 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-2015-48/+60
|
* Really fix Upper case urls managementAndrea Diamantini2012-04-161-2/+5
| | | | | Consider also eventual upper case local urls (eg: rekonq git clone here is in file:///SW/SRC/rekonq dir...)
* Let rekonq work everytime with uppercase digited urlsAndrea Diamantini2012-04-161-2/+3
| | | | BUG:284829
* 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-132-1/+12
| | | | | | | | 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
* Krazy fixesAndrea Diamantini2012-02-163-8/+8
| | | | | - doublequote_chars - normalize
* Merge branch 'master' of git://anongit.kde.org/rekonqYoann Laissus2012-02-094-8/+11
|\
| * let people search with custom engine with ONE clickAndrea Diamantini2012-02-082-5/+8
| | | | | | | | | | BUG:255799 CCMAIL: rekonq@kde.org
| * removed one strange " signAndrea Diamantini2012-02-062-3/+3
| |
* | Fix right icon duplication in the UrlBar on some websiteYoann Laissus2012-02-041-1/+3
|/
* List also about:tabs pageAndrea Diamantini2012-01-311-0/+2
|
* Show urlbar "text" again...Andrea Diamantini2012-01-311-1/+1
|
* "http://www." + digited host --> "http://" + digited hostAndrea Diamantini2012-01-292-3/+3
|
* accept CTRL + TAB eventsAndrea Diamantini2012-01-251-2/+2
|