summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added Occitan translation1.6Cédric Valmary2015-05-182-0/+180
|
* Post release bump versionIgnacio Casal Quinteiro2013-01-051-1/+1
|
* Prevent python from generating binary filesPaolo Borelli2013-01-052-4/+3
| | | | | Do not generate .pyc and __pycache__ files in the tests: they are not needed and break distcheck
* Updated Friulian translationTmTFx2012-12-282-0/+139
|
* Updated Kannada TranslationsShankar Prasad2012-12-101-18/+24
|
* Updated Odia Translation with FUEL implementation.ManojKumar Giri2012-12-031-0/+141
|
* Added Odia Language into the List.ManojKumar Giri2012-12-031-0/+1
|
* Release 1.6.2libpeas-1.6.2Javier Jardón2012-11-251-0/+9
|
* Fix another gjs single-include issue instanceRyan Lortie2012-11-221-0/+1
| | | | | | | The tests have the same problem as the loader itself and the last commit missed that. Fix it too. https://bugzilla.gnome.org/show_bug.cgi?id=688617
* Workaround gjs single-include issueRyan Lortie2012-11-211-0/+1
| | | | | | | | | | | | | | gjs features single-include guards for the headers in gjs/ with gjs/gjs-module.h being the only header you are supposed to include. Unfortunately, the headers in gi/ (which do not appear to have their own master include file) individually include files from gjs/. We can workaround the issue by first #include <gjs/gjs-module.h> which will skip the single-include guard on the files the second time they get included (from the headers in gi/). https://bugzilla.gnome.org/show_bug.cgi?id=688617
* Added slovak translationRichard Stanislavský2012-10-222-0/+153
|
* Post release bump versionIgnacio Casal Quinteiro2012-10-161-1/+1
|
* Release 1.6.1libpeas-1.6.1Ignacio Casal Quinteiro2012-10-161-0/+8
|
* Added kn.po, updated Kannada translation and added kn to LINGUAS fileShankar Prasad2012-10-142-0/+137
|
* Better SIGINT handling for python signals moduleJesse van den Kieboom2012-10-121-0/+38
| | | | | | | | | | | | | | Even though PyInitialize_Ex does not initialize signal handlers, the python signal module does install a handler for SIGINT when the handler for SIGINT is set to SIG_DFL on importing the signal module. To avoid applications not handling SIGINT we set a custom SIGINT handler (if the current SIGINT handler is SIG_DFL) before initializing the python interpreter. This signal handler when invoked simply chains to the default SIGINT handler. https://bugzilla.gnome.org/show_bug.cgi?id=682014
* Post release version bumpIgnacio Casal Quinteiro2012-09-251-1/+1
|
* Release 1.6.0libpeas-1.6.0Ignacio Casal Quinteiro2012-09-252-1/+20
|
* Updated Latvian translationRūdolfs Mazurs2012-09-231-22/+22
|
* Remove the vala demo pluginGarrett Regier2012-09-216-149/+0
| | | | | | The vala plugin keeps breaking the build to Vala breaking API so just remove it. https://bugzilla.gnome.org/show_bug.cgi?id=684457
* Add min required and max allowed version for glib and GdkGarrett Regier2012-09-211-1/+7
|
* Free the string passed to g_test_add() immediatelyGarrett Regier2012-09-211-17/+12
|
* Add peas_plugin_info_get_external_data() to the docsGarrett Regier2012-09-211-0/+1
|
* Updated Thai translationAkom Chotiphantawanon2012-09-211-27/+36
|
* hindi update by Chandan KumarRajesh Ranjan2012-09-211-51/+57
|
* Updated Polish translationPiotr Drąg2012-09-041-13/+15
|
* [l10n]Updated Turkish translationMuhammet Kara2012-09-041-37/+40
|
* Updated Galician translationsFran Diéguez2012-09-011-8/+12
|
* Implemented FUEL entries to Assamese translationNilamdyuti Goswami2012-08-281-1/+1
|
* Added Marathi TranslationsSandeep Sheshrao Shedmake2012-08-162-0/+142
|
* Added Bengali India TranslationsSayak Sarkar2012-08-142-0/+141
|
* Updated gujarati fileSweta Kothari2012-08-061-39/+41
|
* Release 1.5.0libpeas-1.5.0Ignacio Casal Quinteiro2012-07-172-2/+21
|
* Warn if activate or deactivate are not implementedGarrett Regier2012-07-171-4/+6
| | | https://bugzilla.gnome.org/show_bug.cgi?id=679508
* Fix style issues in python test pluginGarrett Regier2012-07-171-2/+1
| | | https://bugzilla.gnome.org/show_bug.cgi?id=678339
* Find extension construct properties also in interface prerequisitesGarrett Regier2012-07-178-6/+184
| | | | | | Based on patch by Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch> https://bugzilla.gnome.org/show_bug.cgi?id=679995
* Use G_VALUE_INIT in the GJS and Seed plugin loadersGarrett Regier2012-07-172-2/+2
|
* Fix interface sorting in GJS and SeedGarrett Regier2012-07-172-14/+44
|
* Mention the section name for malformed .plugin filesBastien Nocera2012-07-061-2/+2
| | | | | | | This would have saved me some time, trying to port an old plugin with the section "[Totem Plugin]" instead of "[Plugin]". https://bugzilla.gnome.org/show_bug.cgi?id=679507
* Updated Greek translationTom Tryfonidis2012-06-141-41/+43
|
* [l10n] Updated Indonesian translationAndika Triwidada2012-05-151-27/+37
|
* Make position signed in peas_engine_insert_search_path()Garrett Regier2012-04-161-1/+1
| | | | peas_engine_add_search_path() passes -1 as the position and g_list_insert() expects a gint not guint.
* Simplify valist to parameter list helperGarrett Regier2012-04-164-61/+13
| | | | | | We only use it for interface types so there is no need to support object types and the type_struct is only ever used for the helper.
* Set the default engine in init() and not constructor()Garrett Regier2012-04-162-13/+33
| | | | | | We set the default engine in init() because if a plugin is loaded and it needs the default engine then a different engine would be returned as the default engine would not have been set yet.
* Add peas_engine_prepend_search_path()Danielle Madeley2012-04-163-15/+47
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=674029
* Prioritize the initial GType when using peas_extension_call*()Garrett Regier2012-04-091-1/+14
| | | | | Otherwise the incorrect interface could be called if they have the same method name.
* Fix names in glade catalogEdward Sheldrake2012-03-281-1/+1
| | | | | | Fix library name and gtk-doc book name in glade catalog. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=669114
* Added peas_plugin_info_get_external_data()Garrett Regier2012-03-285-0/+66
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671934
* Remove trailing whitespaceGarrett Regier2012-03-282-2/+2
|
* Use proper property ids in object wrapperGarrett Regier2012-03-281-10/+8
| | | | Otherwise object could have properties with the same ID.
* Test calling call_multi_args() with peas_extension_call()Garrett Regier2012-03-281-0/+10
| | | | The other call tests test that it works with peas_extension_call().