commit f35a21362a6ea6ae1c377847f218a68e879450fe Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Feb 7 14:53:12 2010 +0100 Build all the available documentation translations. commit 2049c8b40feaf09a0a36ed22839b1c9328cb58f1 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Fri Feb 5 00:46:11 2010 +0100 l10n: Updated Hungarian (hu) translation to 100% New status: 75 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org). commit 84bcef5202968ac20df9036adf5b903a6cdbf3b6 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Fri Feb 5 00:43:37 2010 +0100 l10n: Updated Hungarian (hu) translation to 96% New status: 72 messages complete with 1 fuzzy and 2 untranslated. Transmitted-via: Transifex (translations.xfce.org). commit 1b34ae770ad6031c272e95028ae81fb76336f517 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Fri Feb 5 00:39:21 2010 +0100 l10n: Updated Hungarian (hu) translation to 86% New status: 65 messages complete with 7 fuzzies and 3 untranslated. Transmitted-via: Transifex (translations.xfce.org). commit 8cdea0f32cd5ad0083291e6a05f85abd07552ae6 Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Thu Jan 28 13:24:07 2010 +0100 l10n: Updated Finnish (fi) translation to 100% New status: 75 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org). commit 004a71ea008a13b3eeecad4f91d3432981f6344d Author: Timo Verbeek <timoverbeek10@hotmail.com> Date: Sun Jan 17 17:12:20 2010 +0100 l10n: Updated Dutch (Flemish) (nl) translation to 100% New status: 75 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org). commit 57d93fb0faa79b067f51d623dc5235b500eca13f Author: Andhika Padmawan <andhika.padmawan@gmail.com> Date: Mon Jan 11 10:19:43 2010 -0500 l10n: Updated Indonesian (id) translation to 100% New status: 75 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org). commit b755758c240721d71273a1ebc963c8925daa9a8b Author: Andhika Padmawan <andhika.padmawan@gmail.com> Date: Mon Jan 11 10:15:58 2010 -0500 l10n: Updated Indonesian (id) translation to 98% New status: 74 messages complete with 1 fuzzy and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org). commit 257b33aa1218a3ac183f2b22ad3b3d0ecdfdcfc9 Author: Leandro Regueiro <leandro.regueiro@gmail.com> Date: Fri Jan 8 18:26:24 2010 +0100 l10n: Updates to Galician (gl) translation Transmitted-via: Transifex (translations.xfce.org) commit cce19aa859b02d7e0dab26a42e277101a36bf90f Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Jan 2 12:45:13 2010 +0100 Update copyright information. commit 6cd1124df34ccdeac184d3d56437fadedca9ce87 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Dec 28 17:08:38 2009 +0100 Update NEWS file. commit 9833ac54cd49d0a571c7959be6f116da44a3877f Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Dec 28 17:06:11 2009 +0100 Gtk 2.14 is required now. commit b65639e0b04ef3ba86eba0fa10d245704fe50fca Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Dec 28 17:03:11 2009 +0100 Use constants for strings in (add_item). commit 02a13603076badc8d323b3db6d4f2351f1cdb977 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Dec 28 17:01:53 2009 +0100 Simplify the icon handling in the combobox. commit 1938669ea8ac46a2c2af6b193918ecf7cc8c92ac Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 26 13:53:16 2009 +0100 Add a missing prototype. commit 1c5210763715c03f1db9846b1a37dfc7431ed9c5 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 26 12:45:59 2009 +0100 Use G_CALLBACK instead of casting to a GCallback. commit d0f9e8981961efaf661d43bb9c5c8cbd6a8261ea Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 26 12:28:53 2009 +0100 Fix indentation in some places. commit f6aa05f8ff212a9a5aae2f03baa2529eceea2816 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 26 12:14:02 2009 +0100 Update the NEWS file. commit cfb05aa6d24c4bd7d2dc4167d9359b62c3bb7bf3 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 26 12:12:18 2009 +0100 Don't use a pointer for the rubberband rectangle. commit e893b3268d73322dc383263e214df14675c0a6c0 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 26 12:07:07 2009 +0100 No need to save the current mouse position. commit 354644d4c949c75ac3aaecf437a87090693a12fc Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 26 00:04:00 2009 +0100 Rework the region selection when not composited. As spotted by Gauvain Pocentek, the "while" loop in the previous code was not the best thing in the world as it lead to 100% CPU usage during the selection. Instead, we use a filter function. This needs testing and it would be great to share some code with the composited version. commit c8638fd855a3174dbbd358764e46a86f6cc510bf Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Dec 25 18:56:56 2009 +0100 Fix a typo in NEWS. commit edd9205e55a8304e71e869be4c5c6610de3466e4 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Dec 25 18:51:07 2009 +0100 Make AUTHORS file clearer. commit b0534e07bf328c30774cb3f485b3f7da5f2b8543 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Dec 25 18:49:11 2009 +0100 Update the TODO file. commit 59f6e988ab298d98c0fc6f9e85b1fd81ace5779e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 19 12:36:14 2009 +0100 Delete pot file. commit 62763d9226ac2f7d5849de57617dc0f27602b2bd Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 19 12:28:21 2009 +0100 Fix distcheck commit 5ad59bbffbdb049cdd74dc2575885d2894aad62b Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 19 12:21:37 2009 +0100 Generate ChengeLog in distcheck, fix docs. commit b1aa44efa23a3b80e37669c55c05b4d44cbeddd4 Author: Xu Meihong <mhuntxu@gmail.com> Date: Fri Dec 18 17:57:52 2009 +0000 l10n: Updates to Chinese (China) (zh_CN) translation Transmitted-via: Transifex (translations.xfce.org) commit 8f9bfc158482515c4e93393a579c64e4fb00fbb3 Author: Leandro Regueiro <leandro.regueiro@gmail.com> Date: Fri Dec 18 17:35:00 2009 +0000 l10n: Updates to Galician (gl) translation Transmitted-via: Transifex (translations.xfce.org) commit 4b4161ccc05a8c399783a5eb6fb0c12b6e1ff9b6 Author: Leandro Regueiro <leandro.regueiro@gmail.com> Date: Fri Dec 18 15:03:33 2009 +0000 l10n: Updates to Galician (gl) translation Transmitted-via: Transifex (translations.xfce.org) commit 325e4987db5568c41550b578c200d2e003d0119b Author: Leandro Regueiro <leandro.regueiro@gmail.com> Date: Fri Dec 18 14:53:16 2009 +0000 l10n: Updates to Galician (gl) translation Transmitted-via: Transifex (translations.xfce.org) commit 1a3a53c57efbe517df8dbce9452887d3e2401932 Author: Piarres Beobide <pi@beobide.net> Date: Tue Dec 15 11:33:22 2009 +0000 l10n: Updates to Basque (eu) translation Transmitted-via: Transifex (translations.xfce.org) commit 58350222a6c8130e50ef0f02523f064ca385404e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 5 23:36:21 2009 +0100 Add some missing files from a previous commit. commit eb01021434d54d0855edec3a42959012e86001d0 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 5 23:35:40 2009 +0100 Update README and AUTHORS. commit 591c5b4c5c8ed6a3b67dc24aedf43824d73b6bdd Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 5 23:21:58 2009 +0100 Update NEWS file. commit 7f64be60c11d12f4f54f4297782c17daf994921a Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Dec 5 23:18:01 2009 +0100 Use 1 as the minimal delay for the interactive screenshots. This allows us to avoid a lot of artifacts which occured in some weird and random cases whithout using ugly hacks. Moreover, it makes sense as the active window is not really defined 0 seconds after the dialog is closed (the WM needs some time to focus a new window). commit 25273435589aea66893243aa30e6c4ee09679f95 Author: Cristian Marchi <cri.penta@gmail.com> Date: Wed Dec 2 19:51:11 2009 +0000 l10n: Updates to Italian (it) translation Transmitted-via: Transifex (translations.xfce.org) commit 0e0d3345eb833ca455e269b6fcf8362378e4c6a8 Author: Og Maciel <ogmaciel@gnome.org> Date: Wed Dec 2 14:13:16 2009 +0000 l10n: Updates to Portuguese (Brazilian) (pt_BR) translation Transmitted-via: Transifex (translations.xfce.org) commit b0bf7441da1f74e82ba6432866fe6a6f2961c9d5 Author: Nuno Miguel <nunis@netcabo.pt> Date: Mon Nov 30 23:00:56 2009 +0000 l10n: Updates to Portuguese (pt) translation Transmitted-via: Transifex (translations.xfce.org) commit f7462457c26df9a95e47391d27320693091abc53 Author: Nuno Miguel <nunis@netcabo.pt> Date: Mon Nov 30 22:59:49 2009 +0000 l10n: Updates to Portuguese (pt) translation Transmitted-via: Transifex (translations.xfce.org) commit 1e1b160b8c61da5be2c24ef21cc52d0ad766db85 Author: Michal Várady <miko.vaji@gmail.com> Date: Mon Nov 30 22:55:14 2009 +0000 l10n: Updates to Czech (cs) translation Transmitted-via: Transifex (translations.xfce.org) commit 45d7cc9c15df71a7ce80ab2e434689e486495e14 Author: Sergio Marques <smarquespt@gmail.com> Date: Mon Nov 30 20:34:10 2009 +0000 l10n: Initial Portuguese translation for xfce screenshooter documentation Transmitted-via: Transifex (translations.xfce.org) commit 44648485e08170b7af9c6e16e87a17f9c08a974b Author: Sergio Marques <smarquespt@gmail.com> Date: Mon Nov 30 18:48:39 2009 +0000 l10n: Updates to Portuguese (pt) translation Transmitted-via: Transifex (translations.xfce.org) commit ee5266a39c6d38e2ebf6dd7137bbd6166021562e Author: Sergio Marques <smarquespt@gmail.com> Date: Mon Nov 30 18:44:58 2009 +0000 l10n: Updates to Portuguese (pt) translation Transmitted-via: Transifex (translations.xfce.org) commit dd0e427fc3d715e6ee89e00ff78392275334a3a2 Author: Evaggelos Balaskas <ebalaskas@ebalaskas.gr> Date: Mon Nov 30 08:38:16 2009 +0000 l10n: Updates to Greek (el) translation Transmitted-via: Transifex (translations.xfce.org) commit da00762b12f515fb6d0f169d583af364efe860c8 Author: Aleksandr Ponomarenko <dwqwt3i02@sneakemail.com> Date: Mon Nov 30 02:47:43 2009 +0000 l10n: Updates to Russian (ru) translation Transmitted-via: Transifex (translations.xfce.org) commit 217c183458d2273a6c7383d8861f41b631f25f0e Author: Ignacio Velasco <elega@elega.com.ar> Date: Mon Nov 30 02:29:44 2009 +0000 l10n: Updates to Spanish (Castilian) (es) translation Transmitted-via: Transifex (translations.xfce.org) commit 1e27442c4877b579f33f0279029aae687a63a2aa Author: Ignacio Velasco <elega@elega.com.ar> Date: Mon Nov 30 01:59:59 2009 +0000 l10n: Updates to Spanish (Castilian) (es) translation Transmitted-via: Transifex (translations.xfce.org) commit a80fe3fa76f5d90272b5e13b99d0da8e605d3f0d Author: Sergio Marques <smarquespt@gmail.com> Date: Mon Nov 30 00:46:28 2009 +0000 l10n: Updates to Portuguese (pt) translation Transmitted-via: Transifex (translations.xfce.org) commit 5ba91403503e95598575f4e76226117fdf2c742e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Nov 30 00:18:28 2009 +0100 Don't use gdk_window_is_destroyed. commit 5bb3f73cedb66cfe0bd63d8a67ca2c16ddc17625 Author: Massonnet Mike <mmassonnet@gmail.com> Date: Sun Nov 29 15:52:17 2009 +0000 l10n: Updates to French (fr) translation Transmitted-via: Transifex (translations.xfce.org) commit 2983637dbc29c198635a4880aa2eefd90a9ef447 Author: Per Kongstad <p_kongstad@op.pl> Date: Sun Nov 29 15:42:02 2009 +0000 l10n: Updates to Danish (da) translation Transmitted-via: Transifex (translations.xfce.org) commit 88b17e7064c55e6ae8590a74cecfe7b3f82ba475 Author: Carles Muñoz Gorriz <carlesmu@internautas.org> Date: Sun Nov 29 12:11:10 2009 +0000 l10n: Updates to Catalan (Valencian) (ca) translation Transmitted-via: Transifex (translations.xfce.org) commit 63ab5332b0a6b9b9e60d588e413c008321f5e69a Author: Denis Koryavov <dkoryavov@yandex.ru> Date: Sun Nov 29 11:43:39 2009 +0000 l10n: Updates to Russian (ru) translation Transmitted-via: Transifex (translations.xfce.org) commit 17bbcfbe6b386611d4700f7fc3cdfdef8a4f312e Author: Jeff Bailes <thepizzaking@gmail.com> Date: Sun Nov 29 11:31:13 2009 +0000 l10n: Updates to English (United Kingdom) (en_GB) translation Transmitted-via: Transifex (translations.xfce.org) commit 345ca9e815314a8d7c924257491cab3e00e3102f Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Nov 29 11:20:02 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit 1f3158d624ddec3c1a915030d7ede77170f5879b Author: Rihards Prieditis <rprieditis@gmail.com> Date: Sun Nov 29 11:19:02 2009 +0000 l10n: Updates to Latvian (lv) translation Transmitted-via: Transifex (translations.xfce.org) commit f46bbbf86df199e8a4a31da49dcaa01a965c8742 Author: Xu Meihong <mhuntxu@gmail.com> Date: Sun Nov 29 11:18:49 2009 +0000 l10n: Updates to Chinese (China) (zh_CN) translation Transmitted-via: Transifex (translations.xfce.org) commit c56ef912d5b766c4d7b1e916e3520b336ce7beb1 Author: Xu Meihong <mhuntxu@gmail.com> Date: Sun Nov 29 11:04:29 2009 +0000 l10n: Updates to Chinese (China) (zh_CN) translation Transmitted-via: Transifex (translations.xfce.org) commit 0879a8b4a6e615b544ba49d703a61cc321d9fd33 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 11:59:11 2009 +0100 Update po files for the last typo... Sorry! commit 658581022b311874c450c6b80f39bb0287a9733d Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 11:56:51 2009 +0100 Update German translation (Enrico Tröger). commit 45ccd5a8b9a6616fcd47021064e5a997ac4407dd Merge: a9750d4 726bd13 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 11:54:08 2009 +0100 Merge branch 'master' of ssh://git.xfce.org/git/apps/xfce4-screenshooter commit a9750d46a7c838d4c00b5c5cd649e98feffbd4b6 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 11:51:27 2009 +0100 Show the tooltip on the correct widget (Enrico Tröger). commit fcdeda39d5f851e92d85d15c36f371336462c0fb Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 11:50:11 2009 +0100 Fix a typo in a string (Enrico Tröger). commit 3f1d6c02c9ec04f40d8b85e65ff36009a4878240 Merge: a8edd45 3c23eb7 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 11:49:26 2009 +0100 Merge branch 'master' of ssh://git.xfce.org/git/apps/xfce4-screenshooter commit a8edd459ccac9fae1502abb4a597156cc169df13 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 11:48:55 2009 +0100 Add a comment for translators (Enrico Tröger). commit 726bd130b70543fe6bbbc804140c429579d7b848 Author: Per Kongstad <p_kongstad@op.pl> Date: Sun Nov 29 10:48:08 2009 +0000 l10n: Updates to Danish (da) translation Transmitted-via: Transifex (translations.xfce.org) commit 3c23eb77a5b09052c8713acedf44db92f72c138a Author: Vincent Tunru <projects@vinnl.nl> Date: Sun Nov 29 10:42:33 2009 +0000 l10n: Updates to Dutch (Flemish) (nl) translation Transmitted-via: Transifex (translations.xfce.org) commit 8a8d1a379a1e4b2e2631f6507496aa7c1c256ba2 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 10:34:08 2009 +0100 Add fallback images for non localised screenshots. commit 9f8fb53251de3837f6ffca5dc169b21830c7c7e0 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 10:16:31 2009 +0100 Add build support for Chinese documentation. commit 53330c902b439604276236e78f9154863f6aa970 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 10:00:48 2009 +0100 Add localised images for Japanese (Masato Hashimoto). commit 2288aa4b401c33e2abd1c3ceb4b753f62597ebb9 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 09:54:20 2009 +0100 Update po files. commit 9a97859e42a07e2a0e82031b248de0ac30f11481 Merge: 6ed8eb7 744c0e4 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 09:51:16 2009 +0100 Merge branch 'master' of ssh://git.xfce.org/git/apps/xfce4-screenshooter commit 6ed8eb78359e47b12f5413625379e24d76c1df27 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 09:49:41 2009 +0100 Fix typos spotted by Jeff Bailes. commit 744c0e4a4e5c34e9921f0e459aebd1b162af7daa Author: Xu Meihong <mhuntxu@gmail.com> Date: Sun Nov 29 06:24:57 2009 +0000 l10n: Updates to Chinese (China) (zh_CN) translation Transmitted-via: Transifex (translations.xfce.org) commit e73951d5963b2cd74c58b64be085ad0ea017e7a1 Author: Xu Meihong <mhuntxu@gmail.com> Date: Sun Nov 29 06:21:45 2009 +0000 l10n: Updates to Chinese (China) (zh_CN) translation Transmitted-via: Transifex (translations.xfce.org) commit bab56da0ce1c395ecc15a5650962f8102f37c8cb Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Nov 29 06:20:46 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit 89430bbbee1ae6223b9a2b6f5c2de71ece5d5e78 Author: Xu Meihong <mhuntxu@gmail.com> Date: Sun Nov 29 04:54:09 2009 +0000 l10n: Updates to Chinese (China) (zh_CN) translation Transmitted-via: Transifex (translations.xfce.org) commit b0c715b3c1d58bdb6cadd96034c63ea313a51156 Author: Xu Meihong <mhuntxu@gmail.com> Date: Sun Nov 29 04:43:37 2009 +0000 l10n: Add Simplified Chinese document translation Transmitted-via: Transifex (translations.xfce.org) commit 0ededd61aa198613c76356b26809298953fffba0 Author: Jeff Bailes <thepizzaking@gmail.com> Date: Sun Nov 29 04:07:09 2009 +0000 l10n: Updates to English (United Kingdom) (en_GB) translation Transmitted-via: Transifex (translations.xfce.org) commit 744514138a40df59ef6b95c0c16cc1cdbe7dae56 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 00:55:56 2009 +0100 Optimize the size of the images of the Catalan translation. commit 848f5cee475f1e14b3f2e6afa6f84a91b8e7e701 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 00:55:09 2009 +0100 Add Asturian documentation translation support to the build system. commit 45e3cdb42c55d683b74110d62c518b1e5ad3ea48 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 29 00:32:42 2009 +0100 Added Catalan (ca) doc translation support (Carles Munoz Gorriz). commit 9fa8df13420aec63f1ce3b7136d3d2044e81358d Author: Massonnet Mike <mmassonnet@gmail.com> Date: Sat Nov 28 22:11:27 2009 +0000 l10n: Updates to French (fr) translation Transmitted-via: Transifex (translations.xfce.org) commit d35a5d13443022e146b89b0529c79cb0f7161711 Author: Vincent Tunru <projects@vinnl.nl> Date: Sat Nov 28 20:20:56 2009 +0000 l10n: Updates to Dutch (Flemish) (nl) translation Transmitted-via: Transifex (translations.xfce.org) commit b6f6bf01d378fe58e6074f04a425087ea48cfca9 Author: Denis Koryavov <dkoryavov@yandex.ru> Date: Sat Nov 28 18:37:44 2009 +0000 l10n: Updates to Russian (ru) translation Transmitted-via: Transifex (translations.xfce.org) commit cf205b8345cdf1a937a783136b785e814bb1310a Merge: 559ff72 16254f3 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Nov 27 19:03:06 2009 +0100 Merge branch 'master' of ssh://git.xfce.org/git/apps/xfce4-screenshooter commit 559ff72028679af30de4769d4a47f80d1df84615 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Nov 27 19:02:04 2009 +0100 Make sure the active window is not destroyed. commit 16254f33c393dd517f58f74bd860ca3ada09c551 Author: Harald Servat <redcrash@gmail.com> Date: Wed Nov 25 09:08:31 2009 +0000 l10n: Updates to Catalan (Valencian) (ca) translation Transmitted-via: Transifex (translations.xfce.org) commit 6cfda91ced39aee86086cdaef064a8df1c2cf19c Author: Harald Servat <redcrash@gmail.com> Date: Wed Nov 25 08:56:16 2009 +0000 l10n: Updates to Catalan (Valencian) (ca) translation Transmitted-via: Transifex (translations.xfce.org) commit 9bff10908048a323377f25ccfe052409bba98d86 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Tue Nov 24 18:50:44 2009 +0100 Remove the blank line on the background in rectangle mode. As spotted by Mike Massonnet, this was simply the separator of the fullscreen window... commit ee9b000fe6a6cfbdbb39ee72f2966459d679b817 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Tue Nov 24 18:09:22 2009 +0100 Don't spawn the save dialog when closing the actions dialog. commit 7e4bb5acff3d84898b05d5cd5f26a98ced6566b8 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Tue Nov 24 17:50:24 2009 +0100 Add the ca translation to LINGUAS. Update-po in doc. commit fdd5f62a2f31da590cf1b958b5e1002910e98022 Author: Harald Servat <redcrash@gmail.com> Date: Tue Nov 24 14:00:48 2009 +0000 l10n: Updates to Catalan (Valencian) (ca) translation Transmitted-via: Transifex (translations.xfce.org) commit 85ca5d9de49169a764a0849eceba046ab1767d81 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Tue Nov 17 14:33:52 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit 90088bfc9e161f26f63aca8601c7a3ec5dc3d189 Author: Xu Meihong <mhuntxu@gmail.com> Date: Mon Nov 16 15:23:20 2009 +0000 l10n: Updates to Chinese (China) (zh_CN) translation Transmitted-via: Transifex (translations.xfce.org) commit 09cebe10dbdef582df1aa205335b42bd4a8e1fe6 Author: Per Kongstad <p_kongstad@op.pl> Date: Sun Nov 15 22:35:38 2009 +0000 l10n: Updates to Danish (da) translation Transmitted-via: Transifex (translations.xfce.org) commit 4478eb6260a943fd994cd1e8a2ded8692d1f16bd Author: Ignacio Velasco <elega@elega.com.ar> Date: Sun Nov 15 22:29:16 2009 +0000 l10n: Updates to Spanish (Castilian) (es) translation Transmitted-via: Transifex (translations.xfce.org) commit 73eda751765d6b2698e98614831ad9ebae5f0774 Author: Per Kongstad <p_kongstad@op.pl> Date: Sun Nov 15 21:55:41 2009 +0000 l10n: Updates to Danish (da) translation Transmitted-via: Transifex (translations.xfce.org) commit 52348ad923ea7cdf56ac1a5ca54dd4144c6abeab Author: Ignacio Velasco <elega@elega.com.ar> Date: Sun Nov 15 21:40:30 2009 +0000 l10n: Updates to Spanish (Castilian) (es) translation Transmitted-via: Transifex (translations.xfce.org) commit d3de863412dc38024ccca1b4ad0341ad9c9b89dc Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Nov 15 16:22:54 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit d3ca23b05d802dce2f2e2466465b5321e073bb29 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Nov 15 16:21:27 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit 937a13b456a9396eedcb073b8503cbdb5998de35 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Nov 15 16:11:02 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit cdb7338ce5d77be494d58f0e717c37af66bd423f Author: douart patrick <patrick.2@laposte.net> Date: Sun Nov 15 16:00:41 2009 +0000 l10n: Updates to French (fr) translation Transmitted-via: Transifex (translations.xfce.org) commit 3aa43057835d842ee621fa11f1df1823d842eaab Author: Andhika Padmawan <andhika.padmawan@gmail.com> Date: Sun Nov 15 14:42:58 2009 +0000 l10n: Updates to Indonesian (id) translation Transmitted-via: Transifex (translations.xfce.org) commit 0040564cbf05b175afec8c6664e9706e84d6db7b Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 15 00:30:37 2009 +0100 Update po files. commit e2550bf282cc0ad984cd895641872b2a8e091168 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 15 00:28:51 2009 +0100 English documentation update by Sam Swift. commit 19daa1c1b4df27ee3461bf41fd3996b79c1efc6d Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 15:56:05 2009 +0100 Update NEWS file. commit 1a163bfa9863a6d0f365b28e8bfb56d063f8aac9 Merge: 9ec4594 bb7b818 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 15:44:17 2009 +0100 Merge branch 'master' of ssh://git.xfce.org/git/apps/xfce4-screenshooter commit 9ec459489572e4a0a9fdd45cf178b9fd579abf6e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 15:11:26 2009 +0100 Add drag and drop support on previews (Mike Massonnet). commit c2b5fee4eab165e43d3ac552ea876a8e6b5142fd Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 14:57:11 2009 +0100 Fix writing to the RC file (Mike Massonnet). This should fix saving of preferences when the rc file does not exist yet. Note: always test things with a clean configuration... commit 178a91674b8a39ece9e543511fa52e85502715e7 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 14:54:14 2009 +0100 Quit action dialog on delete event (Mike Massonnet). commit 90189d939f8ade7eefdead1e0c4186bf90058a16 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 14:46:47 2009 +0100 Source files should not be executable. commit 31e6cbd7f98fc3db8bf3d67cb35a5429ba980ca3 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 14:44:23 2009 +0100 Do not generate html files in the top source directory. The html files were all generated in the top source directory and all had the same name, so only the last generated one was accessible. commit 544a6a31b1c9f1e7329ddc53ff3c7bb429cf10db Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Nov 12 14:37:35 2009 +0100 Patch by Enrico Tröger to remove useless g_strdup. commit bb7b8184b7b1186a11f063d05e6480274d6a50ca Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Wed Nov 11 14:25:55 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit 846303aab7730303fb0c4f722dcf8a916b4e20d0 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Nov 11 10:34:40 2009 +0100 Update the NEWS file. commit 66b30c57cc779adf36d3e8f3fb50f3018b845b31 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 8 14:42:01 2009 +0100 Use gdk function for the running clipboard manager. Thanks to Mike for noticing this function. commit 43b338fd44a25ba821a92db7d5f061079f73b932 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 8 14:36:08 2009 +0100 Make the right click copy menu work on links. The text was copied to the primary clipboard and was thus only accessible via middle click. commit 1ef8d39bd5df160bacaee48aded7e319de2d6a49 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 8 11:49:05 2009 +0100 Remove commented code to store the clipboard. As Mike explained to me, this is useless. The clipboard manager will automatically take the image when the application is closed. commit 0675269bc40d3592410b9083fcd39aa9d848a363 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 8 00:20:41 2009 +0100 Only copy to clipboard with a clipboard manager. commit 5854a53d8168fe1e2fedcf4c3e2be1261e027e2e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Nov 7 23:01:35 2009 +0100 Do not check for grab status when not composited. This caused xfce4-screenshooter -r to be unusable as a command for a keyboard shortcut, as the keyboard was already grabbed by the thingy which launches applications from shortcuts. Escape is still not usable in that case, but that's normal as we don't grab the keyboard... commit 9ae621cf326cded6ee3f8ab5606cdeff01886c84 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Nov 1 15:20:26 2009 +0100 Remove the call to test the clipboard for testing. commit 2a6fafc61071ba2825c989c8ae5373f871e02acf Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Oct 31 00:13:25 2009 +0100 Show a preview if the actions dialog was not displayed. commit 276e7b941dadc364236782c13ded86dda8219abc Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Oct 31 00:04:22 2009 +0100 Fix function documentation. commit 643422a0529227045c2348434f7d14e9fe831028 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Oct 30 23:55:00 2009 +0100 Horodate is not an English word. Timestamp is. commit a4450eaad93187a325fcd6c4c2138a6d3230a4ca Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Oct 30 23:49:32 2009 +0100 If the user gives an action, don't show the dialog. Instead we launch that action directly, supposing that if the user specified an action, he expects it to be used and not to be asked again what he wants to do. commit ddb1b3c9d7038cd2d138a7c23e1c7495c567f59a Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Oct 30 23:32:15 2009 +0100 Fix warning when an invalid directory is given. commit 3c690f700fc40d2376612c0b5caf59a6e29be42d Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Oct 28 22:34:31 2009 +0100 Respect the transparence of shaped decoration. Do not use the frame extensions to get the screenshot of a window, but use its shape instead. This allows us to have a transparent background under rounded corners instead of the window that is under the screenshoted window. commit a07c81a590ea4927a4d494b33abddf0d6f3fef8e Merge: 0dfef71 75ee545 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Oct 28 22:33:43 2009 +0100 Merge branch 'master' of ssh://git.xfce.org/git/apps/xfce4-screenshooter commit 75ee54505908d0aae771a3c5e9cda8fadf8f2dfe Author: douart patrick <patrick.2@laposte.net> Date: Mon Oct 26 17:33:58 2009 +0000 l10n: Updates to French (fr) translation Transmitted-via: Transifex (translations.xfce.org) commit 0dfef7124da06e67e9296769ab7a20e9852fc66e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Oct 23 12:38:01 2009 +0200 Fix sed rules in Makefile.am (Mark Trompell) commit 4e287cc406245cac012cb37dc372d0db1f8d27a0 Author: Rihards Prieditis <rprieditis@gmail.com> Date: Wed Oct 21 12:36:16 2009 +0000 l10n: Updates to Latvian (lv) translation Transmitted-via: Transifex (translations.xfce.org) commit 368702d4b2fe1720c5ce2932335c71e4a6ee91b2 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Oct 19 23:05:40 2009 +0200 Check if the URI in the plugin rc file is valid. Fallback to the XDG image dir if it's not valid. commit 434defbccea385c94567a81ab4d3a9585aa2555e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Oct 16 22:59:51 2009 +0200 Allow users to set custom file names. Fix build with full debugging and plug a leak. commit b72b2d6ac64ec4d384885c2823c6a6868c3e900b Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Oct 15 11:58:15 2009 +0200 Save the title of the screenshot. commit fcb4f6c5806ba12d8e68ddac52e3cd9a266dae26 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Oct 15 11:56:17 2009 +0200 Use gtk_widget_show_all instead of multiples gtk_widget_show. commit cc625fdbd7b22583632e062cd8bf119f115e632b Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Oct 15 11:51:26 2009 +0200 Add a field to set the title of the capture. commit 3a51fa166605bf39199924a2072ec3739bc1b396 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Oct 15 11:05:36 2009 +0200 Simplify screenshooter_save_screenshot. commit 9b5719784a44d80d2e5c2d720c7fa58cf13a81bc Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Oct 14 16:40:49 2009 +0200 Use silent build rules if available. commit f5a3691e4f54dca7c5eb6c9813511eced5a1499a Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Oct 14 12:20:03 2009 +0200 Update the NEWS file commit 69b5228c6b6f45ee117f0a035193633791860de5 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Tue Oct 13 21:06:02 2009 +0200 Update a comment and improve indentation in ZimageZ stuff. commit f4d4592b8e7d4fa3d65813095057678858a37cd8 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Oct 11 19:51:52 2009 +0200 Improve the prototype of the upload function. commit aa668e027fa2c72b730d752ad357d4bb1887acfa Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Oct 11 19:35:08 2009 +0200 Do not free values that are not owned by the callee. Thanks to Jannis Pohlmann for the detailed explanations. commit 9f1dfbeae19b94d694298f20015c8da04c3ef04c Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Oct 11 18:55:25 2009 +0200 Properly fix the last user issue. I was doing something very ugly with the last_user string, pass it as a pointer to modify it. I don't even get how it could work before. commit a846ab7c026cd7befe4349f9bc4f47f6cf752483 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Oct 11 18:36:30 2009 +0200 Fix a crash due to uninitialized GError. Only free the last user when it was set. commit 172a73a3751cb7a3c9ce87bfc9ac6a0ad8a4809e Merge: ca33e4f c1e43c1 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Oct 11 15:44:19 2009 +0200 Merge branch 'master' of ssh://jeromeg@git.xfce.org/git/apps/xfce4-screenshooter commit ca33e4f07e5e062d0b6c00e7d0df9c7f59422f33 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Oct 11 15:33:58 2009 +0200 Update the exo-job sources. commit c1e43c1023c6f390160be1d6a265f6b59fc96faa Author: Andriy Matkovsky <sidius.ua@gmail.com> Date: Tue Oct 6 16:44:38 2009 +0000 l10n: Updates to Ukrainian (uk) translation Transmitted-via: Transifex (translations.xfce.org) commit d4b354cd8420c6b68309ffdd146df5f32e61177d Author: Andriy Matkovsky <sidius.ua@gmail.com> Date: Tue Oct 6 12:50:04 2009 +0000 l10n: Updates to Ukrainian (uk) translation Transmitted-via: Transifex (translations.xfce.org) commit 2dc2f01162cc1c7c1b50ecea844508c3961beb1a Author: Leandro Regueiro <leandro.regueiro@gmail.com> Date: Sun Oct 4 12:18:01 2009 +0000 l10n: Updates to Galician (gl) translation Transmitted-via: Transifex (translations.xfce.org) commit 2a92acd2434829fe9cd384450c1091588fa27f1a Author: Leandro Regueiro <leandro.regueiro@gmail.com> Date: Sun Oct 4 12:17:36 2009 +0000 l10n: Updates to Galician (gl) translation Transmitted-via: Transifex (translations.xfce.org) commit f19d50ea4d2d47d7ff9cd1a51c8822df0f1abc64 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Oct 1 11:22:34 2009 +0200 Improve the size of the generated thumbnail. commit 020db2b8066b3ab79c268b2ca68c25bceeca4031 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Oct 1 11:06:42 2009 +0200 Make the ZimageZ upload work behind a proxy. commit cd273c6753d4a049ea53651ad4ed3ebed4e1fdbb Author: Iñigo Varela <malditoastur@gmail.com> Date: Thu Sep 3 12:36:15 2009 +0000 l10n: Upload Asturian translations for xfce4-screenshooter-master-doc Transmitted-via: Transifex (translations.xfce.org) commit c640b6d0083bafb19704767f304967e0cbaaf5f8 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Wed Aug 26 13:01:48 2009 +0000 l10n: Updates to Japanese (ja) translation Transmitted-via: Transifex (translations.xfce.org) commit 3b0c687a239cbc6a60f079494b8ae74cb79f55af Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Tue Aug 25 22:27:03 2009 +0200 Update the TODO list. commit 1725ac2bd132b81f0fb7e3a9e1790d1543fdd39b Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Tue Aug 25 22:12:56 2009 +0200 Various fixes for the build system. Use latest Xfce-dev-tools to get rid of revision and linguas substitution, remove the LINGUAS file. Use git instead of svn in the version generation. Fix distcheck by cleaning some pathes in Makefile.am and adding some temporary files to POTFILES.skip. commit e5ee7cdb3a3ad69ec40205f7a91955b9f68b4d61 Author: Ignacio Velasco <elega@elega.com.ar> Date: Sat Aug 22 19:16:12 2009 +0000 l10n: Updates to Spanish (Castilian) (es) translation Transmitted-via: Transifex (translations.xfce.org) commit 9edca47af6e7a8a124dd44b8d5dd9d78ba50d53a Author: Carles Muñoz Gorriz <carlesmu@internautas.org> Date: Sat Aug 22 18:52:03 2009 +0000 l10n: Initial doc translation to Catalan. Transmitted-via: Transifex (translations.xfce.org) commit 2ed4aa542f07a7b0e33e639d15b2d7fb492004b1 Author: Per Kongstad <p_kongstad@op.pl> Date: Sat Aug 22 13:50:03 2009 +0000 l10n: Updates to Danish (da) translation Transmitted-via: Transifex (translations.xfce.org) commit 3c9969476619edeb56ffe50ac2548275f9574838 Author: Per Kongstad <p_kongstad@op.pl> Date: Sat Aug 22 13:48:14 2009 +0000 l10n: Updates to Danish (da) translation Transmitted-via: Transifex (translations.xfce.org) commit 6f4fa67e7b734a069405f5bc6f9c0aa9850c4615 Author: Jeff Bailes <thepizzaking@gmail.com> Date: Tue Aug 18 03:19:39 2009 +0000 l10n: Updates to English (United Kingdom) (en_GB) translation Transmitted-via: Transifex (translations.xfce.org) commit 11963f2692b61a60f569f0b123b6f7f1cb49d5fb Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com> Date: Mon Aug 17 11:36:22 2009 +0000 l10n: New Translation to Kazakh Transmitted-via: Transifex (translations.xfce.org) commit e1441b738b9b8e75850402d85a4c0035ca66da50 Author: Samed Beyribey <beyribey@gmail.com> Date: Sun Aug 16 16:22:08 2009 +0000 l10n: Updates to Turkish (tr) translation Transmitted-via: Transifex (translations.xfce.org) commit a09dfe3290b66d0372ee3fbf00cceb62e841b9e5 Author: Auke Kok <sofar@foo-projects.org> Date: Sat Aug 15 22:00:11 2009 +0000 l10n: Updates to Dutch (Flemish) (nl) translation Transmitted-via: Transifex (translations.xfce.org) commit 79ac4cc0ce2dfb7ecaf75bef9adf910efeb627bc Author: Andhika Padmawan <andhika.padmawan@gmail.com> Date: Sat Aug 15 20:38:20 2009 +0000 l10n: Updates to Indonesian (id) translation Transmitted-via: Transifex (translations.xfce.org) commit ce82cb11bbe9da5ce0eeb683d59081c59a37f843 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Aug 14 00:46:31 2009 +0200 Generate the marshall header in lib/. Add the module.xml file. commit 6463df2dbb5c67fa9a39804ab414cd92f3d109b9 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Aug 12 20:22:41 2009 +0200 Fix opening of screenshots with an application. A test was incorrect, and escaping the screenshot path is safer in most cases. commit 9271cb32d3094754e82c2f39cfde5d0a4414e589 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Aug 12 18:50:17 2009 +0200 Add a scroll feature for the panel plugin. When scrolling the panel plugin button, the region to be screenshooted is changed. This is faster than opening the preferences dialog. commit 015b99d80d9f78fa1f21af707bc2bafdb02b7620 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Aug 12 16:05:28 2009 +0200 First implementation of a nice rubber banding. When the screen is composited, use a nicer area selection mecanism. Draw a fullscreen transparent window which is darker than the normal view. When the user draws a rectangle with the mouse, show the "normal" view in this rectangle: the area which will be grabbed is normal, the rest of the screen is darker. A "traditionnal" rubber banding ala Thunar or Xfdesktop could be nicer, this has to be investigated. commit f9ef49c19500975d94bac2a54def9204c0ecae7b Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 9 23:39:18 2009 +0200 Pressing F1 now opens the help page. commit 4f58c934bf567ab78756217a1451b207808346bb Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 9 23:19:59 2009 +0200 Set true as the default value for horodating. Mark the default screenshot title as translatable. Factorize the code to open the help page. commit a5aaeb9c5585b003c53554bd7db1d59e6c76be4e Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 9 12:58:20 2009 +0200 Make enter validate the ZimageZ dialog. commit fcaefd149ac69f575544fca26c57ab56dcd26ee6 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 9 12:54:25 2009 +0200 Use sd->title as a title in the ZimageZ information. commit 142fd437a7403aed38097a653743aea106bbe048 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Aug 8 23:29:34 2009 +0200 Add a default comment for the ZimageZ information. commit 6230d14f6d542149f4b066355a1a74fd88ed1da8 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Aug 8 23:04:25 2009 +0200 Split the function to get the date and the time. commit c5ad669c42f554b4f0d1b7fbd00817cb8627b605 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Aug 8 19:38:28 2009 +0200 Use the XDG pictures directory as the default save location. If it does not exist, use the home directory as a fallback. commit 28f2d4297e70799ff745f7796c3c7a3feeaf4194 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Aug 8 19:12:22 2009 +0200 Remove the horodate checkbox and title entry. Try to set some sane defaults: always append the date and the time to the file name, the default title being "Screenshot". The title and horodating options are still setable in the configuration file. Fix the date format and always save the preferences in the main app. commit d9a263f2301bd525a179fc95478c8e58696b0624 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Aug 7 20:35:46 2009 +0200 Move the horodate checkbox to improve the UI. commit 0e4e465cb968489bc032abf178a274b196a57a35 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Aug 7 20:01:15 2009 +0200 Rework the actions dialog to add horodating. Add two new options: the title of the capture is now customizable and is used to generate the name of the saved captures. It is now also possible to append the date and the time of capturing to the name of the saved file (TODO: check if "horodating" exists in English). Fix a leak in the panel plugin. commit de40fecd77cb06fc32a60497e24959bfd0b58c43 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Aug 5 18:53:55 2009 +0200 Improve the layout of the actions dialog. Use horizontal boxes instead of a table to place the combobox and the file chooser. This makes the dialog smaller and saves a lot of wasted space. commit d9a4f62ddb51fd7fa0d4fcc4992c507ebc8de6e7 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Aug 5 18:33:42 2009 +0200 Rename some widgets. commit 516c7c9a098e8ccf2f904721c59854d817576428 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Aug 3 19:53:57 2009 +0200 If the user does not specify a save location, fallback to home. commit 6e4a655b63002699138cd715ff41fc3636dd79b9 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Aug 3 17:07:31 2009 +0200 Fix a crash in the panel plugin and improve cli options handling. Don't exit the gtk main loop when running the panel plugin, or the panel plugin will be killed. Don't accept two region options or two action options. Warn the user that mouse, delay and action option are ignored when passed without a region option. At the moment, those error and warning messages are only displayed in logs or in a terminal. I don't think it's worth showing an error dialog for this. commit e1d446387ba42bae3d8f52056f90809177bd6724 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Aug 3 15:49:19 2009 +0200 Rainy day. Major interface rethinking. This new interface is based on a suggestion by Yves-Alexis Pérez. The former main dialog is split into two dialogs: one for selecting the region to be captured and the delay, while the second one displays a preview of the screenshot and lists the available actions. The main application shows the first dialog, then the second one. If one of the region cli options is given, the screenshot is taken accordingly and the second dialog is displayed. The panel plugin uses the first dialog as a configuration dialog. When you click the plugin, the screenshot is taken and the second dialog is shown. commit 98c6971ced389996a99335e1b926b56c1c1e5911 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Aug 3 11:57:13 2009 +0200 Reenable the old active window workaround. In some cases, the WM/X server does not update the active window quickly enough. When running the application and taking a screenshot of the active window this can create a corrupted screenshot. Adding a one second delay in that case fixes this issue. commit 38afa7b699e52bfc321f0edc6d5ae5420ca3a8c8 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Mon Aug 3 11:41:22 2009 +0200 Improve the creation of the save dialog's thumbnail. The thumbnail's width and height now have a maximum of 150 pixels, if they are less than 150 pixels, use the screenshot itself as a thumbnail. commit 8e59b71a19516f17d09dddb279b766df0b548746 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 2 19:05:34 2009 +0200 Always show the save dialog when we save a screenshot. commit 93e5c70eddeea7d19ac198790d5f8058da8ff3b3 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 2 18:55:14 2009 +0200 Remove the option to take several screenshots in a row. This option creates a lot of technical issues which are currently painful to fix. Moreover, I want to keep things simple in the future. commit 7ad0211b03b6623efef7e172fca018d61c713f99 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 2 09:00:30 2009 +0200 Remove the ugly sleep one second workaround. Now that the idle func no longer creates the dialog, it shouldn't be needed anymore. This needs some testing on a low computer. commit 61df0c326ae507884203086c6662399087c1b7f9 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 2 08:53:58 2009 +0200 Simplify (screenshooter_take_and_output_screenshot). Now, the main dialog of the application is created once in main.c and hidden/shown when necessary. The idle func is now only responsible for taking the screenshot and hidding/showing the dialog when needed. Add a dialog member to the ScreenshotData struct, set it correctly in the panel plugin and in the application. Fix some indentation in the panel plugin code. commit a6135b92b0ec2cd20817286b793bfad96b09fc89 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sun Aug 2 08:21:37 2009 +0200 Add the doc rules to the toplevel Makefile.am. Also remove all the Makefile.am in the documentation directory. commit 6246241983fd68ac19cb265a5ea1c63ba08999c6 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Sat Aug 1 13:22:37 2009 +0200 Add the icons' rules to the toplevel Makefile.am. Fix various regressions due to the switch to a non-recursive Makefile: make -j was broken (fixed by using LDADD) and the desktop file for the panel plugin was not installed because of some copy/paste errors. Still to be done: add the rules for the documentation to the toplevel Makefile.am. commit eefbf7c8734838c16b809ad4774ad720cfef0391 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Jul 31 18:31:03 2009 +0200 Use a non-recursive Makefile.am to build the sources. The non-recursive Makefile.am is used to build the convenience library, the main application and the panel plugin. This reduces the build time and it is no longer necessary to clean the whole project before build to test changes in the convenience library. Recursive makefiles are still used for the translations, the documentation and the icons. commit ccbfc4ac8f00e3f3e73bdbbe7708a723c740d554 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Aug 13 23:53:50 2009 +0200 Revert "Use a non-recursive Makefile.am to build the sources." This reverts commit f6a458b16c09c6b0d6e2e9730fc20b998a6d5f76. commit f6a458b16c09c6b0d6e2e9730fc20b998a6d5f76 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Thu Aug 13 23:50:47 2009 +0200 Use a non-recursive Makefile.am to build the sources. The non-recursive Makefile.am is used to build the convenience library, the main application and the panel plugin. This reduces the build time and it is no longer necessary to clean the whole project before build to test changes in the convenience library. Recursive makefiles are still used for the translations, the documentation and the icons. Conflicts: ChangeLog commit dccab28ced61f3d410f0d244ae6236d590641457 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Fri Jul 31 09:08:15 2009 +0200 Fix all warnings when running the autogen script. Remove the AC_AIX, AC_ISC_POSIX and AC_MINIX macros which seem useless and trigger a lot of warnings. Add the AC_USE_SYSTEM_EXTENSIONS macro to configure.ac.in. Do not use GNU make specific rules in {panel-plugin,src}/Makefile.am and remove some trailing spaces in lib/Makefile.am. commit 959dcbf7ab3948cd5753c2fa4c426c1caf7000f8 Author: Jérôme Guelfucci <jeromeg@xfce.org> Date: Wed Jul 29 18:23:25 2009 +0200 Use my Xfce adress everywhere. commit 261ff691bfa87f00b52bb05ad3a0aa284ed17d42 Author: Jérôme Guelfucci <jeromeg@pifpaf.(none)> Date: Wed Jul 29 17:58:17 2009 +0200 Minor indentation changes. commit 5ccb3a7c2a213512333629b50f2187a75a0018f4 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sat Aug 8 14:26:55 2009 +0000 Update documentation translations (Old svn revision: 7898) commit 08cbc66cba03f558efd536c054d1ec98c4bdd68c Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sat Aug 8 13:41:32 2009 +0000 update goodies translation (Old svn revision: 7896) commit 8de3325f02d6c71f509f26f741538c17d5cdbb06 Author: Piotr Sokól <piotr.sokol@10g.pl> Date: Sat Aug 1 08:36:05 2009 +0000 Polish translation update (Old svn revision: 7883) commit 72c4eff85485982e2fbbf8c73cc907cd54653507 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Jul 26 16:45:07 2009 +0000 ja translation update (Old svn revision: 7842) commit cdf89d1ac05a073547472f0acbe6f8318bd06433 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sat Jul 25 10:36:02 2009 +0000 2009-07-25 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. (Old svn revision: 7833) commit e488ae861e4cdff504a7cfd84660ca7cd324936c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jul 24 06:51:36 2009 +0000 Fix the indentation in the Russian translation. (Bug #5521) (Old svn revision: 7791) commit 8b1e49183cb99af7360c312ae9627ef598dea609 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jul 17 23:15:44 2009 +0000 Update CHANGELOG (Old svn revision: 7739) commit 214ddc6ad6fab8d24a49533acfaf814942aaac7d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jul 7 22:40:19 2009 +0000 Update the documentation and the changelog (Old svn revision: 7692) commit 901e3227fba75181001fd674a8886934ffc505a8 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jul 7 21:56:01 2009 +0000 Fix ZimageZ login with UTF-8 characters. g_strreverse should not be used with UTF-8 strings! Also fix the error checking for the logout method, which is by the way broken (upstream has been contacted for this). (Old svn revision: 7691) commit d3c681710ed03b23a4db99b1aa9dd55319be8e4b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jul 7 21:16:04 2009 +0000 Use libsoup instead of XMLRPC-C. Add libsoup as a dependency, remove the XMLRPC-C stuff. Factorize the xmlrpc calls in lib/screenshooter-zimagez.c and add some additional error checking. (Old svn revision: 7690) commit f0a9bef91a67ba3f4035b66585c2544e9cfa84b8 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Jul 6 22:26:54 2009 +0000 Use integers instead of strings to identify the information fields. (Old svn revision: 7686) commit 488d789ac7b8b75e0935f97ff8d34be2d723b673 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jul 5 21:52:25 2009 +0000 Fix build with full debugging. Factorise some code. The code now builds with the flags set by xfce4-dev-tools in trunk. Do not escape user and password in screenshooter-zimagez.c, it fails. Move some code to extra functions in this file. (Old svn revision: 7681) commit 7e1b8e618404326980bab39690e0d23be9220b94 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sun Jun 28 18:26:51 2009 +0000 update goodies translation (Old svn revision: 7639) commit 1f66f3eeec10b0d3de88f6450a11970b3a0fdaeb Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sun Jun 28 18:01:12 2009 +0000 Copy Spanish images from the English version (Old svn revision: 7638) commit 5a99118f795261fc4e96772fea8d9ccdb0cd5906 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sun Jun 28 17:59:00 2009 +0000 Add Spanish documentation (Old svn revision: 7637) commit 8692d6363d8e1591f43cd5f0ebdb039d5f88282e Author: Mike Massonnet <mmassonnet@xfce.org> Date: Thu Jun 18 21:33:43 2009 +0000 update goodies translations (Old svn revision: 7612) commit d761b25b9caf1fe5f9ba3dd02cbf016a6078110a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jun 16 15:08:39 2009 +0000 Post release version bump and update Italian translation. (Old svn revision: 7598) commit 1670d1e04b2aebc0a90b6c2e0b9bfe7acdc14dda Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jun 14 12:21:22 2009 +0000 Merge the AUTHORS and the CONTRIBUTORS files. Update the README. (Old svn revision: 7567) commit dc65a501ab206d453381f5eeabaa0a84eb352c02 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jun 14 12:14:44 2009 +0000 Optimize the size of the images of the documentation. (Old svn revision: 7566) commit 1b7b18ce656efa219349748bcb78f4f038c4843c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jun 14 12:06:55 2009 +0000 Get ready for the release. Update the manpage, the documentation version numbers. Clean the TODO file and the NEWS file. (Old svn revision: 7565) commit 6a67d4c34b6187a1655edc07fd762018bf3d3248 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jun 14 07:38:59 2009 +0000 Update Indonesian translation (Andhika Padmawan). New Vietnamese translation (Vincent Nguyen). (Old svn revision: 7564) commit 305d6c7c3807fea5823b0ecbf20e52853911b331 Author: Piarres Beobide <pi@beobide.net> Date: Sat Jun 13 22:02:12 2009 +0000 xfce4-screenshot Basque translation update (Old svn revision: 7560) commit 0155cea5389ed781ed4c67b9d7ea0aa19ce7b746 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sat Jun 13 16:36:58 2009 +0000 2009-06-13 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation reworked. (Old svn revision: 7556) commit 791eb1814947dfbf1a1373cd7c42b82feace4fa0 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 13 14:33:00 2009 +0000 Update Dutch translation (Vincent Turu). (Old svn revision: 7554) commit 781fb1c12b89018758967a093db244603af2ec2e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 13 06:35:52 2009 +0000 Update Portuguese and Danish translations. (Old svn revision: 7543) commit c48d3f24f2cd075c1aed1e48d204aa115f8956f3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 12 15:43:34 2009 +0000 Update Spanish translation (elega). (Old svn revision: 7538) commit 803e81dae11d29da2004e154b6a296cc9bc74dc7 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Jun 10 12:16:14 2009 +0000 Update Urdu translation (Muhammad Ali Makki). (Old svn revision: 7524) commit 390a9c46fa618fac4d57d86f40fa565faadb56dc Author: SZERVÁC Attila <sas@321.hu> Date: Wed Jun 10 06:51:54 2009 +0000 [intl:hu] screenshooter updated (Old svn revision: 7521) commit c84bf0b2035eea2def03c1b19c74384107252f82 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Tue Jun 9 20:43:09 2009 +0000 Drop svn:executable bit from po files (Old svn revision: 7518) commit 1375f2fb9dee534229ff2ca66e7f39acc8378240 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Jun 8 19:01:16 2009 +0000 Catalan translation update (Carles Munoz Gorriz). Simplified Chinese translation update (Hunt Xu). (Old svn revision: 7504) commit d5622bb391e10e8bd71099d05800acadbfb3986c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 6 20:52:11 2009 +0000 Russian translation update by Denis Koryavov. (Old svn revision: 7488) commit 39e833430a954b87d092eb255b3a4306e89ff756 Author: Michal Varady <miko.vaji@gmail.com> Date: Sat Jun 6 19:34:42 2009 +0000 Czech translation updated (Old svn revision: 7484) commit a42e659b48303aa2d16359ceeaa2444bda9a2c4a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 6 16:34:33 2009 +0000 Remove some translatable strings. Fixes distcheck. (Old svn revision: 7482) commit d8744782bf9737e3bcd6c2a4ca9044f2514cda8b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 6 16:28:24 2009 +0000 Add English screenshots for not updated documentation translations. This allows us to have English localised screenshots in the documentation instead of missing images. Hopefully, those translations and the screenshots will be updated before the release. (Old svn revision: 7481) commit 028a994d16fe47c2071eff5d838d97a9e5306648 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sat Jun 6 12:22:29 2009 +0000 Update Japanese translation (Old svn revision: 7469) commit b9222baf9242dc2faa8377ae9531e6553fadeb73 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 6 09:40:14 2009 +0000 Also wait one second, seems syncing is not enough. (Old svn revision: 7465) commit 5b691dc5be21039a38bd110e066acaedeabcba21 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 6 07:47:32 2009 +0000 Sync the display instead of waiting one additionnal second. (Old svn revision: 7463) commit a82191e71231a1b6fcad33df9334c9596ca31cd0 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 5 20:07:16 2009 +0000 Reimplement an old workaround to fix screenshots without delay. If the delay is NULL, and under some vague conditions, there is no active window detected. Waiting 1 second before doing anything is a lame hack which fixes this issue. (Old svn revision: 7462) commit 1132298e7c0e3e4c114d6d4388a617f9e93d0e4e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 5 13:52:35 2009 +0000 Try to fix bug #5424. Destroy the main dialog before doing anything else. Normally, this will prevent this dialog from remaining displayed on the screen and being captured instead of the active window. (Old svn revision: 7461) commit 9292547a8ae15e92382c04670cfd4283c08d58d5 Author: Per Kongstad <p_kongstad@op.pl> Date: Thu Jun 4 11:38:45 2009 +0000 * da.po: Danish translation update (Per Kongstad) (Old svn revision: 7456) commit 0dcddb23f86113bd9a26f0ccb0ad02a651c45a02 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Jun 3 12:30:05 2009 +0000 Add Turkish translation of the documentation. (Old svn revision: 7454) commit 6bb11e09f5e4feff87c063225e4b343d22eee73f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun May 31 12:13:31 2009 +0000 Update Turkish translation and fix some typos in strings. (Old svn revision: 7448) commit e3fcfd1215b98329963870901d96a2d9ac431fdb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun May 31 08:02:56 2009 +0000 Make some strings translatable, update the image of the documentation. (Old svn revision: 7447) commit e27b945eb87c8cfd52838782b83e90177f5c2f30 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 30 22:57:19 2009 +0000 Update the documentation. (Old svn revision: 7446) commit 73c546ef11b306ef523d5424c5787cbbbaf277a6 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri May 29 12:10:06 2009 +0000 Fix a crash in the panel plugin. Use sd->cli and sd->close correctly so that it does not exit the main loop when running the panel plugin which makes it crash. Simplify the code a bit and set the members of the structure correctly when initializing the application and the plugin. (Old svn revision: 7437) commit e185a82da3d3f987087e206b8d2b67c0e48ee63b Author: Mike Massonnet <mmassonnet@xfce.org> Date: Fri May 29 10:44:34 2009 +0000 update goodies translations (Old svn revision: 7436) commit 7ad9964e0afda37403c3a2f225ab96b3967d5c02 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu May 28 20:24:49 2009 +0000 Add a throbber to notify activity during the ZimageZ upload. Take KatzeThrobber from Midori and relicense it to GPL2. Thanks a lot to Christian Dywan. (Old svn revision: 7434) commit 4b97aba467a6c9985355ba65f534d59a3fc5ac17 Author: Michal Varady <miko.vaji@gmail.com> Date: Wed May 27 22:36:46 2009 +0000 Czech translation updated (Old svn revision: 7427) commit 3968ffcdfbc85d7f9fc69a229b00c5aef10b29c4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue May 26 15:11:13 2009 +0000 Add Danish translation for the documentation (Lars Christian Jensen). (Old svn revision: 7424) commit a388c06ff4c12da8e79b5543d9aa1ecf2520151e Author: SZERVÁC Attila <sas@321.hu> Date: Tue May 26 04:56:27 2009 +0000 [intl:hu] xfmpc added (Old svn revision: 7422) commit f3168802ddbc669696b085ef525fbf246b9bae7d Author: SZERVÁC Attila <sas@321.hu> Date: Tue May 26 03:13:08 2009 +0000 [intl:hu] goodies update1 (Old svn revision: 7421) commit f3e456b1e955f7ef6f6c1530f402057ec8ab796d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun May 24 15:16:27 2009 +0000 Fix a typo in a ZimageZ string, update the po files. Also update the French translation and fix a bunch of typos that got on the last update. (Old svn revision: 7417) commit f6190ffcd7d6dc45c8da57b2318fd229d0b8bfb7 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun May 24 14:42:31 2009 +0000 Make strings consistent, improve them a bit and tweak the indentation. (Old svn revision: 7416) commit a95f489fb5ff5b4cad9c69df4b2a977917759c42 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 22:35:06 2009 +0000 And the changelog... (Old svn revision: 7404) commit e2ba438eb8937390fd0ef72ce6fe2e6762e704df Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 22:34:24 2009 +0000 Escape all strings before sending them to the server. Uploading still does not work if the user, the password, the comment or the title contains a non alphanumerical caracter, but this should improve things a bit a XML expects escaped strings. Use our own error function in (cb_error). (Old svn revision: 7403) commit 6824014c2d2873933316cbcfcd80a6cc7406aca8 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 22:09:40 2009 +0000 Use a valid dialog flag for the GtkMessageDialog. (Old svn revision: 7402) commit bf28f8b745e9f266dd2c68c60e5d7bb875969be4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 22:06:30 2009 +0000 Fix the build of the ZimageZ stuff and improve the results dialog. The results dialog now uses GtkTextViews in GtkFrames instead of labels, alignments have also been added to enhance the look. (Old svn revision: 7401) commit ac96451727976054f1adbbbf919b62544dfd1a76 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 16:25:42 2009 +0000 * Only build the ZimageZ stuff if the dependencies are installed. Makes libcurl and xmlrpc-c optional. (Old svn revision: 7397) commit 7cb8a37e0fe7e49f6b8874c4db999a12ed4a6a4f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 12:54:03 2009 +0000 * configure.ac.in: check for libcurl, it is needed by the xmlrpc-c stuff. (Old svn revision: 7395) commit a6076392ac5fcd3424bd8fa0dc0cd4239a47b85f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 12:45:13 2009 +0000 * src/main.c: - save the last user when we are in CLI. - free the last user when exiting. (Old svn revision: 7394) commit cfa8a0031f47bf788cf0923fc4ddfaae89b2742b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 11:21:04 2009 +0000 * lib/screenshooter-zimage.c: check if one of the fields is empty, not only the last one... (Old svn revision: 7393) commit 5c4b63da77ad6bea614d11b92bd0f681855a23da Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 23 11:16:23 2009 +0000 * lib/screenshooter-zimage.c, try to fix the last user issue: - set the user as data of the job. - give the string and not a pointer to the string to the job. - only accept valid utf8 strings as users. - update the last user in (cb_image_uploaded). * TODO: update the todo list. (Old svn revision: 7392) commit b95781070467c985e1496650d133fa0ea5bbaec5 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu May 21 13:24:42 2009 +0000 Update the PO files and the French translation. (Old svn revision: 7388) commit c72245e950b135943d221a2e4af08ddefe91534e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu May 21 10:34:08 2009 +0000 * lib/sexy-url-label.{c,h}: mark some strings as translatable and include the libxfce4util header to have the "_" translation function. * po/POTFILES.in: add the new translatable files. (Old svn revision: 7384) commit 08cf214c89c21915ca1af79a8340476dfed4f799 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu May 21 10:21:48 2009 +0000 * lib/screenshooter-zimagez.c: - remove (open_zimagez_link) and use (open_url_hook) in all cases. - (cb_image_uploaded) improve the dialog by using SexyUrl labels instead of link buttons and by showing two usage examples, in HTML and in BB code. - (cb_image_uploaded) use constants for all strings. (Old svn revision: 7383) commit 7b488ad04406884f2e9eb77acd1bfbc2bbf68977 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon May 18 21:24:31 2009 +0000 * Improve the status dialog of the upload to ZimageZ. * Remember the last ZimageZ user name and put it in the user field when displaying the dialog for the first time. (Old svn revision: 7367) commit 79f20969988603ee024f64e4153e7755a6091e49 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon May 18 12:46:48 2009 +0000 * lib/screenshooter-dialogs.c: - (screenshooter_dialog_new) add a radio button for uploading in the actions. Indent some comments correctly. - (cb_zimagez_toggled) add a callback for the radio button. - remove some useless comments. (Old svn revision: 7362) commit 89d075862ef09c1cdfda4076fead690786424d93 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon May 18 12:03:14 2009 +0000 * lib/screenshooter-global.h: add a cli gboolean to the ScreenshotData structure. Combined with the close member of the structure, this allows to close the application or not depending on how the executable is called. * src/main.c, lib/screenshooter-actions.{c,h}: move the dialog stuff to (screenshooter_take_and_output_screenshot) which is from now on a GSourceFunc. It returns TRUE if we want to take another screenshot, else it quits the main loop and returns FALSE. It is called via g_idle_add in (main), which allows us to always have a main loop. The workaround consisting in sleep (1) before taking a screenshot seems useless now. * lib/screenshooter-zimagez.c: don't start and exit a main loop here, run the dialog instead of showing it. * panel-plugin/screenshooter-plugin.c: set the cli member of the structure to false when initializing the plugin. (Old svn revision: 7361) commit f9d29e8207b1b4d2f340a79b319928fe9b452163 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon May 18 08:12:33 2009 +0000 * lib/screenshooter-utils.c (screenshooter_error), lib/screenshooter-job.c (screenshooter_job_ask_info): do not initialize va_list to NULL, that's wrong and useless. Thanks to Enrico Tröger. (Old svn revision: 7360) commit aca1a435e45b146e2686eaa7772bb4d677787c6e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun May 17 16:22:32 2009 +0000 * lib/screenshooter-zimagez.c: - (zimagez_upload_job) remove a useless cancel check before the loop. - (cb_ask_for_information) do not disconnect handlers before cancelling the job, only before destroying it. (Old svn revision: 7358) commit 9515ffa68440af9be2d65f06e9e77223c1f6fd8a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun May 17 15:56:41 2009 +0000 * lib/screenshooter-utils.{c,h}: use a constant in (screenshooter_read_rc_file) and (screenshooter_write_rc_file). * src/main.c: - use a constant for the rc file. - don't save the preferences in the callback but in (main). (Old svn revision: 7356) commit 79f58112290b2a6168976c62f6372325f46e8fe4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 16 21:47:18 2009 +0000 * src/screenshooter-utils.{c,h}: add (screenshooter_error) which shows an error using a GtkMessageDialog. * lib/*, panel-plugin/screenshooter-plugin.c, src/main.c: - use (screenshooter_error) instead of (xfce_err). - remove some trailing white spaces. * lib/screenshooter-job.c (screenshooter_job_ask_info): add a missing return, when the job has been cancelled. * TODO: updated. (Old svn revision: 7352) commit 19b447e29b040f6d3797571f630e6571049b828e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri May 15 16:23:26 2009 +0000 * src/main.c: - add the glib and stdlib headers. - use RETURN_SUCCESS and RETURN_FAILURE instead of 0 and 1. * lib/exo-simple-job.{c,h}, lib/exo-job.{c,h}: take the job framework from Exo written by Jannis Pohlmann. Thank you Jannis! * lib/screenshooter-job.{c,h}, lib/screenshooter-simple-job.{c,h}: ScreenshooterJob is based on ExoJob, it provides to additional signals, ask and image-uploaded. * lib/screenshooter-marshal.list: add some marshallers for the new signals. * lib/screenshooter-zimagez.{c,h}: port the existing code to use a ScreenshooterJob. Thanks to Jannis for his great help! This fixes a bunch of problems that occured with the previous implementation. The dialogs still need to be polished. * lib/screenshooter-actions.c: use the new function. * lib/Makefile.am: - add some magic to generate the marshallers. - sort the source files by alphabetical order. * configure.ac.in: bump the GThreads required version to 2.16. (Old svn revision: 7340) commit 0f68d5b4fb1da33db0ab0d416a9e5848280942f6 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Mon May 11 16:30:40 2009 +0000 update translations (Old svn revision: 7327) commit 7df717ff8566bb5d2198fc58396d498c47a39c9c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue May 5 08:22:37 2009 +0000 * lib/screenshooter-zimagez.c: make the dialog unresizable and destroy it when we are done. Remove useless blank spaces. (Old svn revision: 7315) commit 96c5c055bab815cef0e005defbe9f58c72e8b7cf Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon May 4 14:54:59 2009 +0000 * lib/sexy-url-label.{c,h}: add the sexy_url_label taken from libsexy. * lib/screenshooter-zimagez.{c,h}: - add a link to ZimageZ so that users can create an account easily. - add tooltips for the different entries. - if one of the fiels is empty when the dialog is validated, show it again and ask the user to fill all the fields. - plug some leaks and fix a double free issue. (Old svn revision: 7312) commit d85e90240963f3239945f18e2146812dd8f0114c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon May 4 11:13:35 2009 +0000 * lib/screenshooter-zimagez.c: - (screenshooter_upload_to_zimagez): + use a GtkTable to improve the layout. + add a cancel button to the dialog. + display a warning if the password/user name was not correct when respawning the dialog. + make the labels left aligned and vertically centered to improve the look of the dialog. + tweak the layout by adding an alignment. - (screenshooter_display_zimagez_links) document this function. (Old svn revision: 7311) commit 84bfd019e158ba0f32a4780ad86e92f6481a4b3b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon May 4 09:05:16 2009 +0000 * lib/screenshooter-zimagez.c: loop until the user has entered the correct user/password couple. (Old svn revision: 7310) commit a1ec7eb9412c4f6900b085ead0c3e0223d67c566 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat May 2 14:06:55 2009 +0000 * lib/screenshooter-zimagez.{c,h}: - (warn_if_fault_occurred) should be static. - add some comments. - (screenshooter_upload_to_zimagez) now returns a gchar* containing the name of the uploaded image and NULL is the upload failed. - (screenshooter_display_zimagez_links) new function which shows a dialog to present the different links to the uploaded image. At the moment, plain GtkLinkButtons are used, this still needs to be improved. - (open_url_hook) hook to open the links using xdg-open. * lib/screenshooter-actions.c: - use constants where possible. - use (screenshooter_display_zimagez_links) to display the result of the upload. * lib/screenshooter-utils.{c,h}, lib/screenshooter-dialogs.{c,h}: use constants where possible.:wq (Old svn revision: 7308) commit d5df895a766896235d612be04a185b5fb6fc556a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri May 1 08:22:48 2009 +0000 2009-05-01 jeromeg This still needs a lot of polishment, but let's make things public. * src/Makefile.am, panel-plugin/Makefile.am: change the linking order. * lib/screenshooter-zimagez.c: - (warn_if_fault_occurred) to warn if an error occured during the XML transaction. - (screenshooter_upload_to_zimagez) to upload the screenshot. Still needs a lot of polish, but at least it works. * TODO: updated. 2009-04-19 jeromeg * src/main.c: - sort the CLI options by alphabetical order. - add an upload CLI option. - add some G_LIKELY and G_UNLIKELY macros. * lib/screenshooter-actions.c: - add some G_LIKELY and G_UNLIKELY macros. - call the upload function when the user requested it. * lib/screenshooter-utils.{c,h}: add a (rot13) function to encode the password before sending it. * lib/screenshooter-zimagez.{c,h}: two new files to support the upload of screenshots to ZimageZ.com, a free Web hosting solution. * lib/screenshooter-global.h: add the upload option. * lib/Makefile.am: add the two new files to the source. * configure.ac.in: check for xmlrpc-c, this is a bit uggly, but xmlrpc-c does not provide a .pc file... (Old svn revision: 7299) commit 903f343180c14299bbc56ecf37db6e506f09950c Author: Mike Massonnet <mmassonnet@xfce.org> Date: Mon Apr 20 13:47:42 2009 +0000 goodies translation update (galician only) (Old svn revision: 7249) commit 0c5cadca931ead5823fb9706935c1cbe36d0e0ce Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Apr 18 10:26:18 2009 +0000 * lib/screenshooter-utils.c: start to add G_LIKELY and G_UNLIKELY macros. * lib/screenshooter-dialogs.c: - more indentation improvements. - start to add G_LIKELY and G_UNLIKELY macros. * lib/screenshooter-capture.c: start to add G_LIKELY and G_UNLIKELY macros. * lib/screenshooter-capture.h: add the glib header. (Old svn revision: 7226) commit 513f8a28b774dfb0a644e40e36bbdd7ae56b7fe4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Apr 16 15:37:23 2009 +0000 * lib/screenshooter-actions.c: minor indentation change. * lib/screenshooter-utils.c: - minor indentation improvements. - (screenshooter_read_rc_file) only get the home uri once. * lib/screenshooter-capture.c: - minor indentation improvements. - correctly document (screenshooter_take_screenshot). (Old svn revision: 7218) commit 4b14f98ea44fe842f5cc50eb103cf2d4e9dd5acd Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Thu Apr 16 14:55:18 2009 +0000 Japanese translation update (Old svn revision: 7217) commit 6d790eac26b774f44356cef9d4e7784717ea79d8 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Apr 16 11:21:00 2009 +0000 * panel-plugin/screenshooter-plugin.c: - remove the wrong XFCE_PANEL_PLUGIN_REGISTER_INTERNAL macro call, the plugin is external. - add (set_panel_button_tooltip) to simplify the code, this function sets the tooltip according to the area to be captured. - use g_spawn_command_line_async to laucnh the help window. - improve the indentation in some places. * lib/screenshooter-utils.c: - improve the indentation in some places. - (screenshooter_open_screenshot): + declare the variables at the beginning of the code block. + use g_spawn_command_line_async to launch the applications. * lib/screenshooter-dialogs.c: improve the indentation. (Old svn revision: 7216) commit b21af9eda00a3a453e0146d9a46d8cb284038791 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Thu Apr 16 08:20:27 2009 +0000 goodies translation update (Old svn revision: 7213) commit e2408c98ab247dc7445821e7cb51de00c2cfe878 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Thu Apr 16 07:30:13 2009 +0000 Catalan translation update (Old svn revision: 7212) commit 48b0b8a1d653b7717ef5da1dab20d6ad3c42908b Author: Mike Massonnet <mmassonnet@xfce.org> Date: Mon Apr 13 17:27:37 2009 +0000 goodies translation update (Old svn revision: 7182) commit 2a4eceecdedab6d350f522269e168078607a55dd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Apr 13 11:40:26 2009 +0000 * src/main.c: - improve the indentation. - use g_spawn_command_line_async to launch the help. * lib/screenshooter-capture.c: fix a typo.:wq (Old svn revision: 7176) commit a36b88991d23d798879f55afaf7a55d053df115d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Apr 12 18:24:56 2009 +0000 * xfce4-screenshooter.1: add the 'mouse' CLI option to the manpage. * lib/screenshooter-dialogs.c: - improve the indentation in some places. - use gtk_radio_button_new_with_label_from_widget to create the radio buttons. - add some missing tooltips. * lib/screenshooter-utils.h: remove a useless include. * lib/screenshooter-capture.h: add the missing unistd.h include. (Old svn revision: 7171) commit 6d435ef1f8a3e092843e97b11fb3d01a8b82d0e6 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Apr 11 12:15:11 2009 +0000 Use tabs in the changelog to be able to use xdt-commit. (Old svn revision: 7163) commit a5847e91cd30019ba1972bb90165bfdeb86363eb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Apr 11 10:24:40 2009 +0000 2009-04-09 jeromeg Reorganise the code. * lib/screenshooter-global.h: put global structures and enumerations here. * lib/screenshooter-capture.{c,h}: move the code for capturing windows and rectangular areas here. * lib/*.{c,h}: modify the old files to use those new ones. * lib/Makefile.am: add the new files to the source files. * Update the NEWS file. 2009-04-09 jeromeg * lib/screenshooter-utils.c: try to fix bug #5204 where the cursor was not displayed at the correct location. 2009-03-30 jeromeg * CONTRIBUTORS: update the contributors list. * NEWS: update the news file. 2009-03-30 jeromeg * lib/screenshooter-dialogs.c (cb_progress_upload): - show the number of transferred Kb and the number of total Kb instead of displaying the number of remaining bytes. 2009-03-27 jeromeg * lib/screenshooter-dialogs.c: - remove some unused variables. - reduce the spacing between the two top columns. - Remove the ":" in the "After capturing:" label. - correctly set the spacing of the 'After capturing' section. 2009-03-26 jeromeg New improved interface. * lib/screenshooter-utils.{c,h}: add a close item to the ScreenshotData structure. Allows the user to choose between closing the application and taking another screenshot. * src/main.c (cb_dialog_response): implement the close stuff. * lib/screenshooter-dialogs.c: Rewrite most of the interface. - use tables to align the widgets. - use a two column layout. - add an option to close/ don't close the application after taking a screenshot. 2009-03-20 jeromeg * lib/screenshooter-dialogs.c (save_screenshot_to_remote_location): - simplify the function. - add a label saying what is happening and saying where the screenshot is being uploaded. 2009-03-20 jeromeg * lib/screenshooter-dialogs.c: add a lot of missing prototypes. 2009-03-20 jeromeg * lib/screenshooter-dialogs.c: (screenshooter_dialog_new) only set the show mouse checkbox as sensitive if "select a region" is not checked. 2009-03-19 jeromeg * lib/screenshooter-utils.c: - (get_rectangle_screenshot) use a dotted rectangle, with a 2px wide border. - (screenshooter_open_screenshot) simplify the function. - (screenshooter_get_home_uri) use g_getenv and g_get_homedir. 2009-03-15 jeromeg * Add the Italian documentation. 2009-03-14 jeromeg Fix most of the issues introduced by the previous commit. Gthread-2.0 >= 2.6.0 is now required. * configure.ac.in, src/main.c, src/Makefile.am, panel-plugin/screenshooter-plugin.c, panel-plugin/Makefile.am: add a dependence on gthread and initialize the threads at startup. * TODO: updated. * lib/screenshooter-actions.c: use the URI of the temporary directory and not its path, fixes the open with mode. * lib/screenshooter-dialogs.c: - (cb_progress_upload) add the remaining number of bytes to the progress bar. - (cb_finished_upload) add some debugging information. - (save_screenshot_to_local_path) return the save location. - (save_screenshot_to_remote_location): + tweak the layout of the progress dialog. + run the dialog AFTER starting the copy so that it does not block everything. + delete the temp file after the transfer. - (save_screenshot_to) return the save location when saving to a local destination. - (screenshooter_save_screenshot): + destroy the dialog as early as possible so that it does not block the main loop. + fix the open with mode here too. * autogen.sh: use git svn instead of git svn. 2009-03-12 jeromeg Port the saving of screenshots to GIO. Some things still need to be polished. Some things might be broken, like opening a screenshot with an application. * lib/screenshooter-utils.{c,h}: - (screenshooter_get_home_uri) simplify the function. - (screenshooter_is_remote_uri) new function to detect remote uris. * lib/screenshooter-dialogs.c: - (cb_progress_upload) new function to set the progress bar of the transfer dialog. - (cb_finished_upload) new function to report errors that could have occurred during the transfer and to close the transfer dialog when we are done. - (cb_transfer_dialog_response) new function to allow a transfer to be cancelled. - (save_screenshot_to_local_path) new function to save a screenshot to a local path. - (save_screenshot_to_remote_location) new function to save a screenshot to a remote place. It saves the screenshot to the temporary directory and copies it to the remote location. A dialog shows the progress of the transfer and offers to cancel it. - (save_screenshot_to) new function to choose between one of the two above save functions. - (screenshooter_save_screenshot) rework the function to use the functions listed above. 2009-03-09 jeromeg Start porting the application to GIO. From now on, sd->screenshot_dir is an URI to the save directory. * src/main.c (main): - don't do anything before gtk is initialized. - use a GFile for the default save directory. - fallback to the home URI if the directory stored in preferences does not exist anymore. - use GIO for the command line argument. - use xfce_err to show an error instead of g_error. * lib/screenshooter-actions.c: fallback to the home URI. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) fallback to the home URI. - (screenshooter_get_home_uri) new function to get the URI of the home folder. * lib/screenshooter-utils.h: add he prototype of the new function. * lib/screenshooter-dialogs.c: - (screenshooter_dialog_new) use uris in the gtk file chooser. - (screenshooter_save_screenshot) use uris in the gtk file chooser. - (cb_default_folder) get the uri instead of the file name. - (generate_filename_for_uri) use GFiles instead of plain paths. 2009-03-08 jeromeg Patch from Mike Massonnet. * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - use "Ok" and "Cancel" buttons to make the layout cleaner. - do not display a separator to be consistent with other goodies. - improve the label of the mouse check box. - add a subtitile for the dialog. - the dialog does not need to be resizable, widgets are not resized dynamically. - tweak the spacing of the delay spin button box. 2009-03-08 jeromeg Now, when taking a region screenshot, the Escape key cancels everything. * lib/screenshooter-actions.c: don't do anything if the screenshot is NULL. * lib/screenshooter-utils.c: - include the keysim header. - (get_rectangle_screenshot): + grab the keyboard. + cancel the screenshot if escape is pressed. + return NULL if the screenshot was cancelled. 2009-03-08 jeromeg * lib/screenshooter-dialogs.c (screenshooter_dialog_new): add some padding for the new check box to separate it from the radio button group. 2009-03-08 jeromeg * lib/screenshooter-dialogs.c: - (screenshooter_dialog_new) Add a check box to show/hide the mouse pointer on screenshots. - (cb_show_mouse_toggled) Add the callback for this new check box. 2009-03-08 jeromeg * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - try to make the UI a bit more intuitive by putting the directory chooser on the same line as the radio button and by saying in the save checkbox that it is possible to have no save dialog displayed. - Rename the "Take the screenshot" button to "Take" to decrease the width of the dialog. 2009-03-07 jeromeg * lib/screenshooter-dialogs.c: (screenshooter_dialog_new) make the dialog more compact by removing the "Applications" label and putting the combobox on the same line as the radio button. 2009-03-07 jeromeg * src/main.c: add a CLI option not to capture the mouse pointer. 2009-03-05 jeromeg * Fix a build problem caused by the bumping of the dependencies. * lib/screenshooter-utils.c: - (get_window_screenshot) add an argument to make the mouse capture optional. - (screenshooter_take_screenshot) ditto - read and save show_mouse in the configuration file. - update the prototypes. * lib/screenshooter-utils.h: - add a show_mouse item to the ScreenshotData structure. - update a prototype. * lib/screenshooter-actions.c: use the new functions arguments. 2009-02-26 jeromeg * Bump gtk required to 2.12. * Bump glib required version to 2.16. * Remove all previous ifdef. === 1.5.1 === 2009-02-25 jeromeg * Last minute bug fixes: - plug a remaining leak. - clean up the actions file. - fix the hide option. 2009-02-25 jeromeg * Bump the version number. * Update NEWS. * Update TODO. 2009-02-25 jeromeg * lib/screenshooter-utils.c: - (get_window_screenshot) also grab the mouse pointer. - add some additional debugging information. 2009-02-22 jeromeg * lib/screenshooter-dialogs.c: (set_default_item) do not look up for a default item if the tree is empty. 2009-02-22 jeromeg * lib/screenshooter-utils.c: add some additionnal debugging information. 2009-02-22 jeromeg * panel-plugin/: add some debugging information for the plugin. 2009-02-15 jeromeg * docs/, po-docs/, po/: add Japanese documentation and update the Japanese translation. (Hashimoto Masato) 2009-02-15 jeromeg * lib/screenshooter-actions.c: correctly set the active folder in the file chooser, this is useful when using the -s cli option. Patch by Enrico Tröger. 2009-02-08 jeromeg * configure.ac.in: add maintainer information about xml2po and xsltproc. 2009-02-08 jeromeg * docs/, po-doc, configure.ac.in: add French documentation. 2009-02-07 jeromeg * docs, po-doc: implement a docbook based help file which is now translatable through po files. Some bits are still missing. * src/xfce4-screenshooter.desktop.in.in: don't use a verb in the title. 2009-02-03 jeromeg * NEWS: updated. 2009-02-03 jeromeg * src/main.c: try to fix build without GIO. 2009-02-01 jeromeg * src/main.c: - don't display the window again after taking a screenshot, this can be annoying and/or surprising. - remove a lot of unneeded white spaces. 2009-01-22 jeromeg * src/main.c: fix a bug which dispalyed the header of the po files when using --help on OpenBSD. * po/: update po files, no string changes though. 2009-01-18 jeromeg * configure.ac.in: post release bump, add svn tag. === 1.5.0 === 2009-01-18 jeromeg * configure.ac.in: fix a typo in the version number. 2009-01-18 jeromeg * NEWS: set version. * configure.ac.in: get ready for a new release. * xfce4-screenshooter.1: bump version. 2009-01-13 jeromeg * panel-plugin/screenshooter-plugin.c: - (screenshooter_plugin_read_rc_file) plug a leak. - (screenshooter_plugin_write_rc_file) plug a leak. * NEWS: updated. 2009-01-13 jeromeg * Update NEWS and TODO. 2009-01-13 jeromeg Thanks to Jannis and Stephan for the C lesson! * lib/screenshooter-dialogs.c: (generate_filename_for_uri) rewritten to avoid a memory leak on each step of the loop. * lib/screenshooter-actions.c: remove two memory leaks. 2009-01-09 * src/xfce4-screenshooter.desktop.in.in, panel-plugin/screenshooter.desktop.in.in: Fix a typo in the comment, thanks to Per Kongstad (p_kongstad@op.pl). 2009-01-08 * Set svn:ignore properties correctly. 2009-01-08 * configure.ac.in: improve the autotools stuff and print the debug level when printing the configuration. 2009-01-05 * Don't use -Werror. 2009-01-05 * NEWS: updated. * TODO: updated. 2009-01-05 * doc/id: add Indonesian documentation by Andhika Padmawan. * doc/fr, doc/C: fix the markup of a title in xfce4-screenshooter.html * configure.ac.in: - add id doc. - set version number for next release. 2009-01-02 * Improve the compiler flags set. * configure.ac.in: - use @LINGUAS@ instead of copying things from po/LINGUAS manually. - set debugging as full for svn snapshots. * panel-plugin/screenshooter-plugin.c: directly use button instead of pd->button. 2009-01-02 * Post release bump. * Fix two compiler warnings. === 1.4.90 === 2009-01-02 * Get ready for 1.4.90: - set version name - update changelog - bump xfce4-panel dependecy to 4.4 - update README with the new website - update copyrights for new year - remove -Werror warning 2008-12-29 jeromeg * Rename the application to xfce4 screenshooter in all places. 2008-12-29 jeromeg * README: updated. 2008-12-29 jeromeg * Fix bug 4748: - remove (cb_current_folder_changed). - don't connect the signal in (screenshooter_save_screenshot). * NEWS: updated. 2008-12-28 jeromeg * Fix a bunch of compilation warnings. 2008-12-28 jeromeg * lib/screenshooter-dialogs.c (screenshooter_dialog_new): improve a tooltip. 2008-12-28 jeromeg * Rename "mode" into "region" and "RECTANGLE" into "SELECT". 2008-12-28 jeromeg * NEWS: updated. 2008-12-28 jeromeg * src/main.c: - only read the preferences file once when using the application. - check if the directory name stored in the preferences still exists before trying to use it. * lib/screenshooter-actions.c: set home as the default folder for the file chooser, only use sd->screenshot_dir when we don't show the save dialog. This should be more transparent for the user. 2008-12-20 jeromeg * NEWS: updated. * doc/C: improve some details. 2008-12-20 jeromeg * doc/{C,fr}/xfce4-screenshooter.html: update and improve the doc. 2008-12-20 jeromeg * xfce4-screenshooter.1: update the manpage. * doc/C/xfce4-screenshooter.html: add the new CLI options to the documentation. 2008-12-20 jeromeg * src/main.c: - add a CLI option to open the screenshot with an application. - add a CLI option to take the screenshot of a region. - set a warning string as translatable. - update the description of the CLI options. - use screenshooter_take_and_output_screenshot 2008-12-20 jeromeg * src/main.c (cb_dialog_response): only sleep one second if mode is not rectangular selection. 2008-12-20 jeromeg * doc/C/images: update the screenshot. * doc/C/xfce4-screenshooter.html: - update with the new options - apply a patch by David Mohr to improve some parts. 2008-12-16 jeromeg * Forgot to update the tooltip for the panel button... 2008-12-16 jeromeg * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - improve the tooltip for the "Select a region" - split strings so that they are not too long, makes the code easier to read. * po/: update-po. 2008-12-15 jeromeg * lib/screenshooter-dialogs.c: - (cb_fullscreen_screen_toggled) remove some obsolete code. - (screenshooter_dialog_new) mark "Application:" as translatable. 2008-12-14 jeromeg * CONTRIBUTORS: updated. * TODO: add some items. 2008-12-14 jeromeg * lib/screenshooter-utils.c: (get_window_screenshot) don't crash when we are in active window mode and NULL is returned as the active window. The root window should not be unrefed ! 2008-12-13 jeromeg * lib/screenshooter-dialogs.c: change a few strings. * Update the desktop files. * po/: update po. 2008-12-13 jeromeg * lib/screenshooter-utils.{c,h}: add RECTANGLE mode, based on David Collins patch. * lib/screenshooter-dialogs.c: update the dialog for the new mode, patch by David Collins. * panel-plugin/screenshooter-plugin.c: update the tooltips for the new mode. * NEWS: updated. 2008-12-12 jeromeg * lib/screenshooter-dialogs.c: change a string and add a subtitle for the preferences dialog of the plugin. * panel-plugin/screenshooter.desktop.in.in: change the name of the desktop file. 2008-12-07 jeromeg * doc/: improve the English and the French documentation. 2008-12-07 jeromeg * doc/C/: first try for the english doc completed. 2008-12-06 jeromeg * doc/C/: Start english documentation 2008-12-06 jeromeg * lib/screenshooter-dialogs.c: add help button to the dialog. * src/main.c: rework the managing of the dialog response and a support for the help button. * panel-plugin/screenshooter-plugin.c: add support for help button. 2008-12-06 jeromeg * doc/fr/: update the french translation. 2008-12-06 jeromeg * lib/screenshooter-dialogs.c: improve a few strings. 2008-12-05 jeromeg * doc/fr/xfce4-screenshooter.html: add the CLI options and the panel plugin stuff. 2008-12-05 jeromeg * Add the autotools stuff to install the documentation. 2008-12-05 jeromeg * po/fr.po: update French translation. * doc/: initial draft of documentation. 2008-12-04 jeromeg * lib/screenshooter-utils.c: - remove all X code, in particular find_toplevel_window. Instead, use a combination of gdk_window_get_toplevel and gdk_window_get_frame_extents. This should fix some remaining crashes with "BadWindow" error. - detect the area to screenshot after the delay, rather than before. * src/main.c: add a comment. * configure.ac.in: remove x11proto-core build dependency. * NEWS: updated. 2008-12-03 jeromeg * lib/screenshooter-dialogs.c: ifdef the tooltips stuff, because it's only available with gtk 2.12. 2008-12-01 jeromeg * lib/screenshooter-dialogs.c: - indent the code correctly. - add some more detailed comments. - show an error dialog when saving the screenshot failed. * NEWS: updated. 2008-12-01 jeromeg * lib/screenshooter-dialogs.c: use a custom button instead of the stock ok button to be more precise on the action of this button. 2008-12-01 jeromeg * src/main.c: fix the saving of preferences when no screenshot has been taken, the code to determine the save location remained in an incorrect place. 2008-12-01 jeromeg * src/main.c: check for GTK_RESPONSE_OK instead of something != GTK_RESPONSE_CANCEL. * lib/screenshooter-dialogs.c: - (set_default_item) set first item as active if no item was found, change the prototype. - (screenshooter_dialog_new) use the new set_default_item, don't set the first item as active without updating sd->app. Fixes the opening of screenshots with the first item of the combobox. 2008-12-01 jeromeg * src/main.c: Show the dialog again after taking a screenshot, the application is exited when the user presses the Cancel Button. 2008-11-30 jeromeg * Make a few strings consistent. 2008-11-30 jeromeg * Update NEWS file. * xfce4-screenshooter.1: remove preferences CLI option. 2008-11-30 jeromeg * src/main.c: - remove preferences CLI option , the application can set the default save folder now. - fix the rc file mess. Use xfce_resource_lookup and xfce_resource_save_location so that folders get created if they don't exist. Thanks to Nick Schermer for helping. * lib/screenshooter-utils.{c,h}: - remove the dir_only option in (screenshooter_read_rc_file). * lib/screenshooter-dialogs.{c,h}: - remove (screenshooter_preferences_dialog). *lib/screenshooter-actions.c: - don't hardcode "/tmp", use g_get_tmp_dir () instead. * panel-plugin/screenshooter-plugin.c: - use new syntax for screenshooter_read_rc_file. 2008-11-28 jeromeg * lib/screenshooter-dialogs.c: - (cb_show_save_dialog_toggled) set show_save_dialog correctly. - (screenshooter_dialog_new) initiate the checkbox correctly. 2008-11-28 jeromeg * Fix the ChangeLog encoding. * lib/screenshooter-dialogs.c: - remove a prototype that was not used. - (screenshooter_dialog_new): + add some tooltips. + also show the save box for the application. + fix the default state of some widgets as suggested by David Collins. 2008-11-25 jeromeg * lib/screenshooter-dialogs.c: - merge the save checkbox and the default save location filechooser to a single line. - remove some unused variables. * panel-plugin/screenshooter-plugin.c: update the tooltips. 2008-11-25 jeromeg * lib/screenshooter-dialogs.c: - improve the dialog. - improve some strings. 2008-11-25 jeromeg * lib/screenshooter-dialogs.c: - set icon size to 16 for the combobox. - add (cb_save_toggled_sensi) to set to items insensitive when not toggled. Add callback using this function. - improve indentation. - improve the paddings of the layout a little bit. - put the default save location before the checkbox. - select the first item of the combobox when creating it. 2008-11-24 jeromeg * CONTRIBUTORS: - create a contributors list. - add David Collins. 2008-11-24 jeromeg * lib/screenshooter-utils.c: - re-add "none" application, fixes the segfault in the plugin dialog. * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - add a "Application:" label. - Improve the layout. - the "Default save location" label should not be bold. 2008-11-23 jeromeg * lib/screenshooter-actions.c: fix Open with mode. * lib/screenshooter-dialogs.c: - Start to rewrite the dialog code on the basis of a patch by David Collins. - Remove frames. - Add alignments. - Add copy to clipboard function. - The layout still needs to be tweaked. - The dialog for the plugin crashes at the moment, I'll fix this later. 2008-11-22 jeromeg * lib/screenshooter-utils.{c,h}: - fix includes - cleanup prototypes - (screenshooter_copy_to_clipboard) Partially apply a patch by David Collins to add copying to clipboard possibility. - add post screenshot actions in the ScreenshotData struct, in (screenshooter_read_rc_file) and in (screenshooter_write_rc_file) (Patch by David Collins). - remove all references to "none" application. * lib/screenshooter-dialogs.{c,h}: - remove all references to none application. - remove (cb_combo_active_item_set_sensitive). - remove "none" item from (add_item). * lib/screenshooter-actions.{c,h}: - added to manage post screenshot actions. * lib/Mafile.am: add new source files. * lib/libscreenshooter.h: include screenshooter-actions.h. * src/main.c, panel-plugin/screenshooter-plugin.c: - use (screenshooter_take_and_output_screenshot). 2008-11-16 jeromeg * lib/screenshooter-utils.c, lib/screenshooter-dialogs.c - update some code comments. - move (screenshooter_save_screenshot) to the dialogs file. - move (generate_filename_for_uri) and the callbacks to the dialogs file. 2008-11-16 jeromeg * lib/screenshooter-utils.c: - fix indentation in some places. - Update the code comments. - (get_active_window) move the active window detection here. - (get_window_screenshot) move the screenshot grabbing of windows here. - (screenshooter_take_screenshot) use the two functions above. 2008-11-15 jeromeg * lib/screenshooter-utils.c: - (screenshooter_take_screenshot) Use gnome-screenshot technic, grab the screenshot on the root window, to also take things such as menus. 2008-11-15 jeromeg * po/: update-po. 2008-11-15 jeromeg * Review strings in desktop files and source files. * Add -Werror again. * src/main.c: Use "V" for version, instead of "v". * configure.ac.in: set version to 1.4.0.1. 2008-11-15 jeromeg * Post release bump. === Version 1.4.0 === 2008-11-15 jeromeg * Get ready for 1.4.0 release. 2008-11-15 jeromeg * configure.ac.in: bump version. * src/Makefile.am, lib/Makefile.am, panel-plugin/Makefile.am: - Remove -Werror. * lib/screenshooter-dialogs.c: - (screenshooter_dialog_new) fix build with --disable-maintainer-mode. === 1.3.9.3 === 2008-11-14 jeromeg * Prepare another release candidate... 2008-11-14 jeromeg * lib/screenshooter-utils.c: fix build on some configurations. 2008-11-13 jeromeg * Post release bump === 1.3.9.2 === 2008-11-13 jeromeg * src/main.c: - (main) destroy the widget instead of hiding it. - (main) set the dialog window type hint. 2008-11-12 jeromeg * lib/screenshooter-dialogs.c - (cb_combo_active_item_set_sensitive) add to make save_button insensitive when an application is selected. - (screenshooter_dialog_new) add a callback to the function above, set the sensitiveness when creating the checkbox. 2008-11-12 jeromeg * lib/screenshooter-utils.c: - (screenshooter_take_screenshot) rework the window grabbing to try to fix bug 4601. * src/main.c (main) try to fix 4601: - hide the dialog instead of destroying it. - sync the display before taking the screenshot. - ugly, wait 1 second before taking the screenshot. 2008-11-09 jeromeg * Post release bump. * NEWS: add a missing item. === 1.3.9.1 === 2008-11-09 jeromeg * configure.ac.in : get ready for 1.3.9.1. * xfce4-screenshooter.1: bump version number. 2008-11-05 jeromeg * lib/screenshooter-dialogs.c (add_item): - Move the detection of the icon theme out of the if-else. - Fallback to the "exec" icon if no icon was found for an application. 2008-11-05 jeromeg * src/main.c, panel-plugin/screenshooter-plugin.c: - If no application is selected to open the screenshots, show the save dialog as usual. If an application is selected, save the screenshot in /tmp without showing the save dialog, and open it with the application. The user will then be able to do what he wants to do with the picture, and to save it where he wants using the application. - don't leak screenshot_path when GIO is not present on the system. * NEWS: updated 2008-11-05 jeromeg * Add svn tag. * Fix the version mess. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) apply a patch by Enrico Troger to fix a crash. * lib/screenshooter-dialogs.c: - plug a leak in (cb_default_folder) and in (cb_combo_active_item_changed). === 1.3.9.0 === 2008-11-04 jeromeg * Fix make distcheck. * Update-po. * Get ready for a beta release. 2008-11-04 jeromeg * Make sure that all the open with stuff is ifdef'ed. 2008-11-04 jeromeg * Add missing comments in the code and improve indentation in some places. 2008-11-03 jeromeg * configure.ac.in: Display build options. * lib/screenshooter-dialog.c: - (cb_combo_active_item_changed) Fix prototype and do not free sd->app as it makes the plugin segfault. * lib/screenshooter-utils.c: - (screenshooter_open_screenshot) Display the error with xfce_err if any. * src/main.c: free sd->app when exiting. * panel-plugin/screenshooter-plugin.c: - (free_data) free sd->app when exiting. - (cb_button_clicked) implement open with stuff. * TODO: updated. 2008-11-03 jeromeg * TODO: updated. * lib/screenshooter-utils.h: add define for default application. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) read the default application. - (screenshooter_write_rc_file) write the default application. - (screenshooter_open_screenshot) only open if app != "none". * lib/screenshooter-dialogs.c: - add a define for icon size. - (set_default_item) added to select the correct item of the combobox when displaying the interface. - (add_item) use the icon size define. - (populate_liststore) add the "none" item on the top of the liststore. - (screenshooter_dialog_new) add a call to set_default_item. 2008-11-02 jeromeg * lib/screenshooter-dialogs.c: - (cb_combo_active_item_changed) free sd->app before setting the new value. - (add_item) free path, unref file and icon, correctly free names. 2008-11-01 jeromeg * lib/screenshooter-dialogs.c, Implement the Open with stuff: - add (cb_combo_active_item_changed), (add_item) and (populate_liststore) to manage the combobox stuff. - (screenshooter_dialog_new): add the combobox and set signals. * Only build the open with stuff if gio is available. 2008-10-28 jeromeg * lib/screenshooter-utils.{c,h}: - modify (screenshooter_save_screenshot) so that it returns the save location. - start implementing (screenshooter_open_screenshot) to open screenshots with a given application. * src/main.c: - if an application has been chosen, open the screenshot after taking it. 2008-10-28 jeromeg * lib/screenshooter-utils.{c,h}: add the "screenshooter_" prefix before (take_screenshot) and (save_screenshot). * src/main.c: use the new function names in (main). * panel-plugin/screenshooter-plugin.c: - use new function names. - add a missing prototype. - clean the indentation of prototypes. - add a "cb_" before all callback functions names. - use a "screenshooter_plugin_" prefix for other functions. 2008-10-28 jeromeg * src/xfce4-screenshooter.desktop.in.in: change the item name. * po/: - update-po. - update French translation. 2008-10-22 jeromeg * Reorganisation of the code structure: - move the generic code to /lib - move the panel stuff to /panel-plugin/ - keep the main application in /src * /lib/screenshooter-utils.{c,h} : - move the preferences file stuff here. * /src/main.c: save the button's state and load it on startup. 2008-10-18 jeromeg * src/Makefile.am: install desktop file for the main application. * src/xfce4-screenshooter.desktop.in.in: desktop file for main application. 2008-10-15 jeromeg * src/main.c: destroy the dialog before taking the screenshot of the active window, we don't want to get a screenshot of the dialog... * src/screenshooter-dialogs.c: don't show the save options and the default folder chooser for the main application. * src/screenshooter-utils.c: don't leak GdkWindows when falling back to fullscreen. 2008-10-12 jeromeg * src/screenshooter-dialogs.{c,h} - (screenshooter_dialog_new) Add an argument to create the preferences dialog for the plugin. - add prototypes for internal functions. * src/screenshooter-plugin.c: - (screenshot_properties_dialog) Use the code from screenshooter-dialogs.c. - remove all the obsolete callbacks. * src/main.c: - (main) Use new arguments for screenshooter_dialog_new. - (main) Don't declare variables in the middle of a block. * src/screenshooter-utils.{c,h}: fix various indentation incoherences. * src/Makefile.am: - Add screenshooter-dialogs.{c,h} to the plugin source. 2008-10-12 jeromeg * src/screenshooter-dialogs.{c,h}: - new file to handle the different dialogs. * src/main.c: - include screenshooter-dialogs.h - (main) move the dialog for the preferred directory to screenshooter-dialogs.c - (main) if no CLI option is given, show a dialog to set options and take a screenshot. * src/screenshooter-plugin.c: fix indentation of a function. * configure.ac.in: - hardcode the dependence on libxfcegui4. - add japanese to the list of translations. * src/Makefile.am: add libxfcegui4 flags. * NEWS: updated. 2008-10-05 jeromeg * NEWS: updated. * src/main.c: add a fullscreen CLI option, the goal is to provide an interface to take a screenshot with chosen option when calling the executable without any cli options. * xfce4-screenshooter.1: add new CLI option. 2008-10-05 jeromeg * NEWS: updated and fixed identation. * configure.ac.in: added the new translations. 2008-10-05 jeromeg * Plug some leaks detected by Gauvain Pocentek: - src/main.c: in (main), free sd->screenshot_dir before setting the new value from command line. - src/screenshooter-utils.c: in (save_screenshot), free filename before getting the user set filename. 2008-10-04 jeromeg * Partially refactor the code: - screenshooter-utils.{c,h}: - simplify some variable names. - use an enum for screenshot modes. - (take_screenshot) and (save_screenshot) do not depend anymore on the backend. - main.c: - updated to use the new functions and structs' variables. - move some code from (main) to (screenshooter_preferences_dialog). - screenshooter-plugin.c: - updated to use the new functions and structs' variables. - use cb_ callbacks names rather than funky ones. 2008-10-02 jeromeg * src/screenshooter-utils.c: in (take_screenshot), don't crash when taking a screenshot of of the desktop when xfdesktop does not display desktop icons, null pointer... * NEWS: updated. 2008-09-20 jeromeg * src/main.c: - (main) plug some leaks with the dir and screenshot_dir. - (main) don't use screenshot_dir to store the dirname, it should be done with sd->screenshot_dir. * NEWS: updated. 2008-09-19 jeromeg * icons/*: add some default icons for the applet taken from the Rodent icon theme. * configure.ac.in: updated to generate makefiles for icons. * AUTHORS: add credit to the Rodent icon theme, not sure it's the right place to do so, but it's better than nothing. * NEWS: updated. 2008-09-14 jeromeg * src/{main.c, screenshooter-utils.c}: Use applets-screenshooter icon for preferences dialog and save dialog. * NEWS : updated. 2008-08-23 jeromeg * configure.ac.in: post release bump. 2008-08-23 jeromeg === 1.3.2 === * src/screenshooter-utils.c: - (cb_current_folder_changed): new function to update the filename. - (save_screenshot): updated to use cb_current_folder_changed. * NEWS: updated. * configure.ac.in: get ready for new release. 2008-08-19 jeromeg * src/*: use a #define to set the default save directory. 2008-08-19 jeromeg * src/*: - comment all code - clean identation - plug some leaks of GdkPixbuf. * NEWS: updated. 2008-08-16 jeromeg * xfce4-screenshooter.1: bump version for future release. * configure.ac.in: ditto. * src/Makefile.am: build with -Werror * NEWS: updated. 2008-08-16 jeromeg * src/screenshooter-utils.c: - do not g_free screenshot_dir when reading conf file, as we need it after. - improve identation. 2008-08-16 jeromeg * src/screenshooter-utils.c: - ported to use mostly gdk functions. - BUGFIX: when the active window is the desktop, instead of returning a corrupted snapshot of the background image, return the whole desktop view. - drop get_window_property and screenshot_find_active_window which are now useless. - improve indentation of code. * src/screenshooter-utils.h: - remove some useless #includes. * configure.ac.in: add svn tag that I had forgotten. * NEWS: updated. 2008-08-15 jeromeg * src/screenshooter-plugin.c: - improve indentation. - use tooltips if gtk >= 2.12 * NEWS: updated. 2008-08-15 jeromeg * src/*: plug a LOT of stupid leaks ! 2008-07-17 jeromeg === 1.3.1 === * NEWS: updated. * configure.ac.in: get ready for new realease. 2008-07-16 jeromeg * src/main.c: g_build_filename should be NULL terminated ! Fixes the warning. 2008-07-16 jeromeg * src/main.c: partially fix -s switch when using relative path. An obscure warning "Error stating file..." is still shown but it should work fine. 2008-07-15 jeromeg * src/main.c: revert one of the last change which does not work. 2008-07-15 jeromeg === 1.3.0 === * NEWS, README: updated. * configure.ac.in: get ready for new release. * xfce4-screenshooter.1: update version. 2008-07-11 jeromeg * src/main.c: - add a CLI option to set the directory where screenshots are saved. - add a CLI option and a rc file to save a default save folder using a dialog. * src/screenshooter-utils.c: do not show full filename in save dialog. * xfce4-screenshooter.1: update manpage for the new CLI options. 2008-07-09 jeromeg * src/*: remove obsolete copyrights. * src/screenshooter-utils.{c,h}: - move the ScreenshotData structure here. - port take_screenshot to use ScreenshotData. - write a generic save_screenshot function using ScreenshotData. - BUGFIX: generate_filename_for_uri now outputs the whole filename with its base. Fixes saving of screenshots without showing the save dialog. * src/screenshooter-plugin.c: - ported to use the new code. - remove some obsolete code. * main.c: - port code to use ScreenshotData. - add a CLI option to save screenshots without showing a save dialog. * autogen.sh, configure.ac.in: remove some useless things, update a few others. * xfce4-screenshooter.1: update manpage for the new CLI option. * screenshooter.desktop.in.in: remove deprecated encoding key. 2008-07-08 jeromeg * src/screenshooter-plugin.c: - separate screenshot data and plugin data. - port code to use the two different structures. - fix some resulting crashes. 2008-07-05 jeromeg * src/*, po/POTFILES.in: bugfix, make filename translatable. 2008-06-29 jeromeg * src/screenshooter-plugin.c: - set better var names - fix indentation - partially comment the code 2008-06-27 jeromeg === 1.2.0 === * NEWS, README: updated for new release. * configure.ac: remove svn tag, fix the manpage stuff to have make distcheck working. 2008-06-27 jeromeg * src/Makefile.am: enable -Wall * src/{main.c, screenshooter-utils.{c,h}}: fix gcc warnings except one... * BUGFIX: fix infinite loop in generate_filename_for_uri ! 2008-06-27 jeromeg * src/screenshooter-utils.c: clean generate_filename_for_uri using g_access. 2008-06-20 09:19 jeromeg * NEWS: updated. 2008-06-20 08:59 jeromeg * src/screenshooter-plugin.c: make labels bold and aligned to the left. * po/: - make update-po. - update French translation. 2008-06-19 19:30 jeromeg * src/screenshooter-plugin.c: - add a default save location to the preferences dialog. - update the code to use this new default. * src/main.c: save screenshots in home by default. * po/: make update-po. 2008-06-19 16:46 jeromeg * po/: - make update-po. - updated French translation. 2008-06-19 15:09 jeromeg * src/screenshooter-plugin.c: - rewrite the preferences dialog - change default delay to 0. 2008-06-18 18:12 jeromeg * src/screenshooter-plugin.c: remove some code that seems to be useless. * NEWS: updated. 2008-06-18 17:08 jeromeg * src/xfce4-screenshooter.1: add manpage (thanks to Debian). * Makefile.am: install the manpage. 2008-06-17 21:50 jeromeg * src/screenshooter-utils.h: add unistd.h include to fix build with gcc-4.3 (thanks to Lionel Le Folgoc). 2008-06-17 12:37 jeromeg * NEWS: update for new release. * configure.ac.in: remove svn tag. 2008-06-17 11:52 jeromeg * COPYING: added the GPL2 text. * autogen.sh, configure.ac.in: - added some magic of sarts to have the svn versions generated. - cleaned the versions stuff 2008-06-10 09:17 jeromeg * po/: update po files. * src/screenshooter.c: improve a string. 2008-06-08 00:15 jeromeg * src/main.c: Add an executable with cli options to take screenshots, thanks to Ristretto for the nice example ! * Modify autotools, makefiles and locale files to build it, thanks to Gauvain Pocentek. * src/screenshooter-utils.h: Add some headers to fix build warnings. * README: update with executable cli options * NEWS: update 2008-06-06 19:19 jeromeg * Move the code to a src/ folder and remove the panel-plugin one. * src/screenshooter-utils.{c,h}: moved generic code here. * src/screenshooter.c: updated to use the generic code. * Update the makefiles and autotools to use new code structure. 2008-06-06 15:35 jeromeg * panel-plugin/screenshooter.c: - remove deprecated function. - set button sensitive at the end of the screenshot procedure. 2008-06-06 15:19 jeromeg * panel-plugin/screenshooter.c: - new behaviour (fullscreen or active window screenshot). - fix delay - fix file saving (cancel now works, based on debian patch). - button made insensitive while screenshot is taken. * configure.ac: added x11-proto-core to build deps. * README: updated. 2008-05-18 18:25 mmassonnet * Fix GCC warnings and bug with delay (Patch from Jerome Guelfucci) * Drop automated file INSTALL 2007-06-06 23:00 dbl * Fallback to Screenshot.png on "Cancel" (debbug#420242) 2006-09-11 18:51 nick * Apply Patch from Enrico Troger to enable i18n. (Old svn revision: 7162) commit b3435693f32afaf69eecc4eaf78e1211fa10c685 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Apr 9 17:32:35 2009 +0000 Try to fix bug 5204 (Old svn revision: 7148) commit 0aec2ee9987f641f1d2f147db66b084c54fb4167 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Apr 9 16:21:57 2009 +0000 Add Russian translation. (Old svn revision: 7147) commit 9cbf7979ac007f7e46d37980c20a9402b169fd53 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Apr 5 21:25:58 2009 +0000 Translations updates - de it tr (Old svn revision: 7118) commit a2f915e709027bf262134286ae5c345e40fd6a87 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Apr 5 14:54:57 2009 +0000 Japanese translation update (Old svn revision: 7114) commit 70ab07a23b99cf9fc1c0c51f254864c35ca228a6 Author: Per Kongstad <p_kongstad@op.pl> Date: Mon Mar 30 20:30:11 2009 +0000 * da.po: Danish translation update (Per Kongstad) (Old svn revision: 7060) commit a3313223a72311873979f8bcc25a397d851a87c6 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Mar 30 07:25:09 2009 +0000 Update the contributors list and the news file. (Old svn revision: 7040) commit eb234e62511859600051a450145102b9083e8ecc Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Mar 30 07:16:32 2009 +0000 Update the po files. (Old svn revision: 7039) commit 451ffe91530a4b39ab3153c6ccf998be70a0e6db Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Mar 30 07:12:39 2009 +0000 Improve the upload progress bar. (Old svn revision: 7038) commit a89b43cf688238d4b4ea848dd066120bdc40cf24 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 29 19:08:14 2009 +0000 Update the po files. (Old svn revision: 7035) commit 894845bab05e2128a6ce257b7aec34b6e9aec1e2 Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Sat Mar 28 21:10:28 2009 +0000 Add Finnish translation for xfce4-dict and update the translation for xfce4-screenshooter. (Old svn revision: 7019) commit 8a55a02e515b5996fabfd25310df319379ee0d78 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sat Mar 28 15:05:58 2009 +0000 german and catalan translations (Old svn revision: 7012) commit 03f3da00abf0b60ae05140480cf716d5546828a4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Mar 28 14:55:46 2009 +0000 Add Galician documentation. (Old svn revision: 7011) commit e1a9b418fc39aa0de1f6c744da5e745bf02380eb Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Fri Mar 27 22:29:16 2009 +0000 Translations updates - gl (Old svn revision: 7009) commit 6c0c57a11d80e8cc38fb82d37d0f27413919cd96 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Mar 27 17:52:36 2009 +0000 * lib/screenshooter-dialogs.c: - remove some unused variables. - reduce the spacing between the two top columns. - Remove the ":" in the "After capturing:" label. - correctly set the spacing of the 'After capturing' section. (Old svn revision: 7008) commit 436b1eec11bc2691076b819b2718f153ac97b4db Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Mar 26 19:43:39 2009 +0000 New improved interface. * lib/screenshooter-utils.{c,h}: add a close item to the ScreenshotData structure. Allows the user to choose between closing the application and taking another screenshot. * src/main.c (cb_dialog_response): implement the close stuff. * lib/screenshooter-dialogs.c: Rewrite most of the interface. - use tables to align the widgets. - use a two column layout. - add an option to close/ don't close the application after taking a screenshot. (Old svn revision: 7006) commit be84fae87fe98ed9ee60d0d6a53b93a2a784e23e Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Mar 22 16:37:55 2009 +0000 * ChangLog: Cleanup (Masato Hashimoto) (Old svn revision: 6974) commit 795de3b81cac1151c7dc70cdb4734c35af6fd42a Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Sun Mar 22 16:13:12 2009 +0000 Japanese translation update (Masato Hashimoto) (Old svn revision: 6973) commit 75afd2f645b2dada4b984912ccd404e18eeb1c45 Author: Per Kongstad <p_kongstad@op.pl> Date: Sun Mar 22 08:17:48 2009 +0000 * da.po: Danish translation update (Per Kongstad) (Old svn revision: 6972) commit 487693fd2c0e0d0f4f85fd3e717a8d27da017bb0 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Mar 20 18:43:08 2009 +0000 Update po files and French translation. (Old svn revision: 6965) commit 920edf258211de50560812b8a86f4a2e2fdda71d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Mar 20 18:34:21 2009 +0000 * lib/screenshooter-dialogs.c (save_screenshot_to_remote_location): - simplify the function. - add a label saying what is happening and saying where the screenshot is being uploaded. (Old svn revision: 6964) commit 63898f3c43ed6caca0d2f6eea2f763479bb6a701 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Mar 20 17:48:21 2009 +0000 FIx some stuff in the changelog, update my email adress and the NEWS file. (Old svn revision: 6962) commit 13255886c7165746fb6331aae72f6f7bcd1396be Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Mar 20 17:41:14 2009 +0000 Add a lot of missing prototypes. (Old svn revision: 6961) commit 9e5402eaca714fb792459d1c8e62f02ede651a4f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Mar 20 17:26:06 2009 +0000 * lib/screenshooter-dialogs.c: (screenshooter_dialog_new) only set the show mouse checkbox as sensitive if "select a region" is not checked. (Old svn revision: 6960) commit 7295416205afc3515143918df09c9d1cbe1e89b5 Author: Masato Hashimoto <cabezon.hashimoto@gmail.com> Date: Thu Mar 19 15:08:03 2009 +0000 * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) * ja.po: Japanese translation update (Masato Hashimoto) (Old svn revision: 6949) commit fb5e380cf224a14c94ef72d7e910d6e17422472d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Mar 19 12:55:14 2009 +0000 * lib/screenshooter-utils.c: - (get_rectangle_screenshot) use a dotted rectangle, with a 2px wide border. - (screenshooter_open_screenshot) simplify the function. - (screenshooter_get_home_uri) use g_getenv and g_get_homedir. (Old svn revision: 6948) commit a3610c96a2267e0a4ebcfe151c9e2cea47f6cbaf Author: Piotr Sokól <piotr.sokol@10g.pl> Date: Mon Mar 16 11:18:45 2009 +0000 Updated Polish translations (Old svn revision: 6918) commit beb70b66431459d37e2cc204baa63d69a94f2643 Author: Per Kongstad <p_kongstad@op.pl> Date: Sun Mar 15 17:04:18 2009 +0000 * da.po: Danish translation update (Per Kongstad) (Old svn revision: 6916) commit 11ddf7341cb5bc7e7df802cabd26a3fe28debd4b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 15 08:41:14 2009 +0000 Add Italian documentation and others translation. (Old svn revision: 6910) commit bd16867e0d32695d095f47a10a71078d65b10520 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Mar 14 14:10:58 2009 +0000 Fix most of the issues introduced by the previous commit. Gthread-2.0 >= 2.6.0 is now required. * configure.ac.in, src/main.c, src/Makefile.am, panel-plugin/screenshooter-plugin.c, panel-plugin/Makefile.am: add a dependence on gthread and initialize the threads at startup. * TODO: updated. * lib/screenshooter-actions.c: use the URI of the temporary directory and not its path, fixes the open with mode. * lib/screenshooter-dialogs.c: - (cb_progress_upload) add the remaining number of bytes to the progress bar. - (cb_finished_upload) add some debugging information. - (save_screenshot_to_local_path) return the save location. - (save_screenshot_to_remote_location): + tweak the layout of the progress dialog. + run the dialog AFTER starting the copy so that it does not block everything. + delete the temp file after the transfer. - (save_screenshot_to) return the save location when saving to a local destination. - (screenshooter_save_screenshot): + destroy the dialog as early as possible so that it does not block the main loop. + fix the open with mode here too. * autogen.sh: use git svn instead of git svn. (Old svn revision: 6901) commit b2fe1e9acf06b97ce6e6645c7c56fd7607392076 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Mar 12 14:14:24 2009 +0000 Try to fix Corsac's problem. (Old svn revision: 6888) commit cbc8919ea5ad5e219c71ae34c9c8fb926151ef24 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Mar 12 13:46:34 2009 +0000 Port the saving of screenshots to GIO. Some things still need to be polished. Some things might be broken, like opening a screenshot with an application. * lib/screenshooter-utils.{c,h}: - (screenshooter_get_home_uri) simplify the function. - (screenshooter_is_remote_uri) new function to detect remote uris. * lib/screenshooter-dialogs.c: - (cb_progress_upload) new function to set the progress bar of the transfer dialog. - (cb_finished_upload) new function to report errors that could have occurred during the transfer and to close the transfer dialog when we are done. - (cb_transfer_dialog_response) new function to allow a transfer to be cancelled. - (save_screenshot_to_local_path) new function to save a screenshot to a local path. - (save_screenshot_to_remote_location) new function to save a screenshot to a remote place. It saves the screenshot to the temporary directory and copies it to the remote location. A dialog shows the progress of the transfer and offers to cancel it. - (save_screenshot_to) new function to choose between one of the two above save functions. - (screenshooter_save_screenshot) rework the function to use the functions listed above. (Old svn revision: 6887) commit c16304dfd8dc7d5a60ef204cc1d088dc041f0d60 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Mar 9 19:29:31 2009 +0000 Start porting the application to GIO. From now on, sd->screenshot_dir is an URI to the save directory. * src/main.c (main): - don't do anything before gtk is initialized. - use a GFile for the default save directory. - fallback to the home URI if the directory stored in preferences does not exist anymore. - use GIO for the command line argument. - use xfce_err to show an error instead of g_error. * lib/screenshooter-actions.c: fallback to the home URI. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) fallback to the home URI. - (screenshooter_get_home_uri) new function to get the URI of the home folder. * lib/screenshooter-utils.h: add he prototype of the new function. * lib/screenshooter-dialogs.c: - (screenshooter_dialog_new) use uris in the gtk file chooser. - (screenshooter_save_screenshot) use uris in the gtk file chooser. - (cb_default_folder) get the uri instead of the file name. - (generate_filename_for_uri) use GFiles instead of plain paths. (Old svn revision: 6875) commit 0fe3b8f03a139300227c5c37170a88583e58088b Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Sun Mar 8 16:43:30 2009 +0000 Update Finnish translation. (Old svn revision: 6869) commit 34d4b31ac7aaa0c28b0d32a01fd1109f588829d2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 8 15:55:00 2009 +0000 Update po files. (Old svn revision: 6867) commit b42c0e55f8261a505003f3bc9fd75b4d42ef366b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 8 15:46:04 2009 +0000 Patch by Mike Massonnet to improve the main dialog. (Old svn revision: 6866) commit 8e388691dd7c478a1cd89782b9c1a9afcaf619ea Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 8 11:05:28 2009 +0000 Cancel region screenshots when Escape is pressed. (Old svn revision: 6865) commit 7ef11e9897a129cf4c0e99e4e13bf500ddb4f26f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 8 09:44:45 2009 +0000 Update the NEWS file. (Old svn revision: 6864) commit 0eddb9c5bebb9e93ebcd71a9ef3c3c3e7feca598 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 8 09:42:54 2009 +0000 Add some padding to separate the checkbox from the radio button group. (Old svn revision: 6863) commit 380e1e26aad86f2fec71abfc9c970914c7cc2723 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 8 09:37:44 2009 +0000 Add a check box to show or hide the mouse pointer on screenshots. (Old svn revision: 6862) commit 402f9a968793c266f4fa8f18e089b7dd67ef47e5 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Mar 8 09:21:53 2009 +0000 Improve the main dialog. (Old svn revision: 6861) commit 73b8a59a48cb2a0be0adbf920b69ba4b4e68d67c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Mar 7 13:34:56 2009 +0000 Improve the layout of the main dialog. (Old svn revision: 6858) commit 8be7e19daf6eb554edec00d8ac25be06e3925dc4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Mar 7 13:04:35 2009 +0000 Add a CLI option to hide the mouse pointer on screenshots. (Old svn revision: 6857) commit b8c773c14376eb378b4c97af0ce3284b3aa00dbb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Mar 5 18:53:35 2009 +0000 * Fix a build problem caused by the bumping of the dependencies. * lib/screenshooter-utils.c: - (get_window_screenshot) add an argument to make the mouse capture optional. - (screenshooter_take_screenshot) ditto - read and save show_mouse in the configuration file. - update the prototypes. * lib/screenshooter-utils.h: - add a show_mouse item to the ScreenshotData structure. - update a prototype. * lib/screenshooter-actions.c: use the new functions arguments. (Old svn revision: 6849) commit 5dec78f17050e6c34f91a83a94360d96a2f989e0 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Thu Mar 5 14:53:41 2009 +0000 Renamed pt_PT to pt and nb_NO to nb (bug #4574) (Old svn revision: 6848) commit fbdc87118d21de611111b7938ad1993c5ce3e101 Author: Dumitru Moldovan <niznaiul@gmail.com> Date: Sun Mar 1 17:08:33 2009 +0000 Romanian translation added (Old svn revision: 6822) commit ce6d6487838fae441121b3f67686c1f86cfe9e6e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Feb 26 09:02:20 2009 +0000 Bump gtk to 2.12, glib to 2.16 and remove all useless ifdefs. (Old svn revision: 6799) commit a32a4d2bb1cb5a38542070b0e998b58facf6e259 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Feb 25 15:21:13 2009 +0000 Post release version bump. (Old svn revision: 6794) commit e71443a894ead9502972b357aa84b8f92dc8ce87 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Feb 25 10:28:24 2009 +0000 Various last minute bug fixes. (Old svn revision: 6792) commit 6fb8e4507504959ddeba111fa7d21669035ddfa0 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Feb 25 09:56:25 2009 +0000 Bump the version in the docs. (Old svn revision: 6791) commit 3ac50aec7c5a48002f5d027a62729f1c2a504845 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Feb 25 09:52:50 2009 +0000 Updated translation. (Old svn revision: 6790) commit 55f9f83d607641c7c26f254cac710ff52088a7bb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Feb 25 09:42:39 2009 +0000 Get ready for a new release. (Old svn revision: 6789) commit 7d64018d74acda2766f1f7a2042c4561df92f15a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Feb 25 09:38:27 2009 +0000 * lib/screenshooter-utils.c: - (get_window_screenshot) also grab the mouse pointer. - add some additional debugging information. * Remove some makefiles and makefiles.in which accidentaly got commited. * Add them to svn:ingore. (Old svn revision: 6788) commit bd7d60eaf20f34bccb9bc9f244cf1f8ba7841fda Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Feb 23 08:19:10 2009 +0000 Updatee NEWS. (Old svn revision: 6764) commit f99c1593354e9692149dba4aabc7d761af6eaf67 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 22 16:16:43 2009 +0000 Use TRACE instead of DBG (Old svn revision: 6753) commit e4c75c532ea71df5d42e4e967db557b12d6cfc99 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 22 13:02:45 2009 +0000 * lib/screenshooter-dialogs.c: (set_default_item) do not look up for a default item if the tree is empty. (Old svn revision: 6752) commit 11a00f8aa674152bc004f0689ce31b470216fbc0 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 22 09:15:38 2009 +0000 Add some additionnal debugging information. (Old svn revision: 6747) commit 1e1f4926a4e97cf40af32ad23ebb10af437a19cf Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 22 08:57:56 2009 +0000 Add some debugging information for the plugin. (Old svn revision: 6745) commit 72c53e4a975daac4be1f86589d322466e3da2618 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 15 12:59:22 2009 +0000 * docs/, po-docs/, po/: add Japanese documentation and update the Japanese translation. (Hashimoto Masato) (Old svn revision: 6690) commit 2167033c2ef8d8b72842554e61673cc497db35b1 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 15 12:33:22 2009 +0000 Add Enrico to the contributors list. (Old svn revision: 6689) commit f6b1ced5d3e0fb8deb195346dbecc341685668a2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 15 12:31:34 2009 +0000 * lib/screenshooter-actions.c: correctly set the active folder in the file chooser, this is useful when using the -s cli option. Patch by Enrico Tröger. (Old svn revision: 6688) commit 00e8cba40b75c2a59ac93d5ff1da14b3d8ea74cb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Feb 10 17:03:48 2009 +0000 Update the NEWS file. (Old svn revision: 6673) commit 4a857f961ba03bd3004d37a4cbe6fc4210081672 Author: Alexander Toresson <alexander.toresson@gmail.com> Date: Mon Feb 9 15:10:07 2009 +0000 .: * sv.po: Swedish translation update (Daniel Nylander) (Old svn revision: 6667) commit 0bb6fe174330439a1195e5ff31b8bcd55a60084c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 8 18:52:27 2009 +0000 Add maintainer information about xml2po and xsltproc (Old svn revision: 6661) commit b1a032dc4c17b8a4ca42c322c31fa8907e675dbb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 8 18:02:17 2009 +0000 Add French documentation. (Old svn revision: 6660) commit ce31e78fe77746226210b25bceb377f563d76d72 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Feb 7 23:16:27 2009 +0000 * docs, po-doc: implement a docbook based help file which is now translatable through po files. Some bits are still missing. * src/xfce4-screenshooter.desktop.in.in: don't use a verb in the title. (Old svn revision: 6658) commit 78d2b5923c8fcb8558bff22b2e0994bcf224fd6e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Feb 3 20:36:31 2009 +0000 Update the NEWS file. (Old svn revision: 6637) commit 3ef41f8e9397e1d7372b4381ed5bb9bf498e7c4a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Feb 3 19:56:08 2009 +0000 Try to fix build without gio. (Old svn revision: 6636) commit d471536f91020b5860ebefcc0d3c2bca86979c5e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 1 12:38:22 2009 +0000 Update NEWS file. (Old svn revision: 6623) commit 0edb15c525c78b9d0ac375d240eeb3be9c16d812 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 1 11:20:31 2009 +0000 * src/main.c: - don't display the window again after taking a screenshot, this can be annoying and/or surprising. - remove a lot of unneeded white spaces. (Old svn revision: 6622) commit 695b98486382fd4119064267abba22031765d99c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Feb 1 11:09:57 2009 +0000 Add Italian translation. (Old svn revision: 6621) commit e03538d6975c4e2b591b1ece0a338887a50f6873 Author: Piarres Beobide <pi@beobide.net> Date: Wed Jan 28 00:28:28 2009 +0000 Some goodies Basque translation update (Old svn revision: 6585) commit b4c3538c5c1b659b86a7023a9622419b73cf708b Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Tue Jan 27 13:26:27 2009 +0000 Update Finnish translations. (Old svn revision: 6581) commit 6a4b38dc41f9f97c638378609e747c2008e0a4a2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jan 22 16:34:55 2009 +0000 * src/main.c: fix a bug which dispalyed the header of the po files when using --help on OpenBSD. * po/: update po files, no string changes though. (Old svn revision: 6524) commit a4146c9fd1e5abc2879f6d1db868dd7cd1e91552 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Wed Jan 21 20:47:47 2009 +0000 Translations udpates - bg (Old svn revision: 6522) commit 3b793ca0d7ddeb3f2ff16a7b68a72a861a9913ac Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Jan 18 17:54:19 2009 +0000 Translations updates - de ca it ja nb pt_PT tr (Old svn revision: 6493) commit 297b1a348f7328c94dd88daa3482f5aa9647adc8 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 18 09:55:29 2009 +0000 Post release bump, add svn tag (Old svn revision: 6490) commit 527680a616ca1724595e237caec6ddb5e234d771 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 18 09:38:30 2009 +0000 Remove gcc flags to fix debug with full debugging. (Old svn revision: 6487) commit a43eb0dc80fbace8bd1baf90b47b0cb363636484 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 18 09:23:49 2009 +0000 Remove the nano version. (Old svn revision: 6486) commit 2e31472b669b201a74a7768e0a44a8304adcbeea Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 18 09:18:53 2009 +0000 Fix a typo in the version number. (Old svn revision: 6485) commit 815416066316febfe7e920eff33f83b5113101ac Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 18 09:10:05 2009 +0000 * NEWS: set version. * configure.ac.in: get ready for a new release. * xfce4-screenshooter.1: bump version. (Old svn revision: 6484) commit 09984b5010f89fa9ee57664393aaff7d03a8a7cb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 18 09:10:01 2009 +0000 po/: * en_GB.po: English GB translation update (Jeff Bailes). * es.po: Spanish translation update (Abel Martin). * nl.po: Dutch translation update (Vincent Turu). (Old svn revision: 6483) commit 185598083ce913966c651f9bcd2be4e297ae529f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jan 17 11:28:34 2009 +0000 Update Ukrainian translation. (Old svn revision: 6480) commit 800af306cbcc259389bab53f6d88bcdc619bbb78 Author: Og Maciel <ogmaciel@gnome.org> Date: Fri Jan 16 17:55:00 2009 +0000 Updated Brazilian Portuguese translation. (Old svn revision: 6476) commit 92c2401e4652842056455cd7d4af9e5d3b910d81 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jan 16 15:07:29 2009 +0000 Actually ship the et.po file... (Old svn revision: 6473) commit 121bacaf88f99d1a6306788e336ebffad899320a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jan 16 15:01:00 2009 +0000 po/: * et.po: new Estonian translation (Kristjan Siimson). * LINGUAS: add "et". * de.po: update German translation (Fabian Nowak). * tr.po: update Turkish translation (Samed Beyribey). (Old svn revision: 6472) commit 2692b7dcb27588c886f0dc973968292af997c639 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Jan 14 06:55:45 2009 +0000 Plug two additionnal leaks (Old svn revision: 6455) commit 53ca195166f69d95a980d3fe54f4c6508c46b098 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jan 13 22:10:36 2009 +0000 Update NEWS and TODO. (Old svn revision: 6454) commit ccc29221c5c748ca4df2bd140dadedfef3c389e3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jan 13 22:03:49 2009 +0000 Thanks to Jannis and Stephan for the C lesson ! * lib/screenshooter-dialogs.c: (generate_filename_for_uri) rewritten to avoid a memory leak on each step of the loop. * lib/screenshooter-actions.c: remove two memory leaks. (Old svn revision: 6453) commit 3bf69b716aea0762e09ae76ec61a79d77e9426bd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jan 13 15:51:13 2009 +0000 Update nb_NO and zh_CN translations (Old svn revision: 6450) commit 374a22e68fba83114b90969324d346aaa8f6403c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Jan 12 18:30:07 2009 +0000 update Greek translation (Evaggelos Balaskas) (Old svn revision: 6440) commit 668db08d42f91850e82aa44294c3e0d42b11861e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Jan 12 17:31:19 2009 +0000 Update portuguese translation (Nuno Miguel). (Old svn revision: 6439) commit 071c29c843653b2fef5f2426fd8442e8d776673c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 11 11:26:57 2009 +0000 End of the spannish translation by nestu (Old svn revision: 6431) commit 948e8d19b416cf8b65f2d937160f66a05e1f8ac7 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jan 11 10:49:30 2009 +0000 Clean po files to remove very old translations that were unused. (Old svn revision: 6430) commit 9e3f5df395e9a5eaab482d883a6e10b5e40544fd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jan 10 15:25:20 2009 +0000 Update Dannish translation. (Old svn revision: 6427) commit a7d9b8018a37c49f2df4bae1e3aaa49cfaa27135 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jan 9 17:56:42 2009 +0000 * src/xfce4-screenshooter.desktop.in.in, panel-plugin/screenshooter.desktop.in.in: Fix a typo in the comment, thanks to Per Kongstad (p_kongstad@op.pl). (Old svn revision: 6426) commit 7f4af6e8eba852fce2392b0cd5e2d3b50e69cbdc Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jan 8 16:40:35 2009 +0000 Fix a typo, sorry for the spam. (Old svn revision: 6415) commit ac2c2cbc3bdd2f1595fa7faea4cbbc1614e2241e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jan 8 16:39:32 2009 +0000 Add some additionnal ignores. (Old svn revision: 6414) commit c06fb24f8cf03b9019fb86554c4e55a7959cb013 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jan 8 16:35:13 2009 +0000 Set svn:ignore properties correctly. (Old svn revision: 6413) commit d18a72951f5077a0cedc9ceef50bcbfe47e74fdc Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jan 8 16:20:19 2009 +0000 * configure.ac.in: improve the autotools stuff and print the debug level when printing the configuration. (Old svn revision: 6412) commit b50eeb4bda9a0ba4340e4cd9a1f80c18cb5df1dc Author: Stavros Giannouris <stavrosg2002@freemail.gr> Date: Tue Jan 6 09:59:05 2009 +0000 Greek translations update (Old svn revision: 6408) commit 7b5aa477b522f38f0d7fcd4b306ae35eed0b9ddd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Jan 5 18:10:28 2009 +0000 DOn't compile with -Werror (Old svn revision: 6406) commit 5bbe3d7e2cfbfeb3e77cabcd043c4d0cec8dd096 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Jan 5 17:58:30 2009 +0000 Update TODO and NEWS. (Old svn revision: 6405) commit 9b6d13581defef5e26e7d63a6d1566dd49fda968 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Jan 5 17:52:28 2009 +0000 * doc/id: add Indonesian documentation by Andhika Padmawan. * doc/fr, doc/C: fix the markup of a title in xfce4-screenshooter.html * configure.ac.in: - add id doc. - set version number for next release. (Old svn revision: 6404) commit a528b04e50ad37a5625c18e07fddb3b80b1922aa Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Jan 4 21:33:31 2009 +0000 Translations updates - ca pl (Old svn revision: 6402) commit bf25be928a447a1efaf1e65e2d5de742ddd937d1 Author: Michal Varady <miko.vaji@gmail.com> Date: Sat Jan 3 19:15:17 2009 +0000 Czech translation updated (Old svn revision: 6400) commit bf5f14f84f64b0b74cd4f4ba1f8a5eecfd3ed292 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jan 2 15:22:15 2009 +0000 * Improve the compiler flags set. * configure.ac.in: - use @LINGUAS@ instead of copying things from po/LINGUAS manually. - set debugging as full for svn snapshots. * panel-plugin/screenshooter-plugin.c: directly use button instead of pd->button. (Old svn revision: 6394) commit e7b72c07832eb6454eacd813c864ba4a579135e7 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jan 2 09:40:01 2009 +0000 Post release bump and fix two compiler warnings (Old svn revision: 6392) commit 4171671593ce4ac6cea27a6873af7b9d0ffa4b82 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jan 2 08:59:34 2009 +0000 Get ready for 1.4.90 (Old svn revision: 6390) commit 6ecaecd71cc51b01ab3a8cf0ba603582553f0945 Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Tue Dec 30 13:00:00 2008 +0000 Update Finnish translation. (Old svn revision: 6384) commit 20982f4c324f10a023b259d086c41a80bcf93b64 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 29 16:25:41 2008 +0000 Change name to xfce4 screenshooter (Old svn revision: 6378) commit 5b4477838dcdbdf4ca95e5199998f2540044f864 Author: Jannis Pohlmann <jannis@xfce.org> Date: Mon Dec 29 15:16:31 2008 +0000 Rename xfce4-screenshooter-plugin to xfce4-screenshooter. (Old svn revision: 6377) commit 9cd7708a54ac0f69eabe90b6a0fa505237d8410c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 29 09:55:19 2008 +0000 Update the readme file (Old svn revision: 6376) commit a019f918d6d5522ced326bd1bee845dc83fa3729 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 29 07:37:42 2008 +0000 Fix bug #4748. (Old svn revision: 6375) commit 0c0f238a2a12bd0d34fb347e46ddd76e80954a66 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 28 18:45:00 2008 +0000 Fix a bunch of compilation warnings. (Old svn revision: 6374) commit 3ca8e4017cd1642dc6d8d80e33f49add73df6738 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 28 11:15:05 2008 +0000 Improve a tooltip and update po files (Old svn revision: 6373) commit fb4e1f47eeb08ef9cc15b69846d86e2fa1583a27 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 28 11:03:34 2008 +0000 Rename mode into region and RECTANGLE into SELECT. (Old svn revision: 6372) commit 40b626869de6de30ecbe649a9df08d5ad2f08beb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 28 10:43:24 2008 +0000 Update the NEWS file. (Old svn revision: 6371) commit 33d7824e1679f10cd52f7fb6974fa07442ec5ff4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 28 10:40:09 2008 +0000 * src/main.c: - only read the preferences file once when using the application. - check if the directory name stored in the preferences still exists before trying to use it. * lib/screenshooter-actions.c: set home as the default folder for the file chooser, only use sd->screenshot_dir when we don't show the save dialog. This should be more transparent for the user. (Old svn revision: 6370) commit 9f513adb67c806dff65672bca852a9f718eb5c47 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Fri Dec 26 22:49:13 2008 +0000 Translations updates - es id uk (Old svn revision: 6368) commit 65ee8493f2a40b3cecfb77f19941e6df6b5cb402 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Thu Dec 25 19:20:40 2008 +0000 Translations updates - es gl id ja uk (Old svn revision: 6367) commit 6ab0a5161dc2b38282aac3d1bdebb6292e3ff243 Author: Michal Varady <miko.vaji@gmail.com> Date: Mon Dec 22 01:16:55 2008 +0000 Czech translation updated (Old svn revision: 6365) commit 008dce741f2f3397993639deb00b5db2246ef774 Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Sun Dec 21 12:56:38 2008 +0000 Update Finnish translation. (Old svn revision: 6356) commit ddc6dfe366a02f1a037a8facd827974884840546 Author: Alexander Toresson <alexander.toresson@gmail.com> Date: Sat Dec 20 21:52:03 2008 +0000 xfce4-taskmanager/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-time-out-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-wavelan-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-radio-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-datetime-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-cpufreq-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfburn/trunk/po: * sv.po: Swedish translation update (Daniel Nylander) xfce4-xkb-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-smartbookmark-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-smartpm-plugin/trunk/po: * sv.po: Swedish translation update (Daniel Nylander) thunar-media-tags-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfvnc/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-verve-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-xfapplet-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) thunar-archive-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-websearch-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-screenshooter-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-teatime-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfce4-rss-plugin/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) xfmpc/trunk/po: * sv.po, LINGUAS: Swedish translation added (Daniel Nylander) (Old svn revision: 6343) commit f81b689dce009c46d2913b0d8bd2aff833d6652a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 20 15:25:22 2008 +0000 Update po and update french translation (Old svn revision: 6342) commit fa7699a3382eb1b314aca8d4a4640aa9c3d438f2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 20 15:11:17 2008 +0000 Update NEWS file. Improve the English documentation. (Old svn revision: 6341) commit 181235142545b8b4f00f350c773a89f673a268c2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 20 14:49:40 2008 +0000 Update and improve the documentation. (Old svn revision: 6340) commit feb81d8ba6d667b4df9f97ff1c997daa22ee99dd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 20 14:26:53 2008 +0000 * xfce4-screenshooter.1: update the manpage. * doc/C/xfce4-screenshooter.html: add the new CLI options to the documentation. (Old svn revision: 6339) commit f5af514753cc28df7cb60ffd39ec78638a85e28d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 20 14:18:20 2008 +0000 * src/main.c: - add a CLI option to open the screenshot with an application. - add a CLI option to take the screenshot of a region. - set a warning string as translatable. - update the description of the CLI options. - use screenshooter_take_and_output_screenshot (Old svn revision: 6338) commit d8e22d43206c1efc80a67b9bdd5493d4faa2c1ee Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 20 13:22:21 2008 +0000 * src/main.c (cb_dialog_response): only sleep one second if mode is not rectangular selection. (Old svn revision: 6337) commit 37b36346d9d76a5abb01a20dd1fa8c3525dd5803 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 20 12:49:58 2008 +0000 * doc/C/images: update the screenshot. * doc/C/xfce4-screenshooter.html: - update with the new options - apply a patch by David Mohr to improve some parts. (Old svn revision: 6336) commit d05cc283e647ad95cebeff19ebd4525c65c28003 Author: Michal Varady <miko.vaji@gmail.com> Date: Thu Dec 18 12:35:15 2008 +0000 Updated Czech translation (Old svn revision: 6329) commit 29476256284e1a993aba1f8dcf8fe69f285caab3 Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Wed Dec 17 15:19:39 2008 +0000 Add and update Finnish translations. (Old svn revision: 6327) commit e4802b8aed34ecb689c4b023563a0a66daa0b7fa Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Dec 16 17:20:33 2008 +0000 Forgot to update the tooltip for the panel button... Sorry for the spam (Old svn revision: 6326) commit 632fa0c028ff0cd8b040a35e9c4d1596d06ff795 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Dec 16 17:12:00 2008 +0000 * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - improve the tooltip for the "Select a region" - split strings so that they are not too long, makes the code easier to read. * po/: update-po. (Old svn revision: 6325) commit 8154eed363d08744631da5b31301a6ca72e2c2a3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 15 18:33:53 2008 +0000 * lib/screenshooter-dialogs.c: - (cb_fullscreen_screen_toggled) remove some obsolete code. - (screenshooter_dialog_new) mark "Application:" as translatable. (Old svn revision: 6324) commit 6f4f6ffc368dbf15111b16f557ee854daab97f97 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 14 10:26:55 2008 +0000 Update CONTRIBUTORS file and add some todo items. (Old svn revision: 6318) commit 3be20f38f0d22d7786626fb7992ffa91748558cf Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 14 10:23:47 2008 +0000 * lib/screenshooter-utils.c: (get_window_screenshot) don't crash when we are in active window mode and NULL is returned as the active window. The root window should not be unrefed ! (Old svn revision: 6317) commit 100a39424db26a26c22af70bc7748316fbba6d9c Author: Piarres Beobide <pi@beobide.net> Date: Sun Dec 14 00:56:49 2008 +0000 Goodies basque translation update (Old svn revision: 6307) commit 388b04644e1b58581c8f11e6db735106d162cdb2 Author: Michal Varady <miko.vaji@gmail.com> Date: Sat Dec 13 22:06:38 2008 +0000 Czech translation updated (Old svn revision: 6305) commit 29cd2d4de675f99571722da224fdcca6339ea7df Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sat Dec 13 14:34:32 2008 +0000 Translations updates - ja uk zh_CN (Old svn revision: 6298) commit 0fadcbfec923b827980d825349ade63f6f9a3d32 Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Sat Dec 13 14:09:12 2008 +0000 Update Finnish translation. (Old svn revision: 6297) commit 9792951e8e52f6de5db7cdc347bb99a942475718 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 13 13:14:50 2008 +0000 * lib/screenshooter-dialogs.c: change a few strings. * Update the desktop files. * po/: update po. (Old svn revision: 6296) commit 2b39ad6c3fe182d333fe1ae1088b8d7931ebc154 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 13 12:55:43 2008 +0000 * lib/screenshooter-utils.{c,h}: add RECTANGLE mode, based on David Collins patch. * lib/screenshooter-dialogs.c: update the dialog for the new mode, patch by David Collins. * panel-plugin/screenshooter-plugin.c: update the tooltips for the new mode. * NEWS: updated. (Old svn revision: 6295) commit 75568c5189d06fac6f4d1470e93ebea235f1d374 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Dec 12 17:52:48 2008 +0000 * lib/screenshooter-dialogs.c: change a string and add a subtitle for the preferences dialog of the plugin. * panel-plugin/screenshooter.desktop.in.in: change the name of the desktop file. (Old svn revision: 6294) commit f913425eb12fdc00b458f272cbcdd8b3f2d343a2 Author: Piarres Beobide <pi@beobide.net> Date: Sun Dec 7 18:35:53 2008 +0000 Goodies Basque translation update (Old svn revision: 6292) commit c550a12be30082ea96d6bf8407dd3699422af96a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 7 09:22:59 2008 +0000 Update todo. (Old svn revision: 6291) commit 3fc6292f93fff6dc08628b44e5d2bd06a4d50fe1 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 7 08:58:44 2008 +0000 * doc/: improve the English and the French documentation. (Old svn revision: 6290) commit 0938aa59074c9a23220fd0cbab559ab6da1a99ee Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Dec 7 08:37:39 2008 +0000 * doc/C/: first try for the english doc completed. (Old svn revision: 6289) commit 4ee0f3549edad6c70ceb1556e3a3b868a51a2dd1 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 6 13:38:28 2008 +0000 Start english documentation (Old svn revision: 6288) commit 9f80e3d0702a3b729c9884f10c3eb67374884b69 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 6 13:12:35 2008 +0000 * lib/screenshooter-dialogs.c: add help button to the dialog. * src/main.c: rework the managing of the dialog response and a support for the help button. * panel-plugin/screenshooter-plugin.c: add support for help button. (Old svn revision: 6287) commit 3b6421dec1547f3310370b91778a862098cd32ed Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Dec 6 12:33:28 2008 +0000 * lib/screenshooter-dialogs.c: improve a few strings. * Update po files. * Update french translation. (Old svn revision: 6286) commit 622b2e4a3a72e6b1800bc57ccc2f7c0fa0638257 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Dec 5 18:06:46 2008 +0000 * doc/fr/xfce4-screenshooter.html: add the CLI options and the panel plugin stuff. (Old svn revision: 6285) commit f1123755952d7253b9001443f3634239cfb7dca3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Dec 5 17:37:07 2008 +0000 Readd C/ folder, sorry for the noise. (Old svn revision: 6284) commit 039ed5d6995a6e700bab1e61ad8306bd02d762c3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Dec 5 17:32:22 2008 +0000 Try to fix a problem with doc/C (Old svn revision: 6283) commit 8f3bffb154d21eba09ebe05991989c139cce18a6 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Dec 5 17:07:49 2008 +0000 Update french translation and start documentation. (Old svn revision: 6282) commit 897931897dd156ad2694ecd507f7879694fdc688 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Dec 4 17:42:25 2008 +0000 * lib/screenshooter-utils.c: - remove all X code, in particular find_toplevel_window. Instead, use a combination of gdk_window_get_toplevel and gdk_window_get_frame_extents. This should fix some remaining crashes with "BadWindow" error. - detect the area to screenshot after the delay, rather than before. * src/main.c: add a comment. * configure.ac.in: remove x11proto-core build dependency. * NEWS: updated. (Old svn revision: 6272) commit 012439273a7482e7dd446338355589132a3c1512 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Dec 3 18:19:05 2008 +0000 Try to improve a bit the grabbing of borders (Old svn revision: 6262) commit 361f5e497054e7b96cc95c820451ddf9ffd6b22f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Dec 3 16:13:23 2008 +0000 Ifdef the tooltips stuff, only available since 2.12 (Old svn revision: 6261) commit 0f3f39cc66b0eac3dfd1a826fcd752210294c0ed Author: Michal Varady <miko.vaji@gmail.com> Date: Tue Dec 2 16:03:21 2008 +0000 Czech translation updated (Old svn revision: 6249) commit 4eb6493ef989314f10c00384063f1042f01693ac Author: Og Maciel <ogmaciel@gnome.org> Date: Tue Dec 2 15:55:30 2008 +0000 Updated Brazilian Portuguese translation. (Old svn revision: 6248) commit 3c9f22f88f81b8877d831a480604fa43e599280d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 1 17:57:30 2008 +0000 * lib/screenshooter-dialogs.c: - indent the code correctly. - add some more detailed comments. - show an error dialog when saving the screenshot failed. * NEWS: updated. (Old svn revision: 6246) commit 8c34c3183990df026aedc111aaa314f35118ffa3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 1 17:32:37 2008 +0000 * lib/screenshooter-dialogs.c: use a custom button instead of the stock ok button to be more precise on the action of this button. (Old svn revision: 6245) commit 9b50ca6155ef035199abf799908cf2820fda3504 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 1 17:28:43 2008 +0000 * src/main.c: fix the saving of preferences when no screenshot has been taken, the code to determine the save location remained in an incorrect place. (Old svn revision: 6244) commit 204c9737debfdbe90a208e608f5de8828f581c4a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 1 10:22:09 2008 +0000 * src/main.c: check for GTK_RESPONSE_OK instead of something != GTK_RESPONSE_CANCEL. * lib/screenshooter-dialogs.c: - (set_default_item) set first item as active if no item was found, change the prototype. - (screenshooter_dialog_new) use the new set_default_item, don't set the first item as active without updating sd->app. Fixes the opening of screenshots with the first item of the combobox. (Old svn revision: 6243) commit 8771af836bbbe2ee866d06f44c2b29f96e627cad Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Dec 1 10:05:19 2008 +0000 * src/main.c: Show the dialog again after taking a screenshot, the application is exited when the user presses the Cancel Button. (Old svn revision: 6242) commit 311d7eed55fc8d0e98fbc8b6fc4014cfde5d6a4a Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Nov 30 21:44:26 2008 +0000 Translations updates - ca (Old svn revision: 6240) commit e89f2908b590cbe1817e92306315ef0fd6e2bc6f Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Nov 30 19:24:31 2008 +0000 Translations updates - ja pt_PT (Old svn revision: 6239) commit 5acf0cfc0e6829aed83da94a2188d5702f8c2d20 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 30 09:19:53 2008 +0000 update-po (Old svn revision: 6238) commit f29d2893cabf9ae5d5a0ccc3b690fc6b68e6c190 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 30 09:15:37 2008 +0000 Make some strings consistent. (Old svn revision: 6237) commit ad1120f6cf1db5b06f256034062a5047411404c8 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 30 08:51:07 2008 +0000 * Update NEWS file. * xfce4-screenshooter.1: remove preferences CLI option. (Old svn revision: 6236) commit 0e5a04817948841a1705f592e8ed0d4b19e3b84d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 30 08:43:23 2008 +0000 * src/main.c: - remove preferences CLI option , the application can set the default save folder now. - fix the rc file mess. Use xfce_resource_lookup and xfce_resource_save_location so that folders get created if they don't exist. Thanks to Nick Schermer for helping. * lib/screenshooter-utils.{c,h}: - remove the dir_only option in (screenshooter_read_rc_file). * lib/screenshooter-dialogs.{c,h}: - remove (screenshooter_preferences_dialog). *lib/screenshooter-actions.c: - don't hardcode "/tmp", use g_get_tmp_dir () instead. * panel-plugin/screenshooter-plugin.c: - use new syntax for screenshooter_read_rc_file. (Old svn revision: 6235) commit 02e95311112b68ff4ef4f2de550d0dd683e4f0d3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 29 14:56:48 2008 +0000 Fix the show save dialog checkbox. (Old svn revision: 6225) commit 5fd752c1639b82b80b001b3c262f194d08fe500c Author: Og Maciel <ogmaciel@gnome.org> Date: Sat Nov 29 02:52:36 2008 +0000 Updated Brazilian Portuguese translations for xfce4-sensors-plugin, xfce4-screenshooter-plugin, and ristretto. (Old svn revision: 6222) commit 98e7a6474507b08b5c58566413a4c609db1510db Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Nov 28 20:31:47 2008 +0000 Set some other files as not executable (Old svn revision: 6219) commit ee316bb5dd82b2d44b10a849c738bf6512fcc073 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Nov 28 20:31:29 2008 +0000 Set some files as not executable (Old svn revision: 6218) commit 67a7882fe8268f802002317b84ce58c629d0d60d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Nov 28 20:26:33 2008 +0000 * Fix the ChangeLog encoding. * lib/screenshooter-dialogs.c: - remove a prototype that was not used. - (screenshooter_dialog_new): + add some tooltips. + also show the save box for the application. + fix the default state of some widgets as suggested by David Collins. (Old svn revision: 6217) commit af1d10cab850c06aeb66f5c45037edbd16db0d1a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 26 17:53:27 2008 +0000 * lib/screenshooter-dialogs.c: - merge the save checkbox and the default save location filechooser to a single line. - remove some unused variables. * panel-plugin/screenshooter-plugin.c: update the tooltips. (Old svn revision: 6203) commit 04c81599a0f0a389de1bd669b11b050d137f9d3f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Nov 25 19:07:01 2008 +0000 Improve the dialog a little bit. (Old svn revision: 6202) commit 593a9517bc3756aad6fe97786782d44ad33c9e6e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Nov 25 16:59:02 2008 +0000 * lib/screenshooter-dialogs.c: - set icon size to 16 for the combobox. - add (cb_save_toggled_sensi) to set to items insensitive when not toggled. Add callback using this function. - improve indentation. - improve the paddings of the layout a little bit. - put the default save location before the checkbox. - select the first item of the combobox when creating it. (Old svn revision: 6201) commit a313e9fedc3b1014ce0e9f046d4ca67b3856607e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Nov 24 08:05:04 2008 +0000 Add contributors. (Old svn revision: 6195) commit 56c5e1b78dc967eeee92084b304fc8a599c6334f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Nov 24 07:54:40 2008 +0000 * lib/screenshooter-utils.c: - re-add "none" application, fixes the segfault in the plugin dialog. * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - add a "Application:" label. - Improve the layout. - the "Default save location" label should not be bold. (Old svn revision: 6194) commit 9941b23af60b498b0ff32cc45739e86de845f299 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 23 18:54:56 2008 +0000 * lib/screenshooter-actions.c: fix Open with mode. * lib/screenshooter-dialogs.c: - Start to rewrite the dialog code on the basis of a patch by David Collins. - Remove frames. - Add alignments. - Add copy to clipboard function. - The layout still needs to be tweaked. - The dialog for the plugin crashes at the moment, I'll fix this later. (Old svn revision: 6188) commit d1ecb57fbcce478ff21b3459ae5b50cf3a4d01a2 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Nov 23 14:45:53 2008 +0000 Translations updates - ca id nb sq uk (Old svn revision: 6181) commit 2c30138f9242bdd71995e5c70e44f68eb86bbba7 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 22 13:23:57 2008 +0000 Add the two missing files. (Old svn revision: 6157) commit 71696ae643e641ad30993acb40ae17588dc3286e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 22 13:23:20 2008 +0000 First step towards adding "copy to clipboard" functionnality. This commits may break a few things which will be fixed later. Based on the work of David Collins. * lib/screenshooter-utils.{c,h}: - fix includes - cleanup prototypes - (screenshooter_copy_to_clipboard) Partially apply a patch by David Collins to add copying to clipboard possibility. - add post screenshot actions in the ScreenshotData struct, in (screenshooter_read_rc_file) and in (screenshooter_write_rc_file) (Patch by David Collins). - remove all references to "none" application. * lib/screenshooter-dialogs.{c,h}: - remove all references to none application. - remove (cb_combo_active_item_set_sensitive). - remove "none" item from (add_item). * lib/screenshooter-actions.{c,h}: - added to manage post screenshot actions. * lib/Mafile.am: add new source files. * lib/libscreenshooter.h: include screenshooter-actions.h. * src/main.c, panel-plugin/screenshooter-plugin.c: - use (screenshooter_take_and_output_screenshot). (Old svn revision: 6156) commit 229b31e991cf6a29e0ddccc1b00f2f5402d1b0a0 Author: Piarres Beobide <pi@beobide.net> Date: Fri Nov 21 09:30:12 2008 +0000 Fix last changes date (sorry)and add power-managment Basque translation (Old svn revision: 6148) commit c3b5169f03eede985fd98be863f4f75aae44d473 Author: Piarres Beobide <pi@beobide.net> Date: Fri Nov 21 09:07:40 2008 +0000 Goodies BAsque translation update (Old svn revision: 6147) commit 596b1bde4372484a16fbb2b34ee44596c75f3c41 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Nov 16 22:45:19 2008 +0000 Translations updates and additions - ca, nb_NO, uk, zh_CN (Old svn revision: 6128) commit f6c8f06b563869b7dbbdd1d185d1e6c1912880fd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 16 09:58:06 2008 +0000 * lib/screenshooter-utils.c, lib/screenshooter-dialogs.c - update some code comments. - move (screenshooter_save_screenshot) to the dialogs file. - move (generate_filename_for_uri) and the callbacks to the dialogs file. (Old svn revision: 6116) commit c4c4ebc262281f5a4a1e3a7b3a5f927cc6cb7417 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 16 09:47:24 2008 +0000 * lib/screenshooter-utils.c: - fix indentation in some places. - Update the code comments. - (get_active_window) move the active window detection here. - (get_window_screenshot) move the screenshot grabbing of windows here. - (screenshooter_take_screenshot) use the two functions above. (Old svn revision: 6115) commit fc58683aff3dd6619e891f119ab71937d7a0df23 Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi> Date: Sat Nov 15 20:16:43 2008 +0000 Update Finnish translations. (Old svn revision: 6114) commit 834bd4bc87b8c386592dfe072942d0f6eb942d44 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 15 17:22:14 2008 +0000 * lib/screenshooter-utils.c: - (screenshooter_take_screenshot) Use gnome-screenshot technic, grab the screenshot on the root window, to also take things such as menus. (Old svn revision: 6113) commit cfbc91d42b1d0ed520d711395fb5c380a380fcb2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 15 16:55:23 2008 +0000 Update po files. (Old svn revision: 6112) commit d38fe4f575362d34f5c1edda607663d197f2e3ac Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 15 16:51:10 2008 +0000 * Review strings in desktop files and source files. * Add -Werror again. * src/main.c: Use "V" for version, instead of "v". * configure.ac.in: set version to 1.4.0.1. (Old svn revision: 6111) commit e44f7c4c165a16da7355b85bbf85a29319d41641 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 15 16:03:23 2008 +0000 Post release bump (Old svn revision: 6110) commit 92cbf2d9be223396cede94f93fda68882bac9a9f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 15 14:50:12 2008 +0000 Get ready for 1.4.0 (Old svn revision: 6107) commit 985e562489b50b5a567ea69ecb563947e47d620e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 15 12:17:30 2008 +0000 Fix build with --disable-maintainer-mode on some platforms. (Old svn revision: 6105) commit 0f4fb32eca3e54ed3b664a83369944e6c659c354 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Nov 14 16:21:33 2008 +0000 Prepare another release candidate... (Old svn revision: 6097) commit e5b743ba4ddd3937c4f37c26468bf6440492c41d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Nov 14 16:16:59 2008 +0000 Fix build on some configurations. (Old svn revision: 6096) commit 94106f00935d30fd90846354a0380955d6375061 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Nov 13 17:39:07 2008 +0000 Post release bump. (Old svn revision: 6090) commit f6b9ce5e086e46fbf1c38c5be2249a707af0f43e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Nov 13 17:15:11 2008 +0000 Getting ready for another release canditate. (Old svn revision: 6088) commit aae37c522b115dbc40a305793df6c554b1b8bd97 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Nov 13 17:08:01 2008 +0000 Code cleanup in src/main.c (Old svn revision: 6087) commit 2000bd3c144fdcdaaf92e40551991be184eed410 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 12 19:55:36 2008 +0000 Make the show save dialog checkbox unclickable when an application is selected. (Old svn revision: 6075) commit d87faadec4a94fd20b1cd15a3dfa8f5af3a2dc64 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 12 18:57:54 2008 +0000 Try to fix bug 4601. (Old svn revision: 6074) commit 000afcf0afab8d990d49158e8804c21e0b52e8f3 Author: Piarres Beobide <pi@beobide.net> Date: Wed Nov 12 10:59:45 2008 +0000 Some goodies Basque translation update (Old svn revision: 6068) commit 358a70d52b5a13b80df751c6564deed415255edb Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Nov 9 23:17:35 2008 +0000 Translations updates for a lot of languages in a lot of packages (Old svn revision: 6041) commit 6c0ed2449463668e6c4f4eff831a9a9bc91ebce4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 9 15:37:38 2008 +0000 Post release bump. (Old svn revision: 6039) commit d5d4e40d6f7d699171bf0b20578519bf4a598bef Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 9 15:26:24 2008 +0000 1.3.9.1 and not 1.3.9.2... (Old svn revision: 6037) commit cd264ce6c3b6e3b7bd72f182c9eb8cdc3b3c3bdf Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 9 15:23:52 2008 +0000 Get ready for 1.3.9.2 (Old svn revision: 6036) commit 45aec1ba8d4034153a0bd5a4761c47b0acfc6701 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 9 09:33:01 2008 +0000 Update news. (Old svn revision: 6030) commit 4fb1a080a94f880d1c5f3be292b0a06a2fe959fd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 9 09:23:48 2008 +0000 Updated Catalan translation (Carles Muñoz Gorriz). (Old svn revision: 6029) commit b3af46044603420ebc3ab7a868814762aeefde85 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 8 16:26:04 2008 +0000 added Turkish translation (Gökmen Görgen). (Old svn revision: 6022) commit 308fe6fe63774738a37681d8aa6ca2659ea3d8f5 Author: Stephan Arts <stephan@xfce.org> Date: Sat Nov 8 15:31:33 2008 +0000 Update dutch translation (Old svn revision: 6021) commit cb08b9e6d5fd32a005bab79892444876057bd195 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 8 15:00:26 2008 +0000 Updated norwegian bokmål translation (Terje Uriansrud). (Old svn revision: 6020) commit c4587abcecf7a4d0370831ae0b6a479cc82f9cc4 Author: Michal Varady <miko.vaji@gmail.com> Date: Fri Nov 7 22:59:19 2008 +0000 Czech translation updated (Old svn revision: 6012) commit 3325b873e4c4ac6549dbfa305007a09faa451f85 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Nov 7 17:16:24 2008 +0000 Add Finish translation (Elias Julkunen). (Old svn revision: 6010) commit 02e5c01aea2bd4e39f85820e9d9e794b4e34c010 Author: Og Maciel <ogmaciel@gnome.org> Date: Fri Nov 7 03:05:17 2008 +0000 Updated Brazilian Portuguese translation. (Old svn revision: 6000) commit ebc32432dc4819f34b322010851eac3e61d79e94 Author: Piarres Beobide <pi@beobide.net> Date: Thu Nov 6 12:31:16 2008 +0000 Some goodies Basque translation updates (Old svn revision: 5993) commit 46255c47b760762cbb2d2870ca5194a429b1608f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 5 15:24:27 2008 +0000 Fix another typo in French translation. (Old svn revision: 5984) commit bec1c2166ffaddc86adf57b23dd6713dd7f3d75b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 5 12:43:15 2008 +0000 Fix a typo in French translation. (Old svn revision: 5983) commit 1bc1882679949a24633ea87f97262f062e3ee1e4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 5 12:39:47 2008 +0000 * lib/screenshooter-dialogs.c (add_item): - Move the detection of the icon theme out of the if-else. - Fallbac to the "exec" icon if no icon was found for an application. (Old svn revision: 5982) commit 36437427292806534964346c58d95e1c0d33535c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 5 11:12:42 2008 +0000 * src/main.c, lib/screenshooter-plugin.c: - If no application is selected to open the screenshots, show the save dialog as usual. If an application is selected, save the screenshot in /tmp without showing the save dialog, and open it with the application. The user will then be able to do what he wants to do with the picture, and to save it where he wants using the application. - don't leak screenshot_path when GIO is not present on the system. * NEWS: updated (Old svn revision: 5981) commit 2be10a3b00db337d363f3500057a3bdb2f15afdd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Nov 5 08:44:54 2008 +0000 * Add svn tag. * Fix the version mess. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) apply a patch by Enrico Tröger to fix a crash. * lib/screenshooter-dialogs.c: - plug a leak in (cb_default_folder) and in (cb_combo_active_item_changed). (Old svn revision: 5979) commit 8d460b842eabf2eb53c9b0196141ce8156e45995 Author: Piarres Beobide <pi@beobide.net> Date: Tue Nov 4 22:01:37 2008 +0000 Some goodies Basque translation updates (Old svn revision: 5976) commit 7a13e4d62d1bf37f47c5e0a017af4657bdac0c24 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Nov 4 18:32:18 2008 +0000 Get ready for a beta release. (Old svn revision: 5969) commit 4992f3c0e9c636dec0103aaf50930475cef81d8e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Nov 4 11:12:13 2008 +0000 Make sure that all the open with stuff is ifdef'ed. (Old svn revision: 5967) commit e777ff8fdba89c67325bba22f318725ded2a7231 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Nov 4 11:01:17 2008 +0000 Add missing comments in the code and improve indentation in some places. (Old svn revision: 5966) commit a58ea41907946721a60d71aec1e63b49c8fe6604 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Nov 3 20:25:57 2008 +0000 Forgot some items in the changelog of the previous commit. (Old svn revision: 5943) commit 849ffc08e68fc0b97aa6b841d8585a4b0493fce3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Nov 3 20:20:51 2008 +0000 * configure.ac.in: Display build options. * lib/screenshooter-dialog.c: - (cb_combo_active_item_changed) Fix prototype and do not free sd->app as it makes the plugin segfault. * lib/screenshooter-utils.c: - (screenshooter_open_screenshot) Display the error with xfce_err if any. * TODO: updated. (Old svn revision: 5942) commit 4b3382bcbed9c74ee8eeed8a8852ff824db4ff53 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Nov 3 15:09:55 2008 +0000 * TODO: updated. * lib/screenshooter-utils.h: add define for default application. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) read the default application. - (screenshooter_write_rc_file) write the default application. - (screenshooter_open_screenshot) only open if app != "none". * lib/screenshooter-dialogs.c: - add a define for icon size. - (set_default_item) added to select the correct item of the combobox when displaying the interface. - (add_item) use the icon size define. - (populate_liststore) add the "none" item on the top of the liststore. - (screenshooter_dialog_new) add a call to set_default_item. (Old svn revision: 5937) commit 5381131658f3eaaf5b2e2a4d5c0ca4b343af5ca7 Author: Michal Varady <miko.vaji@gmail.com> Date: Sun Nov 2 17:59:16 2008 +0000 Czech translation updated (Old svn revision: 5919) commit 7854560bd8c311f0263f268547b8a21d1e1ffce7 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Nov 2 14:24:00 2008 +0000 Correctly free a lot of stuff in lib/screenshooter-dialogs.c (Old svn revision: 5908) commit bf58e78af1108c3140d214b624253662509375f5 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Nov 1 10:43:32 2008 +0000 Add icons to the combobox when available. (Old svn revision: 5888) commit 3dc8adcb4ac1dc8d209f8f18b7f7e95ec966f292 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Thu Oct 30 17:52:48 2008 +0000 Translation update - id (Old svn revision: 5880) commit 19882e657da838f3127bad059bca5d045fa879e9 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Oct 30 16:47:00 2008 +0000 * lib/: remove the screenshooter-open-with files, it will be handled in screenshooter-dialogs.c * lib/screenshooter-dialogs.c: add the open with stuff and make it functionnal. * Remove all screenshooter-open-with.{c,h} in makefiles. (Old svn revision: 5876) commit 136f493935469c5bc61e3ec2d87fee08402a3012 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Oct 30 10:32:46 2008 +0000 Fix build, but the open-with stuff still does not work. (Old svn revision: 5873) commit a1faefb7c1d9b84cabecab470dba56c8f64692ca Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Oct 30 10:21:26 2008 +0000 Add missing files (Old svn revision: 5872) commit 506454748f3f388e11896149764a0bb5837ca7f1 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Oct 30 10:16:24 2008 +0000 Partial broken commit for open-with functionnality. (Old svn revision: 5871) commit 0d1b467ea70d3b8959415abc9a12e49ca6734e13 Author: Og Maciel <ogmaciel@gnome.org> Date: Tue Oct 28 22:54:15 2008 +0000 Updated Brazilian Portuguese translation. (Old svn revision: 5860) commit ab44795c000fbd0313f41dd08453aa9272f03955 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Oct 28 16:11:44 2008 +0000 * lib/screenshooter-utils.{c,h}: add the "screenshooter_" prefix before (take_screenshot) and (save_screenshot). * src/main.c: use the new function names in (main). * panel-plugin/screenshooter-plugin.c: - use new function names. - add a missing prototype. - clean the indentation of prototypes. - add a "cb_" before all callback functions names. - use a "screenshooter_plugin_" prefix for other functions. (Old svn revision: 5848) commit 893806f0740bcd3b143efdee242304ef4f965601 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Oct 28 13:27:02 2008 +0000 Update and fix encoding of da translation (Old svn revision: 5847) commit 13cb77c81ae9c06e40297fa9d1cedc544e7e6503 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Oct 28 09:06:21 2008 +0000 update-po and fix a typo in the name of the .desktop item (Old svn revision: 5846) commit 65b6954bf6629c23656a1ed2f514defafb2a1664 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Oct 22 17:22:15 2008 +0000 * Reorganise the code structure. * Save the state of the main application's button and reload them the next time. * Various code cleanups. (Old svn revision: 5746) commit 11faf134061aa45440dce485793a55ffd13e8691 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Oct 18 16:29:40 2008 +0000 Add .desktop file for the main application. (Old svn revision: 5677) commit 91f5a8e07487d2a73ac354288ed3a416db1c1457 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Oct 15 17:47:29 2008 +0000 Plug a leak, improve the main dialog. (Old svn revision: 5637) commit 93441323ee50aebeebd82751945935742a97693c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Oct 12 11:33:16 2008 +0000 Various cleanups in the plugin code and in the utils. (Old svn revision: 5582) commit fb30b293c5319ad9a9117676a21435972c206091 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Oct 12 08:37:22 2008 +0000 Add dialog when no CLI option is passed to the executable. (Old svn revision: 5581) commit da4a58ef86fbecc6652c13ea69b2c7754deca0eb Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sat Oct 11 17:08:50 2008 +0000 Translations updates in Japanese for the genmon, quicklauncher and screenshooter plugins (Old svn revision: 5569) commit 01dc4dce7b4c43e210f878323383e0c026b0471f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Oct 5 10:19:07 2008 +0000 * Don't do anything ofr now if no cli option is given. TODO: add a dialog similar to the plugin preferences one to take a screenshot easily without having to mess with cli options. * Add a cli option to take a fullscreen screenshot. (Old svn revision: 5514) commit c7f740dadcb845918d7d5e74663c643094354b61 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Oct 5 08:25:05 2008 +0000 Update translations list and update news. (Old svn revision: 5513) commit 1f687b7572db75043aa2dbe5ce3c07d094fb592d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Oct 5 08:19:33 2008 +0000 Fix four memleaks detected by Gauvain Pocentek. (Old svn revision: 5512) commit cd63a5bf58cc6ee0446d9a7010ed33c486a6b6fb Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Oct 4 15:48:32 2008 +0000 Code cleanup and refactoring. (Old svn revision: 5510) commit 4ea4da5bb8117c71563bbd36a49dd3a835ed1550 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Oct 3 13:05:43 2008 +0000 Fix a crash due to a null pointer. (Old svn revision: 5506) commit 1ab7162b0e0b1261f76d5232ad11068be526502c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Sep 20 12:54:10 2008 +0000 Plug some remaining leaks and remove some useless code in main. (Old svn revision: 5426) commit 7cd93535920c07a17270176840cd7c166a7547de Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Sep 19 18:19:14 2008 +0000 Add default icons as per m8t's suggestion. (Old svn revision: 5423) commit f641728fb11213fafa471aa656bea9e05537dc13 Author: Lars Nielsen <lars@mit-web.dk> Date: Thu Sep 18 14:43:07 2008 +0000 (Old svn revision: 5421) commit fa4ffef65f53bcd36661ffc0aeb1592bf06d3905 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Sep 14 18:09:27 2008 +0000 Use applets-screenshooter icon for preferences dialog and save dialog. (Old svn revision: 5405) commit fd56d820e6b76d129050ca991e8c385b4b91720b Author: Piarres Beobide <pi@beobide.net> Date: Thu Sep 11 20:34:56 2008 +0000 Some goodies Basque translation update (Old svn revision: 5395) commit 4148ce4a752c30936cad479526bdb6f3156eef03 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Aug 23 10:50:41 2008 +0000 Post release bump (Old svn revision: 5291) commit d6b498377e6f75020d044048c0fbe6dacc7c6f5d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Aug 23 10:28:50 2008 +0000 === 1.3.2 === * src/screenshooter-utils.c: - (cb_current_folder_changed): new function to update the filename. - (save_screenshot): updated to use cb_current_folder_changed. * NEWS: updated. * configure.ac.in: get ready for new release. (Old svn revision: 5289) commit 1d879f6a5f28b9dca1fbe2d453789b930496ef12 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Aug 19 13:57:32 2008 +0000 Use a #define to set the default save directory. (Old svn revision: 5279) commit 1637b047f76ed4d1c9effdc42ca512a482139a60 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Aug 19 10:58:54 2008 +0000 * src/*: - comment all code - clean identation - plug some leaks of GdkPixbuf * NEWS: updated. (Old svn revision: 5278) commit 0a15ec46b5f9df43baf61d940fe08876febf0e3e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Mon Aug 18 08:30:04 2008 +0000 * xfce4-screenshooter.1: bump version for future release. * configure.ac.in: ditto. * src/Makefile.am: build with -Werror * NEWS: updated. (Old svn revision: 5273) commit 52adc05315dc282ad20c379ca20b807d973003c4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Aug 17 22:37:40 2008 +0000 * src/screenshooter-utils.c: - do not g_free screenshot_dir when reading conf file, as we need it after. - improve identation. (Old svn revision: 5272) commit 79bdf03a0c0c08a5e8127fdb6518499d9d649ed2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Aug 16 22:00:52 2008 +0000 * src/screenshooter-utils.c: - ported to use mostly gdk functions. - BUGFIX: when the active window is the desktop, instead of returning a corrupted snapshot of the background image, return the whole desktop view. - drop get_window_property and screenshot_find_active_window which are now useless. - improve indentation of code. * src/screenshooter-utils.h: - remove some useless #includes. * configure.ac.in: add svn tag that I had forgotten. * NEWS: updated. (Old svn revision: 5260) commit 48158692d0ee9cd5fef923beb734f077f06e7d1b Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Aug 15 17:06:23 2008 +0000 * src/screenshooter-plugin.c: - improve indentation. - use tooltips if gtk >= 2.12 * NEWS: updated. (Old svn revision: 5229) commit 75446dae6a938030faf0a1b661526ac8f157e6db Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Aug 15 14:18:11 2008 +0000 Plug a LOT of stupid leaks ! (Old svn revision: 5228) commit ca5df781320619f330d187e67ef75f49d7071637 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Aug 10 21:43:51 2008 +0000 Translations updated and added in Indonesian and Polish. (Old svn revision: 5214) commit d12489440b6614a414e95b7a8a9e678872999af8 Author: Stavros Giannouris <stavrosg2002@freemail.gr> Date: Sat Aug 9 16:58:03 2008 +0000 Greek translations update. (Old svn revision: 5212) commit 8b5d3d09db2a9b5fdf5adad755705a6905ad4a85 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jul 17 15:02:11 2008 +0000 Get ready for bugfix release (Old svn revision: 5129) commit 15b3feaf5eb6f092291deebdf77e50fe7dac6145 Author: Mohamed Magdy <mohamed.m.k@gmail.com> Date: Wed Jul 16 23:01:19 2008 +0000 Update Arabic translations (Old svn revision: 5118) commit eddd6c52a5c12ac72cb43ef1ab9f9c8d482f9a3e Author: Mohamed Magdy <mohamed.m.k@gmail.com> Date: Wed Jul 16 13:40:56 2008 +0000 Update Arabic translations (Old svn revision: 5110) commit 9d31886ed00d5e033b3f0b08d542426260475a4c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Jul 16 08:04:39 2008 +0000 Really fix the relative path issue (Old svn revision: 5104) commit 5f997d9c9601bd7d8c88545630816f22cda6b57e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Jul 16 07:17:23 2008 +0000 Partially fix -s switch with relative paths (Old svn revision: 5103) commit 98685c10ca28b55f512be5e248131a297a2cbe7d Author: Mohamed Magdy <mohamed.m.k@gmail.com> Date: Tue Jul 15 20:45:45 2008 +0000 Update Arabic translations (Old svn revision: 5101) commit 6e71e04be1d4ac6312fc6c062c6fa56f9c6aed7a Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jul 15 07:23:47 2008 +0000 Revert a not working change (Old svn revision: 5087) commit 67f7cee85e5f90c8a62f4c0fc92504c0453e863e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jul 15 07:20:00 2008 +0000 Get ready for 1.3.0 (Old svn revision: 5086) commit 66a9238432812dd33c44fd89c742baa510c9224a Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Mon Jul 14 07:27:43 2008 +0000 Translations added and updated for most goodies (gl;pt_PT;zh_CN) (Old svn revision: 5072) commit b9481d46ea6a9fd8459eff9aec94eece5d915573 Author: Maxim Dziumanenko <mvd@mylinux.com.ua> Date: Mon Jul 14 06:56:08 2008 +0000 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translatioon (Old svn revision: 5071) commit eb291bc563435c9d2abb3d1928adfb6982759efe Author: SZERVÁC Attila <sas@321.hu> Date: Sat Jul 12 17:18:37 2008 +0000 [intl:hu] screenshooter updated (Old svn revision: 5067) commit 146665f9ea8ec2d61153d2316ca9458cd43502d0 Author: Og Maciel <ogmaciel@gnome.org> Date: Sat Jul 12 16:20:40 2008 +0000 Updated Brazilian Portuguese translation (Old svn revision: 5065) commit cde6764a15f0d82b9445046c02392063696a2058 Author: Michal Varady <miko.vaji@gmail.com> Date: Sat Jul 12 15:51:51 2008 +0000 Updated Czech translation (Old svn revision: 5064) commit f8cbcea0d615ef94c4e4af4623e37bc2fa26174c Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jul 12 14:57:15 2008 +0000 Make update-po and update french translation (Old svn revision: 5063) commit dca20c1fb6e82cc4794ea5ccb2ddcbf7ca49b6dd Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jul 12 14:46:18 2008 +0000 Reduce code duplication between plugin and executable. Save the location of the save folder when saving without showing the save dialog. New cli option to hide the save dialog. New cli option to set a default save folder, saved in a rc file. New cli option to set a custom save folder. Updated copyrights. Updated manpage and news. See changelog for details. (Old svn revision: 5062) commit f707ddc966b93c507c01f52da2f51dad23b0a5f1 Author: SZERVÁC Attila <sas@321.hu> Date: Fri Jul 11 14:11:08 2008 +0000 [intl:hu] little fixes (Old svn revision: 5051) commit f4c5d2f78dc051d0d8eaab2e891e2d9ece09f2b7 Author: Michal Varady <miko.vaji@gmail.com> Date: Mon Jul 7 17:34:27 2008 +0000 Updated Czech translations (Old svn revision: 5030) commit 9714c5beb5c98d59783d907f0e45a204a2bc6321 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jul 5 09:23:55 2008 +0000 Make filename translatable. (Old svn revision: 5026) commit 0e467462acc78c96ad394f5fdf299bb0f8a809d2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jun 29 14:49:35 2008 +0000 Fix identation. Give correct names to vars. Start to comment the code. (Old svn revision: 5015) commit 67ebe7317feb8225d90d11b9d819342847c35730 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sun Jun 29 14:25:29 2008 +0000 Post release bump. (Old svn revision: 5013) commit 068abf71e95563020840329fa63fa395a66bfc8f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 28 13:54:37 2008 +0000 Updated german translation. (Old svn revision: 5011) commit 1420d60f0d0e3c58fc570f9a01b3693cf814670d Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 28 13:42:02 2008 +0000 Get ready for next release (Old svn revision: 5010) commit 0983566e565b1ac775fd10d76d71e06d43ceed07 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 27 16:21:54 2008 +0000 Fix gcc warnings and infinite loop. (Old svn revision: 5001) commit cc705652e58996684648bbd7dce23e9d1969264c Author: Og Maciel <ogmaciel@gnome.org> Date: Fri Jun 27 15:58:01 2008 +0000 Fixed file codification (Old svn revision: 5000) commit 9f90325e96ebd4f9c4836ffa49150547779ba9c2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 27 15:35:07 2008 +0000 Clean generate_filename_for_uri using g_access (Old svn revision: 4999) commit ae46c0b7c6859da80b6e5a4aba417db32d028a06 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Thu Jun 26 22:00:51 2008 +0000 Translations added and updated for most goodies (gl) (Old svn revision: 4998) commit 619f0fcb5c8c37ac03bd8c76979564f7f96c3081 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Wed Jun 25 21:44:02 2008 +0000 Translations added for most goodies (id) (Old svn revision: 4996) commit 2e11ff357b60454e304344b642d06144c9b7b536 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sun Jun 22 10:40:21 2008 +0000 update-po (Old svn revision: 4985) commit fa1924de2ddbf696e7404b1f651c7b0e8a6222aa Author: Og Maciel <ogmaciel@gnome.org> Date: Fri Jun 20 20:33:51 2008 +0000 Updated Brazilian Portuguese translation (Old svn revision: 4977) commit 8d4fbdda153e1d526670936bc3da10d81b337cf4 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 20 07:19:43 2008 +0000 Updated NEWS file (Old svn revision: 4975) commit 74080999fefa3a23be50c2ed9cad8c7979243f4f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 20 07:10:08 2008 +0000 Make labels bold and left aligned. Update po files and french translation. (Old svn revision: 4974) commit e5df08e77e8cbc31542dbf63ec67e8edc3881329 Author: Og Maciel <ogmaciel@gnome.org> Date: Fri Jun 20 01:01:22 2008 +0000 Updated Brazilian Portuguese translation (Old svn revision: 4971) commit 6104e637ff37d1fbcb028d73f5753eabd222b540 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jun 19 17:34:20 2008 +0000 Add default save location. (Old svn revision: 4970) commit 39e9d63cfde19b67a234c5528166a970f07eef23 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jun 19 14:48:13 2008 +0000 Make update-po (Old svn revision: 4969) commit 3c9f655f41a234666848c33054199e85c1d92028 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Thu Jun 19 13:14:48 2008 +0000 New shiny preferences dialog (Old svn revision: 4968) commit d6fce82ae6cdde355ef3bf49c1a4ac8f055be96f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Jun 18 16:13:44 2008 +0000 Remove some useless code. (Old svn revision: 4965) commit ea4ea7872569dd6cd63ed1bedad6946e241379c7 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Wed Jun 18 15:09:18 2008 +0000 Add manpage taken from Debian package. (Old svn revision: 4964) commit 88289d9ae421dd799a91f794152ee99e4dec8e0f Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jun 17 19:54:52 2008 +0000 Fix build with gcc-4.3 (thanks to Lionel Le Folgoc) (Old svn revision: 4959) commit 51cd839b55dbb4449e8e78bca53b7a1fd53cbc7e Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jun 17 12:15:46 2008 +0000 Post release bump. (Old svn revision: 4957) commit 29c11e387075dfe7dba2a079a14dfe148495d515 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jun 17 10:40:17 2008 +0000 Getting ready for release (Old svn revision: 4955) commit 744ecb8c3ec0cda1270cff6087348d73c370fc91 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jun 17 10:33:47 2008 +0000 Add Croatian translation (Old svn revision: 4954) commit 96896539516cd6832b2f7fecc573be62eb49b57b Author: Stephan Arts <stephan@xfce.org> Date: Tue Jun 17 10:03:58 2008 +0000 Add dutch translation (Old svn revision: 4953) commit f29b10f38765a9466b30985fe539a5ca8190c8d3 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jun 17 09:55:27 2008 +0000 Polish autotools and license before release (Old svn revision: 4952) commit 478a40e7b08f4abbb89bdf50b4b0ca84ad442f56 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 14 12:13:45 2008 +0000 Updated german translation (Old svn revision: 4936) commit c106aa37a7e30a40a3f7ebe9f22fdf5952a84f6d Author: Og Maciel <ogmaciel@gnome.org> Date: Tue Jun 10 16:43:41 2008 +0000 Updated Brazilian Protuguese translation (Old svn revision: 4927) commit 3122ec968cbb7a3590296c91c23366bf27a4b520 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Tue Jun 10 07:20:00 2008 +0000 Update po files and a string in plugin (Old svn revision: 4926) commit faaa8f6d22977b76adb8d1aa15271ccc38ff9228 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Sat Jun 7 22:23:16 2008 +0000 Add executable with cli options and various code improvements. (Old svn revision: 4903) commit 7ac04a3b7faa403472f56e37552fe59c63aebad2 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 6 17:49:46 2008 +0000 Reorganize code. (Old svn revision: 4898) commit 7e2df40e321a1bf6b63e4002492dbd1df6025550 Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 6 13:35:27 2008 +0000 Remove deprecated code and set the button sensitive at the end of the screenshot procedure. (Old svn revision: 4897) commit 2917fd825354c8b65dd8bc33a8be8145ab9de2ea Author: Jerome Guelfucci <jeromeg@xfce.org> Date: Fri Jun 6 13:30:44 2008 +0000 Update the code, changes available in changelog. (Old svn revision: 4896) commit 3398679ecc507daa5ef95ce5da859b835b25a762 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Tue May 27 00:21:25 2008 +0000 update-po (Old svn revision: 4846) commit bb2ed1ed8f100979ddabcecd57e04be711ae54a4 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sun May 18 16:32:36 2008 +0000 Apply patch from Jérôme Guelfucci * INSTALL: - Delete automated file * panel-plugin/screenshooter.c: - Clean up GCC warnings - Fix delay statements (Old svn revision: 4823) commit 602e3d3954b5539fd65d9c024f4fd095a62daef5 Author: Stavros Giannouris <stavrosg2002@freemail.gr> Date: Thu Apr 24 16:54:25 2008 +0000 Added xfce4-taskmanager Greek translation by Evaggelos Balaskas. Added el in LINGUAS for the screenshooter plugin (yes, getting old, I know...) (Old svn revision: 4671) commit b6379844cea62f8b4ecf90d7057e114ce51ab6ae Author: Stavros Giannouris <stavrosg2002@freemail.gr> Date: Wed Apr 23 18:15:59 2008 +0000 Greek translations updates (Old svn revision: 4663) commit 52ae844fd42e01b1c3cfcae00ff176020aef37ce Author: Stavros Giannouris <stavrosg2002@freemail.gr> Date: Sat Apr 12 17:29:30 2008 +0000 Added Greek translations for screenshooter and ristretto by Evaggelos Balaskas. (Old svn revision: 4538) commit 9763f64b95e034bc9f862bd2fd30dd78a0769b58 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Mon Nov 19 23:06:36 2007 +0000 Latvian translations added to most goodies. (Old svn revision: 3611) commit 2f27463fe6b1d5bacde37173dfa4519a82d102f2 Author: Mike Massonnet <mmassonnet@xfce.org> Date: Thu Nov 15 08:37:37 2007 +0000 Fix changelogs for updated ur.po files, and add thunar-archive-plugin (Old svn revision: 3591) commit 075b33b9e42037a577b378ed8b3162d12a6a444f Author: Mike Massonnet <mmassonnet@xfce.org> Date: Thu Nov 15 08:24:33 2007 +0000 Rename pk.po to ur.po (Old svn revision: 3590) commit 9a8dd2501add2876ab31dbd2b184ccefc476712b Author: Mike Massonnet <mmassonnet@xfce.org> Date: Sun Oct 28 19:05:17 2007 +0000 Add new translation by محمد علي المكي <makki.ma@gmail.com> (Old svn revision: 3466) commit 1781f3e15f901347281a679917208f3aa4aa89dc Author: Brian Tarricone <brian@tarricone.org> Date: Thu Oct 25 18:03:59 2007 +0000 remove () from AC_INIT line to work around intltool bug (Old svn revision: 3444) commit 1f9e1362a70c8f961ffbaaddc02b1d11a91283d3 Author: Og Maciel <ogmaciel@gnome.org> Date: Sat Sep 8 03:02:34 2007 +0000 Brazilian Portuguese translations added by Andrius da Costa Ribas. (Old svn revision: 3172) commit b4f5582a1d20a98bab41856334598438344b077e Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Jul 8 21:34:59 2007 +0000 Last bunch of pt_PT and nb_NO files to be added. (Old svn revision: 2900) commit 1f308a4dabe0a1dfd4bd5f7c45bdc1592b18a692 Author: Daniel Bobadilla <dbobadil@dcc.uchile.cl> Date: Wed Jun 6 23:00:56 2007 +0000 fix bug, Creates Screenshot.png on "Cancel". Debian bug nro 420242 (Old svn revision: 2815) commit 5b5cfbe2f7e59a03b6bf1e8034d1f5f99f5c5936 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Sun Apr 1 22:19:33 2007 +0000 Added and fixed Polish translations. (Old svn revision: 2646) commit fd92eea9c96edab54eb7ff5db983feca5f37934a Author: Pau Rullan Ferragut <paurullan@bulma.net> Date: Sat Mar 31 07:26:12 2007 +0000 i18n british translation (Old svn revision: 2603) commit f95a9d15a4530e780f6c86b758480eef74c8cb75 Author: Hydonsingore Cia <hydonsingore@educities.edu.tw> Date: Sat Mar 10 10:07:16 2007 +0000 Updated zh_TW transaltions (Old svn revision: 2536) commit b13a43d97f045e908e9711e0239da610d36ab31f Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Tue Feb 20 21:22:55 2007 +0000 * fr.po: Updated some French translations. * ja.po: Updated and added the Japanese translations by Nobuhiro Iwamatsu in the xkb and the volstatus-icon plugins respectively. * sq.po: Updated the headers of most plugins by Besnik Bleta. (Old svn revision: 2506) commit 64181e188afa2c46f161538f9327ee8fc4ee21c7 Author: Maximilian Schleiss <maxschleiss@solnet.ch> Date: Fri Feb 2 18:52:37 2007 +0000 Added the Albanian translations by Besnik Bleta for all the goodies. (Old svn revision: 2480) commit a4c684fb6217844bb63172058b5af230592c196d Author: SZERVÁC Attila <sas@321.hu> Date: Sun Dec 17 19:49:36 2006 +0000 little header fixes (Old svn revision: 2248) commit 2a82c91a1ad7764885b4002dccf12c7986417045 Author: Pau Rullan Ferragut <paurullan@bulma.net> Date: Fri Dec 15 07:16:38 2006 +0000 i18n update (Old svn revision: 2227) commit c3d61f2ccf48358698db5169342e81d09c82f81a Author: Jean-François Wauthy <pollux@xfce.org> Date: Tue Oct 3 16:35:33 2006 +0000 add cs to XDT_I18N (Old svn revision: 2086) commit 7d67335c30eaab90a1315403a9f92381a5a54810 Author: Jean-François Wauthy <pollux@xfce.org> Date: Tue Oct 3 16:34:19 2006 +0000 updated translations (Old svn revision: 2085) commit 0ba516ca77e0a2786aa0f8efa733622730791e72 Author: Jean-François Wauthy <pollux@xfce.org> Date: Sat Sep 23 11:30:43 2006 +0000 various translations updates (Old svn revision: 2066) commit 63d8bbb9b47bc7f4d2d6f10b99faaceb348f28e5 Author: Piarres Beobide <pi@beobide.net> Date: Tue Sep 19 07:40:40 2006 +0000 Add/update some godies basque translations (Old svn revision: 2056) commit 12d03a0c65d9536f9a9bb2c78d14544fb30674d7 Author: Jean-François Wauthy <pollux@xfce.org> Date: Sun Sep 17 20:09:46 2006 +0000 Update French and Polish translations (Old svn revision: 2039) commit 7b0a8f74a7daa96c9786b6c796734e84f5dc4055 Author: Nick Schermer <nick@xfce.org> Date: Mon Sep 11 16:55:51 2006 +0000 * de translation (Old svn revision: 2021) commit d858f080a4a7738382ff0dfb28a585c162f7a2f1 Author: Nick Schermer <nick@xfce.org> Date: Mon Sep 11 16:53:33 2006 +0000 * Apply Patch from Enrico Tröger to enable i18n. (Old svn revision: 2020) commit 5003d20693f5cd208883a67b00542f248c015275 Author: SZERVÁC Attila <sas@321.hu> Date: Sun Sep 10 23:05:35 2006 +0000 hu trunk: mpc, screenshooter added (Old svn revision: 2014) commit 85d6c9232aceb9cea2b1818a127e89730fdd7fc6 Author: SZERVÁC Attila <sas@321.hu> Date: Sun Sep 10 23:04:32 2006 +0000 hu trunk: mpc, screenshooter added (Old svn revision: 2013) commit 9ebb58e2a0842e2e2f859921e392c1b9546f68a4 Author: Nick Schermer <nick@xfce.org> Date: Sun Sep 10 20:49:24 2006 +0000 remove test (Old svn revision: 2011) commit 32ee1c98bfe146d57bc8d82d5990b8dd0680ad9c Author: Nick Schermer <nick@xfce.org> Date: Sun Sep 10 20:49:11 2006 +0000 test commit (Old svn revision: 2010) commit 46a2b62628ce924b521470fa2b24c7f927d7c117 Author: Nick Schermer <nick@xfce.org> Date: Sun Sep 10 19:31:33 2006 +0000 * Regenerated all *.po files (Old svn revision: 2006) commit a341c2a4ead487fbbdca24999363bd5641eb4e72 Author: Nick Schermer <nick@xfce.org> Date: Sun Sep 10 19:16:49 2006 +0000 * Created new pot files for all goodies (Old svn revision: 2005) commit 48a6b4b2cd997c72b58b255e8c58f53fc6966233 Author: Nick Schermer <nick@xfce.org> Date: Sun Sep 10 18:17:23 2006 +0000 Big cleanup of the goodies svn. The following files are removed: .cvsignore Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure depcomp install-sh intltool-*.in ltcf-c.sh ltmain.sh missing mkinstalldirs Makefile.in.in *.gmo So keep it clean from now on ^_^. (Old svn revision: 2002) commit 21dc86e568d4dc6744b50e7de247244012ffd98d Author: Jasper Huijsmans <jbhuijsmans@home.nl> Date: Wed Aug 16 13:26:30 2006 +0000 Add trunk directory. (Old svn revision: 1903)