[Gpredict-svn] SF.net SVN: gpredict:[911] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2011-10-01 10:02:36
|
Revision: 911
http://gpredict.svn.sourceforge.net/gpredict/?rev=911&view=rev
Author: csete
Date: 2011-10-01 10:02:29 +0000 (Sat, 01 Oct 2011)
Log Message:
-----------
Use GTK_STOCK_MEDIA_FORWARD and REWIND (bug 3309111).
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/src/gtk-sat-module-tmg.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-09-28 22:39:39 UTC (rev 910)
+++ trunk/ChangeLog 2011-10-01 10:02:29 UTC (rev 911)
@@ -1,3 +1,10 @@
+2011-10-01 Alexandru Csete <oz9aec at gmail.com>
+
+ * src/gtk-sat-moduile-tmg.c:
+ Use GTK_STOCK_MEDIA_FORWARD and REWIND (bug 3309111: Wrong icon in time
+ controller).
+
+
2011-09-28 Charles Suprin <hamaa1vs at gmail.com>
* ChangeLog
@@ -44,15 +51,18 @@
* src/tle-update.c
Unifies saving glib key file routine into one place instead of eight.
+
2011-09-21 Charles Suprin <hamaa1vs at gmail.com>
* ChangeLog
* src/tle-update.c
- Corrects satellite name not being updated correctly when a satellite occurs with international ID and name in same update.
+ Corrects satellite name not being updated correctly when a satellite occurs
+ with international ID and name in same update.
* ChangeLog
* src/tle-update.c
- Corrects satellite status not being updated correctly when a .sat and update data have different status.
+ Corrects satellite status not being updated correctly when a .sat and update
+ data have different status.
2011-09-20 Charles Suprin <hamaa1vs at gmail.com>
@@ -113,8 +123,8 @@
* src/tle-update.c
* src/tle-update.h
* src/gtk-sat-data.c
- Tracks operational status through tle-update and stores it in .sat files when available.
- Fixes Bug 3400534: Operational Status
+ Tracks operational status through tle-update and stores it in .sat files
+ when available. Fixes Bug 3400534: Operational Status
2011-08-26 Charles Suprin <hamaa1vs at gmail.com>
@@ -129,13 +139,15 @@
* ChangeLog
* src/gtk-sat-module.c
- Adds Event list to modules support in satellite reload and corrects some error messages.
+ Adds Event list to modules support in satellite reload and corrects some
+ error messages.
2011-08-21 Charles Suprin <hamaa1vs at gmail.com>
* ChangeLog
* src/tle-update.c
- Eliminates memory leak and cut and paste error and removes whitespace around tle before importing.
+ Eliminates memory leak and cut and paste error and removes whitespace around
+ tle before importing.
* ChangeLog
* src/gtk-sat-tree.c
@@ -149,7 +161,8 @@
* ChangeLog
* src/tle-update.c
- Updates satellite name and nickname if of form YYYY-NNNAAA indicating first TLE downloaded before celestrak used given name and improves error reporting.
+ Updates satellite name and nickname if of form YYYY-NNNAAA indicating first
+ TLE downloaded before celestrak used given name and improves error reporting.
2011-08-09 Charles Suprin <hamaa1vs at gmail.com>
@@ -208,7 +221,9 @@
* src/gtk-polar-view.c
* src/gtk-sat-tree.h
* src/gtk-polar-view.h
- Remove deprecated calls and functions to allow make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to work per <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>.
+ Remove deprecated calls and functions to allow make
+ CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to work per
+ <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>.
2011-07-30 Charles Suprin <hamaa1vs at gmail.com>
@@ -222,7 +237,8 @@
* src/gtk-sat-module.h
* src/gtk-sat-module-tmg.h
* src/gtk-sky-glance.h
- Change gtk headers to only include from short list at <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>.
+ Change gtk headers to only include from short list at
+ <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>.
* src/gpredict-help.c
* src/gpredict-utils.c
@@ -247,7 +263,8 @@
* src/sat-pref-rig-editor.c
* src/sat-pref-rot-editor.c
* src/save-pass.c
- Use access functions instead of private elements per <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>.
+ Use access functions instead of private elements per
+ <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>.
* src/gtk-sat-module-popup.c
* src/sat-pref-single-sat.c
@@ -268,7 +285,8 @@
* src/sat-pref-single-pass.c
* src/gtk-sat-tree.c
* src/sat-pref-refresh.c
- Eliminate use of deprecated GtkTooltips for GtkTooltip per <http://developer.gnome.org/gtk/2.22/gtk-migrating-tooltips.html>.
+ Eliminate use of deprecated GtkTooltips for GtkTooltip per
+ <http://developer.gnome.org/gtk/2.22/gtk-migrating-tooltips.html>.
2011-07-23 Charles Suprin <hamaa1vs at gmail.com>
@@ -310,7 +328,8 @@
2011-06-29 Charles Suprin <hamaa1vs at gmail.com>
* src/tle-update.c
- Fix SEGFAULT in tle-update.c when unable to open file for writing in network updates.
+ Fix SEGFAULT in tle-update.c when unable to open file for writing in network
+ updates.
2011-06-26 Charles Suprin <hamaa1vs at gmail.com>
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2011-09-28 22:39:39 UTC (rev 910)
+++ trunk/NEWS 2011-10-01 10:02:29 UTC (rev 911)
@@ -14,6 +14,7 @@
- Fixed bug 3334657: Old log files not being saved.
- Fixed bug 3271573: Track button in rotator controller has no effect.
- Fixed bug 3400534: Operational Status.
+- Fixed bug 3309111: Wrong icon in time controller.
Changes in version 1.3 (1 Mar 2011)
Modified: trunk/src/gtk-sat-module-tmg.c
===================================================================
--- trunk/src/gtk-sat-module-tmg.c 2011-09-28 22:39:39 UTC (rev 910)
+++ trunk/src/gtk-sat-module-tmg.c 2011-10-01 10:02:29 UTC (rev 911)
@@ -92,7 +92,7 @@
mod->tmgFwd = gtk_radio_button_new (NULL);
gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (mod->tmgFwd), FALSE);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (mod->tmgFwd), TRUE);
- image = gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_BUTTON);
+ image = gtk_image_new_from_stock (GTK_STOCK_MEDIA_FORWARD, GTK_ICON_SIZE_BUTTON);
gtk_container_add (GTK_CONTAINER (mod->tmgFwd), image);
gtk_widget_set_tooltip_text (mod->tmgFwd, _("Play forward"));
g_signal_connect (mod->tmgFwd, "toggled", G_CALLBACK (tmg_fwd), mod);
@@ -110,8 +110,7 @@
/* BWD */
mod->tmgBwd = gtk_radio_button_new_from_widget (GTK_RADIO_BUTTON (mod->tmgFwd));
gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (mod->tmgBwd), FALSE);
- image = gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_BUTTON);
- gtk_widget_set_direction (image, GTK_TEXT_DIR_RTL);
+ image = gtk_image_new_from_stock (GTK_STOCK_MEDIA_REWIND, GTK_ICON_SIZE_BUTTON);
gtk_container_add (GTK_CONTAINER (mod->tmgBwd), image);
gtk_widget_set_tooltip_text (mod->tmgBwd, _("Play backwards"));
g_signal_connect (mod->tmgBwd, "toggled", G_CALLBACK (tmg_bwd), mod);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|