commit c930d39b081853224f1f971a1467442a6843d6e7
Author: Matthias Clasen <
[email protected]>
Date: Mon Nov 19 21:55:54 2012 -0500
3.7.2
M NEWS
M configure.ac
commit 8b65ef0f8b44dea4a3237dea0362ba2546921e8d
Author: Bastien Nocera <
[email protected]>
Date: Tue Nov 13 09:24:08 2012 +0100
idle-monitor: Catch the state changing signals
M libgnome-desktop/test-idle-monitor.c
commit 316173fb41581b58886c189329aa2fafcab96ce2
Author: Bastien Nocera <
[email protected]>
Date: Tue Nov 13 09:23:32 2012 +0100
idle-monitor: Set a decent test timeout
M libgnome-desktop/test-idle-monitor.c
commit 9644d369f334770b2147165b834be41333cd5d47
Author: Bastien Nocera <
[email protected]>
Date: Tue Nov 13 09:04:53 2012 +0100
idle-monitor: Remove reference to removed argument
M libgnome-desktop/gnome-idle-monitor.c
commit fb26c33bab4a0c419a0c7abfb819827a325e7614
Author: Bastien Nocera <
[email protected]>
Date: Tue Nov 13 09:03:16 2012 +0100
idle-monitor: Fix typo in API docs
M libgnome-desktop/gnome-idle-monitor.c
commit 4c8d0bc7b22dea06d97573b5ed9c4f32d6ebac49
Author: Bastien Nocera <
[email protected]>
Date: Mon Nov 12 19:13:06 2012 +0100
idle-monitor: Add test application
M libgnome-desktop/Makefile.am
A libgnome-desktop/test-idle-monitor.c
commit 1c706c8f10b3fb998071f7ff9a01c847e665bfd9
Author: Bastien Nocera <
[email protected]>
Date: Mon Nov 12 19:12:15 2012 +0100
idle-monitor: Clarify _add_watch() API docs
M libgnome-desktop/gnome-idle-monitor.c
commit 9d418acf499c638e768005b707f5b880588811f8
Author: Bastien Nocera <
[email protected]>
Date: Mon Nov 12 19:11:08 2012 +0100
idle-monitor: Change _add_watch() API
Return the watch_id as a return value, and zero on failure.
M libgnome-desktop/gnome-idle-monitor.c
M libgnome-desktop/gnome-idle-monitor.h
commit 2b2ccd878d32ea78bf1060a6798fa374429af009
Author: Bastien Nocera <
[email protected]>
Date: Mon Nov 12 19:10:01 2012 +0100
idle-monitor: Clarify unit for interval argument
It's in milliseconds, not seconds.
M libgnome-desktop/gnome-idle-monitor.c
M libgnome-desktop/gnome-idle-monitor.h
commit 35ee57f7e6132173cea90cb9e5e4e12babfae8b6
Author: Jasper St. Pierre <
[email protected]>
Date: Sun Oct 28 22:10:23 2012 -0400
idle-monitor: Allow counting device-specific idle-times
For more complicated cases, it's possible that users may want to
track per-device idle times. Allow them to specify a "device" property
so that they can do this properly.
https://bugzilla.gnome.org/show_bug.cgi?id=682224
M libgnome-desktop/gnome-idle-monitor.c
M libgnome-desktop/gnome-idle-monitor.h
commit 16b0cea1300e78dd9cf5d195bd33607cd1c537e6
Author: Bastien Nocera <
[email protected]>
Date: Mon Nov 12 17:58:05 2012 +0100
idle-monitor: XSyncValue related compile-time warnings
Avoid aggregate return warnings by transforming the _int64_to_xsyncvalue
function into a macro.
gnome-idle-monitor.c: In function '_int64_to_xsyncvalue':
gnome-idle-monitor.c:80:1: warning: function returns an aggregate [-Waggregate-return]
gnome-idle-monitor.c: In function '_xsync_alarm_set':
gnome-idle-monitor.c:115:26: warning: function call has aggregate value [-Waggregate-return]
https://bugzilla.gnome.org/show_bug.cgi?id=688189
M libgnome-desktop/gnome-idle-monitor.c
commit e61ef6c8c1faf03c8f71b164b74bb4c8d5757ca9
Author: Richard Hughes <
[email protected]>
Date: Fri Nov 9 17:38:26 2012 +0000
gnome-rr: Fall back to XFree86_DDC_EDID1_RAWDATA if the other EDID keys are not set
This is what the KDE module does too...
M libgnome-desktop/gnome-rr.c
commit 63b6982c2bcdfb4e69faeba3dd2f775cda7ca6c7
Author: Bastien Nocera <
[email protected]>
Date: Thu Nov 8 12:23:02 2012 +0100
wall-clock: Only use the 12h mode when AM/PM is available
When the 12h mode is used but AM/PM aren't available, print
using the 24h format.
https://bugzilla.gnome.org/show_bug.cgi?id=687913
M libgnome-desktop/gnome-wall-clock.c
commit ec61247253165e549308c6edb6816202a8d7ce5a
Author: Jasper St. Pierre <
[email protected]>
Date: Sun Oct 28 22:15:52 2012 -0400
idle-monitor: Remove the global constructor
To support device-specific counters, we're going to need the ability
to create multiple instances of the idle-monitor.
https://bugzilla.gnome.org/show_bug.cgi?id=682224
M libgnome-desktop/gnome-idle-monitor.c
commit d56495cd15551510dd0e323d4e8232f518d1519b
Author: Jasper St. Pierre <
[email protected]>
Date: Sun Oct 28 21:57:38 2012 -0400
idle-monitor: Fix a memory leak when finding the proper IDLETIME counter
https://bugzilla.gnome.org/show_bug.cgi?id=682224
M libgnome-desktop/gnome-idle-monitor.c
commit 405bfde5885e1662ff142ed5435c7a401aead4b6
Author: Colin Walters <
[email protected]>
Date: Sun Oct 28 17:32:37 2012 -0400
Drop calls to g_type_init(), bump GLib requirement
See
http://git.gnome.org/browse/glib/commit/?id=2002479c02fa6e468fc3f67ddc663657a52ebde8
M configure.ac
M libgnome-desktop/gnome-rr-debug.c
M libgnome-desktop/test-pnp-ids.c
M libgnome-desktop/test-wall-clock.c
M libgnome-desktop/tests/test-wallclock.c
commit e5b91f09206c1d9b7391c01db7613a236fae5dad
Author: Yoji TOYODA <
[email protected]>
Date: Sat Oct 27 01:20:08 2012 +0900
[l10n] Update Japanese Translation.
M po/ja.po
commit 5cc6cb9f7d751e1b4bacd9e646adbc613af82bb0
Author: Matthias Clasen <
[email protected]>
Date: Fri Oct 26 06:32:38 2012 -0400
3.7.1
M NEWS