| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This will let everyone to save time reinventing the wheel and let us
remove webpage from adblockmanager code, but just manage it via (Q)NAM.
|
|
|
|
|
| |
- Moved to new rekonq API
- Use autosaver to save up disk writes
|
|
|
|
|
|
| |
There are a few notable changes here:
- rekonq_defines.h clean up, removing the enums from there
- let HistoryManager be accessible by a self function
|
| |
|
|
|
|
| |
Preparing repo to merge rekonq2 code...
|
|
|
|
| |
It fixes some issue for slot which use this list before/during the call of newWebTab (eg: zoomBar)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- updateTabBarVisibility(): used to react only on "alwaysShowTabBar" settings
- updateAddTabButton(): used to react only on tabbar changes
* Improve handling of the add tab button. updateAddTabButton() is now called on any
tab layout changed instead of being called in any function which manipulate tabs.
* Use a tab height computed with KTabBar instead of the add tab button height with a magical number.
It fixes some issues with the Bespin theme.
BUG: 304325
|
|
|
|
|
|
|
|
|
|
| |
The problem here is that the app is considered "session restored" for
all its life cycle. Checking it just when launched without arguments
and with isFirstLoad = true
Should work, im my tests do, needs more testing...
CCBUG: 304312
|
| |
|
|
|
|
|
|
|
|
| |
PS: Grazie per il lavoro, Giuseppe ;)
CCMAIL: gcala@gmail.com
REVIEW: 105708
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
This let bookmark manager code properly load :)
BUG: 296388
BUG: 298051
|
|
|
|
| |
BUG: 303149
|
|
|
|
|
|
|
|
| |
calls (eg: open link with rekonq in konqueror)
WARNING: Needs testing
BUG: 299625
|
| |
|
|
|
|
|
|
| |
- set initial icon to have properly dimensions set
- properly calculate needed icon's height
- calm down some kDebug messages
|
|
|
|
|
|
| |
- 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
|