summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* cppcheckAndrea Diamantini2012-01-241-21/+23
|
* Krazy fixesAndrea Diamantini2012-01-196-17/+17
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Rework on load/stop/reload actionAndrea Diamantini2012-01-152-2/+23
| | | | | | | | | | | Also clean up API, giving proper names to method updateActions --> updateHistoryActions browserTabLoading(bool) --> currentTabStateChanged() ... also workaround problem that m_progress is (yet) 0 or 100 when load started REVIEW:103651
* Access Keys navigationMarc Deop2012-01-122-1/+3
| | | | | | | | | | Ported access keys navigation system from Arora and adapted to rekonq code. Also (by adjam), get sure access keys are removed on loadStarted REVIEW:103601 REVIEWED-BY: adjam
* Fix issue with new ordering algorithmAndrea Diamantini2012-01-092-4/+9
| | | | | | Let search item being first when it really is important CCBUG:290884
* Add a folder combo box in the BookmarkWidgetYoann Laissus2012-01-062-0/+65
| | | | | Patch from Yusuf Amir Tezcan, many thanks for ! REVIEW: 103450
* Reorder suggestions list, taking on a "relevant" listAndrea Diamantini2012-01-031-113/+51
| | | | | | relevant items are those "starting" with the typedString: eg: type "kde", for me "kde.org" and "kde-apps.org" are more relevant that i.e. "planetkde" that will be last in list.
* cut out open search suggestionsAndrea Diamantini2012-01-032-25/+32
|
* Invert PreviewListItem order: icon, text, preview.Andrea Diamantini2012-01-031-9/+11
|
* Add 2px of top/bottom padding to the urlbarAndrea Diamantini2011-12-231-2/+2
| | | | | REVIEW: 103479 REVIEWED-BY: fritz_van_tom
* show history entries also when no favorite search engine is setAndrea Diamantini2011-12-151-1/+1
| | | | | | | Bug investigation and courtesy patch by Gabo Menna. Many thanks for :D BUG: 256322
* minor startup speed improvement (QL1C && QL1S)Andrea Diamantini2011-12-151-24/+30
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-124-11/+11
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Unifies macro styleJohannes Troscher2011-11-277-16/+16
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Use the relevance method to sort HistoryItem in the UrlBarYoann Laissus2011-11-172-1/+10
|
* Let rekonq save file remotelyAndrea Diamantini2011-11-032-7/+7
| | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
* Clean up UrlBar codeAndrea Diamantini2011-10-242-60/+51
| | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl
* Remove suggestion when response title is the same as typed textAndrea Diamantini2011-10-191-0/+3
| | | | | In fact, this result is just present in one of the first 2 lines of the query.
* Fix strings as suggested in i18n-doc mlAndrea Diamantini2011-10-161-7/+7
| | | | CCMAIL: aspotashev@gmail.com
* EBN Krazy fixesAndrea Diamantini2011-10-141-3/+13
| | | | It seems now we are really ready for the stable release...
* Fix crash on private mode store/restoreAndrea Diamantini2011-10-131-1/+0
| | | | | | | | | | | | This commit, while does not perfectly fix the issue, "workaround" it a lot to fix crashes on private mode enter/exit - improve session store/restore - improve session manager code - calm down kDebug messages - applies code style CCBUG: 268328
* Calm down kDebug messagesAndrea Diamantini2011-10-111-4/+0
|