summaryrefslogtreecommitdiff
path: root/src/mainview.h
Commit message (Collapse)AuthorAgeFilesLines
* Open Back/Forward tabs fixedAndrea Diamantini2009-05-021-2/+2
|
* Managing user tab open settings. Step 2Andrea Diamantini2009-05-011-1/+2
|
* Open tabs in brackground. Step 1Andrea Diamantini2009-05-011-0/+3
|
* mouseDoubleClickEvent return, as decided with AvaddonAndrea Diamantini2009-05-011-42/+27
|
* astyleAndrea Diamantini2009-04-291-17/+35
|
* Fixed loading Url methods.Andrea Diamantini2009-04-291-1/+7
| | | | | | | | 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
|
* Removed Qt4.4 compatibility slotsAndrea Diamantini2009-04-281-3/+0
|
* Faster Mainview loadAndrea Diamantini2009-04-281-0/+2
|
* Revert "Some changes ported for merge to mainline (bookmarks & links ↵Andrea Diamantini2009-04-281-12/+11
| | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
* TabBar context menu fix portedAlexandr Domrachev2009-04-271-0/+1
|
* Open new tab on TabBar double clickAlexandr Domrachev2009-04-271-0/+3
|
* Some changes ported for merge to mainline (bookmarks & links handling related)Alexandr Domrachev2009-04-271-11/+12
| | | | | | | 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-1/+1
|
* Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-2/+2
|
* Another importing step.Andrea Diamantini2009-04-251-31/+43
| | | | Need to fix cookies' classes and then (I think) we are near the goal..
* Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
|
* pedanticAndrea Diamantini2009-04-181-1/+5
|
* pedanticAndrea Diamantini2009-04-111-0/+2
|
* Merge branch 'NoMainViewEvents'Andrea Diamantini2009-04-111-5/+0
|\
| * Removed MainView events..Andrea Diamantini2009-04-111-5/+0
| |
* | pedanticAndrea Diamantini2009-04-111-0/+1
| |
* | animated loading. Imported following (a bit) Arora code..Andrea Diamantini2009-04-111-1/+12
|/
* Added some functions commentAndrea Diamantini2009-04-111-1/+8
|
* Fixed lineEdits tabs movements (each site, its url..)Andrea Diamantini2009-04-111-0/+2
|
* Fixed tab moving, thanks to Qt 4.5 magic..Andrea Diamantini2009-04-101-2/+1
|
* new tab has to have focusgit stAndrea Diamantini2009-04-101-1/+1
|
* Fixed webview APIAndrea Diamantini2009-04-101-7/+7
| | | | Removed some unuseful comments
* Removed unuseful lasttabclosed signal in mainview.Andrea Diamantini2009-04-091-1/+0
| | | | | This becamed unuseful because of choose to do nothing if just 1 tab opened.
* tab bar refactoringAndrea Diamantini2009-04-051-5/+1
|
* Compiles just with 4.5..Andrea Diamantini2009-04-051-1/+5
|
* Modified loading icon displaying, from KDE icon to loading one..Andrea Diamantini2009-04-051-0/+2
|
* Fixing mainview descriptionAndrea Diamantini2009-04-021-5/+2
|
* API change (rename). In MainView, newTab --> newWebViewAndrea Diamantini2009-03-291-1/+1
|
* astyle. First round..Andrea Diamantini2009-03-281-2/+2
|
* Huge update. Fixed quite all of the settings troubles..Andrea Diamantini2009-03-251-7/+7
| | | | From now on, we (mainly) go on WebView bugfixing..
* Fixed Copyright introAndrea Diamantini2009-03-221-17/+18
|
* Always Show Tab Bar. Or not...Andrea Diamantini2009-03-211-3/+12
|
* Forwarding class declarations to speed up compilation..Andrea Diamantini2009-03-111-11/+11
|
* Removed unuseful "Select All" action.Andrea Diamantini2009-01-281-1/+0
| | | | If someone needs it, I can try to implement it one day..
* Fixed unconnected STOP web actionAndrea Diamantini2009-01-121-0/+1
|
* Every action is now in ActionCollection!!Andrea Diamantini2009-01-091-8/+0
| | | | Fully adopted xmlgui && mainview concepts..
* Removed WebActionMapper class!Andrea Diamantini2009-01-091-41/+3
| | | | Now we are really starting to have adjam web browser..
* BIG change!!Andrea Diamantini2009-01-091-4/+13
| | | | Removed use of proxy webactionmapper to manage web actions..
* removed LoadPage method to semplify APIAndrea Diamantini2009-01-091-1/+1
| | | | Now we have just loadUrl slot to run pages..
* Created mainview!Andrea Diamantini2009-01-081-0/+178
Other minor adjs..