[gnome-internet-radio-locator] Add map marker for Pisa (Radio Eco)



commit 5c8709bb0ac86ffb7ad4f90aff305ee13b8a7fbb
Author: Ole Aamot <ole gnome org>
Date:   Sat Feb 9 19:06:19 2019 +0100

    Add map marker for Pisa (Radio Eco)

 AUTHORS                                    |  1 +
 NEWS                                       | 17 +++++++++++++++++
 THANKS                                     |  1 +
 configure.ac                               |  2 +-
 src/gnome-internet-radio-locator-markers.c | 11 +++++++++++
 src/gnome-internet-radio-locator.xml       |  4 +---
 6 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 32684a6..623de5a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,3 +24,4 @@ Rodrigo (Spanish translation)
 Isak Östlund (Swedish translation)
 Daniel Șerbănescu (Romanian translation)
 Hannie Dumoleyn (Dutch translation)
+Fabio Tomat (Friulian translation)
diff --git a/NEWS b/NEWS
index 65bf41c..4ee3c7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+=============
+Version 1.9.0
+=============
+
+Documentation
+
+       * AMFM: Add information on AM/FM versus Internet broadcasts
+
+GUI
+
+       * src/gnome-internet-radio-locator-markers.c: Add map marker for Pisa
+
+Translations
+
+       * Fabio Tomat (fru)
+       * Balázs Úr (hu)
+
 =============
 Version 1.8.0
 =============
diff --git a/THANKS b/THANKS
index a67ae41..bca96a3 100644
--- a/THANKS
+++ b/THANKS
@@ -29,3 +29,4 @@ Rodrigo (Spanish translation)
 Isak Östlund (Swedish translation)
 Daniel Șerbănescu (Romanian translation)
 Hannie Dumoleyn (Dutch translation)
+Fabio Tomat (Friulian translation)
diff --git a/configure.ac b/configure.ac
index 5a95b3f..e373c08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(gnome-internet-radio-locator,1.8.0)
+AC_INIT(gnome-internet-radio-locator,1.9.0)
 AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([src/gnome-internet-radio-locator.c])
diff --git a/src/gnome-internet-radio-locator-markers.c b/src/gnome-internet-radio-locator-markers.c
index 85b7c8b..62609b1 100644
--- a/src/gnome-internet-radio-locator-markers.c
+++ b/src/gnome-internet-radio-locator-markers.c
@@ -466,6 +466,17 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        /* champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker)); */
        g_signal_connect(CHAMPLAIN_LOCATION(marker), "button-press", G_CALLBACK(marker_function), station);
        marker = champlain_label_new_from_file ("icons/emblem-generic.png", NULL);
+       station = g_strdup("Pisa, Italy\n<span size=\"small\">Radio Eco</span>");
+       champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
+       champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_color);
+       champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
+       champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 43.7159395, 10.4018624);
+       champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
+       champlain_marker_animate_in(CHAMPLAIN_MARKER (marker));
+       /* champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker)); */
+       g_signal_connect(CHAMPLAIN_LOCATION(marker), "button-press", G_CALLBACK(marker_function), station);
+       marker = champlain_label_new_from_file ("icons/emblem-generic.png", NULL);
        station = g_strdup("San Francisco, California\n<span size=\"small\">SomaFM</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
diff --git a/src/gnome-internet-radio-locator.xml b/src/gnome-internet-radio-locator.xml
index 51d4d0f..3225cca 100644
--- a/src/gnome-internet-radio-locator.xml
+++ b/src/gnome-internet-radio-locator.xml
@@ -451,9 +451,8 @@ WUMR has been the University of Memphis broadcasting outlet since 1979, when Sou
     <uri>http://www.ruv.is/</uri>
   </station>
   -->
-  <!-- Appears to be down as of 2016/07/07
   <station band="Online" id="RadioEco" lang="it" name="Radio Eco" rank="1.0" type="edu">
-    <frequency uri="http://ktuh.org/";>Online in Pisa, Italy</frequency>
+    <frequency uri="http://www.radioeco.it/";>Online in Pisa, Italy</frequency>
     <location>Pisa, Italy</location>
     <description lang="it">
       RadioEco è l’emittente radiofonica dell’Ateneo Pisano. Nasce nell’ambito dell’iniziativa del Sole-24 
ore UniOnAir (una radio per ogni ateneo) all’interno della Facoltà di Economia.
@@ -462,7 +461,6 @@ WUMR has been the University of Memphis broadcasting outlet since 1979, when Sou
     <stream mime="audio/mpeg" uri="http://listen.radioeco.it:8000/outdoor.ogg"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
     <uri>http://radioeco.it/</uri>
   </station>
-  -->
   <station band="90.3FM" id="ktuh" lang="en" name="KTUH FM" rank="1.0" type="edu">
     <frequency uri="http://ktuh.org/";>Online in Honolulu, Hawaii</frequency>
     <location>Honolulu, Hawaii</location>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]