commit a907f47fc2cbf958343db5e38549f519de9358e2
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Jun 30 09:38:27 2012 +0200

    Updates for 1.1.1.

commit 522535569428beb2366795727696f84f9e2edef9
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Jun 23 12:26:37 2012 +0200

    only set label angle with panel > 4.9

commit 0c5c25aa7d6d2f6c52858d0d933cbe1a109bd090
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Jun 23 12:07:39 2012 +0200

    Refactor widget creation (sorry, couldn't resist..)
    
    - introduce create_monitor() called once instead of recreating
      widgets all the time in update_orientation()
    - update_orientation() now _only_ takes care of orientation stuff
    - use XfceHVBox instead of creating hbox/vbox depending on orientation
    - remove gtk_widget_modify_bg()/_show() extra calls, this is already
      done in setup_monitor()

commit 1b9d578919d245a3503fd2d4e33f50a8f148b390
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Jun 23 11:42:16 2012 +0200

    Simplify tooltip handling code
    
    - directly use gtk_widget_set_tooltip_text() on the monitor ebox
    - remove the tooltip_text/query-tooltip callback hoops
    - set gtk-tooltip-timeout to a bit less than the update timeout to ensure
      the tooltips are properly updated when the timeout is < 500ms (taken
      from diskperf code)
    - this effectively more or less reverts commit 016c155ccee / bug #5175
      but the features dont change and the code is .. simpler.

commit ddb74ac8d6328cf5ef1c2dcf95b4aabc9956459e
Author: Landry Breuil <landry@xfce.org>
Date:   Sat Jun 23 10:38:27 2012 +0200

    Better compliance with panel plugin HIG
    
    - set border width depending on size in set_size callback
    - set pbars size to 8px/-1

commit f93bdeec293b76fc3178768bf06836948695f102
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Sun Jun 17 07:11:13 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 69a4da85e49fc41d0dd6a153990ed30f069c316f
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Sun Jun 10 14:43:36 2012 +0200

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3d62e71743dd1a9a0ff44b596eda24f511bdc9d0
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Fri Jun 8 04:42:20 2012 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 75b6220f07078e338171175c589ad5d9fc3bbca6
Author: Roman K <mrdoctorwho@gmail.com>
Date:   Sun May 27 10:21:27 2012 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b49dbbfae4e5b6a4be6d93cc0c785580cabb0169
Merge: d1ab0cb 7ab21c8
Author: Landry Breuil <landry@xfce.org>
Date:   Fri May 25 21:52:50 2012 +0200

    Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-systemload-plugin

commit d1ab0cb3acbd884f2a7f7c3ebb6815d0062b1c7f
Author: Landry Breuil <landry@xfce.org>
Date:   Fri May 25 21:52:11 2012 +0200

    pack the monitor labels with a 2px spacing

commit 18a7cc8266a7e0c8ca87a19a96388d34d671be4f
Author: Harald Judt <h.judt@gmx.at>
Date:   Thu May 24 20:23:01 2012 +0200

    Set plugin to small in all modes except deskbar modes (bug # 8944).
    
    Signed-off-by: Landry Breuil <landry@xfce.org>

commit 7ab21c8a0cf6a0d689331802792541b815038c68
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Thu May 24 21:46:15 2012 +0200

    l10n: Updated Polish (pl) translation to 95%
    
    New status: 21 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1ec9a81eb5b74f601e9283ad9251ec3d35be0283
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Sun May 20 10:14:11 2012 +0200

    l10n: Updated Greek (el) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6496dd0a8f90e60bdb953e003d4062a9d87b9434
Author: Harald Judt <h.judt@gmx.at>
Date:   Thu May 17 09:06:30 2012 +0200

    Facilitate bringing up the configuration dialog (bug #8900).
    
    Currently only the labels and the border react to clicks. The labels
    can be hidden, so it can be hard to bring up the configuration dialog.
    By setting the event box above its childs, all parts of the plugin
    will react to clicks.
    
    Signed-off-by: Landry Breuil <landry@xfce.org>

commit c9d024792d12d78b6bc17c6524a93918e5558e4b
Merge: 2fe17f0 bd12aad
Author: Landry Breuil <landry@xfce.org>
Date:   Wed May 16 20:53:25 2012 +0200

    Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-systemload-plugin

commit 2fe17f0ae322c42a389775288562adab568615eb
Author: Harald Judt <h.judt@gmx.at>
Date:   Wed May 16 12:36:28 2012 +0200

    Fix background transparency by setting the main evbox hidden (bug #8891).
    
    The transparency fix in commit e22c9b78384e31720c29e71fc87ba145b21e6cce
    is incomplete. There is another Gtk.EventBox that needs to be set
    invisible, otherwise the label background will not be transparent.
    
    Signed-off-by: Landry Breuil <landry@xfce.org>

commit bd12aad8546e1d797027d347672f4029052f78a6
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon Apr 30 00:51:26 2012 +0200

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3148551561a3716706a33023f105acc0f76fa402
Author: Jeff Bailes <thepizzaking@gmail.com>
Date:   Sat Apr 28 02:02:30 2012 +0200

    l10n: Updated English (United Kingdom) (en_GB) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 080b896969aff3c39704b84afc723998bf7f23e9
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Fri Apr 27 20:52:17 2012 +0200

    l10n: Updated Danish (da) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aed3823077e8e1de3f047bd7ae720887ac0e1dcb
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Fri Apr 27 20:51:57 2012 +0200

    l10n: Updated Danish (da) translation to 95%
    
    New status: 21 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 21857813f952b8e5a4db384639a22d46b1d10131
Author: Jakob Kramer <jakob.kramer@gmx.de>
Date:   Wed Apr 25 16:20:54 2012 +0200

    l10n: Updated German (de) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ddf3b8feb870159a535bf3c0ac61b19c30eb0b6d
Author: Ayhan YALÇINSOY <ayhanyalcinsoy@gmail.com>
Date:   Mon Apr 23 06:08:54 2012 +0200

    l10n: Updated Turkish (tr) translation to 95%
    
    New status: 21 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 21b794c845f7812d26dd0ab9a6399933001a7d05
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Apr 21 09:32:16 2012 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e477a74da9b19b47b1efea7cc614cb3ce0745dc2
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Apr 21 05:04:45 2012 +0200

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ee5f6ffd0c355a86213eb8109f159753729551c6
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Fri Apr 20 14:12:01 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5cd3a2cf1bf2414474c328b7841dc86d181869f0
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri Apr 20 08:58:32 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ac4ac45388c9afc00eb52b39e9b45629dda72182
Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
Date:   Thu Apr 19 21:17:29 2012 +0200

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fb875ce3ef7ccf97f4a20a704b8cb29fc8d3e07c
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Thu Apr 19 19:55:31 2012 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cee120670467cf373629c24591dd3f570141a0be
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Thu Apr 19 18:28:24 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit acbb041fe020a4f830b8b010c3da36caadcfeb51
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Thu Apr 19 12:59:22 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3ed2f27bbd41fd321c2cbec214381f7a1096eb70
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Thu Apr 19 12:43:12 2012 +0200

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1d362653f60c2ba5ec24eca5590bcc5e45ab6308
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Apr 19 08:51:33 2012 +0200

    l10n: Updated Italian (it) translation to 95%
    
    New status: 21 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7d072e8a81a82cfe60b1bb5686253819ce2cd437
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Thu Apr 19 08:26:25 2012 +0200

    l10n: Updated Slovak (sk) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7bb9bd0f84a3def86449cc799eb5feb272496c03
Author: Sergio García <oigres200@gmail.com>
Date:   Thu Apr 19 07:08:40 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d95a42625ae515d5e9183217639fbb38080ef270
Author: Algimantas Margevičius <margevicius.algimantas@gmail.com>
Date:   Thu Apr 19 06:57:07 2012 +0200

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 15ace828337f18d54fc2035f0939f7ac927fa7ba
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Apr 19 00:37:02 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 22 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a82e6f6b2e2675642929c27277e9559f06dee05d
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed Apr 18 23:44:06 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9f553474dd63fa08860fbdcfa3ba7408772fc343
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Wed Apr 18 23:06:09 2012 +0200

    l10n: Updated Danish (da) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 25a45351d1cb77edf34cd1b4937dc65fd8cd2aba
Merge: f5ce2b7 a19218c
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 21:24:51 2012 +0200

    Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-systemload-plugin

commit f5ce2b7f47da64ba2f18a2ef070dab71277c8acd
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 21:24:19 2012 +0200

    revert 71045d561e33a1484502ec3e552cc6ed22a34566 now that set_orientation() takes care of calling set_size()

commit 71d7831d69279a4445b261c5b51693f06f584629
Author: Andrzej <ndrwrdck@gmail.com>
Date:   Thu Apr 19 02:00:14 2012 +0900

    Changing uptime label orientation in the vertical mode
    
    Signed-off-by: Landry Breuil <landry@xfce.org>

commit 8429e931cc6e305a84fe25f923574bad5a9005b1
Author: Andrzej <ndrwrdck@gmail.com>
Date:   Thu Apr 19 01:28:25 2012 +0900

    Compatibility with panel 4.9+
    
    Signed-off-by: Landry Breuil <landry@xfce.org>

commit 93f14cb8953263958dec926886c5db8e18e8201d
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 21:11:53 2012 +0200

    Use only HW_PHYSMEM64 on OpenBSD, HW_SYSMEM is deprecated

commit a19218c4ca40bc29436dd2ba025c48b4ced6d4c2
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Apr 18 21:09:12 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 12940ffb8f2acb2d06fc1673db169cfb33a78f81
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Apr 18 20:40:50 2012 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6519cc3d040fa68477fa20a38862e92e3f2a171c
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Wed Apr 18 20:11:02 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 24923a178bdab38514b46ec1332c006288f2b912
Merge: 1fe7afb 583b6ad
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 18:36:50 2012 +0200

    Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-systemload-plugin

commit 1fe7afb32fe4381606badff1cec2351744808009
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 18:20:58 2012 +0200

    updates for 1.1.0

commit 583b6ad068c3a39128dc588054aef92438bf3b3a
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Apr 18 18:19:33 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 71045d561e33a1484502ec3e552cc6ed22a34566
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 18:15:36 2012 +0200

    Set progressbar size again in set-orientation, like it's done in set-size
    
    That way, avoids ugly super-wide progressbars when switching to vertical mode

commit 1df419b2ee1180778db2f14d312b5bae593804e1
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Apr 18 18:14:48 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 21 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ff4955b876f7a948aca2b1c07a5c47ad40ab2d56
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 18:02:51 2012 +0200

    When setting orientation, only show what's enabled

commit 0fb772164ed057c4777b8c4f00c58f1f947478ba
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 17:48:45 2012 +0200

    add about dialog

commit ab1d21c1b5fa86fea6ccec0e9f7f1ddb15135f29
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 17:39:52 2012 +0200

    update copyrights

commit 9cb52aee0b6091d23c0ef82a8cb7b052a6ba9b42
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 17:18:08 2012 +0200

    update-po

commit df73f2f3626ff9dc656a3fb65e36113d6d1aee33
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 17:12:45 2012 +0200

    Restore 2px border width on uptime ebox in case any of the other monitors are enabled

commit 41a698accf7cdc726eb3707c9a06d7fd4652481c
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 17:05:26 2012 +0200

    Use a single label showing either days or hh:mm for uptime
    
    Inspired by bug #8348. Instead of using a vbox containing two labels
    (which takes too much space on small panels), let's use a single one
    showing either only number of days (if > 0) or only hh:mm. Similarly,
    don't show '0 day' in tooltip.

commit a40fc6adf0dade6edd7c4e584a46fa5aa9c82606
Author: Landry Breuil <landry@xfce.org>
Date:   Wed Apr 18 15:46:10 2012 +0200

    use size_t instead of int for sysctl()

commit 386c890da02e05ad4a777ee8b61b689cf3200a00
Author: Landry Breuil <landry@rhaalovely.net>
Date:   Wed Apr 18 15:36:47 2012 +0200

    Add support for Solaris from bug #5743

commit fab9ca17478782a4e6fb3595440718e58f075e03
Author: martinamca <martinamca@gmail.com>
Date:   Sun Apr 15 21:39:25 2012 +0200

    l10n: Updated Turkish (tr) translation to 80%
    
    New status: 16 messages complete with 3 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3b022ffe0defc7b4e158bdf79375a9863ce08107
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Tue Apr 10 12:51:47 2012 +0200

    l10n: Updated Galician (gl) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d3a655dc8a5c4220d2c19de7f40ce9e239fea528
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Apr 8 11:32:39 2012 +0200

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 99e813789ab6c392d3448d16273e4b25f61f10d8
Author: Henrique P. Machado <zehrique@xfce.org>
Date:   Tue Apr 3 00:08:14 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d19b954739a7cd4a75f04976b7c74b00eb7f45b4
Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
Date:   Sat Mar 31 20:16:52 2012 +0200

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6cce68fdbf6618bdb5a3e7870e9e3c3295b37d2a
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Mar 14 16:19:19 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cbb8d8c135cb8f6935c9a51e5edf3c6576ad0f74
Author: Zhihao Yuan <lichray@gmail.com>
Date:   Thu Mar 8 14:32:31 2012 -0800

    FreeBSD ports/155382: Memory size overflow when >3.5GB

commit e93a6023353c5194ebc45a8fd79b698cfb63c47c
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Mar 8 22:24:11 2012 +0100

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 088e6ab37ed502a36a68262abad97a6d4b331574
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Feb 28 16:49:40 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 10ea95018aaeb1cc12786876fbd05d2c0dba6ffe
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Feb 25 19:01:11 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a6d4e23870d684a8bf17c84215c8229f0380e6a7
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Thu Feb 23 11:41:53 2012 +0100

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b4628aef069ce78339d33c35de33f9d2abba05ec
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Wed Feb 22 21:56:43 2012 +0100

    Bug 8496: Fix unlocalized strings

commit 08ae5d1bdf9e598c04abe3e3eeb14de310b398a9
Author: Aleksandr Ponomarenko <davian818@gmail.com>
Date:   Thu Feb 16 14:35:25 2012 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1f805f3c224f6f6aad0622ce2e42d970b0d3e894
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Thu Feb 16 08:10:35 2012 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 22b9a3abf97892e1cee27db261b50a3656415261
Author: David Schneider <dnschneid@gmail.com>
Date:   Wed Feb 15 15:28:20 2012 -0800

    Bump XDT requirement to 4.9.1.

commit dd836eb551b46d73214eb0eb0c5aa28875cbe114
Author: David Schneider <dnschneid@gmail.com>
Date:   Wed Feb 15 00:55:14 2012 -0800

    Got rid of unneeded desktop.in.in hack.

commit e7dd0c5e6fa4c70c3fbe8ff3ba9752f3123e9255
Author: David Schneider <dnschneid@gmail.com>
Date:   Wed Feb 15 00:29:56 2012 -0800

    Fix desktop install directory.

commit d065ef4b8d4e8d6fe69c5a64b7539a78484d77a6
Author: David Schneider <dnschneid@gmail.com>
Date:   Tue Feb 14 23:53:06 2012 -0800

    Compiling the plugin as a module.

commit a423d175072f4851ebfb6263d1796014b151fec4
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Thu Feb 9 03:30:15 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 144b5e730ac2dc5d58c26ff5a671157d86eb7f70
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Wed Feb 8 17:14:06 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a9c4a7bc0c55bbd2f9989fde7b8d2270ac17e38b
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Wed Feb 8 17:13:53 2012 +0100

    l10n: Updated Portuguese (pt) translation to 95%
    
    New status: 19 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a954ca6d395507cc2e63139f21cc63d8e544225d
Author: Chris Leick <c.leick@vollbio.de>
Date:   Tue Feb 7 18:38:15 2012 +0100

    l10n: Updated German (de) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 608e7087b8ee461dd6e8b823df4595cac568499d
Author: cjsthompson <cjsthompson@gmail.com>
Date:   Sun Feb 5 12:20:42 2012 -0800

    Bug 7077: Install plugin to lib instead of libexec.

commit 97694efd28d30261f120fb7be61b54e6beb8e5da
Author: محمد الحرقان <malham1@gmail.com>
Date:   Fri Feb 3 04:06:54 2012 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 75bd12ad76de47592fa661c9ad7e13b399ab0063
Author: Benoit THIBAUD <frombenny@gmail.com>
Date:   Thu Feb 2 21:41:42 2012 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 272a9008edcab6fec8967115c39fff493b188f2f
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Sun Jan 29 06:49:43 2012 +0100

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f83272dccbeec0daf62da2f3f515810912a1db76
Merge: dabd74e 114d9e0
Author: David Schneider <dnschneid@gmail.com>
Date:   Sat Jan 28 11:53:01 2012 -0800

    Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-systemload-plugin

commit dabd74e7d7d9996ac681872c4910dc7e36ad920b
Author: David Schneider <dnschneid@gmail.com>
Date:   Sat Jan 28 11:52:00 2012 -0800

    Fixed configuration item sensitivity when opening the dialog.

commit 114d9e0ce0d44174a3d5a4c1f26bd9482da142ec
Author: Thomas Schütz <xfce@thschuetz.de>
Date:   Fri Jan 27 12:08:55 2012 +0100

    l10n: Updated German (de) translation to 80%
    
    New status: 16 messages complete with 4 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2229b895012d6f74e4d709e952aafa8b5fff531e
Author: Andres Sanchez <afsanchez93@gmail.com>
Date:   Tue Jan 24 20:48:45 2012 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b402ca263f3fd4fcd61c0d63a1c3ae2fc3464bc1
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Tue Jan 24 09:48:46 2012 +0100

    l10n: Updated Slovak (sk) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2c1f3c6494f96311db8fcfc1e74a43f7c9018318
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Jan 23 21:48:59 2012 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a74e178005d82e109217c80ea25c7811117e78cb
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Mon Jan 23 12:16:26 2012 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 23cb4ed5744ad7af85553ffdc50504f67914cbe0
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Mon Jan 23 11:35:52 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3e23af0568f3a647c7d479bcf26d3d97f25024c0
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Mon Jan 23 07:52:01 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0c51d066d3246f5449afed92e320840fc9c7947f
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sun Jan 22 21:38:09 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 20 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit feca146b98e9944f71d29740d781389dee9dde7f
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Jan 22 11:04:48 2012 +0100

    Bug 6920: Use libtool syntax 2.2.6 for autoconf script

commit b25bf9852ef17801e30f55b5c2e9fee63191288d
Author: David Schneider <dnschneid@gmail.com>
Date:   Sat Jan 21 13:16:00 2012 -0800

    Added a power-saving interval option using upower.

commit 49e2baa452f0704159b7c1e95f43fd5d7ad92f54
Author: David Schneider <dnschneid@gmail.com>
Date:   Sat Jan 21 11:43:11 2012 -0800

    Made configuration dialog widget creation more readable

commit 346fadb0e97789165f56423ba9bcd2bf3c169dc3
Author: David Schneider <dnschneid@gmail.com>
Date:   Sat Jan 21 00:32:09 2012 -0800

    Changed update interval units to seconds and improved alignment.

commit 6b2205d9642436f675c0d72e5dab37a016b3c1af
Author: David Schneider <dnschneid@gmail.com>
Date:   Fri Jan 20 23:39:02 2012 -0800

    Conditional retrieval of system stats

commit 9d7f39c86c656a9ae14c3f297f682e86c60941cd
Author: David Schneider <dnschneid@gmail.com>
Date:   Fri Jan 20 23:17:48 2012 -0800

    Eliminated warnings.

commit e91609c52c767b8354d129601ae4e3b66d888e75
Author: David Schneider <dnschneid@gmail.com>
Date:   Fri Jan 20 22:49:46 2012 -0800

    Polished configuration dialog and massively simplified the code

commit d170f88c193ad8336a271361225756af2a2c2995
Author: John Lindgren <john.lindgren@aol.com>
Date:   Fri Jan 20 18:40:49 2012 -0800

    Bug 7507: Add 'update interval' option

commit 1a248101af5b438bad896f7e8c0e29400d799a68
Author: Christoph J. Thompson <cjsthompson@gmail.com>
Date:   Fri Jan 20 18:10:06 2012 -0800

    Bug 7077: Port to libxfce4ui

commit 26896ccdc1e676051bff75d936d62067e72a496c
Author: David Schneider <dnschneid@gmail.com>
Date:   Fri Jan 20 18:06:24 2012 -0800

    Added gitignore.

commit a4360dc820b2f2f7f5f07d061596957d4c07ae54
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Sat Jan 21 14:57:51 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 18 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3da071fb80444e6a5bb73ed4b3e73307e3219e63
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Mon Jan 9 17:02:16 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 18 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a501998179a7bb801a92286a6bfcc2b991fbed89
Author: André Luiz Dias de Miranda <andreldm1989@gmail.com>
Date:   Tue Dec 20 23:41:33 2011 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 18 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aaff149f43b0419538cd37ba768a660ba02b19dd
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Fri Dec 9 14:57:55 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 18 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c0cbed1c295e60d2c66bb49a5b48d2bc4e9ee8b6
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Nov 15 13:49:26 2011 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 18 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 11862c2310ab9b7fa3ac3fa99fab602234abcc2f
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Nov 15 13:47:12 2011 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 18 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 70c4e7ac2968b62230093f92e97aac19e2eac8b9
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Nov 15 13:46:52 2011 +0100

    l10n: Updated Korean (ko) translation to 94%
    
    New status: 17 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f517b07fa410e12d3fe0a9d3f0aad14249118a2f
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Nov 15 13:46:12 2011 +0100

    l10n: Updated Korean (ko) translation to 88%
[--snip--]
