| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Don't call findNext() if Ctrl + F is pressed with an existing selection
- Correctly update highlights with the timer
- A little cleanup
|
|
|
|
| |
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...
|
|
|
|
|
|
|
| |
The common behavior of the Find action is to start a search with the
current selected text if any.
This patch implement this behavior for Rekonq.
|
|
|
|
|
|
|
| |
The find actions generally show a find bar, and is not a toggle action.
A general pattern of use is to press "/" or Ctrl+F to show the find
bar with the currently selected text, and press escape to hide the bar.
|
|
|
|
|
|
|
|
| |
The FindBar was slots show() and hide() instead of the virtual method
QWidget::setVisible(). This can lead to subtle bugs, because the
behavior is different depending on the type of call (signal-slot
connection VS direct call on a pointer to QWidget) and the function
called (hide() is != than setVisible(false)).
|
|\
| |
| |
| |
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m183
Conflicts:
src/mainwindow.h
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
src/bookmarks/bookmarkprovider.*
|
|
|
|
|
|
| |
It fixes the problem of the submenu if there are too much items to fit on the bar
- Improve a bit the new redesign of BookmarkOwner
- Reenable the bookmark menu by default (because the icon in the bar is on the left)
|
| |
|
|
|
|
| |
Patch (and implementation) by Glad Deschrijver. Thanks!
|
|
|
|
|
| |
It seems working pretty well here.
Ready to revert if something seems wrong about this
|
| |
|
| |
|
|
|
|
|
| |
- Fix zoomUp at the end of the bar
- add a stretch on the right
|
|
|
|
| |
button menu
|
|
|
|
| |
Removing one doubled F6 shortcut
|
| |
|
|
|
|
|
|
|
| |
WARNING: I'm NOT sure about this. Please everyone, check it twice!!
PS: Many thanks to Yoann21. He is doing a fantastic work on the bookmarks
toolbar
|
|
|
|
|
|
|
|
| |
This means configurable toolbars and the old problems
with our no menubar choice.
We'll see what will happen this time...
Yoann: can you pls check my port of the bookmarks toolbar?
|
|
|
|
|
| |
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...
|
| |
|
|
|
|
|
| |
Let (eventual) bookmarks menu && tools menu having a shortcut:
ALT+B for bookmarks && ALT+T for Tools
|
|
|
|
|
| |
- Synchronisation of the folded states between each windows
- Code cleanup
|
| |
|
|
|
|
|
| |
SettingOpenTab --> NewTab (according to settings)
NewCurrentTab --> NewFocusedTab
|
|
|
|
|
| |
If you need to add it, then make it translatable,
since an untranslatable string is far more "worse" than breaking string freeze ;-)
|
| |
|
|
|
|
|
|
|
|
| |
The problem comes when too much sites are listed as closed tabs, so I though
to create the contextual menu just on request and to clean out the sites
that are reopened. (They are NO MORE closed tabs..)
This and the next commit should fast a lot rekonq about that
|
|
|
|
|
|
| |
Thanks, pano :)
CCBUG: 240432
|
|
|
|
|
|
|
|
| |
This commit introduces notable changes and needs a lot of tests
Courtesy patch from Mathias Kraus. Thanks :)
BUG: 237390
|
|
|
|
|
|
|
|
| |
a corner case
where the trick implemented doesn't work. We'll see if someone can fix also that..
BUG:233937
|
| |
|
| |
|
|
|
|
| |
BUG:239863
|
|
|
|
| |
- Fix mouse wheel zoom limits (slider's max and min)
|
| |
|
|
|
|
| |
eg: KParts
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m2276
|
| | |
|