summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added Occitan translation1.2Cédric Valmary2015-05-182-0/+180
|
* Annotate PeasPluginInfo return values as transfer noneGarrett Regier2011-10-053-3/+4
| | | | | | Otherwise GObject-Introspection says that it is transfer full. https://bugzilla.gnome.org/show_bug.cgi?id=660524
* Post release version bump for 1.2.1Steve Frécinaux2011-10-051-2/+2
|
* Release 1.2.0libpeas-1.2.0Garrett Regier2011-09-262-3/+29
|
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-241-12/+12
|
* Bind plugin module symbols globallyGarrett Regier2011-09-231-1/+4
| | | Binding locally broke the Python plugin loader.
* Fix two "no link for" gtk-doc warningsGarrett Regier2011-09-232-3/+3
|
* Fix unused variable warningsGarrett Regier2011-09-231-1/+1
|
* Updated Esperanto translationTiffany Antopolski2011-09-221-35/+34
|
* Updated Assamese translationNilamdyuti Goswami2011-09-221-33/+27
|
* Added Telugu Translationipraveen2011-09-221-0/+1
|
* Updated Telugu Translationipraveen2011-09-221-0/+130
|
* Post-release version bump for 1.1.5Garrett Regier2011-09-211-2/+2
|
* Release 1.1.4libpeas-1.1.4Garrett Regier2011-09-211-0/+17
|
* Improve the Python plugin loader's warningsGarrett Regier2011-09-211-5/+7
|
* Remove obsolete PyGObject checks and commentsGarrett Regier2011-09-212-22/+1
|
* Fix to work with PyGObject 3Garrett Regier2011-09-211-3/+3
| | | If the major versions do not match pygobject_init() fails.
* Merge test plugins extension-gjs and extension-seedGarrett Regier2011-09-1911-66/+43
|
* Do not test the properties for C extensionsGarrett Regier2011-09-196-264/+30
| | | | Because C extensions are no longer wrapped testing the properties is just pointless.
* Disable log hooks used by PyGobject and SeedGarrett Regier2011-09-182-1/+12
| | | https://bugzilla.gnome.org/show_bug.cgi?id=648436
* Avoid a double unref and a possible unallowed unrefGarrett Regier2011-09-181-4/+1
| | | | | | The unallowed unref comes from the GTypeModule and the fact that it cannot be unreffed after certain things happen but the documentation is not specific about it.
* Add an initialize vfunc to PeasPluginLoaderGarrett Regier2011-09-184-58/+54
| | | | This allows the Python loader to fail and avoid having to check if it has failed at every API call.
* Fix the Seed plugin loader when extensions is not an objectGarrett Regier2011-09-181-5/+8
| | | | Before if the extensions was not an object it would not warn and would return TRUE which could later cause a seg fault.
* Adds tests for a nonexistent plugin for all loadersGarrett Regier2011-09-1810-13/+118
| | | This also fixes the Seed loader so it does not seg fault.
* Allow the copyright to be a string list and join it with newlinesGarrett Regier2011-09-181-3/+9
|
* Bind module symbols locally and immediatelyGarrett Regier2011-09-181-1/+1
| | | | This allows us to fail when loading a plugin that has an undefined symbol.
* Cleanup the docs a bitGarrett Regier2011-09-185-27/+22
|
* Do not expose the old peas_extension_set_call* API to g-ir-scannerGarrett Regier2011-09-181-1/+1
| | | | We hide all the peas_extension_set_call* API as this deprecated API is not in a good shape for GI anyway.
* Tell gtk-doc about our deprecation guardsGarrett Regier2011-09-181-2/+2
|
* Print the test report name for easy viewingGarrett Regier2011-09-181-1/+3
|
* libintrospection does not use libpeasGarrett Regier2011-09-181-4/+1
|
* Fix a few typosGarrett Regier2011-09-183-4/+4
|
* Fix test reporting when $srcdir != $builddirGarrett Regier2011-09-181-2/+2
|
* Use peas_extension_set_foreach() in the demoGarrett Regier2011-09-181-1/+3
|
* Fix building introspection when libpeas is not installedGarrett Regier2011-09-182-2/+4
|
* Added asturian languageXandru Armesto2011-09-171-0/+1
|
* Updated asturian translationXandru Armesto2011-09-171-0/+151
|
* Added Belarusian translation.Ihar Hrachyshka2011-09-162-0/+127
|
* Added Thai translation.Akom Chotiphantawanon2011-09-162-0/+130
|
* Post-release version bump for 1.1.4Steve Frécinaux2011-08-301-2/+2
|
* Release 1.1.3libpeas-1.1.3Steve Frécinaux2011-08-301-0/+7
|
* Force the Glade catalog to install in libpeas' prefix.Steve Frécinaux2011-08-301-1/+2
| | | | | | | We should never try to install stuff outside of the prefix we were assigned, due to permission errors, etc. https://bugzilla.gnome.org/show_bug.cgi?id=654106
* Fix typo in configure.acSteve Frécinaux2011-08-301-1/+1
|
* Do not expose the old peas_extension_* API to g-ir-scanner.Steve Frécinaux2011-08-301-2/+4
| | | | | | | | | | | g-ir-scanner chokes because it fails to associate the GObject type returned by the fake _get_type() method with the 'Peas' namespace we use for this library. So we hide all the peas_extension API as the rest of this deprecated API is not in a good shape in GI anyway. Adapted from a patch of Pavel Holejsovsky. https://bugzilla.gnome.org/show_bug.cgi?id=657586
* Fix undefined value in extension set tests.Steve Frécinaux2011-08-301-1/+1
|
* Fix warning when running the demoGarrett Regier2011-08-281-0/+1
|
* Fix all undocumented symbolsGarrett Regier2011-08-289-0/+85
|
* Update the image of the PeasGtkPluginManagerGarrett Regier2011-08-281-0/+0
|
* Add a test for peas_extension_set_foreach()Garrett Regier2011-08-281-0/+24
|
* Remove unneeded PeasPluginInfo (un)refsGarrett Regier2011-08-282-16/+1
| | | | | Because these are tied to the lifetime of the PeasEngine (un)refing them in unneeded.