From 82c0d3ac756c1e44516d69d418e0af5dcb74f6b6 Mon Sep 17 00:00:00 2001 From: karthikmurakonda Date: Tue, 8 Nov 2022 14:16:18 +0530 Subject: [PATCH] UI changes: created discussion forum in github --- iPDC/assets/iPDC.ui | 4 +- iPDC/assets/utility_tools.ui | 122 ++-------------------------------- iPDC/assets/utility_tools.ui~ | 24 ++----- iPDC/src/ipdcGui.c | 2 +- iPDC/src/utility_tools.c | 2 +- 5 files changed, 13 insertions(+), 141 deletions(-) diff --git a/iPDC/assets/iPDC.ui b/iPDC/assets/iPDC.ui index 91ab0ee..606e2e5 100644 --- a/iPDC/assets/iPDC.ui +++ b/iPDC/assets/iPDC.ui @@ -380,10 +380,10 @@ sends data frames. True True For more information visit the iPDC official web -'ipdc.codeplex.com/'. +'https://github.com/karthikmurakonda/iPDC-suite/discussions'. image1 none - http://ipdc.codeplex.com/ + https://github.com/karthikmurakonda/iPDC-suite/discussions 500 diff --git a/iPDC/assets/utility_tools.ui b/iPDC/assets/utility_tools.ui index 51cb0b5..55b2faf 100644 --- a/iPDC/assets/utility_tools.ui +++ b/iPDC/assets/utility_tools.ui @@ -933,39 +933,7 @@ - - - True - False - - - True - True - True - rgb(0,255,0) - - - 0 - 0 - - - - - True - False - dharwad - - - 1 - 0 - - - - - False - True - 2 - + @@ -1041,39 +1009,7 @@ - - - True - False - - - True - True - True - rgb(0,255,0) - - - 0 - 0 - - - - - True - False - dharwad - - - 1 - 0 - - - - - False - True - 2 - + @@ -1149,39 +1085,7 @@ - - - True - False - - - True - True - True - rgb(0,255,0) - - - 0 - 0 - - - - - True - False - dharwad - - - 1 - 0 - - - - - False - True - 2 - + @@ -1197,7 +1101,7 @@ - + True False @@ -1217,11 +1121,9 @@ True False - 3 - 3 Voltage Magnitude - + @@ -1229,20 +1131,6 @@ 0 - - - True - False - Voltage Magnitude - - - - - - 0 - 2 - - 1 diff --git a/iPDC/assets/utility_tools.ui~ b/iPDC/assets/utility_tools.ui~ index b74503e..8ddf063 100644 --- a/iPDC/assets/utility_tools.ui~ +++ b/iPDC/assets/utility_tools.ui~ @@ -918,7 +918,7 @@ True False - RSS + IITdh 1 @@ -994,7 +994,7 @@ True False - RSS + IITdh 1 @@ -1070,7 +1070,7 @@ True False - RSS + IITdh 1 @@ -1101,7 +1101,7 @@ - + True False @@ -1121,8 +1121,6 @@ True False - 3 - 3 Voltage Magnitude @@ -1133,20 +1131,6 @@ 0 - - - True - False - Voltage Magnitude - - - - - - 0 - 2 - - 1 diff --git a/iPDC/src/ipdcGui.c b/iPDC/src/ipdcGui.c index 69b65e5..b9adbfc 100755 --- a/iPDC/src/ipdcGui.c +++ b/iPDC/src/ipdcGui.c @@ -311,7 +311,7 @@ void about_ipdc (GtkButton *widget, gpointer udata) gtk_about_dialog_set_license ((GtkAboutDialog *)about_dialog, "iPDC - A Free Phasor Data Concentrator & PMU Simulator\n\nGeneral Public License (GPL)\n\nAuthors:\n\t\tNitesh Pandit \n\t\tKedar V. Khandeparkar \n\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"); gtk_about_dialog_set_logo ((GtkAboutDialog *)about_dialog, create_pixbuf("/usr/local/share/iPDC/ipdcLogo1.png")); - gtk_about_dialog_set_website ((GtkAboutDialog *)about_dialog, "\nhttp://ipdc.codeplex.com/\n"); + gtk_about_dialog_set_website ((GtkAboutDialog *)about_dialog, "\nhttps://github.com/karthikmurakonda/iPDC-suite/discussions\n"); gtk_about_dialog_set_copyright ((GtkAboutDialog *)about_dialog, "Copyright (C) 2011-2012 GPL3"); gtk_about_dialog_set_authors ((GtkAboutDialog *)about_dialog, auth); gtk_about_dialog_set_logo ((GtkAboutDialog *)about_dialog, NULL); diff --git a/iPDC/src/utility_tools.c b/iPDC/src/utility_tools.c index 218cd72..4f06819 100644 --- a/iPDC/src/utility_tools.c +++ b/iPDC/src/utility_tools.c @@ -385,7 +385,7 @@ void utility_tools(GtkButton *but, gpointer udata) LiveChartChart *chart_vol = live_chart_chart_new(config_vol); LiveChartConfig *config_freq = live_chart_config_new(); - live_chart_yaxis_set_unit(config_freq->y_axis, "mHz"); + live_chart_yaxis_set_unit(config_freq->y_axis, "Hz"); live_chart_xaxis_set_tick_interval(config_freq->x_axis, 20); live_chart_xaxis_set_tick_length(config_freq->x_axis, 100); live_chart_yaxis_update_bounds(config_freq->y_axis, 1);