summaryrefslogtreecommitdiff
path: root/src/sessionmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+4
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* Cleaning headers and so on...Andrea Diamantini2009-10-061-1/+1
|
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-1/+0
| | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
* Fixing sessionmanager (at least I hope so):Andrea Diamantini2009-09-261-2/+5
| | | | | | - moved from DataStream to TextStream (we use strings..) - implemented a semaphore (m_safe) - closing every time file
* Session Management (restore on crash)Andrea Diamantini2009-09-101-0/+56
This is HEAVILY based on code from Lionel and Yoram branches. But this code behaves differently: it restores rekonq tabs (just) on crash. Thanks to Lionel suggestions, it seems "better" than my initial idea :) It is quite extensible. We need just to fix it better as possible and then manage its behaviour in newInstance code.. ;)