Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -1/+4 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | Prompt user before restoring session after a crash. | Pierre Rossi | 2010-10-08 | 1 | -1/+4 |
| | | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228 | ||||
* | Include clean-up in the big src directory | Jon Ander PeƱalba | 2010-09-03 | 1 | -2/+4 |
| | |||||
* | Load old closed tabs from session manager. | Andrea Diamantini | 2010-05-11 | 1 | -0/+2 |
| | | | | | | | | | 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 | ||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -2/+2 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+4 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | Cleaning headers and so on... | Andrea Diamantini | 2009-10-06 | 1 | -1/+1 |
| | |||||
* | moving from about: protocol to rekonq: protocol :D | Andrea Diamantini | 2009-10-02 | 1 | -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 Diamantini | 2009-09-26 | 1 | -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 Diamantini | 2009-09-10 | 1 | -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.. ;) |