summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* 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...
* SSL rewamp, one step to finish!Andrea Diamantini2011-07-182-30/+86
| | | | | | | 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...
* WARNING: HISTORY_VERSION upgrade!!Andrea Diamantini2011-07-181-25/+36
| | | | | | | This commit changes rekonq history data struct to manage also the first time you visited a site. This way we can "expose" this new info in the SSL widget. (We can obviously do a lot more with it...)
* Improving SSL widget & dialog, step 3Andrea Diamantini2011-07-181-103/+60
| | | | | | Now they really seem "similar" to the ones provided by Google Chrome and Firefox. They all need further improvements, anyway...
* Improving SSL Widget and DialogAndrea Diamantini2011-07-182-3/+42
| | | | | | | | While the widget "copies" and "rethink" Google Chrome actual one, the dialog has been implemented starting from the comparison between the ones we have in KDE, Google Chrome's and Firefox's. I have to start from somewhere...
* New SSL Widget implementationAndrea Diamantini2011-07-181-62/+107
| | | | | | | This new (initial) implementation follows the guidelines found "looking" at Google Chrome and Mozilla Firefox SSL info windows. More improvements coming...
* Added SSL Widget, first versionAndrea Diamantini2011-07-182-0/+189
|
* 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-179-222/+222
|
* Revert "Fix includes."Pierre Rossi2011-06-292-13/+11
| | | | | | | | | 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-292-11/+13
| | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe
* Code janitoringAlbert Astals Cid2011-05-291-1/+1
| | | | | qDeleteAll knows how to delete values of the map in a better way than calling values add const & to foreach "iterators"
* Fix History ordering (check about:history page before and after this patch)Andrea Diamantini2011-04-102-38/+21
| | | | | | and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. .
* Use esc button to renew the url seen in the urlbarAndrea Diamantini2011-04-081-0/+3
| | | | | | | Patch by Furkan Uzumcu :) BUG:238886 REVIEW:101042
* Minimum height to 20. Like Konqi...Andrea Diamantini2011-04-041-1/+1
|
* 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
* Fix crash on "s" type :DAndrea Diamantini2011-03-101-0/+5
| | | | | | This crash was reported with this bt (reduced here): Hence, the fix. Just checking if the QBitArray is empty.
* Do NOT take the first element of an empty listAndrea Diamantini2011-02-281-1/+10
| | | | BUG: 261003
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-285-13/+0
|
* Coding styleAndrea Diamantini2011-02-2512-134/+141
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-2416-20/+22
|
* No more static members in the Application class,Pierre Rossi2011-02-247-24/+24
| | | | | | | 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-233-4/+11
| | | | | | Does this helps here? CCBUG:259328
* Replace webshorcuts icons and text.Lionel Chauvin2011-02-142-2/+15
| | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam
* Save downloaded images of opensearch suggestions like websnapsLionel Chauvin2011-01-192-9/+17
| | | | | RB:100397 Reviewed by me ;)
* Fixes as pointed out by KrazyRohan Garg2011-01-141-1/+1
| | | | | * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
* Krazy Fixes!!Rohan Garg2011-01-121-2/+3
| | | | Add #rekonq_define.h to files that now use QL1C