- 16 Jan, 2011 1 commit
-
-
Carlos Garcia Campos authored
-
- 07 Nov, 2010 1 commit
-
-
Christian Persch authored
It Compiles! It shows some problems at runtime. This commit also contains the patches from Benjamin Otte from bug #627455.
-
- 27 Sep, 2010 1 commit
-
-
Vincent Untz authored
-
- 20 Sep, 2010 1 commit
-
-
Vincent Untz authored
-
- 08 Aug, 2010 1 commit
-
-
Vincent Untz authored
gnome-clock-applet-mechanism has moved to gnome-settings-daemon (since 2.31.4) and is now named gsd-datetime-mechanism. The D-Bus interface is the same, except for the name of the service and the name of the interface. So we simply need to remove a lot of code that is now duplicated. Note that this means polkit is not needed anymore to build gnome-panel.
-
- 22 Jun, 2010 1 commit
-
-
The code uses fmod, so we have to link to libm. https://bugzilla.gnome.org/show_bug.cgi?id=621864
-
- 26 May, 2010 2 commits
-
-
Vincent Untz authored
The library has changed and applets need to be ported; and this will make it possible to have libpanel-applet-2 parallel-installable.
-
Vincent Untz authored
Those are all small changes I want to do before the merge.
-
- 22 Feb, 2010 1 commit
-
-
Carlos Garcia Campos authored
Libpanel-applet and gnome-panel have been ported to dbus and the applets have been migrated to the new libpanel-applet API. See bug #572131.
-
- 14 Jan, 2010 1 commit
-
-
Vincent Untz authored
Also add a monitor mode.
-
- 11 Aug, 2009 3 commits
-
-
Vincent Untz authored
The validation tool doesn't exist anymore.
-
-
Vincent Untz authored
-
- 06 Aug, 2009 2 commits
-
-
Matthias Clasen authored
This reverts commit 7c8d2389.
-
Matthias Clasen authored
Add a location abstraction to ClockData (a ClockGeoclue). ClockGeoclue uses a couple of geoclue providers to get current location on demand and on NetworkManager signals
-
- 21 Jul, 2009 1 commit
-
-
Vincent Untz authored
-
- 04 Jun, 2009 1 commit
-
-
Vincent Untz authored
Remove the old code that was used to choose/start the config tool to set the time and date, since we now use a PolicyKit helper. Also remove --with-clock-time-utility configure option.
-
- 02 May, 2009 1 commit
-
-
Vincent Untz authored
-
- 26 Apr, 2009 1 commit
-
-
Vincent Untz authored
See http://git.lespiau.name/cgit/shave/tree/README for more details.
-
- 17 Feb, 2009 1 commit
-
-
Vincent Untz authored
2009-02-17 Vincent Untz <vuntz@gnome.org> * configure.in: require GTK+ 2.15.1 for orientable GtkBox. 2009-02-17 Vincent Untz <vuntz@gnome.org> Kill OBox since GtkBox now supports changing the orientation. Patch by Christian Persch <chpe@gnome.org>. Fix bug #571042. * Makefile.am: remove obox.[ch] * obox.[ch]: killed * clock.c: (clock_box_init), (clock_box_class_init): add an instantiable GtkBox type (create_clock_widget), (applet_change_orient): use GtkBox methods. 2009-02-17 Vincent Untz <vuntz@gnome.org> Kill OBox since GtkBox now supports changing the orientation. Patch by Christian Persch <chpe@gnome.org>. Fix bug #571042. * Makefile.am: remove obox.[ch] * obox.[ch]: killed * main.c: remove useless include * na-tray.c: (na_box_init), (na_box_class_init): add an instantiable GtkBox type (update_size_and_orientation), (na_tray_init): use GtkBox methods. svn path=/trunk/; revision=11518
-
- 07 Jan, 2009 1 commit
-
-
Vincent Untz authored
2009-01-07 Vincent Untz <vuntz@gnome.org> * Makefile.am: add LIBPANEL_APPLET_LIBS to LDADD since we don't really use the libpanel-applet pkg-config file. Fix build issue with "-Wl,-z,defs". svn path=/trunk/; revision=11435
-
- 04 Aug, 2008 1 commit
-
-
Dan Winship authored
* clock.c: Use GWeatherLocationEntry and GWeatherTimezoneMenu in the add/edit location dialog. Remove all the old find-location-dialog code * clock.glade: Remove some old versions of dialogs, and update for new widgets * clock-country.c: * clock-zoneinfo.c: * clock-zonetable.c: Gone; GWeatherTimezone handles this now * Makefile.am (INCLUDES): remove refs to EVOLUTION_TEXTDOMAIN; we don't need to steal evolution's translations any more (CLOCK_SOURCES): remove stuff svn path=/trunk/; revision=11189
-
- 21 Apr, 2008 1 commit
-
-
Vincent Untz authored
2008-04-21 Vincent Untz <vuntz@gnome.org> * Makefile.am: * gnome-clock-applet-mechanism.policy.in: rename to... * org.gnome.clockapplet.mechanism.policy.in: this, and add <vendor>, <vendor_url>, <icon> 2008-04-21 Vincent Untz <vuntz@gnome.org> * POTFILES.in: updated svn path=/trunk/; revision=11073
-
- 10 Apr, 2008 1 commit
-
-
Vincent Untz authored
2008-04-10 Vincent Untz <vuntz@gnome.org> * configure.in: add gio check for CLOCK_MECHANISM, because of the use of system-timezone.c 2008-04-10 Vincent Untz <vuntz@gnome.org> Rewrite the code to set the system timezone. It should work on most distributions now, instead of only the ones doing the same thing as Fedora. Like the rewrite to get the timezone, it helps improve the world. * Makefile.am: fix typo and add system-timezone.[ch] to gnome_clock_applet_mechanism_SOURCES * gnome-clock-applet-mechanism.c: (gnome_clock_applet_mechanism_set_timezone): just call system_timezone_set_from_file() * system-timezone.[ch]: add clear comments and some code to easily test the functions Also add comments on our current knowledge about system timezones on the various distributions. (system_timezone_constructor), (system_timezone_finalize): fix the same singleton issue as the one fixed in the previous commit (system_timezone_write_etc_timezone), (system_timezone_write_key_file), (system_timezone_write_etc_TIMEZONE), (system_timezone_write_etc_sysconfig_clock), (system_timezone_write_etc_sysconfig_clock_alt), (system_timezone_write_etc_conf_d_clock), (system_timezone_is_zone_file_valid), (system_timezone_set_etc_timezone), (system_timezone_update_config), (system_timezone_set_from_file), (system_timezone_set), (system_timezone_error_quark): well, all new. To do some magic things. Some code is loosely based on what was in gnome-clock-applet-mechanism.c svn path=/trunk/; revision=11024
-
- 08 Apr, 2008 2 commits
-
-
Vincent Untz authored
2008-04-08 Vincent Untz <vuntz@gnome.org> Completely rewrite the way we detect the system timezone. It will work on more distributions this way. Also the code is better and it helps improve the world. Good thing is that now the clock will always immediately update after the timezone is updated. * Makefile.am: add new files * system-timezone.[ch]: new file, implement a singleton that knows how to read the system timezone and that monitors it * clock-location.[ch]: (clock_location_new): don't get the TZ environment variable here (files_are_identical): (recursive_guess_zone): (guess_zone_from_tree): (parse_etc_sysconfig_clock): (monitor_etc_sysconfig_clock): (zone_from_etc_sysconfig_clock): (clock_location_guess_zone): killed (clock_location_init): updated to create the SystemTimezone object (clock_location_finalize): updated (clock_location_unset_tz): use system_timezone_get_env() instead of a local variable (clock_location_is_current_timezone): use system_timezone_get() (clock_location_get_offset): use clock_location_unset_tz() instead of duplicating code (make_current_cb): updated to remove the current timezone handling * clock-zoneinfo.h: move SYSTEM_ZONEINFODIR to system-timezone.h * clock-zonetable.c: add new include * clock.c: add a SystemTimezone object (destroy_clock): unref it (clock_timezone_changed): new, handle system timezone change (fill_clock_applet): create the SystemTimezone object and connect to its changed signal * clock-marshallers.list: remove marshallers that already exist in glib * clock-location.[ch]: (clock_location_class_init): updated for this svn path=/trunk/; revision=11016
-
Vincent Untz authored
2008-04-08 Vincent Untz <vuntz@gnome.org> Use the right directory for timezone data on Solaris. Based on patch by Brian Cameron <brian.cameron@sun.com> Fix bug #515085. Also use the right evolution text domain for timezone translations. * Makefile.am: remove definition of SYSTEM_ZONEINFODIR, and update the evolution text domain * clock-zoneinfo.h: define SYSTEM_ZONEINFODIR * clock-zonetable.[ch]: (clock_zonetable_new): do not take an argument, and directly use the defined value for the directory * clock.c: (fill_clock_applet): updated svn path=/trunk/; revision=11011
-
- 07 Apr, 2008 1 commit
-
-
Vincent Untz authored
2008-04-07 Vincent Untz <vuntz@gnome.org> * configure.in: require gweather 2.22.1, do not check for libxml and the locations.xml file for the clock applet End of bug #519823. 2008-04-07 Vincent Untz <vuntz@gnome.org> Use new gweather API, and make sure we always use data from the right country. Patch by Dan Winship <danw@gnome.org>. Fix bug #519823. * gweather-xml.c: gone, moved to libgweather * clock-location.c: updated * Makefile.am: updated * clock.c: #include <libgweather/gweather-xml.h> rather than "gweather-xml.h" (find_timezone): if the weather station has a country code associated with it, only return timezones that are also located in that country. (update_timezone): Use the tz-hint and iso-code from the location data to more reliably pick a timezone. #519823. (find_weather_code): Moved here from gweather-xml.c and updated to look for a matching country code as well. svn path=/trunk/; revision=10984
-
- 03 Apr, 2008 1 commit
-
-
Vincent Untz authored
2008-04-03 Vincent Untz <vuntz@gnome.org> * Makefile.am: * timezone.glade: remove timezone.glade, unused now. svn path=/trunk/; revision=10981
-
- 02 Apr, 2008 1 commit
-
-
Vincent Untz authored
2008-04-02 Vincent Untz <vuntz@gnome.org> * configure.in: updated for e-map removal 2008-04-02 Vincent Untz <vuntz@gnome.org> * Makefile.am: updated * e-map/Makefile.am: * e-map/e-map-marshal.list: * e-map/e-map.c: * e-map/e-map.h: * tz-list.c: * tz-list.h: * tz-sel-dialog.c: * tz-sel-dialog.h: * tz-window.c: * tz-window.h: * tz.c: * tz.h: Remove all those files that aren't used anymore. svn path=/trunk/; revision=10975
-
- 26 Feb, 2008 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=10900
-
- 11 Feb, 2008 1 commit
-
-
Vincent Untz authored
2008-02-11 Vincent Untz <vuntz@gnome.org> * Makefile.am: tweak for distcheck... svn path=/trunk/; revision=10823
-
- 27 Jan, 2008 3 commits
-
-
Vincent Untz authored
2008-01-28 Vincent Untz <vuntz@gnome.org> * Makefile.am: clean this a bit svn path=/trunk/; revision=10762
-
Vincent Untz authored
2008-01-28 Vincent Untz <vuntz@gnome.org> * Makefile.am: updated to intltoolize the policy.in file * gnome-clock-applet-mechanism.policy: moved... * gnome-clock-applet-mechanism.policy.in: ... here, and mark strings as translatable Fix bug #510635. Patch by Luca Ferretti <elle.uca@libero.it> 2008-01-28 Vincent Untz <vuntz@gnome.org> * POTFILES.in: updated svn path=/trunk/; revision=10761
-
Vincent Untz authored
2008-01-28 Vincent Untz <vuntz@gnome.org> * configure.in: look for Locations.xml through pkg-config. Fix bug #509888. Patch by Patryk Zawadzki <patrys@pld-linux.org> 2008-01-28 Vincent Untz <vuntz@gnome.org> * Makefile.am: define where Locations.xml is (via pkg-config) * gweather-xml.c: (gweather_xml_load_locations): updated for the change Fix bug #509888. Patch by Patryk Zawadzki <patrys@pld-linux.org> svn path=/trunk/; revision=10760
-
- 20 Jan, 2008 1 commit
-
-
2008-01-20 Christian Persch <chpe@gnome.org> * Makefile.am: Add --internal when generating the marshalers. svn path=/trunk/; revision=10747
-
- 17 Jan, 2008 1 commit
-
-
Matthias Clasen authored
2008-01-16 Matthias Clasen <mclasen@redhat.com> * Makefile.am (EXTRA_DIST): This must not depend on HAVE_POLKIT unless the maintainer remembers to only ever distcheck on systems with a new enough PolicyKit. svn path=/trunk/; revision=10744
-
- 16 Jan, 2008 1 commit
-
-
Kjartan Maraas authored
2008-01-16 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Fix a typo that broke the build. svn path=/trunk/; revision=10742
-
- 15 Jan, 2008 1 commit
-
-
Carlos Garcia Campos authored
2008-01-15 Carlos Garcia Campos <carlosgc@gnome.org> * Makefile.am: Add -DGWEATHER_I_KNOW_THIS_IS_UNSTABLE. Fixes bug #509581. svn path=/trunk/; revision=10738
-
- 14 Jan, 2008 1 commit
-
-
Federico Mena Quintero authored
2008-01-14 Federico Mena Quintero <federico@novell.com> INTLCLOCK MERGE ENDS HERE * applets/clock/*: Merged the International Clock applet into applets/clock. 2008-01-02 Federico Mena Quintero <federico@novell.com> * configure.in: Add a test for _NL_MEASUREMENT_MEASUREMENT. 2008-01-02 Federico Mena Quintero <federico@novell.com> * configure.in (CLOCK_MECHANISM): Check the libraries that the clock / timezone mechanism needs. 2007-12-05 Federico Mena Quintero <federico@novell.com> * configure.in: Check for extra modules needed for the clock applet: rsvg, d-bus, polkit. INTLCLOCK MERGE BEGINS HERE Signed-off-by:
Federico Mena Quintero <federico@gnu.org> svn path=/trunk/; revision=10725
-
- 08 Jul, 2007 1 commit
-
-
Vincent Untz authored
2007-07-08 Vincent Untz <vuntz@gnome.org> * Makefile.am: dist the glade file svn path=/trunk/; revision=10540
-