| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
BUG: 305720
CCMAIL: lindsay.mathieson@gmail.com
REVIEW: 106417
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
It fixes issue for the first tab of new windows in case of a "wheel" zoom.
- Move the zoom bounding logic from WebView::wheelEvent() to ZoomBar::setValue()
It'll avoid Ctrl -/+ to exceed the max value of the slider
- Use the round() method instead of my previous hack to compute zoom ratio for wheel events
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
NOTE: You'll find also some style & copyrights fixes here.
Just reenable the git hooks scripts...
BUG: 302050
|
|
|
|
|
|
| |
- set initial icon to have properly dimensions set
- properly calculate needed icon's height
- calm down some kDebug messages
|
| |
|
|
|
|
| |
BUG: 299024
|
|
|
|
|
|
| |
- astyle
- copyrights
- (some) includes
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
Heinz, Paul. Please test actual master before backporting this to
0.9 series. Many thanks for your help and for this bug report.
I'm crossing fingers to hear good news from your tests ;)
CCBUG:295301
|
| |
|
|
|
|
|
|
| |
download path
CCBUG: 295295
|
|
|
|
|
| |
- doublequote_chars
- normalize
|
| |
|
|
|
|
|
|
|
| |
... and limit its call where it is truly needed. This to prevent
problems with performance
CCBUG:278056
|
|
|
|
|
|
| |
This reverts commit 78ad9ec7f2501bbfe6cf5113351a408929cb78ff.
oops... I did it again...:)
|
| |
|
|
|
|
|
|
| |
This bug has been introduced by me, wrongly merging konqueror
and rekonq code.
Sorry, guys...
|
|
|
|
| |
BUG:291213
|
|
|
|
|
| |
Stupid me, I forgot to merge a part from konqueror access keys
handling...
|
| |
|
|
|
|
| |
BUG:278056
|
|
|
|
| |
We really need it in just one method. So, it can be a local var...
|
|
|
|
|
| |
Smooth, auto, normal scrolling... Too much things to manage without a
clear policy.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- QL1S/QL1C
- single-char QString efficiency
- explicit ctors
- normalized signals & slots
|
|
|
|
|
|
|
|
|
| |
This to copy konqueror behavior.
Also added some kDebug messages to better work with the "key event"
features:
- vi-like navigation
- access keys
- autoscroll
|
|
|
|
|
| |
REVIEW:103697
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
Ported access keys navigation system from Arora and adapted
to rekonq code.
Also (by adjam), get sure access keys are removed on loadStarted
REVIEW:103601
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
(adjam's marginal change): let variables have better names
m_isAutoScrollEnabled --> m_isViewAutoScrolling
CCBUG:289588
CCBUG:278056
REVIEW:103649
REVIEWED-BY: adjam
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We have 7 managers and 1 provider... finally fixing this strange
thing!
|
|
|
|
|
| |
REVIEW: 103242
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
|
| |
- 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... :)
|
|
|
|
|
|
|
| |
translation in Finnish
REVIEW: 103201
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
This is heavily based on Andrea Di Menna's patch on reviewboard.
Thanks :)
REVIEW: 102674
|
| |
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
|
| |
"do
nothing"
|
|
|
|
|
|
|
| |
BUG: 275778 255518
CCBUG: 275778 255518
REVIEW: 102587
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
|
| |
This patch introduces a check on input/textarea elements to be sure
we are NOT stealing focus there.. ;)
It also introduces a check to let the feature being optional (just to
be completely sure... )
CCBUG: 238761
REVIEW: 102255
REVIEWED-BY: adjam,elproxy
|