summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Properly register rekonq window to activitiesAndrea Diamantini2013-04-281-1/+1
|
* Well... get EXTREMELY sure menubar are registered...Andrea Diamantini2013-04-251-1/+4
|
* Let appmenu-qt support work also with pinned tabs to loadAndrea Diamantini2013-04-251-0/+3
| | | | This just need fixes ;)
* Fix rekonq window title updateAndrea Diamantini2013-04-021-3/+3
| | | | BUG: 317062
* Remove the "AutoSaver" attempt :(Andrea Diamantini2013-03-181-2/+2
| | | | | | | | I tried to save disk writes. But everytime people is finding some saved (or just delayed) saves that are NOT ok. We'll see to find another way to... BUG: 316938
* Restore Session Manager updates on current tab changed && on windowAndrea Diamantini2013-03-141-2/+1
| | | | | | | | | | close. Lindsay, I probably "forgot" one your mail about Session Management NOT working properly (sorry). Hope this will fix it! Let me know :) CCMAIL: lindsay.mathieson@gmail.com
* Restore activity daemon supportAndrea Diamantini2013-03-131-1/+19
| | | | BUG: 315694
* Restore a small portion of (un)ported codeAndrea Diamantini2013-03-131-1/+6
| | | | | | Close window if option says so BUG: 316637
* Fix && clean up fullscreen modeAndrea Diamantini2013-03-111-2/+2
|
* Supporting panel (again) :)Andrea Diamantini2013-03-101-0/+900
- 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