| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
First step in the introduction of the new rekonq pages
|
|
|
|
|
|
| |
time) the site url.
This will let also the "set content editable" feature works well on save
|
| |
|
|
|
|
|
|
| |
Patch by Thomas Murach, thanks ;)
RB:101246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CTRL + 1..9
Courtesy patch by Thomas Murach. Thanks :)
Reviewed by Pierre, Felix... and me!
RB: 101043
PS:
Thomas, I see one corner problem with your patch:
Opera has clearly indicated favorites preview
number, while rekonq hasn't. Any idea to fill the gap?
|
|
|
|
| |
(i.e. moving on right on pointer sovrapposition)
|
|
|
|
|
|
|
|
| |
modifies rekonq behavior on closing multiple tabs.
Nothing is more asked on that, while a confirmation dialog is triggered when the user tries to close a window.
Depending on the windows number, the user is requested if he likes to close the whole app or (just) the current window
PS: sorry, my English sucks today...
|
|
|
|
|
|
|
|
|
|
| |
The quit action in the action collection did just close the current
rekonq window instead of quitting the application.
Reviewed by Andrea Diamantini.
BUG: 268578
REVIEW: 101019
|
|
|
|
|
| |
Johannes Troscher's patch
Reviewed by me ;)
|
|
|
|
|
| |
CCBUG:268328
CCBUG:266937
|
| |
|
| |
|
|
|
|
| |
BUG:268071
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
|
| |
on that.
This, expecially to avoid double calls on functions to manage tab switching and info updating.
Reviewed by NOBODY (oops...)
|
| |
|
|
|
|
|
|
|
| |
its real position: The appearance settings widget.
In fact our code is actually changing "default" text encoding, not
the page one "on the fly"
|
| |
|
|
|
|
| |
sometimes return wrong values
|
|
|
|
|
|
|
|
| |
zoombar first, findbar second.
Reviewed by adjam
BUG:264929
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
rekonq menu, too.
With this patch, the menu will be created the first time the user opens the menu.
RB: 100374
|
|
|
|
| |
Reviewed (and merged) by me :)
|
|
|
|
|
|
|
|
|
|
| |
meeting:
1. Hide new tab entry if it is not necessary.
2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected.
3. Hide the development menu entries and add an option to show them.
RB: 100374
|
|
|
|
|
|
| |
This reverts commit de39729f4e3864aec6c0366ac72ca5f1228d60d1.
It actually has problems with urlbar behavior. Needs a little more work..
|
|
|
|
|
| |
Thanks to Furkan Üzümcü
Review Board request : http://git.reviewboard.kde.org/r/100322/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch couples those merged in KIO & KDEWebKit in SC 4.6.
I have to say it is probably NOT perfect and ready to merge, but I'd like to
because it is anyway a nice step over actual behavior.
It basically holds and (re)publish slave for apps needing it, letting us fixing
a long standing bug against the infamous TWO connections to do ONE thing (download, move, etc...)
It also gave me the possibility to and/or improve these things:
- better handling filenames, studying content disposition header for "attachment" and "inline" values
- better history handling, when working with kparts (also if this part needs a proper fix, IMHO reimplementing QWebHistory class...)
- a (proper?) fix for POST operations returning content. I admit I am dubious with this part and I need more testing. The nice thing
is that this patch "circumscribes" this problem, letting it easy eventually fix it again
I also copied from kdewebkit a check for exec text files mimetypes (converted to text/plain) and cleaned-up some kDebugs
(and as usual, added a lot..)
Last, sorry for the big commit message and the big/not so big patch here. It is a special case.
commit 29f3021d94e26b39f3e8172a980a6cafcebe5095
Author: Andrea Diamantini <adjam7@gmail.com>
Date: Wed Jan 5 12:17:45 2011 +0100
cleanup comments
commit fc88a37322810fd25c5bfcd16880fc617e7de9f5
Author: Andrea Diamantini <adjam7@gmail.com>
Date: Wed Jan 5 12:06:55 2011 +0100
content-disposition: inline
commit 7c2789a1733e1089b9c66cd6c553185792ec3a72
Author: Andrea Diamantini <adjam7@gmail.com>
Date: Tue Jan 4 12:04:03 2011 +0100
Fix history handling.
For a proper fix here, I think we need to reimplement the tab history, otherwise we cannot manage
tab history browsing on the so called "rekonq" pages...
commit 892c4d8dc78fda43f67566a3e359bd9805ee3282
Author: Andrea Diamantini <adjam7@gmail.com>
Date: Tue Jan 4 11:57:29 2011 +0100
Two cases here:
1) POST operations returning content
2) right file names
commit 3b1d5873b7eb743406f3b8c5abb79ce6728d0103
Author: Andrea Diamantini <adjam7@gmail.com>
Date: Tue Jan 4 03:24:21 2011 +0100
Stupid kDebugs...
commit 73d038a757185816f40795d4dd4a68e11659c971
Author: Andrea Diamantini <adjam7@gmail.com>
Date: Tue Jan 4 02:32:45 2011 +0100
It needs testing from people (just) having last KDE SC 4.6 code on...
|
|
|
|
| |
(Disabled by default).
|
| |
|
|
|
|
| |
Thanks to Furkan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ;)
|
|
|
|
| |
Courtesy patch by Felix Rohrbach. Thanks :)
|
| |
|
|
|
|
|
|
| |
Courtesy patch by Felix Rohrbach. Thanks :)
CCMAIL: fxrh@gmx.de
|
| |
|
|
|
|
|
| |
- handle print & find with different signals in mainwindow
- show right tab title (moving titleChanged signal from view to tab)
|
|
|
|
| |
urlBar --> currentUrlBar
|
|
|
|
| |
BUG: 254818
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 :)
|
|
|
|
|
|
|
|
|
|
|
| |
It also contains a cleaned version of the WebTab::url() method (the previous one was
not working on loading pages. And also immediately after the loadFinished signal)
This should also fix some "bad" handling on back/forward buttons.
Finally, it contains some unrelated QLatin1String --> QL1S changes.
Benjamin, I spoke too early about those.
I squashed merged my work and removed previous branch :(
|
|
|
|
|
|
|
|
|
| |
Previously, the action of Ctrl+Maj+T was opening all the closed tabs.
This was differing from Firefox and Chrome, which can be confusing
for users.
This patch change the behavior to open only the last closed tab,
making the behavior more like the other browsers.
|
| |
|
| |
|