| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
CCBUG: 321557
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Group inspect action alone as requested and reorganized action as
proposed. Now we have
--- OPEN ACTION ---
open here
open there
open everywhere
--- SAVE ---
save link as..
--- LINK RELATED
copy link
bookmark link
share link
----
inspect
.
"Save link" is the text chosen in KDE, webkit, chrom* && firefox. I
don't want to change it.
BUG: 322987
BUG: 322988
|
|
|
|
| |
BUG: 323012
|
|
|
|
|
|
|
|
|
|
| |
The current m_autoScrollTimer interval of 100ms (10 FPS!) makes
auto-scrolling feel sluggish and unresponsive.
IMHO it should have the same interval as m_smoothScrollTimer (16ms)
so that it feels smooth and responsive.
REVIEW: 111567
REVIEWED-BY: adjam
|
|
|
|
| |
BUG: 320218
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- show url
- reload with f5
BUG:319924
BUG:312928
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed.
Conflicts:
src/searchengine.cpp
src/urlresolver.cpp
|
|
|
|
|
|
|
|
| |
Moved "Open Here" action (if needed) to after "Open in Private Window"
so as to keep the order of link actions consistent. This reduces the
need for users to inspect the context menu when right clicking links.
REVIEW: 110168
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Now all web shortcuts work.
BUG: 258639
REVIEWED BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
I would not re-enable the "describing" icon part because it is NOT
really working here. I'm having troubles when I show the icon and
switch pages.
Hope this is enough
BUG: 237095
BUG: 303911
|
| |
|
|
|
|
|
| |
show search on focused tab
let search on current page work again :)
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Selection is what usually gets pasted when one does an MMB click,
so it makes sense to use that as search term or URL to load.
(Thanks, Thiago!)
BUG: 315657
BUG: 314551
REVIEW: 109107
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
BUG: 312785
REVIEW: 108981
Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
|
|
|
|
| |
Disables annoying "spell Check Complete" modal notification
|
|
|
|
| |
Restores Auto Spellcheck option in advanced settings
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(this is based on Laurent Montel commit on rekonq1)
|
| |
|
|
|
|
| |
BUG: 303357
|
| |
|
|
|
|
| |
Add an inspector widget to the bottom of the page
|
|
|
|
| |
restored action and code to activate/deactivate it
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
NOTE: in my opinion, this is a great feature that needs a lot of
attention and testing. But it's really cool to see how it works... ;)
|
| |
|
|
|
|
| |
PS: hard life for a "playground" project :)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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... :)
|
| |
|
| |
|
|
|
|
| |
WARNING: Not everything compiles yet...
|
|
NOTE: This change does NOT affect CMakeLists.txt, so that compilation
will continue to work as the previous commit.
I'm just trying to track changes from original rekonq files...
|