Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make codegen report errors using Python function/method names | Paul Pogonyshev | 2009-06-12 | 2 | -5/+14 | |
| | | | | Part of bug #584289. | |||||
* | Fix object type in gio.BufferedInputStream_fill_async | Gian Mario Tagliaretti | 2009-06-12 | 1 | -1/+1 | |
| | ||||||
* | Wrap gio.BufferedInputStream.fill_async | Gian Mario Tagliaretti | 2009-06-09 | 4 | -0/+97 | |
| | | | | Wrap the method gio.BufferedInputStream.fill_async and add a test | |||||
* | Add gio.BufferedOutputStream which was forgotten in the types definition | Gian Mario Tagliaretti | 2009-06-09 | 1 | -0/+7 | |
| | ||||||
* | Add docs for gio.MemoryOutputStream | Gian Mario Tagliaretti | 2009-06-09 | 3 | -0/+178 | |
| | ||||||
* | Split overrides for gio.MemoryOutputStream | Gian Mario Tagliaretti | 2009-06-09 | 4 | -24/+47 | |
| | ||||||
* | Wrap gio.memory_input_stream_new_from_data | Gian Mario Tagliaretti | 2009-06-09 | 8 | -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 Linden | 2009-06-08 | 5 | -40/+39 | |
| | ||||||
* | Removes the header but the modeline in test_girepository.py. | Simon van der Linden | 2009-06-08 | 1 | -25/+1 | |
| | ||||||
* | Adds overrides modules from PyBank. | Simon van der Linden | 2009-06-08 | 5 | -2/+26 | |
| | ||||||
* | Disables the tests that fail in tests/test_girepository.py. | Simon van der Linden | 2009-06-08 | 1 | -60/+182 | |
| | ||||||
* | 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 | |
| |