summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* FIxing conflictsAndrea Diamantini2009-11-181-1/+0
|\ | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt
| * cleaning home :)Andrea Diamantini2009-11-131-1/+0
| | | | | | | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better
* | added bookmarks panel and model(read only atm)nehlsen2009-11-161-4/+9
|/
* This hack seems solve the about: protocol loading problemAndrea Diamantini2009-11-131-1/+2
| | | | | also in Qt 4.6. Hope it works really well :)
* switching back from rekonq: protocol to about: oneAndrea Diamantini2009-11-101-1/+1
| | | | | | 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
* (BIG commit) API changeAndrea Diamantini2009-11-101-23/+23
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* fixing new mainWindow() behaviour, porting functions calling itAndrea Diamantini2009-11-101-3/+4
|
* a small delay before hide popupmegabigbug2009-10-281-0/+1
|
* One passivepopup: less flickering.lionelc2009-10-271-1/+2
|
* A better popup implementationmegabigbug2009-10-241-10/+6
|
* What's overkilling?Andrea Diamantini2009-10-231-0/+4
| | | | | | | 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...
* (LAST hopefully) BIG change (before 0.3)Andrea Diamantini2009-10-221-0/+2
| | | | | | | | | | 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..
* Removed "Add to Favorites" action.Andrea Diamantini2009-10-221-3/+0
| | | | Matgic78 customizable favorites page is clearly better :D
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-0/+12
| | | | This let tab switch work also when webview is not focused :)
* preferred --> favoritesAndrea Diamantini2009-10-021-2/+2
|
* Turned "Add bookmark" action to KDE one and implemented an "add to preferred"Andrea Diamantini2009-09-301-0/+3
| | | | mechanism (an action in the contextual menu)
* Merge branch 'HomePage'Andrea Diamantini2009-09-131-3/+2
|\
| * Modified rekonq behaviour:Andrea Diamantini2009-09-131-1/+2
| | | | | | | | | | HomePage has 2 choices: usual home page vs new tab page new tab has 3: new tabp page, home page, blank page
| * Removed "home" schemeAndrea Diamantini2009-09-101-1/+0
| |
| * HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :)
* | Some "stupid" toolbars fixesAndrea Diamantini2009-09-121-3/+3
|/
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-1/+0
| | | | Added options about tabbed (or not) browsing..
* Restored the beautiful CTRL + L shortcut.Andrea Diamantini2009-09-051-1/+1
| | | | Sorry :)
* Simplified history actions reintroducing KStandard ones.Andrea Diamantini2009-09-051-2/+0
| | | | (we have text, icon, shortcuts && translations for free)
* Improving Multi Windows implementationAndrea Diamantini2009-09-041-3/+1
|
* - Removed HistoryMenu (no more used)Andrea Diamantini2009-09-031-1/+0
| | | | - Multi Windows 1st implementation
* Improved contextual menu following my ideas and Henry de ValenceAndrea Diamantini2009-09-031-1/+0
| | | | suggestions.
* - A better print slotAndrea Diamantini2009-08-301-9/+11
| | | | | - contextual frame actions (just 2, for now) - works on contextual menu
* Fixing Bookmarks bar toggle actionAndrea Diamantini2009-08-301-3/+4
|
* First changes to bookmarks systemAndrea Diamantini2009-08-301-0/+2
|
* Removed setHistoryMenu functionAndrea Diamantini2009-08-271-1/+0
|
* Replace "Print preview" by "Print" in the tool menuLionel Chauvin2009-08-231-1/+0
| | | | Remove "Print"
* Some actions fixed and re-enabled history action (back) menuAndrea Diamantini2009-08-231-1/+5
|
* Removed MenuBar. First steps..Andrea Diamantini2009-08-221-4/+9
|
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-0/+1
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-8/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-2/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Add WebShorcuts Settings in the configuration panelmegabigbug2009-07-291-4/+3
| | | | | Remove Webshorcuts Settings item in menus Remove trailing spaces
* Including web shortcuts configuration dialog.Andrea Diamantini2009-07-291-1/+2
| | | | | We can actually just include it externally. Anyway this let user think a bit more that this is not a rekonq related configuration dialog
* Simplifying a bit web load progress process structureAndrea Diamantini2009-07-291-1/+1
|
* Clear Private Data 1st implementationAndrea Diamantini2009-07-261-0/+3
|
* Big Big Big Commit!Andrea Diamantini2009-07-241-1/+0
| | | | | | 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..
* Fixing findbar focus on find request.Andrea Diamantini2009-07-231-0/+1
| | | | | Also hiding it with ESC key when it has no focus. Courtesy patch from Johannes Zellner. Many Thanks!
* New rekonq tools menu in main toolbar.Andrea Diamantini2009-07-161-0/+2
| | | | | | This is completely based on code and ideas from Lionel "MegaBigBug" Chauvin. Many thanks!
* Cleaning code && removing unuseful search barAndrea Diamantini2009-07-081-27/+1
|
* Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-271-3/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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
| * New notifying system. Perhaps this should be default forAndrea Diamantini2009-06-211-15/+15
| | | | | | | | | | rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see..
| * Comments and FixesAndrea Diamantini2009-06-211-0/+17
| |
| * New notify systemAndrea Diamantini2009-06-211-1/+14
| |
| * Finally fixed F5 shortcutAndrea Diamantini2009-06-201-2/+0
| |