| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
SettingOpenTab --> NewTab (according to settings)
NewCurrentTab --> NewFocusedTab
|
|
|
|
| |
BUG: 238280
|
|
|
|
|
|
|
|
|
|
|
|
| |
file in rekonq and does an hack to choose the right palette for the WebView.
- Why this doesn't work in QWebPage::setPalette()??
- Why using a KStyle things don't work as expected??
- so, where is really the bug, here? I have some ideas about but I currently have no time to work on..
Anyway, with this nice hack :) things seem work well for dark themes and for pages
without a "proper" style (See bug 232552 about..)
Many thanks to Tomas Fryda for let me noticing this.
|
|
|
|
|
| |
The problem is about restoring tabs with arguments
Now we really handle ALL the 8 possible cases on startup.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This commit changes *A LOT* rekonq behavior on fonts.
To fix all, I had to (re)introduce some (old)new strings. Sorry!
- Adopted default KDE fonts for default & fixed settings
- calculating LogicalDpiY from font dimension (points to pixels) (This has been copied from KWebKitPart, as suggested)
- reenabled 16px as default font size
WARNING: As we are now calculating well the font size, you'll see BIG chars on clean pages.. :)
|
| |
|
|
|
|
|
|
|
| |
The old behaviour was to target the current url bar, which wasn't the right one when a background tab was opened.
The new code finds the right bar for the newly opened tab and sets its URL
BUG: 238641
|
|
|
|
| |
Last one before the beta..
|
| |
|
|
|
|
| |
Cedric's patch
|
|
|
|
| |
more useful
|
|
|
|
|
|
| |
us resize them as needed for themes different from oxygen.
This anyway seems working better with the upcoming Qt 4.7
|
| |
|
|
|
|
| |
added cppcheck script
|
| |
|
| |
|
|
|
|
|
|
| |
Can someone explain how can we read a not readable dir??
CCBUG: 228660
|
| |
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Need to round some corners, yet.
|