| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|/
|
|
|
|
|
| |
BUG: 275778 255518
CCBUG: 275778 255518
REVIEW: 102587
REVIEWED-BY: adjam
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
| |
REVIEWED-BY: me
|
| |
|
| |
|
|
|
|
| |
REVIEWED-BY: me
|
|
|
|
| |
Usual behavior in Firefox/Chrome. Let it be configurable here :)
|
|
|
|
|
|
| |
"the master branch cause of the string changes,""
This reverts commit e00fb6a48ca506990e86ada7c2fbfd57f65b2fa1.
|
|
|
|
|
|
| |
This reverts commit c3f9448a94baa423eed5977c9e66cd7be9b73a76.
Let the quit action really work
|
|
|
|
|
| |
REVIEW: 102534
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
Change the name of the variable in webStop slot to avoid name collision
with the webTab method in the same MainView class.
REVIEW: 102521
|
|
|
|
|
|
| |
All code paths for reloading methods and slots now end up at reloadTab
and do proper handling of the about scheme
REVIEW: 102481
|
|
|
|
|
| |
REVIEW: 102423
REVIEWED-BY: adjam
|
|
|
|
|
|
| |
This was the crash (probably) occurred during ds2011 presentation.
Check if a list is empty before pulling something (with QList::first()
method).
|
|
|
|
|
|
|
| |
They take up too many space and they aren't really necessary there.
REVIEW: 102397
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
| |
If the user downloads a file for which mimetype he already selected
"Open with.." and checked "don't ask again", this is the case we end
up in.
Thanks Aaron for the report :)
REVIEWED-BY: TrustMe
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
When "use the favicon of the current web site as the window icon"
option is enabled, the window icon used to have problems changing
on new tab page. Wrong icons or no icon.
This patch fixes this problem.
REVIEW: 102310
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
- 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
|