commit 05c439974fd01d684c8125c5b4abab9f38c38d3b Author: Richard Hughes Date: 2010-07-01 Release version 2.31.4 M NEWS commit 3414d47bf9b695b9fce1d46ad11c5f3b022cf275 Author: Fran Diéguez Date: 2010-06-30 Updated Galician translations M po/gl.po commit 35e351428ffd8ea73add2d31e7105411834ad1ca Author: Richard Hughes Date: 2010-06-29 Depend on gnome-control-center 2.31.4 so the GTK dep is correct M configure.ac commit 5cdad311cbe4dca0bd621fb7d1291cd154dfe287 Author: Richard Hughes Date: 2010-06-29 trivial: libnotify >= 0.5.0 has dropped the GTK dep M configure.ac M contrib/gnome-color-manager.spec.in M src/gcm-session.c M src/gcm-utils.h commit af93d48390b57045d733e68fe0f89fe69e1a9a09 Author: 甘露(Gan Lu) Date: 2010-06-29 Update Simplified Chinese translation. M po/zh_CN.po commit d2b56b6b1a2d4cb9be47c050f7bf81333c41851e Author: Mattias Põldaru Date: 2010-06-27 [l10n] Updated Estonian translation M po/et.po commit 1d36caa7906a2d1343bf06f05608097e4379d58f Author: Mattias Põldaru Date: 2010-06-27 [l10n] Updated Estonian translation M po/et.po commit affbb24448d5b370e3d65b7a94d977c2b454a992 Author: Richard Hughes Date: 2010-06-27 trivial: use TESTDATADIR to get the self test file data M src/Makefile.am M src/gcm-self-test.c commit 9f0d867093543908e8c334291bfa391603ab3f12 Author: Richard Hughes Date: 2010-06-26 trivial: regain the ability to write MLU text in gcm-fix-profile M src/gcm-fix-profile.c commit c3a9e427cb2f5ea091b022fcb0510959771d6245 Author: Jorge González Date: 2010-06-26 Updated Spanish translation M po/es.po commit b07093607ec7d41a6346e6f333364229ea0d0045 Author: Yaron Shahrabani Date: 2010-06-26 Updated Hebrew translation. M po/he.po commit 0cd699f41b81aeabcaeda1027a2f2f2a8c191466 Author: Richard Hughes Date: 2010-06-25 trivial: Specify the type of the empty array to avoid a critical warning from GVariant when there are no entries M src/gcm-session.c commit 105a92c0f709cc4bd9a360e18fb30b476d466ebb Author: Richard Hughes Date: 2010-06-25 Ensure we load the profile store in the DBus service M src/gcm-session.c commit 54f8cfc5fcf90bb04b0a2d87101ba57d7bbccba5 Author: Richard Hughes Date: 2010-06-25 Allow passing profile and device types to GetProfilesForType() This allows us to get 'abstract' profiles and do some funky things in the future M src/gcm-inspect.c M src/gcm-session.c M src/gcm-utils.c commit cdd3848e2973fb9c401fbfd19bed8fb13dfa7f5c Author: Richard Hughes Date: 2010-06-25 trivial: add gcm_profile_kind_from_string M src/gcm-enum.c M src/gcm-enum.h commit 0fee9eeaf2bc0c40bcaf9e30b6ceac74904b903b Author: Richard Hughes Date: 2010-06-25 trivial: Always center the profile viewer application M data/gcm-viewer.ui commit e69542d8caf9e40ed4906b746e245680e36495eb Author: Richard Hughes Date: 2010-06-25 trivial: Fix make check M po/POTFILES.in commit 6dcc2533d218a9f00b79e5308fb0cfda1a6fca4d Author: Richard Hughes Date: 2010-06-25 Add GcmProfileSearchFlags so we can control what kind of profiles are loaded M src/cc-color-panel.c M src/gcm-import.c M src/gcm-profile-store.c M src/gcm-profile-store.h M src/gcm-self-test.c M src/gcm-viewer.c commit 912a2fee1aed9202a7ed5122f351677248363b0a Author: Richard Hughes Date: 2010-06-25 trivial: Add an example picture until the contest is over A data/figures/viewer-example.png commit 89f0aff88775db164917b78b6f2b9422191ea4e6 Author: Richard Hughes Date: 2010-06-25 Split gcm-prefs into a control center module and a profile viewer M .gitignore M configure.ac M contrib/gnome-color-manager.spec.in M data/Makefile.am M data/figures/Makefile.am M data/gcm-prefs.desktop.in M data/gcm-prefs.ui A data/gcm-viewer.ui M data/org.gnome.color-manager.gschema.xml M src/.gitignore M src/Makefile.am A src/cc-color-panel.c A src/cc-color-panel.h D src/gcm-prefs.c A src/gcm-viewer.c commit 116f555505fe8eb29d7ae1ed918fdf202f4c3f63 Author: Richard Hughes Date: 2010-06-25 Refuse to import a local profile if it already exists systemwide M src/gcm-import.c commit 666f2c7ff9662f88be0f8efd6fc843519b9bd47a Author: Richard Hughes Date: 2010-06-25 trivial: ensure we retain a reference when we remove profiles from the store to avoid a critical warning M src/gcm-profile-store.c commit a821eb8b3d81bfc1187ab324cb6f0d61de1bc16a Author: Richard Hughes Date: 2010-06-24 Add gcm_image_set_abstract_profile() so we can set LAB abstract profiles M src/gcm-image.c M src/gcm-image.h commit 647fe721e3376e12b9dbd912d0b5977cdb2a3d31 Author: Richard Hughes Date: 2010-06-24 Do not try to convert the image if the input and output profiles are not RGB M src/gcm-image.c commit c687f87c53d6bb42c7f150459a8de6775298b507 Author: Richard Hughes Date: 2010-06-24 trivial: do not fail to color convert the image if there is not an embedded profile M src/gcm-image.c commit 6859688980f14a1854154171cc1de12a472ed7fa Author: Richard Hughes Date: 2010-06-24 trivial: ignore more generated files M src/.gitignore commit 89b621ba8679af830c0e07845b55137095e3ab99 Author: Richard Hughes Date: 2010-06-24 trivial: fix up the tests AM define M configure.ac M src/Makefile.am commit 91efd578106f7d160c3c6909bf15ca30fb893b03 Author: Richard Hughes Date: 2010-06-24 Make GcmImage take a GcmProfile, not a base64 string for efficiency M src/gcm-image.c M src/gcm-image.h M src/gcm-profile.c M src/gcm-profile.h M src/gcm-self-test.c commit 2369b082fd31c3fc2739f377e8c560f88d9061df Author: Richard Hughes Date: 2010-06-24 Port from lcms to lcms2 M configure.ac M contrib/gnome-color-manager.spec.in M src/gcm-clut.c M src/gcm-fix-profile.c M src/gcm-image.c M src/gcm-picker.c M src/gcm-profile.c M src/gcm-self-test.c commit 6646d00938437de62e0a8594ae3ce3d8c388e552 Author: Richard Hughes Date: 2010-06-24 trivial: Do not subclass GcmProfile, as realistically we're never going to support using lcms1 _and_ lcms2 M src/Makefile.am M src/gcm-device-xrandr.c M src/gcm-device.c M src/gcm-dump-profile.c M src/gcm-import.c M src/gcm-inspect.c M src/gcm-prefs.c D src/gcm-profile-lcms1.c D src/gcm-profile-lcms1.h M src/gcm-profile-store.c M src/gcm-profile.c M src/gcm-profile.h M src/gcm-self-test.c commit 3d1d8bfe34e13c9c29b544338e5e2af880407de3 Author: Richard Hughes Date: 2010-06-23 trivial: trivial clang buglet M src/gcm-profile-store.c commit 53903298392cb39b842b6597d122358089908908 Author: Jorge González Date: 2010-06-22 Updated Spanish translation M po/es.po commit 565d2ec13ea1361de80d8ac4f2314a9c1cea47c1 Author: Richard Hughes Date: 2010-06-22 trivial: sync the fedora spec file with upstream M contrib/gnome-color-manager.spec.in commit 20aca88175e40c7467a0b7d424eb32ada05df7c8 Author: Richard Hughes Date: 2010-06-21 trivial: Post release version bump M RELEASE M configure.ac