| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
development version, on the road to 2.3
|
|
|
|
| |
Another (nice) step. In the right direction? ;)
|
|
|
|
| |
i.e.: don't see the deprecated warning on compilation ;)
|
| |
|
|
|
|
|
| |
show search on focused tab
let search on current page work again :)
|
|
|
|
|
|
|
|
|
|
| |
WARNING:
to let this work, we had to change rekonq behavior, NOT
remembering in rekonq downloads history what has been downloaded
via KGet
BUG:304387
CCMAIL: ericsbinaryworld@gmail.com
|
| |
|
|
|
|
|
| |
This has been requested on my blog. I found Chrome using it and no
other one browser using for anything, so...
|
|
|
|
|
|
|
|
|
|
| |
Also if having a 4.x.0 seems more logical to me, I understand the need
to not upgrade the whole stack just for my tiny piece of code :)
I choose 4.8.4 as Salvo "LtWorf" Tomaselli tested for us against it.
Thanks.
BUG: 315629
|