summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
* | Removed recently closed tabs historyAndrea Diamantini2009-06-191-1/+0
| |
* | No more Action Back MenuAndrea Diamantini2009-06-191-42/+0
| |
* | UI changesAndrea Diamantini2009-06-191-0/+5
|/
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* 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..