133 Commits (e8aad5ad93b825e892ee8dc7994eaedeca404cbb)

Author SHA1 Message Date
Jekyll Wu 8217a32718 Re-organize the code within the TabbedViewContainer constructor. 15 years ago
Kurt Hindenburg dfd4c14c79 Add action to jump to last tab. 15 years ago
Jekyll Wu 272ac9850e Include KDE headers consistently in the from of "#include <KSomething>" . 15 years ago
Jekyll Wu ca7beebb0e KTabWidget is not used by konsole yet. 15 years ago
Jekyll Wu de61d40c63 Include Qt headers in the form of "#include <Module/Class>" 15 years ago
Jekyll Wu d11be81bf3 adjust indentation. 15 years ago
Jekyll Wu ff1de927c2 class ProfileListWidget is not used anymore for a long time. 15 years ago
Montel Laurent b91f50015d Normalize signals/slots 15 years ago
Kurt Hindenburg f3c529af6d Only enable the tab popup menu 'Detach Tab' for > 1 tabs. 15 years ago
Kurt Hindenburg e8145abc84 Allow all the tab widths to be the exact title length. 15 years ago
Kurt Hindenburg 467fb1edcb Restore 'Close Tab' on the tab context menu and the close tabbar button. 15 years ago
Kurt Hindenburg dd9b08331f Fix a krazy issue with double-quotes. 15 years ago
Kurt Hindenburg 1d657aed8f Replace & with && for tab title. 15 years ago
Kurt Hindenburg 8641ba4268 Move the 3 Search Bar options into their own popup menu. 15 years ago
Kurt Hindenburg b59a51f2c9 Disable tab close methods until the issue of menu being trashed can be resolved. 15 years ago
Kurt Hindenburg 6441f929a5 Recommit patch as this wasn't causing the crashes. 16 years ago
Kurt Hindenburg 1236ba56d4 Remove previous commit as it cause a lot of crashes for apps using 16 years ago
Kurt Hindenburg f834ba132d When closing a tab, select the previously focused tab. 16 years ago
Kurt Hindenburg 4a4866c2ca Add tooltips for tab titles 16 years ago
Kurt Hindenburg 49fd3291a7 Use stylesheet min/max width to handle tab width 16 years ago
André Wöbbeking 81efd8621d forwardport r1147150 16 years ago
Shaun Reich 1fbc3ae54d improve konsole tab dragging. makes the dragging smooth and not jumpy. also increased size of the drop indicator from 22 to 32 (see review 4180) 16 years ago
Kurt Hindenburg 9292af91fd Add 'Detach Tab' to the tab context menu. 16 years ago
Kurt Hindenburg cd3b4ed255 remove debugs 16 years ago
Kurt Hindenburg ca61bd99bc Change the way the tab widths are calcuated and their text to allow better space usage. 16 years ago
Kurt Hindenburg 4c440f9de2 Implement 'Rename Tab...' and 'Close Tab' in tab context menu. 16 years ago
Kurt Hindenburg 4481b0c58d exclude krazy's qclasses check 16 years ago
Sascha Peilicke 2f3875f7c5 Removed unused class ListViewContainer from src/ViewContainer.[h|cpp]. 16 years ago
Sascha Peilicke bb21ce680a Removed Konsole TabBar spacer item (review request 2883). 16 years ago
Sascha Peilicke b1e7c39d43 Replaced deprecated calls to QLayout::setMargin and replaced it with QLayout::setContentsMargins for several Konsole classes. 16 years ago
Kurt Hindenburg 68297a2165 Correct terminal focus issues when clicking on tabbar. 17 years ago
Kurt Hindenburg d1469fb39e Fix minor api issue and an used variable warning. 17 years ago
Kurt Hindenburg 45c1fbaf48 Fix issue where Shift+Tab would focus tab bar. 17 years ago
Sascha Peilicke a90c365a3c Changed the corner widgets of the Tabbar to use QToolButton instead of KPushButton. They use less space now and are more visually pleasant. A result of this change is the immediate visibility of the new-tab button's menu, it is now clear that it holds extra functionality. Finally the Konsole tabbar now looks the same as Konqueror's 17 years ago
Eike Hein 9f5d7da6e9 Fix layout regression from r860035 that breaks up e.g. 17 years ago
Fredrik Höglund 7930b1930d Enable documentMode in the tab bar. 17 years ago
Alexis Ménard fed1626302 Fix the crash in Konsole with Qt 4.5. 17 years ago
Thiago Macieira 156c585181 The containerWidget is used by ViewSplit, which calls addWidget, which in turn sets the parent. So don't delete it if it has already been deleted. 18 years ago
Frederik Schwarzer ebbdfe6968 let me introduce: typo of the year "the the" 18 years ago
Robert Knight 956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Aaron J. Seigo 569235573d put the search bar on the correct side of the tabs .. INSIDE them ... 18 years ago
Robert Knight edcc8bc97b Fix "Show 'New Tab' and 'Close Tab' buttons on tab bar" setting not being 18 years ago
Robert Knight 730281a5c8 Remove close buttons on individual tabs and replace with a single close button on the 18 years ago
Robert Knight 34a9e7ec42 * Add option to show new tab button with delayed popup menu on tab bar. 18 years ago
Robert Knight c5bfff3db3 Fix flicker when dropping a tab onto itself. Return after ignoring the drop event. 18 years ago
Robert Knight dbe4605110 Draw drop indicator icon disabled if the source and destination locations are the same. Fix rect arguments to border painter calls. 18 years ago
Robert Knight aecc847c66 Draw a thin border around the pixmap of tabs used for drag-and-drop so they can be seen more clearly against window backgrounds. 18 years ago
Robert Knight ca7c39ffb7 Check drag source when considering whether a drag-and-drop event can be accepted. 18 years ago
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight 971a5315f9 Remove debugging messages. 18 years ago