Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include all .moc files removed in the previous commit | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -9/+6 |
| | |||||
* | Don't save sessions && closed tabs if Private Browsing is enabled | Andrea Diamantini | 2010-07-31 | 1 | -0/+4 |
| | | | | BUG:246268 | ||||
* | Fix naming to clean API | Andrea Diamantini | 2010-06-24 | 1 | -1/+1 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | no more currenttab & digit closed tabs | Andrea Diamantini | 2010-06-15 | 1 | -8/+11 |
| | | | | BUG:241495 | ||||
* | Cleaning some kDebug calls | Andrea Diamantini | 2010-05-22 | 1 | -23/+24 |
| | |||||
* | Adds current tab to session state (bug 237720) | Lindsay Mathieson | 2010-05-16 | 1 | -1/+26 |
| | |||||
* | Load old closed tabs from session manager. | Andrea Diamantini | 2010-05-11 | 1 | -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 bunch | Andrea Diamantini | 2010-04-30 | 1 | -2/+3 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -6/+6 |
| | |||||
* | Just another crash recovery fix. | Andrea Diamantini | 2010-03-06 | 1 | -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 release | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | QPointers --> QWeakPointers | Andrea Diamantini | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -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 Diamantini | 2009-10-26 | 1 | -1/+1 |
| | | | | BUG: 211913 | ||||
* | Fixing sessionmanager (at least I hope so): | Andrea Diamantini | 2009-09-26 | 1 | -13/+20 |
| | | | | | | - moved from DataStream to TextStream (we use strings..) - implemented a semaphore (m_safe) - closing every time file | ||||
* | Fixing foreach macros.. | Andrea Diamantini | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Fixing session manager behaviour following a bit dolphin's code | Andrea Diamantini | 2009-09-13 | 1 | -5/+0 |
| | |||||
* | Session Management (restore on crash) | Andrea Diamantini | 2009-09-10 | 1 | -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.. ;) |