| 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
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 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...
|
| |
|
| |
|
|
|
|
|
| |
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...
|
| |
|
|
|
|
| |
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)
|
|
|
|
| |
Need to round some corners, yet.
|
| |
|
| |
|
| |
|
|
|
|
| |
BUG: 226851
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Yeah, you're reading well...
rekonq is using multithreading for the loadUrl slot. This (in theory)
should mean: "NO MORE UI FREEZES ON LOAD URLS"
:D
|
|
|
|
| |
Subdivide loadUrl stuffs
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I have to say, BRUTE prevention :)
Hope this works.
Also some fixes in Urlbar class to ensure that a KUrl is a KUrl
and a QString is a QString.
Removed the annoying "restore url on focus out" feature. No other browsers
have it and I really cannot understand gain
|
|
|
|
| |
One ad-block is enough
|
|
|
|
| |
First step
|
|
|
|
|
| |
I fixed rekonq API removing all slotName call switching to
a proper getter call (so, name() functions)
|
|
|
|
|
|
|
|
|
|
| |
A strange bug on new window loading, calling from .desktop file
(krunner & friends). So I had to change the homePage launch mechanism.
Working on that I started playing with startup settings and implemented this.
I hope Pano like this very much: 0.3 gift :D
Waiting for someone comments and reviews to merge..
|
|
|
|
|
| |
This fix some issues, about some "stupid" sites whose js
sends strange "about:blank" requests (just found 2!!)
|
| |
|
|
|
|
| |
and changed its layout
|
|
|
|
|
|
|
| |
It was a stupid omission by me, cleverly discovered and
fixed by Johannes Zellner!!
Again, thank you very much!
|
|
|
|
|
|
|
|
|
| |
This is HEAVILY based on code from Lionel and Yoram branches.
But this code behaves differently: it restores rekonq tabs (just) on crash.
Thanks to Lionel suggestions, it seems "better" than my initial idea :)
It is quite extensible. We need just to fix it better as possible and then
manage its behaviour in newInstance code.. ;)
|
| |
|
| |
|
|
|
|
| |
- Multi Windows 1st implementation
|
| |
|
| |
|
|
|
|
| |
Imported commit from KDE svn. Thanks to mlaurent for this..
|
| |
|
|
|
|
|
| |
This patch lets rekonq to load url in.. the current page instead of
loading infinite new tabs... :)
|
| |
|
| |
|
|
|
|
| |
newTab function in MainView
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git:
Fixing popup pos && removing unwanted statusBar
0.1.6 version with new notifying system
New notifying system. Perhaps this should be default for
Deleting popup in empty msg
Comments and Fixes
New notify system
Working on new notify system...
start moving things..
slot Save File As
Finally fixed F5 shortcut
New history menu code comments
history menu fix
|