summaryrefslogtreecommitdiff
path: root/src/urlbar/sslwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* i18n fixesPino Toscano2013-06-101-1/+1
| | | | | | | | | - remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces
* i18n fixesPino Toscano2013-06-071-2/+2
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Add support for TLSv1.1 & TLSv1.2Andrea Diamantini2013-04-181-1/+11
| | | | | | Also consider the possibility our sslinfo can be "incomplete" ;) BUG: 318550
* urlbar look changeAndrea Diamantini2013-04-151-11/+13
| | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited.
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+251
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-252/+0
| | | | Preparing repo to merge rekonq2 code...
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-5/+7
|
* removed one strange " signAndrea Diamantini2012-02-061-2/+2
|
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Fix strings as suggested in i18n-doc mlAndrea Diamantini2011-10-161-7/+7
| | | | CCMAIL: aspotashev@gmail.com
* Calm down QWidget::setLayout() warningsAndrea Diamantini2011-09-271-2/+1
|
* 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).
* clean upAndrea Diamantini2011-07-251-9/+9
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Last SSL fixesAndrea Diamantini2011-07-251-11/+20
| | | | | | - strings - bool WebPage::hasSslValid() const - check all the certificate chain
* SSL fixesAndrea Diamantini2011-07-231-55/+50
| | | | | | | | | | 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
* style cleanupAndrea Diamantini2011-07-181-36/+36
|
* 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-181-28/+83
| | | | | | | 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-181-3/+37
| | | | | | | | 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-181-0/+137