summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* do not update tabbar until we decided where putting the new tab buttonAndrea Diamantini2012-12-101-0/+3
|
* Fix open external link on web appAndrea Diamantini2012-12-101-16/+43
|
* Restore tab position on reopeningAndrea Diamantini2012-12-101-4/+16
| | | | BUG: 249457
* Ensure settings respectAndrea Diamantini2012-12-101-1/+17
| | | | Honor settings when opening new tab (fix for the rekonq2 port)
* Fix tabs moves when some of them are pinnedAndrea Diamantini2012-12-101-0/+4
|
* Fix tabwindow title when webwindow one is emptyAndrea Diamantini2012-12-101-1/+2
| | | | (no more "rekonq - rekonq")
* open target _blank link in new focused tabs, following chrom* & firefoxAndrea Diamantini2012-12-101-0/+2
|
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-19/+72
| | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab
* Fix focus steal on load finishedAndrea Diamantini2012-12-101-1/+2
|
* Fix/add missing rekonq actions & shortcutsAndrea Diamantini2012-12-101-4/+25
|
* Fix focus handling on viewsAndrea Diamantini2012-12-101-0/+4
|
* Fix tab titles managements on empty page titlesAndrea Diamantini2012-12-101-8/+3
|
* Fix tabs restore when some of them were pinnedAndrea Diamantini2012-12-101-0/+6
|
* fix new tabs openingAndrea Diamantini2012-12-101-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 Diamantini2012-12-101-2/+1
|
* document modeAndrea Diamantini2012-12-101-0/+4
| | | | | | Courtesy patch by Mathias CCMAIL: k.hias@gmx.de
* Restoring pinned tabs, yeah!!!! :DAndrea Diamantini2012-12-101-3/+6
|
* Saving the "pinned" state in the sessionmanagerAndrea Diamantini2012-12-101-12/+17
| | | | also, a tiny fix for some visual glitches...
* Add sizeHint code from rekonqAndrea Diamantini2012-12-101-1/+7
| | | | | | | 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 :DAndrea Diamantini2012-12-101-3/+14
|
* rekonq new tab page restored :)Andrea Diamantini2012-12-101-2/+1
|
* new tab actionAndrea Diamantini2012-12-101-1/+1
|
* Re-enable fullscreen capabilitiesAndrea Diamantini2012-12-101-0/+11
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-9/+9
| | | | | | | | | | | | | - 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-101-75/+1
| | | | | | | | 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-101-9/+70
| | | | Also, fix tabwindow attributes (quit & delete on close on)
* Fix tabbar size & new tab button positionAndrea Diamantini2012-12-101-27/+6
| | | | | | | | 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-101-2/+2
|
* detach tab action restored :)Andrea Diamantini2012-12-101-5/+55
|
* Fix up copyright headersAndrea Diamantini2012-12-101-18/+24
|
* 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-101-4/+7
| | | | | | 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-101-9/+34
|
* Set window icon & titleAndrea Diamantini2012-12-101-14/+19
|
* Re-view and re-add tab highlight featureAndrea Diamantini2012-12-101-2/+8
|
* Coding styleAndrea Diamantini2012-12-101-10/+10
|
* TabWindow, first import :)Andrea Diamantini2012-12-101-0/+436