| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using the NEO keyboard layout, you need a combination of keys to trigger
the slash (mod3+s). Unfortunatly this triggers the shortcut for
searching inside the document. This way the alternate shortcut for
searching needs to be removed.
The same bug existed in kopete: bug 267568
Thanks goes to Thomas Murach for helping me grepping the source code.
This is my first contribution in code to KDE. Hurray!
|
|
|
|
|
|
|
|
|
|
|
|
| |
- let users choose a "default" download dir
- Moved download code to download manager
- follow dfaure's suggestions about overwrite handling
(kdelibs commit 88e3b372fb9c539)
- download label notification (for 3 seconds): this can be further
improved with an icon...
BUG: 271683
BUG: 283177
|
| |
|
|
|
|
|
| |
Patch by Hüseyin Zengin. Thanks !
REVIEW: 103257
|
|
|
|
|
| |
Patch by by Hüseyin Zengin, Thanks!
REVIEW: 103256
|
|
|
|
|
|
|
|
| |
Google code-in 2011 task by Omer Faruk Oruc.
Thanks!!!
REVIEW: 103207
REVIEWED-BY: furkan, adjam
|
|
|
|
|
| |
REVIEW: 103242
REVIEWED-BY: adjam
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Made by Hüseyin Zengin, GCI student. Thanks !
REVIEW: 103206
REVIEWED-BY: me
|
| |
| |
| |
| | |
REVIEWED-BY: trustMe
|
| |
| |
| |
| |
| | |
(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
|