Bug 330556 - tab title background colors to recognize easier
Summary: tab title background colors to recognize easier
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-29 20:52 UTC by blackluck
Modified: 2014-02-10 14:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.13


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description blackluck 2014-01-29 20:52:39 UTC
I would appreciate if could be easier to recognize the active tab or some group of tabs.

For example an option to set any new tabs with different background color or if there are 10 tabs and 3 of them connect to the same remote host got the same background color.
Maybe it would be also help if using "copy input" to 3 other tabs (blue) and another tab copied to 2 other tabs (yellow) could be simple recognize with background colors (1+3 blue and 1+2 yellow tab).
Comment 1 Christoph Feck 2014-01-29 22:59:10 UTC
See also bug 330252.
Comment 2 Kurt Hindenburg 2014-02-07 13:37:55 UTC
I agree - for Konsole app I'm not sure following the windows style/colors is the best - allow user to change.
Comment 3 Kurt Hindenburg 2014-02-09 17:06:53 UTC
Git commit da9331e0e9bb012939fbec4289a796c99701c572 by Kurt Hindenburg.
Committed on 09/02/2014 at 16:45.
Pushed by hindenburg into branch 'master'.

Allow users to specify css file for tab bar style

Currently, the default stylesheet for the tab bar just sets the min
and max width.  Now the user can load a .css file.  It is up to the
user to generate the css file to their liking.  Handbook documentation
and examples will follow.

This can be used to set minimum width of the tabs, distinguish active
tab, etc...
Related: bug 330252, bug 330558
FEATURE:
REVIEW: 115554
FIXED-IN: 2.13

M  +29   -1    src/MainWindow.cpp
M  +1    -0    src/MainWindow.h
M  +33   -11   src/settings/TabBarSettings.ui
M  +8    -0    src/settings/konsole.kcfg

http://commits.kde.org/konsole/da9331e0e9bb012939fbec4289a796c99701c572
Comment 4 Kurt Hindenburg 2014-02-10 14:29:34 UTC
Git commit 19ceea24f3275326f91cc475e5b63e9283b78481 by Kurt Hindenburg.
Committed on 09/02/2014 at 16:45.
Pushed by hindenburg into branch 'frameworks'.

Allow users to specify css file for tab bar style

Currently, the default stylesheet for the tab bar just sets the min
and max width.  Now the user can load a .css file.  It is up to the
user to generate the css file to their liking.  Handbook documentation
and examples will follow.

This can be used to set minimum width of the tabs, distinguish active
tab, etc...
Related: bug 330252, bug 330558
FEATURE:
REVIEW: 115554
FIXED-IN: 2.13

(cherry picked from commit da9331e0e9bb012939fbec4289a796c99701c572)

M  +29   -1    src/MainWindow.cpp
M  +1    -0    src/MainWindow.h
M  +33   -11   src/settings/TabBarSettings.ui
M  +8    -0    src/settings/konsole.kcfg

http://commits.kde.org/konsole/19ceea24f3275326f91cc475e5b63e9283b78481