summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-201-4/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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
| * No more Action Back MenuAndrea Diamantini2009-06-191-3/+2
| |
| * Fix forward declarationmlaurent2009-06-111-1/+0
| | | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@980178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* | MainWindow::slotPrivateBrowsing fixDomrachev Alexandr2009-06-181-1/+1
|/ | | | | | Don't show private browsing confirmation dialog when disabling private browsing. Private browsing activation confirm dialog fix.
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Moving guessUrlFromString function to Application classAndrea Diamantini2009-06-011-1/+0
|
* Using my own FindBar, for now..Andrea Diamantini2009-05-281-1/+2
|
* Working on adopting WebView search bar..Andrea Diamantini2009-05-251-2/+0
|
* Fixing CMakelists.txt'sAndrea Diamantini2009-05-251-1/+1
|
* no inline functions, as suggestedAndrea Diamantini2009-05-251-4/+1
|
* Fixing conflicts merging masteradjam2009-05-061-0/+2
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * astyleAndrea Diamantini2009-04-291-1/+4
| |
| * Some fixes and warning on webview createWindowAndrea Diamantini2009-04-291-5/+7
| |
| * Revert "Some changes ported for merge to mainline (bookmarks & links ↵Andrea Diamantini2009-04-281-0/+1
| | | | | | | | | | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
| * Some changes ported for merge to mainline (bookmarks & links handling related)Alexandr Domrachev2009-04-271-1/+0
| | | | | | | | | | | | | | Added author: me :) Bookmark owner: openFolderinTabs implemented Links handling ported from Pawel branch Issue #1 fixed
| * Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-1/+1
| |
| * Another importing step.Andrea Diamantini2009-04-251-1/+0
| | | | | | | | Need to fix cookies' classes and then (I think) we are near the goal..
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * Trivial fixesAndrea Diamantini2009-04-221-1/+0
| |
| * Side PanelAndrea Diamantini2009-04-221-5/+14
| |
| * Fixing MainWindow codeAndrea Diamantini2009-04-211-1/+1
| |
| * clear location bar action. As requestedAndrea Diamantini2009-04-181-0/+1
| |
| * Refactoring find bar following (a bit) Pawel suggestions..Andrea Diamantini2009-04-091-1/+0
| | | | | | | | Applied match Case search
| * Asking user to close rekonq if there are more than 1 tabs opened..Andrea Diamantini2009-04-081-0/+3
| | | | | | | | (Oh, Dear.. my English..)
| * Removed unuseful commented codeAndrea Diamantini2009-04-081-1/+0
| |
| * Fixed Webkit settings, removing tools actions (no use case in settings, for me)Andrea Diamantini2009-04-071-1/+1
| | | | | | | | | | Private Browsing & Web Inspector. Fixed that actions in tools menu
| * removed new/close tab tabbar buttonsAndrea Diamantini2009-04-051-1/+1
| |
| * Upgrading rekonq UI, 1st stepAndrea Diamantini2009-04-051-1/+1
| | | | | | | | Updating menubar and main toolbar.
| * Added show/hide menubar actionAndrea Diamantini2009-04-021-0/+1
| |
| * Importing clones PART 1Andrea Diamantini2009-04-011-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | I apologies for this "strange" way of importing code. But we have 3 (or 4) different ideas about UIs.. and I have to decide one. So, best way I found is importing manually changes. I'll write something about that soon. We basically need to better learn git cooperation (I'm first). Anyway, thank you a lot for your time and your ideas. I really apprecciate your efforts ;)
| * Revert "Revert "pedantic""Andrea Diamantini2009-03-291-1/+6
| | | | | | | | | | | | Reapplied previous changes. Sorry for confusion. Time to bed.. This reverts commit 98f53721514116b876d18bf0a2da89d2a53cc97d.
| * Revert "pedantic"Andrea Diamantini2009-03-291-6/+1
| | | | | | | | | | | | Too much things committed a time.. This reverts commit 651f97d0652e90ab1af4e80418f42468cc5932e2.
| * pedanticAndrea Diamantini2009-03-281-1/+6
| |
| * astyle. First round..Andrea Diamantini2009-03-281-2/+2
| |
| * Huge update. Fixed quite all of the settings troubles..Andrea Diamantini2009-03-251-1/+1
| | | | | | | | From now on, we (mainly) go on WebView bugfixing..
| * Some fixes on font dim. Updating data still doesn't work..Andrea Diamantini2009-03-241-0/+1
| |
| * Fixed Copyright introAndrea Diamantini2009-03-221-18/+19
| |