| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
(Thanks Manuel!)
BUG:287495
|
|
|
|
|
|
| |
REVIEW: 103230
REVIEWED-BY: fritz_van_tom
|
|
|
|
|
|
|
|
|
|
| |
This way we got the following gains:
- UA Manager is NOT loaded until it is really used
- rekonq other code does know ANYTHING about UA Manager (but the app
instance)
To let this really shine, we should link this directly to the webtab.
Another point for moving tabs up :)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Moved "new window" action from contextual menu to tools menu
(This is Google Code-in 2011 task by Yusuf Amir Tezcan! Thanks!!!)
- clean up/review contextual menu actions
- Followed FIXME to remove "copy image" action
- Added "new_tab" && "new_window" action to Tools Menu
REVIEW: 103216
REVIEWED-BY: nobody, oops... :)
|
|
|
|
|
|
|
|
|
|
| |
"clear history" action... guess where?!?!
Google code-in 2011 task by Huseyin Zengin, GCI Student.
MANY THANKS FOR!!!
REVIEW: 103217
REVIEWED-BY: adjam
|
|
|
|
| |
BUG: 286831
|
|
|
|
|
|
|
| |
translation in Finnish
REVIEW: 103201
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
This is heavily based on Andrea Di Menna's patch on reviewboard.
Thanks :)
REVIEW: 102674
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
REVIEW:102818
REVIEWED-BY: adjam
|
| |
| |
| |
| |
| | |
REVIEW: 103086
REVIEWED-BY: adjam,fritz_van_tom
|
| |
| |
| |
| |
| | |
REVIEW: 103179
REVIEWED-BY: adjam
|
| |
| |
| |
| |
| |
| | |
This was an initial misconception on adblock use (moreover considering
it is our worst bottleneck...)
If you wanna it, just enable it on your own...
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
BUG: 285277
|
|
|
|
|
|
| |
Config dialog, settings
REVIEW:103010
|
|
|
|
|
|
| |
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
|
|
|
|
| |
REVIEWED-BY: trustMe
|
| |
|
|
|
|
| |
REVIEWED-BY: trustMe
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch changes WebKit Settings window removing the "unuseful"
stuffs and adding some news like WebGL or Frame Flattening
(probably useful also on netbook).
It also redesign/clean up the settings widget
Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone
will explain me how I can check QtWebKit version number with cmake...
REVIEW:102920
|
|
|
|
|
|
| |
- remove one unuseful method
- clean up keyPressEvent method
- change one method name: activated --> loadRequestedUrl
|
|
|
|
|
|
|
|
| |
Dropping urls in the tabbar loads them in new tabs, while dropping text
searches it on your default search engine.
REVIEW: 102811
REVIEWED-BY: adjam
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
rekonq is maximised.
It needs to be initialized a bit later..
REVIEW: 102868
|
|/
|
|
|
| |
In fact, this result is just present in one of the first 2 lines of
the query.
|
| |
|
|
|
|
| |
It's now easier to open bookmark in new tab with a quick mid click
|
|
|
|
|
| |
Patch from Furkan Üzümcü
REVIEW: 102901
|
|\ |
|
| |
| |
| |
| | |
CCMAIL: aspotashev@gmail.com
|
| |
| |
| |
| | |
It seems now we are really ready for the stable release...
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit, while does not perfectly fix the issue, "workaround" it
a lot to fix crashes on private mode enter/exit
- improve session store/restore
- improve session manager code
- calm down kDebug messages
- applies code style
CCBUG: 268328
|
| |
|
| |
|
| |
|
|
|
|
|
| |
REVIEW: 102810
REVIEWED-BY: adjam
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|