mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -40,20 +40,20 @@
|
||||
//
|
||||
// Wall Clock
|
||||
//
|
||||
#define BUTTON_TIME_SYNC_LOST_COLOR red
|
||||
#define BUTTON_TIME_SYNC_LOST_COLOR Qt::red
|
||||
|
||||
//
|
||||
// Mode Button
|
||||
//
|
||||
#define BUTTON_MODE_LIVE_ASSIST_COLOR yellow
|
||||
#define BUTTON_MODE_AUTO_COLOR green
|
||||
#define BUTTON_MODE_MANUAL_COLOR red
|
||||
#define BUTTON_MODE_LIVE_ASSIST_COLOR Qt::yellow
|
||||
#define BUTTON_MODE_AUTO_COLOR Qt::green
|
||||
#define BUTTON_MODE_MANUAL_COLOR Qt::red
|
||||
|
||||
//
|
||||
// Log Selector Buttons
|
||||
//
|
||||
#define BUTTON_LOG_ACTIVE_TEXT_COLOR white
|
||||
#define BUTTON_LOG_ACTIVE_BACKGROUND_COLOR blue
|
||||
#define BUTTON_LOG_ACTIVE_TEXT_COLOR Qt::white
|
||||
#define BUTTON_LOG_ACTIVE_BACKGROUND_COLOR Qt::blue
|
||||
|
||||
//
|
||||
// Full Log Colors
|
||||
@@ -64,33 +64,33 @@
|
||||
//
|
||||
// Pie Counter Color
|
||||
//
|
||||
#define PIE_COUNTER_COLOR darkGreen
|
||||
#define PIE_TALK_COLOR blue
|
||||
#define PIE_FINAL_COLOR black
|
||||
#define PIE_FINAL_BG_COLOR white
|
||||
#define PIE_ONAIR_COLOR red
|
||||
#define PIE_COUNTER_COLOR Qt::darkGreen
|
||||
#define PIE_TALK_COLOR Qt::blue
|
||||
#define PIE_FINAL_COLOR Qt::black
|
||||
#define PIE_FINAL_BG_COLOR Qt::white
|
||||
#define PIE_ONAIR_COLOR Qt::red
|
||||
|
||||
//
|
||||
// Widget Colors
|
||||
//
|
||||
#define AIR_FLASH_COLOR blue
|
||||
#define AIR_ERROR_COLOR red
|
||||
#define AIR_FLASH_COLOR Qt::blue
|
||||
#define AIR_ERROR_COLOR Qt::red
|
||||
|
||||
//
|
||||
// LogLineBox Colors
|
||||
//
|
||||
#define LOGLINEBOX_BACKGROUND_COLOR white
|
||||
#define LOGLINEBOX_MISSING_COLOR red
|
||||
#define LOGLINEBOX_MARKER_COLOR cyan
|
||||
#define LOGLINEBOX_CHAIN_COLOR magenta
|
||||
#define LOGLINEBOX_BACKGROUND_COLOR Qt::white
|
||||
#define LOGLINEBOX_MISSING_COLOR Qt::red
|
||||
#define LOGLINEBOX_MARKER_COLOR Qt::cyan
|
||||
#define LOGLINEBOX_CHAIN_COLOR Qt::magenta
|
||||
#define LOGLINEBOX_EVERGREEN_COLOR "#008000"
|
||||
#define LOGLINEBOX_TIMESCALE_COLOR green
|
||||
#define LOGLINEBOX_TIMESCALE_COLOR Qt::green
|
||||
|
||||
//
|
||||
// Post Point Widget
|
||||
//
|
||||
#define POSTPOINT_EARLY_COLOR yellow
|
||||
#define POSTPOINT_ONTIME_COLOR green
|
||||
#define POSTPOINT_LATE_COLOR red
|
||||
#define POSTPOINT_EARLY_COLOR Qt::yellow
|
||||
#define POSTPOINT_ONTIME_COLOR Qt::green
|
||||
#define POSTPOINT_LATE_COLOR Qt::red
|
||||
|
||||
#endif // COLORS_H
|
||||
|
||||
Reference in New Issue
Block a user