| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
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
|
|
|
|
|
| |
- 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!
|