summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* This commit fixes urlbar suggestions handling,Andrea Diamantini2011-09-291-13/+16
| | | | | | while maintaining QCoreApplication::postEvent fix. Sorry for the noise, guys :)
* Calm down QWidget::setLayout() warningsAndrea Diamantini2011-09-275-13/+4
|
* Fix KGet "list all links" featureAndrea Di Menna2011-09-271-1/+1
| | | | | | | | | the contextual menu action was not working cause of a wrong signal/slot connection. This commit fixes it :) REVIEW: 102708 REVIEWED-BY: adjam
* QCoreApplication::postEvent fixesAndrea Diamantini2011-09-201-14/+12
| | | | | | | This commit should clean up some strange calls on close to QCA::postEvent, returning a strange "Unexpected null receiver" QT_FATAL_WARNINGS=1 macro helped very well here :D
* Licensing issues fix: part #2Andrea Diamantini2011-09-202-40/+52
| | | | webshortcutwidget files
* Change "Paste & Go" action's text to "Paste & Search" if the contentFurkan Uzumcu2011-09-182-2/+33
| | | | | | | of the clipboard is not an URL REVIEW: 102441 REVIEWED-BY: adjam
* Fix urlbar loading on QtWebKit2.2Andrea Diamantini2011-09-151-1/+1
|
* Fix close & sessionAndrea Diamantini2011-09-131-2/+2
| | | | | | | | | | First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings
* fix layout of rssWidgetJohannes Tröscher2011-09-111-2/+1
| | | | REVIEWED-BY: trustMe
* fix layout of webshortcutWidget + code cleanupJohannes Tröscher2011-09-112-86/+51
| | | | REVIEWED-BY: trustMe
* fix layout of favouriteWidgetJohannes Tröscher2011-09-091-12/+7
| | | | REVIEWED-BY: trustMe
* fix alignment of title in bookmarkWidgetJohannes Tröscher2011-09-091-1/+0
| | | | REVIEWED-BY: trustMe
* Fix SSL widget crashAndrea Diamantini2011-08-311-6/+6
| | | | | | This was the crash (probably) occurred during ds2011 presentation. Check if a list is empty before pulling something (with QList::first() method).