| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- astyle
- copyrights
- (some) includes
|
| |
|
|
|
|
|
|
| |
- no .desktop extension in desktop files
- set permissions bits as needed
- clean up setting UI
|
|
|
|
| |
(crashbar exiting on external calls)
|
|
|
|
| |
BUG: 283178
|
| |
|
|
|
|
|
|
|
|
|
| |
- Get rid of unused NewBackTab enum
- move loading url code to MainWindow class
- Remove ThreadWeaver API. (And take it easy...)
- Changed logic: calculate url BEFORE creating a tab...
REVIEW:104326
|
|
|
|
|
|
| |
show a messagewidget to inform and let him set it.
REVIEW:104290
|
|
|
|
| |
Everytime a new window is called externally
|
|
|
|
| |
BUG:271442
|
|
|
|
|
|
|
|
|
|
| |
Implemented through a new loadUrl method that allows for the caller to
specify the QWebHistory pointer from where to copy the history.
Redirected the original loadUrl slot to use this new method internally.
The method returns the WebTab * just in case we need to maninpulate the
created tab in the future.
REVIEW: 104082
|
|
|
|
|
| |
- doublequote_chars
- normalize
|
|
|
|
|
|
|
| |
This should fix Yoann's problem with bar and let us have
a little bit clean API in webtab
REVIEW:103905
|
| |
|
|
|
|
| |
BUG:290271
|
|
|
|
|
|
|
| |
- QL1S/QL1C
- single-char QString efficiency
- explicit ctors
- normalized signals & slots
|
|
|
|
|
|
|
|
| |
This patch implements session management. Most of the ideas are taken
from Konsole, which is also a KUniqueApplication but manages session
restoring correctly.
REVIEW: 103658
|
|
|
|
|
|
| |
WARNING: This fix works just with qtwebkit 2.2.x!!!
BUG: 287782
|
|
|
|
|
|
| |
It was really a mess before. I also found 2 settings never used...
WARNING: This will cost users to reset some settings. Sorry for that
|
|
|
|
| |
PS: ignore about urls in the session manager
|
| |
|
|
|
|
| |
BUG: 276273
|
|
|
|
|
|
|
| |
Initial patch by Pali Rohar. Thanks :D
REVIEW: 102330
REVIEWED-BY: adjam
|
|
|
|
|
| |
We have 7 managers and 1 provider... finally fixing this strange
thing!
|
| |
|
| |
|
|
|
|
|
| |
Patch by Hüseyin Zengin. Thanks !
REVIEW: 103257
|
| |
|
|
|
|
| |
BUG: 286831
|
|
|
|
|
| |
REVIEW:102818
REVIEWED-BY: adjam
|
|
|
|
|
| |
REVIEW: 103086
REVIEWED-BY: adjam,fritz_van_tom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will help a lot in having a clean/easy startup, also a bit less
fast.
Let's see if this helps stability...
PS:
To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo.
Can you please try compiling and testing if this fixes your troubles
on startup??
Many thanks for any help.
Andrea.
CCBUG:284356
|
| |
|
|
|
|
|
|
| |
Config dialog, settings
REVIEW:103010
|
|
|
|
|
|
| |
Added an action to manage it in the tools menu,
added initial code to manage icons,
added kwebapp application
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch changes WebKit Settings window removing the "unuseful"
stuffs and adding some news like WebGL or Frame Flattening
(probably useful also on netbook).
It also redesign/clean up the settings widget
Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone
will explain me how I can check QtWebKit version number with cmake...
REVIEW:102920
|
|
|
|
|
|
|
| |
rekonq is maximised.
It needs to be initialized a bit later..
REVIEW: 102868
|
|
|
|
| |
CCMAIL: aspotashev@gmail.com
|
|
|
|
| |
It seems now we are really ready for the stable release...
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit, while does not perfectly fix the issue, "workaround" it
a lot to fix crashes on private mode enter/exit
- improve session store/restore
- improve session manager code
- calm down kDebug messages
- applies code style
CCBUG: 268328
|
| |
|
|
|
|
|
| |
REVIEW: 102747
REVIEWED-BY: adjam
|
|
|
|
|
| |
I think we need to consider the two cases (normal restore vs restore
from crash) in different ways.
|
|
|
|
| |
BUG: 272107
|
|
|
|
|
|
|
|
|
|
| |
First, I'm really sorry for this bad commit ('git' talking..).
The fact is that the 3 bugs fixed here were found chained playing
with close code. Here it is the report:
- fix close window (it now really appears on multiple window closing)
- fix saveSession (saving one call for each site loaded and storing
better information): saveSession is now called on loadFinished
- clean up some compilation warnings
|
|
|
|
|
|
|
|
|
| |
This original patch from fritz_van_tom has been modified by me
to fix a couple of "obsoleted" things not removed in the
previous changes.
My fault for them (and for the need of this patch), sorry.
REVIEW: 102362
|
|
|
|
|
|
|
|
|
| |
In a similar fashion as WebKit, this might make those cases
where we don't expect to go more obvious in debug builds.
I also took the liberty to revisit a lot of switch statements
but it could potentially be used elsewhere
Reviewed-by: andrea
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
| |
|