| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
BUG: 309148
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
mimics Opera browser about right star icon management. Easier and
without the "love" icon always shown :)
|
|
|
|
|
|
| |
Also consider the possibility our sslinfo can be "incomplete" ;)
BUG: 318550
|
| |
|
|
|
|
|
| |
Now (again) kde.org is resolved as site and not searched in your
default search engine
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
also fixed a yoda-style comment about not using getSaveFileName
REVIEW: 109927
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
BUG: 317062
|
| |
|
|
|
|
| |
BUG: 249462
|
| |
|
|
|
|
|
| |
(or at least, for what I see...)
Added session manager widget and ability to load/save/rename sessions
|
|
|
|
|
|
|
| |
This code is based on the patch from mayank jha about session saving.
Will be used as "first part" of the session saving support in rekonq.
CCMAIL: mjnovice@gmail.com
|
| |
|
|
|
|
| |
BUG: 316960
|
|
|
|
| |
BUG: 316963
|
|
|
|
|
|
|
|
| |
I tried to save disk writes. But everytime people is finding some saved
(or just delayed) saves that are NOT ok.
We'll see to find another way to...
BUG: 316938
|
|
|
|
| |
CCBUG: 315694
|
|
|
|
| |
BUG: 316844
|
|
|
|
| |
And now... :D
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
close.
Lindsay, I probably "forgot" one your mail about Session Management
NOT working properly (sorry).
Hope this will fix it! Let me know :)
CCMAIL: lindsay.mathieson@gmail.com
|
|
|
|
|
|
| |
Thanks :)
CCMAIL: christoph@maxiom.de
|
|
|
|
|
|
| |
Oooops... ;)
BUG: 316325
|
|
|
|
|
|
|
| |
Restored the (il)logic fix applied for bug 242675 and added a big note
to NOT remove it again
BUG: 316684
|
|
|
|
| |
BUG: 315694
|
|
|
|
|
|
|
|
|
|
|
| |
Open links in new tab only if there is a window
in the current activity/on the current desktop
This code has been written by Jonathan Verner and reviewed (a bit)
by me. Hope everyone will be happy now...
BUG: 316322
REVIEWED-BY: adjam
|
|
|
|
|
|
| |
Close window if option says so
BUG: 316637
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
BUG: 270191
|
|
|
|
| |
BUG:316207
|
|
|
|
|
|
| |
My fault, sorry...
BUG: 316132
|
|
|
|
| |
i.e.: don't see the deprecated warning on compilation ;)
|