| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
its real position: The appearance settings widget.
In fact our code is actually changing "default" text encoding, not
the page one "on the fly"
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Courtesy patch by Felix Rohrbach. Thanks :)
|
|
|
|
|
| |
- handle print & find with different signals in mainwindow
- show right tab title (moving titleChanged signal from view to tab)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 :)
|
| |
|
|
|
|
|
|
| |
- Don't call findNext() if Ctrl + F is pressed with an existing selection
- Correctly update highlights with the timer
- A little cleanup
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| | |
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!
|
|
|
|
| |
button menu
|
|
|
|
|
|
|
| |
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?
|
| |
|
| |
|
|
|
|
| |
- Fix mouse wheel zoom limits (slider's max and min)
|
|
|
|
| |
to speed up a bit
|
|
|
|
| |
BUG:231032
|
|
|
|
| |
New KParts Handling
|
|
|
|
|
|
|
|
| |
network analyzer.
Its code is based on previous implementation of Web Inspector Dock
and on Richmoore example about QNAM proxy.
Many thanks for :)
|
|
|
|
| |
first bunch
|
| |
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
| |
|
|
|
|
|
|
|
| |
- moved updateCOnfiguration slot to Application class from MainWindow (its right place)
- loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..)
- set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language.
- Try fixing CacheControl values (rekonq seems work quite well offline, now)
|
|
|
|
|
|
| |
the UrlTreeView
- Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar
|
| |
|
| |
|
| |
|
|
|
|
| |
No more reloading pages on accepting configuration
|
| |
|
|
|
|
| |
matchCase is toggled
|
| |
|
|
|
|
| |
WARNING: it doesn't compile
|
|\
| |
| |
| | |
into matgic_tab_page
|
| |
| |
| |
| | |
page you want to preview, and then you click a button
|
|/ |
|
|
|
|
|
|
|
|
| |
With this commit I fixed panel behaviour && saved some bytes
in their definition.
This will help hacking there (they are pretty the same now, I just
have no time to let them inherit from a parent "rekonq panel" class)
and will save some bytes in rekonq footprint :)
|
|\ |
|
| | |
|
|/
|
|
|
| |
1) no more confirm dialog on exit
2) restore newtab page or home page on close last tab
|