| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Commit 5b07ae28 introduced a bug here because no tab is now created by
default in the restoring window
BUG: 292586
|
|
|
|
| |
First bunch of fixes
|
|
|
|
|
|
|
| |
I'll tag rekonq 0.8.72 to let you easily test this. Can you please
catch if this really fixes your issue?
CCBUG:286729
|
|
|
|
| |
BUG:291213
|
|
|
|
|
| |
Stupid me, I forgot to merge a part from konqueror access keys
handling...
|
| |
|
|
|
|
|
|
| |
This is the secondary shortcut used by Firefox & Chrome
BUG: 275174
|
| |
|
| |
|
|
|
|
| |
Not yet released Tech Preview and yet something to fix for...
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Release will follow shortly:)
CCMAIL: rekonq@kde.org
|
| |
|
|
|
|
| |
BUG:278056
|
|
|
|
| |
We really need it in just one method. So, it can be a local var...
|
|
|
|
|
| |
Smooth, auto, normal scrolling... Too much things to manage without a
clear policy.
|
| |
|
| |
|
|
|
|
| |
saved properties
|
|\ |
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
Factor out all code that loads the DOM Document, and use proper calls
in each method.
REVIEW: 103722
|
|
|
|
|
|
|
| |
- QL1S/QL1C
- single-char QString efficiency
- explicit ctors
- normalized signals & slots
|
|
|
|
|
|
|
|
|
| |
This to copy konqueror behavior.
Also added some kDebug messages to better work with the "key event"
features:
- vi-like navigation
- access keys
- autoscroll
|
|
|
|
| |
A stupid regression introduced... by me, sorry!
|
|
|
|
|
|
|
|
|
|
| |
This because it is just a "working" action designed for the tabbar.
Now it works (and updates) properly there and in the tabbar empty
space.
Please open a new wish if you want a closed tabs menu action to add
to the mainwindow
BUG:291232
|
|
|
|
| |
BUG:281546
|
|
|
|
|
|
|
| |
Courtesy patch by "Wyatt", thanks!!!
BUG:291726
REVIEWED-BY:adjam
|
|
|
|
|
|
|
|
|
|
|
| |
This "release" contains last code merged and starts feature freeze
for 0.9.
Our technologic preview will be released in one week from now, to let
us start testing code a bit.
Please, take care of rekonq bugs in bugzilla, expecially the ones with
target = 0.9
CCMAIL: rekonq@kde.org
|
|
|
|
|
|
|
|
|
| |
& Search also for favicon.ico files
This seems to be the unique method to surely workaround this bug
rekonq encounters when tries to load an unextant favicon with KIO (see
BUG:289029
)
|
|
|
|
|
|
|
|
|
|
|
| |
Also clean up API, giving proper names to method
updateActions --> updateHistoryActions
browserTabLoading(bool) --> currentTabStateChanged()
...
also workaround problem that m_progress is (yet) 0 or 100 when load started
REVIEW:103651
|
|
|
|
|
| |
REVIEW:103697
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Last before 0.9 technologic preview... ;)
|
|
|
|
|
|
|
| |
one" option is active
REVIEW:103678
REVIEWED-BY: adjam
|
|
|
|
| |
closeTabSelectPrevious, sorry.
|
|
|
|
|
|
|
|
|
|
| |
Ported access keys navigation system from Arora and adapted
to rekonq code.
Also (by adjam), get sure access keys are removed on loadStarted
REVIEW:103601
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
(adjam's marginal change): let variables have better names
m_isAutoScrollEnabled --> m_isViewAutoScrolling
CCBUG:289588
CCBUG:278056
REVIEW:103649
REVIEWED-BY: adjam
|
|
|
|
|
|
| |
Let search item being first when it really is important
CCBUG:290884
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Downloads Page. This patch fixes it.
REVIEW: 103635
REVIEWED-BY: adjam
|
|/
|
|
|
| |
Patch from Yusuf Amir Tezcan, many thanks for !
REVIEW: 103450
|
|
|
|
|
|
|
|
| |
Andrea's latest commit deletes the file default_rekonq.css but
doesn't remove it from the CMakeLists.txt.
This fixes it.
REVIEW: 103630
|
|
|
|
|
|
| |
WARNING: This fix works just with qtwebkit 2.2.x!!!
BUG: 287782
|
|
|
|
|
|
| |
Also double check for strange about urls
BUG: 290411
|
|
|
|
|
|
| |
relevant items are those "starting" with the typedString:
eg: type "kde", for me "kde.org" and "kde-apps.org" are more relevant
that i.e. "planetkde" that will be last in list.
|
| |
|