| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
First step in the introduction of the new rekonq pages
|
|
|
|
|
|
|
|
|
| |
If there is a rekonq window on the current virtual desktop and
another application opens a link, rekonq will prefer this window.
rekonq also prefers windows that were activated most recently.
CCBUG: 237732
REVIEW: 101033
|
|
|
|
|
|
|
|
|
| |
read about this in the reviewboard request (number 101027)
Courtesy patch by JosèManuel Santamarì Lema. Thanks :D
BUG:269490
REVIEW:101027
|
|
|
|
|
|
|
|
| |
webview in general)
theme.
The right way to do it seems be using a local .css file.
Letting this be in master for one week (at least) before backporting...
|
|
|
|
| |
Prevent rekonq from opening two windows after a crash.
|
|
|
|
|
| |
Reviewed by Andrea Diamantini.
BUG: 269065
|
|
|
|
|
|
|
|
|
| |
highlight animation.
CCBUG:267234
To see if this really works, please deselect the "animated tab highlights"
in the Tabs Settings section
|
|
|
|
| |
This one is for crashes on restart after a bug...
|
|
|
|
|
|
|
|
|
|
| |
bug 266837.
We basically have now a mainWindow() slot widely used in rekonq, that can return
a null pointer.
Checking the code again to ensure this is the unique bug caused by the change...
BUG:268023
|
|
|
|
|
|
|
|
|
| |
but IT CHANGES Application::mainWindow() behavior to an unsafe mode.
It is now basically allowed to return a null pointer, leading to other possible crashes.
Some days of testing since now, for this.
BUG:266837
|
|
|
|
| |
depending on BookmarkProvider to the MainWindow they belong. Reopen Bug
|
|
|
|
| |
BUG:267460
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
|
| |
its real position: The appearance settings widget.
In fact our code is actually changing "default" text encoding, not
the page one "on the fly"
|
|
|
|
| |
apps: good compromise with issue 250502
|
|
|
|
| |
Reviewed by adjam
|
|
|
|
|
|
|
|
|
|
| |
This patch should implement the UA switcher ability for rekonq.
This is a first implementation, but it seems working quite well.
It is based on KDE UA management and should be fully compatible with konqueror's one i.e.
it should be possible using alternatively rekonq and konqueror sharing the same setting.
Anyway, this is a different implementation from the konqueror's one. Simpler and based on the idea
of a future moving to a plugin.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hovering tabs:
* tab preview (default one)
* show title as tooltip
* show url as tooltip
* show nothing
Patch by Furkan Uzumcu, reviewed (and merged) by adjam
BUG:260343
RB:100282
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
introduce search icon
description file downloaded after validation, not before
icons updated when engine added
add opensearch xml description files
sync desktop file => fix add webshortcut
use db_opensearch.json file to track opensearch engines
create an opensearch description only when the engine support suggestions
remove opensearch description when an engine is deleted in the webshortcut setting dialog
popup: disable ok button when webshortcut is already used
Lionel Chauvin is the man having done this big, big, big work!!
I'm just merging ;)
|
|
|
|
| |
urlBar --> currentUrlBar
|
|
|
|
|
| |
We are now respecting users setting on default engines (if someone chooses NONE
default search engines, searches are NOT performed)
|
|
|
|
|
|
|
|
|
|
|
| |
- it implements a new KAaction in the Application class to trace changes on
- stops session management and save it, restoring last visited sites on restoring mormal mode
- implements necessary changes to iconmanager, urlbar & application
Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of
the needed changes in kdewebkit to eg handle cookies and so on..
.
Hope you like it :)
|
| |
|
|
|
|
|
|
|
|
|
| |
http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
to see what I'm referring about..
CCBUG:208132
PS: Thanks, Kilian :)
|
|
|
|
|
|
| |
Shows the about:closedTabs page in the background.
Task: https://bugs.kde.org/show_bug.cgi?id=249228
|
|
|
|
|
|
|
|
|
|
| |
After debating with Martin Grablin & Jani-Matti Hatinen it has been pointed
out that we have to change rekonq broken behavior about external links handling
It now opens links in tab or in new windows following the "Open Links in tab or in window"
settings NO MORE stealing focus to the other apps.
BUG: 250502
BUG: 243572
|
| |
|
| |
|
|
|
|
| |
BUG: 243900
|
|
|
|
|
|
|
|
| |
it seems let everything work as expected (at least here).
It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks)
It also contains fixes & improvements for icons management in History & Bookmarks classes.
More code to maintain, but more things working.Let's see what'll happen...
|
|
|
|
| |
modified: src/application.cpp
|
|
|
|
|
|
| |
Harald Sitter
modified: src/application.cpp
|
|\ |
|
| |
| |
| |
| | |
modified: src/application.cpp
|
|/ |
|
|
|
|
| |
src/bookmarks/bookmarkprovider.*
|
|\
| |
| |
| |
| |
| | |
Conflicts:
src/CMakeLists.txt
src/urlbar/urlresolver.cpp
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
| |
It seems working pretty well here.
Ready to revert if something seems wrong about this
|
| |
|
|
|
|
|
| |
It's actually the same, but probably a bit more coherent.
More over, we are going to change a lot of things in the HistoryManager class...
|
| |
|