Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix/add missing rekonq actions & shortcuts | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 1 | -2/+6 |
| | |||||
* | Re-enable fullscreen capabilities | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :) | ||||
* | Implement RekonqWindow | Andrea Diamantini | 2012-12-10 | 1 | -6/+4 |
| | | | | | | | | Now, all the "KMainWindow" logic is moved to this new class. "Restored" session management. NOTE: Probably needs some fixes yet, but seems going in the right direction... | ||||
* | Save & restore window dimension/position | Andrea Diamantini | 2012-12-10 | 1 | -3/+6 |
| | | | | Also, fix tabwindow attributes (quit & delete on close on) | ||||
* | Fix tabbar size & new tab button position | Andrea Diamantini | 2012-12-10 | 1 | -8/+5 |
| | | | | | | | | Also, set tab preview popup width fixed This is heavily based on commits about this problem by Yoann Laissus. I modified a bit them to fit there + added (based on his idea) a double fixed size (default + minimal) for tabs | ||||
* | Bookmark Manager restore | Andrea Diamantini | 2012-12-10 | 1 | -23/+0 |
| | |||||
* | detach tab action restored :) | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | Fix up copyright headers | Andrea Diamantini | 2012-12-10 | 1 | -19/+24 |
| | |||||
* | Insert back HistoryManager | Andrea Diamantini | 2012-12-10 | 1 | -0/+5 |
| | | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function | ||||
* | Class Application Import, first (important) part | Andrea Diamantini | 2012-12-10 | 1 | -2/+29 |
| | |||||
* | Set window icon & title | Andrea Diamantini | 2012-12-10 | 1 | -1/+0 |
| | |||||
* | Coding style | Andrea Diamantini | 2012-12-10 | 1 | -3/+3 |
| | |||||
* | TabWindow, first import :) | Andrea Diamantini | 2012-12-10 | 1 | -0/+100 |