After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698477 - Fixes and additions for pygi-convert
Fixes and additions for pygi-convert
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
Git master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-20 22:07 UTC by Kai Willadsen
Modified: 2013-04-20 23:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pygi-convert: Don't transform arbitrary keysym imports (988 bytes, patch)
2013-04-20 22:07 UTC, Kai Willadsen
committed Details | Review
pygi-convert: Check for double quote in require statement (846 bytes, patch)
2013-04-20 22:07 UTC, Kai Willadsen
committed Details | Review
pygi-convert: Add some support for recent manager constructs (1.41 KB, patch)
2013-04-20 22:07 UTC, Kai Willadsen
committed Details | Review
pygi-convert: Support new-style constructors for Gio.File (890 bytes, patch)
2013-04-20 22:08 UTC, Kai Willadsen
committed Details | Review
pygi-convert: Support toolbar styles (873 bytes, patch)
2013-04-20 22:08 UTC, Kai Willadsen
committed Details | Review

Description Kai Willadsen 2013-04-20 22:07:17 UTC
Created attachment 242036 [details] [review]
pygi-convert: Don't transform arbitrary keysym imports

All of the attached patches do pretty much what they say. The RecentManager support isn't complete, but fixes basic applications.
Comment 1 Kai Willadsen 2013-04-20 22:07:38 UTC
Created attachment 242037 [details] [review]
pygi-convert: Check for double quote in require statement
Comment 2 Kai Willadsen 2013-04-20 22:07:56 UTC
Created attachment 242038 [details] [review]
pygi-convert: Add some support for recent manager constructs
Comment 3 Kai Willadsen 2013-04-20 22:08:15 UTC
Created attachment 242039 [details] [review]
pygi-convert: Support new-style constructors for Gio.File
Comment 4 Kai Willadsen 2013-04-20 22:08:34 UTC
Created attachment 242040 [details] [review]
pygi-convert: Support toolbar styles
Comment 5 Simon Feltman 2013-04-20 23:52:33 UTC
Pushed, thank you.

Attachment 242036 [details] pushed as cc8bd6b - pygi-convert: Don't transform arbitrary keysym imports
Attachment 242037 [details] pushed as 17d349f - pygi-convert: Check for double quote in require statement
Attachment 242038 [details] pushed as 1e81209 - pygi-convert: Add some support for recent manager constructs
Attachment 242039 [details] pushed as 7a92ade - pygi-convert: Support new-style constructors for Gio.File
Attachment 242040 [details] pushed as f61f23b - pygi-convert: Support toolbar styles