| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* 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..
|
|
|
|
| |
Sorry :)
|
|
|
|
| |
(we have text, icon, shortcuts && translations for free)
|
| |
|
|
|
|
| |
- Multi Windows 1st implementation
|
|
|
|
| |
suggestions.
|
|
|
|
|
| |
- contextual frame actions (just 2, for now)
- works on contextual menu
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove "Print"
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Imported commit from KDE svn. Thanks to mlaurent for this..
|
|
|
|
|
| |
Remove Webshorcuts Settings item in menus
Remove trailing spaces
|
|
|
|
|
| |
We can actually just include it externally. Anyway this let user
think a bit more that this is not a rekonq related configuration dialog
|
| |
|
| |
|
|
|
|
|
|
| |
Refactored loadUrl code to divide UI classes from WEB classes.
We now have two loadUrl methods in the Application class to load
(hopefully) every kind of (k)url..
|
|
|
|
|
| |
Also hiding it with ESC key when it has no focus.
Courtesy patch from Johannes Zellner. Many Thanks!
|
|
|
|
|
|
| |
This is completely based on code and ideas from Lionel "MegaBigBug" Chauvin.
Many thanks!
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '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
|