[chronojump] social network: added twitter
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] social network: added twitter
- Date: Tue, 8 Jun 2021 14:48:30 +0000 (UTC)
commit 0886733470d68ad90739ce37a7f010bde4666bf2
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Jun 8 16:36:53 2021 +0200
social network: added twitter
glade/app1.glade | 75 ++++++++++++++++++++++++++++++++++-------------
src/gui/sendLogAndPoll.cs | 3 ++
2 files changed, 57 insertions(+), 21 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index c40e15292..e4286eed1 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -25687,6 +25687,9 @@ Concentric</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -31884,18 +31887,6 @@ 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>
@@ -31932,6 +31923,18 @@ 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>
@@ -41014,6 +41017,9 @@ then click this button.</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -48706,15 +48712,43 @@ then click this button.</property>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkRadioButton"
id="radio_social_network_poll_twitter">
+ <property name="label">Twitter</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property
name="receives_default">False</property>
+ <property name="draw_indicator">True</property>
+ <property
name="group">radio_social_network_poll_nsnc</property>
+ </widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
+ </widget>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
<child>
<widget class="GtkHBox" id="hbox523">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
+ <widget class="GtkHBox" id="hbox524">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="spacing">12</property>
+ <child>
<widget class="GtkRadioButton"
id="radio_social_network_poll_other">
<property name="label" translatable="yes">Other
(which)</property>
<property name="visible">True</property>
@@ -48725,8 +48759,8 @@ then click this button.</property>
<signal name="toggled"
handler="on_radio_social_network_poll_toggled" swapped="no"/>
</widget>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
@@ -48752,17 +48786,16 @@ then click this button.</property>
</child>
</widget>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
+ <property name="expand">True</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
</packing>
</child>
</widget>
diff --git a/src/gui/sendLogAndPoll.cs b/src/gui/sendLogAndPoll.cs
index 796c0e2ef..bf4890f28 100644
--- a/src/gui/sendLogAndPoll.cs
+++ b/src/gui/sendLogAndPoll.cs
@@ -49,6 +49,7 @@ public partial class ChronoJumpWindow
[Widget] Gtk.RadioButton radio_social_network_poll_instagram;
[Widget] Gtk.RadioButton radio_social_network_poll_tiktok;
[Widget] Gtk.RadioButton radio_social_network_poll_twitch;
+ [Widget] Gtk.RadioButton radio_social_network_poll_twitter;
[Widget] Gtk.RadioButton radio_social_network_poll_youtube;
[Widget] Gtk.RadioButton radio_social_network_poll_other;
[Widget] Gtk.Entry entry_social_network_poll_other;
@@ -184,6 +185,8 @@ public partial class ChronoJumpWindow
socialNetwork = "TikTok";
else if(radio_social_network_poll_twitch.Active)
socialNetwork = "Twitch";
+ else if(radio_social_network_poll_twitter.Active)
+ socialNetwork = "Twitter";
else if(radio_social_network_poll_youtube.Active)
socialNetwork = "Youtube";
else if(radio_social_network_poll_other.Active)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]