summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed recently closed tabs historyAndrea Diamantini2009-06-191-54/+0
|
* New Tab tool buttonAndrea Diamantini2009-06-191-0/+41
|
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Moving guessUrlFromString function to Application classAndrea Diamantini2009-06-011-4/+2
|
* Lot of work to do in mainview. Removed status/tool/geometry change view signalsAndrea Diamantini2009-05-281-12/+4
|
* Refactored page/setNewPage KWebPage methodsAndrea Diamantini2009-05-251-22/+10
|
* no inline functions, as suggestedAndrea Diamantini2009-05-251-0/+43
|
* Initial kdewebkit porting. STEP 1 DONEAndrea Diamantini2009-05-231-1/+1
|
* Compiles && link with webkitKDE modulo the load methodAndrea Diamantini2009-05-221-1/+1
|
* EBN Krazy fixes. 2nd round..adjam2009-05-061-5/+13
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964618 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing forgotten merging issues..adjam2009-05-061-4/+0
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964617 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing conflicts merging masteradjam2009-05-061-2/+6
|\ | | | | | | 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
| |
| * Open Back/Forward tabs fixedAndrea Diamantini2009-05-021-1/+1
| |
| * Managing user tab open settings. Step 2Andrea Diamantini2009-05-011-4/+15
| |
| * setting focus to urlbar on empty tab opened. Some kwarning removalAndrea Diamantini2009-05-011-2/+1
| |
| * mouseDoubleClickEvent return, as decided with AvaddonAndrea Diamantini2009-05-011-0/+10
| |
| * i18n plural bugs. Courtesy patch of Kristol BafAndrea Diamantini2009-05-011-1/+1
| |
| * astyleAndrea Diamantini2009-04-291-33/+33
| |
| * Fixed loading Url methods.Andrea Diamantini2009-04-291-3/+8
| | | | | | | | | | | | | | | | 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..
| * mainview loadurlinCurrentTab improvementsAndrea Diamantini2009-04-291-1/+11
| |
| * Removed unused MainView loadUrlPage signalAndrea Diamantini2009-04-291-2/+1
| |
| * Removed Qt4.4 compatibility slotsAndrea Diamantini2009-04-281-23/+0
| |
| * Faster Mainview loadAndrea Diamantini2009-04-281-8/+16
| |
| * Revert "Some changes ported for merge to mainline (bookmarks & links ↵Andrea Diamantini2009-04-281-57/+26
| | | | | | | | | | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
| * TabBar context menu fix portedAlexandr Domrachev2009-04-271-0/+10
| |
| * Open new tab on TabBar double clickAlexandr Domrachev2009-04-271-0/+13
| |
| * TabBar code clean. Icons added to context menuAlexandr Domrachev2009-04-271-1/+0
| |
| * Some changes ported for merge to mainline (bookmarks & links handling related)Alexandr Domrachev2009-04-271-26/+57
| | | | | | | | | | | | | | Added author: me :) Bookmark owner: openFolderinTabs implemented Links handling ported from Pawel branch Issue #1 fixed
| * Removed KDE VERSION check. tabbar needs some love..Andrea Diamantini2009-04-261-9/+10
| |
| * mainview fixesAndrea Diamantini2009-04-261-7/+5
| |
| * Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-2/+2
| |
| * Fixed 4.2 compilingAndrea Diamantini2009-04-261-1/+1
| |
| * Another importing step.Andrea Diamantini2009-04-251-158/+160
| | | | | | | | Need to fix cookies' classes and then (I think) we are near the goal..
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * Fixing (and updating) MainView codeAndrea Diamantini2009-04-211-2/+2
| |
| * set (Untitled) to untitled pages..Andrea Diamantini2009-04-171-3/+10
| |
| * Merge branch 'NoMainViewEvents'Andrea Diamantini2009-04-111-40/+0
| |\
| | * Removed MainView events..Andrea Diamantini2009-04-111-40/+0
| | |
| * | animated loading. Imported following (a bit) Arora code..Andrea Diamantini2009-04-111-4/+33
| |/
| * Fixed lineEdits tabs movements (each site, its url..)Andrea Diamantini2009-04-111-0/+10
| |
| * Fixed tab moving, thanks to Qt 4.5 magic..Andrea Diamantini2009-04-101-17/+0
| |
| * Fixed some wrong changesAndrea Diamantini2009-04-101-5/+8
| |
| * new tab has to have focusgit stAndrea Diamantini2009-04-101-7/+8
| |
| * Fixed webview APIAndrea Diamantini2009-04-101-22/+33
| | | | | | | | Removed some unuseful comments
| * Removed unuseful lasttabclosed signal in mainview.Andrea Diamantini2009-04-091-2/+0
| | | | | | | | | | This becamed unuseful because of choose to do nothing if just 1 tab opened.
| * pedanticAndrea Diamantini2009-04-081-1/+1
| |
| * Fixing tab focus on new tab loading.Andrea Diamantini2009-04-081-1/+3
| | | | | | | | Removed unuseful commented code..
| * tab bar refactoringAndrea Diamantini2009-04-051-14/+7
| |
| * Compiles just with 4.5..Andrea Diamantini2009-04-051-1/+15
| |