commit 2f6c5bf32f0efe8e1ce8d0d81e4812439f486d87 Author: Matthias Clasen Date: Thu Jun 26 12:35:11 2014 -0400 3.13.3 M NEWS M configure.ac commit d88f70a9792a22917e8ee1a1ac3a351e2f6be686 Author: Matthias Clasen Date: Thu Jun 26 12:51:38 2014 -0400 Ignore deprecations in tests This is recent GLib breakage. Don't let that ruin our tests. M tests/Makefile.am commit 7a76cae522ff64e9da3677fea83d7a1cfc61855a Author: Anders Jonsson Date: Sat Jun 7 20:32:43 2014 +0000 Updated Swedish translation M po/sv.po commit a6e0ef670640607061112bd040094c2449cf7807 Author: Piotr Drąg Date: Fri May 30 19:34:04 2014 +0200 Updated POTFILES.skip M po/POTFILES.skip commit dcea579c53ad0269451287bf3fae90d6c40f93d5 Author: Bastien Nocera Date: Fri May 30 14:02:16 2014 +0200 tests: Add reftest UI files We'll test a few locales and their outputs. A tests/C.ref.ui A tests/C.ui M tests/Makefile.am A tests/en_US.utf-8.ref.ui A tests/en_US.utf-8.ui A tests/he_IL.utf8.ref.ui A tests/he_IL.utf8.ui commit dc61705eda1c446cf8751b64fe39432699b92730 Author: Bastien Nocera Date: Fri May 30 11:35:26 2014 +0200 tests: Add gtk-reftest to compare GTK+ outputs For each UI file, we'll compare the GTK+ output from the wall-clock for that particular locale with a reference UI file. This way, we can test whether we regress in terms of RTL handling. M tests/Makefile.am A tests/gtk-reftest.c commit f816ad4a103b678a33dab42b352a67721f07633d Author: Bastien Nocera Date: Fri May 30 14:00:59 2014 +0200 wall-clock: Export gnome_wall_clock_string_for_datetime() gnome_wall_clock_string_for_datetime() will be used for debugging purposes. M libgnome-desktop/gnome-wall-clock.c M libgnome-desktop/gnome-wall-clock.h commit 48c171857e167c86e71e55594ce78ab844185687 Author: Bastien Nocera Date: Fri May 30 14:00:34 2014 +0200 test-wall-clock: Fix compile-time warning Innocuous, but annoying. M libgnome-desktop/test-wall-clock.c commit cb9597ac27bd0c629437d61e7dfd1a5582924201 Author: Kalev Lember Date: Tue May 20 23:27:21 2014 +0200 tests: Add a wall clock test for the notify::clock callback https://bugzilla.gnome.org/show_bug.cgi?id=730447 M tests/wall-clock.c commit 2616fe3049475fc8797083d3827ae2e433cb791e Author: Kalev Lember Date: Tue May 20 23:00:15 2014 +0200 tests: Add a wall clock test for 12/24h gsettings switch https://bugzilla.gnome.org/show_bug.cgi?id=730447 M tests/wall-clock.c commit 4faf1d2739b19b66ef41b5f35b75f0a7d4382fcc Author: Kalev Lember Date: Tue May 20 22:15:03 2014 +0200 tests: Add a wall clock test for colon vs ratio character use https://bugzilla.gnome.org/show_bug.cgi?id=730447 M tests/wall-clock.c commit 665125ef9d26cd47f9438a2b5212806137a373e9 Author: Kalev Lember Date: Thu Mar 13 12:13:40 2014 +0100 wall-clock: Always use the ratio character for time strings Since the ratio character looks visually more pleasing in time strings, replace colons with the ratio characters whenever possible. https://bugzilla.gnome.org/show_bug.cgi?id=726232 M libgnome-desktop/gnome-wall-clock.c commit 08406dc293a24fe90340cc79865a27ac8dd25777 Author: Kalev Lember Date: Tue May 20 14:30:29 2014 +0200 Add testsuite skeleton https://bugzilla.gnome.org/show_bug.cgi?id=730447 M Makefile.am M configure.ac A glib-tap.mk A m4/glibtests.m4 A tap-driver.sh A tap-test A tests/Makefile.am A tests/wall-clock.c