summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Reenable the Reload All Tabs ActionDavid E. Narváez2013-08-261-1/+1
| | | | | | Make the slot public and connect a tab context menu action to it. REVIEW: 112290
* Fix forward declarationMontel Laurent2013-05-061-2/+0
|
* Let appmenu-qt support work also with pinned tabs to loadAndrea Diamantini2013-04-251-0/+1
| | | | This just need fixes ;)
* Fix rekonq window title updateAndrea Diamantini2013-04-021-0/+1
| | | | BUG: 317062
* Restore activity daemon supportAndrea Diamantini2013-03-131-0/+2
| | | | BUG: 315694
* Restore a small portion of (un)ported codeAndrea Diamantini2013-03-131-0/+3
| | | | | | Close window if option says so BUG: 316637
* Supporting panel (again) :)Andrea Diamantini2013-03-101-0/+146
- Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354