- Sep 16, 2018
-
-
Tim-Philipp Müller authored
-
- Jul 20, 2018
-
-
Tim-Philipp Müller authored
-
- May 17, 2018
-
-
Tim-Philipp Müller authored
-
- May 14, 2018
-
-
PyMapping_GetItemString’ discards ‘const’ qualifier from pointer target type https://bugzilla.gnome.org/show_bug.cgi?id=796093
-
- Apr 28, 2018
- Apr 08, 2018
-
-
Thibault Saunier authored
-
- Apr 03, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 03, 2018
-
-
Tim-Philipp Müller authored
-
- Feb 23, 2018
-
-
If someone wants to put the overrides in a non-standard location, they can use the --with-pygi-overrides-dir option. The default is to put them in ${pyexecdir}/gi/overrides Fixes make distcheck https://bugzilla.gnome.org/show_bug.cgi?id=793756
-
- Feb 22, 2018
-
-
-
Thibault Saunier authored
It doesn't exist anymore there
-
It can have been initialized by some C code (in a C app with plugins for example). Fixes https://bugzilla.gnome.org/show_bug.cgi?id=788088
-
Sebastian Dröge authored
We need a 64 bit integer, and previously the test failed because it was already created from longs in various cases (e.g. when reading from a GstStructure).
-
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
Mathieu Duponchelle authored
Also rename misleading parameter (*kwargs -> *args) https://bugzilla.gnome.org/show_bug.cgi?id=793493
-
Tim-Philipp Müller authored
-
- Feb 14, 2018
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jan 23, 2018
-
-
Sebastian Dröge authored
-
- Aug 03, 2017
-
-
Thibault Saunier authored
-
- Jul 30, 2017
-
-
Thibault Saunier authored
gcc warns about possibly unintialized use of it (even if it can't actually happen)
-
- Jul 26, 2017
-
-
Thibault Saunier authored
- Make sure to never have root folder in sys.path when running meson, as pythondetector won't be able to access gi._overridesdir - Generate a mesonconfig.py file that will be used by the testsuite to know where meson generated files, making `python -m unittest` working.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
No reason to have one file per type and it makes it more complicated to handle.
-
Thibault Saunier authored
We are making it behave like a dict, so we should provide the same kind of utilities.
-
Thibault Saunier authored
Otherwise we lose the information about what type of range it is, which is mandatory, especially when dealing with Structure and Caps.
-
Thibault Saunier authored
-
- May 21, 2017
-
-
Olivier Crête authored
They use the range() built-in type which is a Python 3 change. https://bugzilla.gnome.org/show_bug.cgi?id=782927
-
Olivier Crête authored
This is required by the new loader macro.
-
- May 04, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 27, 2017
-
-
Sebastian Dröge authored
-
- Apr 07, 2017
-
-
Sebastian Dröge authored
-
- Mar 27, 2017
-
-
Nicolas Dufresne authored
This is needed to support matrix. Otherwise, getting a matrix would remove the rows envelopess, which would make the "cast" fails, since it would not know if the internal rows are ValueArray or ValueList. I think reading, modifying and setting back the matrix is an important use case.
-
Nicolas Dufresne authored
This reduces a lot the boiler plate all over. At the same time, use N instead of O when passing PyObject to fix the objects leaks.
-
- Mar 24, 2017
-
-
Nicolas Dufresne authored
-