| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
These local git_hooks are based on git-hooks tool by Ben Meyer.
Please, read git_hooks/README about
|
| | |
|
|/ |
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
|
|
|
|
|
| |
- strings
- bool WebPage::hasSslValid() const
- check all the certificate chain
|
|
|
|
|
|
|
| |
With this commit, you can add a favorite by right
clicking on the bookmark icon.
REVIEW:101945
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Pino suggested me it is better.
And it seems so, Thanks :)
CCBUG: 278170
|
|
|
|
| |
BUG:278170
|
|
|
|
|
|
| |
Hopefully addressed the problems against our (new) SSL code.
CCMAIL:timb@nth-dimension.org.uk
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Reviewed By: pierre, andrea.
REVIEW:102000
|
|
|
|
|
|
|
|
|
|
| |
PS:
ints are: 1,2,3,4... or 0,-1,-2...
numbers with comma (or dot) are real.
We call them float. Or double..
PPS:
I'm maths graduated :D
|
| |
|
|
|
|
|
|
| |
PS: Andrè, thanks for the notice...
CCMAIL: Woebbeking@kde.org
|
|
|
|
|
|
| |
- KMessageWidget
- Improved tab previews
- Improved SSL widget & dialog
|
| |
|
|
|
|
| |
Now we are ready for the fight...
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
|
|
| |
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...)
|
|
|
|
|
|
| |
Now they really seem "similar" to the ones provided by Google Chrome
and Firefox.
They all need further improvements, anyway...
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
|
|
| |
This new (initial) implementation follows the guidelines
found "looking" at Google Chrome and Mozilla Firefox SSL
info windows.
More improvements coming...
|
| |
|
|
|
|
| |
Positive/Negative background && KDE security icons
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
* title of the page is removed since it is visible on a tab.
* widget now has a smooth 3d look'n'feel with Oxygen thanks to raisen frame
* widget has rouned corners in all the styles
* url of the page is elided
* with compositing tab previews will be shown semitransparent with 25% alpha
by default, witch can be setted to be optional later
* code of tab preview is now separated from tab bar so it is more explicit
REVIEWED BY: Johannes, Andrea, Pierre
CCMAIL: blinov.vyacheslav@gmail.com
REVIEW: 101848
|
|
|
|
|
| |
As pointed out from someone, these are informational or warning
messages.
|
|
|
|
|
|
|
| |
rekonq ported to using the new KMessageWidget
REVIEW:101814
DIGEST: rekonq ported to the new KMessageWidget
|
| |
|
|
|
|
|
| |
As Pierre pointed out, better insert bars inside layout to avoid
usability loss.
|
|
|
|
|
|
| |
Port rekonq notification bars to KMessageWidget:
walletbar, crash notification bar, set favorite preview bar.
Remove old no more used notification bar.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Seems some dependencies were changed in Qt 4.8
Reviewed-By: TrustMe
|
|
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
| |
And it should also be a nice semplification :)
|
|\ |
|
| |
| |
| |
| | |
Now, the real one...
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
(the KDELIBS version is 4.6.90, to say the truth..)
remove KDE_IS_VERSION checks based on previous versions
fix hold slaves handling
|