# Generated by Makefile. Do not edit.

commit 92b255f9b76a8bed118d1901105e6a87e7014b9f
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Feb 22 13:56:45 2011 +0100

    python: Rework refcounting to explicit extension ownership
    
    Previously the python reference was transferred to the Python extension
    object. It is more correct to increment the refcount in the extension
    and decrement it in the loader, because it's more explicit and won't
    break in bizarre way if we create more than one Python extension wrapper
    around the same object.

 loaders/python/peas-extension-python.c     |    1 +
 loaders/python/peas-plugin-loader-python.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

commit f546844c03dc9f05c234c36638e2ccf3e4a645d3
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Mon Feb 21 19:37:56 2011 +0200

    Updated Arabic translation

 po/ar.po |  105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 92 insertions(+), 13 deletions(-)

commit 3573668083ebedca22d81584e7f041fa76ef2c0c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Feb 20 13:52:35 2011 +0100

    Updated Slovenian translation

 po/sl.po |  108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 94 insertions(+), 14 deletions(-)

commit 157d10dfe6ff3a4ed9d1e17693184d00525ad785
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Feb 19 23:44:49 2011 +0100

    [l10n] Updated German translation

 po/de.po |   64 ++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 44 insertions(+), 20 deletions(-)

commit 2fe3b1ae664d3d97bb15bf09e93cb25aec6c3b6c
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Feb 19 06:08:47 2011 -0800

    Correctly Fix C plugins that do not inherit from PeasExtensionBase

 libpeas/peas-object-module.c     |    4 +-
 loaders/c/peas-plugin-loader-c.c |   50 ++++++++++++++-----------------------
 2 files changed, 21 insertions(+), 33 deletions(-)

commit dc8ac36be40526baa4ae3a71af5db0e193263384
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Feb 19 15:08:19 2011 +0100

    Updated Spanish translation

 po/es.po |  115 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 97 insertions(+), 18 deletions(-)

commit d0ea5001e61e098c08bbc9fc891ef468f2ee0b24
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 17 20:11:22 2011 -0800

    Add PeasPluginInfo:Hidden
    
    This allows plugins be be hidden even when builtin
    plugins are being shown in the plugin manager.

 libpeas-gtk/peas-gtk-plugin-manager-store.c |    7 ++++-
 libpeas/peas-plugin-info-priv.h             |    1 +
 libpeas/peas-plugin-info.c                  |   31 +++++++++++++++++++++++++++
 libpeas/peas-plugin-info.h                  |    1 +
 tests/libpeas-gtk/plugin-manager-store.c    |   22 +++++++++++++++---
 tests/libpeas-gtk/plugins/Makefile.am       |    1 +
 tests/libpeas-gtk/plugins/hidden.plugin     |    8 +++++++
 tests/libpeas-gtk/testing/testing.c         |   19 ++++++++++------
 tests/libpeas-gtk/testing/testing.h         |    2 +-
 9 files changed, 78 insertions(+), 14 deletions(-)

commit fec5441d795869d5bbf4d86204019efe937a43d4
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 17 20:11:13 2011 -0800

    Drop PeasPluginInfo:file as it is unused

 libpeas/peas-plugin-info-priv.h |    1 -
 libpeas/peas-plugin-info.c      |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)

commit 2b0339e493fd8dd1896bd942e075d0addfc63a49
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 17 22:13:36 2011 -0800

    Fix building a clean checkout

 tests/Makefile.plugin |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 8a125f613d1a7303b9124380f73c398b4fbf00af
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jan 25 09:43:47 2011 -0800

    Show dialog when disabling a plugin which is depended on

 docs/reference/Makefile.am                    |    1 +
 libpeas-gtk/Makefile.am                       |    8 +-
 libpeas-gtk/peas-gtk-disable-plugins-dialog.c |  308 +++++++++++++++++++++++++
 libpeas-gtk/peas-gtk-disable-plugins-dialog.h |   63 +++++
 libpeas-gtk/peas-gtk-plugin-manager-view.c    |   75 ++++++-
 po/POTFILES.in                                |    1 +
 6 files changed, 450 insertions(+), 6 deletions(-)

commit 939b12fd6b6f2e1d0dd42b6e02c9e7e2f43a2990
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 17 07:18:23 2011 -0800

    Don't add extra ref on python instance

 loaders/python/peas-extension-python.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit db7bf1bc725782e1a60af852bd03ad7d2c471fef
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 17 07:17:29 2011 -0800

    Free the engine in the demo

 peas-demo/peas-demo.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit aa448d6e1afe6f8f18cb223984bc204b1cb55ecd
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 17 07:17:05 2011 -0800

    Unref the window in the second time plugin

 peas-demo/plugins/secondtime/second-time.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 984f23f66f21464a400251094f3fe70f51a9ad4a
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 17 07:16:43 2011 -0800

    Fix refcount issues in the test suite

 tests/libpeas-gtk/plugin-manager-store.c  |    3 +++
 tests/libpeas-gtk/plugin-manager-view.c   |    3 +++
 tests/libpeas-gtk/plugin-manager.c        |   11 +++++++++--
 tests/libpeas/engine.c                    |    7 +++++++
 tests/libpeas/extension-python.c          |    1 +
 tests/libpeas/extension-seed.c            |    1 +
 tests/libpeas/testing/testing-extension.h |    1 +
 7 files changed, 25 insertions(+), 2 deletions(-)

commit 45b1374e3893fedb3750c3f9d441e71d2898130b
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 15 03:37:35 2011 -0800

    Fix make distcheck

 tests/Makefile.plugin                              |   11 +++++++++++
 tests/libpeas-gtk/plugins/Makefile.am              |    7 +++++--
 .../plugins/builtin-configurable/Makefile.am       |    7 +++++--
 tests/libpeas-gtk/plugins/configurable/Makefile.am |    7 +++++--
 .../plugins/valid-custom-icon/Makefile.am          |    8 ++++++--
 tests/libpeas-gtk/testing/Makefile.am              |    3 ++-
 tests/libpeas-gtk/testing/testing.c                |    6 ++++--
 tests/libpeas/plugins/Makefile.am                  |    7 +++++--
 tests/libpeas/plugins/extension-c/Makefile.am      |    7 +++++--
 tests/libpeas/plugins/extension-python/Makefile.am |   10 ++++++++--
 tests/libpeas/plugins/extension-seed/Makefile.am   |    7 +++++--
 tests/libpeas/testing/Makefile.am                  |    3 ++-
 tests/libpeas/testing/testing.c                    |    6 ++++--
 tests/plugins/Makefile.am                          |    7 +++++--
 tests/plugins/builtin/Makefile.am                  |    7 +++++--
 tests/plugins/has-dep/Makefile.am                  |    7 +++++--
 tests/plugins/loadable/Makefile.am                 |    7 +++++--
 tests/plugins/self-dep/Makefile.am                 |    7 +++++--
 18 files changed, 92 insertions(+), 32 deletions(-)

commit ba06534958aac190e15bcc63c36fd7ee42ca34b8
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 15 01:58:54 2011 -0800

    Don't try to open a directory as a .plugin
    
    This prevents directories with a .plugin suffix to
    be opened as if they were .plugin files.

 libpeas/peas-engine.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 38397fb6a9ed777838b760c6cdec66a23dcece6e
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 15 01:52:47 2011 -0800

    Only emit notify::plugin-list when it has changed

 libpeas/peas-engine.c                   |   14 +++++++++++---
 tests/libpeas-gtk/plugin-manager-view.c |    2 +-
 2 files changed, 12 insertions(+), 4 deletions(-)

commit 3dada6e293491d2c10a4745841804c1db45cf7aa
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 15 01:46:41 2011 -0800

    Fix copy & paste error in PeasExtensionSet docs

 libpeas/peas-extension-set.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e4953c2dda244452a3883eb049241bff09a74123
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 15 01:46:18 2011 -0800

    Don't GC plugin loaders that fail
    
    If a plugin loader fails then it is a NULL entry in the
    loaders hashtable. So GC would segfault as it attempted
    to dereference a NULL pointer.

 libpeas/peas-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0baded50a08e3cc99e3ac88aef5187965bd0981d
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 15 00:51:57 2011 -0800

    Fix PeasExtensionSet example in the docs

 libpeas/peas-extension-set.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit 33397686e12c909bd6155ddf0576268e28c47e67
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Feb 14 08:48:44 2011 -0800

    Fix C plugins that do not inherit from PeasExtensionBase

 loaders/c/peas-plugin-loader-c.c                   |   44 +++++++++++++------
 .../libpeas/plugins/extension-c/callable-plugin.c  |    2 +-
 .../libpeas/plugins/extension-c/callable-plugin.h  |    7 ++-
 3 files changed, 36 insertions(+), 17 deletions(-)

commit 6194a2d1e485b3635aa732ca201106f971feb111
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Feb 17 08:22:45 2011 +0100

    Updated Czech translation

 po/cs.po |   38 +++++++++++++++++++++++++++++++++-----
 1 files changed, 33 insertions(+), 5 deletions(-)

commit 39de352d57ccca743c04993071f2306bbb17d0d1
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Feb 14 00:23:08 2011 +0100

    Post-release version bump for 0.7.3

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit af0a2868666d9e3da650d516f13e18d01969a4a7
Merge: b7da831 e0b3fa9
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Feb 14 00:20:51 2011 +0100

    Merge remote branch 'origin/master'

commit b7da8312ad4a472ddce84febb037a9925712aa8b
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Feb 14 00:10:41 2011 +0100

    Make the interface age 0.
    
    We broke API and ABI.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c74a811fe659a007a52ec83af4ca0d5545da56f2
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 13 08:59:14 2011 -0800

    Drop peas_plugin_info_get_keys()
    
    It is not used by anyone, is bad API and has only been used for Builtin
    plugins in Totem. But now that we have that it's no longer needed.

 libpeas/peas-plugin-info-priv.h |    1 -
 libpeas/peas-plugin-info.c      |  101 ---------------------------------------
 libpeas/peas-plugin-info.h      |    2 -
 3 files changed, 0 insertions(+), 104 deletions(-)

commit e0b3fa98d23b9dc2559f61c09da87dbf30018f94
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 13 13:56:08 2011 -0800

    Fix bug when lazy loading fails

 libpeas/peas-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 88e85c78d368c5175b39bad1d14e979a5b019e30
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 13 00:33:41 2011 -0800

    Lazy load the plugin loaders

 libpeas/peas-engine.c |  110 +++++++++++++++++++-----------------------------
 1 files changed, 44 insertions(+), 66 deletions(-)

commit 83a724bea319a1caaaa36bb7fab596e9feb55ad7
Author: Garrett Regier <alias301@gmail.com>
Date:   Fri Feb 11 03:11:49 2011 -0800

    Check that the manager's view has the same engine

 libpeas-gtk/peas-gtk-plugin-manager.c |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit e4e0058df2bbb6332fcb4bbfe13b4eb1b35e9b6a
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Feb 9 23:55:29 2011 -0800

    Allow multiple instances of PeasEngine

 libpeas/peas-engine.c               |   58 ++++++++++++++++------------------
 libpeas/peas-engine.h               |    1 +
 tests/libpeas-gtk/testing/testing.c |    2 +-
 tests/libpeas/engine.c              |   49 +++++++++--------------------
 tests/libpeas/testing/testing.c     |    2 +-
 5 files changed, 46 insertions(+), 66 deletions(-)

commit fd2074dde1c8a7d188c460e2a0c1174d2de3d598
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 10 22:33:47 2011 -0800

    Allow the engine to be NULL in PeasExtensionSet

 libpeas/peas-extension-set.c |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

commit f875e35a412be9077d9ec3c13b8d7c9937eac842
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Feb 9 23:53:49 2011 -0800

    Added optional engine parameter back to libpeas-gtk API
    
    This is needed for multiple engines.

 libpeas-gtk/peas-gtk-plugin-manager-store.c |   87 +++++++++++++++++++++++++-
 libpeas-gtk/peas-gtk-plugin-manager-store.h |    2 +-
 libpeas-gtk/peas-gtk-plugin-manager-view.c  |   71 +++++++++++++++++-----
 libpeas-gtk/peas-gtk-plugin-manager-view.h  |    2 +-
 libpeas-gtk/peas-gtk-plugin-manager.c       |   71 ++++++++++++++++------
 libpeas-gtk/peas-gtk-plugin-manager.h       |    2 +-
 peas-demo/peas-demo.c                       |    2 +-
 tests/libpeas-gtk/plugin-manager-store.c    |    2 +-
 tests/libpeas-gtk/plugin-manager-view.c     |    2 +-
 tests/libpeas-gtk/plugin-manager.c          |    2 +-
 10 files changed, 198 insertions(+), 45 deletions(-)

commit 4e49d2ca2b4dd41163504730e794fefd8d807787
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Feb 12 18:27:13 2011 -0800

    Fix two clang warnings

 tests/libpeas/testing/testing-extension.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 9e1d0b0123761cd9e3b33850c0bf5df80cc2be36
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Feb 12 03:32:50 2011 -0800

    Don't link to libpeas in test Introspection
    
    It does not use libpeas or GIRepository and just causes
    it to be rebuilt needlessly.

 tests/libpeas/introspection/Makefile.am |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

commit 24b10d1b68e2d7f92a23c3c627bfe37ec24dec8c
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Feb 11 22:52:03 2011 +0100

    [l10n] Updated German translation

 po/de.po |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 63 insertions(+), 14 deletions(-)

commit ed7bddc84212a478fc81cee8d0613b6658850103
Author: Garrett Regier <alias301@gmail.com>
Date:   Fri Feb 11 03:08:17 2011 -0800

    State why C plugins are resident
    
    Reason was found in gedit commit:
    http://git.gnome.org/browse/gedit/commit/?id=da7c0a948e344493c3301177243c6e5914d2f40a

 loaders/c/peas-plugin-loader-c.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit c86b3c8d8581018c1f659e9a73c52d3636858fae
Author: Garrett Regier <alias301@gmail.com>
Date:   Fri Feb 11 02:36:12 2011 -0800

    Validate function arguments

 libpeas/peas-engine.c        |   26 ++++++++++++++++++++++----
 libpeas/peas-extension-set.c |   12 ++++++++++++
 libpeas/peas-extension.c     |    3 +++
 libpeas/peas-object-module.c |   16 ++++++++++++++++
 4 files changed, 53 insertions(+), 4 deletions(-)

commit 6a952cf25d5874074acda9dff1f0618d34c0a44c
Author: Garrett Regier <alias301@gmail.com>
Date:   Fri Feb 11 01:44:35 2011 -0800

    Add (array zero-terminated=1) annotation to API

 libpeas/peas-engine.c      |    9 ++++++---
 libpeas/peas-plugin-info.c |    4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)

commit a3bb19e23029f73628ef560773c8f68c84baf13d
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Feb 10 00:45:58 2011 -0800

    Replace plugin loader disabling with enabling
    
    This way applications are future proof in new
    loaders are enabled that would have been disabled.

 libpeas/peas-engine.c                     |   34 +++++++++-----------
 libpeas/peas-engine.h                     |    2 +-
 peas-demo/peas-demo.c                     |    3 ++
 tests/libpeas/engine.c                    |   25 ++++----------
 tests/libpeas/extension-python.c          |    6 ++-
 tests/libpeas/extension-seed.c            |    6 ++-
 tests/libpeas/testing/testing-extension.h |    6 +++
 tests/libpeas/testing/testing.c           |   49 +++++++++++++++-------------
 tests/libpeas/testing/testing.h           |    2 +
 9 files changed, 68 insertions(+), 65 deletions(-)

commit a1bc5e801d539caf3c197cc68de934cd218f17ee
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Feb 9 22:33:56 2011 -0800

    Show a tooltip for unavailable plugins
    
    https://bugzilla.gnome.org/show_bug.cgi?id=511672

 libpeas-gtk/peas-gtk-plugin-manager-store.c  |    2 +-
 libpeas-gtk/peas-gtk-plugin-manager-view.c   |   50 +++++++++++++++++++++++++-
 libpeas/peas-engine.c                        |   31 +++++++++++++---
 libpeas/peas-plugin-info-priv.h              |    2 +
 libpeas/peas-plugin-info.c                   |   25 ++++++++++++-
 libpeas/peas-plugin-info.h                   |   31 +++++++++++++++-
 tests/libpeas/engine.c                       |   29 +++++++++++++--
 tests/libpeas/plugin-info.c                  |    8 +++-
 tests/libpeas/plugins/Makefile.am            |    1 +
 tests/libpeas/plugins/nonexistent-dep.plugin |    9 +++++
 10 files changed, 174 insertions(+), 14 deletions(-)

commit ae30f06cffabdc049d58876a2e8eae429343a163
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Feb 9 22:30:50 2011 -0800

    Renamed invalid-loader test to nonexistent-loader
    
    This is more accurate as to what the test actually tests.

 tests/libpeas/engine.c                          |    6 +++---
 tests/libpeas/plugins/Makefile.am               |    2 +-
 tests/libpeas/plugins/invalid-loader.plugin     |    9 ---------
 tests/libpeas/plugins/nonexistent-loader.plugin |    9 +++++++++
 4 files changed, 13 insertions(+), 13 deletions(-)

commit b68f81bb0d6679345aafe27c915a6faef7d4fb05
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Feb 9 22:37:55 2011 -0800

    Fix testing_show_widget()
    
    It now allows you to show a widget with a parent
    and no longer add the widget twice in the case that
    it had to create a window.

 tests/libpeas-gtk/testing/testing.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 06905343f86273aa553f01a40c80f29718c072c8
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Feb 9 14:17:42 2011 +0100

    Updated Czech translation

 po/cs.po |   51 +++++++++++++++++++++++++++++++++++----------------
 1 files changed, 35 insertions(+), 16 deletions(-)

commit efb86469e41ccae163028d8935ffcbea594672fc
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Wed Feb 9 12:19:49 2011 +0100

    Add padding to public classes.

 libpeas-gtk/peas-gtk-plugin-manager-view.h |    2 ++
 libpeas-gtk/peas-gtk-plugin-manager.h      |    2 ++
 libpeas/peas-engine.h                      |    2 ++
 libpeas/peas-extension-base.h              |    2 ++
 libpeas/peas-extension-set.h               |    2 ++
 libpeas/peas-extension.h                   |    2 ++
 libpeas/peas-object-module.h               |    2 ++
 7 files changed, 14 insertions(+), 0 deletions(-)

commit a17121b13f30ffbca2df0b2a2239c3efe4a96b7e
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 8 18:22:01 2011 -0800

    Add Glade catalog for libpeas-gtk

 .gitignore                    |    1 +
 configure.ac                  |   40 ++++++++++++++++++++++++++++++++++++++--
 data/Makefile.am              |    4 ++++
 data/glade/Makefile.am        |   13 +++++++++++++
 data/glade/libpeas-gtk.xml.in |   37 +++++++++++++++++++++++++++++++++++++
 po/POTFILES.in                |    1 +
 6 files changed, 94 insertions(+), 2 deletions(-)

commit 73cfe8d3d90fb6e6b1ab44458b3a597ccd46b5ba
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 8 15:43:01 2011 -0800

    Add a GtkBuilder test

 tests/libpeas-gtk/plugin-manager.c |   38 ++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

commit 2b5cdb50c990cd91c7a50a9b76cd74bf6353bbd4
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Feb 8 15:30:22 2011 -0800

    Added the view property to PeasPluginManager
    
    This is needed for GtkBuilder support.

 libpeas-gtk/peas-gtk-plugin-manager.c |   94 +++++++++++++++++++++++++++++----
 1 files changed, 83 insertions(+), 11 deletions(-)

commit 7ae32dc70c0eca049257973bd4172d36acc559a6
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Feb 9 01:14:52 2011 -0800

    Don't return NULL in the constructor
    
    Instead use g_error() which aborts the program

 libpeas/peas-engine.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 776c94113e1f98e89676b65d06f06951a82d2b54
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Feb 9 00:59:55 2011 -0800

    Make peas_engine_shutdown() semi-private

 libpeas/Makefile.am                 |    1 +
 libpeas/peas-engine-priv.h          |   31 +++++++++++++++++++++++++++++++
 libpeas/peas-engine.c               |    1 +
 libpeas/peas-engine.h               |    1 -
 peas-demo/peas-demo.c               |    2 --
 tests/libpeas-gtk/testing/testing.c |    2 +-
 tests/libpeas/engine.c              |    2 ++
 tests/libpeas/testing/testing.c     |    2 +-
 8 files changed, 37 insertions(+), 5 deletions(-)

commit 05a55764513f59c381a012ac71a7e134bdd02b7f
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 12:01:05 2011 -0800

    Fix PeasEngine:loaded-plugins to return a proper array of strings
    
    This also fixes applications using GSettings to bind a setting
    to PeasEngine:loaded-plugins.

 libpeas/peas-engine.c  |   13 ++-----------
 tests/libpeas/engine.c |    4 +++-
 2 files changed, 5 insertions(+), 12 deletions(-)

commit 30d41d46993a3e7231c2e0e45dce6b5b142c3ede
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:46:33 2011 -0800

    Added a test for running PeasEngine's dispose
    
    It has been broken before and this would have shown that.

 tests/libpeas/engine.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 71bc92d78f70f83e52794a63da5144d3b0efe920
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:45:44 2011 -0800

    Added peas_engine_shutdown()
    
    It frees the memory the memory that is shared
    by PeasEngines.

 libpeas/peas-engine.c               |   49 +++++++++++++++++++++++++++++++++++
 libpeas/peas-engine.h               |    1 +
 peas-demo/peas-demo.c               |    6 +++-
 tests/libpeas-gtk/testing/testing.c |    2 +
 tests/libpeas/engine.c              |   45 ++++++++++++++++++++++++++++++++
 tests/libpeas/testing/testing.c     |    2 +
 6 files changed, 103 insertions(+), 2 deletions(-)

commit 20ceafbd5c4592c411714777fac313156b7ddfe8
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:40:03 2011 -0800

    Port tests to creating a new engine for each test

 tests/libpeas-gtk/testing/testing.c |   58 ++++++++++++++++-----------------
 tests/libpeas/engine.c              |   16 +---------
 tests/libpeas/testing/testing.c     |   60 +++++++++++++++++------------------
 3 files changed, 58 insertions(+), 76 deletions(-)

commit 115e2efcabd36f265014d45909c6c8e5b185365a
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:34:37 2011 -0800

    Fix PeasEngine to be capable of being created multiple times

 libpeas/peas-engine.c            |   31 ++++++++++--------------
 loaders/c/peas-plugin-loader-c.c |   46 ++++++++++++-------------------------
 2 files changed, 28 insertions(+), 49 deletions(-)

commit 2c3f820909dc0ac9474a980ae8aebf99ac557405
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:32:19 2011 -0800

    Move the module support check to constructor
    
    Otherwise using libpeas API would cause a
    segfault if modules were not supported.

 libpeas/peas-engine.c |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 8a9a4795aedb10399cd865e66ba565bc3f7f69c6
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:03:48 2011 -0800

    Make PeasEngine a proper singleton
    
    Before it would assert if you used g_object_new()
    after the default instance was created.

 libpeas/peas-engine.c  |   27 +++++++++++++++++++++------
 tests/libpeas/engine.c |   21 ++++++++++++++++++++-
 2 files changed, 41 insertions(+), 7 deletions(-)

commit 5bb947ec977551e45e1e0850ddc6e81f127ec664
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 04:53:15 2011 -0800

    Add a make rule for running the tests under callgrind
    
    The rule runs all the tests under callgrind with the appropriate enviroment
    variables and options set and the log is saved to cgdump-$$test_prog.

 .gitignore           |    1 +
 Makefile.am          |    2 +-
 tests/Makefile.am    |    2 +-
 tests/Makefile.tests |   11 +++++++++++
 4 files changed, 14 insertions(+), 2 deletions(-)

commit d88d62f5c00e5ec765373847ba02a8bb881b81b0
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 04:51:51 2011 -0800

    Have GSlice debug when running tests, except for valgrind

 tests/Makefile.tests |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit dc9e93340cfb93525f7b2300b8321b357172696c
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:59:14 2011 -0800

    Fix disabling a loader multiple times

 libpeas/peas-engine.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit b71ad5937a824188948a0d9645fd8fc622ca531e
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:29:47 2011 -0800

    Don't rescan for plugins in the tests
    
    When a search path is added it is automatically scanned,
    thus this was causing them to be scanned twice.

 tests/libpeas-gtk/testing/testing.c |    1 -
 tests/libpeas/testing/testing.c     |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit 7b82c470e7429d9f123feef2d8da1801e3ad4132
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 03:13:17 2011 -0800

    Check that the plugin is loaded before creating an extension
    
    This also fixes a test that was disguised as a resident modules issue.

 libpeas/peas-engine.c                     |    1 +
 tests/libpeas-gtk/plugin-manager.c        |    4 +++-
 tests/libpeas/testing/testing-extension.c |    5 +----
 3 files changed, 5 insertions(+), 5 deletions(-)

commit bbf9dfd78136b5402e823473120e87dbe00a642c
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 02:57:05 2011 -0800

    Fix disable-loader test and expand it

 tests/libpeas/engine.c                       |   30 ++++++++++++++++++-------
 tests/libpeas/plugins/Makefile.am            |    1 +
 tests/libpeas/plugins/loader-disabled.plugin |    8 +++++++
 tests/libpeas/testing/testing.c              |    6 ++++-
 4 files changed, 35 insertions(+), 10 deletions(-)

commit 84108e35d6e42070331c1b155a04f559c0aebb6d
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 02:43:40 2011 -0800

    Add a test for an invalid loader

 tests/libpeas/engine.c                      |   13 +++++++++++++
 tests/libpeas/plugins/Makefile.am           |    1 +
 tests/libpeas/plugins/invalid-loader.plugin |    9 +++++++++
 tests/libpeas/testing/testing.c             |    2 +-
 4 files changed, 24 insertions(+), 1 deletions(-)

commit c1d79fd7438c80b8eb80370b1d91175dd4e8f4e5
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 02:37:15 2011 -0800

    Fix typo in os-dependant-help and add it to Makefile.am

 tests/libpeas/plugins/Makefile.am              |    3 ++-
 tests/libpeas/plugins/os-dependant-help.plugin |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit cdef41d39c928f2c1561c41224db632fcecd7182
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 02:36:55 2011 -0800

    Add a test for reloading plugins

 tests/libpeas/extension-python.c          |    2 ++
 tests/libpeas/extension-seed.c            |    2 ++
 tests/libpeas/testing/testing-extension.c |   15 +++++++++++++++
 tests/libpeas/testing/testing-extension.h |    3 +++
 4 files changed, 22 insertions(+), 0 deletions(-)

commit b803149433975b1295bd733aaabc32d442f61385
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Feb 6 02:33:55 2011 -0800

    Fix PeasEngine's dispose
    
    Before it would cause a double free if run more than once.

 libpeas/peas-engine.c |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

commit 03644ef060aaefb47f6e9f5a0fc1e96a345adf56
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Feb 7 12:56:20 2011 +0100

    Fix building libpeas when it is not installed yet.

 libpeas-gtk/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 4c47b043ba0e2b0bf2f8d2ffba1449a81a47bc4b
Author: Michal Hruby <michal.mhr@gmail.com>
Date:   Fri Feb 4 14:39:21 2011 +0100

    Add missing EXPORT_PACKAGES, bump required gobject-introspection version
    
    The EXPORT_PACKAGES are used by vala, so it can get proper cflags and
    libs when compiling apps using the gir.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640252

 configure.ac                            |    2 +-
 libpeas-gtk/Makefile.am                 |    1 +
 libpeas/Makefile.am                     |    1 +
 tests/libpeas/introspection/Makefile.am |    3 ++-
 4 files changed, 5 insertions(+), 2 deletions(-)

commit 81a2bbc5d2e59ba50879edfe118aacff0c8c0786
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jan 27 00:48:36 2011 +0100

    Fix comment style to avoid puzzling gtk-doc

 libpeas-gtk/peas-gtk-plugin-manager.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

commit cc0f1ed24d8a557e923a4ee1bbd44c37de777d58
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jan 27 00:44:36 2011 +0100

    Do not marshall out arguments in extension subclasses
    
    This is pointless as out args are pointers and the pointer target
    doesn't change when the pointer is copied from the argv to the
    GIArgument.

 libpeas/peas-extension-subclasses.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

commit 1f377ab45a3eb0551607103734f9ba8da96fbde4
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jan 26 20:46:28 2011 +0100

    Fix PeasExtensionSet example to comply with the latest behaviour.
    
    Since the destroying of the extension set fires the extension-removed
    signal, there is no need to connect on the delete-event signal anymore,
    so let's reflect it in the example.

 libpeas/peas-extension-set.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

commit 509074835d79666fb050066fac8569d5a2eb51bc
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jan 26 01:08:20 2011 +0100

    Post-release version bump for 0.7.2

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 84c01eb4669f39aea3b8c40fbf28f4297200e886
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jan 26 00:58:03 2011 +0100

    Fix build when srcdir != builddir

 libpeas-gtk/Makefile.am                            |    4 +++-
 tests/libpeas-gtk/plugins/configurable/Makefile.am |    2 +-
 tests/libpeas/testing/Makefile.am                  |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 70aa792fd8cacb8fc47f2624860daaeedd6a38f1
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jan 25 19:49:01 2011 +0100

    Add tests/libpeas/extension-{python,seed}.c in POTFILES.skip
    
    For some reason these files are understood by intltool as containing
    translatable strings, but they don't.

 po/POTFILES.skip |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f896a1ec724339a762caab31f816d210976cce88
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jan 17 16:42:36 2011 -0800

    Added Seed version of PeasExtension tests
    
    For now the calling with args and property tests are disabled.

 .gitignore                                         |    1 +
 configure.ac                                       |    1 +
 tests/libpeas/Makefile.am                          |   40 +++++++------
 tests/libpeas/extension-seed.c                     |   63 ++++++++++++++++++++
 tests/libpeas/plugins/Makefile.am                  |    4 +
 tests/libpeas/plugins/extension-seed/Makefile.am   |    5 ++
 .../plugins/extension-seed/extension-seed.js       |   20 ++++++
 .../plugins/extension-seed/extension-seed.plugin   |    9 +++
 8 files changed, 124 insertions(+), 19 deletions(-)

commit 9c666fcc0cc6dff42c72fb5fed587e9131226a38
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jan 18 17:47:40 2011 +0100

    peas-demo: use peas_engine_get_default()

 peas-demo/peas-demo-window.c |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

commit c895bc888e8cb1542ea102a9f96f19c584a79bc4
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 23 12:35:07 2011 -0800

    Do not create the window twice in testing_show_widget()

 tests/libpeas-gtk/testing/testing.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit f584ebf63d2900552b28868d3bb19f6718045866
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jan 25 19:52:22 2011 +0100

    Do not call peas_activatable_deactivate() twice in DemoWindow
    
    The "extension-removed" callback already takes care of doing that, so
    there is no point doing it once more.
    
    The "extension-removed" documentation was also updated to reflect this
    behaviour.

 libpeas/peas-extension-set.c |    3 ++-
 peas-demo/peas-demo-window.c |   12 ------------
 2 files changed, 2 insertions(+), 13 deletions(-)

commit 240826e0f9bf1465721228c015f13d106ba8c8d4
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jan 25 09:17:25 2011 -0800

    Revert "Free PeasEngine after all tests have run"
    
    This reverts commit b95e82e46c3b1f8445b95f87488fc3e1e6c64f77.
    The engine was freed before the tests which is pointless.
    
    Conflicts:
    
    	tests/libpeas/extension.c

 tests/libpeas-gtk/plugin-manager-store.c  |    2 --
 tests/libpeas-gtk/plugin-manager-view.c   |    2 --
 tests/libpeas-gtk/plugin-manager.c        |    2 --
 tests/libpeas/engine.c                    |    2 --
 tests/libpeas/extension-set.c             |    2 --
 tests/libpeas/plugin-info.c               |    2 --
 tests/libpeas/testing/testing-extension.h |    2 --
 7 files changed, 0 insertions(+), 14 deletions(-)

commit 781ac2d092124eaeec92c540f00c4134e016a128
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jan 25 09:15:35 2011 -0800

    Delete no longer used test file

 tests/libpeas/extension.c |  410 ---------------------------------------------
 1 files changed, 0 insertions(+), 410 deletions(-)

commit c579d8ce41b04df8f6c5e8f99362755bd89d926e
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 23 12:39:07 2011 -0800

    Fix emitting PeasEngine::unload-plugin when unloading plugins in dispose

 libpeas/peas-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9a923717ad1be4ae0f034b91c8aca9b4c4d0dee3
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 23 12:51:56 2011 -0800

    Emit notify::show-builtin when show-builtin is set

 libpeas-gtk/peas-gtk-plugin-manager-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 76ea3e1a960b057f2ceb0efa40310423852dcc6d
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 23 12:51:11 2011 -0800

    Fixed and added file copyrights and #include <config.h>

 libpeas/peas-activatable.c                         |    2 +-
 libpeas/peas-debug.c                               |    2 +-
 libpeas/peas-extension-base.c                      |    3 +-
 libpeas/peas-extension-base.h                      |    2 +-
 libpeas/peas-extension-subclasses.c                |    2 +-
 libpeas/peas-extension.c                           |    2 +-
 libpeas/peas-helpers.c                             |   26 ++++++++++++++++++++
 libpeas/peas-helpers.h                             |   21 ++++++++++++++++
 peas-demo/peas-demo.c                              |    2 +
 .../helloworld/peasdemo-hello-world-configurable.c |   25 +++++++++++++++++++
 .../helloworld/peasdemo-hello-world-configurable.h |   23 ++++++++++++++++-
 .../helloworld/peasdemo-hello-world-plugin.c       |   25 +++++++++++++++++++
 .../helloworld/peasdemo-hello-world-plugin.h       |   23 ++++++++++++++++-
 peas-demo/plugins/pythonhello/pythonhello.py       |   21 ++++++++++++++++
 peas-demo/plugins/secondtime/second-time.c         |   25 +++++++++++++++++++
 peas-demo/plugins/secondtime/second-time.h         |   22 ++++++++++++++++-
 peas-demo/plugins/seedhello/seedhello.js           |   21 ++++++++++++++++
 17 files changed, 237 insertions(+), 10 deletions(-)

commit bf38bb977d61c41cb90aeffff41bafb669f47510
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jan 25 02:58:02 2011 -0800

    Fix implementing interface vfuncs on 64bit

 libpeas/peas-extension-subclasses.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 343b8efc7566473c53a6311cc377821beabb4587
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jan 25 04:11:29 2011 -0800

    Test peas_extension_call() before calling interface vfunc

 tests/libpeas/testing/testing-extension.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit ecbd29ae938b2e917fef8cc00c9c32711a47a1b5
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jan 18 01:53:11 2011 -0800

    Added test for implementing interface with a vfunc that has no invoker

 .../libpeas/introspection/introspection-callable.h |    5 ++++-
 tests/libpeas/testing/testing-extension.c          |    6 ------
 2 files changed, 4 insertions(+), 7 deletions(-)

commit 2ea916d6931e7576aadab498af65fd9033771c6b
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 18:31:39 2011 -0800

    Add a demo rule to the toplevel Makefile.am
    
    Such a rule already existed in peas-demo/Makefile.am

 Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0a139d6a61c032b14bcea4ed3291f7595b4ce71b
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Tue Jan 25 00:06:46 2011 +0100

    Revert "Added --pkg-export option for g-ir-scanner."
    
    This reverts commit 5ab88d6d57c6665a11879bfc12afb676bcc31cc9.
    The reason for this is that libpeas's typelib requires de .pc
    and if we don't have it installed before building the tests
    the building will fail.

 libpeas/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 5ab88d6d57c6665a11879bfc12afb676bcc31cc9
Author: Michal Hruby <michal.mhr@gmail.com>
Date:   Sat Jan 22 14:42:59 2011 +0100

    Added --pkg-export option for g-ir-scanner.

 libpeas/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f3f6b4e120de36e16f9729d12fee9e8567bdd2ae
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jan 18 16:15:33 2011 +0100

    Use dispose() instead of finalize() to unref extension instances.
    
    This fixes refcount issues with non-native extensions, which prevented
    objects which had extensions attached to ever get finalized.
    
    The window example in peas-demo was also amended to use dispose()
    instead of finalize() to do all the unrefs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639597

 loaders/c/peas-extension-c.c           |   11 +++++++----
 loaders/python/peas-extension-python.c |    7 ++++---
 loaders/seed/peas-extension-seed.c     |   14 ++++++++++----
 peas-demo/peas-demo-window.c           |   19 ++++++++++++++-----
 4 files changed, 35 insertions(+), 16 deletions(-)

commit b4973d84c8978c4c8933e09d0b3c91a84177e303
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jan 19 02:48:59 2011 -0800

    Fix GI Annotations for va_rarg, va_list and alternative functions

 libpeas/peas-engine.c        |   13 ++++++++-----
 libpeas/peas-extension-set.c |   14 +++++++++-----
 libpeas/peas-extension.c     |   19 +++++++++++++++++--
 3 files changed, 34 insertions(+), 12 deletions(-)

commit fa99fd61b071c3d735f3b669714d1a7b1061f73b
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jan 19 02:50:51 2011 -0800

    Annotation and documentation fixes

 libpeas-gtk/peas-gtk-configurable.c                |    4 ++--
 libpeas-gtk/peas-gtk-plugin-manager-store.c        |    2 +-
 libpeas-gtk/peas-gtk-plugin-manager-view.c         |    6 +++---
 libpeas-gtk/peas-gtk-plugin-manager.c              |    4 ++--
 libpeas/peas-activatable.c                         |    6 +++---
 libpeas/peas-engine.c                              |    6 +++---
 libpeas/peas-extension-base.c                      |    5 +++--
 libpeas/peas-extension.c                           |    9 +++++++--
 libpeas/peas-plugin-info.c                         |    6 +++---
 .../libpeas/introspection/introspection-callable.c |    2 +-
 10 files changed, 28 insertions(+), 22 deletions(-)

commit 1c61e400788327ee72f1eda40a7e191488c0e6b1
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jan 18 01:51:56 2011 -0800

    Added test for OS dependant help

 tests/libpeas/plugin-info.c                    |   21 +++++++++++++++++++++
 tests/libpeas/plugins/os-dependant-help.plugin |   12 ++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

commit fcdb2cfc8b8b67cf6cfcc1f7b7514c7786880eb1
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jan 17 16:39:20 2011 -0800

    Fix creating reports with failing tests

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 11bf0c69de2c1d816eb8999830adcef0d3311ae2
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jan 17 03:25:41 2011 -0800

    Added Python version of PeasExtension tests
    
    For now the property tests are disabled because tests that
    should fail succeed.

 .gitignore                                         |    1 +
 configure.ac                                       |    1 +
 tests/libpeas/Makefile.am                          |    9 +++
 tests/libpeas/extension-python.c                   |   61 ++++++++++++++++++++
 tests/libpeas/plugins/Makefile.am                  |    4 +
 tests/libpeas/plugins/extension-python/Makefile.am |    5 ++
 .../extension-python/extension-python.plugin       |    9 +++
 .../plugins/extension-python/extension-python.py   |   38 ++++++++++++
 tests/libpeas/testing/testing.c                    |    2 +-
 9 files changed, 129 insertions(+), 1 deletions(-)

commit 1f388f9c7dc18ce925b8a4fd8b1579cfb025ef5c
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jan 17 03:06:34 2011 -0800

    Moved PeasExtension test functions to libtesting
    
    This will allow us to easily run the same tests on other loaders.

 .gitignore                                         |    2 +-
 configure.ac                                       |    3 +-
 tests/libpeas/Makefile.am                          |    6 +-
 tests/libpeas/extension-c.c                        |   28 ++
 tests/libpeas/plugins/Makefile.am                  |    2 +-
 tests/libpeas/plugins/callable/Makefile.am         |   19 -
 tests/libpeas/plugins/callable/callable-plugin.c   |  106 ------
 tests/libpeas/plugins/callable/callable-plugin.h   |   52 ---
 tests/libpeas/plugins/callable/callable.plugin     |    8 -
 tests/libpeas/plugins/extension-c/Makefile.am      |   23 ++
 .../libpeas/plugins/extension-c/callable-plugin.c  |   96 +++++
 .../libpeas/plugins/extension-c/callable-plugin.h  |   52 +++
 .../plugins/extension-c/extension-c-plugin.c       |   46 +++
 .../plugins/extension-c/extension-c-plugin.h       |   33 ++
 .../libpeas/plugins/extension-c/extension-c.plugin |    8 +
 .../plugins/extension-c/properties-plugin.c        |  180 +++++++++
 .../plugins/extension-c/properties-plugin.h        |   55 +++
 tests/libpeas/plugins/properties/Makefile.am       |   19 -
 .../libpeas/plugins/properties/properties-plugin.c |  184 ----------
 .../libpeas/plugins/properties/properties-plugin.h |   55 ---
 tests/libpeas/plugins/properties/properties.plugin |    8 -
 tests/libpeas/testing/Makefile.am                  |   12 +-
 tests/libpeas/testing/testing-extension.c          |  386 ++++++++++++++++++++
 tests/libpeas/testing/testing-extension.h          |   96 +++++
 24 files changed, 1018 insertions(+), 461 deletions(-)

commit 2546a792f3fa17512a0bfd1a41b07d21ae36a174
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jan 17 14:42:31 2011 +0100

    Automatically load the PeasGtk typelib when using PeasGtkPluginManager
    
    PeasGtkPluginManager requires the PeasGtk typelib to work (because it
    uses the PeasGtkConfigurable interface), so we make it so it will load
    it by itself.

 libpeas-gtk/peas-gtk-plugin-manager.c |   11 +++++++++++
 peas-demo/peas-demo.c                 |    2 --
 2 files changed, 11 insertions(+), 2 deletions(-)

commit c38f3dc653ca246ef4b2efbcf33ea9556ad48cbb
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jan 17 02:39:31 2011 -0800

    Delete the callable-python test plugin as it was accidentally committed

 tests/libpeas/plugins/callable-python/Makefile.am  |    7 -------
 .../callable-python/callable-python-plugin.py      |   19 -------------------
 .../plugins/callable-python/callable-python.plugin |    8 --------
 3 files changed, 0 insertions(+), 34 deletions(-)

commit d5eb7809b6052130e95a97a18e4dfe28626a0e27
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jan 17 02:37:50 2011 -0800

    Don't use PeasActivatable in PeasExtension test
    
    This will make it easier to test diffrent plugin loaders.

 tests/libpeas/extension.c                          |   39 +++++++-------------
 .../libpeas/introspection/introspection-callable.c |   12 ++++++
 .../libpeas/introspection/introspection-callable.h |    2 +
 tests/libpeas/plugins/callable/callable-plugin.c   |    6 +++
 4 files changed, 33 insertions(+), 26 deletions(-)

commit 2dff9fbbf9f84470347fcf5691c354d30816d27b
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 22:07:46 2011 -0800

    Don't use peas_extension_call() in tests
    
    Instead call through the correct interface. This allows us to test that
    the PeasExtension properly implements the interface.

 tests/libpeas/extension.c |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

commit 53efe62a6d30f90d995b547132e26538785ed625
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 21:54:40 2011 -0800

    Fix implementing an interface without a VFunc invoker
    
    The vfunc_info was being incorrectly unreffed.

 libpeas/peas-extension-subclasses.c |    1 -
 tests/libpeas/extension.c           |    6 ++++++
 2 files changed, 6 insertions(+), 1 deletions(-)

commit b773e962fa8d83d1cf07f5e40d461cffe7b94c97
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 18:36:14 2011 -0800

    Rework the peas-demo UI by putting the manager in the main window

 peas-demo/peas-demo.c |   67 ++++++++++++------------------------------------
 1 files changed, 17 insertions(+), 50 deletions(-)

commit 64e3e9bbfd5ff8380a993b28bfa69b042fc2a06f
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 18:33:18 2011 -0800

    Update DemoWindow to use peas_engine_get_default()

 peas-demo/peas-demo-window.c |   41 +++++++++++++++--------------------------
 peas-demo/peas-demo-window.h |    2 +-
 peas-demo/peas-demo.c        |    2 +-
 3 files changed, 17 insertions(+), 28 deletions(-)

commit 0f41ecee8bf05380874edaa76415a1428032cfab
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 18:30:14 2011 -0800

    Add tests for PeasGtkPluginManager's about and configure dialogs

 tests/libpeas-gtk/plugin-manager.c                 |  157 +++++++++++++++++++-
 .../plugins/configurable/configurable.plugin       |    1 +
 tests/libpeas-gtk/testing/testing.c                |    8 +
 3 files changed, 165 insertions(+), 1 deletions(-)

commit 7500f6f448148e088998a2f841fcfdeb5e60cb85
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 15:38:01 2011 -0800

    Use gtk_widget_destroy instead of g_object_unref in libpeas-gtk tests

 tests/libpeas-gtk/plugin-manager-store.c |    6 +-----
 tests/libpeas-gtk/plugin-manager-view.c  |    6 +-----
 tests/libpeas-gtk/plugin-manager.c       |    6 +-----
 tests/libpeas-gtk/testing/testing.c      |    5 ++++-
 4 files changed, 7 insertions(+), 16 deletions(-)

commit 8e8dc4dbac62959db3c75c882e0221854697fbfa
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 15:36:32 2011 -0800

    More PeasUI to PeasGtk fixes

 README                           |    2 +-
 docs/reference/Makefile.am       |    4 ++--
 docs/reference/libpeas-docs.sgml |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 5baaabf28790b45967e205b50b3c96ad1038da8f
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 14:00:20 2011 -0800

    PeasPluginManager and View cleanup and style fixes

 libpeas-gtk/peas-gtk-plugin-manager-view.c |   36 +++++++++++----------------
 libpeas-gtk/peas-gtk-plugin-manager.c      |   34 +++++++------------------
 2 files changed, 25 insertions(+), 45 deletions(-)

commit e521d827abd277b3c14a6aad4b9bef88c2491d13
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 13:56:21 2011 -0800

    Override class handlers instead of signals in PeasGtkPluginManagerView

 libpeas-gtk/peas-gtk-plugin-manager-view.c |  116 +++++++++++++---------------
 1 files changed, 53 insertions(+), 63 deletions(-)

commit b2304ef9a624d42e6c2505e24671b80fe5d823d3
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 13:43:59 2011 -0800

    Added tests for custom icons

 configure.ac                                       |    1 +
 tests/libpeas-gtk/plugin-manager-store.c           |   37 ++++++++++++++++---
 tests/libpeas-gtk/plugins/Makefile.am              |    7 ++--
 .../libpeas-gtk/plugins/invalid-custom-icon.plugin |    8 ++++
 tests/libpeas-gtk/plugins/invalid-icon.plugin      |    8 ----
 .../libpeas-gtk/plugins/invalid-stock-icon.plugin  |    8 ++++
 .../plugins/valid-custom-icon/Makefile.am          |    3 ++
 .../plugins/valid-custom-icon/exists.png           |  Bin 0 -> 2916 bytes
 .../valid-custom-icon/valid-custom-icon.plugin     |    8 ++++
 tests/libpeas-gtk/plugins/valid-icon.plugin        |    8 ----
 tests/libpeas-gtk/plugins/valid-stock-icon.plugin  |    8 ++++
 11 files changed, 71 insertions(+), 25 deletions(-)

commit e6dd4b3bc574e25268b2ad1922b295434591dde7
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 13:40:46 2011 -0800

    Allow the Icon in *.plugin to be located in the data dir

 libpeas-gtk/peas-gtk-plugin-manager-store.c    |   70 +++++++++++++++++++-----
 libpeas-gtk/peas-gtk-plugin-manager-store.h    |    3 +-
 libpeas-gtk/peas-gtk-plugin-manager-view.c     |   32 ++++++++++--
 peas-demo/plugins/secondtime/gnome-foot.png    |  Bin 0 -> 2916 bytes
 peas-demo/plugins/secondtime/secondtime.plugin |    1 +
 tests/libpeas-gtk/plugin-manager-store.c       |   18 +++---
 tests/libpeas/plugin-info.c                    |    2 +-
 tests/plugins/full-info.plugin                 |    2 +-
 8 files changed, 99 insertions(+), 29 deletions(-)

commit 242890d1e2638aa8a5698e9e2540731afaecdbdf
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 13:21:17 2011 -0800

    Added tests for valid and invalid plugin icons

 tests/libpeas-gtk/plugin-manager-store.c      |   37 +++++++++++++++++++++++++
 tests/libpeas-gtk/plugins/Makefile.am         |    6 ++++
 tests/libpeas-gtk/plugins/invalid-icon.plugin |    8 +++++
 tests/libpeas-gtk/plugins/valid-icon.plugin   |    8 +++++
 tests/libpeas-gtk/testing/testing.c           |    1 +
 5 files changed, 60 insertions(+), 0 deletions(-)

commit 811c61631ec1baec17e0bf31e1a54f33afe1b67b
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:53:51 2011 -0800

    Override properties in PeasExtension subclasses
    
    Generated subclasses do not override properties and this causes new
    versions of GObject to emit a critical warning.
    
    This also allows plugins to expose properties for setting and getting.

 configure.ac                                       |    1 +
 libpeas/Makefile.am                                |    1 +
 libpeas/peas-extension-priv.h                      |   36 ++++
 libpeas/peas-extension-subclasses.c                |   91 ++++++++++-
 libpeas/peas-extension.c                           |   19 ++-
 libpeas/peas-extension.h                           |    1 +
 loaders/c/peas-extension-c.c                       |    5 +-
 loaders/python/peas-extension-python.c             |    6 +-
 loaders/seed/peas-extension-seed.c                 |    5 +-
 tests/libpeas/extension.c                          |  127 +++++++++++++-
 tests/libpeas/introspection/Makefile.am            |    2 +
 .../introspection/introspection-properties.c       |   53 ++++++
 .../introspection/introspection-properties.h       |   52 ++++++
 tests/libpeas/plugins/Makefile.am                  |    2 +-
 tests/libpeas/plugins/properties/Makefile.am       |   19 ++
 .../libpeas/plugins/properties/properties-plugin.c |  184 ++++++++++++++++++++
 .../libpeas/plugins/properties/properties-plugin.h |   55 ++++++
 tests/libpeas/plugins/properties/properties.plugin |    8 +
 18 files changed, 652 insertions(+), 15 deletions(-)

commit 68af2550b2a8e8987110194c0723cf0c074c3ed7
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:49:53 2011 -0800

    Add a make rule for running the tests under valgrind
    
    The rule runs all the tests under valgrind with the appropriate enviroment
    variables and options set and the log is saved to vgdump-$$test_prog.

 .gitignore           |    1 +
 Makefile.am          |    2 +-
 tests/Makefile.am    |    4 ++--
 tests/Makefile.tests |   14 ++++++++++++++
 4 files changed, 18 insertions(+), 3 deletions(-)

commit e33b3ef43a454437ad5fd42e6eb2355637040620
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:45:31 2011 -0800

    Split common Makefile.am code to Makefile.tests
    
    This also adds a hook so the libpeas-gtk tests are
    only run when $DISPLAY is set.

 tests/Makefile.am             |   27 +++++++++++++++++++++------
 tests/Makefile.tests          |   20 ++++++++++++++++++++
 tests/libpeas-gtk/Makefile.am |   25 +++----------------------
 tests/libpeas/Makefile.am     |   22 +---------------------
 4 files changed, 45 insertions(+), 49 deletions(-)

commit 62aeb94b380f9bf4aad579026a213e7f9b0c06e7
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:41:10 2011 -0800

    Use libtool --mode=execute instead of .libs/lt-$$test_prog

 tests/libpeas-gtk/Makefile.am |    2 +-
 tests/libpeas/Makefile.am     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b95e82e46c3b1f8445b95f87488fc3e1e6c64f77
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:40:07 2011 -0800

    Free PeasEngine after all tests have run
    
    testing_engine_free() only fakes freeing it for now due
    to errors caused by resident modules.

 tests/libpeas-gtk/plugin-manager-store.c |    2 ++
 tests/libpeas-gtk/plugin-manager-view.c  |    2 ++
 tests/libpeas-gtk/plugin-manager.c       |    2 ++
 tests/libpeas/engine.c                   |    2 ++
 tests/libpeas/extension-set.c            |    2 ++
 tests/libpeas/extension.c                |    2 ++
 tests/libpeas/plugin-info.c              |    2 ++
 7 files changed, 14 insertions(+), 0 deletions(-)

commit ff0cd0fe0e61f0c036ad368a74cd6aff8d255356
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:39:02 2011 -0800

    Fix memory leak in libpeas-gtk tests by freeing tree paths

 tests/libpeas-gtk/plugin-manager-view.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 101afa0e6ba7ef949f62866b239615e67f4722c7
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:38:19 2011 -0800

    Fix a memory leak in the tests caused by resident modules

 tests/libpeas/extension.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b5c07d76d7eb2616e508561ae4a5780ba728c386
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jan 16 12:37:53 2011 -0800

    Fix memory leak in PeasPluginInfo

 libpeas/peas-plugin-info.c |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

commit 67d96a4b7059d43db1e47b9fcc878a7ef4cfdfbc
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Jan 8 08:26:05 2011 +0200

    Add Arabic to LINGUAS file

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0b3cfbcebcedae5a2c8b2037981c4fcee289ccd7
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Jan 8 08:20:07 2011 +0200

    Add Arabic translation

 po/ar.po |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

commit ba92170be7bbcc8c2e709806d3c2d4be4989874f
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Jan 1 12:58:02 2011 -0800

    Fix seed extensions

 loaders/seed/peas-extension-seed.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 10f86cd679e3b968812412b23c4fcf42ff1666a3
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Jan 1 12:43:00 2011 -0800

    Remove unused variable

 peas-demo/plugins/secondtime/second-time.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e4d9a2a39caecfc1dbe0dcf318f3de742f2c7866
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Jan 1 12:42:50 2011 -0800

    Correctly set the libdir under win32

 libpeas/peas-dirs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dc51fffb98e716904684902d6e7325e3975f32f4
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Dec 19 15:52:28 2010 -0800

    Reduce the number of allocations in calling methods via GI

 libpeas/peas-extension-subclasses.c |   34 +++++++++++++---------------------
 libpeas/peas-extension.c            |    7 +++----
 libpeas/peas-introspection.c        |   31 ++++++++++++-------------------
 loaders/seed/peas-extension-seed.c  |    8 ++++----
 4 files changed, 32 insertions(+), 48 deletions(-)

commit 9e02ddbe844a0450a6faeb833709bc747075c79d
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Dec 15 08:24:32 2010 -0800

    Add a note in the plugin manager store about the plugin info and unreffing

 libpeas-gtk/peas-gtk-plugin-manager-store.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 4dcaccf5d70cf2ef1fbee2aa9645a47fd0247af8
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Dec 15 00:23:46 2010 -0800

    Do not scan for plugins when constructed as there are no search paths

 libpeas/peas-engine.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit 87015902e60059906e3362e95c9919f0cc27dac1
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Dec 19 12:32:52 2010 +0100

    Update gobject-introspection requirement to match actual requirements

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3078aaea1671e35a59cc4c57c5ae1a2a40e82db9
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Dec 19 12:25:06 2010 +0100

    Ensure the .pc files dependencies are up to date.
    
    To do so, we define all the requirements in configure.ac and use
    substitutions to set them in the .pc files.

 configure.ac               |   26 +++++++++++++++-----------
 data/libpeas-1.0.pc.in     |    2 +-
 data/libpeas-gtk-1.0.pc.in |    2 +-
 3 files changed, 17 insertions(+), 13 deletions(-)

commit 06d0ab718a77a74ad365c5a9d40e05a9310a0bd5
Author: Garrett Regier <alias301@gmail.com>
Date:   Fri Dec 17 12:44:33 2010 -0800

    Add a test-suite

 .gitignore                                         |    9 +
 Makefile.am                                        |    7 +-
 configure.ac                                       |   21 ++
 tests/Makefile.am                                  |   68 +++++
 tests/libpeas-gtk/Makefile.am                      |   56 ++++
 tests/libpeas-gtk/plugin-manager-store.c           |  291 +++++++++++++++++++
 tests/libpeas-gtk/plugin-manager-view.c            |  264 +++++++++++++++++
 tests/libpeas-gtk/plugin-manager.c                 |  257 +++++++++++++++++
 tests/libpeas-gtk/plugins/Makefile.am              |    1 +
 .../plugins/builtin-configurable/Makefile.am       |   21 ++
 .../builtin-configurable/builtin-configurable.c    |   75 +++++
 .../builtin-configurable/builtin-configurable.h    |   52 ++++
 .../builtin-configurable.plugin                    |    9 +
 .../plugins/builtin-configurable/builtin-plugin.c  |  149 ++++++++++
 .../plugins/builtin-configurable/builtin-plugin.h  |   55 ++++
 tests/libpeas-gtk/plugins/configurable/Makefile.am |   19 ++
 .../plugins/configurable/configurable-plugin.c     |   79 +++++
 .../plugins/configurable/configurable-plugin.h     |   55 ++++
 .../plugins/configurable/configurable.plugin       |    8 +
 tests/libpeas-gtk/testing/Makefile.am              |   21 ++
 tests/libpeas-gtk/testing/testing.c                |  222 ++++++++++++++
 tests/libpeas-gtk/testing/testing.h                |   43 +++
 tests/libpeas/Makefile.am                          |   56 ++++
 tests/libpeas/engine.c                             |  302 ++++++++++++++++++++
 tests/libpeas/extension-set.c                      |  218 ++++++++++++++
 tests/libpeas/extension.c                          |  277 ++++++++++++++++++
 tests/libpeas/introspection/Makefile.am            |   47 +++
 .../libpeas/introspection/introspection-callable.c |   93 ++++++
 .../libpeas/introspection/introspection-callable.h |   70 +++++
 .../introspection/introspection-unimplemented.c    |   39 +++
 .../introspection/introspection-unimplemented.h    |   52 ++++
 tests/libpeas/plugin-info.c                        |  191 ++++++++++++
 tests/libpeas/plugins/Makefile.am                  |    8 +
 tests/libpeas/plugins/callable-python/Makefile.am  |    7 +
 .../callable-python/callable-python-plugin.py      |   19 ++
 .../plugins/callable-python/callable-python.plugin |    8 +
 tests/libpeas/plugins/callable/Makefile.am         |   19 ++
 tests/libpeas/plugins/callable/callable-plugin.c   |  100 +++++++
 tests/libpeas/plugins/callable/callable-plugin.h   |   52 ++++
 tests/libpeas/plugins/callable/callable.plugin     |    8 +
 tests/libpeas/plugins/info-missing-iage.plugin     |    3 +
 tests/libpeas/plugins/info-missing-module.plugin   |    3 +
 tests/libpeas/plugins/info-missing-name.plugin     |    3 +
 tests/libpeas/testing/Makefile.am                  |   18 ++
 tests/libpeas/testing/testing.c                    |  146 ++++++++++
 tests/libpeas/testing/testing.h                    |   34 +++
 tests/plugins/Makefile.am                          |   12 +
 tests/plugins/builtin/Makefile.am                  |   18 ++
 tests/plugins/builtin/builtin-plugin.c             |  143 +++++++++
 tests/plugins/builtin/builtin-plugin.h             |   55 ++++
 tests/plugins/builtin/builtin.plugin               |    9 +
 tests/plugins/full-info.plugin                     |   13 +
 tests/plugins/has-dep/Makefile.am                  |   18 ++
 tests/plugins/has-dep/has-dep-plugin.c             |  143 +++++++++
 tests/plugins/has-dep/has-dep-plugin.h             |   55 ++++
 tests/plugins/has-dep/has-dep.plugin               |    9 +
 tests/plugins/loadable/Makefile.am                 |   18 ++
 tests/plugins/loadable/loadable-plugin.c           |  143 +++++++++
 tests/plugins/loadable/loadable-plugin.h           |   55 ++++
 tests/plugins/loadable/loadable.plugin             |    8 +
 tests/plugins/min-info.plugin                      |    4 +
 tests/plugins/self-dep/Makefile.am                 |   18 ++
 tests/plugins/self-dep/self-dep-plugin.c           |  143 +++++++++
 tests/plugins/self-dep/self-dep-plugin.h           |   55 ++++
 tests/plugins/self-dep/self-dep.plugin             |    9 +
 tests/plugins/unavailable.plugin                   |    9 +
 66 files changed, 4491 insertions(+), 1 deletions(-)

commit d68c0ce9134a65949f9f5d3e41b40593f5bd77d5
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Dec 19 11:42:06 2010 +0100

    Add autopoint-generated files to .gitignore.

 .gitignore |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 73d648ac0fa9202063a71c2c18936189b6e61f69
Author: Garrett Regier <alias301@gmail.com>
Date:   Fri Dec 17 12:42:29 2010 -0800

    Added missing G_PARAM_STATIC_STRINGS to PeasObjectModule

 libpeas/peas-object-module.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit d417aea4b3904d4ee7c54fbb8751c5a4b3b41878
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Dec 14 11:35:39 2010 -0800

    Fix not emitting notify::loaded-plugins when PeasEngine is being destroyed

 libpeas/peas-engine.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit fcf624519ca3b26265a9c76bc022f865e2cc1bfe
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Dec 14 10:42:36 2010 -0800

    Add a warning if IAge is not found when creating PeasPluginInfo

 libpeas/peas-plugin-info.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 3e017846f32a02b14255979ea539b8cfc2710686
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Dec 15 08:23:28 2010 -0800

    Fix some doc strings (replace PeasUI with PeasGtk)

 libpeas/peas-i18n.c        |    2 +-
 libpeas/peas-plugin-info.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f50347cc5a977403a3e8bed4436e6ec4a5a2d589
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Dec 15 08:21:14 2010 -0800

    Warn if we fail to find the method in introspection.
    
    We were failing silently. This made troubleshooting harder.

 libpeas/peas-extension.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 9359aa0615150f59ad13d582fa91ffa8003c0b4a
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Dec 15 00:25:57 2010 -0800

    Plug a memory leak in peas_extension_call_valist()
    
    A GI object was not unreffed correctly.

 libpeas/peas-extension.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5bd0a60b604d5db237f0e1c6e06aa19451bfa557
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Dec 14 10:43:39 2010 -0800

    Added G_GNUC_CONST to _get_type() that were missing it

 libpeas-gtk/peas-gtk-configurable.h |    2 +-
 libpeas/peas-plugin-loader.h        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit db211ad1f050db9be2d8fd76182733ff0a0c5a72
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Dec 14 10:41:39 2010 -0800

    Make the PeasEngine search-path docs make sense

 libpeas/peas-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fd11f8ca89acb272d29a58f5c7e2965b5db936e8
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Dec 14 10:40:48 2010 -0800

    Add a note in the docs about PeasEngine:loaded-plugins
    
    nacho asked how it could work to bind to it with GSettings.

 libpeas/peas-engine.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a0c1ca02418b1034cc339a2bb6b83067770e10c7
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Dec 14 10:38:26 2010 -0800

    Don't show a plugin's description if it is NULL

 libpeas-gtk/peas-gtk-plugin-manager-store.c |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit c3361ddd87f193fab071407fabda59391805bf51
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Dec 14 10:35:20 2010 -0800

    Unload plugins in dispose to prevent segv
    
    When unloading plugins in finalize sometimes it would
    cause a segv because we emit a signal on an object
    with a refcount of 0.

 libpeas/peas-engine.c |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

commit 29714686f7b5cd26bd0bc5e16abda2c9aa34431b
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:36:18 2010 -0800

    Fix remaining s/libpeasui/libpeas-gtk/ issues

 libpeas-gtk/Makefile.am |    2 +-
 peas-demo/peas-demo.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 07341143aa598571a5baa2530a02b9a7b668e5fb
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:35:30 2010 -0800

    Fix emitting PeasExtensionSet::extension-removed
    
    Before is was not emitted when the extension set was being
    finalized because signals are not emitted in finalize but are in dispose.

 libpeas/peas-extension-set.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit 8dd3f010a65e737e0ba892579372d8ce7f945e74
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:34:35 2010 -0800

    Remove PeasParameterArray from public header.
    
    Its used only internally.

 libpeas/peas-extension-set.c |    5 +++++
 libpeas/peas-extension-set.h |   13 -------------
 2 files changed, 5 insertions(+), 13 deletions(-)

commit 877e658a9c6c334f0eccf6d0bfc6921f1e465e90
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:34:16 2010 -0800

    Remove old comment

 libpeas/peas-extension-base.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit b7fb6917edef5b8da3531d5c2195a762957f470f
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:33:43 2010 -0800

    Fix peas_engine_set_loaded_plugins() when no plugins are to be loaded.
    
    Before it would segfault.

 libpeas/peas-engine.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a02e8a1c6612d41c40608c93fc83ff667f3ae4a3
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:33:27 2010 -0800

    Fix peas_engine_get_loaded_plugins() when there are not plugins.
    
    Before would return non-NULL junk now it returns NULL.

 libpeas/peas-engine.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 4578a8417d32ba8ee30ed1d62e22af366e66c44f
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:32:59 2010 -0800

    Fix loading plugins with an invalid dependency
    
    Before the plugin would still be loaded and available.

 libpeas/peas-engine.c |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

commit 1da22586a008e1fc627f2742a6ccfa31529385b6
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Dec 9 09:32:24 2010 -0800

    Clarify that peas_engine_get_plugin_info() searches for the module name

 libpeas/peas-engine.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit da9932d4dccc14a0a30b0c39620507ecafd6b28e
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Nov 29 17:23:14 2010 +0100

    Updated Galician translations

 po/gl.po |   97 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 53 insertions(+), 44 deletions(-)

commit 327473a6385e0b086a9e3d6b8f1f97c90126e351
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Nov 27 14:31:06 2010 +0100

    Plug some memory leaks

 libpeas/peas-extension-set.c               |    2 ++
 libpeas/peas-extension-subclasses.c        |    1 +
 loaders/python/peas-plugin-loader-python.c |    7 +++----
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 67f33fd8a004aaa524df3dce267b68aabd7ab963
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Tue Nov 16 20:38:37 2010 -0300

    Fix an typo in previous commit
    
    Which was blocking some method calls

 libpeas/peas-extension-subclasses.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a2f98e51140286ff18a4442e2e7c39905afe40fb
Author: Dan Williams <dcbw@redhat.com>
Date:   Thu Nov 11 11:27:23 2010 -0600

    Fix handling of g_callable_info_get_n_args()
    
    g_callable_get_n_args() returns gint but libpeas treats the return value as
    guint in a few places.  If introspection is somewhat broken (and thus the
    callable info that libpeas passes to g_callable_get_n_args() is NULL) then
    libpeas will execute a couple for-loops from 0 to GUINT_MAX due to the mistype.
    
    Also protect a few more paths that might get triggered due to missing
    introspection data.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633907

 libpeas/peas-extension-set.c        |    8 +++++++-
 libpeas/peas-extension-subclasses.c |    4 +++-
 libpeas/peas-extension.c            |    5 ++++-
 libpeas/peas-introspection.c        |   12 +++++++++---
 loaders/seed/peas-extension-seed.c  |    7 ++++++-
 5 files changed, 29 insertions(+), 7 deletions(-)

commit 5ecd4fb7d109fe0f49e162d16bddd7cf3059e214
Author: Dan Williams <dcbw@redhat.com>
Date:   Mon Nov 1 23:50:39 2010 -0500

    Revert "Fix iteration of GCallable arguments"
    
    This reverts commit bb0cc262430d3ba9de06e86b76bf2c9520ddb335.
    
    More work is needed here; there are a number of locations that
    treat the return value of g_callable_info_get_n_args() as unsigned
    that need to be fixed...

 libpeas/peas-introspection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bb0cc262430d3ba9de06e86b76bf2c9520ddb335
Author: Dan Williams <dcbw@redhat.com>
Date:   Mon Nov 1 23:28:26 2010 -0500

    Fix iteration of GCallable arguments
    
    g_callable_info_get_n_args() returns gint, not guint.  So when
    g_callable_info_get_n_args() returns -1 for some reason (missing
    or bad introspection data) it got treated as a really big number,
    and libpeas would crash trying to free NULL GITypeInfo.

 libpeas/peas-introspection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d6696e392c26f963c35eba6a6384691a6655c39e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Oct 16 21:15:42 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 39 insertions(+), 41 deletions(-)

commit 8c77eeb668f32dc59a5758821e85e92450b4394b
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Oct 8 05:38:47 2010 +0200

    autogen.sh: remove unneded call to autopoint
    
    It's already called in gnome-autogen.sh

 autogen.sh |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit b8a11c010d8c72079166270edb2c6fae85a391d2
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Oct 4 14:00:50 2010 +0200

    Fix the example of a plugin info file in docs.
    
    The header has changed from [YourApp Plugin] to [Plugin].

 libpeas/peas-plugin-info.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 63f52e0d743ead67d8003bc60546fb299e155890
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Oct 4 10:43:11 2010 +0200

    Post-release version bump for 0.7.1

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e351c13b5be7c1bc9ee0261e3d269ec3c2496f08
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Oct 4 10:23:18 2010 +0200

    Update version number to 0.7.0

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 40968f45894ae2ba9a21ba2f061558fa348b7637
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Oct 4 10:38:25 2010 +0200

    Fix typo in libpeas-gtk documentation.
    
    Sed had been over-enthousiast on this one.

 libpeas-gtk/peas-gtk-plugin-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b2b6deb735df82e2f158d93c72a3cb404ac78fb8
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Oct 4 10:30:22 2010 +0200

    Fix several warnings in peas-engine.c

 docs/reference/libpeas-sections.txt |    2 +-
 libpeas/peas-engine.c               |    4 ++--
 libpeas/peas-engine.h               |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 84b64723bcf0d248676c36b55a80111e958f7c87
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Oct 4 10:01:24 2010 +0200

    Add a rule to autogenerate a changelog.

 Makefile.am  |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)

commit 3a7e46716338a8b756610c5cee9927fb856f9af3
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Aug 28 17:31:30 2010 +0200

    Drop "engine" construct properties from libpeas-gtk widgets.
    
    We can use peas_engine_get_default() instead, and hopefully be able to
    construct the widgets from GtkBuilder.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=628194

 libpeas-gtk/peas-gtk-plugin-manager-store.c |   79 +-----------------------
 libpeas-gtk/peas-gtk-plugin-manager-store.h |    2 +-
 libpeas-gtk/peas-gtk-plugin-manager-view.c  |   45 +++-----------
 libpeas-gtk/peas-gtk-plugin-manager-view.h  |    4 +-
 libpeas-gtk/peas-gtk-plugin-manager.c       |   87 ++------------------------
 libpeas-gtk/peas-gtk-plugin-manager.h       |    2 +-
 peas-demo/peas-demo.c                       |    2 +-
 7 files changed, 24 insertions(+), 197 deletions(-)

commit 56282adcee4e97523fe7125c7f4e1b053628195f
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Oct 3 23:41:23 2010 +0200

    Update peas-demo for PeasEngine API changes.

 peas-demo/peas-demo.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 6b95f312ffa78734317e1f5540ea7eb6df359e02
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Oct 3 09:21:30 2010 +0200

    Drop peas_engine_new()
    
    People should not be using peas_engine_new() at all: either they should
    use peas_engine_get_default() or provide their own subclass.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=628194

 libpeas/peas-engine.c |   16 +---------------
 libpeas/peas-engine.h |    1 -
 2 files changed, 1 insertions(+), 16 deletions(-)

commit b5790681ee0a6239be515c56923cb7e80cfb2486
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Aug 26 10:58:21 2010 +0200

    Add new API peas_engine_get_default()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=628194

 libpeas/peas-engine.c |   26 ++++++++++++++++++++++++++
 libpeas/peas-engine.h |    1 +
 2 files changed, 27 insertions(+), 0 deletions(-)

commit 8c6be99ec8d6b0ac2ce826e1d298c2cafc77ba94
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Oct 2 13:21:54 2010 +0200

    Drop application-specific naming in the info file format.
    
    There were previously two places where the application name were used
    in the plugin info format:
     - the file extension was .appname-plugin
     - the INI section was [AppName Plugin]
    
    This patch drop those and uses a more generic naming:
     - the file extension is now .plugin
     - the INI section is now [Plugin]
    
    This makes one less (rather useless) value to provide to the engine,
    and besides it is consistent with what others do in the same field
    (Mozilla, for instance, uses a single .xpi extension for all the
    applications using XPInstall).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631165

 libpeas/peas-engine.c                              |   61 ++-----------------
 libpeas/peas-engine.h                              |    2 +-
 libpeas/peas-plugin-info-priv.h                    |    1 -
 libpeas/peas-plugin-info.c                         |   54 +++++++-----------
 peas-demo/peas-demo.c                              |    2 +-
 peas-demo/plugins/helloworld/Makefile.am           |    2 +-
 .../plugins/helloworld/helloworld.peasdemo-plugin  |    9 ---
 peas-demo/plugins/helloworld/helloworld.plugin     |    9 +++
 peas-demo/plugins/pythonhello/Makefile.am          |    2 +-
 .../pythonhello/pythonhello.peasdemo-plugin        |   13 ----
 peas-demo/plugins/pythonhello/pythonhello.plugin   |   13 ++++
 peas-demo/plugins/secondtime/Makefile.am           |    2 +-
 .../plugins/secondtime/secondtime.peasdemo-plugin  |    9 ---
 peas-demo/plugins/secondtime/secondtime.plugin     |    9 +++
 peas-demo/plugins/seedhello/Makefile.am            |    2 +-
 .../plugins/seedhello/seedhello.peasdemo-plugin    |    9 ---
 peas-demo/plugins/seedhello/seedhello.plugin       |    9 +++
 17 files changed, 74 insertions(+), 134 deletions(-)

commit d4cacb912cc2d7b786150934198b5661c52b560d
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Aug 27 15:55:18 2010 +0200

    [PeasEngine] Add peas_engine_append_search_path()
    
    This new API replaces the old "search-path" construct property. It
    is more understandable and can be used after object construction.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=628183

 docs/reference/libpeas-sections.txt |    1 +
 libpeas/peas-engine.c               |  133 ++++++++++++++++++----------------
 libpeas/peas-engine.h               |    7 ++-
 peas-demo/peas-demo.c               |   34 ++++-----
 4 files changed, 90 insertions(+), 85 deletions(-)

commit 00f05ee75190ea2a655987bf8ea1a32d086a6070
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Aug 26 11:46:42 2010 +0200

    [PeasEngine] Compute the plugin file extension once and for all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=628183

 libpeas/peas-engine.c |   34 +++++++++++++++++++++-------------
 1 files changed, 21 insertions(+), 13 deletions(-)

commit e9a9951ef60164dea6e482e6db87dbad4687c9cd
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Wed Sep 29 18:43:29 2010 +0200

    Use gtk_widget_get_preferred_size.

 libpeas-gtk/peas-gtk-plugin-manager-view.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 44096a5ae15531eb9db8d85ed7c729056233402f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Sep 22 22:35:42 2010 +0200

    Updated Polish translation

 po/pl.po |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 38 insertions(+), 40 deletions(-)

commit 955f8a0af53169a8b03d5e2053b5f9d711153fe0
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed Sep 22 18:53:27 2010 +0200

    Use upstream gettext instead the Glib one

 autogen.sh   |    2 ++
 configure.ac |    5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 3c9b297208b8d471c688b9a4b85e184fce756ac8
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Sep 20 08:48:24 2010 -0700

    Fix most introspection warnings
    
    The scanner became much more picky.

 libpeas-gtk/peas-gtk-configurable.c   |    2 +-
 libpeas-gtk/peas-gtk-plugin-manager.c |    4 ++--
 libpeas/peas-engine.c                 |   19 ++++++++++---------
 libpeas/peas-extension-set.c          |    6 +++---
 libpeas/peas-extension-set.h          |    2 +-
 libpeas/peas-object-module.c          |   15 +++++++++++++++
 libpeas/peas-object-module.h          |    2 ++
 libpeas/peas-plugin-info.c            |    4 ++--
 8 files changed, 36 insertions(+), 18 deletions(-)

commit 71233ec2ca09ff599d4f0bf885307786d244a671
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Sat Sep 18 19:45:01 2010 +0200

    Use gtk_size_request_get_size when possible.

 libpeas-gtk/peas-gtk-plugin-manager-view.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit b5c64812e2da65de4dd3228934c3bacad51b5972
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Fri Sep 17 10:08:49 2010 -0300

    Replace GArgument with GIArgument, and bump g-i dependency to 0.9.6

 configure.ac                           |    2 +-
 libpeas/peas-extension-set.c           |   10 +++++-----
 libpeas/peas-extension-set.h           |    4 ++--
 libpeas/peas-extension-subclasses.c    |    6 +++---
 libpeas/peas-extension.c               |   10 +++++-----
 libpeas/peas-extension.h               |    8 ++++----
 libpeas/peas-introspection.c           |   24 ++++++++++++------------
 libpeas/peas-introspection.h           |   10 +++++-----
 loaders/c/peas-extension-c.c           |    4 ++--
 loaders/python/peas-extension-python.c |    4 ++--
 loaders/seed/peas-extension-seed.c     |    8 ++++----
 11 files changed, 45 insertions(+), 45 deletions(-)

commit 79bc9ec8bc36d0aea20ea6303c2e70db209720aa
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Mon Sep 6 15:25:07 2010 -0300

    Fixed the way seed plugin asks for an extension point
    
    We explicitly check if the plugin provides an seed object,
    because it was returning the 'undefined' value.

 loaders/seed/peas-plugin-loader-seed.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit b7d844ec28bef2dc43b86c9d21988a4b0a429314
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:   Sat Sep 4 22:59:38 2010 +0200

    Make peasgtk compile with latest gtk+ (NO_SEPARATOR removal)

 libpeas-gtk/peas-gtk-plugin-manager.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 26033ccaf84386239636c9862a141dd01a8dd3dc
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Sep 1 19:27:50 2010 +0200

    Fix offsets in interface handling (take 2)
    
    There is an offset in GI function arguments between GICallbackInfo
    (which includes the instance pointer as the first argument) and
    GIFunctionInfo (which doesn't when the function is a method).
    
    And of course, we got it wrong the first time.

 libpeas/peas-extension-subclasses.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 05a5d6661b35c8cc773d4bedf4b75cf2b401eae3
Author: Chris Lord <chris@linux.intel.com>
Date:   Mon Aug 9 13:33:31 2010 +0100

    Allow building peas-gtk with earlier versions of gtk+
    
    gtk_window_has_group() is only available in version 2.22 of gtk+, which
    isn't commonly available in distributions. Add a static implementation
    of this function when using earlier gtk+ versions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626428

 libpeas-gtk/peas-gtk-plugin-manager.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit c51a385672e9f22b3da69537bb3839c8d4b99195
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Sep 1 00:22:35 2010 +0200

    Use stack-allocation for GArgument arrays.

 libpeas/peas-extension-set.c |    9 ++-------
 libpeas/peas-extension.c     |    4 +---
 libpeas/peas-introspection.c |    6 ++----
 3 files changed, 5 insertions(+), 14 deletions(-)

commit 83c9a62db4e0df41c80a7166fcd81a53854c308c
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Sep 1 00:18:46 2010 +0200

    Use GArgument instead of va_list in peas_extension_set_call()
    
    This allows us to drop our G_VA_COPY usage, as we now just pass the
    same GArgument array several times instead.

 docs/reference/libpeas-sections.txt |    1 +
 libpeas/peas-extension-set.c        |   50 ++++++++++++++++++++++++++++++-----
 libpeas/peas-extension-set.h        |    7 +++-
 3 files changed, 49 insertions(+), 9 deletions(-)

commit c6acccd52b830dff26741366d5e84b0c45df0e7b
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Aug 31 21:12:18 2010 +0200

    Use the new interface capabilities in peas-gtk.

 libpeas-gtk/peas-gtk-plugin-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f24c6c687dd2e132e927d5cd84bdb2b0c111845
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Aug 31 21:07:16 2010 +0200

    Make PeasExtension implement extension interfaces.
    
    With this commit, we make it possible to use PeasExtension instances
    directly with the extension interface methods.
    
    This makes the overal use of libpeas nicer and more typesafe, make it
    feel like we're using the real underlying extension instance, and make
    it easier to port old code over without changing all the API calls.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627338

 libpeas/Makefile.am                    |   42 +++--
 libpeas/peas-extension-subclasses.c    |  296 ++++++++++++++++++++++++++++++++
 libpeas/peas-extension-subclasses.h    |   34 ++++
 libpeas/peas-introspection.c           |   64 +++++++
 libpeas/peas-introspection.h           |    3 +
 loaders/c/peas-extension-c.c           |    5 +-
 loaders/python/peas-extension-python.c |    5 +-
 loaders/seed/peas-extension-seed.c     |    6 +-
 peas-demo/peas-demo-window.c           |    4 +-
 9 files changed, 434 insertions(+), 25 deletions(-)

commit f4b3f9836a79d95f49c145de101de64e0f2a3d2f
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Aug 18 13:44:30 2010 +0200

    Make the various loaders define static types.
    
    The main reason for this change is that g_type_query() doesn't return
    correct values for dynamic types, and the next commit is going to
    introduce a requirement for it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627338

 loaders/c/peas-extension-c.c               |   13 +------------
 loaders/c/peas-extension-c.h               |    1 -
 loaders/c/peas-plugin-loader-c.c           |   10 +---------
 loaders/python/peas-extension-python.c     |   13 +------------
 loaders/python/peas-extension-python.h     |    1 -
 loaders/python/peas-plugin-loader-python.c |   10 +---------
 loaders/seed/peas-extension-seed.c         |   13 +------------
 loaders/seed/peas-extension-seed.h         |    1 -
 loaders/seed/peas-plugin-loader-seed.c     |   10 +---------
 9 files changed, 6 insertions(+), 66 deletions(-)

commit f8fc997e3d6ba66fde3c15dbf2aeb6001adc8536
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 29 19:52:39 2010 +0200

    Updated French translation

 po/fr.po |   50 +++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 37 insertions(+), 13 deletions(-)

commit 2466c57bb52c3fa93673779423c23b8a0e7afb74
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Aug 27 19:40:57 2010 +0200

    Update Czech translation

 po/cs.po |   43 ++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 38 insertions(+), 5 deletions(-)

commit 13eb2b6e321f7ca330f66f13a21f73d079bcd680
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Thu Aug 26 13:17:58 2010 -0300

    Check if the method is found in an extension call
    
    If we continue with a NULL value, weird things are
    passed to g_new, may leading to a crash

 libpeas/peas-extension.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 11fc8d97939e04ff5afe14d2b6fd9085a579a571
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Aug 18 20:48:02 2010 +0200

    .gitignore update
    
     - drop old python bindings files
     - update for libpeas-gtk renaming
     - add the generated tarballs

 .gitignore |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 89f80462dad4305ea489abe55fb70b4b57345ea3
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Aug 18 20:47:46 2010 +0200

    Post-release version bump for 0.5.6

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7bc45c6692f95d7a85fab55b20ae36927a5bf555
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Aug 18 20:33:09 2010 +0200

    Fix POTFILES.in regarding the renaming of libpeas-gtk

 po/POTFILES.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f34984d5ae5f1415b4f4c89d796fab69c1e3e856
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Wed Aug 18 10:54:00 2010 -0300

    Turn an info message into a debug one

 libpeas/peas-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e7609429f7b983c438bf6c5355d5b880240c5c2e
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Aug 17 02:12:46 2010 +0200

    [PeasEngine] Kill the "base module dir" property.
    
    This property was useful to tell libpeas where to find legacy bindings
    for the application (like pygtk-style bindings), but it's totally
    useless and unused as of today: custom binding modules should be made
    available through the overrides capabilities of bindings.
    
    This commit changes the API of peas_engine_new()

 libpeas/peas-engine.c |   38 --------------------------------------
 libpeas/peas-engine.h |    1 -
 peas-demo/peas-demo.c |    1 -
 3 files changed, 0 insertions(+), 40 deletions(-)

commit db49c06e0478bae5cfb4a3202c904c9af1f4117f
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Aug 17 01:11:11 2010 +0200

    Rename libpeasui to libpeas-gtk.
    
    In today's context, 'ui' in the glib ecosystem don't mean 'gtk+' only
    anymore. It can also be Clutter, MX or even Qt...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626429

 Makefile.am                                        |    4 +-
 configure.ac                                       |   22 +-
 data/Makefile.am                                   |    6 +-
 data/libpeas-gtk-1.0.pc.in                         |   11 +
 data/libpeasui-1.0.pc.in                           |   11 -
 docs/reference/Makefile.am                         |   10 +-
 docs/reference/images/peas-gtk-plugin-manager.png  |  Bin 0 -> 18968 bytes
 docs/reference/images/peas-ui-plugin-manager.png   |  Bin 18968 -> 0 bytes
 docs/reference/libpeas-docs.sgml                   |    8 +-
 docs/reference/libpeas-sections.txt                |   88 +-
 docs/reference/libpeas.types                       |    6 +-
 libpeas-gtk/Makefile.am                            |   67 ++
 libpeas-gtk/peas-gtk-configurable.c                |   80 ++
 libpeas-gtk/peas-gtk-configurable.h                |   53 ++
 libpeas-gtk/peas-gtk-plugin-manager-store.c        |  510 ++++++++++++
 libpeas-gtk/peas-gtk-plugin-manager-store.h        |   96 +++
 libpeas-gtk/peas-gtk-plugin-manager-view.c         |  877 ++++++++++++++++++++
 libpeas-gtk/peas-gtk-plugin-manager-view.h         |   79 ++
 libpeas-gtk/peas-gtk-plugin-manager.c              |  563 +++++++++++++
 libpeas-gtk/peas-gtk-plugin-manager.h              |   64 ++
 libpeas-gtk/peas-gtk.h                             |   27 +
 libpeasui/Makefile.am                              |   67 --
 libpeasui/peas-ui-configurable.c                   |   79 --
 libpeasui/peas-ui-configurable.h                   |   53 --
 libpeasui/peas-ui-plugin-manager-store.c           |  510 ------------
 libpeasui/peas-ui-plugin-manager-store.h           |   96 ---
 libpeasui/peas-ui-plugin-manager-view.c            |  877 --------------------
 libpeasui/peas-ui-plugin-manager-view.h            |   79 --
 libpeasui/peas-ui-plugin-manager.c                 |  563 -------------
 libpeasui/peas-ui-plugin-manager.h                 |   64 --
 libpeasui/peas-ui.h                                |   27 -
 peas-demo/Makefile.am                              |   10 +-
 peas-demo/peas-demo.c                              |    6 +-
 peas-demo/plugins/helloworld/Makefile.am           |    4 +-
 .../helloworld/peasdemo-hello-world-configurable.c |   12 +-
 .../helloworld/peasdemo-hello-world-plugin.c       |    4 +-
 peas-demo/plugins/pythonhello/pythonhello.py       |    4 +-
 peas-demo/plugins/secondtime/Makefile.am           |    4 +-
 peas-demo/plugins/seedhello/seedhello.js           |    2 +-
 39 files changed, 2522 insertions(+), 2521 deletions(-)

commit 35fec222a45615bd001c9a5e2e8192e99d99b8bc
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Aug 17 00:52:40 2010 +0200

    Convert the API using va_list to use GArgument instead.
    
    GArgument is designed to allow passing function arguments around and
    processing them quite efficiently, and on the other hand a va_list can
    only be processed once and must be used from a single function only.
    
    This proved being error-prone, so this patch just switches all API
    playing with function arguments from using va_list to using GArgument.
    This means one extra marshalling step in the Seed loader, but that's
    all...
    
    This commit also fixes calling methods of the Seed extensions when there
    are more than a single (out) argument. It was not working everywhere
    because it accessed the va_list content from several distinct functions.

 docs/reference/libpeas-sections.txt    |    1 +
 libpeas/Makefile.am                    |    2 +-
 libpeas/peas-extension.c               |   37 ++++-
 libpeas/peas-extension.h               |    8 +-
 libpeas/peas-introspection.c           |  328 +++++++++++++++++--------------
 libpeas/peas-introspection.h           |   14 +-
 loaders/c/peas-extension-c.c           |    5 +-
 loaders/python/peas-extension-python.c |    5 +-
 loaders/seed/peas-extension-seed.c     |  102 ++++++----
 9 files changed, 302 insertions(+), 200 deletions(-)

commit a3087d025dbf25212af60e4c22ebe266bdbe38c2
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Aug 16 22:11:23 2010 +0200

    Move the "extension-type" property to PeasExtension.
    
    An "extension-type" property was previously implemented or emulated in
    every PeasExtension subclasses.  Moving it to PeasExtension allows one
    to be able to rely on that property.

 docs/reference/libpeas-sections.txt    |    1 +
 libpeas/peas-extension.c               |   82 ++++++++++++++++++++++++++++++++
 libpeas/peas-extension.h               |   11 ++++-
 loaders/c/peas-extension-c.c           |   10 +++-
 loaders/c/peas-extension-c.h           |    1 -
 loaders/python/peas-extension-python.c |    9 ++-
 loaders/python/peas-extension-python.h |    2 -
 loaders/seed/peas-extension-seed.c     |   21 ++------
 loaders/seed/peas-extension-seed.h     |    1 -
 9 files changed, 111 insertions(+), 27 deletions(-)

commit 9174732fed126e96b0833acccba5bc12bb51a184
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Aug 16 21:28:08 2010 +0200

    Revert "Enable building with older gobject-introspection"
    
    This reverts commit 73dcebbbf5693d4a72e1b22fe475d61bc8449185.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626221

 configure.ac          |   13 ++-----------
 libpeas/Makefile.am   |    2 +-
 libpeasui/Makefile.am |    2 +-
 3 files changed, 4 insertions(+), 13 deletions(-)

commit 436e78704fbc5d5d985d6453decf729ebbede4b6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 11 13:37:10 2010 +0100

    Add way to get a PeasExtension from a PeasExtensionSet
    
    So that applications do not need to do their own book-keeping
    of the existing PeasExtensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626622

 docs/reference/libpeas-sections.txt |    1 +
 libpeas/peas-extension-set.c        |   30 ++++++++++++++++++++++++++++++
 libpeas/peas-extension-set.h        |    3 +++
 3 files changed, 34 insertions(+), 0 deletions(-)

commit 4219ca73535d439c16c8ae26eb9f000e0d19cf5d
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Mon Aug 16 10:52:01 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |   87 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 47 insertions(+), 40 deletions(-)

commit 2419ef304af447e186d222b7adcdb2b6c5fb2a94
Author: Nils-Christoph Fiedler <ncfiedler@gnome.org>
Date:   Wed Aug 11 01:46:16 2010 +0200

    Added LowGerman translation

 po/nds.po |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)

commit b483334d69a4ca5a148f2bb211b64c87a61e71c5
Author: Nils-Christoph Fiedler <ncfiedler@gnome.org>
Date:   Wed Aug 11 01:46:09 2010 +0200

    Added LowGerman translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6b1f4a66f338e6eddcb34e026163dc9572ad4357
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Aug 8 20:03:39 2010 +0200

    Updated Swedish translation

 po/sv.po |   80 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 42 insertions(+), 38 deletions(-)

commit 73dcebbbf5693d4a72e1b22fe475d61bc8449185
Author: Chris Lord <chris@linux.intel.com>
Date:   Fri Aug 6 17:20:40 2010 +0100

    Enable building with older gobject-introspection
    
    Reduce the version requirement of gobject-introspection to 0.6.9.

 configure.ac          |   13 +++++++++++--
 libpeas/Makefile.am   |    2 +-
 libpeasui/Makefile.am |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

commit 4514a2c0e0df176ad62af96391ac2d8ee65b2eed
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 5 09:19:10 2010 +0100

    Fix various gcc warnings

 loaders/python/peas-plugin-loader-python.c         |    9 +++++----
 peas-demo/peas-demo.c                              |    6 +++---
 .../helloworld/peasdemo-hello-world-plugin.c       |    1 -
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 5a3f90ef4d5c2f194e686c8c2e87ed5aa94dba0d
Author: YunQiang Su <wzssyqa@gmail.com>
Date:   Thu Aug 5 21:03:28 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |   84 +++++++++++++++++++++++++++++++---------------------------
 1 files changed, 45 insertions(+), 39 deletions(-)

commit a42fd9b6a649e7b2edbacfa6b89bddfdf49703c8
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Aug 4 15:21:55 2010 +0200

    Post-release version bump for 0.5.5

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 00e00bfc0e7a9cf2dbb5405da00fa942a4275e05
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Aug 3 14:43:12 2010 +0300

    Minor documentation fixes in PeasEngine

 libpeas/peas-engine.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 41aed6bcbc9d8e677a4b274015d4342424d60d4d
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Tue Aug 3 11:51:58 2010 +0200

    Updated Danish translation

 po/da.po |   73 +++++++++++++++++++++++++++++--------------------------------
 1 files changed, 35 insertions(+), 38 deletions(-)

commit 93be7cc06ffefefae7986f77ac38de8e9dd95a09
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 1 16:44:41 2010 +0200

    Updated Hungarian translation

 po/hu.po |   75 +++++++++++++++++++++++++++++--------------------------------
 1 files changed, 36 insertions(+), 39 deletions(-)

commit aefa23ab2f959a20f1e81392394a07f287fb8660
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Thu Jul 29 23:09:22 2010 +0200

    Do not ref the extension as it already owns a ref.

 libpeas/peas-extension-set.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 908e73d9253b899e2b6dbd5386461a05a78ec94c
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Thu Jul 29 18:52:45 2010 +0200

    Remove the plugin-info prop if it doesn't exits.

 libpeas/peas-object-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2c1d17b0262303340eae3613fe5114a74f9b45b5
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 29 11:17:03 2010 +0200

    Inline read_next_argument() into peas_method_apply_valist()
    
    The reason is that va_list* passing is not supported and doesn't work
    on some platforms (most notably x86-64). So we basically need to do all
    the va_arg() calls from the same function.

 libpeas/peas-introspection.c |  137 ++++++++++++++++++++---------------------
 1 files changed, 67 insertions(+), 70 deletions(-)

commit 153140dda3d205cdfcc28bc041d8fb0e34a0064e
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 29 11:13:08 2010 +0200

    Revert "Fix va_arg() usage within peas_method_apply_valist()."
    
    This reverts commit f038c4683616df18cdda13c53f92d1bab63090d1.
    The reason is that it only works for x86 32 bits, but not on some other
    platforms, because va_list* passing is not supported in some platforms.

 libpeas/peas-introspection.c |   43 +++++++++++++++++------------------------
 1 files changed, 18 insertions(+), 25 deletions(-)

commit f038c4683616df18cdda13c53f92d1bab63090d1
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 29 01:03:46 2010 +0200

    Fix va_arg() usage within peas_method_apply_valist().
    
    According to 'man va_arg' (and the C99 spec),
    
      "If a va_list is passed to a function that uses va_arg(ap,type) then
      the value of the va_list is undefined after the return of that
      function."
    
    To work around this, we pass a pointer to the va_list to this function.

 libpeas/peas-introspection.c |   43 ++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 18 deletions(-)

commit b57c0e2a1e2961704aa578d520e7dc0e8d568430
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jul 28 17:14:31 2010 +0200

    Updated Spanish translation

 po/es.po |   89 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 50 insertions(+), 39 deletions(-)

commit 5a868acb58e4ca7a746326fe9a8b0977c773dcb7
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Wed Jul 28 15:55:55 2010 +0200

    Do not leak the window.

 .../helloworld/peasdemo-hello-world-plugin.c       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8a9a5d6f5358a110c1f64dfa34ddd63373bbda62
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Wed Jul 28 13:07:44 2010 +0200

    Assign the initialized var.

 libpeas/peas-activatable.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 61622ba573ed1473263a3629852890dd0df36fa2
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Wed Jul 28 13:05:10 2010 +0200

    Install the property just once.

 libpeas/peas-activatable.c |   35 ++++++++++++++++++++---------------
 1 files changed, 20 insertions(+), 15 deletions(-)

commit 9515284b0af6b89799a75b59f8650c43e8418574
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jul 28 01:02:37 2010 +0200

    Update PeasPluginInfo documentation.

 docs/reference/libpeas-sections.txt |    3 +-
 libpeas/peas-plugin-info.c          |   93 ++++++++++++++++++++++++++++++-----
 libpeas/peas-plugin-info.h          |    5 +-
 3 files changed, 85 insertions(+), 16 deletions(-)

commit c13896e6539b4d4ecf232229a98a4cac5099612a
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jul 28 00:14:17 2010 +0200

    Update PeasObjectModule documentation.

 libpeas/peas-object-module.h |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 328803d75766a1ca31e498d819120f8c452bb751
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jul 28 00:07:52 2010 +0200

    Empty gtk-doc's libpeas-unused.txt
    
    This makes libpeas-unused.txt useful again by either blacklisting the
    private source headers or by marking some symbols private in
    libpeas-sections.txt (in the PeasObjectModule case)

 docs/reference/Makefile.am          |   13 +++++++++----
 docs/reference/libpeas-sections.txt |    8 ++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)

commit 4dfbfe974993e697dc282ad98bdb2c9d3ba59c1a
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jul 27 23:57:07 2010 +0200

    Update PeasExtensionSet documentation.

 docs/reference/libpeas-sections.txt |    3 +
 libpeas/peas-extension-set.c        |  131 +++++++++++++++++++++++++++++++++--
 libpeas/peas-extension-set.h        |   10 +++-
 3 files changed, 137 insertions(+), 7 deletions(-)

commit 2e3a6c240d46f8b0e0597b3d752933808be5211b
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jul 27 21:30:50 2010 +0200

    Update documentation for PeasEngine.

 docs/reference/libpeas-sections.txt |    2 +
 libpeas/peas-engine.c               |   97 ++++++++++++++++++++++++++++++++---
 libpeas/peas-engine.h               |    6 ++
 3 files changed, 98 insertions(+), 7 deletions(-)

commit bdc28f200f301e4658e09748880edd7c18e46d57
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jul 27 21:13:13 2010 +0200

    Update PeasActivatable and PeasUIConfigurable documentation.

 libpeas/peas-activatable.c       |   33 ++++++++++++++++++++++++++-------
 libpeasui/peas-ui-configurable.c |   22 ++++++++++++++--------
 2 files changed, 40 insertions(+), 15 deletions(-)

commit d230359cd8fb58b6628f4b2faaac515202fd975f
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Jul 24 01:09:07 2010 +0200

    Add basic support for plugin dependencies.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625156

 configure.ac                                       |    1 +
 docs/reference/libpeas-sections.txt                |    2 +
 libpeas/peas-engine.c                              |   47 ++++++-
 libpeas/peas-plugin-info.c                         |   42 ++++++
 libpeas/peas-plugin-info.h                         |    3 +
 peas-demo/plugins/Makefile.am                      |    2 +-
 peas-demo/plugins/secondtime/Makefile.am           |   19 +++
 peas-demo/plugins/secondtime/second-time.c         |  145 ++++++++++++++++++++
 peas-demo/plugins/secondtime/second-time.h         |   35 +++++
 .../plugins/secondtime/secondtime.peasdemo-plugin  |    9 ++
 10 files changed, 299 insertions(+), 6 deletions(-)

commit 754bc3ae64865eecc1c0ebb141a4c2d5a39ec88a
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jul 19 20:17:07 2010 +0200

    [PeasEngine] Rename get_extension() to create_extension()
    
    This is closer to the actual behaviour of that function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620057

 docs/reference/libpeas-sections.txt        |    2 +-
 libpeas/peas-engine.c                      |   41 ++++++++++++++-------------
 libpeas/peas-engine.h                      |    6 ++--
 libpeas/peas-extension-set.c               |    8 +++---
 libpeas/peas-plugin-loader.c               |   14 +++++-----
 libpeas/peas-plugin-loader.h               |    4 +-
 libpeasui/peas-ui-plugin-manager.c         |    2 +-
 loaders/c/peas-plugin-loader-c.c           |   12 ++++----
 loaders/python/peas-plugin-loader-python.c |   12 ++++----
 loaders/seed/peas-plugin-loader-seed.c     |   12 ++++----
 10 files changed, 57 insertions(+), 56 deletions(-)

commit 1c6a2e3d98d89f376d4520d20dd32945cde68dfc
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jul 16 00:11:10 2010 +0200

    Change PeasActivatable to take the object as a construct property.
    
    This makes it more explicit that a PeasActivatable instance is bound to
    a single object. It makes the C plugin code a bit more tedious, but the
    changes in the python and seed code are very tight.
    
    The Seed plugin part depends on Seed bugfixes attached to bug 624560
    and 624562.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620057

 libpeas/peas-activatable.c                         |   29 ++++----
 libpeas/peas-activatable.h                         |   18 ++----
 peas-demo/peas-demo-window.c                       |   10 ++-
 .../helloworld/peasdemo-hello-world-plugin.c       |   68 ++++++++++++++++----
 .../helloworld/peasdemo-hello-world-plugin.h       |    1 +
 peas-demo/plugins/pythonhello/pythonhello.py       |   12 ++-
 peas-demo/plugins/seedhello/seedhello.js           |   16 ++--
 7 files changed, 97 insertions(+), 57 deletions(-)

commit 5c6d89f17bdad86bff6fb8d061eb37603235ae7d
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jul 12 00:32:51 2010 +0200

    Add support for construct-properties for extensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620057

 libpeas/Makefile.am                        |    2 +
 libpeas/peas-engine.c                      |   61 +++++++++++++++-
 libpeas/peas-engine.h                      |   17 ++++-
 libpeas/peas-extension-set.c               |  104 ++++++++++++++++++++++++++--
 libpeas/peas-extension-set.h               |   17 ++++-
 libpeas/peas-helpers.c                     |   91 ++++++++++++++++++++++++
 libpeas/peas-helpers.h                     |   17 +++++
 libpeas/peas-plugin-loader.c               |    6 +-
 libpeas/peas-plugin-loader.h               |    8 ++-
 libpeasui/peas-ui-plugin-manager.c         |    2 +-
 loaders/c/peas-plugin-loader-c.c           |   37 +++++++---
 loaders/python/peas-plugin-loader-python.c |    6 +-
 loaders/seed/peas-plugin-loader-seed.c     |   66 ++++++++++++++++--
 peas-demo/peas-demo-window.c               |    2 +-
 14 files changed, 400 insertions(+), 36 deletions(-)

commit a9d59b302024bad7b1349c7021646956aa60904d
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jul 26 04:02:50 2010 -0700

    A few documentation fixes

 libpeas/peas-engine.c        |    8 ++++++--
 libpeas/peas-extension.c     |    2 +-
 libpeas/peas-object-module.c |    2 +-
 libpeas/peas-plugin-info.c   |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

commit adfa6331b19bda70d69349f030e4c9fc1000a163
Author: António Lima <amrlima@gmail.com>
Date:   Sun Jul 25 23:43:49 2010 +0100

    Updated Portuguese translation

 po/LINGUAS |    1 +
 po/pt.po   |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 0 deletions(-)

commit e09be8e97436a2b7ca8eb6a3420354a23b79f3dc
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Jul 26 00:39:05 2010 +0200

    [i18n] Updated German translation

 po/de.po |   49 +++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 39 insertions(+), 10 deletions(-)

commit cad19f90d00043e0e5959c07f4c6391e37d15d0b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Jul 25 21:42:05 2010 +0200

    Updated Slovenian translation

 po/sl.po |   49 +++++++++++++++++++++++++++++++++++++------------
 1 files changed, 37 insertions(+), 12 deletions(-)

commit 3d44fb2a3eccf99392489ee090f277c576201a36
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jul 23 09:59:08 2010 +0200

    Add the home page to configure.ac
    
    The current home page is a wiki page from live.gnome.org.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 05322b0f72ca748c6c34b5dda9ea82e35216c04e
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 20:32:35 2010 +0200

    Post-release version bump for 0.5.4

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit cb31175ce8f0fdce6d9478097f1493a49b7e118d
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Jul 22 08:47:05 2010 -0700

    Added "loaded-plugins" property to PeasEngine
    
    This will allow saving the loaded plugins in one statement using
    g_settings_bind().

 libpeas/peas-engine.c |   45 ++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 42 insertions(+), 3 deletions(-)

commit dbf7d53b80934d1ee2f7b84e8f64d6ce4357add3
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 15:24:45 2010 +0200

    Fix peas-demo plugin discovery on 64 bits platforms.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625034

 peas-demo/Makefile.am |    1 +
 peas-demo/peas-demo.c |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit feb6e7b7c08ba2aa811a58472c6531cbb0f7aa50
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 15:06:27 2010 +0200

    Fix reloading C plugins.
    
    GTypeModule expects all the types to be registered during the
    g_type_module_use() call. It implies doing the registration within the
    _load() virtual method, but we did it at a later stage.
    
    The warnings (and actual reloading) are fixed by moving the type
    registration process within the _load() virtual function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621233

 libpeas/peas-engine.c                              |    2 -
 libpeas/peas-object-module.c                       |   31 +++++++------------
 libpeas/peas-object-module.h                       |    1 -
 loaders/c/peas-plugin-loader-c.c                   |    3 +-
 .../helloworld/peasdemo-hello-world-configurable.c |    4 +-
 .../helloworld/peasdemo-hello-world-plugin.c       |    4 +-
 6 files changed, 17 insertions(+), 28 deletions(-)

commit 664d5e2ad22ac1acc39bdcf9186dc8ce734c0fcf
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Jul 22 04:49:36 2010 -0700

    Prevent having untrusted python modules in the search path
    
    https://bugzilla.gnome.org/show_bug.cgi?id=569214

 loaders/python/peas-plugin-loader-python.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 36d5c60e4389090a3854c3fb9f2348ef98666d46
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jul 22 14:46:29 2010 +0200

    Updated Slovenian translation

 po/sl.po |   61 ++++++++++++++++++++-----------------------------------------
 1 files changed, 20 insertions(+), 41 deletions(-)

commit c317c0aff5d6c8e6b69900646303ea822c28817f
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 13:54:04 2010 +0200

    Fix reloading of python plugins.
    
    libpeas used to crash when a plugin was reloaded because it was
    dereferencing a NULL pointer... We fix it by removing the entry from
    the hash table instead of nullifying it.

 loaders/python/peas-plugin-loader-python.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c2576707f353721f084e379786e0f032390e8970
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jul 20 11:56:49 2010 -0700

    Added a Help button to the plugin manager
    
    The help button is added automatically to the plugin configuration
    dialog if the plugin-info file contains a Help: key containing a valid
    URI (either http:// or ghelp://). Platform specific overrides are
    supported as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623370

 docs/reference/libpeas-sections.txt                |    1 +
 libpeas/peas-plugin-info-priv.h                    |    1 +
 libpeas/peas-plugin-info.c                         |   37 +++++++++
 libpeas/peas-plugin-info.h                         |    1 +
 libpeasui/peas-ui-plugin-manager.c                 |   83 ++++++++++++++++++++
 .../plugins/helloworld/helloworld.peasdemo-plugin  |    1 +
 .../pythonhello/pythonhello.peasdemo-plugin        |    4 +
 7 files changed, 128 insertions(+), 0 deletions(-)

commit ef3ae203e5803dfb945ff7903a14386383dfb2bf
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 12:53:13 2010 +0200

    Some more documentation cleanup.

 docs/reference/libpeas-docs.sgml    |   13 ++++++++-----
 docs/reference/libpeas-sections.txt |    7 +++----
 docs/reference/libpeas.types        |    1 +
 3 files changed, 12 insertions(+), 9 deletions(-)

commit cbfdc902b6cca69546309e890c4ebfba79ec0fc0
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 12:41:37 2010 +0200

    Update PeasUI documentation.
    
    - Drop peas-ui-plugin-info
    - Add PeasUIPluginManagerView

 docs/reference/libpeas-docs.sgml    |    2 +-
 docs/reference/libpeas-sections.txt |   32 +++++++++++++++++++++++++++-----
 docs/reference/libpeas.types        |    1 +
 3 files changed, 29 insertions(+), 6 deletions(-)

commit df6c9dfb127a84599b1f0e1777e3b198e228ad17
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 12:41:09 2010 +0200

    Kill peas-ui-plugin-info.h
    
    The single function it contained was moved to peas-plugin-info.h

 libpeas/peas-plugin-info.c               |   21 ++++++++++
 libpeas/peas-plugin-info.h               |    1 +
 libpeasui/Makefile.am                    |    2 -
 libpeasui/peas-ui-plugin-info.c          |   65 ------------------------------
 libpeasui/peas-ui-plugin-info.h          |   33 ---------------
 libpeasui/peas-ui-plugin-manager-store.c |   11 ++++-
 libpeasui/peas-ui-plugin-manager.c       |    3 +-
 libpeasui/peas-ui.h                      |    1 -
 8 files changed, 31 insertions(+), 106 deletions(-)

commit 4f61ae63ed4b448da9dabc28e4ff6073f2cfeac4
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 12:23:20 2010 +0200

    Add some more documentation to PeasExtension.

 docs/reference/libpeas-sections.txt |    7 +++-
 libpeas/peas-extension-set.c        |    4 +++
 libpeas/peas-extension-set.h        |    6 ++++
 libpeas/peas-extension.c            |   47 ++++++++++++++++++++++++++++++++--
 libpeas/peas-extension.h            |   19 +++++++++----
 5 files changed, 72 insertions(+), 11 deletions(-)

commit 87092c9481abd01e8a5199bfbb807234c68f3167
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 22 11:08:39 2010 +0200

    Add missing files to POTFILES.in
    
    Thanks to http://l10n.gnome.org/module/libpeas/

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 78ae79aee6b66d899c4b53a4c3dbea2df4b32d9e
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Jul 20 20:52:28 2010 +0200

    Updated French translation

 po/fr.po |   62 +++++++++++++++++++++-----------------------------------------
 1 files changed, 21 insertions(+), 41 deletions(-)

commit 01238f9dc8d268deb614cf4b87146d03bdf69871
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jul 20 12:23:02 2010 +0200

    Reorder assignment of linker flags of peas-demo
    
    This is to ensure the libtool wrapper will link against our local copy
    of the compiled libraries instead of preferring the already installed
    version.
    
    You can check the libs the uninstalled binary links to with this
    command line:
    
        libtool --mode=execute ldd peas-demo

 peas-demo/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2acf8726296d80a9c38412b3d3a83f6ee4f16513
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jul 20 12:13:26 2010 +0200

    peas-demo: Add a --run-from-build-dir option.

 peas-demo/Makefile.am |    4 ++
 peas-demo/peas-demo.c |   88 ++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 76 insertions(+), 16 deletions(-)

commit 93cf2fbc4104aad708cf725c946867f80fad5316
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jul 20 10:37:29 2010 +0200

    Try loading plugin loaders from subdirs.
    
    This makes it possible to use libpeas from the build directory.

 libpeas/peas-engine.c |  105 +++++++++++++++++++++++++++++++------------------
 1 files changed, 66 insertions(+), 39 deletions(-)

commit bebf2a1ed95f5eeec6663e4f954d7ec398f90c09
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jul 20 10:44:31 2010 +0200

    Use an optional env var to specify the plugin loader location.
    
    So we can set the env var to the build directory.

 libpeas/peas-dirs.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9da280b91bd0b6ea5e81723692892db6d366aaf9
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Jul 20 00:21:29 2010 +0200

    Update Czech translation

 po/cs.po |   55 ++++++++++---------------------------------------------
 1 files changed, 10 insertions(+), 45 deletions(-)

commit 6c099c80f85b794685db7a7aca9011b7cc2f2c78
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Jul 19 21:50:13 2010 +0200

    [i18n] Updated German translation

 po/de.po |   64 +++++++++++++++++++------------------------------------------
 1 files changed, 20 insertions(+), 44 deletions(-)

commit 209d74c14af821ef88686f4bd5eebab92e8d03f1
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jul 19 11:49:36 2010 -0700

    Split the PeasUIPluginManager into a manager, view and store
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624309

 libpeasui/Makefile.am                    |   16 +-
 libpeasui/peas-ui-plugin-manager-store.c |  505 ++++++++++++++++
 libpeasui/peas-ui-plugin-manager-store.h |   96 +++
 libpeasui/peas-ui-plugin-manager-view.c  |  877 ++++++++++++++++++++++++++++
 libpeasui/peas-ui-plugin-manager-view.h  |   79 +++
 libpeasui/peas-ui-plugin-manager.c       |  931 +++++++-----------------------
 libpeasui/peas-ui-plugin-manager.h       |    6 +-
 libpeasui/peas-ui.h                      |    1 +
 8 files changed, 1788 insertions(+), 723 deletions(-)

commit 616e8f4a726c37c00a808ef75d5289ec6a874b94
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jul 14 01:17:47 2010 -0700

    Added a plugin-list property to PeasEngine
    
    With this new property the engine users will be able to track changes
    in the available plugins list, so for instance the plugin manager can
    stay up to date across calls of peas_engine_rescan_plugins().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624307

 libpeas/peas-engine.c |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit d4c5e7a9d9b6fb795c5a16cf6a7d12f5ec32b160
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jul 16 00:56:07 2010 +0200

    peas-demo: Add a configure dialog to the python plugin.

 peas-demo/plugins/pythonhello/pythonhello.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit cb8710176c07f2a379ee36d3220577e842a0a5ca
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jul 16 00:41:26 2010 +0200

    peas-demo: Update the C plugin to match latest best practices.
    
    We want it to:
     - use plugin private members instead of g_object_set_data().
     - use a separate class for various extensions.

 peas-demo/plugins/helloworld/Makefile.am           |    6 +-
 .../helloworld/peasdemo-hello-world-configurable.c |   54 +++++++++++++++
 .../helloworld/peasdemo-hello-world-configurable.h |   32 +++++++++
 .../helloworld/peasdemo-hello-world-plugin.c       |   72 ++++---------------
 .../helloworld/peasdemo-hello-world-plugin.h       |   23 +++---
 5 files changed, 117 insertions(+), 70 deletions(-)

commit 22c426c164a0a9d10b824b823ff6a6a3732444a1
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jul 14 11:45:28 2010 +0200

    Update libpeasui to use the new peas_plugin_info_is_builtin API.

 docs/reference/libpeas-sections.txt |    3 +--
 libpeasui/peas-ui-plugin-manager.c  |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 7d4e464c00168caa4893185a12e45af1b80c99a2
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jul 14 01:23:58 2010 -0700

    Replaced invisible plugins with builtin plugins
    
    "Visible" plugins are replaced by "builtin" ones. The "builtin" value
    is read from the plugin info file.
    
    A builtin plugin has the same behaviour as previous invisible plugins:
    they cannot be enabled or disabled by the user, and they are hidden in
    the plugin manager. The application can still do what it wants with
    builtin plugins, as libpeas doesn't handle autoloading them.
    
    It means that totem can drop the "set visibility" code and just load the
    plugin straight away when a "builtin" plugin is found. It also means
    that anjuta can handle loading and unloading them as required.
    
    A later patch is planned to introduces a "show-builtins" property in
    the plugin manager, effectively allowing to show or hide those plugins
    without the weird "show-invisible" naming.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621858

 libpeas/peas-plugin-info-priv.h |    3 +-
 libpeas/peas-plugin-info.c      |   65 +++++++++++++++++----------------------
 libpeas/peas-plugin-info.h      |    4 +--
 3 files changed, 31 insertions(+), 41 deletions(-)

commit 2126f88df0a0507aa7745c1111872988f0b73039
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jul 12 16:27:51 2010 +0200

    Somehow rework the libpeas intro in the README.

 README |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 96723a2615364a5df2580b4ed42c15429afd8299
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jul 12 16:24:15 2010 +0200

    Post-release version bump.
    
    We'd better to switch to such a numbering scheme as libpeas is a library
    and it makes it easier for projects to hard-require the current master
    version.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c2eb21fab5538d61cf61d21771d4f7c40df65753
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jul 12 16:00:48 2010 +0200

    Release 0.5.2

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit db9cca124d530469fc13fbec342bf8bdcce5bf2e
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jul 7 16:44:04 2010 -0700

    [PeasUIPluginManager] Fix showing popup menu with no plugins

 libpeasui/peas-ui-plugin-manager.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit c20ed612e86e0be452ee618edd43d29293014371
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jul 7 16:42:15 2010 -0700

    [PeasUIPluginManager] Correctly check that an iterator was set

 libpeasui/peas-ui-plugin-manager.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

commit eaf0c68c4d674713e091dd89bb258191e8b8f353
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jul 11 12:58:50 2010 +0200

    [PeasEngine] Drop unused private field.
    
    The 'object' field is not used since we added the multiple extension
    support.

 libpeas/peas-engine.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 52e493e1e91b98bb75356b762b8e7dcef2f504cc
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jul 11 12:00:34 2010 +0200

    Adjust to API break in gobject-introspection.
    
    gobject-introspection's libgirepository dropped support for
    machine-dependent types (short, int, long) and for time_t, so we need
    to adjust as well. This should have no consequencies as according to
    the g-i commit the typelib was only using machine-specific types yet.
    
    Also bump the gobject-introspection requirement to ensure we're using
    a new enough typelib format.
    
    For more information, see gobject-introspection commit
    5cb925b20739c04e18e94a03a3e4e68041894b03: "Don't include
    machine-dependent integral types in the typelib"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624080

 configure.ac                       |    5 +--
 libpeas/peas-introspection.c       |   68 ------------------------------------
 loaders/seed/peas-extension-seed.c |   45 +----------------------
 3 files changed, 4 insertions(+), 114 deletions(-)

commit b00e3b9a34a4262079871ab4d8a7984e29991b24
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 7 22:17:24 2010 +0100

    Fix typos in strings in the Python loader

 loaders/python/peas-plugin-loader-python.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit f6a0ff34b0706ab7132364ded6e11e29951b85fd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 7 22:16:06 2010 +0100

    Tidy up pygobject initialisation
    
    We were using a deprecated macro which made things harder than they
    should be.

 loaders/python/peas-plugin-loader-python.c |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

commit 87183aa2b285354de3fa6bed24e46302e40c6ab5
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jul 7 21:41:31 2010 +0200

    [PeasExtensionSet] Implement construct params as plain properties
    
    This will allow people to inherit from PeasExtensionSet.

 libpeas/peas-extension-set.c |   97 +++++++++++++++++++++++++++++++++++-------
 1 files changed, 81 insertions(+), 16 deletions(-)

commit c7bbfe9e4485d415b0a0c46ea6c4402ad15c1a68
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jul 5 23:51:19 2010 +0200

    Make sure everything builds when libpeasui is enabled.

 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 273aeae8b2d4ccffa910f03e14179d80437d00ba
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jul 5 15:15:59 2010 +0200

    Allow building libpeas without building libpeasui.
    
    This can be handy for environments using libpeas but not using Gtk+,
    where Gtk+ 3.0 might not be available yet. Such environments include
    Clutter/Mx applications or command-line utilities.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623597

 Makefile.am      |    6 +++++-
 configure.ac     |   36 +++++++++++++++++++++++++-----------
 data/Makefile.am |    6 +++++-
 3 files changed, 35 insertions(+), 13 deletions(-)

commit 66341e2586a2ce00d293b6d96abbae6926ca2189
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jul 2 01:03:35 2010 +0200

    Use single-includes in the peas-demo application.

 peas-demo/peas-demo-window.c                       |    1 -
 peas-demo/peas-demo-window.h                       |    3 +--
 peas-demo/peas-demo.c                              |    4 ++--
 .../helloworld/peasdemo-hello-world-plugin.c       |    4 ++--
 .../helloworld/peasdemo-hello-world-plugin.h       |    4 +---
 5 files changed, 6 insertions(+), 10 deletions(-)

commit 876c1416b72e02cf61c5fc1a7e6ddd955f513858
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:   Fri Jul 2 01:01:38 2010 +0200

    Add single-include headers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622664

 libpeas/Makefile.am   |    8 ++++++--
 libpeas/peas.h        |   31 +++++++++++++++++++++++++++++++
 libpeasui/Makefile.am |    8 ++++++--
 libpeasui/peas-ui.h   |   27 +++++++++++++++++++++++++++
 4 files changed, 70 insertions(+), 4 deletions(-)

commit 48c847c31fa5931668f30502ac8434cb14bd3aad
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jun 28 10:01:50 2010 -0700

    Show debugging log messages only when PEAS_DEBUG is set
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622997

 libpeas/Makefile.am   |    2 ++
 libpeas/peas-debug.c  |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 libpeas/peas-debug.h  |   34 ++++++++++++++++++++++++++++++++++
 libpeas/peas-engine.c |    5 +++++
 4 files changed, 88 insertions(+), 0 deletions(-)

commit 7ebe7b8540f7d44825eee828bc5fc080babd6faf
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Jul 1 14:27:22 2010 -0700

    [PeasUIPluginManager] Check that the configuration widget is not a toplevel
    
    Check that it is not a toplevel instead of a window to allow for returning
    a GtkOffscreenWindow.

 libpeasui/peas-ui-plugin-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e8fcf691f13e0b8a88183a2676eb70ab94f3c018
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Jul 1 14:27:08 2010 -0700

    Don't abort if an error occurred while getting a Python plugin extension

 loaders/python/peas-plugin-loader-python.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit a65d841b7fdfa636c9dc4d121281b4046a34a866
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Jul 1 14:12:43 2010 -0700

    Some string fixes

 data/libpeas-1.0.pc.in                     |    2 +-
 data/libpeasui-1.0.pc.in                   |    2 +-
 libpeas/peas-engine.c                      |   10 ++++++----
 libpeas/peas-introspection.c               |    7 +++++--
 libpeas/peas-object-module.c               |    3 ++-
 libpeas/peas-plugin-info.c                 |    6 +++---
 libpeasui/peas-ui-plugin-manager.c         |    2 --
 loaders/c/peas-plugin-loader-c.c           |    6 +++---
 loaders/python/peas-plugin-loader-python.c |   22 +++++++++++-----------
 loaders/seed/peas-extension-seed.c         |   12 ++++++------
 loaders/seed/peas-plugin-loader-seed.c     |    4 ++--
 11 files changed, 40 insertions(+), 36 deletions(-)

commit 47c6e958927a7040c40e4ba9509c59b297b691ab
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 1 14:02:00 2010 +0200

    [PeasUIPluginManager] Create a dialog to host the configure widget.
    
    With the PeasUIConfigurable API changed to return a widget instead of a
    dialog, we need to create the dialog to host that widget ourselves.
    
    Also we need to ensure plugins don't return a dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621857

 libpeasui/peas-ui-plugin-manager.c                 |   23 ++++++++++++++++---
 .../helloworld/peasdemo-hello-world-plugin.c       |   20 +----------------
 peas-demo/plugins/seedhello/seedhello.js           |   13 +----------
 3 files changed, 21 insertions(+), 35 deletions(-)

commit 23c78c45e58d80c2900b0d331fdbf73f9e1770c7
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jul 1 13:40:58 2010 +0200

    [PeasUIConfigurable] Rename create_configure_dialog() to _widget()
    
    We want to return a widget instead of a dialog, so plugin managers can
    do whatever they want with the widget instead of just being able to
    display a configuration dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621857

 docs/reference/libpeas-sections.txt                |    2 +-
 libpeasui/peas-ui-configurable.c                   |   12 ++++++------
 libpeasui/peas-ui-configurable.h                   |    4 ++--
 libpeasui/peas-ui-plugin-manager.c                 |    4 ++--
 .../helloworld/peasdemo-hello-world-plugin.c       |    4 ++--
 peas-demo/plugins/seedhello/seedhello.js           |    2 +-
 6 files changed, 14 insertions(+), 14 deletions(-)

commit 34d4cf7f4449fbd9271021b8ede3fa7e80fbe1e5
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jun 30 23:32:48 2010 +0200

    [PeasUIConfigurable] Get rid of is_configurable()

 docs/reference/libpeas-sections.txt |    1 -
 libpeasui/peas-ui-configurable.c    |   35 ++---------------------------------
 libpeasui/peas-ui-configurable.h    |    5 -----
 3 files changed, 2 insertions(+), 39 deletions(-)

commit 3892bd5827f706fa1f7a7a58e68260d8cfbbb92c
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jun 30 20:54:01 2010 +0200

    [PeasUIConfigurable] Make the dialog the return value.
    
    It was previously an out parameter, but we recently gained the ability
    to use return values of extension interface methods.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623173

 libpeasui/peas-ui-configurable.c                   |   12 ++++------
 libpeasui/peas-ui-configurable.h                   |    6 +---
 .../helloworld/peasdemo-hello-world-plugin.c       |   21 ++++++++++---------
 3 files changed, 18 insertions(+), 21 deletions(-)

commit 72b5eab6a74c138db08b9c15cc0076c59413a33d
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jun 30 20:34:34 2010 +0200

    Handle return values in peas_method_apply_valist()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623173

 libpeas/peas-introspection.c |  145 +++++++++++++++++++++++++++++++++++++++--
 1 files changed, 137 insertions(+), 8 deletions(-)

commit c6aaf6f75ddd7676d23462975f34ecbbf7f637a7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jun 30 19:13:52 2010 +0100

    Fix a crash in the Python loader if Python initialisation failed
    
    The loader would try to acquire the Python GIL when adding a module directory,
    which would cause a crash.

 loaders/python/peas-plugin-loader-python.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 78361090acee3c99d6bc2e406e23d7a8b71d9545
Author: Garrett Regier <alias301@gmail.com>
Date:   Wed Jun 30 05:46:29 2010 -0700

    Constified the PeasPluginInfo API

 libpeas/peas-plugin-info.c |   28 ++++++++++++++--------------
 libpeas/peas-plugin-info.h |   32 ++++++++++++++++----------------
 2 files changed, 30 insertions(+), 30 deletions(-)

commit e848d5407de8f62362cc247c3b1b9e527fcc23d3
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 09:20:51 2010 -0700

    Demoted a warning to a message when a search path does not exist

 libpeas/peas-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 586dcc538d164d5d2d59c46c8c80c8d28efd0bdc
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 09:17:34 2010 -0700

    Fix checking the PyGObject version at runtime

 configure.ac                               |   10 +++++++++-
 loaders/python/peas-plugin-loader-python.c |    4 +++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 4c3438d56a5fa4e6eb2ab8311808c16bfe1d1f73
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 08:58:09 2010 -0700

    Fix build when gdk-2.0 is not installed

 configure.ac |   48 +++++++++++++++++++++++++-----------------------
 1 files changed, 25 insertions(+), 23 deletions(-)

commit e96a37e6255bfc9abe1bc718b3c222219dff3da8
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 03:43:48 2010 -0700

    Coding style fixes

 libpeas/peas-activatable.c                         |    4 +-
 libpeas/peas-engine.c                              |   51 +++++++++++--------
 libpeas/peas-engine.h                              |    7 +--
 libpeas/peas-extension-base.c                      |    4 +-
 libpeas/peas-extension-base.h                      |    6 +-
 libpeas/peas-extension-set.c                       |    6 +-
 libpeas/peas-extension-set.h                       |   23 +++++----
 libpeas/peas-extension.c                           |    6 +-
 libpeas/peas-extension.h                           |    4 +-
 libpeas/peas-introspection.c                       |    7 ++-
 libpeas/peas-introspection.h                       |    5 +-
 libpeas/peas-object-module.c                       |   18 ++++---
 libpeas/peas-object-module.h                       |    6 +-
 libpeas/peas-plugin-info.c                         |   18 +++----
 libpeas/peas-plugin-info.h                         |    2 +-
 libpeasui/peas-ui-configurable.c                   |    6 +-
 libpeasui/peas-ui-configurable.h                   |   16 +++---
 libpeasui/peas-ui-plugin-info.c                    |    2 +
 libpeasui/peas-ui-plugin-info.h                    |    1 -
 libpeasui/peas-ui-plugin-manager.c                 |   40 +++++++---------
 loaders/c/peas-extension-c.h                       |    8 ++--
 loaders/c/peas-plugin-loader-c.c                   |    4 +-
 loaders/python/peas-extension-python.h             |   11 ++--
 loaders/python/peas-plugin-loader-python.c         |    5 +-
 loaders/python/peas-plugin-loader-python.h         |    6 +-
 loaders/seed/peas-extension-seed.h                 |   10 ++--
 loaders/seed/peas-plugin-loader-seed.c             |    2 +-
 loaders/seed/peas-plugin-loader-seed.h             |    4 +-
 peas-demo/peas-demo-window.c                       |    2 +-
 peas-demo/peas-demo.c                              |    3 +-
 .../helloworld/peasdemo-hello-world-plugin.c       |    6 +-
 31 files changed, 148 insertions(+), 145 deletions(-)

commit 9973683e7db93543af33faa55b2e0eac700888b4
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 03:24:02 2010 -0700

    Add an introspection annotation

 libpeas/peas-engine.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit c1fb784936f03500422b868477d4269ec48e89a1
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 03:22:59 2010 -0700

    Enable all warnings when scanning for introspection data

 libpeas/Makefile.am   |    1 +
 libpeasui/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit a849ed1f3fe801efb93875d0201188283b8c84a2
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 03:22:18 2010 -0700

    Do not dist gir_DATA
    
    GIR files contain a shared-library attribute which varies per platform,
    and therefore must not be disted; see bug 621611 for rationale.

 libpeas/Makefile.am   |    4 ++--
 libpeasui/Makefile.am |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit f7e43582cf7a1321c48e95a3585dc3d5286875e1
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 03:20:13 2010 -0700

    Use gtk_window_has_group()
    
    gtk_window_get_group() never returns NULL.

 libpeasui/peas-ui-plugin-manager.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit c6331e5f87d725bfa618cb8c4cf8991a1bb3c8ed
Author: Garrett Regier <alias301@gmail.com>
Date:   Tue Jun 29 03:18:52 2010 -0700

    Don't crash if there are no search paths

 libpeas/peas-engine.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 7a8aabdcafbe7c9690b2cafb21ba37b6fd95b5d6
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jun 28 18:10:34 2010 +0200

    [Python] Fix warning when building the python loader

 loaders/python/peas-plugin-loader-python.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 19fbbae86b8971af7f253a5dee27dee4850b3f6f
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jun 28 18:09:08 2010 +0200

    New release 0.5.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9622432d05718ee14d14eab314ae35813284ec49
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jun 28 17:40:02 2010 +0200

    Allow writing C extensions not inheriting from PeasExtensionBase.
    
    PeasExtensionBase ought to be an optional base class allowing the
    extension implementer to get the plugin-info instance and the
    information it contains.  The introduction of the "plugin-info"
    construct property broke the ability to use GObject (or something else)
    as the base class.
    
    We restore this ability by dropping this property from the construct
    property vales if the object doesn't have this property.  This
    behaviour also makes it possible to use a GInterface to get the
    "plugin-info" property.

 libpeas/peas-object-module.c |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)

commit 56706649e70243c8efcda1fc25115756c7c3adab
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jun 28 16:12:13 2010 +0200

    Add a GDestroyNotify to module_register_extension_factory()
    
    The peas_object_module_register_extension() was also renamed
    peas_object_module_register_extension_factory() as it is a more explicit
    name for a rarely used function.  PeasCreateFunc got renamed accordingly
    as well.
    
    The nicety is that if someone used the old API it will now generate a
    compilation error.

 docs/reference/libpeas-sections.txt |    4 +-
 libpeas/peas-object-module.c        |   66 +++++++++++++++++++++++++++-------
 libpeas/peas-object-module.h        |   16 +++++----
 3 files changed, 63 insertions(+), 23 deletions(-)

commit 34b2d4716c30f1e5a953d097c7ff8a6bea625c04
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jun 25 01:31:53 2010 +0200

    Pass the plugin-info property when creating a C extension.

 libpeas/peas-extension-base.c    |    1 +
 loaders/c/peas-plugin-loader-c.c |   12 ++++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit ea147ede657b0404656e4c5b1a014c8a9bb46fd4
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jun 23 22:47:12 2010 +0200

    Add support for g_object_new-like parameters in PeasCreateFunc.

 libpeas/peas-engine.c            |    2 +-
 libpeas/peas-object-module.c     |   15 +++++++++++----
 libpeas/peas-object-module.h     |    8 ++++++--
 loaders/c/peas-plugin-loader-c.c |    2 +-
 4 files changed, 19 insertions(+), 8 deletions(-)

commit f59a9d1e26408755652153c73b5d20dd9ab3d579
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jun 14 18:47:51 2010 +0200

    Fix thread support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620062

 loaders/python/peas-plugin-loader-python.c |   79 +++++++++++++++++++++++----
 1 files changed, 67 insertions(+), 12 deletions(-)

commit e1e50a58849cc35954f693c7be0505735079ed26
Author: Garrett Regier <alias301@gmail.com>
Date:   Mon Jun 28 02:06:50 2010 -0700

    Use correct directories under OS X
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622992

 libpeas/peas-dirs.c |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit 845cbad8527f990d8d9e8d3a0f66aed8a2bc1eca
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jun 27 20:11:06 2010 +0200

    Don't finalize python if we didn't initialize it.
    
    This is to avoid weird effects on other components that might be using
    python if we didn't initialize it ourselves.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620060

 loaders/python/peas-plugin-loader-python.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 44aa2868197bf6ddfece03ae8e162c402deb1d75
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jun 27 19:56:33 2010 +0200

    Don't assume libpeas's stuff is initialized if python is.
    
    We need to ensure we run our own initialization function even if python
    has already been initialized by someone else (either our host
    application or something like gtkparasite).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620060

 loaders/python/peas-plugin-loader-python.c |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

commit 2bde91505074eecb6e663d86ff712be3e3245552
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jun 27 21:08:27 2010 +0200

    Define the log domain for libpeas.

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 0ff19e29905aff78f76ba23cbca3c6bb47a6430c
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jun 27 20:23:48 2010 +0200

    Ensure config.h is included in every C source files.

 libpeas/peas-introspection.c               |    5 ++++-
 libpeas/peas-object-module.c               |    4 +++-
 libpeas/peas-plugin-loader.c               |    4 ++++
 libpeasui/peas-ui-plugin-info.c            |   25 +++++++++++++++++++++++++
 loaders/c/peas-extension-c.c               |    5 ++++-
 loaders/c/peas-plugin-loader-c.c           |    4 ++++
 loaders/python/peas-extension-python.c     |    5 ++++-
 loaders/python/peas-plugin-loader-python.c |    5 ++++-
 loaders/seed/peas-extension-seed.c         |    4 ++++
 loaders/seed/peas-plugin-loader-seed.c     |    5 ++++-
 10 files changed, 60 insertions(+), 6 deletions(-)

commit c0f579d9967d3e64e0fc61f7037791fc02ceae62
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jun 27 12:06:01 2010 -0700

    Use the program name for python args if available
    
    So python plugins now should be given the running program's name.

 loaders/python/peas-plugin-loader-python.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 969cf86c6d725efbbc4b76ad9a0814b96074ea53
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jun 27 11:56:11 2010 -0700

    Cleanup python loader coding style

 loaders/python/peas-plugin-loader-python.c |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit 6b2983ecabfbb53543e987d9fa161649e04afb96
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jun 27 11:34:37 2010 -0700

    Silence _POSIX_C_SOURCE redefined warnings

 loaders/python/peas-extension-python.h     |    4 ++++
 loaders/python/peas-plugin-loader-python.c |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 4bfb8418096bad826876fb4a46119a0642c25c0c
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jun 27 19:39:36 2010 +0200

    Drop useless "garbage_collect" field in PeasObjectModuleClass

 libpeas/peas-object-module.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 907db927685896ea0b315c7e3efc8b65d9fbe067
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jun 27 19:00:34 2010 +0200

    [Python] Fix extension implementation lookup
    
    The wrong implementation could be returned if an error happened in
    PyObject_IsSubclass() (for instance because a gtype wrapper was not
    available).

 loaders/python/peas-plugin-loader-python.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 87c4cfdd747f7f2b741ab26a97d3cd6d461c81aa
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jun 27 16:16:46 2010 +0200

    Fix warning when an extension is not implemented in a C plugin
    
    We used to erroneously display an error in that case because we asserted
    the object created from the extension gtype should not be NULL.

 loaders/c/peas-plugin-loader-c.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 03d05ae4c064f64b73cec6949783d8be513c0b82
Author: Garrett Regier <alias301@gmail.com>
Date:   Sun Jun 27 03:23:28 2010 -0700

    Require gi in python loader
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622890

 loaders/python/peas-plugin-loader-python.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 376d5aa5c745c11394f27bd69879b31239379ef5
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jun 23 22:42:57 2010 +0200

    Add warnings when a type or method is not found in introspection.
    
    This makes debugging easier than when non-existing methods just ended
    up not doing anything.

 libpeas/peas-introspection.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit aedcfeddbb76e9b6ca7b005a7b64155f9425f16e
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jun 25 01:34:01 2010 +0200

    [Python] Use Py_InitializeEx()
    
    As per the comment present in the code, we are actually reproducing in
    the loader what Py_InitializeEx(FALSE) gives us for free. Let's just use
    that.

 configure.ac                               |    1 -
 loaders/python/peas-plugin-loader-python.c |   36 +---------------------------
 2 files changed, 1 insertions(+), 36 deletions(-)

commit 4d674ea21b843c66dceeeda25feafed73dc2a9ac
Author: Simon Wenner <simon@wenner.ch>
Date:   Sun Jun 20 14:29:42 2010 +0200

    Fix incorrect configure help string for the gtk2-test-build option
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622183

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5adf91a4cd4ccf9489c6ccedcbe2141a59ce91f4
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jun 16 23:13:14 2010 +0200

    Always build against gtk+ 3 unless an option is given.
    
    This option is named --enable-gtk2-test-build to make it as explicit as
    possible that this option is only intended for testing purposes and that
    people should not distribute a build done using that option.

 configure.ac |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 8076f6e9910931716e4bb762b625558b7a363edf
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jun 16 20:21:47 2010 +0200

    Fix some missing renames.

 libpeas/peas-extension-set.c     |   12 ++++++------
 loaders/c/peas-plugin-loader-c.c |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 52f279cd1fe492c159b244f2b84f5f85254536a5
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Jun 16 19:43:01 2010 +0200

    Rename 'activate_plugin'-type API to 'load_plugin'.
    
    The reason is that the verb 'activate' let people think there will be
    some kind of PeasActivatable-like activation, but the engine only
    handles the actual loading. The application is responsible for the
    handling of the extensions, eventually through PeasExtensionSet
    instances.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621646

 docs/reference/libpeas-sections.txt |   10 ++--
 libpeas/peas-engine.c               |  137 +++++++++++++++++------------------
 libpeas/peas-engine.h               |   14 ++--
 libpeas/peas-extension-set.c        |    8 +-
 libpeas/peas-plugin-info-priv.h     |    4 +-
 libpeas/peas-plugin-info.c          |   10 ++--
 libpeas/peas-plugin-info.h          |    2 +-
 libpeasui/peas-ui-plugin-manager.c  |   20 +++---
 peas-demo/peas-demo.c               |    2 +-
 9 files changed, 101 insertions(+), 106 deletions(-)

commit 292c139b80b393c553ebab28387f6f63bd628d13
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jun 15 12:49:32 2010 +0200

    Add a way to inhibit a plugin loader.
    
    This patch introduces peas_engine_disable_loader(), which allows to
    disable a plugin loader. This can be useful for debugging purpose.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621626

 docs/reference/libpeas-sections.txt |    1 +
 libpeas/peas-engine.c               |   36 +++++++++++++++++++++++++++++++++++
 libpeas/peas-engine.h               |    2 +
 3 files changed, 39 insertions(+), 0 deletions(-)

commit 7d2762500d4d72d85562a386bfe7a44975d8002b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 15 16:00:53 2010 +0100

    And make the hash table useful
    
    Because g_direct_hash should only be used when a pointer
    is used as the key, not for strings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621655

 libpeas/peas-plugin-info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3181940bbe62b4bf542ac0313ae6b063ce871e9f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 15 15:36:34 2010 +0100

    Fix loading TRUE value from the plugin info file
    
    Only FALSE values were ever saved.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621649

 libpeas/peas-plugin-info.c |   31 ++++++++++++++-----------------
 1 files changed, 14 insertions(+), 17 deletions(-)

commit 2123ba80357276ecf46e8f04218cb57ccb6ce774
Author: Craig Keogh <cskeogh@adam.com.au>
Date:   Mon Jun 14 18:49:54 2010 +0930

    Install to libdir rather than $prefix/lib
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621511

 peas-demo/plugins/helloworld/Makefile.am  |    2 +-
 peas-demo/plugins/pythonhello/Makefile.am |    2 +-
 peas-demo/plugins/seedhello/Makefile.am   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 949f7d972418d3ea44b5ffefe7cc8db9c9dc033d
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Jun 8 22:54:36 2010 +0200

    Fill the README with infos from the announcement blog post.
    
    The README is now an extract of the following blog post:
    http://log.istique.net/2010-06-03/announcing-libpeas.html

 README |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 97 insertions(+), 0 deletions(-)

commit 80a6476cbc1ed58c14b767a885136c2454db65b3
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Jun 4 21:00:23 2010 +0200

    Add some authors.

 AUTHORS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 3264e72ced3c423b9d274597248c4d96a5b51445
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Jun 3 09:40:43 2010 -0700

    [PluginManager] Small cleanup in callback prototypes

 libpeasui/peas-ui-plugin-manager.c |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit 9e23d51c7a37aca3918f575829c1fe3c2f54a35c
Author: Garrett Regier <alias301@gmail.com>
Date:   Thu Jun 3 09:40:43 2010 -0700

    [PluginManager] Fix pref button sensitivity not being updated correctly
    
    If you clicked quickly you could cause the plugin to be deactivated but
    have the configure button sensitive.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620453
    https://bugzilla.gnome.org/show_bug.cgi?id=620499

 libpeasui/peas-ui-plugin-manager.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 23fe2b00ea0d2003385c4e72df452f0fe68fe4e4
Author: Steve Frécinaux <code@istique.net>
Date:   Sun May 30 02:13:13 2010 +0200

    Change the bugzilla component.
    
    We just got our bugzilla component!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619918

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 019575ec6a7bc6c5b139845122776a376f58e0d6
Author: Steve Frécinaux <code@istique.net>
Date:   Sat May 29 15:43:41 2010 +0200

    Update documentation for most classes of libpeas.

 docs/reference/Makefile.am          |    1 -
 docs/reference/libpeas-docs.sgml    |    1 +
 docs/reference/libpeas-sections.txt |   18 ++++++++++++++
 libpeas/peas-activatable.c          |   17 +++++++++----
 libpeas/peas-activatable.h          |    6 ++--
 libpeas/peas-engine.h               |    4 +-
 libpeas/peas-extension-base.c       |   22 +++++++----------
 libpeas/peas-extension-set.c        |   45 +++++++++++++++++++++++++++++++++++
 libpeas/peas-extension.c            |   16 +++++++++++-
 libpeas/peas-extension.h            |    4 +-
 libpeas/peas-object-module.c        |   10 +++++++
 11 files changed, 117 insertions(+), 27 deletions(-)

commit e00bad8b6c867d2610a445e5ab58282ce8530c11
Author: Steve Frécinaux <code@istique.net>
Date:   Sat May 29 15:14:14 2010 +0200

    Install peas-object-module.h
    
    This file is now required by C plugins as they use some of
    PeasObjectModule methods to register extensions.

 libpeas/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 910eaadff89d69b5149f091d48f74b5b3406f448
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Fri May 28 11:07:06 2010 +0200

    Fix documentation build
    
    There was an incorrect library version in docs/reference/Makefile.am.
    Also some symbols have been renamed/moved.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619919

 docs/reference/Makefile.am          |   15 ++-
 docs/reference/libpeas-docs.sgml    |    5 +-
 docs/reference/libpeas-sections.txt |  184 ++++++++++++++++++++++------------
 docs/reference/libpeas.types        |    5 +-
 4 files changed, 138 insertions(+), 71 deletions(-)

commit ac5292592efd9773626b87825d3f421742e60213
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Fri May 28 10:30:55 2010 +0200

    Fix incorrect assingment and function call.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619915

 libpeas/peas-introspection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0d099cad74d7b95a60a1a309952a10a5eabe7b56
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Thu May 27 20:51:31 2010 +0200

    Print result of the GTK+3 check instead of seed one.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0f3d49294a733a4b7dc335bc94629b40856445dc
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 21:12:49 2010 +0200

    Fix wrong introspection data version in peas-demo.

 peas-demo/peas-demo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ffecebb378c6cb2e2d02f3722ac67be274c53805
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 21:05:23 2010 +0200

    Fix the message shown when a loader can't be loaded.

 libpeas/peas-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit de6972373abfd32f680bc712f0ef6358614baf6e
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Thu May 27 20:41:33 2010 +0200

    Remove obsolete file from POTFILES.in

 po/POTFILES.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit f3a5e1837a3abaa6c8a1ac7f74130e82b7fbde73
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 20:59:26 2010 +0200

    Include g-i and gtk requirements in libpeas(ui)-1.0.pc

 configure.ac             |    5 ++++-
 data/libpeas-1.0.pc.in   |    4 ++--
 data/libpeasui-1.0.pc.in |    4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

commit a84acb0a12f3f716714914a563b4cb6c2ef9f24e
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 20:51:01 2010 +0200

    Switch to another version numbering scheme.
    
    Rather than use the gedit version numbering, use a 0. one to emphasis
    the "under development/unstable" side of things.

 .gitignore                 |    4 ++--
 configure.ac               |   11 ++++-------
 data/Makefile.am           |    4 ++--
 data/icons/Makefile.am     |    8 ++++----
 data/libpeas-1.0.pc.in     |   11 +++++++++++
 data/libpeas-2.0.pc.in     |   11 -----------
 data/libpeasui-1.0.pc.in   |   11 +++++++++++
 data/libpeasui-2.0.pc.in   |   11 -----------
 libpeas/Makefile.am        |   22 +++++++++++-----------
 libpeas/peas-dirs.c        |   16 ++++++++--------
 libpeasui/Makefile.am      |   26 +++++++++++++-------------
 loaders/c/Makefile.am      |    2 +-
 loaders/python/Makefile.am |    2 +-
 loaders/seed/Makefile.am   |    2 +-
 peas-demo/Makefile.am      |    4 ++--
 15 files changed, 71 insertions(+), 74 deletions(-)

commit 55c4cf05a3fa22d40c9a3f39c48ce7479a552db6
Merge: d0bae13 f2193d7
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 20:08:14 2010 +0200

    Merge branch 'proxys'

commit f2193d7b9b88e85d8e6385d9e6778f1e70a03c3f
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 19:08:26 2010 +0200

    [Python] Fix the sample python plugin.
    
    PyGI doesn't handle default values for introspected methods,
    so we need to specify all the arguments for pack_start()

 peas-demo/plugins/pythonhello/pythonhello.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 275ab97e92bcf36cdf20f203b49fcfe760c6150d
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 12:47:13 2010 +0200

    Introduce peas_object_module_register_extension_type()
    
    This new PeasObjectModule method allows to directly register a GType
    as an extension type, instead of requiring the plugin writer to register
    an extension creation function.

 libpeas/peas-object-module.c                       |   23 +++++++++++++++++--
 libpeas/peas-object-module.h                       |    4 +++
 loaders/c/peas-plugin-loader-c.c                   |   13 ++--------
 loaders/python/peas-plugin-loader-python.c         |   13 ++--------
 loaders/seed/peas-plugin-loader-seed.c             |   10 ++------
 .../helloworld/peasdemo-hello-world-plugin.c       |   20 +++++------------
 6 files changed, 39 insertions(+), 44 deletions(-)

commit 88c4123842805e400fedaf950bd38758ae2ce2b0
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 10:20:04 2010 +0200

    [Python] Fix crash when python can't be initialized properly.
    
    We were calling into PySys without checking first if python was
    initialized, which resulted in a crash.

 loaders/python/peas-plugin-loader-python.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 0824a99d7981720f24c39fe81fc30b0671cd6f0b
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 00:59:21 2010 +0200

    [Python] Add a "plugin_info" attribute to python extensions.
    
    This way python objects can get infos about the plugin as well.

 loaders/python/peas-plugin-loader-python.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit d0e65ede566dbf9354709384cce3b755feaa7025
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 26 00:03:04 2010 +0200

    Replace old PeasPlugin class with PeasExtensionBase.
    
    The idea is that this class is only useful as a base for C plugins.
    Its only purpose is to give access to the plugin info from extensions,
    especially the data dir.
    
    At the same time, references to gedit-plugins.h have been removed as
    they were not useful anymore...

 configure.ac                                       |    2 +-
 libpeas/Makefile.am                                |    4 +-
 libpeas/peas-activatable.c                         |    1 -
 libpeas/peas-engine.c                              |    1 -
 libpeas/peas-engine.h                              |    1 -
 libpeas/peas-extension-base.c                      |  176 +++++++++++++++++++
 libpeas/peas-extension-base.h                      |   72 ++++++++
 libpeas/peas-plugin-info-priv.h                    |    1 -
 libpeas/peas-plugin-info.c                         |    1 -
 libpeas/peas-plugin-loader.h                       |    1 -
 libpeas/peas-plugin.c                              |  183 --------------------
 libpeas/peas-plugin.h                              |   91 ----------
 libpeasui/peas-ui-configurable.c                   |    2 -
 libpeasui/peas-ui-plugin-manager.c                 |    1 -
 loaders/c/peas-plugin-loader-c.c                   |    4 +
 .../helloworld/peasdemo-hello-world-plugin.c       |    3 +-
 .../helloworld/peasdemo-hello-world-plugin.h       |    6 +-
 peas-demo/plugins/pythonhello/pythonhello.py       |    3 +-
 18 files changed, 261 insertions(+), 292 deletions(-)

commit 202be09f8cf4feeb30af77a135ba84e5f9596ed0
Author: Steve Frécinaux <code@istique.net>
Date:   Tue May 25 23:39:06 2010 +0200

    Build with Gtk+ 3.0 if available.

 configure.ac          |   16 +++++++++++++---
 libpeasui/Makefile.am |    2 +-
 2 files changed, 14 insertions(+), 4 deletions(-)

commit c666cc0454b4e9b7f0842546871ecd021bbcc73f
Author: Steve Frécinaux <code@istique.net>
Date:   Tue May 25 23:27:20 2010 +0200

    [Python] Uncomment the Gtk stuff in the demo python plugin.
    
    That had been commented because it made PyGI crash, but it's no longuer
    the case.

 peas-demo/plugins/pythonhello/pythonhello.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit a12b95f01e675f75eea79ab8205b804443fff856
Author: Steve Frécinaux <code@istique.net>
Date:   Tue May 25 23:26:23 2010 +0200

    Do not make PeasPlugin a prerequisite for the implementable classes.

 libpeas/peas-activatable.c       |    2 +-
 libpeasui/peas-ui-configurable.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 5bffb6c148434f3dbe4648d21999089f0596bc18
Author: Steve Frécinaux <code@istique.net>
Date:   Tue May 25 23:22:52 2010 +0200

    Do not make Peas-2.0.gir depend on Gtk-2.0.gir
    
    libpeas is meant to be independant from gtk+, so it makes no sense to
    have that dependency there.

 libpeas/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 069c77d43fa5a5e14672d183e152de9511bfb961
Author: Steve Frécinaux <code@istique.net>
Date:   Mon May 24 01:01:50 2010 +0200

    [PluginManager] Use show_all when showing the dialog box.

 libpeasui/peas-ui-plugin-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit eb7bb6e6b87ec815bdecb9a396ba126445accc1a
Author: Steve Frécinaux <code@istique.net>
Date:   Sun May 23 15:48:13 2010 +0200

    [Seed] Add out args support in Seed plugins
    
    Seed plugins can now have PeasUIConfigurable support.
    It is not sure at all that our mapping between C and JS prototypes is
    conform to the way Seed does it.

 loaders/seed/peas-extension-seed.c       |  154 ++++++++++++++++++++++++++++--
 peas-demo/plugins/seedhello/seedhello.js |   14 +++
 2 files changed, 158 insertions(+), 10 deletions(-)

commit cc2b2a8c3457c0f09cab7a02bd24c2deaebf768f
Author: Steve Frécinaux <code@istique.net>
Date:   Sat May 22 02:05:45 2010 +0200

    [Seed] Revamp Seed loader for PeasExtension support.
    
    Current known limitations are:
     - we don't support 'out' and 'inout' arguments
     - we don't support complex types (lists, arrays, hash tables, errors)
    
    This is enough to support PeasActivatable, but not PeasUIConfigurable.

 loaders/seed/Makefile.am                 |    4 +-
 loaders/seed/peas-extension-seed.c       |  315 ++++++++++++++++++++++++++++++
 loaders/seed/peas-extension-seed.h       |   62 ++++++
 loaders/seed/peas-plugin-loader-seed.c   |  114 ++++++++++--
 loaders/seed/peas-plugin-loader-seed.h   |    5 +-
 loaders/seed/peas-seed-plugin.c          |  213 --------------------
 loaders/seed/peas-seed-plugin.h          |   61 ------
 peas-demo/plugins/seedhello/seedhello.js |   13 ++-
 8 files changed, 494 insertions(+), 293 deletions(-)

commit 6efcf4aee6c2338a4daddda5a6b0caf11a260884
Author: Steve Frécinaux <code@istique.net>
Date:   Sat May 22 01:23:49 2010 +0200

    New function peas_method_get_info().

 libpeas/Makefile.am          |    2 +-
 libpeas/peas-introspection.c |   45 ++++++++++++++++++++++++-----------------
 libpeas/peas-introspection.h |    5 ++++
 3 files changed, 32 insertions(+), 20 deletions(-)

commit ef12d2937e8355d276e3c89f1a5c834b72b671a2
Author: Steve Frécinaux <code@istique.net>
Date:   Fri May 21 00:32:56 2010 +0200

    [Python] Port loader to PyGI

 loaders/python/peas-plugin-loader-python.c   |  120 +++++++------------------
 peas-demo/peas-demo-window.c                 |   16 +++-
 peas-demo/plugins/pythonhello/pythonhello.py |   23 +++--
 3 files changed, 61 insertions(+), 98 deletions(-)

commit 9a9709b166b612aa21b703ef8ea3ee250edf75d3
Author: Steve Frécinaux <code@istique.net>
Date:   Thu May 20 18:22:05 2010 +0200

    [Python] Update the loader's type registration code.
    
    It wasn't conforming anymore with the latest libpeas way to register
    types in modules.

 loaders/python/peas-plugin-loader-python.c |   20 +++++++++++++++++++-
 loaders/python/peas-plugin-loader-python.h |    3 ++-
 2 files changed, 21 insertions(+), 2 deletions(-)

commit 0a353881f15b95178d311f25bb1b1e922015745f
Author: Steve Frécinaux <code@istique.net>
Date:   Thu May 20 18:19:03 2010 +0200

    Update configure.ac code for Python detection.

 configure.ac |  104 ++++++++++++++++++++++++++-------------------------------
 1 files changed, 47 insertions(+), 57 deletions(-)

commit 08158b9c90f1aedd24adce5af6d89cb8064488be
Author: Steve Frécinaux <code@istique.net>
Date:   Thu May 20 17:09:31 2010 +0200

    Simplify gobject-introspection-related bits in configure.ac
    
    We don't support anymore to be built without gobject-introspection as
    it is required even for C plugins, so just let's drop these
    conditionals.

 configure.ac |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

commit 58edc3a4fe107d280e9a33cb610183c3a46a521b
Author: Steve Frécinaux <code@istique.net>
Date:   Thu May 20 16:58:25 2010 +0200

    [Python] Drop existing bindings.
    
    We will use PyGI instead.

 configure.ac                                 |   32 --------
 loaders/python/Makefile.am                   |    2 -
 loaders/python/bindings/Makefile.am          |  106 --------------------------
 loaders/python/bindings/libpeas.defs.extra   |   31 --------
 loaders/python/bindings/libpeas.override     |   15 ----
 loaders/python/bindings/libpeasmodule.c      |   52 -------------
 loaders/python/bindings/libpeasui.defs.extra |    9 --
 loaders/python/bindings/libpeasui.override   |   21 -----
 loaders/python/bindings/libpeasuimodule.c    |   97 -----------------------
 9 files changed, 0 insertions(+), 365 deletions(-)

commit 76c1105635025109c643864b58b2034e2cd8fc28
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 23:47:03 2010 +0200

    Drop old object definition macros.
    
    They are not usable in many cases, so let's just drop them and use bare
    G_DEFINE_DYNAMIC_TYPE_EXTENDED and define the peas_register_types()
    function by ourselves.

 libpeas/peas-plugin-loader.h |   19 ---------------
 libpeas/peas-plugin.h        |   51 ------------------------------------------
 2 files changed, 0 insertions(+), 70 deletions(-)

commit 8dcea1a08897fff34e725d687139fd1ab8b70710
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 19:54:45 2010 +0200

    [PeasObjectModule] Introduce peas_object_module_register_extension.
    
    This function allows a plugin to register an extension and a callback
    to create the related object. This function is meant to be called from
    peas_register_types().

 libpeas/peas-engine.c                              |    3 +-
 libpeas/peas-object-module.c                       |   76 ++++++++++++++++++--
 libpeas/peas-object-module.h                       |   13 +++-
 loaders/c/peas-plugin-loader-c.c                   |   70 +++++++-----------
 loaders/c/peas-plugin-loader-c.h                   |    3 +-
 .../helloworld/peasdemo-hello-world-plugin.c       |   30 ++++----
 .../helloworld/peasdemo-hello-world-plugin.h       |    5 +-
 7 files changed, 130 insertions(+), 70 deletions(-)

commit 8f60246f756bac099fc49a836916002f94b1f1db
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 20:17:10 2010 +0200

    [PeasEngine] make provides_extension() handle inactive plugins.
    
    We used to just try and see if the plugin module provides an
    extension... even if the module was not active.

 libpeas/peas-engine.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit f4fe8407a7ee2e713b3c435ff07107a35b1b3df0
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 19:21:41 2010 +0200

    [PeasObjectModule] Do not allow changing the symbol names.
    
    There is no need to allow the user code to change the symbol names
    since those are forced by libpeas at other places anyway.
    
    We now use "peas_register_types" instead of "register_peas_plugin" and
    "register_peas_plugin_loader".

 configure.ac                                       |    2 +-
 libpeas/peas-engine.c                              |    1 -
 libpeas/peas-object-module.c                       |   33 +------------------
 libpeas/peas-object-module.h                       |    2 -
 loaders/c/peas-plugin-loader-c.c                   |    3 +-
 loaders/c/peas-plugin-loader-c.h                   |    2 +-
 .../helloworld/peasdemo-hello-world-plugin.c       |    2 +-
 .../helloworld/peasdemo-hello-world-plugin.h       |    2 +-
 8 files changed, 7 insertions(+), 40 deletions(-)

commit 81539c9157b9f242680a107157bbdee13d2d8762
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 17:08:18 2010 +0200

    Update peas-demo to use PeasActivatable.
    
    There are still remains of "the ol' ways" but they should disappear
    slowly...

 peas-demo/Makefile.am                              |    2 +
 peas-demo/peas-demo-window.c                       |  108 ++++++++++++++++++++
 peas-demo/peas-demo-window.h                       |   66 ++++++++++++
 peas-demo/peas-demo.c                              |   33 +-----
 .../helloworld/peasdemo-hello-world-plugin.c       |    8 +-
 .../helloworld/peasdemo-hello-world-plugin.h       |    1 +
 6 files changed, 189 insertions(+), 29 deletions(-)

commit bf2a2622ef34d2140cff7d08e393fbed0154072f
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 12:22:21 2010 +0200

    Introduce PeasExtensionSet.
    
    This is a way to handle all the plugins at once, for some specialized
    use. Especially, "PeasActivatable" extensions fit fine with this new
    object.
    
    A way to check that called functions don't expect OUT or INOUT args is
    currently missing.

 .gitignore                   |    2 +
 libpeas/Makefile.am          |   22 ++++-
 libpeas/peas-extension-set.c |  258 ++++++++++++++++++++++++++++++++++++++++++
 libpeas/peas-extension-set.h |   83 ++++++++++++++
 libpeas/peas-marshal.list    |    1 +
 5 files changed, 365 insertions(+), 1 deletions(-)

commit 55bb19e0cdd9db6453be29b1fe98b72b5cb8edff
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 01:37:59 2010 +0200

    Port hello world plugin to PeasActivatable

 .../helloworld/peasdemo-hello-world-plugin.c       |   25 +++++++++++++++----
 1 files changed, 19 insertions(+), 6 deletions(-)

commit d3cd5190a83ac2b7b6a3c185424df90414049aff
Author: Steve Frécinaux <code@istique.net>
Date:   Tue May 18 08:18:03 2010 +0200

    Implement PeasExtensionPython

 loaders/python/Makefile.am                 |    2 +
 loaders/python/peas-extension-python.c     |   99 ++++++++++++++++++++++
 loaders/python/peas-extension-python.h     |   59 +++++++++++++
 loaders/python/peas-plugin-loader-python.c |  125 ++++++++++++++--------------
 4 files changed, 222 insertions(+), 63 deletions(-)

commit bb0679713833fe285c6fe272ecbc569bfa973962
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 01:20:34 2010 +0200

    Split PeasActivatable out of PeasPlugin.
    
    The idea there is that PeasPlugin should be the minimalist base class
    that provides stuff like plugin information and data dir accessor.

 libpeas/Makefile.am        |    2 +
 libpeas/peas-activatable.c |  107 ++++++++++++++++++++++++++++++++++++++++++++
 libpeas/peas-activatable.h |   67 +++++++++++++++++++++++++++
 libpeas/peas-plugin.c      |   67 ---------------------------
 libpeas/peas-plugin.h      |   17 -------
 5 files changed, 176 insertions(+), 84 deletions(-)

commit fa233cd4c08b72471c51f957dbdd22bc99d9ef87
Author: Steve Frécinaux <code@istique.net>
Date:   Wed May 19 01:07:45 2010 +0200

    Do not make plugin_loader_load return a special object.
    
    The existing PeasPlugin should really be converted into a GInterface
    to use through PeasExtension.

 libpeas/peas-engine.c            |  154 +-------------------------------------
 libpeas/peas-engine.h            |   17 ----
 libpeas/peas-plugin-info-priv.h  |    2 +-
 libpeas/peas-plugin-info.c       |    5 +-
 libpeas/peas-plugin-loader.c     |    6 +-
 libpeas/peas-plugin-loader.h     |    4 +-
 loaders/c/peas-plugin-loader-c.c |   40 +++++------
 7 files changed, 29 insertions(+), 199 deletions(-)

commit fa9c32faf858ac30f5e584eee4132538058f8dd1
Author: Steve Frécinaux <code@istique.net>
Date:   Tue May 18 08:16:34 2010 +0200

    Move GI-based C method invocation from C loader to libpeas.
    
    This way we can reuse that code for other loaders that rely on GObject
    inheritance (like the current Python one)

 libpeas/Makefile.am          |    2 +
 libpeas/peas-introspection.c |  214 ++++++++++++++++++++++++++++++++++++++++++
 libpeas/peas-introspection.h |   36 +++++++
 loaders/c/peas-extension-c.c |  184 +-----------------------------------
 4 files changed, 254 insertions(+), 182 deletions(-)

commit a5609b2c5becb757956d7a2764d198992241dec1
Author: Steve Frécinaux <code@istique.net>
Date:   Tue May 18 08:13:34 2010 +0200

    Circumvent a warning due to _POSIX_C_SOURCE being defined twice.
    
    The solution is ugly but fixes the warning for now...

 loaders/python/peas-plugin-loader-python.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit d0bae13a59b3a0d9a14956a35005e75caa930d44
Author: Hugo Vaz Sampaio <hvazsampaio@gmail.com>
Date:   Sat May 15 21:24:22 2010 -0300

    Added Brazilian Portuguese translation
    
    Reviewed by Fabrício Godoy <skarllot@gmail.com>

 po/LINGUAS  |    1 +
 po/pt_BR.po |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)

commit 7485a731f7c4b905f4e1fb10c514392078307060
Author: Steve Frécinaux <code@istique.net>
Date:   Fri May 14 16:06:00 2010 +0200

    Add a way to know if a plugin provides a certain extension.

 libpeas/peas-engine.c              |   14 ++++++++++++
 libpeas/peas-engine.h              |    3 ++
 libpeas/peas-plugin-loader.c       |   15 ++++++++++++
 libpeas/peas-plugin-loader.h       |    7 ++++++
 libpeasui/peas-ui-plugin-info.c    |   27 -----------------------
 libpeasui/peas-ui-plugin-info.h    |    2 -
 libpeasui/peas-ui-plugin-manager.c |   15 ++++++++++--
 loaders/c/peas-plugin-loader-c.c   |   42 +++++++++++++++++++++++++++--------
 8 files changed, 83 insertions(+), 42 deletions(-)

commit 5ff8d4d54f5f34aa898468dfc3d99838d2593b68
Author: Steve Frécinaux <code@istique.net>
Date:   Fri May 14 15:29:55 2010 +0200

    Use PeasExtension for PeasUIConfigurable in PeasUIPluginManager.
    
    Also check if the PeasPlugin has a reference to a PeasPluginInfo,
    because our current small hacks makes it possible for that ref to be
    NULL. (This ought to be fixed at some point!)

 libpeas/peas-plugin.c                              |    3 +-
 libpeasui/peas-ui-configurable.c                   |   14 ++++---
 libpeasui/peas-ui-configurable.h                   |    6 ++-
 libpeasui/peas-ui-plugin-info.c                    |   41 --------------------
 libpeasui/peas-ui-plugin-manager.c                 |   12 +++++-
 .../helloworld/peasdemo-hello-world-plugin.c       |   26 +++++++-----
 .../helloworld/peasdemo-hello-world-plugin.h       |    1 +
 7 files changed, 40 insertions(+), 63 deletions(-)

commit 290d781624f4f20b8ddb6d1de983733f11fab481
Author: Steve Frécinaux <code@istique.net>
Date:   Fri May 14 15:37:32 2010 +0200

    Proper GIRepository setup for peas-demo.

 peas-demo/peas-demo.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b4982be3a7559f69be6ed88f6d003a04f8f23ddb
Author: Steve Frécinaux <code@istique.net>
Date:   Fri May 14 13:34:21 2010 +0200

    Add PeasExtensionC for extensions written in C.

 configure.ac                     |    2 +
 libpeas/Makefile.am              |    2 +-
 libpeas/peas-object-module.c     |    8 +
 libpeas/peas-object-module.h     |    2 +
 loaders/c/Makefile.am            |    2 +
 loaders/c/peas-extension-c.c     |  268 ++++++++++++++++++++++++++++++++++++++
 loaders/c/peas-extension-c.h     |   58 ++++++++
 loaders/c/peas-plugin-loader-c.c |   49 +++++++-
 8 files changed, 389 insertions(+), 2 deletions(-)

commit dda12aa4025b1b4ad7d61602d5abd9dfdd61b5ea
Author: Steve Frécinaux <code@istique.net>
Date:   Thu May 13 15:34:59 2010 +0200

    Add PeasExtension

 libpeas/Makefile.am          |    2 +
 libpeas/peas-engine.c        |   15 ++++++++
 libpeas/peas-engine.h        |    5 +++
 libpeas/peas-extension.c     |   83 ++++++++++++++++++++++++++++++++++++++++++
 libpeas/peas-extension.h     |   75 ++++++++++++++++++++++++++++++++++++++
 libpeas/peas-plugin-loader.c |   15 ++++++++
 libpeas/peas-plugin-loader.h |    7 ++++
 7 files changed, 202 insertions(+), 0 deletions(-)

commit 230baca055d7da928a0f1fd7fb40421db39d3c9b
Author: Steve Frécinaux <code@istique.net>
Date:   Thu May 13 11:55:12 2010 +0200

    Do not use deprecated g_strdown()

 libpeas/peas-engine.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 475b50745e3066ebb6f5214cbfa46027b3c78766
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Apr 23 17:57:27 2010 +0200

    Update autotools configuration
    
    New requirements:
    autoconf >= 2.63
    automake >= 1.11
    libtool >= 2.2.6
    gtk-doc >= 1.12
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609208

 Makefile.am                |    2 +-
 autogen.sh                 |    5 ++-
 configure.ac               |   78 ++++++++++++++++++++-----------------------
 libpeas/Makefile.am        |    2 +-
 libpeasui/Makefile.am      |    2 +-
 loaders/c/Makefile.am      |    2 +-
 loaders/python/Makefile.am |    2 +-
 loaders/seed/Makefile.am   |    2 +-
 peas-demo/Makefile.am      |    2 +-
 9 files changed, 46 insertions(+), 51 deletions(-)

commit e28223671aaf7d72f574197e73088faf72f895b9
Author: Nicolas Repentin <nicolas.repentin@gmail.com>
Date:   Sat May 1 12:52:02 2010 +0200

    Added French translation

 po/LINGUAS |    1 +
 po/fr.po   |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)

commit f0587f35072ab319c2488a6a4ab992a883517563
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Apr 23 11:07:32 2010 +0200

    Fix include paths for building PeasUI-2.0.gir

 libpeas/Makefile.am   |    9 +++------
 libpeasui/Makefile.am |   18 ++++++++----------
 2 files changed, 11 insertions(+), 16 deletions(-)

commit 987bef48037f7875d5f1e4c8280fd54c2fbed588
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Fri Apr 23 09:13:23 2010 +0200

    Autotools should use system introspection macros
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616277

 Makefile.am           |    2 +-
 configure.ac          |   60 +-----------------------------------------------
 libpeas/Makefile.am   |   37 +++++++++++++++--------------
 libpeasui/Makefile.am |   50 ++++++++++++++++++----------------------
 4 files changed, 44 insertions(+), 105 deletions(-)

commit 4bd202f3468c579bfa58404c658150b9d13face9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Fri Apr 2 15:00:00 2010 +0200

    Use G_DEFINE_INTERFACE instead of homemade interfaces
    
    This is an API-incompatible change, because PeasConfigurableIface got
    renamed into PeasConfigurableInterface in the process (this seems to be
    the current policy as it is the name set by G_DEFINE_INTERFACE).
    
    Also bump gobject dependency to 2.23.6 to ensure G_DEFINE_INTERFACE
    availability.

 configure.ac                                       |    2 +-
 libpeasui/peas-ui-configurable.c                   |   37 ++-----------------
 libpeasui/peas-ui-configurable.h                   |    8 ++--
 .../helloworld/peasdemo-hello-world-plugin.c       |    4 +-
 4 files changed, 11 insertions(+), 40 deletions(-)

commit 571ebeaf2c95fd545c27be65f486d37a7786385d
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Thu Apr 22 22:44:31 2010 +0200

    Fix build with introspection enabled
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616559

 libpeasui/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 13479f09b40de7cea2f42f7120315bd78a8b5305
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Apr 14 14:35:42 2010 +0200

    Updated Slovenian translation

 po/sl.po |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 61292194e7bb836c87d5b095b598beda68a29e67
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Wed Mar 24 23:35:21 2010 +0100

    Updated Danish translation

 po/da.po |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)

commit 5956488581c3454a3a6890690a9fb992ff676ea6
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Wed Mar 24 23:35:20 2010 +0100

    Added da to list of languages

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8e68a9a19c92ad5af51d469dd8019875aa9c570b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 15 14:30:54 2010 +0100

    Add Norwegian language entry.

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8581bb80212e5bf033a1706710ab7499edaf1162
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 15 14:30:39 2010 +0100

    Added Norwegian bokmål translation

 po/nb.po |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

commit 3efe213fd8ddd71fe7fa654282e2bbc4d772e75f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Mar 8 12:07:42 2010 +0100

    Updated Polish translation

 po/LINGUAS |    1 +
 po/pl.po   |   67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

commit 205cc05a3689b3838713b53c49ace781214f4451
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Mar 2 19:04:43 2010 +0100

    Added Swedish translation

 po/LINGUAS |    1 +
 po/sv.po   |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)

commit f639c2a161f8bf9d9dca9655b1db1285de52e51d
Author: Aron Xu <aronxu@gnome.org>
Date:   Fri Feb 26 14:27:06 2010 +0800

    Add Simplified Chinese translation.

 po/LINGUAS  |    1 +
 po/zh_CN.po |   63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+), 0 deletions(-)

commit 955dbddf4175ad8c616fba1ca0c3df5ff819e19b
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Feb 21 20:14:39 2010 +0100

    Add Czech translation

 po/LINGUAS |    1 +
 po/cs.po   |   67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

commit 8970132c8c32b668bfb7ad100d653c418b751d3a
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Feb 16 10:03:39 2010 +0100

    Add hu to LINGUAS

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e8f6ac1966492b029643325443f2303f9c5e7b3e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Feb 16 10:03:10 2010 +0100

    Added Hungarian translation

 po/hu.po |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

commit 60c28d6d77b668cda6e21d4331a5dd0406ecc5e7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 21:39:45 2010 +0100

    Added es to LINGUAS

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 380c4cc0e4761c0451d59893320449cb384c4bb6
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 21:39:36 2010 +0100

    Added Spanish translation

 po/es.po |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

commit 152650c9077d8f3fb0c541faac27739abff62190
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Feb 15 19:14:11 2010 +0100

    Added sl for Slovenian translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 64002d3303cd09af21d46107b86dafdd9b40f7b0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Feb 15 19:13:54 2010 +0100

    Updated Slovenian translation

 po/sl.po |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

commit a6cfcf3d4f8d6e7c51416014e1a4108b8fb2056d
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Feb 15 17:50:40 2010 +0100

    Added German translation

 po/LINGUAS |    1 +
 po/de.po   |   67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

commit 1a07823b140010b47170c2a3e27ef40cbec509a5
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Mon Feb 15 12:27:49 2010 +0100

    Added Galician Translation

 po/LINGUAS |    1 +
 po/gl.po   |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)

commit 80f193fb14f442f61851386320db3a5929a9fa82
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Feb 6 01:21:16 2010 +0100

    Add DOAP file.

 libpeas.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit cbc8c46fe105d641409b0573fb3068bdc2e2ce11
Author: Debarshi Ray <debarshir@src.gnome.org>
Date:   Sun Jan 24 20:55:17 2010 +0200

    Let the registration functions create the GObjects
    
    This is to avoid creating classes from GTypes for C++ plugins.

 libpeas/peas-engine.c                              |    2 +-
 libpeas/peas-object-module.c                       |   44 ++++----------------
 libpeas/peas-object-module.h                       |    6 +--
 libpeas/peas-plugin-loader.h                       |    7 ++-
 libpeas/peas-plugin.c                              |    1 -
 libpeas/peas-plugin.h                              |    7 ++-
 loaders/c/peas-plugin-loader-c.c                   |    6 +-
 loaders/c/peas-plugin-loader-c.h                   |    4 +-
 loaders/python/peas-plugin-loader-python.h         |    4 +-
 loaders/seed/peas-plugin-loader-seed.c             |    4 +-
 loaders/seed/peas-plugin-loader-seed.h             |    4 +-
 .../helloworld/peasdemo-hello-world-plugin.c       |    7 ++-
 .../helloworld/peasdemo-hello-world-plugin.h       |    5 +-
 13 files changed, 37 insertions(+), 64 deletions(-)

commit e94cd422854acdeb177d89165ef58df5e530a2d7
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jan 21 00:33:23 2010 +0100

    [Python] Fix generated bindings for interfaces.
    
    The generated .defs files were using define-object instead of
    define-interface for the interfaces. We sed this right in order to keep
    the generated nature of the .defs files.

 loaders/python/bindings/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 51da021137cf01db04f95c33d1aaf07c5679c457
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jan 21 00:25:23 2010 +0100

    Add missing linkage against libgobject and libgmodule.

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1ef952ebf308a331c6ca40c97c5aacc5cbda8960
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jan 3 00:58:16 2010 +0100

    [Python] Add bindings for PeasUIConfigurable.

 libpeasui/peas-ui-configurable.h             |    1 +
 loaders/python/bindings/Makefile.am          |    6 ++++--
 loaders/python/bindings/libpeasui.defs.extra |    9 +++++++++
 loaders/python/bindings/libpeasui.override   |    7 +++++++
 4 files changed, 21 insertions(+), 2 deletions(-)

commit 52ae4da09a15cd3c1fae6cdd050ba4c25307d45f
Merge: fa545a6 b80b935
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Jan 3 00:18:53 2010 +0100

    Merge branch 'configurable-iface'
    
    Conflicts:
    	libpeasui/Makefile.am

commit fa545a688668cc1502a3f7cc13ce2406ce3dc85b
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Jan 2 21:45:47 2010 +0100

    [Python] Make libpeasui bindings check for libpeas version.
    
    The libpeasui module will now check for libpeas availability and version
    on initialization, hence avoiding bizarre misbehaviour and exceptions
    due to the use of an older libpeas module.

 loaders/python/bindings/libpeasuimodule.c |   53 ++++++++++++++++++++++++++---
 1 files changed, 48 insertions(+), 5 deletions(-)

commit 453e25cec76dd11f08494d974b2c6a1a930b5300
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Jan 2 21:38:51 2010 +0100

    Fix linking error on make install.
    
    The loaders were installed before libpeasui, hence it failed as the
    python bindings are now also linking against libpeasui.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0405a8b253c1d31e207dd7e0db4ac1fac03814d1
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Dec 27 11:50:38 2009 +0100

    Support loading C plugins from the source directory.
    
    By letting g_module_open() handle trying to load the libtool archives
    if available, as only the libtool archive is available in the build
    dir. Based on a patch from Bastien Nocera.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604823

 libpeas/peas-object-module.c |   10 ++++++++++
 peas-demo/peas-demo.c        |    5 +++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit e607e8528f63074bab13b6a914c86e2759afd340
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 23 14:04:04 2009 +0000

    Fix linking of libpeasui for GIR generation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605305

 libpeasui/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 42022717a5a3c1e4032d4732be6267fadce565fc
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Dec 23 22:37:44 2009 +0100

    [Manager] Hide invisible plugins in the plugin manager UI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604743

 libpeasui/peas-ui-plugin-manager.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit dabcf10b8abca618e42fc7022d323da8718a074b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 16 16:00:57 2009 +0000

    Add more properties to PeasPluginInfo
    
    Add a _get/_set_visible for applications to hide some plugins.
    Add _get_keys to get a list of arbitrary keys from the plugin's
    information keyfile.
    Don't check for IAge inside the plugin engine, allow applications
    to do it instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604742

 libpeas/peas-plugin-info-priv.h |    3 +
 libpeas/peas-plugin-info.c      |  163 ++++++++++++++++++++++++++++++++++++++-
 libpeas/peas-plugin-info.h      |    7 ++
 3 files changed, 170 insertions(+), 3 deletions(-)

commit b80b935502fb0ad2731a4565efacd2b446cd1386
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Dec 11 23:51:14 2009 +0100

    Remove GTK+ dependendency for libpeas.
    
    Everything linked to Gtk+ has been moved from libpeas to libpeasui,
    hence we will not link libpeas against Gtk+ anymore...

 configure.ac                                       |    5 +-
 docs/reference/Makefile.am                         |   10 ++-
 docs/reference/libpeas-sections.txt                |    2 +-
 libpeas/peas-engine.h                              |    1 -
 libpeas/peas-plugin-loader.h                       |    1 +
 libpeas/peas-plugin.h                              |    1 -
 libpeasui/Makefile.am                              |   19 +++--
 loaders/python/bindings/Makefile.am                |    1 -
 loaders/python/bindings/libpeas.override           |    2 -
 loaders/python/bindings/libpeasmodule.c            |    2 -
 loaders/python/peas-plugin-loader-python.c         |   86 +-------------------
 peas-demo/Makefile.am                              |    4 +-
 peas-demo/plugins/helloworld/Makefile.am           |    5 +-
 .../helloworld/peasdemo-hello-world-plugin.c       |    1 +
 14 files changed, 32 insertions(+), 108 deletions(-)

commit 21408484d22e6c0c121c248b3d9db91356b4315b
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Dec 21 00:16:16 2009 +0100

    Add python bindings for libpeasui.

 .gitignore                                 |    2 +
 loaders/python/bindings/Makefile.am        |   74 ++++++++++++++++++++++------
 loaders/python/bindings/libpeasui.override |   14 +++++
 loaders/python/bindings/libpeasuimodule.c  |   54 ++++++++++++++++++++
 4 files changed, 129 insertions(+), 15 deletions(-)

commit d8729ea04f41addf93feb4ba02446775ac942dc2
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Sun Dec 20 23:24:21 2009 +0100

    Add MacOS X support for directories.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604940

 configure.ac        |   19 +++++++++++++++++++
 libpeas/Makefile.am |    3 ++-
 libpeas/peas-dirs.c |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+), 1 deletions(-)

commit ff010d5c3f3b57f727be6160220faad412645b0d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Sun Dec 20 23:10:20 2009 +0100

    Add i18n support.
    
    Initialize the i18n support by using peas_gettext() instead of
    dgettext().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604940

 libpeas/Makefile.am                |    2 +
 libpeas/peas-dirs.c                |   25 +++++++++++++
 libpeas/peas-dirs.h                |    1 +
 libpeas/peas-engine.c              |    3 +-
 libpeas/peas-i18n.c                |   58 +++++++++++++++++++++++++++++
 libpeas/peas-i18n.h                |   71 ++++++++++++++++++++++++++++++++++++
 libpeas/peas-plugin-info.c         |    2 +-
 libpeasui/peas-ui-plugin-manager.c |    2 +-
 8 files changed, 160 insertions(+), 4 deletions(-)

commit e3a66c726e85100666072bf53c02add8f9933d01
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Dec 13 17:09:20 2009 +0100

    Add gobject-introspection support for libpeasui.

 libpeasui/Makefile.am |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit 447c2113357c6b29ada0718125c9fd17f938f00f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 16 16:00:23 2009 +0000

    Document peas_engine_get_plugin_list()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604741

 libpeas/peas-engine.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit db84d172b1c421086d543507ae87b8713759159b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 16 15:57:39 2009 +0000

    Fix documentation parsing ignored headers
    
    IGNORE_HFILES expects headers' basename, not a path. This
    fixes the private structure of PeasPluginInfo appearing in
    the API documentation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604740

 docs/reference/Makefile.am |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit eb4a6b4cd2c90d218554d6f7093ff5b9d9375ad9
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Dec 11 23:53:20 2009 +0100

    [PluginInfo] Move get_icon_name() into libgpeui.
    
    Icon name are not used when there is no GUI. It'll also allow us not to
    link against Gtk+ in libgpe as it was the latest usage of Gtk+ API in
    there.

 libpeas/peas-plugin-info.c         |   23 -----------------------
 libpeas/peas-plugin-info.h         |    1 -
 libpeasui/peas-ui-plugin-info.c    |   23 +++++++++++++++++++++++
 libpeasui/peas-ui-plugin-info.h    |    5 +++--
 libpeasui/peas-ui-plugin-manager.c |    4 ++--
 5 files changed, 28 insertions(+), 28 deletions(-)

commit 536dd16de6917c4d70311d275188b79f61403f18
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Dec 12 12:11:19 2009 +0100

    [PeasDemo] Add a configuration dialog to the C sample plugin.

 .../helloworld/peasdemo-hello-world-plugin.c       |   57 +++++++++++++++++++-
 .../helloworld/peasdemo-hello-world-plugin.h       |   12 ++--
 2 files changed, 62 insertions(+), 7 deletions(-)

commit 0638a67643357facb8208a894749fb2ad435224a
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Dec 11 23:35:01 2009 +0100

    [Configurable] Introduce PeasUIConfigurable.
    
    PeasUIConfigurable is an interface which allows a plugin to provide a
    GUI for the user to configure the plugin.

 docs/reference/libpeas-docs.sgml           |    2 +
 docs/reference/libpeas-sections.txt        |   26 +++++-
 docs/reference/libpeas.types               |    1 +
 libpeas/peas-engine.c                      |   36 --------
 libpeas/peas-engine.h                      |    3 -
 libpeas/peas-plugin-info-priv.h            |    1 +
 libpeas/peas-plugin-info.c                 |   19 ----
 libpeas/peas-plugin-info.h                 |    1 -
 libpeas/peas-plugin.c                      |   46 ----------
 libpeas/peas-plugin.h                      |    8 --
 libpeasui/Makefile.am                      |    4 +
 libpeasui/peas-ui-configurable.c           |  135 ++++++++++++++++++++++++++++
 libpeasui/peas-ui-configurable.h           |   57 ++++++++++++
 libpeasui/peas-ui-plugin-info.c            |   83 +++++++++++++++++
 libpeasui/peas-ui-plugin-info.h            |   35 +++++++
 libpeasui/peas-ui-plugin-manager.c         |   26 +++++-
 loaders/python/bindings/libpeas.defs.extra |   10 --
 17 files changed, 361 insertions(+), 132 deletions(-)

commit 1a2f2a07fc2e283445ee354aeca602e978ed3315
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Dec 11 21:34:56 2009 +0100

    [Manager] Add some documentation and a screenshot.

 docs/reference/Makefile.am                       |    3 ++-
 docs/reference/images/peas-ui-plugin-manager.png |  Bin 0 -> 18968 bytes
 libpeasui/peas-ui-plugin-manager.c               |   20 ++++++++++++++++++--
 3 files changed, 20 insertions(+), 3 deletions(-)

commit 9991f4e89142ad6c81ea75cd194fbaba77577563
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Dec 11 21:20:32 2009 +0100

    [Reference] Merge libpeas and libpeasui reference.
    
    The reason is that both of those documents are quite small: it doesn't
    make sense to have a whole book just for a single object in libpeasui...

 configure.ac                                     |    5 +-
 docs/reference/.gitignore                        |   15 ++++
 docs/reference/Makefile.am                       |   88 +++++++++++++++++++++-
 docs/reference/libpeas-docs.sgml                 |   35 +++++++++
 docs/reference/libpeas-sections.txt              |   89 ++++++++++++++++++++++
 docs/reference/libpeas.types                     |    4 +
 docs/reference/libpeas/.gitignore                |   15 ----
 docs/reference/libpeas/Makefile.am               |   79 -------------------
 docs/reference/libpeas/libpeas-docs.sgml         |   28 -------
 docs/reference/libpeas/libpeas-sections.txt      |   74 ------------------
 docs/reference/libpeas/libpeas.types             |    3 -
 docs/reference/libpeas/version.xml.in            |    1 -
 docs/reference/libpeasui/.gitignore              |   13 ---
 docs/reference/libpeasui/Makefile.am             |   75 ------------------
 docs/reference/libpeasui/libpeasui-docs.sgml     |   26 ------
 docs/reference/libpeasui/libpeasui-sections.txt  |   15 ----
 docs/reference/libpeasui/libpeasui.types         |    1 -
 docs/reference/libpeasui/version.xml             |    1 -
 docs/reference/libpeasui/version.xml.in          |    1 -
 docs/reference/version.xml.in                    |    1 +
 20 files changed, 232 insertions(+), 337 deletions(-)

commit e03b866fc8bfaf9dfff47d0ed7d4d012a0bc21c4
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Dec 11 19:48:54 2009 +0100

    Ensure 'make distcheck' works.

 configure.ac                         |    2 +-
 docs/reference/libpeasui/Makefile.am |    6 ++++--
 loaders/python/bindings/Makefile.am  |   10 ++++++----
 peas-demo/Makefile.am                |    7 +++++++
 po/POTFILES.in                       |    1 +
 5 files changed, 19 insertions(+), 7 deletions(-)

commit bcff5c24614d7c56909b0cac4bc5479a6b50a06b
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Dec 9 18:38:07 2009 +0100

    Fix missing documentation for libpeas signals and properties.

 docs/reference/libpeas/.gitignore    |    1 +
 docs/reference/libpeas/libpeas.types |    3 +++
 libpeas/peas-engine.c                |    4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

commit 8065b5654cc1ce893526a1fd966dab135a7f4935
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 20:02:15 2009 +0100

    [Reference] Some documentation fixes for libpeas.

 docs/reference/libpeas/libpeas-sections.txt |    3 +--
 libpeas/peas-engine.c                       |    8 ++++++--
 libpeas/peas-engine.h                       |    1 +
 libpeas/peas-plugin-info.c                  |   20 ++++++++++++++++++++
 libpeas/peas-plugin-info.h                  |    5 +++++
 libpeas/peas-plugin.h                       |    3 +++
 6 files changed, 36 insertions(+), 4 deletions(-)

commit d601174aa771b78fb54dca2ca07a42dabcc5ba36
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 20:00:16 2009 +0100

    [Reference] Enhancement of the libpeasui reference.

 configure.ac                                    |    1 +
 docs/reference/libpeasui/libpeasui-docs.sgml    |   20 +++++++-------------
 docs/reference/libpeasui/libpeasui-sections.txt |   23 +++++++++++------------
 docs/reference/libpeasui/libpeasui.types        |    2 +-
 docs/reference/libpeasui/version.xml            |    1 +
 docs/reference/libpeasui/version.xml.in         |    1 +
 6 files changed, 22 insertions(+), 26 deletions(-)

commit 5c0cfc71c595471d672a737d1e96163ea028c460
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Sun Nov 22 12:37:37 2009 +0100

    Do not use sigaction if it is not available.
    
    This is because sigaction is not available on WIN32 platforms.

 configure.ac                               |    1 +
 loaders/python/peas-plugin-loader-python.c |    8 +++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit a49a1b4961863002ab2907f64b66977ea1293d93
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 13:48:42 2009 +0100

    [Engine] Allow a one-level recursion for plugin discovery.
    
    This reproduces what totem and rhythmbox have been doing to allow
    distributing plugins as self-contained directories.

 libpeas/peas-engine.c                     |   34 ++++++++++++++++------------
 peas-demo/plugins/helloworld/Makefile.am  |    3 +-
 peas-demo/plugins/pythonhello/Makefile.am |    3 +-
 peas-demo/plugins/seedhello/Makefile.am   |    2 +-
 4 files changed, 22 insertions(+), 20 deletions(-)

commit 32d8fffa763a30260872a32fe4a90edcfdba1a3c
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 12:42:06 2009 +0100

    Rename PeasPluginManager into PeasUIPluginManager

 libpeasui/Makefile.am              |    8 +-
 libpeasui/peas-plugin-manager.c    |  921 -----------------------------------
 libpeasui/peas-plugin-manager.h    |   62 ---
 libpeasui/peas-ui-plugin-manager.c |  922 ++++++++++++++++++++++++++++++++++++
 libpeasui/peas-ui-plugin-manager.h |   62 +++
 peas-demo/peas-demo.c              |    4 +-
 6 files changed, 990 insertions(+), 989 deletions(-)

commit 160840e35d86cb4dc78b472c16455a3ffdf93fd3
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 10:08:53 2009 +0100

    [Loaders] Do not export useless symbols in modules.

 configure.ac                           |    2 +-
 loaders/seed/peas-plugin-loader-seed.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit fa42fa8694950019eaeb2252bac76c006f064309
Merge: d633d3c 80b9a54
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 09:51:20 2009 +0100

    Merge branch 'seed-support'

commit d633d3c13a958b279b93d09142a772e59c798f6f
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 09:43:57 2009 +0100

    [PeasDemo] Fix a typo in the python plugin.
    
    It was indicating "do_activate" in the console when actually
    deactivating the plugin.

 peas-demo/plugins/pythonhello/pythonhello.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 80b9a54eac0921e0f48fa15866776515130d8d43
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 8 02:09:00 2009 +0100

    [Seed] Introduce a Seed plugin loader.

 configure.ac                                       |   48 +++++
 libpeas/Makefile.am                                |    2 +-
 loaders/Makefile.am                                |    4 +
 loaders/seed/Makefile.am                           |   21 ++
 loaders/seed/peas-plugin-loader-seed.c             |  159 +++++++++++++++
 loaders/seed/peas-plugin-loader-seed.h             |   53 +++++
 loaders/seed/peas-seed-plugin.c                    |  213 ++++++++++++++++++++
 loaders/seed/peas-seed-plugin.h                    |   61 ++++++
 peas-demo/peas-demo.c                              |    4 +
 peas-demo/plugins/Makefile.am                      |   10 +-
 peas-demo/plugins/seedhello/Makefile.am            |    7 +
 peas-demo/plugins/seedhello/seedhello.js           |   19 ++
 .../plugins/seedhello/seedhello.peasdemo-plugin    |    9 +
 13 files changed, 608 insertions(+), 2 deletions(-)

commit f2020f271a9087e5e35c276b21531a5f3442100d
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Dec 7 09:48:19 2009 +0100

    Drop _new functions for plugin loader implementations.
    
    Those are never going to be used anyway.

 loaders/c/peas-plugin-loader-c.c           |   10 +---------
 loaders/c/peas-plugin-loader-c.h           |    1 -
 loaders/python/peas-plugin-loader-python.c |    8 --------
 loaders/python/peas-plugin-loader-python.h |    1 -
 4 files changed, 1 insertions(+), 19 deletions(-)

commit 04ef411ab4d75993ef072c491e7651827c93db55
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Dec 7 09:40:44 2009 +0100

    Add WARN_CFLAGS/DISABLE_DEPRECATED_CFLAGS to the C loader.
    
    Those were accidentaly left out earlier.

 loaders/c/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit b1639db785ffcbbb2611f43ce640e66a0d4c7672
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Dec 7 01:00:48 2009 +0100

    Enhance the ./configure summary a bit.

 configure.ac |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 6944a6ec36d8c40395379fe0444a21006949eb27
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Dec 6 17:57:26 2009 +0100

    Fix erroneous reference to libgpeui (old name) in libpeasui.pc

 data/libpeasui-2.0.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e75299167b852e1fd85b519c15c0ea091461e3e3
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Dec 5 02:19:51 2009 +0100

    Do not use an interface for PeasPluginLoader.
    
    The reason is that a loader will always inherit from GObject anyway,
    and is internal, so there is really no reason to introduce the interface
    overhead...

 libpeas/peas-plugin-loader.c               |   98 ++++++----------------------
 libpeas/peas-plugin-loader.h               |   31 ++++-----
 loaders/c/peas-plugin-loader-c.c           |   57 ++++++-----------
 loaders/c/peas-plugin-loader-c.h           |    4 +-
 loaders/python/peas-plugin-loader-python.c |   47 ++++---------
 loaders/python/peas-plugin-loader-python.h |    4 +-
 6 files changed, 73 insertions(+), 168 deletions(-)

commit 72689fb3fb761e24c0a2830d80541109e3ea83c6
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Dec 4 14:23:09 2009 +0100

    Reindent the code to conform to the glib style.

 libpeas/peas-dirs.c                                |   44 +-
 libpeas/peas-dirs.h                                |    7 +-
 libpeas/peas-engine.c                              | 1141 +++++++++---------
 libpeas/peas-engine.h                              |  103 +-
 libpeas/peas-object-module.c                       |  399 +++----
 libpeas/peas-object-module.h                       |   62 +-
 libpeas/peas-plugin-info-priv.h                    |   61 +-
 libpeas/peas-plugin-info.c                         |  414 +++----
 libpeas/peas-plugin-info.h                         |   35 +-
 libpeas/peas-plugin-loader.c                       |  136 ++--
 libpeas/peas-plugin-loader.h                       |   69 +-
 libpeas/peas-plugin.c                              |  213 ++--
 libpeas/peas-plugin.h                              |  140 +--
 libpeasui/peas-plugin-manager.c                    | 1251 ++++++++++----------
 libpeasui/peas-plugin-manager.h                    |   33 +-
 loaders/c/peas-plugin-loader-c.c                   |  168 ++--
 loaders/c/peas-plugin-loader-c.h                   |   30 +-
 loaders/python/bindings/helpers.c                  |   23 -
 loaders/python/bindings/libpeasmodule.c            |   28 +-
 loaders/python/peas-plugin-loader-python.c         |  919 ++++++++-------
 loaders/python/peas-plugin-loader-python.h         |   34 +-
 peas-demo/peas-demo.c                              |  155 ++--
 .../helloworld/peasdemo-hello-world-plugin.c       |   87 +-
 .../helloworld/peasdemo-hello-world-plugin.h       |   36 +-
 24 files changed, 2736 insertions(+), 2852 deletions(-)

commit ea1656c1b67156ab785153b01c4fb27439afe234
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Nov 18 20:26:20 2009 +0100

    Rename libgpe to libpeas.
    
    GPE was already taken as a project name.

 .gitignore                                         |   11 +-
 Makefile.am                                        |    2 +-
 autogen.sh                                         |    4 +-
 configure.ac                                       |   74 +-
 data/Makefile.am                                   |    4 +-
 data/icons/16x16/libgpe-plugin.png                 |  Bin 719 -> 0 bytes
 data/icons/16x16/libgpe-plugin.svg                 |  213 -----
 data/icons/16x16/libpeas-plugin.png                |  Bin 0 -> 719 bytes
 data/icons/16x16/libpeas-plugin.svg                |  213 +++++
 data/icons/22x22/libgpe-plugin.png                 |  Bin 1079 -> 0 bytes
 data/icons/22x22/libgpe-plugin.svg                 |  377 --------
 data/icons/22x22/libpeas-plugin.png                |  Bin 0 -> 1079 bytes
 data/icons/22x22/libpeas-plugin.svg                |  377 ++++++++
 data/icons/32x32/libgpe-plugin.png                 |  Bin 1462 -> 0 bytes
 data/icons/32x32/libgpe-plugin.svg                 |  527 -----------
 data/icons/32x32/libpeas-plugin.png                |  Bin 0 -> 1462 bytes
 data/icons/32x32/libpeas-plugin.svg                |  527 +++++++++++
 data/icons/Makefile.am                             |   14 +-
 data/icons/scalable/libgpe-plugin.svg              |  339 -------
 data/icons/scalable/libpeas-plugin.svg             |  339 +++++++
 data/libgpe-2.0.pc.in                              |   11 -
 data/libgpeui-2.0.pc.in                            |   11 -
 data/libpeas-2.0.pc.in                             |   11 +
 data/libpeasui-2.0.pc.in                           |   11 +
 docs/reference/Makefile.am                         |    2 +-
 docs/reference/libgpe/.gitignore                   |   14 -
 docs/reference/libgpe/Makefile.am                  |   79 --
 docs/reference/libgpe/libgpe-docs.sgml             |   28 -
 docs/reference/libgpe/libgpe-sections.txt          |   75 --
 docs/reference/libgpe/libgpe.types                 |    3 -
 docs/reference/libgpe/version.xml.in               |    1 -
 docs/reference/libgpeui/.gitignore                 |   13 -
 docs/reference/libgpeui/Makefile.am                |   73 --
 docs/reference/libgpeui/libgpeui-docs.sgml         |   26 -
 docs/reference/libgpeui/libgpeui-sections.txt      |   16 -
 docs/reference/libgpeui/libgpeui.types             |    1 -
 docs/reference/libpeas/.gitignore                  |   14 +
 docs/reference/libpeas/Makefile.am                 |   79 ++
 docs/reference/libpeas/libpeas-docs.sgml           |   28 +
 docs/reference/libpeas/libpeas-sections.txt        |   75 ++
 docs/reference/libpeas/version.xml.in              |    1 +
 docs/reference/libpeasui/.gitignore                |   13 +
 docs/reference/libpeasui/Makefile.am               |   73 ++
 docs/reference/libpeasui/libpeasui-docs.sgml       |   32 +
 docs/reference/libpeasui/libpeasui-sections.txt    |   16 +
 docs/reference/libpeasui/libpeasui.types           |    1 +
 gpe-demo/Makefile.am                               |   15 -
 gpe-demo/gpe-demo.c                                |  131 ---
 gpe-demo/plugins/Makefile.am                       |    1 -
 gpe-demo/plugins/helloworld/Makefile.am            |   19 -
 .../helloworld/gpedemo-hello-world-plugin.c        |  104 ---
 .../helloworld/gpedemo-hello-world-plugin.h        |   37 -
 .../plugins/helloworld/helloworld.gpedemo-plugin   |    8 -
 gpe-demo/plugins/pythonhello/Makefile.am           |    9 -
 .../plugins/pythonhello/pythonhello.gpedemo-plugin |    9 -
 gpe-demo/plugins/pythonhello/pythonhello.py        |   22 -
 gpe-demo/plugins/pythonhello/pythonhello.pyc       |  Bin 1015 -> 0 bytes
 libgpe/Makefile.am                                 |   69 --
 libgpe/gpe-dirs.c                                  |   74 --
 libgpe/gpe-dirs.h                                  |   37 -
 libgpe/gpe-engine.c                                |  979 --------------------
 libgpe/gpe-engine.h                                |  120 ---
 libgpe/gpe-object-module.c                         |  314 -------
 libgpe/gpe-object-module.h                         |   79 --
 libgpe/gpe-plugin-info-priv.h                      |   64 --
 libgpe/gpe-plugin-info.c                           |  464 ---------
 libgpe/gpe-plugin-info.h                           |   56 --
 libgpe/gpe-plugin-loader.c                         |  143 ---
 libgpe/gpe-plugin-loader.h                         |   92 --
 libgpe/gpe-plugin.c                                |  297 ------
 libgpe/gpe-plugin.h                                |  174 ----
 libgpeui/Makefile.am                               |   24 -
 libgpeui/gpe-plugin-manager.c                      |  970 -------------------
 libgpeui/gpe-plugin-manager.h                      |   75 --
 libpeas/Makefile.am                                |   69 ++
 libpeas/peas-dirs.c                                |   74 ++
 libpeas/peas-dirs.h                                |   37 +
 libpeas/peas-engine.c                              |  979 ++++++++++++++++++++
 libpeas/peas-engine.h                              |  120 +++
 libpeas/peas-object-module.c                       |  314 +++++++
 libpeas/peas-object-module.h                       |   79 ++
 libpeas/peas-plugin-info-priv.h                    |   64 ++
 libpeas/peas-plugin-info.c                         |  464 +++++++++
 libpeas/peas-plugin-info.h                         |   56 ++
 libpeas/peas-plugin-loader.c                       |  143 +++
 libpeas/peas-plugin-loader.h                       |   92 ++
 libpeas/peas-plugin.c                              |  297 ++++++
 libpeas/peas-plugin.h                              |  174 ++++
 libpeasui/Makefile.am                              |   24 +
 libpeasui/peas-plugin-manager.c                    |  970 +++++++++++++++++++
 libpeasui/peas-plugin-manager.h                    |   75 ++
 loaders/c/Makefile.am                              |   10 +-
 loaders/c/gpe-plugin-loader-c.c                    |  181 ----
 loaders/c/gpe-plugin-loader-c.h                    |   58 --
 loaders/c/peas-plugin-loader-c.c                   |  181 ++++
 loaders/c/peas-plugin-loader-c.h                   |   58 ++
 loaders/python/Makefile.am                         |   14 +-
 loaders/python/bindings/Makefile.am                |   46 +-
 loaders/python/bindings/libgpe.defs.extra          |   41 -
 loaders/python/bindings/libgpe.override            |   17 -
 loaders/python/bindings/libgpemodule.c             |   54 --
 loaders/python/bindings/libpeas.defs.extra         |   41 +
 loaders/python/bindings/libpeas.override           |   17 +
 loaders/python/bindings/libpeasmodule.c            |   54 ++
 loaders/python/gpe-plugin-loader-python.c          |  673 --------------
 loaders/python/gpe-plugin-loader-python.h          |   61 --
 loaders/python/peas-plugin-loader-python.c         |  673 ++++++++++++++
 loaders/python/peas-plugin-loader-python.h         |   61 ++
 peas-demo/Makefile.am                              |   15 +
 peas-demo/peas-demo.c                              |  131 +++
 peas-demo/plugins/Makefile.am                      |    1 +
 peas-demo/plugins/helloworld/Makefile.am           |   19 +
 .../plugins/helloworld/helloworld.peasdemo-plugin  |    8 +
 .../helloworld/peasdemo-hello-world-plugin.c       |  104 +++
 .../helloworld/peasdemo-hello-world-plugin.h       |   37 +
 peas-demo/plugins/pythonhello/Makefile.am          |    9 +
 .../pythonhello/pythonhello.peasdemo-plugin        |    9 +
 peas-demo/plugins/pythonhello/pythonhello.py       |   22 +
 po/LINGUAS                                         |    2 +-
 po/POTFILES.in                                     |   12 +-
 120 files changed, 7379 insertions(+), 7375 deletions(-)

commit ad6308c3325c63331d7e3c54c3c0e303ae4d63d2
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 15 21:40:37 2009 +0100

    Add GObject introspection support.

 .gitignore         |    2 +
 configure.ac       |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 libgpe/Makefile.am |   35 ++++++++++++++++++++++++++--
 3 files changed, 97 insertions(+), 3 deletions(-)

commit 2a219930325acecc725e98a344685916a0b7c399
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 15 21:13:47 2009 +0100

    [Engine] Fix mistake in constructed() prototype.

 libgpe/gpe-engine.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 91970a2a35667aab0049a3913e55dc42f31b57d2
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 15 19:30:39 2009 +0100

    [GPEEngine] Change the way search paths are specified, again.
    
    The search paths (formerly named "plugin directories") are now a
    construct-time property. It is a simple array of strings, to make it
    simpler for libraries to instanciate such an array and free it
    afterwards, as the previous approach ended up being quite verbose in
    the consumer applications.
    
    There is also extensive doc on the new format for the search path list.

 gpe-demo/gpe-demo.c           |   16 ++++--
 libgpe/gpe-engine.c           |  133 +++++++++++++++++++++++------------------
 libgpe/gpe-engine.h           |    8 +--
 libgpe/gpe-plugin-info-priv.h |   12 +---
 libgpe/gpe-plugin-info.c      |   14 +++--
 5 files changed, 100 insertions(+), 83 deletions(-)

commit da5d377d77d3262f286913ed7febc64d7e58ccdd
Author: Steve Frécinaux <code@istique.net>
Date:   Sat Nov 14 00:40:27 2009 +0100

    [Engine] Drop static methods used only once.
    
    They have been merged with their 4-lines caller.

 libgpe/gpe-engine.c |   82 +++++++++++++++++++-------------------------------
 1 files changed, 31 insertions(+), 51 deletions(-)

commit d35455b67169dbf69201dd0e232bd0f8dc5ce2ac
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Nov 13 23:58:04 2009 +0100

    Add version information in documentation.

 configure.ac                           |    3 +++
 docs/reference/libgpe/.gitignore       |    1 +
 docs/reference/libgpe/Makefile.am      |    6 ++++--
 docs/reference/libgpe/libgpe-docs.sgml |   15 +++++++--------
 docs/reference/libgpe/version.xml.in   |    1 +
 5 files changed, 16 insertions(+), 10 deletions(-)

commit 8f15d09350c98046c1649360e3796b1c85ddbda5
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Nov 13 23:13:00 2009 +0100

    Write some documentation about the API.

 Makefile.am                               |    1 +
 docs/reference/libgpe/libgpe-sections.txt |   18 +--
 libgpe/gpe-engine.c                       |  175 ++++++++++++++++++++++++++---
 libgpe/gpe-engine.h                       |   11 ++-
 libgpe/gpe-plugin-info.c                  |   46 +++++---
 libgpe/gpe-plugin.c                       |   77 ++++++++-----
 libgpe/gpe-plugin.h                       |   37 +++++-
 7 files changed, 283 insertions(+), 82 deletions(-)

commit 56736cc3c1691b31c5f88d3a9a259874e362352d
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Nov 5 22:23:55 2009 +0100

    Do not track gtk-doc template files.
    
    According to Stephan Kost (maintainer of gtk-doc), those are obsolete
    and hence it is not necessary to track them.

 docs/reference/libgpe/.gitignore                   |    1 +
 docs/reference/libgpe/tmpl/gpe-engine.sgml         |  187 --------------------
 docs/reference/libgpe/tmpl/gpe-plugin-info.sgml    |  165 -----------------
 docs/reference/libgpe/tmpl/gpe-plugin.sgml         |  128 -------------
 docs/reference/libgpeui/.gitignore                 |    1 +
 .../libgpeui/tmpl/gpe-plugin-manager.sgml          |   47 -----
 6 files changed, 2 insertions(+), 527 deletions(-)

commit 2305b8f9cd1ec49dd2f1c9d6efe314728d9ed9f7
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Nov 5 20:46:59 2009 +0100

    Fix missing files in make dist-generated tarballs.

 Makefile.am                              |    2 +-
 data/icons/Makefile.am                   |   11 ++++++++---
 gpe-demo/plugins/helloworld/Makefile.am  |    2 ++
 gpe-demo/plugins/pythonhello/Makefile.am |    2 ++
 4 files changed, 13 insertions(+), 4 deletions(-)

commit 07e114daaec1e04d5d2cf9d6cd0981989fb140c2
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Nov 5 19:48:05 2009 +0100

    [Plugin] Add plugin.get_info() and use it for directories.
    
    It is cleaner than the previous way of passing only the directories to
    the GPEPlugin constructor.
    
    plugin.get_install_dir() was removed because it is never used and its
    naming was inconsistent with the one in GPEPluginInfo.

 libgpe/gpe-plugin.c                       |   56 +++++++++++++---------------
 libgpe/gpe-plugin.h                       |    5 ++-
 loaders/c/gpe-plugin-loader-c.c           |    5 +--
 loaders/python/gpe-plugin-loader-python.c |    5 +--
 4 files changed, 31 insertions(+), 40 deletions(-)

commit 1e096558e312290eaa23f00d63799117bb52fd12
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Nov 5 19:22:12 2009 +0100

    [Plugin] Clean up use of private struct and properties.
    
    - Use G_OBJECT_WARN_INVALID_PROPERTY_ID
    - Use a priv pointer in GPEPlugin

 libgpe/gpe-plugin.c |   38 ++++++++++++++++++++------------------
 libgpe/gpe-plugin.h |    2 ++
 2 files changed, 22 insertions(+), 18 deletions(-)

commit d0b13079b34498ac849cb301955ff45b980b82f2
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Nov 5 19:11:10 2009 +0100

    [Loaders] Remove useless moduledir and  datadir arguments.
    
    Those arguments are actually data which is already provided by the
    GPEPluginInfo given as argument.

 libgpe/gpe-engine.c                       |    9 +------
 libgpe/gpe-plugin-loader.c                |    6 +---
 libgpe/gpe-plugin-loader.h                |    8 +-----
 loaders/c/gpe-plugin-loader-c.c           |   10 +++-----
 loaders/python/gpe-plugin-loader-python.c |   36 ++++++----------------------
 5 files changed, 17 insertions(+), 52 deletions(-)

commit ef34d916a40a061af17dd2fecb5314a7b9370b4c
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Thu Nov 5 13:20:10 2009 +0100

    Add some API docs.

 docs/reference/libgpe/tmpl/gpe-plugin-info.sgml |   16 ----
 libgpe/gpe-engine.c                             |   25 +++++++
 libgpe/gpe-plugin-info.c                        |   84 +++++++++++++++++++++++
 libgpeui/gpe-plugin-manager.c                   |    8 ++
 4 files changed, 117 insertions(+), 16 deletions(-)

commit 7df0ee23210ff53559f512e18feda91cd10d0f7f
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Nov 5 13:09:00 2009 +0100

    Add gtk-doc support to libgpe and libgpeui.

 .gitignore                                         |    1 +
 Makefile.am                                        |    2 +-
 configure.ac                                       |    4 +
 docs/Makefile.am                                   |    1 +
 docs/reference/Makefile.am                         |    1 +
 docs/reference/libgpe/.gitignore                   |   12 ++
 docs/reference/libgpe/Makefile.am                  |   77 ++++++++
 docs/reference/libgpe/libgpe-docs.sgml             |   29 +++
 docs/reference/libgpe/libgpe-sections.txt          |   81 +++++++++
 docs/reference/libgpe/libgpe.types                 |    3 +
 docs/reference/libgpe/tmpl/gpe-engine.sgml         |  187 ++++++++++++++++++++
 docs/reference/libgpe/tmpl/gpe-plugin-info.sgml    |  181 +++++++++++++++++++
 docs/reference/libgpe/tmpl/gpe-plugin.sgml         |  128 +++++++++++++
 docs/reference/libgpeui/.gitignore                 |   12 ++
 docs/reference/libgpeui/Makefile.am                |   73 ++++++++
 docs/reference/libgpeui/libgpeui-docs.sgml         |   26 +++
 docs/reference/libgpeui/libgpeui-sections.txt      |   16 ++
 docs/reference/libgpeui/libgpeui.types             |    1 +
 .../libgpeui/tmpl/gpe-plugin-manager.sgml          |   47 +++++
 19 files changed, 881 insertions(+), 1 deletions(-)

commit 1bba120f58d972edc9a6aa0939c2b454108ef93d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Fri Oct 30 16:38:24 2009 +0100

    Relicense files as LGPL. Fixes bug #599120.

 AUTHORS                                   |    6 +-
 COPYING                                   | 1112 ++++++++++++-----------------
 libgpe/gpe-dirs.c                         |   23 +-
 libgpe/gpe-dirs.h                         |   23 +-
 libgpe/gpe-engine.c                       |   23 +-
 libgpe/gpe-engine.h                       |   23 +-
 libgpe/gpe-object-module.c                |   23 +-
 libgpe/gpe-object-module.h                |   23 +-
 libgpe/gpe-plugin-info-priv.h             |   23 +-
 libgpe/gpe-plugin-info.c                  |   23 +-
 libgpe/gpe-plugin-info.h                  |   23 +-
 libgpe/gpe-plugin-loader.c                |   23 +-
 libgpe/gpe-plugin-loader.h                |   23 +-
 libgpe/gpe-plugin.c                       |   23 +-
 libgpe/gpe-plugin.h                       |   23 +-
 libgpeui/gpe-plugin-manager.c             |   23 +-
 libgpeui/gpe-plugin-manager.h             |   23 +-
 license_change                            |   16 +
 loaders/c/gpe-plugin-loader-c.c           |   23 +-
 loaders/c/gpe-plugin-loader-c.h           |   23 +-
 loaders/python/gpe-plugin-loader-python.c |   23 +-
 loaders/python/gpe-plugin-loader-python.h |   23 +-
 22 files changed, 690 insertions(+), 881 deletions(-)

commit 534bb0ea631e82b76f1b7bf64327a8d9d9663e39
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Nov 5 08:59:53 2009 +0100

    [Engine] Add get_active_plugins()
    
    This new method returns a NULL-terminated array of string useful to
    implement saving of the plugin configuration (as used by gedit).

 libgpe/gpe-engine.c |   21 +++++++++++++++++++++
 libgpe/gpe-engine.h |    1 +
 2 files changed, 22 insertions(+), 0 deletions(-)

commit f799969288fd9f6649dc542481364d33b83f8a9e
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Nov 4 23:23:49 2009 +0100

    [Engine] Add (de)activate_on_object virtual functions.
    
    Those virtual functions are used as hooks for the applications.

 libgpe/gpe-engine.c |   36 ++++++++++++++++++++++--------------
 libgpe/gpe-engine.h |   12 ++++++++----
 2 files changed, 30 insertions(+), 18 deletions(-)

commit a87df43d3dfb9e4c11bf51c0be47ecdbbbda9387
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Nov 4 20:44:21 2009 +0100

    [Python] Set install-dir and data-dir when instantiating plugin
    
    This fixes the wrong return values for Plugin.get_data_dir().

 loaders/python/gpe-plugin-loader-python.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 09fe284a33e9888a5f960a2ffb86c0878092f7ab
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 1 20:51:20 2009 +0100

    [Python] Install the .defs file.

 loaders/python/bindings/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 5e2709c4fbdd3095de4f019b2c6821f1dc8e8067
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 1 20:23:56 2009 +0100

    [Loaders] Add support for application's module directories.
    
    Those are to allow applications to make their bindings accessible to the
    various loaders easily. Currently it is used by gedit to allow its
    python plugins to load its bindings.

 gpe-demo/gpe-demo.c                       |    2 +-
 libgpe/gpe-engine.c                       |   29 +++++++++++++++++++++++++++--
 libgpe/gpe-engine.h                       |    3 ++-
 libgpe/gpe-plugin-loader.c                |   14 ++++++++++++++
 libgpe/gpe-plugin-loader.h                |    9 ++++++++-
 loaders/c/gpe-plugin-loader-c.c           |    8 ++++++++
 loaders/python/gpe-plugin-loader-python.c |   15 ++++++++++++++-
 7 files changed, 74 insertions(+), 6 deletions(-)

commit 9b01f66319743d0fb7210cfb1a819f55462dbd6d
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 1 17:23:32 2009 +0100

    [GPEEngine] Change the way plugin directories are specified.
    
    The plugin directories are now registered using a method instead of a
    construct properties. It makes it easier to set directories known at
    runtime (like home directories or env vars).

 gpe-demo/gpe-demo.c           |   14 ++++-------
 libgpe/Makefile.am            |    1 -
 libgpe/gpe-engine.c           |   54 ++++++++++++++++++++++++----------------
 libgpe/gpe-engine.h           |   11 +++++---
 libgpe/gpe-path-info.h        |   11 --------
 libgpe/gpe-plugin-info-priv.h |    7 ++++-
 6 files changed, 50 insertions(+), 48 deletions(-)

commit b62757452b638a5825882cff5eaee5e48941f061
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 1 16:13:50 2009 +0100

    [GPEEngine] Simplify the plugin info loading logic
    
    This logic could be simplified a lot by taking advantage of the recent
    changes in the engine, namely the direct loader loading and the path
    info stuff.

 libgpe/gpe-engine.c |  106 +++++++++++++++++---------------------------------
 1 files changed, 36 insertions(+), 70 deletions(-)

commit d8b3200fe5bea5cfce8b4d65726c5787f929a17e
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 1 15:47:12 2009 +0100

    [GPEEngine] Do not load all the plugin loaders.
    
    Before this patch, loaders were all loaded when an unknown loader was
    requested. OTOH the actual instantiation of the loader was delayed until
    a plugin actually needs it. The downside of this approach is that the
    python libraries were linked as soon as any plugin was loaded.
    
    Now, we only try to load the plugin loader which has the right filename
    when a plugin requests a loader not available yet, so we won't actually
    link to anything unless it becomes necessary. Downside is that we are
    now very dependant on the filename, but as we control the loaders (we
    dont allow third party loaders for now), it doesn't matter.

 libgpe/gpe-engine.c |  132 +++++++++++++++++++--------------------------------
 1 files changed, 49 insertions(+), 83 deletions(-)

commit b0ca01c7446e6a0d6d0ad72dcb3e0689a5bd08c6
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 1 14:45:47 2009 +0100

    [PythonLoader] Ensure libgpe and libgpeui can be imported
    
    This is done by explicitely prepending our pyexecdir into sys.path, so
    python can know where to load the bindings from when an app links
    against libgpe.
    
    Prepending ensures the current version of the bindings will be picked
    if there is an older version available somewhere else in sys.path.

 loaders/python/Makefile.am                |    1 +
 loaders/python/gpe-plugin-loader-python.c |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

commit 5964aa28c6d032cf8afc31e9d44bba34eca0269b
Author: Steve Frécinaux <code@istique.net>
Date:   Sun Nov 1 13:27:02 2009 +0100

    [GPEEngine] use a strv as the set_active_plugins() argument.
    
    strv aka const char** seems more often used than glists, because it
    makes it easier to know what's the actual content of the list/array
    is.
    
    Moreover, GSettings uses strv as the type for string lists, so it seems
    sane to use it here as well, as set_active_plugins() is going to be used
    with GSettings or GConf like 99% of the time.

 libgpe/gpe-engine.c |   28 +++++++++++++++++++++-------
 libgpe/gpe-engine.h |    4 ++--
 2 files changed, 23 insertions(+), 9 deletions(-)

commit 7ad8843038eb45bdc6be3ce1fe47f19e8dfcd0d9
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 29 00:53:34 2009 +0100

    Add a pkgconfig file for libgpe and libgpeui.

 .gitignore              |    3 ++-
 configure.ac            |    2 ++
 data/Makefile.am        |    5 +++++
 data/libgpe-2.0.pc.in   |   11 +++++++++++
 data/libgpeui-2.0.pc.in |   11 +++++++++++
 5 files changed, 31 insertions(+), 1 deletions(-)

commit 07a4418f6db74166862179fbc156492a59aa4e3b
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 29 13:29:31 2009 +0100

    [GPEEngine] Do not free the list in set_active_plugin_list()
    
    As the list is passed as an argument to set_active_plugin_list(), there
    is no reason to free it, as we can't even know it is free-able.

 libgpe/gpe-engine.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 0fe1b8acbf2d7b16657dba3c69eb7ee28810452b
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 29 00:46:20 2009 +0100

    Install headers to the right location.

 libgpe/Makefile.am   |    3 +++
 libgpeui/Makefile.am |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 741ee5e559842c442918b7837422ca104dcfb476
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 29 00:38:36 2009 +0100

    [GPEEngine] Use the app name as the plugin description header
    
    The engine now looks for a [<AppName> Plugin] section instead of
    hardcoding gedit.

 .../plugins/helloworld/helloworld.gpedemo-plugin   |    2 +-
 .../plugins/pythonhello/pythonhello.gpedemo-plugin |    2 +-
 libgpe/gpe-engine.c                                |    8 ++--
 libgpe/gpe-plugin-info-priv.h                      |    4 ++-
 libgpe/gpe-plugin-info.c                           |   33 ++++++++++++--------
 5 files changed, 29 insertions(+), 20 deletions(-)

commit 5a5a4302932f33af6bb556b9387da53552f8d2b6
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 29 00:28:35 2009 +0100

    [GPEEngine] Add property "app-name" to specify the application name.
    
    This property is used to create the file extension for plugins.

 gpe-demo/gpe-demo.c                                |    2 +-
 gpe-demo/plugins/helloworld/Makefile.am            |    2 +-
 .../plugins/helloworld/helloworld.gedit-plugin     |    8 ---
 .../plugins/helloworld/helloworld.gpedemo-plugin   |    8 +++
 gpe-demo/plugins/pythonhello/Makefile.am           |    2 +-
 .../plugins/pythonhello/pythonhello.gedit-plugin   |    9 ---
 .../plugins/pythonhello/pythonhello.gpedemo-plugin |    9 +++
 libgpe/gpe-engine.c                                |   52 ++++++++++++++++++--
 libgpe/gpe-engine.h                                |    3 +-
 9 files changed, 69 insertions(+), 26 deletions(-)

commit 5368792da0550fd6929d42c4cb0b19dd6c3d5085
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Oct 28 14:33:06 2009 +0100

    Add a sample python plugin to gpe-demo.

 configure.ac                                       |    1 +
 gpe-demo/gpe-demo.c                                |    4 +++
 gpe-demo/plugins/Makefile.am                       |    2 +-
 gpe-demo/plugins/pythonhello/Makefile.am           |    7 ++++++
 .../plugins/pythonhello/pythonhello.gedit-plugin   |    9 ++++++++
 gpe-demo/plugins/pythonhello/pythonhello.py        |   22 ++++++++++++++++++++
 gpe-demo/plugins/pythonhello/pythonhello.pyc       |  Bin 0 -> 1015 bytes
 7 files changed, 44 insertions(+), 1 deletions(-)

commit 255b296b2f898270bcbf7b27e35a186cfc428545
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Oct 28 14:08:47 2009 +0100

    [GPEEngine] Fix typo that made plugin loading misbehave.
    
    All plugins ended up loaded after an object was registered on the engine.

 libgpe/gpe-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 01ae2aa6a0fb6df4f13c107c2a70f8a66e7fb595
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Oct 28 14:32:07 2009 +0100

    [Python bindings] Add the ability to override gpe.Plugin methods.
    
    This makes it actually possible for python plugins to do something...

 loaders/python/bindings/libgpe.defs.extra |   33 +++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

commit a40abed265b31741c46f8ea76bca44bb2fbeed77
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Oct 28 12:20:23 2009 +0100

    Import a simplified version of gedit's python loader.
    
    This python loader doesn't register the python stuff itself (it uses
    the standalone libgpe module instead) and doesn't currently use a
    proxy object. The rationale, as discussed with jessevdk, is that we
    should use proper subclassing "the PyGObject way" instead of emulating
    it ourselves.

 loaders/Makefile.am                       |    6 +-
 loaders/python/Makefile.am                |   30 ++
 loaders/python/bindings/Makefile.am       |    2 +-
 loaders/python/bindings/libgpemodule.c    |    3 +
 loaders/python/gpe-plugin-loader-python.c |  652 +++++++++++++++++++++++++++++
 loaders/python/gpe-plugin-loader-python.h |   62 +++
 6 files changed, 753 insertions(+), 2 deletions(-)

commit b37d9d95780633918516772cf42f5201e18ae0e4
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Oct 23 19:31:15 2009 +0200

    Introduce python bindings.
    
    Those are not perfect yet as they don't allow creating a new engine and
    as API coverage is not complete yet anyway, but it will serve as a base
    for the python loader.

 .gitignore                                |    3 +-
 acinclude.m4                              |   24 ++++++
 autogen.sh                                |    2 +-
 configure.ac                              |  113 ++++++++++++++++++++++++++++-
 libgpe/gpe-plugin-info-priv.h             |    3 +-
 libgpe/gpe-plugin-info.c                  |   10 +--
 loaders/Makefile.am                       |    2 +-
 loaders/python/Makefile.am                |    1 +
 loaders/python/bindings/Makefile.am       |   54 ++++++++++++++
 loaders/python/bindings/helpers.c         |   23 ++++++
 loaders/python/bindings/libgpe.defs.extra |    8 ++
 loaders/python/bindings/libgpe.override   |   17 +++++
 loaders/python/bindings/libgpemodule.c    |   51 +++++++++++++
 13 files changed, 296 insertions(+), 15 deletions(-)

commit 0b7dfdb3540f0edb86e2224e0585641c2a5efcce
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Oct 23 19:34:24 2009 +0200

    Remove plugin-related get_foo_dir() functions.
    
    Now those are given by the host application to the engine...

 libgpe/gpe-dirs.c |   20 --------------------
 libgpe/gpe-dirs.h |    2 --
 2 files changed, 0 insertions(+), 22 deletions(-)

commit fa0a999a2509c7ad4b456a2c75c4af6636299b8d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Fri Oct 23 19:11:12 2009 +0200

    Manage dirs on win32 too.

 libgpe/gpe-dirs.c |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

commit f1ff16c674797835cf084cfe9a55dd6143baa110
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Oct 23 13:55:21 2009 +0200

    Add plugin icon from Eye Of Gnome and use it as default.

 Makefile.am                           |    2 +-
 configure.ac                          |    2 +
 data/Makefile.am                      |    1 +
 data/icons/16x16/libgpe-plugin.png    |  Bin 0 -> 719 bytes
 data/icons/16x16/libgpe-plugin.svg    |  213 +++++++++++++
 data/icons/22x22/libgpe-plugin.png    |  Bin 0 -> 1079 bytes
 data/icons/22x22/libgpe-plugin.svg    |  377 +++++++++++++++++++++++
 data/icons/32x32/libgpe-plugin.png    |  Bin 0 -> 1462 bytes
 data/icons/32x32/libgpe-plugin.svg    |  527 +++++++++++++++++++++++++++++++++
 data/icons/Makefile.am                |   30 ++
 data/icons/scalable/libgpe-plugin.svg |  339 +++++++++++++++++++++
 libgpe/gpe-plugin-info.c              |    4 +-
 12 files changed, 1492 insertions(+), 3 deletions(-)

commit 99b65222ce921d8921d9ce12870a3468cd9bee09
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Oct 23 13:30:03 2009 +0200

    [GPEEngine] Drop gconf stuff and rework stuff accordingly.
    
    All the gedit prefs manager stuff has been dropped. The "load active
    plugins on first load" stuff has also been dropped in favor of a
    post-initialization active plugin list synchronization.

 libgpe/gpe-engine.c |   70 +++-----------------------------------------------
 libgpe/gpe-engine.h |   10 +++---
 2 files changed, 10 insertions(+), 70 deletions(-)

commit a2921e788483328d5da45a657bb8e7c0555ebf89
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Oct 23 13:17:21 2009 +0200

    Introduce libgpeui, including the plugin manager.
    
    This plugin manager is a port of gedit's GeditPluginManager.

 Makefile.am                   |    2 +-
 configure.ac                  |    1 +
 gpe-demo/Makefile.am          |    3 +-
 gpe-demo/gpe-demo.c           |   21 +
 libgpeui/Makefile.am          |   21 +
 libgpeui/gpe-plugin-manager.c |  963 +++++++++++++++++++++++++++++++++++++++++
 libgpeui/gpe-plugin-manager.h |   76 ++++
 7 files changed, 1085 insertions(+), 2 deletions(-)

commit 196be53a240e7340c7d085c8fcfad44024b66618
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Oct 23 10:26:49 2009 +0200

    Remove generated libtool script file.

 .gitignore        |    1 +
 gpe-demo/gpe-demo |  148 -----------------------------------------------------
 2 files changed, 1 insertions(+), 148 deletions(-)

commit dd30245a6000055f9d2a8cb7b46548660062658d
Author: Steve Frécinaux <code@istique.net>
Date:   Fri Oct 23 09:25:00 2009 +0200

    [gpe-demo] Add a "Hello World" plugin.
    
    This sample gpe-demo plugin will add a "Hello World" label to every
    window handled by the GPE engine.

 configure.ac                                       |    2 +
 gpe-demo/Makefile.am                               |    2 +
 gpe-demo/gpe-demo.c                                |   17 +++-
 gpe-demo/plugins/Makefile.am                       |    1 +
 gpe-demo/plugins/helloworld/Makefile.am            |   17 +++
 .../helloworld/gpedemo-hello-world-plugin.c        |  104 ++++++++++++++++++++
 .../helloworld/gpedemo-hello-world-plugin.h        |   37 +++++++
 .../plugins/helloworld/helloworld.gedit-plugin     |    8 ++
 8 files changed, 187 insertions(+), 1 deletions(-)

commit 9eb0752338fc6de1933f7c843b761c9351190359
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 22 22:28:36 2009 +0200

    Add a new gpe-demo sample program.
    
    This program uses the GPE engine to do something with the empty windows
    it creates...

 Makefile.am          |    2 +-
 configure.ac         |    1 +
 gpe-demo/Makefile.am |   12 ++++
 gpe-demo/gpe-demo    |  148 ++++++++++++++++++++++++++++++++++++++++++++++++++
 gpe-demo/gpe-demo.c  |   89 ++++++++++++++++++++++++++++++
 5 files changed, 251 insertions(+), 1 deletions(-)

commit 205e266a0e3529d95502a9a34958ae385cfee149
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 22 20:27:20 2009 +0200

    [GPEEngine] Allow specifying directories where to look for plugins.

 libgpe/Makefile.am            |    1 +
 libgpe/gpe-engine.c           |  154 +++++++++++++++--------------------------
 libgpe/gpe-engine.h           |    4 +-
 libgpe/gpe-path-info.h        |   11 +++
 libgpe/gpe-plugin-info-priv.h |    6 ++-
 libgpe/gpe-plugin-info.c      |   25 +++++++-
 libgpe/gpe-plugin-info.h      |    2 +
 7 files changed, 101 insertions(+), 102 deletions(-)

commit 0bdaac0eb855ad4c9789afacda74da429671144d
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 22 09:32:22 2009 +0200

    Install gpe-engine.h.
    
    This header is required for apps to actually use the plugins engine...

 libgpe/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 6dffa2a2c7415f0d67b6e1f15712df1793e0a328
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 22 01:11:24 2009 +0200

    Add helper method to create a new plugin engine.

 libgpe/gpe-engine.c |    6 ++++++
 libgpe/gpe-engine.h |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit a8952b9e7b8bfdc4e5ad32841708492cf0998347
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Oct 22 00:27:57 2009 +0200

    Import gedit's C plugin system as GPE.
    
    The Gedit namespace has been replaced by a GPE namespace which means
    "Gedit Plugins Engine" or "Gnome Plugins Engine" as you prefer.
    
    Only the C loader has been imported so far, and there are still a few
    gedit-isms within the source code.

 .gitignore                      |   53 +++
 AUTHORS                         |   12 +
 COPYING                         |  674 ++++++++++++++++++++++++++++++
 INSTALL                         |  302 ++++++++++++++
 Makefile.am                     |    4 +
 autogen.sh                      |   22 +
 configure.ac                    |  135 ++++++
 libgpe/Makefile.am              |   37 ++
 libgpe/gpe-dirs.c               |   69 +++
 libgpe/gpe-dirs.h               |   40 ++
 libgpe/gpe-engine.c             |  873 +++++++++++++++++++++++++++++++++++++++
 libgpe/gpe-engine.h             |  103 +++++
 libgpe/gpe-object-module.c      |  315 ++++++++++++++
 libgpe/gpe-object-module.h      |   80 ++++
 libgpe/gpe-plugin-info-priv.h   |   59 +++
 libgpe/gpe-plugin-info.c        |  345 +++++++++++++++
 libgpe/gpe-plugin-info.h        |   55 +++
 libgpe/gpe-plugin-loader.c      |  132 ++++++
 libgpe/gpe-plugin-loader.h      |   90 ++++
 libgpe/gpe-plugin.c             |  277 +++++++++++++
 libgpe/gpe-plugin.h             |  147 +++++++
 loaders/Makefile.am             |    1 +
 loaders/c/Makefile.am           |   16 +
 loaders/c/gpe-plugin-loader-c.c |  179 ++++++++
 loaders/c/gpe-plugin-loader-c.h |   59 +++
 po/LINGUAS                      |    3 +
 po/POTFILES.in                  |    9 +
 po/POTFILES.skip                |    2 +
 28 files changed, 4093 insertions(+), 0 deletions(-)
