summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix opensearch add shortcut handlingAndrea Diamantini2012-04-231-2/+1
| | | | | | (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-221-84/+59
| | | | | 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-201-4/+5
|
* 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-131-0/+10
| | | | | | | | 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-161-2/+2
| | | | | - doublequote_chars - normalize
* Fix right icon duplication in the UrlBar on some websiteYoann Laissus2012-02-041-1/+3
|
* Show urlbar "text" again...Andrea Diamantini2012-01-311-1/+1
|
* Krazy fixesAndrea Diamantini2012-01-191-5/+5
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Rework on load/stop/reload actionAndrea Diamantini2012-01-151-1/+17
| | | | | | | | | | | 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
* Add 2px of top/bottom padding to the urlbarAndrea Diamantini2011-12-231-2/+2
| | | | | REVIEW: 103479 REVIEWED-BY: fritz_van_tom
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-5/+5
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Let rekonq save file remotelyAndrea Diamantini2011-11-031-6/+6
| | | | | | | | | | 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-241-58/+50
| | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl
* EBN Krazy fixesAndrea Diamantini2011-10-141-3/+13
| | | | It seems now we are really ready for the stable release...
* This commit fixes urlbar suggestions handling,Andrea Diamantini2011-09-291-13/+16
| | | | | | while maintaining QCoreApplication::postEvent fix. Sorry for the noise, guys :)
* 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
* Change "Paste & Go" action's text to "Paste & Search" if the contentFurkan Uzumcu2011-09-181-2/+31
| | | | | | | of the clipboard is not an URL REVIEW: 102441 REVIEWED-BY: adjam
* Fix urlbar loading on QtWebKit2.2Andrea Diamantini2011-09-151-1/+1
|
* custom contextMenu for urlBarJohannes Tröscher2011-08-221-0/+56
| | | | | | | | | 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-251-45/+45
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Last SSL fixesAndrea Diamantini2011-07-251-3/+0
| | | | | | - strings - bool WebPage::hasSslValid() const - check all the certificate chain
* Provide a "click" mechanism to manage favoritesAndrea Diamantini2011-07-251-12/+90
| | | | | | | With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945
* Calm down kDebug messagesAndrea Diamantini2011-07-191-3/+2
|
* style cleanupAndrea Diamantini2011-07-181-4/+4
|
* SSL rewamp, one step to finish!Andrea Diamantini2011-07-181-2/+3
| | | | | | | These are last changes to clean up and improve SSL rekonq communications. It is yet missing a proper SSL errors API integration. You just need to wait for the next commit...
* Better notify SSL infosAndrea Diamantini2011-07-181-2/+7
| | | | Positive/Negative background && KDE security icons
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-48/+48
|
* Revert "Fix includes."Pierre Rossi2011-06-291-1/+0
| | | | | | | | | This reverts commit f2f8d48c390b8d8bef84c98026a0435da2045409. It was actually not needed since the issue was fixed in the QtWebKit 2.2 integration branch. oops, sorry about the noise in the history.
* Fix includes.Pierre Rossi2011-06-291-0/+1
| | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe
* Use esc button to renew the url seen in the urlbarAndrea Diamantini2011-04-081-0/+3
| | | | | | | Patch by Furkan Uzumcu :) BUG:238886 REVIEW:101042
* Drop plain-text urls on urlbarAndrea Diamantini2011-04-041-0/+14
|
* Allow drag from urlbarAndrea Diamantini2011-03-291-0/+3
|
* Stop timers before deleting objects.Andrea Diamantini2011-03-231-0/+1
| | | | | CCBUG:268328 CCBUG:266937
* Better color integration for the urlbar and the findbarFelix Rohrbach2011-03-211-2/+4
| | | | BUG:256535
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-1/+0
|
* Coding styleAndrea Diamantini2011-02-251-21/+21
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-9/+9
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Save one updateRightIcons call from the bookmark icon.Andrea Diamantini2011-02-231-3/+5
| | | | | | Does this helps here? CCBUG:259328
* Replace webshorcuts icons and text.Lionel Chauvin2011-02-141-1/+8
| | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-2/+16
| | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;)
* When using Alt+Enter open website in new tabPanagiotis Papadopoulos2010-12-171-0/+7
| | | | | | GCI Task by Furkan, thanks! :-) RB: 100210 BUG: 254372
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-9/+9
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* Fix icons duplication in the urlbar if a bookmark is added during a page loadingYoann Laissus2010-10-201-2/+5
|
* Merge branch 'm213'Andrea Diamantini2010-10-111-1/+0
|\