summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Solved initial size problem!Andrea Diamantini2009-03-121-0/+1
| |
| * Forwarding class declarations to speed up compilation..Andrea Diamantini2009-03-111-7/+8
| |
| * Fixing Font Troubles. Try 1..Andrea Diamantini2009-03-011-5/+0
| |
| * Last commit before branching "di brutto"..Andrea Diamantini2009-02-201-6/+0
| |
| * On the street to SingleRekonq..Andrea Diamantini2009-02-201-1/+0
| |
| * Definitely fixed FindBar (orat least, I hope so)Andrea Diamantini2009-01-291-3/+4
| | | | | | | | Add some comments
| * New BookmarkBar!! 1st version, Yeah!!Andrea Diamantini2009-01-281-2/+2
| |
| * Removed unuseful "Select All" action.Andrea Diamantini2009-01-281-3/+2
| | | | | | | | If someone needs it, I can try to implement it one day..
| * Fixed MenuBar.Andrea Diamantini2009-01-271-1/+4
| | | | | | | | | | Fixed BookmarkLine in rekonqui.rc Now we need just the code to implement it..
| * Implemented a new function to download data with KJob technologies..Andrea Diamantini2009-01-201-1/+0
| | | | | | | | It's not working. For now. But we are nearing the goal..
| * Ported tons of code to KConfigXT. To merge kcfg branch we need just toAndrea Diamantini2009-01-191-2/+1
| | | | | | | | port cookie settings..
| * m_tabWidget --> m_viewAndrea Diamantini2009-01-181-1/+1
| |
| * Partially ported rekonq to KConfigXT technology..Andrea Diamantini2009-01-181-0/+4
| | | | | | | | Perhaps ~50%..going on!!
| * Every action is now in ActionCollection!!Andrea Diamantini2009-01-091-0/+1
| | | | | | | | Fully adopted xmlgui && mainview concepts..
| * removed LoadPage method to semplify APIAndrea Diamantini2009-01-091-6/+3
| | | | | | | | Now we have just loadUrl slot to run pages..
| * Last commit before loadPage REMOVAL..Andrea Diamantini2009-01-091-25/+34
| | | | | | | | ..
| * Created mainview!Andrea Diamantini2009-01-081-3/+3
| | | | | | | | Other minor adjs..
| * Ported from KMainWindow to KXmlGuiWindow.Andrea Diamantini2008-12-291-35/+11
| | | | | | | | | | Yeah! ..
| * BrowserMainWindow --> MainWindowAndrea Diamantini2008-12-271-0/+149
|
* Fix forward declarationmlaurent2009-05-041-1/+0
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963192 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Importing recode (rekonq code).adjam2009-05-031-0/+153
I'm sorry I coudn't perform this with gitsvn or tailor.. but I cannot lose all the evening just for this. And I need to sleep now.. git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963146 283d02a7-25f6-0310-bc7c-ecb5cbfe19da