| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
BUG: 286831
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will help a lot in having a clean/easy startup, also a bit less
fast.
Let's see if this helps stability...
PS:
To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo.
Can you please try compiling and testing if this fixes your troubles
on startup??
Many thanks for any help.
Andrea.
CCBUG:284356
|
|
|
|
|
|
| |
Added an action to manage it in the tools menu,
added initial code to manage icons,
added kwebapp application
|
|
|
|
|
|
|
|
|
|
| |
Andreas's comment was helpful: rekonq COULD save file remotely, but
for same strange reason, KFileDialog::getSaveFileName() could not
select remote files. Switching to getSaveUrl seems fixing the problem
Ah... also a style clean up here. Sorry for the merged commit...
BUG: 242675
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the Save As action is invoked on a KParts document (e.g. view
source katepart) the WebTab's url is used to:
1) set the filename in KFileDialog
2) set the src url for the kio copy job
The url is empty in such cases and the save action fails.
I have changed the srcUrl to be the url set for the KParts document.
REVIEW: 102768
REVIEWED-BY: adjam
|
|
|
|
|
| |
REVIEW: 102673
CCBUG: 282474
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
|
| |
REVIEW: 102649
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
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...)
|