summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixing (again) merge conflicts..Andrea Diamantini2009-06-021-62/+2
|\
| * Moving guessUrlFromString function to Application classAndrea Diamantini2009-06-011-60/+1
| |
| * Removed unuseful download classesAndrea Diamantini2009-06-011-2/+1
| |
* | Porting history Ui to KDE..Andrea Diamantini2009-06-021-1/+1
|/
* Fixed mainwindow conflictsAndrea Diamantini2009-05-281-23/+23
|\
| * Using my own FindBar, for now..Andrea Diamantini2009-05-281-73/+52
| |
| * Working on adopting WebView search bar..Andrea Diamantini2009-05-251-1/+0
| |
| * Fixing CMakelists.txt'sAndrea Diamantini2009-05-251-38/+54
| |
| * no inline functions, as suggestedAndrea Diamantini2009-05-251-0/+6
| |
* | Removed QDialog instancesAndrea Diamantini2009-05-221-1/+1
| |
* | FullScreen shortcuts: F11 && CTRL + SHIFT + FAndrea Diamantini2009-05-221-3/+3
|/
* Printing dialog pointer deletingAndrea Diamantini2009-05-201-4/+2
|
* Fixed non working SidePanel toogle view actionAndrea Diamantini2009-05-141-8/+2
|
* Fixed FullScreen Action & provided it in contextual menu, in fullscreen modeAndrea Diamantini2009-05-141-1/+5
|
* Last krazy issues fixedadjam2009-05-121-3/+8
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967142 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* EBN Krazy fixes. 2nd round..adjam2009-05-061-3/+19
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964618 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing conflicts merging masteradjam2009-05-061-9/+12
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * EBN Krazy fixes. 1st round..Andrea Diamantini2009-05-061-2/+2
| |
| * Hardcoded new tab shortcuts toAndrea Diamantini2009-05-041-4/+1
| | | | | | | | | | 1. CTRL + T 2. CTRL + N
| * Fixing opening window resizing and removing menubar & toolbar.Andrea Diamantini2009-05-041-4/+10
| | | | | | | | rekonq has just one mainwindow.
| * s/tap/tab/Andrea Diamantini2009-05-021-1/+1
| |
| * Merge branch 'develop'Andrea Diamantini2009-05-021-1/+1
| |\
| | * Open Back/Forward tabs fixedAndrea Diamantini2009-05-021-1/+1
| | |
| * | other i18n fix from KristolAndrea Diamantini2009-05-021-1/+1
| |/
| * Open tabs in brackground. Step 1Andrea Diamantini2009-05-011-0/+1
| |
| * i18n plural bugs. Courtesy patch of Kristol BafAndrea Diamantini2009-05-011-1/+1
| |
| * astyleAndrea Diamantini2009-04-291-42/+37
| |
| * Other optimizations on MainWindow loadingAndrea Diamantini2009-04-291-3/+3
| |
| * Faster MainWindow loading..Andrea Diamantini2009-04-291-34/+27
| |
| * Some fixes and warning on webview createWindowAndrea Diamantini2009-04-291-0/+7
| |
| * Fixed loading Url methods.Andrea Diamantini2009-04-291-6/+2
| | | | | | | | | | | | | | | | Now in all rekonq code we have just a loadUrl method in mainview (doing the dirty job) and one in mainwindow, provided for convenience. Every class needing loading an url has a openUrl signal. Hope this should go well..
| * Removed unused MainView loadUrlPage signalAndrea Diamantini2009-04-291-1/+0
| |
| * removing location toolbar to let toolbars be more configurableAndrea Diamantini2009-04-281-1/+1
| |
| * Revert "Some changes ported for merge to mainline (bookmarks & links ↵Andrea Diamantini2009-04-281-15/+28
| | | | | | | | | | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
| * Some changes ported for merge to mainline (bookmarks & links handling related)Alexandr Domrachev2009-04-271-28/+15
| | | | | | | | | | | | | | Added author: me :) Bookmark owner: openFolderinTabs implemented Links handling ported from Pawel branch Issue #1 fixed
| * KDE printing systemAndrea Diamantini2009-04-271-7/+10
| |
| * bookmarks fixesAndrea Diamantini2009-04-271-1/+8
| |
| * Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-1/+1
| |
| * Another importing step.Andrea Diamantini2009-04-251-25/+41
| | | | | | | | Need to fix cookies' classes and then (I think) we are near the goal..
| * Fixing strings: pano suggestionsAndrea Diamantini2009-04-231-4/+4
| |
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * Trivial fixesAndrea Diamantini2009-04-221-14/+5
| |
| * Side PanelAndrea Diamantini2009-04-221-5/+37
| |
| * Fixing MainWindow codeAndrea Diamantini2009-04-211-7/+36
| |
| * Moving new download system to mainline.Andrea Diamantini2009-04-211-5/+5
| | | | | | | | | | I did some changes to fit things as simple as possible. We can obviously improve things in a second moment..
| * Simpler MessageBoxs handling..Andrea Diamantini2009-04-191-36/+18
| |
| * Porting "view page source" code to KDEAndrea Diamantini2009-04-191-6/+23
| | | | | | | | from Pawel's clone
| * clear location bar action. As requestedAndrea Diamantini2009-04-181-2/+19
| |
| * set (Untitled) to untitled pages..Andrea Diamantini2009-04-171-1/+2
| |
| * dolphin && konqueror -like exit confirmation dialogAndrea Diamantini2009-04-131-7/+44
| |