summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* custom contextMenu for urlBarJohannes Tröscher2011-08-222-0/+60
| | | | | | | | | provides a custom contextMenu for urlbar and ads "paste & go" action. i'll provide a "edit-searchEngines" action later. REVIEW: 102383 REVIEWED-BY: adjam modified: src/urlbar/urlbar.cpp modified: src/urlbar/urlbar.h
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-281-1/+1
| | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea
* clean upAndrea Diamantini2011-07-2511-170/+167
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Last SSL fixesAndrea Diamantini2011-07-252-14/+20
| | | | | | - strings - bool WebPage::hasSslValid() const - check all the certificate chain
* Provide a "click" mechanism to manage favoritesAndrea Diamantini2011-07-254-18/+280
| | | | | | | With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945
* SSL fixesAndrea Diamantini2011-07-233-57/+58
| | | | | | | | | | I hope I addressed here a number of fixes in my first implementation: - working hasSSLValid() function (checking cert validity and chain errors) - escaping certificate strings - typos (Sha256/Md5, supportedCipherBits/usedCipherBits) - encryption check (at least I hope so) CCMAIL: rich@kde.org
* Improve SSL managementAndrea Diamantini2011-07-201-6/+10
| | | | | | Hopefully addressed the problems against our (new) SSL code. CCMAIL:timb@nth-dimension.org.uk
* Calm down kDebug messagesAndrea Diamantini2011-07-195-45/+5
|
* Improve appearance of bookmark widgetJohannes Troscher2011-07-191-5/+1
| | | | | | Reviewed By: pierre, andrea. REVIEW:102000
* style cleanupAndrea Diamantini2011-07-183-41/+41
|
* Last fixes for the SSL dialog improvementsAndrea Diamantini2011-07-181-15/+19
| | | | Now we are ready for the fight...