summaryrefslogtreecommitdiff
path: root/src/mainview.h
Commit message (Collapse)AuthorAgeFilesLines
* 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..