summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes from avaddon-clone. Thank youAndrea Diamantini2009-03-271-4/+5
|
* Huge update. Fixed quite all of the settings troubles..Andrea Diamantini2009-03-251-5/+11
| | | | From now on, we (mainly) go on WebView bugfixing..
* Fixed Copyright introAndrea Diamantini2009-03-221-18/+18
|
* Always Show Tab Bar. Or not...Andrea Diamantini2009-03-211-0/+32
|
* updated rekonq siteAndrea Diamantini2009-03-161-2/+2
| | | | | | fixed tab actions.. really near rekonq 0.0.4! Perhaps this night!!
* Forwarding class declarations to speed up compilation..Andrea Diamantini2009-03-111-1/+5
|
* Last commit before branching "di brutto"..Andrea Diamantini2009-02-201-3/+1
|
* {Browser,}Application. Again..Andrea Diamantini2009-02-151-5/+5
|
* Removed unuseful "Select All" action.Andrea Diamantini2009-01-281-8/+0
| | | | If someone needs it, I can try to implement it one day..
* Partially ported rekonq to KConfigXT technology..Andrea Diamantini2009-01-181-4/+1
| | | | Perhaps ~50%..going on!!
* Fixed unconnected STOP web actionAndrea Diamantini2009-01-121-0/+9
|
* Every action is now in ActionCollection!!Andrea Diamantini2009-01-091-105/+77
| | | | Fully adopted xmlgui && mainview concepts..
* Removed WebActionMapper class!Andrea Diamantini2009-01-091-121/+4
| | | | Now we are really starting to have adjam web browser..
* BIG change!!Andrea Diamantini2009-01-091-31/+84
| | | | Removed use of proxy webactionmapper to manage web actions..
* removed LoadPage method to semplify APIAndrea Diamantini2009-01-091-1/+3
| | | | Now we have just loadUrl slot to run pages..
* Created mainview!Andrea Diamantini2009-01-081-0/+704
Other minor adjs..