Commit Graph

15136 Commits

Author SHA1 Message Date
David Robillard
e0cb9efb00 Various color tweaks.
This commit changes some color names, nuke your theme.  This isn't quite ideal
yet, but takes some steps towards where I think things should go aesthetically:

Make automation tracks/regions colors correspond to their parent's type.

Make selected MIDI notes outlined in red like most everything else, and scrap
separate min/mid/max fill colors for selected MIDI notes.

Color automation ghost MIDI notes based on original note color.

Try to kill 90's looking brightish gray gradients in general.
2014-12-16 00:05:45 -05:00
David Robillard
211f8f61d7 Fix control point colors. 2014-12-16 00:04:06 -05:00
David Robillard
e90ecdd5c5 Fix marker bars "gradient" colors. 2014-12-16 00:02:06 -05:00
Paul Davis
f8ae456aaa fix editing of nested/group item colors in theme manager 2014-12-15 15:54:10 -05:00
Paul Davis
0fdb846625 try alternate Glib:: API for conversion from UTF-8 to ascii in Mackie support code 2014-12-15 15:06:10 -05:00
Paul Davis
76733daf63 add some alpha to "covered region" coloration 2014-12-15 14:49:17 -05:00
Paul Davis
e3f376107e nominal fix for sending UTF-8 text to Mackie surface 2014-12-15 14:44:05 -05:00
Paul Davis
f88804b788 fix some missing color definitions 2014-12-15 14:31:43 -05:00
Paul Davis
5471ef8a79 make editor rubber band rect have appropriate transparency 2014-12-15 13:37:25 -05:00
Paul Davis
a5aa2df6fc add localeguard to read floating point values correctly when loading theme modifiers 2014-12-15 13:30:56 -05:00
Paul Davis
4791c51d0f tweak up transparency editor in theme panel 2014-12-15 12:48:31 -05:00
Paul Davis
f6e88ead01 move theme manager into preferences window 2014-12-15 12:32:41 -05:00
Paul Davis
8b23001441 add editor to Theme Manager for modifiers 2014-12-15 12:07:05 -05:00
Paul Davis
9831006c8e add getters for SVAModifier 2014-12-15 12:06:53 -05:00
Paul Davis
94b6dd7f87 final modifier 2014-12-15 10:47:51 -05:00
Paul Davis
2145fd2973 next 2 modifiers 2014-12-15 10:46:15 -05:00
Paul Davis
eac478495e next modifier 2014-12-15 10:43:39 -05:00
Paul Davis
bf7fa8e3db next modifier 2014-12-15 10:41:46 -05:00
Paul Davis
d8594a9b20 remove unused color 2014-12-15 10:37:50 -05:00
Paul Davis
aa8fa1fe4f next modifier 2014-12-15 10:36:38 -05:00
Paul Davis
1ab2705b4b next modifier 2014-12-15 10:32:17 -05:00
Paul Davis
651fc9f68e next modifier 2014-12-15 10:25:42 -05:00
Paul Davis
bd6682f2cd next modifier 2014-12-15 10:22:22 -05:00
Paul Davis
1fd681604e next modifier 2014-12-15 10:21:08 -05:00
Paul Davis
7b023f4ee0 next modifier 2014-12-15 10:11:21 -05:00
Paul Davis
666f33b463 next modifier 2014-12-15 10:02:20 -05:00
Paul Davis
ccbedaee51 next modifier 2014-12-15 10:00:20 -05:00
Paul Davis
3b863af475 remove color 105 since nothing uses it 2014-12-15 09:48:13 -05:00
Paul Davis
04a1893ffd next modifier, and remove color 102 since nothing uses it 2014-12-15 09:47:39 -05:00
Paul Davis
7995f4f61e next modifier 2014-12-15 09:30:14 -05:00
Paul Davis
995bcd3aa0 fix typo 2014-12-15 09:29:04 -05:00
Paul Davis
70e517380c add 22 modifiers to dark.colors and start using the first one (for crossfade alpha) 2014-12-15 09:05:25 -05:00
Paul Davis
811677c543 fix incorrect item name for color 2014-12-15 09:05:01 -05:00
Paul Davis
dc934ab90d Add UIConfiguration::color_mod (colorname, modifiername) to get a modified color 2014-12-15 09:04:41 -05:00
Paul Davis
aa57e9e032 more fixes to SVAModifier constructor(s) 2014-12-15 09:03:52 -05:00
Paul Davis
4908685d5e fix meter color definitions (extra 0x in every one) 2014-12-15 07:50:45 -05:00
John Emmas
9a454ab3d4 Add a newly introduced header file to our MSVC project (libpbd) 2014-12-15 10:26:06 +00:00
John Emmas
566c021c3a Remove (no longer needed) header files from our MSVC project (gtk2_ardour) 2014-12-15 10:22:20 +00:00
Paul Davis
ef26a862e9 add missing UIConfiguration::modifier() 2014-12-14 23:48:20 -05:00
Paul Davis
3fa4063d9b fix up SVAModifier constructors 2014-12-14 23:41:31 -05:00
Paul Davis
0bdfa05fb3 fix XML syntax error 2014-12-14 23:36:11 -05:00
Paul Davis
83326a06ca basic code to use SVModifier plus one definition in dark.colors 2014-12-14 23:34:59 -05:00
Paul Davis
427b93055f add SVAModifier to ArdourCanvas color code 2014-12-14 23:34:36 -05:00
Paul Davis
56ca52651e fix up requested color names everywhere.
Thank <deity> for emacs ... space-uncamelcase-word-at-point FTW
2014-12-14 16:15:38 -05:00
Paul Davis
f00fa04f10 new version of dark.colors 2014-12-14 16:14:47 -05:00
Paul Davis
5f98054269 remove now-unused headers 2014-12-14 16:14:32 -05:00
Paul Davis
59f32dc80f remove base color concept from UIConfiguration and ThemeManager.
What used to be "relative colors" (defined relative to base colors) are now defined
in absolute terms.
2014-12-14 16:14:18 -05:00
Paul Davis
48a7a11974 initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfiguration::color(name).
IMPORTANT: names have not been downcased and spaced yet, so many colors are not found
2014-12-14 12:27:07 -05:00
Paul Davis
0fa5643d20 move ScopedFileDescriptor into libpbd and use it 2014-12-14 12:26:00 -05:00
Paul Davis
06f2136c4f merge conflict resolution (text colors are no longer specified explicitly) 2014-12-14 12:18:55 -05:00