| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
This also seems to fix some way problem about multiple widget creations
What about you, guys?
CCBUG:321226
|
| |
|
|
|
|
|
|
|
| |
This should fix the problem that zoom changes are not saved when
applied with the wheel
CCBUG: 223188
|
|
|
|
|
|
|
|
|
| |
Stupid me, I tested one week this patch and then pushed the wrong
version.
Sorry guys, things happen :(
BUG: 321583
|
|
|
|
|
|
|
| |
work also when you don't have connection from the beginning.
CCBUG:319924
CCBUG:312928
|
|
|
|
|
|
|
| |
Fix rekonq icon retrieve mechanism to let it show well engine icons
on bar
BUG:272565
|
|
|
|
| |
BUG: 320218
|
| |
|
|
|
|
|
|
|
|
|
| |
- remove exclamation marks
- remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum")
- fix style
- spell "Java", "JavaScript" and "MD5" correctly
- lowercase "NOT" (do not shout to the user)
- remove extra spaces
|
|
|
|
|
|
|
|
|
|
| |
This is a first attempt to link our needed QNAM to KDE proxy settings.
It will try to fix proxy problems when used.
Oh... I also added some new error strings in case of proxy problems :)
CCBUG: 304378
CCBUG: 315598
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
BUG: 320318
|
|
|
|
| |
BUG:223188
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Move SSL icon in place of left urlbar favicon (as usually major
browsers do).
Remove positive and negative background when https page is visited.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
there are 3 distinct states a filetype can have WRT kpart embeding
- always embed
- never embed
- do whatever the parent node does (e.g. application/foo would take the
setting of application)
since the logic to determine which of those it is going to be we are using
a bit of code imported from konqueror deciding in a boolean fashion
whether or not we are supposed to embed or not. this is particularly non-
intrusive as the decision directly relates to whether a kpart is created,
if not the file will simply be krun'.
this change is using static functions for the imported code. rationale
being that they are in fact static and not having them reflected in the
header makes them all the easier to remove should a better solution
arise in the future.
with that in mind: while the code is copy'n'pastable it seems like a
good idea to move this into some shared library in the long term such
that konqueror and rekonq (and any other kpart enabled app) can use the
same code.
REVIEW: 109942
BUG: 240400
BUG: 279423
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Use a unique QNAM for private browsing. This lets private windows
share navigation info.
I guess the "optimus workaround" should be creating this "per window".
But I think this way it's easier and enough (to be a workaround...)
BUG: 317565
|
|
|
|
|
|
|
|
| |
Now all web shortcuts work.
BUG: 258639
REVIEWED BY: adjam
|
|
|
|
| |
CCBUG: 315694
|
|
|
|
| |
And now... :D
|
|
|
|
|
|
| |
Thanks :)
CCMAIL: christoph@maxiom.de
|
|
|
|
|
|
|
| |
Restored the (il)logic fix applied for bug 242675 and added a big note
to NOT remove it again
BUG: 316684
|
|
|
|
| |
BUG: 315694
|
|
|
|
| |
BUG: 316235
|
|
|
|
|
|
|
|
|
|
| |
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 :)
|
|
|
|
|
|
|
|
|
| |
Hiding rules support (at least the easy ones, the most ones, against
hiding id && classes)
:D
To test it, take a look (in example) at the url:
http://simple-adblock.com/faq/testing-your-adblocker/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Restore about:closedTabs page and the ability to open back closed tabs.
What's missing then? To load back on restart the closed tabs saved...
|
| |
|
|
|
|
| |
Disables annoying "spell Check Complete" modal notification
|
| |
|
|
|
|
| |
BUG: 311887
|
| |
|
|
|
|
|
| |
In the 1.x way, IconManager notified all the tabs about icons changed.
This way, just the interested tab is :)
|