summaryrefslogtreecommitdiff
path: root/src/sessionmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Load old closed tabs from session manager.Andrea Diamantini2010-05-111-2/+31
| | | | | | | | | This let me think about the need of reimplementing it and all History to support more infos (eg: zoom) closing one bug and opening another :) BUG:228480
* Include Fixes, first bunchAndrea Diamantini2010-04-301-2/+3
|
* Krazy fixesAndrea Diamantini2010-04-301-1/+1
|
* cleaning headersAndrea Diamantini2010-04-301-1/+0
|
* A coding style roundAndrea Diamantini2010-04-301-6/+6
|
* Just another crash recovery fix.Andrea Diamantini2010-03-061-5/+6
| | | | | Now rekonq tries just 1 time to recover from crash. In Italy we say "Perseverare e' diabolico"...
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-2/+2
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-1/+2
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* keep trailing slashes (BUG 211913)Andrea Diamantini2009-10-261-1/+1
| | | | BUG: 211913
* Fixing sessionmanager (at least I hope so):Andrea Diamantini2009-09-261-13/+20
| | | | | | - moved from DataStream to TextStream (we use strings..) - implemented a semaphore (m_safe) - closing every time file
* Fixing foreach macros..Andrea Diamantini2009-09-221-1/+1
|
* Fixing session manager behaviour following a bit dolphin's codeAndrea Diamantini2009-09-131-5/+0
|
* Session Management (restore on crash)Andrea Diamantini2009-09-101-0/+116
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.. ;)