summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 590063 – GFileInfo.list_attributes should accept None/NULLGian Mario Tagliaretti2009-08-081-2/+2
|
* Remove myself as a maintainerJohan Dahlin2009-07-242-11/+0
|
* * codegen/defsgen.py (clean_patterns): Strip out Windows DLL API macros.John Finlay2009-07-081-3/+3
|
* Fix the gio.unix namespace in docsGian Mario Tagliaretti2009-06-236-28/+42
|
* Add docs for gio functions (mostly for content types)Gian Mario Tagliaretti2009-06-223-0/+398
|
* Add docs for gio.Unix[In|Out]putStream classesGian Mario Tagliaretti2009-06-214-0/+410
|
* Document that many functions got moved gobject -> glibPaul Pogonyshev2009-06-211-0/+7
|
* Add docs for class gio.DataOutputStreamGian Mario Tagliaretti2009-06-203-0/+507
|
* Allow h2def.py to work when there are tabs or multiple spaces after the ↵Murray Cumming2009-06-181-4/+4
| | | | struct keyword.
* Add dpcs for class gio.DataInputStreamGian Mario Tagliaretti2009-06-154-0/+868
|
* Fix build when builddir is not the same as srcdirTheppitak Karoonboonyanan2009-06-151-1/+1
| | | | Bug #585817.
* Make gio.Emblem constructor new-stylePaul Pogonyshev2009-06-152-4/+52
| | | | | Add optional 'origin' parameter. Expand gio.Emblem documentation and mark gio.emblem_new_with_origin as sort-of-deprecated.
* Add docs for gio.BufferedOutputStream classGian Mario Tagliaretti2009-06-133-47/+325
|
* Fix gio.BufferedInputStream docsGian Mario Tagliaretti2009-06-131-2/+32
| | | | Added the constructor reference and fixed a typo in properties header
* Add docs for gio.BufferedInputStreamGian Mario Tagliaretti2009-06-133-0/+434
|
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-125-218/+218
| | | | | Also move several gio.Mount overrides over from 'gio.override' to existing 'gmount.override'. Part of bug #584289.
* Make codegen report errors using Python function/method namesPaul Pogonyshev2009-06-122-5/+14
| | | | Part of bug #584289.
* Fix object type in gio.BufferedInputStream_fill_asyncGian Mario Tagliaretti2009-06-121-1/+1
|
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-094-0/+97
| | | | Wrap the method gio.BufferedInputStream.fill_async and add a test
* Add gio.BufferedOutputStream which was forgotten in the types definitionGian Mario Tagliaretti2009-06-091-0/+7
|
* Add docs for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-093-0/+178
|
* Split overrides for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-094-24/+47
|
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-098-35/+252
| | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test.
* Fixes whitespaces style issues with girepository.Simon van der Linden2009-06-085-40/+39
|
* Removes the header but the modeline in test_girepository.py.Simon van der Linden2009-06-081-25/+1
|
* Adds overrides modules from PyBank.Simon van der Linden2009-06-085-2/+26
|
* Disables the tests that fail in tests/test_girepository.py.Simon van der Linden2009-06-081-60/+182
|
* Imports test_girepository.py from former PyBank's everything_unittest.py.Simon van der Linden2009-06-081-0/+288
|
* Introduces the girepository module from the former PyBank.Simon van der Linden2009-06-0814-32/+2799
|
* Fix the docs for gio.FilterOutputStreamGian Mario Tagliaretti2009-06-021-3/+3
|
* Add gio.FilterOutputStream docsGian Mario Tagliaretti2009-06-023-0/+155
|
* Add gio.FilterInputStream docsGian Mario Tagliaretti2009-06-023-0/+155
|
* Add API appeared in 2.20 but not marked as such in gio docsGian Mario Tagliaretti2009-06-021-0/+30
|
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-027-1/+358
| | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test.
* Fix gio.FileInputStream docsGian Mario Tagliaretti2009-06-021-16/+9
| | | | Add implemented interface section and remove a method description
* Fix the method nameGian Mario Tagliaretti2009-06-011-7/+7
|
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-017-0/+321
| | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test.
* Install executable codegen parts with executing permissionsPaul Pogonyshev2009-05-318-11/+18
| | | | Also add shebang where it was missing. Bug #583979.
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-316-72/+300
| | | | | | | Wrap the functions and their corresponding *_finish() functions. Create 'gdatainputstream.override' for these and move two existing functions there. Add unit tests. Re-enable synchronous read_line unit test and adjust it for new official GIO behavior. Bug #584285.
* Fix gio.OutputStream.splice_asyncPaul Pogonyshev2009-05-301-4/+4
| | | | Bug #584290.
* Code maintenance: ignore one more file created by unit testsPaul Pogonyshev2009-05-271-0/+1
|
* Update the docs with new 2.20 APIGian Mario Tagliaretti2009-05-253-3/+367
|
* Add gio 2.20 APIGian Mario Tagliaretti2009-05-252-8/+146
| | | | add the new API added in gio 2.20, some needs to be wrapped manually
* Post release version bump 2.19.0Gian Mario Tagliaretti2009-05-251-1/+1
|
* Update NEWS, release 2.18.0PYGOBJECT_2_18_0Gian Mario Tagliaretti2009-05-242-2/+16
|
* Add documentation for the gio.OutputStream classGian Mario Tagliaretti2009-05-243-1/+144
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Wrap gio.OutputStream.splice_async()Gian Mario Tagliaretti2009-05-242-1/+77
| | | | wrap gio.OutputStream.splice_async() and add a test.
* Add Python version into installed libpyglib nameEmilio Pozuelo Monfort2009-05-244-7/+9
| | | | | Do this now, while no-one (as far as we know) links to the library besides PyGObject itself. Bug #550235.
* Wrap gio.OutputStream.flush_async()Gian Mario Tagliaretti2009-05-242-1/+57
| | | | wrap gio.OutputStream.flush_async() and add a test.
* Add documentation for the gio.FileMonitor classGian Mario Tagliaretti2009-05-173-0/+131
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.