| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- remove string puzzles when possible
- remove exclamation marks
- remove contractions ("don't" -> "do not", etc)
- lowercase "NOT" (do not shout to the user)
- remove extra spaces, or add them where needed
- few style/spelling fixes
|
| |
|
| |
|
|
|
|
| |
BUG: 309148
|
| |
|
| |
|
|
|
|
| |
BUG: 249462
|
|
|
|
|
| |
(or at least, for what I see...)
Added session manager widget and ability to load/save/rename sessions
|
|
|
|
|
|
|
| |
This code is based on the patch from mayank jha about session saving.
Will be used as "first part" of the session saving support in rekonq.
CCMAIL: mjnovice@gmail.com
|
| |
|
|
|
|
|
|
|
|
|
| |
- Move to a pure QWidget base window (instead of TabWidget one)
(this to properly store panels position)
- Restoring && rewamping panels code
- Restoring actions to activate/deactivate them
BUG: 312354
|
|
|
|
| |
BUG:316207
|
|
|
|
|
| |
show search on focused tab
let search on current page work again :)
|
| |
|
|
|
|
|
| |
This has been requested on my blog. I found Chrome using it and no
other one browser using for anything, so...
|
|
|
|
|
|
|
|
|
|
| |
Cleans up 1.x code about and create a unique bk menu to be shown in
rekonq tools menu, (eventually) in the toolbar and in (an ideal)
menubar
This work starts from Lindsay's review request about. Thanks :)
REVIEW: 108729
|
|
|
|
|
|
|
| |
BUG: 310164
REVIEW: 108918
Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
|
|
|
|
| |
REVIEW: 108888
|
|
|
|
|
|
|
|
|
|
| |
Using KShortcutsDialog allows for multiple shortcut schemes and the
ability to print all actions and their assigned shortcuts (if any) in a
table.
REVIEW: 108796
Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
|
| |
|
|
|
|
|
| |
In the 1.x way, IconManager notified all the tabs about icons changed.
This way, just the interested tab is :)
|
| |
|
|
|
|
|
| |
BUG: 310788
CCBUG: 313397
|
|
|
|
| |
BUG: 312340
|
|
|
|
|
| |
BUG: 311886
BUG: 305403
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the note in webpage file:
I'm sorry I really cannot let KIO work as needed in private browsing
mode. The problem is basically cookie related. This way we lose some
features in private browsing mode, but we ensure PRIVACY!
This change cannot be reverted until a proper fix for KIO
(or the right workaround for rekonq) will be found.
BUG: 303552
|
|
|
|
|
|
|
|
|
| |
- restored CTRL + ENTER code
- applied Vedant's patch about (thanks!!!)
CCMAIL: vedant.kota@gmail.com
REVIEW: 107662
REVIEWED-BY: Tirtha and me
|
|
|
|
| |
restored action and code to activate/deactivate it
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit reviews and partially fix the Q/K action mess
in rekonq code.
We now store actions in different actioncollections
(one for each tab && one for each window).
Related to this code review, you can find also fixes for
some triggered actions NOT working (well) before:
- fullscreen
- bookmark all tabs
- new (clean) tab
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- added "open" menu (A-LA firefox) with:
- new tab
- new windown
- new incognito window
------
- open (local) file
- added "bookmarks" menu with:
- add bookmark
----
- show bookmarks page
- show bookmarks toolbar
- edit bookmarks
(maybe, we'll list all bk after a separator there in the future...)
- show history && downloads page
Obviously checked/fixed all the relative slots
finally, added in the menu quit option :D
|
|
|
|
|
|
| |
restored find next/previous shortcuts
set to 20 secs the timeout to auto hide findbar
restored hide it on ESC key
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
oops... by accident (-a) added here also the easy fix
for tabs:
- shown "Loading..." string while loading
- use IconManager to properly show tab icon on load finished
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- inline spell highlighter. This requires WebKit 2.3 to work.
- Addition of a suggested replacement word list to the context menu,
for the word right clicked on
- A standard modeless spell check dialog that works on the current
editable text (or selection).
Heavily cribbed from Dawit's work on kdewebkitpart.
oops... also a codingstyle script round here... :)
|