[chronojump] yellow action bg for runInterval sprint/adv and top other buttons
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] yellow action bg for runInterval sprint/adv and top other buttons
- Date: Mon, 20 Jul 2020 09:26:36 +0000 (UTC)
commit af4ab6f371aefef216eea7aff99d02ff269d4633
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Jul 20 11:24:20 2020 +0200
yellow action bg for runInterval sprint/adv and top other buttons
glade/app1.glade | 58 +++++++++++++++++++++++++++++++++++-----------
src/gui/app1/chronojump.cs | 8 +++++++
2 files changed, 52 insertions(+), 14 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index f368d6c9..554fccc3 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -5280,6 +5280,10 @@ EncoderInertialCapture</property>
<property
name="group">radio_mode_contacts_runs_interval_advanced</property>
<signal name="toggled"
handler="on_radio_mode_contacts_sprint_toggled" swapped="no"/>
<child>
+ <widget class="GtkEventBox"
id="eventbox_radio_mode_contacts_sprint">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
<widget class="GtkHBox" id="hbox206">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -5312,6 +5316,8 @@ EncoderInertialCapture</property>
</widget>
</child>
</widget>
+ </child>
+ </widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
@@ -5328,6 +5334,10 @@ EncoderInertialCapture</property>
<property name="draw_indicator">False</property>
<signal name="toggled"
handler="on_radio_mode_contacts_runs_interval_advanced_toggled" swapped="no"/>
<child>
+ <widget class="GtkEventBox"
id="eventbox_radio_mode_contacts_runs_interval_advanced">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
<widget class="GtkHBox" id="hbox50">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -5360,6 +5370,8 @@ EncoderInertialCapture</property>
</widget>
</child>
</widget>
+ </child>
+ </widget>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
@@ -5402,7 +5414,11 @@ EncoderInertialCapture</property>
<property name="draw_indicator">False</property>
<signal name="toggled"
handler="on_radio_mode_pulses_small_toggled" swapped="no"/>
<child>
- <widget class="GtkHBox" id="hbox120">
+ <widget class="GtkEventBox"
id="eventbox_radio_mode_pulses_small">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <widget class="GtkHBox" id="hbox120">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">10</property>
@@ -5431,6 +5447,8 @@ EncoderInertialCapture</property>
<property name="position">1</property>
</packing>
</child>
+ </widget>
+ </child>
</widget>
</child>
</widget>
@@ -5450,7 +5468,11 @@ EncoderInertialCapture</property>
<property
name="group">radio_mode_pulses_small</property>
<signal name="toggled"
handler="on_radio_mode_multi_chronopic_small_toggled" swapped="no"/>
<child>
- <widget class="GtkHBox" id="hbox132">
+ <widget class="GtkEventBox"
id="eventbox_radio_mode_multi_chronopic_small">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <widget class="GtkHBox" id="hbox132">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">10</property>
@@ -5479,6 +5501,8 @@ EncoderInertialCapture</property>
<property name="position">1</property>
</packing>
</child>
+ </widget>
+ </child>
</widget>
</child>
</widget>
@@ -24324,6 +24348,9 @@ Concentric</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -27165,6 +27192,18 @@ Concentric</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
+ <widget class="GtkLabel"
id="label_video_encoder_tests_will_be_filmed">
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Tests
will be filmed</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
<widget class="GtkHBox"
id="hbox_video_encoder_capturing">
<property name="can_focus">False</property>
<property name="spacing">4</property>
@@ -27201,18 +27240,6 @@ Concentric</property>
</packing>
</child>
<child>
- <widget class="GtkLabel"
id="label_video_encoder_tests_will_be_filmed">
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Tests
will be filmed</property>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
<widget class="GtkHBox"
id="hbox_video_encoder_no_capturing">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -35175,6 +35202,9 @@ then click this button.</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index d672360e..827e6d35 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -77,6 +77,10 @@ public partial class ChronoJumpWindow
[Widget] Gtk.EventBox eventbox_radio_mode_contacts_analyze;
[Widget] Gtk.EventBox eventbox_radio_mode_encoder_capture_small;
[Widget] Gtk.EventBox eventbox_radio_mode_encoder_analyze_small;
+ [Widget] Gtk.EventBox eventbox_radio_mode_contacts_sprint;
+ [Widget] Gtk.EventBox eventbox_radio_mode_contacts_runs_interval_advanced;
+ [Widget] Gtk.EventBox eventbox_radio_mode_pulses_small;
+ [Widget] Gtk.EventBox eventbox_radio_mode_multi_chronopic_small;
[Widget] Gtk.EventBox eventbox_button_open_chronojump;
[Widget] Gtk.EventBox eventbox_button_help_close;
[Widget] Gtk.EventBox eventbox_button_exit_cancel;
@@ -596,6 +600,10 @@ public partial class ChronoJumpWindow
UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_contacts_analyze, UtilGtk.YELLOW,
UtilGtk.YELLOW_LIGHT);
UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_encoder_capture_small,
UtilGtk.YELLOW, UtilGtk.YELLOW_LIGHT);
UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_encoder_analyze_small,
UtilGtk.YELLOW, UtilGtk.YELLOW_LIGHT);
+ UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_contacts_sprint, UtilGtk.YELLOW,
UtilGtk.YELLOW_LIGHT);
+ UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_contacts_runs_interval_advanced,
UtilGtk.YELLOW, UtilGtk.YELLOW_LIGHT);
+ UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_pulses_small, UtilGtk.YELLOW,
UtilGtk.YELLOW_LIGHT);
+ UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_multi_chronopic_small,
UtilGtk.YELLOW, UtilGtk.YELLOW_LIGHT);
UtilGtk.EventBoxColorBackgroundActive (eventbox_button_open_chronojump, UtilGtk.YELLOW,
UtilGtk.YELLOW_LIGHT);
UtilGtk.EventBoxColorBackgroundActive (eventbox_button_help_close, UtilGtk.YELLOW,
UtilGtk.YELLOW_LIGHT);
UtilGtk.EventBoxColorBackgroundActive (eventbox_button_exit_cancel, UtilGtk.YELLOW,
UtilGtk.YELLOW_LIGHT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]