| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
* it basically represents a tab in rekonq
* everything that happens within one tab should go here (wallet bar, find bar?)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Anyway, this moving/renaming helped me finding lots of strange circulary
dependencies and easily solve them :)
We have also a more organized structure, hopefully letting people work on different areas
altogether.
|
|\
| |
| |
| |
| |
| |
| | |
Merge branch 'rekonq04' into dev04try
Conflicts:
src/CMakeLists.txt
|
| |
| |
| |
| |
| | |
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize
things better
|
|/ |
|
|
|
|
|
| |
also in Qt 4.6.
Hope it works really well :)
|
|
|
|
|
|
| |
This is the more logical solution and let rekonq working also
with the upcoming Qt4.6. (QWebView::setHtml() trouble)
Anyway we have a little regression in the urlbar clean && select
|
|
|
|
|
| |
I fixed rekonq API removing all slotName call switching to
a proper getter call (so, name() functions)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
checking EVERYTIME mouse move events to just fix some stupid cases?
revert a good implementation just to bug fixing the 0.1% of the cases?
Don't know! This implementation seems working to fix the flickering links
But, these are really the UI problems I'd like to get rid...
|
|
|
|
|
|
|
|
|
|
| |
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..
|
|
|
|
| |
Matgic78 customizable favorites page is clearly better :D
|
|
|
|
| |
This let tab switch work also when webview is not focused :)
|
| |
|
|
|
|
| |
mechanism (an action in the contextual menu)
|
|\ |
|
| |
| |
| |
| |
| | |
HomePage has 2 choices: usual home page vs new tab page
new tab has 3: new tabp page, home page, blank page
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
First implementation of "rekonq home page"
- Added icons && htmls for it
- fixed pics places && CMakeLists.txt
- Added a HomePage class to create the "rekonq home Page"
- Modified setting to load on new tab start
1) rekonq home page (default)
2) blank page
3) an url (to set)
- removed home page button
- fixed WebPage && loadUrl slot to load "home:" scheme
- Added a toolbar method in BookmarksProvider to load bookmarks in the homepage
The page needs a lot of love, but I think this is a really good starting point for.
Hope you like it :)
|
|/ |
|
|
|
|
| |
Added options about tabbed (or not) browsing..
|