| 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
|
|
|
|
|
|
| |
"the master branch cause of the string changes,""
This reverts commit e00fb6a48ca506990e86ada7c2fbfd57f65b2fa1.
|
|
|
|
|
|
| |
This reverts commit c3f9448a94baa423eed5977c9e66cd7be9b73a76.
Let the quit action really work
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
string changes,"
This reverts commit d4d034967f12b31f5a6b9274ec42d4e4fe27571c.
Conflicts:
src/mainwindow.cpp
|
|
|
|
| |
This reverts commit 725724b15d739233c4a8fc0cd416bf602288d4b2.
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
First step in the introduction of the new rekonq pages
|
|
|
|
|
|
| |
time) the site url.
This will let also the "set content editable" feature works well on save
|
| |
|
|
|
|
|
|
| |
Patch by Thomas Murach, thanks ;)
RB:101246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CTRL + 1..9
Courtesy patch by Thomas Murach. Thanks :)
Reviewed by Pierre, Felix... and me!
RB: 101043
PS:
Thomas, I see one corner problem with your patch:
Opera has clearly indicated favorites preview
number, while rekonq hasn't. Any idea to fill the gap?
|
|
|
|
| |
(i.e. moving on right on pointer sovrapposition)
|
|
|
|
|
|
|
|
| |
modifies rekonq behavior on closing multiple tabs.
Nothing is more asked on that, while a confirmation dialog is triggered when the user tries to close a window.
Depending on the windows number, the user is requested if he likes to close the whole app or (just) the current window
PS: sorry, my English sucks today...
|
|
|
|
|
|
|
|
|
|
| |
The quit action in the action collection did just close the current
rekonq window instead of quitting the application.
Reviewed by Andrea Diamantini.
BUG: 268578
REVIEW: 101019
|
|
|
|
|
| |
Johannes Troscher's patch
Reviewed by me ;)
|
|
|
|
|
| |
CCBUG:268328
CCBUG:266937
|
| |
|
| |
|
|
|
|
| |
BUG:268071
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
|
| |
on that.
This, expecially to avoid double calls on functions to manage tab switching and info updating.
Reviewed by NOBODY (oops...)
|
| |
|
|
|
|
|
|
|
| |
its real position: The appearance settings widget.
In fact our code is actually changing "default" text encoding, not
the page one "on the fly"
|
| |
|
|
|
|
| |
sometimes return wrong values
|
|
|
|
|
|
|
|
| |
zoombar first, findbar second.
Reviewed by adjam
BUG:264929
|
|
|
|
| |
Reviewed by adjam
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This patch should implement the UA switcher ability for rekonq.
This is a first implementation, but it seems working quite well.
It is based on KDE UA management and should be fully compatible with konqueror's one i.e.
it should be possible using alternatively rekonq and konqueror sharing the same setting.
Anyway, this is a different implementation from the konqueror's one. Simpler and based on the idea
of a future moving to a plugin.
|
|
|
|
|
|
|
|
| |
rekonq menu, too.
With this patch, the menu will be created the first time the user opens the menu.
RB: 100374
|
|
|
|
| |
Reviewed (and merged) by me :)
|
|
|
|
|
|
|
|
|
|
| |
meeting:
1. Hide new tab entry if it is not necessary.
2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected.
3. Hide the development menu entries and add an option to show them.
RB: 100374
|
|
|
|
|
|
| |
This reverts commit de39729f4e3864aec6c0366ac72ca5f1228d60d1.
It actually has problems with urlbar behavior. Needs a little more work..
|
|
|
|
|
| |
Thanks to Furkan Üzümcü
Review Board request : http://git.reviewboard.kde.org/r/100322/
|