| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This patch introduces a check on input/textarea elements to be sure
we are NOT stealing focus there.. ;)
It also introduces a check to let the feature being optional (just to
be completely sure... )
CCBUG: 238761
REVIEW: 102255
REVIEWED-BY: adjam,elproxy
|
|
|
|
|
|
|
|
| |
We finally have it :D
CCMAIL: akreuzkamp@web.de
REVIEW: 100604
REVIEWED-BY: adjam, elproxy
|
|
|
|
|
|
|
|
|
| |
This original patch from fritz_van_tom has been modified by me
to fix a couple of "obsoleted" things not removed in the
previous changes.
My fault for them (and for the need of this patch), sorry.
REVIEW: 102362
|
|
|
|
| |
leads to a crash
|
| |
|
|
|
|
|
|
|
|
|
|
| |
string changes,"
This reverts commit d4d034967f12b31f5a6b9274ec42d4e4fe27571c.
Conflicts:
src/mainwindow.cpp
|
|
|
|
| |
This reverts commit 725724b15d739233c4a8fc0cd416bf602288d4b2.
|
|
|
|
| |
CCMAIL: fritz_van_tom@hotmail.com
|
|
|
|
|
|
|
| |
Easier and (hopefully) safer (less code to manage)
REVIEW: 102209
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
Use a QLabel instead of a KPassivePopup (letting popups available
also on inactive windows).
Limits preview size to half of the browser screen size.
Letting code easier to read :)
REVIEW: 102105
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
| |
Having 2 (or more) windows open and closing one did NOT update the
session file. Now it is :)
REVIEW: 101346
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed showDeveloperTools action
- Moved adblock GUI to adblock part
- renamed toolsMenu and developerMenu to reflect their real/new roles
- Added UserAgent action to the tools menu
REVIEW:102170
REVIEWED-BY: fritz_van_tom
|
|
|
|
| |
REVIEW:102180
|
| |
|
|
|
|
|
|
|
|
| |
In fact, until we have one way to understand if a widget (eg: a
lineedit or a textarea) steals the focus before, this feature will
break their usage.
CCBUG: 238761
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
To help people creating nice commit messages and to use the right
fields in, here you are a nice commit-template, following the one
in kdelibs
To use it,
$ git config commit.template 'your rekonq dir'/commit-temmplate
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| |
| | |
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...
|
| |
|