summaryrefslogtreecommitdiff
path: root/src/tabwindow
Commit message (Collapse)AuthorAgeFilesLines
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-107-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 RekonqWindowAndrea Diamantini2012-12-104-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/positionAndrea Diamantini2012-12-102-12/+76
| | | | Also, fix tabwindow attributes (quit & delete on close on)
* Fix tabbar size & new tab button positionAndrea Diamantini2012-12-104-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 Diamantini2012-12-101-3/+4
|
* Clean up WebWindow ctorAndrea Diamantini2012-12-101-5/+1
|
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-102-4/+4
|
* Bookmark Manager restoreAndrea Diamantini2012-12-101-23/+0
|
* detach tab action restored :)Andrea Diamantini2012-12-102-6/+57
|
* Fix up copyright headersAndrea Diamantini2012-12-104-73/+98
|
* window icon & title fixesAndrea Diamantini2012-12-101-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 HistoryManagerAndrea Diamantini2012-12-106-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) partAndrea Diamantini2012-12-102-11/+63
|
* Re-add && Re-view tab preview popupAndrea Diamantini2012-12-104-2/+321
|
* Set window icon & titleAndrea Diamantini2012-12-102-15/+19
|
* Re-view and re-add tab highlight featureAndrea Diamantini2012-12-105-2/+263
|
* Coding styleAndrea Diamantini2012-12-104-20/+20
|
* TabWindow, first import :)Andrea Diamantini2012-12-104-0/+839