| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
My fault, sorry...
BUG: 316132
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Being kde 4.10 been released, we are ready to. I yet could not
understand if this compiles (without nepomuk) in 4.9.
CCMAIL:david.narvaez@computer.org
CCMAIL:me@vhanda.in
REVIEW: 108152
|
|
|
|
| |
BUG: 313127
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1.
This let rekonq compile again. Nepomuk2 will be added back
when KDE 4.10 will be released.
|
|
|
|
|
|
|
|
| |
Ran the Nepomuk migration script and added a directory with code that
has not yet been ported to Nepomuk2. Also did some CMake changes to be
able to drop the config-nepomuk.h.cmake file.
REVIEW: 108152
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- restored CTRL + ENTER code
- applied Vedant's patch about (thanks!!!)
CCMAIL: vedant.kota@gmail.com
REVIEW: 107662
REVIEWED-BY: Tirtha and me
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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... :)
|
| |
|
| |
|
|
|
|
| |
first step, main & bookmarks toolbar
|
| |
|
| |
|
| |
|
|
|
|
| |
Preparing repo to merge rekonq2 code...
|
|
|
|
|
|
|
|
| |
Maybe this is a bit risky before release, but this lets us adding a
bookmarks shortcut (CTRL+D) as used in the major browsers.
With this commit, rekonq doubles this behavior.
BUG: 303445
|
|
|
|
|
|
|
| |
This let bookmark manager code properly load :)
BUG: 296388
BUG: 298051
|
| |
|
|
|
|
|
|
| |
- astyle
- copyrights
- (some) includes
|
| |
|
|
|
|
|
|
|
|
| |
- Fancy bookmarking's resource link dialog added to bookmark context menu
- UI improvements in bookmarks dialog
- WARNING: Nepomuk/soprano dependencies added
NB: Merged and squashed by adjam ;)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
As discussed in the mailing list, this changes the MIME type to
x-rekonq-bookmark and centralizes all references to that MIME type in
one static method.
REVIEW: 104197
|
|
|
|
| |
Also take care about updating actions panels state
|
|
|
|
|
| |
- doublequote_chars
- normalize
|
|
|
|
|
|
|
| |
- QL1S/QL1C
- single-char QString efficiency
- explicit ctors
- normalized signals & slots
|
| |
|
| |
|
|
|
|
|
| |
We have 7 managers and 1 provider... finally fixing this strange
thing!
|
| |
|
|
|
|
|
| |
REVIEW: 103242
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
Made by Hüseyin Zengin, GCI student. Thanks !
REVIEW: 103206
REVIEWED-BY: me
|
| |
|
|
|
|
| |
It's now easier to open bookmark in new tab with a quick mid click
|
| |
|
|
|
|
|
|
|
| |
They take up too many space and they aren't really necessary there.
REVIEW: 102397
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
BUG: 275155
|
|
|
|
| |
- Correctly hide a folder menu if there is a click outside
|
|\ |
|
| |
| |
| |
| |
| | |
- New way to copy rekonq default bookmarks so no problem with konqueror anymore
BUG: 273134
|