Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-09 | Resolve relative symlink of /etc/localtime This fixes wrong detection of ↵ | Patrick Monnerat | 1 | -0/+16 | |
system timezone under certain circumstances. Example: in Fedora 20, the environment is a follows: a) /etc/localtime symlinks --> ../usr/share/zoneinfo/Europe/Zurich b) /usr/share/zoneinfo contains files with more than 1 hardlink. In example, Europe/Zurich and Europe/Vaduz share the same i-node. - system_timezone_read_etc_localtime_softlink() because the link is relative. - The next algorithms fail because the targeted files do not exist. - system_timezone_read_etc_localtime_hardlink() succeeds, but finds Europe/Vaduz before Europe/Zurich. Thus the detected system timezone is wrong. By resolving a relative /etc/localtime symlink, this patch leads algorithm system_timezone_read_etc_localtime_softlink() to success and therefore proper detection of system timezone. Closes https://patch-diff.githubusercontent.com/raw/mate-desktop/mate-panel/pull/261.patch | |||||
2014-12-16 | Revert "Add back Glib 2.32 support" | infirit | 1 | -4/+0 | |
This reverts commit 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7. | |||||
2014-12-16 | Add back Glib 2.32 support | infirit | 1 | -0/+4 | |
2014-12-12 | clock: use GNetworkMonitor | infirit | 1 | -141/+25 | |
Taken from gnome-panel commit: 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6 From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-24 | zero-initialize all signals arrays | Monsta | 3 | -5/+5 | |
2014-11-23 | don't leak memory | Monsta | 1 | -0/+1 | |
2014-11-23 | Gtk3: panel, clock: Synchronize calculate_minimum_height() code | infirit | 1 | -2/+2 | |
Also change the panel version to use the padding instead of the border. We're interested in the padding here. I believe. Taken from gnome-panel commit: 0b5d9e57451dff3a25b3fbcc8dec671cac469cb From: Vincent Untz <[email protected]> | |||||
2014-11-23 | Gtk3: clock: Port to GtkStyleContext | infirit | 1 | -8/+59 | |
Based on gnome-panel commit: c28ed51852a629884ce9ad8acc7924680c35854c From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | Gtk3: clock-map: Port to GtkStyleContext | infirit | 1 | -3/+9 | |
Based on gnome-panel commit: 40391453286cce55039932d6dc3f741bb74e385f From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | clock: Check allocated size before creating the shadow pixbuf | infirit | 1 | -1/+2 | |
Based on gnome-panel commit: d98b58770dec2f1434cb0acce487e85514ca9bb0 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: Silence GtkBox deprecation warnings | infirit | 3 | -0/+16 | |
2014-11-23 | Gtk3: clock: Port gtk_rc_parse_string to GtkCssProvider | infirit | 1 | -0/+15 | |
Based on gnome-panel commit: 71c3290e3895b71be6bce0e909c4b414bd190b5e From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-22 | Gtk3: Sync get_preferred_width/height() usage with gnome-panel | infirit | 2 | -40/+87 | |
Even tough it works it makes taking code (eg StyleContext) from gnome-panel much easier. Also fixes a bug where applets are not drawn when moved/added. | |||||
2014-11-22 | clock: Use lists instead of arrays | Monsta | 1 | -19/+7 | |
Closes https://github.com/mate-desktop/mate-panel/pull/258 | |||||
2014-05-18 | clock: Dont use deprecated rsvg_pixbuf_from_file_at_size | Stefano Karapetsas | 3 | -9/+209 | |
This required to copy some code from GTK3 source to make it working with GTK2 too Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size | |||||
2014-05-17 | Remove/comment unused variables | infirit | 1 | -2/+2 | |
2014-05-16 | Drop support for glib < 2.36 | infirit | 1 | -4/+0 | |
2014-05-16 | Use gtk_list_store_insert_with_values also for gtk2 | infirit | 1 | -12/+0 | |
It was introduced in gtk+-2.6. | |||||
2014-04-26 | Use about dialog from libmate-desktop | Stefano Karapetsas | 1 | -1/+3 | |
2014-02-21 | transient_parent_xid is not used | Denis Gorodnichev | 4 | -25/+1 | |
transient_parent_xid is not used but can cause problem: applet widget have not window until realized | |||||
2014-02-09 | help: Avoid file collision with gnome-panel | infirit | 2 | -3/+3 | |
Also correct help uri for applets. | |||||
2014-01-23 | clock: Do not try to get width/height of non-existing GdkPixbuf | Stefano Karapetsas | 1 | -4/+4 | |
https://git.gnome.org/browse/gnome-panel/commit/applets/clock?id=4729df0cda021c27b76be072023dbee082e49e47 | |||||
2014-01-23 | Use gtk_widget_get_preferred_size with GTK3 | Stefano Karapetsas | 2 | -0/+8 | |
2013-12-01 | Remove has_separator property from ui files | Stefano Karapetsas | 1 | -3/+0 | |
2013-11-14 | Add return to gboolean function | Stefano Karapetsas | 1 | -0/+3 | |
Closes #134 https://github.com/mate-desktop/mate-panel/issues/134 | |||||
2013-10-26 | clock: Add GTK3 support | Stefano Karapetsas | 5 | -12/+176 | |
2013-10-07 | Merge pull request #123 from infirit/1.6 | Stefano Karapetsas | 1 | -2/+2 | |
clock-applet: set sane unit values | |||||
2013-10-07 | clock-applet: set sane unit values | infirit | 1 | -2/+2 | |
2013-07-12 | Use yelp-tools instead of mate-doc-utils | Stefano Karapetsas | 1 | -2/+2 | |
2013-06-30 | Fixes for make dist | Stefano Karapetsas | 1 | -2/+3 | |
2013-06-29 | Fix g_type_init deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2013-04-27 | Merge pull request #98 from micolous/master | Stefano Karapetsas | 1 | -1/+1 | |
Fix for issue #73: when the difference between timezones in the clock applet is less than 1 hour, an offset is not shown | |||||
2013-04-08 | clock: Allow users to set custom format in dconf-editor | Stefano Karapetsas | 1 | -0/+11 | |
2013-02-10 | Make GSettings schemas translatable | Stefano Karapetsas | 3 | -88/+91 | |
2013-02-02 | Update applets/clock/clock-location-tile.c | Michael Farrell | 1 | -1/+1 | |
Fix for issue #73. Instead of checking for the minutes and hours not equalling zero, check only the minutes aren't 0. | |||||
2013-01-20 | clock: Fix mateweather units | Stefano Karapetsas | 1 | -10/+8 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 12 | -19/+19 | |
2012-10-11 | Merge branch 'master' of github.com:mate-desktop/mate-panel | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-11 | migrate clock applet to gsettings | Stefano Karapetsas | 13 | -5692/+307 | |
remove evolution code | |||||
2012-10-08 | Fix web site URL | cardpuncher | 1 | -1/+1 | |
The former URL was matsusoft.com.ar, if my understanding is correct mate-desktop.org is now the ONE TRUE URL :p | |||||
2012-09-05 | Fix compile error | Mark Pariente | 1 | -0/+2 | |
applets/clock/calendar-client.c references MateConfClient without including mateconf-client.h which caused a compile error on my setup. | |||||
2012-06-25 | Fix clock seconds | Michael Steenbeek | 1 | -1/+1 | |
2012-04-05 | clock-applet: use mateconf client to get and set KEY_LOCATIONS_EXPANDED key ↵ | haxar | 1 | -7/+5 | |
when HAVE_LIBECAL is not defined | |||||
2012-01-27 | removing autogenerated files | Perberos | 2 | -2132/+0 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 48 | -0/+20443 | |