[chronojump] gui/sendLog -> gui/sendLogAndPoll.cs
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] gui/sendLog -> gui/sendLogAndPoll.cs
- Date: Mon, 7 Jun 2021 10:29:03 +0000 (UTC)
commit 8a1b173fdace3a3df7e6262d2fcba0cd4b0ea8ca
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Jun 7 12:28:40 2021 +0200
gui/sendLog -> gui/sendLogAndPoll.cs
po/POTFILES.in | 2 +-
src/Makefile.am | 2 +-
src/gui/{sendLog.cs => sendLogAndPoll.cs} | 11 +++++++++++
3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fbb8104fa..cea15d9c3 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -119,7 +119,7 @@ src/gui/repetitiveConditions.cs
src/gui/report.cs
src/gui/run.cs
src/gui/runType.cs
-src/gui/sendLog.cs
+src/gui/sendLogAndPoll.cs
src/gui/server.cs
src/gui/session/selectStats.cs
src/gui/splash.cs
diff --git a/src/Makefile.am b/src/Makefile.am
index dc0c5a495..2d49055d1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -78,7 +78,7 @@ SOURCES = \
gui/person/recuperate.cs\
gui/person/showAllEvents.cs\
gui/preferences.cs\
- gui/sendLog.cs\
+ gui/sendLogAndPoll.cs\
gui/session/selectStats.cs\
gui/stats.cs\
gui/presentation.cs\
diff --git a/src/gui/sendLog.cs b/src/gui/sendLogAndPoll.cs
similarity index 97%
rename from src/gui/sendLog.cs
rename to src/gui/sendLogAndPoll.cs
index f77a6592d..deed879a3 100644
--- a/src/gui/sendLog.cs
+++ b/src/gui/sendLogAndPoll.cs
@@ -27,6 +27,8 @@ using Mono.Unix;
public partial class ChronoJumpWindow
{
+ //--- send log ----
+
[Widget] Gtk.Box hbox_send_log;
[Widget] Gtk.TextView textview_send_log;
[Widget] Gtk.Image image_send_log_no;
@@ -40,6 +42,11 @@ public partial class ChronoJumpWindow
[Widget] Gtk.Button button_send_log;
[Widget] Gtk.TextView textview_send_log_message;
+ //--- send poll ----
+
+
+ //--- send log ----
+
string emailStored;
private void show_send_log(string sendLogMessage, string logLanguage)
{
@@ -134,6 +141,10 @@ public partial class ChronoJumpWindow
textview_send_log_message.Buffer = tb;
}
+ //--- send poll ----
+
+ //--- send log and send poll----
+
private void on_button_open_chronojump_clicked(object o, EventArgs args)
{
notebook_start.CurrentPage = Convert.ToInt32(notebook_start_pages.PROGRAM);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]