commit 5e7664f15f61b8a0ebd6683551563241a66ecb42 Author: Enrico Minack Date: Sun May 8 03:05:01 2011 +0200 [release] 3.1.1 NEWS | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) commit f1f7d1aae71511fa9f697297367204e061df5045 Author: Mario Blättermann Date: Sun May 8 13:10:47 2011 +0200 [l10n] Updated German translation po/de.po | 216 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 111 insertions(+), 105 deletions(-) commit 9469025caea9bff9794ecefe12473ea25caa10b4 Author: Daniel Mustieles Date: Sun May 8 11:59:46 2011 +0200 Updated Spanish translation po/es.po | 250 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 131 insertions(+), 119 deletions(-) commit c29ca83d411d116dc005a9405a63039f486a7bb1 Author: Enrico Minack Date: Sat May 7 23:44:47 2011 +0200 general: replace LIBPANEL_APPLET_DIR with path containing datadir, see bug 647927 - with the former variable, make install does not work with --prefix so package building does not work accessx-status/Makefile.am | 2 +- battstat/Makefile.am | 2 +- charpick/Makefile.am | 2 +- cpufreq/Makefile.am | 2 +- drivemount/Makefile.am | 2 +- geyes/Makefile.am | 2 +- gweather/Makefile.am | 2 +- invest-applet/data/Makefile.am | 2 +- mini-commander/src/Makefile.am | 2 +- mixer/Makefile.am | 2 +- modemlights/Makefile.am | 2 +- multiload/Makefile.am | 2 +- null_applet/Makefile.am | 2 +- stickynotes/Makefile.am | 2 +- trashapplet/Makefile.am | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) commit db30fe4f9583f203df52093d8f893f8ca8093591 Author: Enrico Minack Date: Sat May 7 23:43:40 2011 +0200 mixer applet: type annotation in POTFILES.in was missing, broke distcheck po/POTFILES.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 92d0dcf62dfcd60c8e87f64213c14f7f786627fe Author: Enrico Minack Date: Sat May 7 23:42:09 2011 +0200 invest-applet: port invest applet to Gtk 3, see bug 619818 - this is a one-patch merge of branch wip/dont-use-deprecated as of commit 83515e0a - replaces old Bonobo-files with DBus and gnome-panel files - moved to Gtk3 API and python GObject introspection - added default exception handler to gracefully handle uncaught exceptions - added some more high-level debug messages - removed standalone mode from applet, this can be achieved via panel-applet-test - had to explicitly state float values where expected (ints do not work anymore) configure.in | 34 ++--- invest-applet/data/GNOME_GtikApplet.server | 18 -- invest-applet/data/Invest_Applet.server.in.in | 25 --- invest-applet/data/Invest_Applet.xml | 10 - invest-applet/data/Makefile.am | 52 +++--- invest-applet/data/financialchart.ui | 4 +- invest-applet/data/invest-applet-menu.xml | 5 + ...g.gnome.applets.InvestApplet.panel-applet.in.in | 16 ++ ...ome.panel.applet.InvestAppletFactory.service.in | 3 + invest-applet/invest/__init__.py | 26 ++- invest-applet/invest/about.py | 6 +- invest-applet/invest/applet.py | 184 ++++++++++---------- invest-applet/invest/chart.py | 25 ++-- invest-applet/invest/defs.py.in | 1 + invest-applet/invest/help.py | 6 +- invest-applet/invest/invest-applet.py | 60 +++---- invest-applet/invest/networkmanager.py | 6 +- invest-applet/invest/preferences.py | 26 ++-- invest-applet/invest/quotes.py | 43 +++-- invest-applet/invest/widgets.py | 44 +++--- po/POTFILES.in | 3 +- 21 files changed, 285 insertions(+), 312 deletions(-) commit b488efb416922792dc41b82ca798c897c6d004d5 Author: Enrico Minack Date: Sat May 7 23:34:59 2011 +0200 null applet: files really have to be removed from POTFILES.in null_applet/GNOME_NullApplet_Factory.server.in.in | 17 ----------------- po/POTFILES.in | 7 ------- 2 files changed, 0 insertions(+), 24 deletions(-) commit 2aba9400ce5b025cf47685247d496d082db758bb Author: Enrico Minack Date: Sat May 7 10:22:37 2011 +0200 null applet: removed unused bonobo files and updated po/POTFILES.in accordingly null_applet/GNOME_CDPlayerApplet.server.in | 20 ------------------ null_applet/GNOME_KeyboardApplet.server.in | 22 -------------------- .../GNOME_MailcheckApplet_Factory.server.in | 20 ------------------ null_applet/GNOME_MixerApplet.server.in | 22 -------------------- null_applet/GNOME_Panel_WirelessApplet.server.in | 22 -------------------- po/POTFILES.in | 11 +++++---- 6 files changed, 6 insertions(+), 111 deletions(-) commit 31e2b122483a959467282206105502f753bab342 Author: Enrico Minack Date: Mon May 2 21:51:12 2011 +0200 mini-commander: use the new common path for menu files, see bug 646473 mini-commander/src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d99ac83fd2ca3117c6359157fc196ac79a0d5de2 Author: Christopher Aillon Date: Fri Mar 25 17:21:20 2011 -0700 mini-commander: use accessor functions instead of direct access GTK+ 3 removed these implementation details and struct members from its public headers. https://bugzilla.gnome.org/show_bug.cgi?id=646473 mini-commander/src/command_line.c | 35 +++++++++++++++++++++++++++-------- 1 files changed, 27 insertions(+), 8 deletions(-) commit beae0dcaf5bb05794473027d1f86dfcde4b98009 Author: Christopher Aillon Date: Fri Mar 25 17:18:01 2011 -0700 mini-commander: Access the editable widget via gtk_cell_area_get_edit_widget GtkTreeViewColumn->editable_widget was sealed in GTK+ 3 https://bugzilla.gnome.org/show_bug.cgi?id=646473 mini-commander/src/preferences.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit fd17e9ae2259dce63bb3d6363e3671a48b3edf91 Author: Christopher Aillon Date: Fri Mar 25 17:16:05 2011 -0700 mini-commander: Use g_spawn_async instead of gdk_spawn_on_screen The latter was removed in GDK 3 https://bugzilla.gnome.org/show_bug.cgi?id=646473 mini-commander/src/exec.c | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) commit ec016eefde5ee122d7fa32953765611a52369a7d Author: Christopher Aillon Date: Fri Mar 25 17:15:26 2011 -0700 mini-commander: Do not use gtk_dialog_set_has_separator. It was removed in GTK+ 3 https://bugzilla.gnome.org/show_bug.cgi?id=646473 mini-commander/src/mini-commander_applet.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit d1289346c0bd16aca2cd2cc1c4ff00b48d393472 Author: Christopher Aillon Date: Fri Mar 25 16:40:51 2011 -0700 mini-commander: Replace GDK_ with GDK_KEY_ Key names changed in GTK+ 3 https://bugzilla.gnome.org/show_bug.cgi?id=646473 mini-commander/src/command_line.c | 48 ++++++++++++++-------------- mini-commander/src/mini-commander_applet.c | 4 +- 2 files changed, 26 insertions(+), 26 deletions(-) commit 99c787526f4745001cdcff9891ba25a1040e51ec Author: Josselin Mouette Date: Thu Apr 28 22:11:27 2011 +0200 Port mixer applet to GTK 3 https://bugzilla.gnome.org/show_bug.cgi?id=645463 mixer/Makefile.am | 2 +- mixer/applet.c | 88 +++++++++++++------------------------------------- mixer/dock.c | 5 ++- mixer/preferences.c | 5 +-- 4 files changed, 29 insertions(+), 71 deletions(-) commit 6b2d68562da5ce97a3f37025071578eb18a9e5d1 Author: Enrico Minack Date: Fri Apr 22 09:58:31 2011 +0200 bump to 3.1.1 because that's what we are heading for configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6a87376f327e8d8ba3e4586214e3736e1106d4f7 Author: Mario Blättermann Date: Tue Apr 19 20:48:45 2011 +0200 [l10n] Updated German translation po/de.po | 2111 ++++++++++++++++---------------------------------------------- 1 files changed, 550 insertions(+), 1561 deletions(-) commit c6bcd368e2356e9cd01e28032b01059bd23771ae Author: Enrico Minack Date: Sun Apr 17 18:45:28 2011 +0200 invest-applet: enabled to use network manager also with spec 0.9 - with 0.8.995, NM uses different values for states, see bug 647965 configure.in | 3 +++ invest-applet/invest/defs.py.in | 1 + invest-applet/invest/networkmanager.py | 24 +++++++++++++++++++++++- 3 files changed, 27 insertions(+), 1 deletions(-) commit 8935df78f1a60ede926ecb9aea14b3c532721ce2 Author: Rudolfs Mazurs Date: Fri Apr 1 23:35:09 2011 +0300 Updated Latvian translation. po/lv.po | 1292 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 657 insertions(+), 635 deletions(-) commit 7c839d8d67e67340ce383fe208833a903f62dc50 Author: Kristjan SCHMIDT Date: Wed Mar 30 19:19:31 2011 +0200 Updated Esperanto translation po/eo.po | 1563 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 814 insertions(+), 749 deletions(-) commit 99f91d51c5e18bc86cdc425dbe4e3a280e9b8f63 Author: Enrico Minack Date: Sat Mar 26 11:08:22 2011 +0100 fixes compilation problems for sticky notes and trash applet, see bug 638510 stickynotes/Makefile.am | 1 + trashapplet/src/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) commit eff77bffb0180f3b68bb9037740081afe85edcdc Author: Gabor Kelemen Date: Mon Mar 21 15:51:23 2011 +0100 Updated Hungarian translation po/hu.po | 656 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 336 insertions(+), 320 deletions(-) commit 4be309309792304bbc91f329a206d8973d05af51 Author: Aron Xu Date: Sat Mar 19 02:36:40 2011 +0000 Minor correction on Simplified Chinese translation. po/zh_CN.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f915b5198230a6040fdedc4f46442fe7b5a4ccad Author: Enrico Minack Date: Fri Mar 18 19:51:29 2011 +0100 invest-applet: fixed broken charts for European markets, see bug 642470 invest-applet/invest/chart.py | 2 +- invest-applet/invest/quotes.py | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) commit 37948b2f8b389cd6dfa53c32b8c86eb4258fa3cc Author: Nicky Thomassen Date: Sun Mar 13 13:01:21 2011 +0100 Updated Danish translation gswitchit/help/da/da.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2a2863971d283462a5253114fff37a1a10d3d018 Author: Piotr Drąg Date: Thu Mar 10 16:47:05 2011 +0100 Updated Polish translation po/pl.po | 547 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 279 insertions(+), 268 deletions(-) commit 96bf5c1f1a2346e2c87d185c23adc0d86f1ad04a Author: Gabriel F. Vilar Date: Fri Mar 4 16:11:45 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 548 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 281 insertions(+), 267 deletions(-) commit 655950b6c0c09f385f89b6e5029412ed4fd4a708 Author: Carlos Garcia Campos Date: Fri Mar 4 18:41:53 2011 +0100 configure: Bump GTK+ requirements to 3.0 We depend on gtk 3, but the min version was still 2.20.0 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 17beccdb1a85a6b81f9b522dc3c482ba6d04f1d7 Author: ben Date: Thu Mar 3 19:55:34 2011 +0000 [l10n]Update Simplified Chinese translation. po/zh_CN.po | 1404 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 738 insertions(+), 666 deletions(-) commit 5553b785d16665b82aab505d465e52186b3e0215 Author: Kenneth Nielsen Date: Sat Feb 26 13:40:59 2011 +0100 Added da to list of languages gswitchit/help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5853035cc79221dab04a516c999f44dabe981d25 Author: Nicky Thomassen Date: Sat Feb 26 13:38:08 2011 +0100 Added Danish translation gswitchit/help/da/da.po | 480 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 480 insertions(+), 0 deletions(-) commit b477024f4d0b25219c2f0f7af44c05ac348005ae Author: Vincent Untz Date: Thu Feb 24 12:32:15 2011 +0100 build: Use libpanel_applet_dir from libpanelapplet-4.0.pc This makes it easier to know where to install .panel-applet files. accessx-status/Makefile.am | 2 +- battstat/Makefile.am | 2 +- charpick/Makefile.am | 2 +- configure.in | 4 ++-- cpufreq/Makefile.am | 2 +- drivemount/Makefile.am | 2 +- geyes/Makefile.am | 2 +- gweather/Makefile.am | 2 +- mini-commander/src/Makefile.am | 2 +- mixer/Makefile.am | 2 +- modemlights/Makefile.am | 2 +- multiload/Makefile.am | 2 +- null_applet/Makefile.am | 2 +- stickynotes/Makefile.am | 2 +- trashapplet/Makefile.am | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) commit 45a4988a6be02ed80046141d82c94e146f4556a1 Author: Vincent Untz Date: Thu Feb 24 12:25:13 2011 +0100 Update for API change in libpanel-applet >= 2.91.90 We require the latest libpanel-applet, because the name argument was removed from PANEL_APPLET_OUT_PROCESS_FACTORY. accessx-status/applet.c | 1 - battstat/battstat_applet.c | 1 - charpick/charpick.c | 1 - configure.in | 2 +- cpufreq/src/cpufreq-applet.c | 1 - drivemount/drivemount.c | 1 - geyes/geyes.c | 1 - gweather/main.c | 1 - mini-commander/src/mini-commander_applet.c | 1 - mixer/load.c | 1 - modemlights/modem-applet.c | 1 - multiload/main.c | 1 - null_applet/null_applet.c | 1 - stickynotes/stickynotes_applet.c | 2 +- trashapplet/src/trashapplet.c | 1 - 15 files changed, 2 insertions(+), 15 deletions(-) commit 48b138c31ff5e0da7738c9092c8e7c1614312c7d Author: Kjartan Maraas Date: Sat Feb 19 17:23:38 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 560 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 284 insertions(+), 276 deletions(-) commit ebd3481b12dd57f17aeaa98637276be452e9561c Author: Bruno Brouard Date: Sat Feb 12 14:09:34 2011 +0100 New French Doc Translation Bruno Brouard and Alain Lojewski invest-applet/docs/Makefile.am | 2 +- invest-applet/docs/fr/fr.po | 866 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 867 insertions(+), 1 deletions(-) commit 71ced83db2ed310d975d1f684a90a00b87bdcbdf Author: Kjartan Maraas Date: Mon Feb 7 21:06:43 2011 +0100 The build system insists on changing these so I'm just commiting them geyes/docs/zh_HK/geyes.xml | 232 +++++---- geyes/docs/zh_TW/geyes.xml | 232 +++++---- stickynotes/docs/zh_HK/stickynotes_applet.xml | 631 ++++++++++++++++--------- stickynotes/docs/zh_TW/stickynotes_applet.xml | 631 ++++++++++++++++--------- 4 files changed, 1090 insertions(+), 636 deletions(-) commit c0f6e56686679b0036ad82740207e47fdaa3cd72 Author: Kjartan Maraas Date: Mon Feb 7 21:04:03 2011 +0100 Remove unused var stickynotes/stickynotes.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 87ef419d3eca0543120601a73a0bdca9c33f45bd Author: Kjartan Maraas Date: Mon Feb 7 21:03:49 2011 +0100 Fix compiler warning gweather/gweather-pref.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e71599e5f0aef9913a43c10be5ad22b40a7d5cb2 Author: Marek Černocký Date: Sun Feb 6 11:20:41 2011 +0100 Updated Czech translation po/cs.po | 594 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 307 insertions(+), 287 deletions(-) commit d23cdba3f0551de3080066befea0ecda1390c507 Author: Jakob Kramer Date: Sat Feb 5 20:32:42 2011 +0100 [l10n] Updated German doc translation invest-applet/docs/de/de.po | 295 ++++++++++++++++++++++++++----------------- 1 files changed, 181 insertions(+), 114 deletions(-) commit dea641d767a1eed8afeae486bf62ea34d5d73695 Author: Bruno Brouard Date: Wed Jan 26 22:35:04 2011 +0100 Updated French translation po/fr.po | 1095 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 558 insertions(+), 537 deletions(-) commit 6fd55674cdb0154d26c6d9a78001818cfe44fc58 Author: Carlos Garcia Campos Date: Wed Jan 19 11:37:48 2011 +0100 cpufreq: Don't use size-request deprecated API cpufreq/src/cpufreq-applet.c | 70 ++++++++++++++++++++--------------------- 1 files changed, 34 insertions(+), 36 deletions(-) commit b8588880f679b6166f6795877c9f0daefc95b1cc Author: Carlos Garcia Campos Date: Wed Jan 19 10:51:13 2011 +0100 Install applets in the correct directory Applets directory is versioned now accessx-status/Makefile.am | 2 +- battstat/Makefile.am | 2 +- charpick/Makefile.am | 2 +- configure.in | 2 ++ cpufreq/Makefile.am | 2 +- drivemount/Makefile.am | 2 +- geyes/Makefile.am | 2 +- gweather/Makefile.am | 2 +- mini-commander/src/Makefile.am | 2 +- mixer/Makefile.am | 2 +- modemlights/Makefile.am | 2 +- multiload/Makefile.am | 2 +- null_applet/Makefile.am | 2 +- stickynotes/Makefile.am | 2 +- trashapplet/Makefile.am | 2 +- 15 files changed, 16 insertions(+), 14 deletions(-) commit c26ab5f7263acd6a2cf37db5df114f91e2ef329a Author: Matej Urbančič Date: Sat Jan 15 21:06:53 2011 +0100 Updated Slovenian translation po/sl.po | 1202 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 602 insertions(+), 600 deletions(-) commit 63487e3625c079c92abe3bbb36d88b30af186de0 Author: Mahyar Moghimi Date: Sat Jan 15 23:06:32 2011 +0330 Updating Persian Translation po/fa.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 284d70e52b83260fa05eb5bd7299920e4f83b67f Author: Mahyar Moghimi Date: Sat Jan 15 22:33:06 2011 +0330 Updating Persian Translation po/fa.po | 4515 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 2016 insertions(+), 2499 deletions(-) commit 72999ba75856c1a4f43c43cea0d44c9ad4de3273 Author: Daniel Mustieles Date: Thu Jan 13 20:11:40 2011 +0100 Updated Spanish translation po/es.po | 1069 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 545 insertions(+), 524 deletions(-) commit 8cb2297ab097fae18a8eded38e96b93a2ac83ff2 Author: Alexander Shopov Date: Wed Jan 12 07:41:16 2011 +0200 Updated Bulgarian translation po/bg.po | 604 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 316 insertions(+), 288 deletions(-) commit 788a6916eb1ce2decff5254bc336a3d87f4b2bda Author: Andika Triwidada Date: Tue Jan 11 18:32:33 2011 +0700 Updated Indonesian translation po/id.po | 1054 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 512 insertions(+), 542 deletions(-) commit adc50b2a7e68bfeea6f62a95e52f3957f40af14f Author: Daniel Nylander Date: Sun Jan 9 23:52:46 2011 +0100 Updated Swedish translation po/sv.po | 1146 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 588 insertions(+), 558 deletions(-) commit c856cf4ec9aca237fcf2b2be0e50e5ad9550e471 Author: Ivar Smolin Date: Mon Jan 10 00:16:12 2011 +0200 [l10n] Updated Estonian translation po/et.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9f2eb39bb862803dc963e8b4ed375b929e19ab9b Author: Ivar Smolin Date: Sun Jan 9 20:41:34 2011 +0200 [l10n] Updated Estonian translation po/et.po | 46 +++++++++++++++++++++++++++++----------------- 1 files changed, 29 insertions(+), 17 deletions(-) commit b2f72f89e176c718179e3e8a486023fb241705ec Author: Yaron Shahrabani Date: Sun Jan 9 18:45:03 2011 +0200 Updated Hebrew translation. po/he.po | 1064 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 541 insertions(+), 523 deletions(-) commit 625ed2fa278fb7cf60238e513b84f504ed8fd932 Author: Fran Diéguez Date: Sun Jan 9 16:57:06 2011 +0100 Updated Galician translations po/gl.po | 1070 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 544 insertions(+), 526 deletions(-) commit 26af3f70a0e3782081be3788029dfa06771e2dea Author: Kjartan Maraas Date: Sun Jan 9 11:47:41 2011 +0100 Fix CFLAGS and LIBS to reflect that we're only about GNOME 3 now accessx-status/Makefile.am | 11 ++++++++--- battstat/Makefile.am | 5 +++-- charpick/Makefile.am | 4 ++-- cpufreq/src/Makefile.am | 9 +++++---- geyes/Makefile.am | 4 ++-- gweather/Makefile.am | 7 ++++--- mini-commander/src/Makefile.am | 4 ++-- mixer/Makefile.am | 5 +++-- modemlights/Makefile.am | 5 +++-- multiload/Makefile.am | 4 ++-- stickynotes/Makefile.am | 5 +++-- trashapplet/src/Makefile.am | 5 +++-- 12 files changed, 40 insertions(+), 28 deletions(-) commit a03597db6ce640e2b21b8a24559c01cf943f04c9 Author: Kjartan Maraas Date: Sun Jan 9 11:46:54 2011 +0100 Use GAppInfo multiload/main.c | 22 +++++++++++++++++----- 1 files changed, 17 insertions(+), 5 deletions(-) commit de5b7e354e09ff02b6d1fc3a5da1cee7a99ace98 Author: Kjartan Maraas Date: Sun Jan 9 11:45:54 2011 +0100 Make stuff compile trashapplet/src/xstuff.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 90d2129906c7ead8e740bfcf5ab7e451e5ccff4e Author: Kjartan Maraas Date: Sun Jan 9 11:45:52 2011 +0100 Make stuff compile trashapplet/src/xstuff.c | 31 ++++++++++++------------------- 1 files changed, 12 insertions(+), 19 deletions(-) commit 60a3efe3e9b55a5741ecd65ccd71c409ce304631 Author: Kjartan Maraas Date: Sun Jan 9 11:40:11 2011 +0100 Drop catering for two versions of the panel configure.in | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) commit fea6b8c6857d822475100aa7692c1360ff9292b9 Author: Kjartan Maraas Date: Sat Jan 8 23:12:14 2011 +0100 Remove use of deprecated GDK functions and quiet a compiler warning accessx-status/applet.c | 33 +++++++++++++++++++-------------- 1 files changed, 19 insertions(+), 14 deletions(-) commit d26faa68fd2ce10591ca3dc5f64b36f074092425 Author: Kjartan Maraas Date: Sat Jan 8 22:18:06 2011 +0100 Fix Makefile null_applet/Makefile.am | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 26620fdf483af6626c3ad1783e8a94635b720540 Author: Kjartan Maraas Date: Sat Jan 8 22:17:17 2011 +0100 Port null_applet to the new libpanel-applet null_applet/Makefile.am | 56 +++++++++----------- null_applet/null_applet.c | 33 +++++++----- null_applet/null_applet.h | 50 +++++++++++++++++ ...org.gnome.applets.NullApplet.panel-applet.in.in | 15 +++++ ...gnome.panel.applet.NullAppletFactory.service.in | 3 + 5 files changed, 114 insertions(+), 43 deletions(-) commit e3350ca2ad62dff019f91ea30006dfda54461444 Author: Kjartan Maraas Date: Sat Jan 8 22:08:51 2011 +0100 More GDK fixes from Milan stickynotes/stickynotes_applet_callbacks.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit a27ea0ec98ef76aac7ce3867123b6304d726957f Author: Kjartan Maraas Date: Sat Jan 8 22:03:29 2011 +0100 More GDK fixes from Milan stickynotes/util.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 5829a2a03b7edd371da26c76e9653b3dcdb63ca2 Author: Kjartan Maraas Date: Sat Jan 8 22:02:17 2011 +0100 GDK fix from Milan Bouchet-Valat stickynotes/stickynotes.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 9f15852ad098d15b66449f66414f8b243f11b54c Author: Kjartan Maraas Date: Sat Jan 8 22:00:22 2011 +0100 Use GSourceFunc. Patch from Milan Bouchet-Valat geyes/geyes.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7742d17cb81349ff3c10ac08643ac432845ef06d Author: Kjartan Maraas Date: Sat Jan 8 21:58:37 2011 +0100 Port away from deprecated GDK functions. Patch from Milan Bouchet-Valat drivemount/Makefile.am | 7 ++++- drivemount/drive-button.c | 49 +++++++++++++++++++++++++++++++------------- 2 files changed, 39 insertions(+), 17 deletions(-) commit 561a932ce4e59361f54ec434eb24ef89309119b8 Author: Kjartan Maraas Date: Sat Jan 8 21:55:26 2011 +0100 Patch from Milan Bouchet-Valat to fix compilation against gtk3 charpick/charpick.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit fb51ac7c3e0c6e2641eadea57d1117f5948393a2 Author: Christian Persch Date: Thu Oct 28 15:07:35 2010 +0200 cpufreq: Fix the build with gtk3 cpufreq/Makefile.am | 2 +- cpufreq/src/Makefile.am | 2 +- cpufreq/src/cpufreq-applet.c | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) commit cd5250ed5d9aa467a34a6da1e2f566c191b25ca8 Author: Christian Persch Date: Thu Oct 28 15:04:13 2010 +0200 accessx: Fix the build with gtk3 accessx-status/Makefile.am | 2 +- accessx-status/applet.c | 78 +++++++++---------------------------------- 2 files changed, 18 insertions(+), 62 deletions(-) commit 13522dcb2cb272b11214728c69c9ec179de78e2d Author: Christian Persch Date: Thu Oct 28 14:56:59 2010 +0200 battstat: Fix the build with gtk3 battstat/Makefile.am | 2 +- battstat/battstat.h | 3 --- battstat/battstat_applet.c | 33 --------------------------------- battstat/properties.c | 1 - 4 files changed, 1 insertions(+), 38 deletions(-) commit e963da0a21cf50622a1cc548f01e148df1ff575b Author: Christian Persch Date: Thu Oct 28 14:54:10 2010 +0200 gweather: Fix the build with gtk3 gweather/Makefile.am | 4 ++- gweather/gweather-applet.c | 16 +++++++------- gweather/gweather-dialog.c | 1 - gweather/gweather-pref.c | 51 +++++++++++++++++++++---------------------- 4 files changed, 36 insertions(+), 36 deletions(-) commit 5a130b3ce10e965bcd17bf4cd60bcd8d06b29738 Author: Christian Persch Date: Thu Oct 28 14:49:40 2010 +0200 multiload: Fix the build with gtk3 multiload/Makefile.am | 2 +- multiload/main.c | 12 ++++++------ multiload/properties.c | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) commit fb9db56d67afd44b1c05aedb8b511a98f1284522 Author: Christian Persch Date: Thu Oct 28 14:48:00 2010 +0200 trashapplet: Fix the build with gtk3 trashapplet/Makefile.am | 2 +- trashapplet/src/Makefile.am | 2 +- trashapplet/src/trashapplet.c | 15 +++++++-------- trashapplet/src/xstuff.c | 11 +++-------- 4 files changed, 12 insertions(+), 18 deletions(-) commit 9cb63db161552427a959e3df4a6cbec30b09cb62 Author: Christian Persch Date: Thu Oct 28 14:37:29 2010 +0200 stickynotes: Fix the build with gtk3 stickynotes/Makefile.am | 2 +- stickynotes/stickynotes.c | 7 +--- stickynotes/stickynotes_applet.c | 4 +- stickynotes/stickynotes_applet_callbacks.c | 55 +++------------------------- stickynotes/stickynotes_applet_callbacks.h | 5 --- 5 files changed, 10 insertions(+), 63 deletions(-) commit 34943436d2c04d5c9f08fe95b737d263f89a9d18 Author: Christian Persch Date: Thu Oct 28 14:31:19 2010 +0200 geyes: Fix build with gtk3 geyes/Makefile.am | 2 +- geyes/geyes.c | 50 +++----------------------------------------------- geyes/themes.c | 3 --- 3 files changed, 4 insertions(+), 51 deletions(-) commit 71f00ef594e09ece5f735a4599143b7b74262f85 Author: Christian Persch Date: Thu Oct 28 14:23:19 2010 +0200 drivemount: Fix build with gtk3 drivemount/Makefile.am | 2 +- drivemount/drive-button.c | 8 ++++---- drivemount/drivemount.c | 19 ++++--------------- 3 files changed, 9 insertions(+), 20 deletions(-) commit 298d6c077c70c2e50e5ecf2add90e7ea7571fb4f Author: Christian Persch Date: Thu Oct 28 14:21:03 2010 +0200 charpick: Fix build with gtk3 charpick/Makefile.am | 2 +- charpick/properties.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) commit 42a8a515fd5ec7b50c2ae9b3d29471b0b39cec34 Author: Christian Persch Date: Thu Oct 28 14:16:03 2010 +0200 gtk3: update configure requirements configure.in | 56 +++++++++++++++++++++++--------------------------------- 1 files changed, 23 insertions(+), 33 deletions(-) commit bb2a6837143282687860ef811791096c4f187b39 Author: Vincent Untz Date: Thu Oct 28 14:05:30 2010 +0200 Remove gnome-desktop dependency We can simply use GDesktopAppInfo to launch a .desktop file. https://bugzilla.gnome.org/show_bug.cgi?id=623369 configure.in | 10 ++++------ mixer/Makefile.am | 6 ++---- multiload/Makefile.am | 4 ++-- multiload/main.c | 32 +++++++++++++++++++++++--------- 4 files changed, 31 insertions(+), 21 deletions(-) commit 274f17fe92b98b5a0bdd31de734240b4cc6227e9 Author: Christian Persch Date: Thu Oct 28 13:50:03 2010 +0200 Remove GtkObject use battstat/battstat_applet.c | 16 ++++++++-------- charpick/charpick.c | 8 ++++---- cpufreq/src/cpufreq-applet.c | 10 +++++----- drivemount/drive-button.c | 13 ++++++------- drivemount/drive-list.c | 12 +++++------- geyes/geyes.c | 2 +- gweather/gweather-applet.c | 2 +- gweather/gweather-pref.c | 2 +- mini-commander/src/command_line.c | 4 ++-- mixer/applet.c | 1 - trashapplet/src/trash-empty.c | 6 +++--- trashapplet/src/trashapplet.c | 11 +++++------ 12 files changed, 41 insertions(+), 46 deletions(-) commit 137c00e2de6098b0ecef75ec208d58de138d7a82 Author: Benjamin Otte Date: Fri Aug 20 14:16:26 2010 +0200 battstat: Draw with Cairo https://bugzilla.gnome.org/show_bug.cgi?id=627490 battstat/battstat_applet.c | 173 +++++++++++++++++++------------------------- 1 files changed, 76 insertions(+), 97 deletions(-) commit 5b91de8cfdd3578a1219d5367354798fbb4b48d3 Author: Benjamin Otte Date: Fri Aug 20 14:12:09 2010 +0200 accessx: Draw with Cairo https://bugzilla.gnome.org/show_bug.cgi?id=627490 accessx-status/applet.c | 47 +++++++++++++++++++---------------------------- 1 files changed, 19 insertions(+), 28 deletions(-) commit 23f39be37c766a9f7f1c20ab2233d5a0e85d8b17 Author: Benjamin Otte Date: Fri Aug 20 14:03:19 2010 +0200 multiload: Render with Cairo https://bugzilla.gnome.org/show_bug.cgi?id=627490 multiload/global.h | 4 +- multiload/load-graph.c | 115 ++++++++++++++++------------------------------- multiload/properties.c | 2 - 3 files changed, 40 insertions(+), 81 deletions(-) commit 724533eefaec3268bc9787a1e146afbee171cf46 Author: Benjamin Otte Date: Fri Aug 20 13:41:53 2010 +0200 accesx: variable should be GdkWindow, not GtkWindow https://bugzilla.gnome.org/show_bug.cgi?id=627490 accessx-status/applet.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3d51417f06ac5e4177e22ff970d7906e2802ff48 Author: Benjamin Otte Date: Fri Aug 20 13:40:20 2010 +0200 battstat: Suggest parenthesis around assignment used as truth value https://bugzilla.gnome.org/show_bug.cgi?id=627490 battstat/acpi-linux.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 088a4e2ca6272cf029ca3e8ad990bde79f3084d1 Author: Benjamin Otte Date: Fri Aug 20 12:41:56 2010 +0200 gweather: Remove unused variables https://bugzilla.gnome.org/show_bug.cgi?id=627490 gweather/gweather-applet.c | 1 - gweather/gweather-pref.c | 2 -- 2 files changed, 0 insertions(+), 3 deletions(-) commit f026336d7f01da8c8697770206042e5e7c606a11 Author: Benjamin Otte Date: Fri Aug 20 12:40:28 2010 +0200 multiload: Remove unused variable https://bugzilla.gnome.org/show_bug.cgi?id=627490 multiload/linux-proc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 47d62f766eed572c19935829535e738c5cc3d8ea Author: Benjamin Otte Date: Fri Aug 20 12:30:14 2010 +0200 trash: Remove unused function https://bugzilla.gnome.org/show_bug.cgi?id=627490 trashapplet/src/trash-empty.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit 18e23a490529131d17c931247481cfa02b1f14b3 Author: Benjamin Otte Date: Fri Aug 20 12:29:58 2010 +0200 stickynotes: Fix compile warnings https://bugzilla.gnome.org/show_bug.cgi?id=627490 stickynotes/stickynotes_applet.c | 2 -- stickynotes/stickynotes_applet_callbacks.c | 8 +++----- 2 files changed, 3 insertions(+), 7 deletions(-) commit 33e10c46f76994a94fbccb8da0acb4ca36e6f20a Author: Benjamin Otte Date: Fri Aug 20 12:29:05 2010 +0200 drivemount: Fix "variable might be used uninitialized" The code used to set a broken screen in an error case. https://bugzilla.gnome.org/show_bug.cgi?id=627490 drivemount/drivemount.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit fe72f63c91a1458d97d455ab0078d042464366e7 Author: Enrico Minack Date: Mon Jan 3 20:58:13 2011 +0100 gweather: fixes NetworkManager support to compile, see bug 636217 gweather/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 0058dde41dbc7710e2ddc5f28a0a69ed61d397e6 Author: Kjartan Maraas Date: Sun Jan 2 18:56:36 2011 +0100 Updated Norwegian bokmål translation from Torstein Adolf Winterseth po/nb.po | 784 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 398 insertions(+), 386 deletions(-) commit f468a4e540ebd10eada70d3fb2860418995280de Author: Theppitak Karoonboonyanan Date: Sat Dec 25 01:14:10 2010 +0700 Updated Thai translation. po/th.po | 311 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 170 insertions(+), 141 deletions(-) commit f37c1c090dc4fcbadec6636ba65d7655544d22bf Author: Gheyret T.Kenji Date: Thu Dec 23 18:53:10 2010 +0100 Added UG translation po/ug.po | 24 +++++++++++------------- 1 files changed, 11 insertions(+), 13 deletions(-) commit 8070e7424a745e7dca0b900cf90334f1295277cc Author: Mattias Põldaru Date: Mon Dec 20 14:11:59 2010 +0200 [l10n] Updated Estonian translation po/et.po | 255 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 137 insertions(+), 118 deletions(-) commit 8647cefbe91ee55b187a511249db5ba7421a7497 Author: Wei-Lun Chao Date: Sun Dec 12 19:56:35 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 25 +++++++++++++------------ po/zh_TW.po | 25 +++++++++++++------------ 2 files changed, 26 insertions(+), 24 deletions(-) commit f6b5bf454a61ca0090a1a32b798045a807d8ddad Author: Enrico Minack Date: Fri Dec 10 09:10:55 2010 +0100 moved to libnotify version 0.7 fixed API change of libnotify 0.7 for gweather and battstat, fixes #632803 battstat/battstat_applet.c | 2 +- configure.in | 2 +- gweather/gweather-applet.c | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) commit 6273cedf8474d8082ea341dffc28f233e8a6d1c2 Author: Enrico Minack Date: Tue Nov 30 13:07:44 2010 +0100 [release] post-release bump to 2.91.4 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)