Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix/add missing rekonq actions & shortcuts | Andrea Diamantini | 2012-12-10 | 4 | -19/+29 |
| | |||||
* | Fix focus handling on views | Andrea Diamantini | 2012-12-10 | 1 | -0/+4 |
| | |||||
* | Fix tab titles managements on empty page titles | Andrea Diamantini | 2012-12-10 | 1 | -8/+3 |
| | |||||
* | Fix tabs restore when some of them were pinned | Andrea Diamantini | 2012-12-10 | 1 | -0/+6 |
| | |||||
* | fix new tabs opening | Andrea Diamantini | 2012-12-10 | 1 | -2/+4 |
| | | | | QUESTION: do we need an option to eventually re-activate old mode? | ||||
* | clean up urlbar url loading. We really are lighter now :) | Andrea Diamantini | 2012-12-10 | 1 | -2/+1 |
| | |||||
* | document mode | Andrea Diamantini | 2012-12-10 | 1 | -0/+4 |
| | | | | | | Courtesy patch by Mathias CCMAIL: k.hias@gmx.de | ||||
* | Restoring pinned tabs, yeah!!!! :D | Andrea Diamantini | 2012-12-10 | 2 | -5/+12 |
| | |||||
* | Saving the "pinned" state in the sessionmanager | Andrea Diamantini | 2012-12-10 | 2 | -14/+41 |
| | | | | also, a tiny fix for some visual glitches... | ||||
* | pinning tabs, the UI part | Andrea Diamantini | 2012-12-10 | 2 | -9/+97 |
| | |||||
* | Add sizeHint code from rekonq | Andrea Diamantini | 2012-12-10 | 3 | -4/+16 |
| | | | | | | | oops... by accident (-a) added here also the easy fix for tabs: - shown "Loading..." string while loading - use IconManager to properly show tab icon on load finished | ||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 2 | -5/+20 |
| | |||||
* | rekonq new tab page restored :) | Andrea Diamantini | 2012-12-10 | 1 | -2/+1 |
| | |||||
* | setting a decent minimum size... | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | |||||
* | new tab action | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Re-enable fullscreen capabilities | Andrea Diamantini | 2012-12-10 | 3 | -0/+18 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 7 | -73/+81 |
| | | | | | | | | | | | | | - 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 | 4 | -81/+472 |
| | | | | | | | | 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 | 2 | -12/+76 |
| | | | | Also, fix tabwindow attributes (quit & delete on close on) | ||||
* | Fix tabbar size & new tab button position | Andrea Diamantini | 2012-12-10 | 4 | -49/+34 |
| | | | | | | | | 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 | ||||
* | Manage Bookmarks Toolbar show/hide (&& create/delete) | Andrea Diamantini | 2012-12-10 | 1 | -3/+4 |
| | |||||
* | Clean up WebWindow ctor | Andrea Diamantini | 2012-12-10 | 1 | -5/+1 |
| | |||||
* | Clean up WebWindow inserting the WebTab there. | Andrea Diamantini | 2012-12-10 | 2 | -4/+4 |
| | |||||
* | Bookmark Manager restore | Andrea Diamantini | 2012-12-10 | 1 | -23/+0 |
| | |||||
* | detach tab action restored :) | Andrea Diamantini | 2012-12-10 | 2 | -6/+57 |
| | |||||
* | Fix up copyright headers | Andrea Diamantini | 2012-12-10 | 4 | -73/+98 |
| | |||||
* | window icon & title fixes | Andrea Diamantini | 2012-12-10 | 1 | -13/+11 |
| | | | | | | - Use rekonq as window icon for now - use tab url if title is empty instead of the unsensed "(Untitled)" (this is what the other browsers do) | ||||
* | Insert back HistoryManager | Andrea Diamantini | 2012-12-10 | 6 | -5/+23 |
| | | | | | | 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 | 2 | -11/+63 |
| | |||||
* | Re-add && Re-view tab preview popup | Andrea Diamantini | 2012-12-10 | 4 | -2/+321 |
| | |||||
* | Set window icon & title | Andrea Diamantini | 2012-12-10 | 2 | -15/+19 |
| | |||||
* | Re-view and re-add tab highlight feature | Andrea Diamantini | 2012-12-10 | 5 | -2/+263 |
| | |||||
* | Coding style | Andrea Diamantini | 2012-12-10 | 4 | -20/+20 |
| | |||||
* | TabWindow, first import :) | Andrea Diamantini | 2012-12-10 | 4 | -0/+839 |