summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* more aesthetic popups (again)megabigbug2009-08-011-3/+8
|
* Merge branch 'I18n'Andrea Diamantini2009-07-311-1/+1
|\
| * Make the string KDE HIG compatiblePanagiotis Papadopoulos2009-07-311-1/+1
| |
* | fix stop/reload button initializationmegabigbug2009-07-291-1/+2
|/
* Fixing initial stop_reload actionAndrea Diamantini2009-07-291-3/+3
|
* Add WebShorcuts Settings in the configuration panelmegabigbug2009-07-291-22/+9
| | | | | Remove Webshorcuts Settings item in menus Remove trailing spaces
* Including web shortcuts configuration dialog.Andrea Diamantini2009-07-291-1/+13
| | | | | 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-4/+4
|
* Removed Web Inspecting colorAndrea Diamantini2009-07-281-11/+4
| | | | | | Fixed a bit PrivateBrowsingEnabled FALSE Changed background color to LIGHTGRAY to let it be a little different from mainwindow color
* Add a setBackgroundColor to urlbarmegabigbug2009-07-271-0/+7
| | | | | Change the urlbar color by the window color when private browsing Change the urlbar color by a light red color when web inspector activated
* Merge commit 'megabigbug/ClearPrivateData'Andrea Diamantini2009-07-271-1/+1
|\
| * The Clear Private Data dialog was not working because exec return ↵megabigbug2009-07-271-1/+1
| | | | | | | | KDialog::Accepted instead of KDialog::Ok
* | Merge commit 'megabigbug/KPassivePopup'Andrea Diamantini2009-07-271-1/+1
|\ \
| * | Fix KPassivePopup crashmegabigbug2009-07-261-1/+1
| |/
* | Backport to QPrintPreview instead incomplete KPrintPreviewmegabigbug2009-07-261-4/+6
|/ | | | Replace "Print..." action by "Print preview" in the tool menu
* Fixed clear private dataAndrea Diamantini2009-07-261-1/+2
| | | | Hopefully..
* New Clear Private Data actionAndrea Diamantini2009-07-261-2/+2
| | | | Needs some fixes..
* Clear Private Data 1st implementationAndrea Diamantini2009-07-261-3/+51
|
* Remove notification for search textmegabigbug2009-07-251-8/+2
| | | | Notify matching by changing the background color of the text field
* Rekonq tools menuAndrea Diamantini2009-07-241-3/+13
| | | | (waiting for clear data action..)
* Big Big Big Commit!Andrea Diamantini2009-07-241-10/+4
| | | | | | 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..
* Removed rekonqrun class and provided slots in Application one.Andrea Diamantini2009-07-241-1/+1
|
* Definitely fixing rekonq API. First step.Andrea Diamantini2009-07-241-2/+1
| | | | newTab function in MainView
* Add icons for "history panel" and "page source" itemsmegabigbug2009-07-241-1/+2
|
* Add icons for "history panel" and "page source" itemsmegabigbug2009-07-241-0/+1
|
* Not showing the status popup when the window is not active (doesn't haveIvan Čukić2009-07-241-9/+13
| | | | the focus)
* Fixing findbar focus on find request.Andrea Diamantini2009-07-231-0/+12
| | | | | 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-4/+26
| | | | | | This is completely based on code and ideas from Lionel "MegaBigBug" Chauvin. Many thanks!
* Bookmark Action MenuAndrea Diamantini2009-07-161-4/+6
|
* Fixing new bookmarks actionAndrea Diamantini2009-07-131-4/+1
|
* New Add Bookmark ActionAndrea Diamantini2009-07-111-4/+6
|
* Cleaning settings ui && making optional hovering links popupsAndrea Diamantini2009-07-081-4/+17
|
* Cleaning code && removing unuseful search barAndrea Diamantini2009-07-081-12/+4
|
* Merge commit 'avaddon/master'Andrea Diamantini2009-07-071-36/+23
|\
| * Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-271-19/+67
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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
| * \ Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-201-45/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: (23 commits) rekonq 0.1.5: UI changes Various Fixes RFC. History Menu Revisited. History Panel Action fix Removed unuseful history dialog. We use just history panel, from now on.. Removed recently closed tabs history No more Action Back Menu UI changes New Tab tool button Fixing webpage headers Restored Unsupport Content Handler (new 1st implementation) Fix forward declaration Cosmetic networkmanager changes SVN_SILENT made messages (.desktop file) Forgot to remove unuseful KDE IS VERSION check. Removed now.. bookmark toolbar displaying ALL the bookmarks. fixuifiles SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file, second try) ... Conflicts: src/mainview.cpp src/mainwindow.cpp
| * | | Application::icon() changed to staticDomrachev Alexandr2009-06-191-1/+1
| | | |
| * | | Some text reformattingDomrachev Alexandr2009-06-181-14/+13
| | | |
| * | | File filter fix in MainView::slotFileOpen dialog.Domrachev Alexandr2009-06-181-3/+3
| | | |
| * | | MainWindow::slotFind{Next, Previous} code cleanDomrachev Alexandr2009-06-181-16/+4
| | | |
| * | | MainWindow::slotPrivateBrowsing fixDomrachev Alexandr2009-06-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Don't show private browsing confirmation dialog when disabling private browsing. Private browsing activation confirm dialog fix.
* | | | Fake gg:// and wk:// protocol.Andrea Diamantini2009-06-301-1/+0
| |_|/ |/| | | | | | | | | | | Initial Url && Search Bar (to be improved in 0.3) Trivial cleaning things here and there..
* | | Fixing popup pos && removing unwanted statusBarAndrea Diamantini2009-06-221-1/+7
| | |
* | | New notifying system. Perhaps this should be default forAndrea Diamantini2009-06-211-8/+8
| | | | | | | | | | | | | | | rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see..
* | | Deleting popup in empty msgAndrea Diamantini2009-06-211-1/+4
| | |
* | | New notify systemAndrea Diamantini2009-06-211-17/+50
| | |
* | | slot Save File AsAndrea Diamantini2009-06-201-6/+8
| | |
* | | Finally fixed F5 shortcutAndrea Diamantini2009-06-201-1/+5
| |/ |/|
* | Various FixesAndrea Diamantini2009-06-201-1/+2
| |
* | History Panel Action fixAndrea Diamantini2009-06-201-1/+2
| |