[chronojump] TODO Message on sprint export button
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] TODO Message on sprint export button
- Date: Tue, 16 Mar 2021 10:24:15 +0000 (UTC)
commit ae1270eb1f9eedc78701d06663fd3e4dd86fe42e
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Mar 16 11:24:00 2021 +0100
TODO Message on sprint export button
glade/app1.glade | 31 +++++++++++++++++++------------
src/gui/sprint.cs | 4 ++++
2 files changed, 23 insertions(+), 12 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 513833a7..47ca972c 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -21487,6 +21487,7 @@ Concentric</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <signal name="clicked"
handler="on_button_sprint_export_current_session_clicked" swapped="no"/>
<child>
<widget class="GtkHBox" id="hbox495">
<property name="visible">True</property>
@@ -24503,6 +24504,9 @@ Concentric</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -30586,6 +30590,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>
@@ -30622,18 +30638,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>
@@ -39020,6 +39024,9 @@ then click this button.</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
diff --git a/src/gui/sprint.cs b/src/gui/sprint.cs
index 34c560c9..a9aace96 100644
--- a/src/gui/sprint.cs
+++ b/src/gui/sprint.cs
@@ -347,4 +347,8 @@ public partial class ChronoJumpWindow
notebook_sprint_analyze_top.CurrentPage = 1;
}
+ private void on_button_sprint_export_current_session_clicked (object o, EventArgs args)
+ {
+ new DialogMessage(Constants.MessageTypes.WARNING, "TODO");
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]