133 Commits (e8aad5ad93b825e892ee8dc7994eaedeca404cbb)

Author SHA1 Message Date
Kurt Hindenburg 205a51839c Disable detaching when on Darwin (MacOSX) 13 years ago
Francesco Cecconi 194a852d33 Prevent the dragging of the last tab in a split view. 13 years ago
Kurt Hindenburg 7a2a5beb00 Correct spelling errors/word usage 13 years ago
Kurt Hindenburg 21a8b063a7 astyle format fixes - whitespace and { 14 years ago
Jekyll Wu 131091c983 Adjust including form for some Qt headers as preparation for Qt5 14 years ago
Kurt Hindenburg e02fea6e17 astyle fixes 14 years ago
Kurt Hindenburg d7f55a2079 remove space 14 years ago
Jekyll Wu 6c41493db0 Make sure the 'New' and 'Close' buttons never get keyboard focus 14 years ago
Jekyll Wu 627a511daa Move the code for submenu of 'New Tab' button into class ViewContainer 14 years ago
Jekyll Wu 4a38fc1d9d Move class ViewContainerTabbar into its own files 14 years ago
Jekyll Wu ef43864923 The tabbar code does not directly depend on TabbedViewContainer anymore 14 years ago
Jekyll Wu d040c1c722 Remove another hard dependency on TabbedViewContainer in the tabbar code 14 years ago
Jekyll Wu ab96666965 Stop using hardcoded ViewProperties::mimeType() within tabbar code 14 years ago
Jekyll Wu 73d7da6d87 Make ViewContainerTabBar and TabbedViewContainer less coupled 14 years ago
Jekyll Wu daa99b67fd Dragging tab onto its existing position should not make it detach 14 years ago
Jekyll Wu 5c7e39368c More constness 14 years ago
Jekyll Wu eec927bd88 Add "What's this" for the tabbar and new/close buttons 14 years ago
Jekyll Wu b8b8ef7405 Support dragging tab out of current window and into its own window 14 years ago
Kurt Hindenburg bee9aa8f78 minor style fixes - remove empty lines start/end code blocks 14 years ago
Jekyll Wu cf24bea6ab Add one global option for customizing the stylesheet of the tabbar 14 years ago
Kurt Hindenburg ba34c4ebe2 normalize SIGNALS 14 years ago
Kurt Hindenburg 5b083640ce whitespace and style fixes 14 years ago
Jekyll Wu c81b292c91 Krazy fix: QTabBar => KTabBar 14 years ago
Jekyll Wu ee26801157 Refactor the code for setting up the layout of the tabbed ViewContainer 14 years ago
Jekyll Wu 22ac363c2d More constness 14 years ago
Kurt Hindenburg 519e2614d6 Style fixes - remove spaces before ; and add spaces in for loops 14 years ago
Jekyll Wu 663e342aa8 Krazy fix: add the missing KUIT context marker 14 years ago
Jekyll Wu 5ebbba6efb Rename for clarity and consitency 14 years ago
Jekyll Wu 3bf91d969e Remove unused #include 14 years ago
Jekyll Wu b379b9e155 Simple refactor of method TabbedViewContainer::openTabContextMenu() 14 years ago
Jekyll Wu ef9599d792 Add separator between 'Raname' and 'Close' in the context menu of tabbar 14 years ago
Kurt Hindenburg c272fb2c15 Remove krazy lines 14 years ago
Jekyll Wu f4fb943132 Most of time we only need <KLocalizedString> instead of <KLocale> 14 years ago
Jekyll Wu 1db211ef0c Add tooltip for the quick buttons on the tabbar 14 years ago
Jekyll Wu c6826ebdc3 Forward declaration 14 years ago
Jekyll Wu f42fd4721b Clean up unneeded #includes 14 years ago
Jekyll Wu bd4a77ed0b Move codes setting basic property of tabbar into its constructor 14 years ago
Jekyll Wu bebb3ad895 Remove unneeded interal class TabbedViewContainerLayout 14 years ago
Jekyll Wu 1f796f8358 Remove/Comment out currently unused #includes 14 years ago
Jekyll Wu a93a2670bf Add missing "#include <KIcon>" 14 years ago
Jekyll Wu af325e2942 Add missing icon for the 'Rename Tab...' action in context menu 14 years ago
Jekyll Wu 6b6a5944f6 Prefer foreach(...) over while(...) for simplicity and readability 14 years ago
Kurt Hindenburg 1baa56feda White space changes - astyle and Qt normalize don't like each other. 14 years ago
Kurt Hindenburg f8ed7666c3 Apply astyle-kdelibs 14 years ago
Kurt Hindenburg bc087ae51b Remove unused KDebug includes 14 years ago
Jekyll Wu b95f9443a0 Trivial change on #include 15 years ago
Jekyll Wu e9e729074b Remove unnecessary '#include <QtGUI/QLineEdit' 15 years ago
Jekyll Wu 125e2c7bd2 Declare pointer and reference in a consistent way 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Jekyll Wu 8c6e41c607 Refactor the visibility change of new & close buttons into an separate method. 15 years ago