Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Imports test_girepository.py from former PyBank's everything_unittest.py. | Simon van der Linden | 2009-06-08 | 1 | -0/+288 | |
| | ||||||
* | Introduces the girepository module from the former PyBank. | Simon van der Linden | 2009-06-08 | 14 | -32/+2799 | |
| | ||||||
* | Fix the docs for gio.FilterOutputStream | Gian Mario Tagliaretti | 2009-06-02 | 1 | -3/+3 | |
| | ||||||
* | Add gio.FilterOutputStream docs | Gian Mario Tagliaretti | 2009-06-02 | 3 | -0/+155 | |
| | ||||||
* | Add gio.FilterInputStream docs | Gian Mario Tagliaretti | 2009-06-02 | 3 | -0/+155 | |
| | ||||||
* | Add API appeared in 2.20 but not marked as such in gio docs | Gian Mario Tagliaretti | 2009-06-02 | 1 | -0/+30 | |
| | ||||||
* | Wrap gio.FileOutputStream.query_info_async | Gian Mario Tagliaretti | 2009-06-02 | 7 | -1/+358 | |
| | | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test. | |||||
* | Fix gio.FileInputStream docs | Gian Mario Tagliaretti | 2009-06-02 | 1 | -16/+9 | |
| | | | | Add implemented interface section and remove a method description | |||||
* | Fix the method name | Gian Mario Tagliaretti | 2009-06-01 | 1 | -7/+7 | |
| | ||||||
* | Wrap gio.FileInputStream.query_async | Gian Mario Tagliaretti | 2009-06-01 | 7 | -0/+321 | |
| | | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test. | |||||
* | Install executable codegen parts with executing permissions | Paul Pogonyshev | 2009-05-31 | 8 | -11/+18 | |
| | | | | Also add shebang where it was missing. Bug #583979. | |||||
* | Wrap gio.DataInputStream.read_line_async and read_until_async | Paul Pogonyshev | 2009-05-31 | 6 | -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_async | Paul Pogonyshev | 2009-05-30 | 1 | -4/+4 | |
| | | | | Bug #584290. | |||||
* | Code maintenance: ignore one more file created by unit tests | Paul Pogonyshev | 2009-05-27 | 1 | -0/+1 | |
| | ||||||
* | Update the docs with new 2.20 API | Gian Mario Tagliaretti | 2009-05-25 | 3 | -3/+367 | |
| | ||||||
* | Add gio 2.20 API | Gian Mario Tagliaretti | 2009-05-25 | 2 | -8/+146 | |
| | | | | add the new API added in gio 2.20, some needs to be wrapped manually | |||||
* | Post release version bump 2.19.0 | Gian Mario Tagliaretti | 2009-05-25 | 1 | -1/+1 | |
| | ||||||
* | Update NEWS, release 2.18.0PYGOBJECT_2_18_0 | Gian Mario Tagliaretti | 2009-05-24 | 2 | -2/+16 | |
| | ||||||
* | Add documentation for the gio.OutputStream class | Gian Mario Tagliaretti | 2009-05-24 | 3 | -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 Tagliaretti | 2009-05-24 | 2 | -1/+77 | |
| | | | | wrap gio.OutputStream.splice_async() and add a test. | |||||
* | Add Python version into installed libpyglib name | Emilio Pozuelo Monfort | 2009-05-24 | 4 | -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 Tagliaretti | 2009-05-24 | 2 | -1/+57 | |
| | | | | wrap gio.OutputStream.flush_async() and add a test. | |||||
* | Add documentation for the gio.FileMonitor class | Gian Mario Tagliaretti | 2009-05-17 | 3 | -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. | |||||
* | Use 'Requires.private' for libffi in '.pc' files | Josselin Mouette | 2009-05-17 | 2 | -2/+4 | |
| | | | | Correction for patch in bug #550231. | |||||
* | Add wrapper for gio.FileAttributeMatcher | Gian Mario Tagliaretti | 2009-05-13 | 3 | -2/+31 | |
| | | | | | added a boxed type for gio.FileAttributeMatcher which has been forgotten while wrapping the gio API. This should probably be done in gio itself. | |||||
* | Mark relevant glib.IOChannel methods as METH_NOARGS | Paul Pogonyshev | 2009-05-13 | 1 | -63/+20 | |
| | | | | | Additionally fix glib.IOChannel.set_close_on_unref: was marked METH_NOARGS but actually accepted arguments. Fixes bug #582427. | |||||
* | Add documentation for the gio.FileInfo class | Gian Mario Tagliaretti | 2009-05-12 | 3 | -0/+349 | |
| | | | | | | 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. | |||||
* | Retire hand-written ChangeLog; autocreate from Git history | Paul Pogonyshev | 2009-05-09 | 2 | -0/+34 | |
| | | | | Basically copied over from GLib source tree. | |||||
* | Fix a bug in InputStream.skip_async | Gian Mario Tagliaretti | 2009-05-09 | 1 | -1/+2 | |
| | | | | use the count argument instead of buffer_size which is always zero | |||||
* | Add docs for the gio.InputStream class | Gian Mario Tagliaretti | 2009-05-09 | 3 | -0/+733 | |
| | ||||||
* | Wrap gio.InputStream.skip_async() | Gian Mario Tagliaretti | 2009-05-05 | 2 | -1/+69 | |
| | | | | wrap gio.InputStream.skip_async() and add a test. | |||||
* | Add -n --namespace option and the code to remove | Siavash Safi | 2009-05-04 | 2 | -24/+117 | |
| | | | | | | dll API in headers, Added documentation Patch from bug #579275 | |||||
* | Properly mark glib.get_user_special_dir() as a keywords method | Paul Pogonyshev | 2009-05-03 | 1 | -1/+1 | |
| | | | | Fixes bug #581082. | |||||
* | Add docs for the gio.LoadableIcon class | Gian Mario Tagliaretti | 2009-05-03 | 3 | -0/+201 | |
| | ||||||
* | Add docs for the gio.ThemedIcon class | Gian Mario Tagliaretti | 2009-05-03 | 3 | -0/+207 | |
| | ||||||
* | post release version bump to 2.17.1 | Gian Mario Tagliaretti | 2009-05-02 | 1 | -1/+1 | |
| | ||||||
* | Fix the class title | Gian Mario Tagliaretti | 2009-05-01 | 1 | -1/+1 | |
| | ||||||
* | Add docs for the gio.MountOperation class | Gian Mario Tagliaretti | 2009-05-01 | 4 | -0/+836 | |
| | ||||||
* | Update NEWS, release 2.17.0PYGOBJECT_2_17_0 | Gian Mario Tagliaretti | 2009-04-30 | 1 | -0/+93 | |
| | ||||||
* | Fix memory leak in gio.File.query_info_async() | Paul Pogonyshev | 2009-04-30 | 1 | -0/+4 | |
| | | | | | After the recent patch it would leak exception data if old argument order was used. Properly decref the objects. | |||||
* | Forgot to add gmount.override to gio/Makefile.am | Gian Mario Tagliaretti | 2009-04-29 | 1 | -0/+1 | |
| | ||||||
* | Wrap three gio.Mount methods | Gian Mario Tagliaretti | 2009-04-29 | 3 | -0/+295 | |
| | | | | | | | the following methods of gio.Mount have been wrapped including docs (_wrap_g_mount_guess_content_type) (_wrap_g_mount_guess_content_type_finish) (_wrap_g_mount_guess_content_type_sync) | |||||
* | Fix occasional build failures after the 'ltihooks.py' removal | Paul Pogonyshev | 2009-04-29 | 4 | -4/+4 | |
| | | | | | Simply amend all related symbolic link creation so that any errors are ignored. | |||||
* | Swap first two arguments of gio.File.query_info_async() | Paul Pogonyshev | 2009-04-28 | 4 | -18/+39 | |
| | | | | | | | Swap the arguments for consistency with other methods. Update documentation accordingly. Take care to keep the old code (i.e. with non-swapped calling arguments) working, but don't mention that anywhere. (Bug #580490.) | |||||
* | Code maintenance: ignore unit test result file | Paul Pogonyshev | 2009-04-28 | 1 | -0/+1 | |
| | ||||||
* | Add docs for the gio.Mount class | Gian Mario Tagliaretti | 2009-04-28 | 3 | -2/+658 | |
| | ||||||
* | Fix a broken link in gio.Volume docs | Gian Mario Tagliaretti | 2009-04-28 | 1 | -1/+1 | |
| | | | | fix the correct link for the "removed" signal | |||||
* | Fix pygobject.doap using the correct mbox syntax | Gian Mario Tagliaretti | 2009-04-28 | 1 | -0/+2 | |
| | ||||||
* | Fix a crash in pyg_type_add_interfaces() | Paul Pogonyshev | 2009-04-27 | 1 | -4/+8 | |
| | | | | Reported as part of bug #566571. | |||||
* | Fix the docs for the gio.AppInfo class | Gian Mario Tagliaretti | 2009-04-25 | 1 | -1/+43 | |
| | | | | Add the constructor section and fix args names. |