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 672260 - PyGTK compatibile API for pitivi
PyGTK compatibile API for pitivi
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-16 20:22 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2012-03-19 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove first argument returned from Gdk.Window.get_origin() which is not used (1.55 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
Add a default value for column in Gtk.TreeView.get_cell_area() (1.48 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
GtkIconView: Add a default value for the model constructor parameter (1.59 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
GtkToolButton: Add a default value for the stock_id constructor parameter (1.59 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
Gtk[HV]Scrollbar: Add a default value for the adjustment constructor parameter (2.24 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
PangoLayout: Add a default value for set_markup() (1.29 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
GtkIconSet: Add a default value for the pixbuf constructor parameter (1.61 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
GtkViewport: Add a default values for the adjustment constructor parameters (1.83 KB, patch)
2012-03-16 20:22 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review

Description Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:17 UTC
I needed these to make pitivi run using the compatibility wrappers.
Let me know if I should file separate bugs in the future, it's just easier
to create one bugs with all the patches.
Comment 1 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:19 UTC
Created attachment 209949 [details] [review]
Remove first argument returned from Gdk.Window.get_origin() which is not used
Comment 2 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:23 UTC
Created attachment 209950 [details] [review]
Add a default value for column in Gtk.TreeView.get_cell_area()
Comment 3 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:27 UTC
Created attachment 209951 [details] [review]
GtkIconView: Add a default value for the model constructor parameter
Comment 4 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:30 UTC
Created attachment 209952 [details] [review]
GtkToolButton: Add a default value for the stock_id constructor parameter
Comment 5 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:33 UTC
Created attachment 209953 [details] [review]
Gtk[HV]Scrollbar: Add a default value for the adjustment constructor parameter
Comment 6 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:37 UTC
Created attachment 209954 [details] [review]
PangoLayout: Add a default value for set_markup()
Comment 7 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:41 UTC
Created attachment 209955 [details] [review]
GtkIconSet: Add a default value for the pixbuf constructor parameter
Comment 8 Johan (not receiving bugmail) Dahlin 2012-03-16 20:22:45 UTC
Created attachment 209956 [details] [review]
GtkViewport: Add a default values for the adjustment constructor parameters
Comment 9 Martin Pitt 2012-03-18 15:29:07 UTC
Could these go into the new pygtkcompat.py? The first one is an API break, so should not go into the Gtk overrides. The others add default arguments, so are less harmful, but still cause the Gtk overrides to get inflated even more, so I'd rather move them to pygtkcompat as well (it should be able to install overrides just as well).
Comment 10 Johan (not receiving bugmail) Dahlin 2012-03-19 13:59:28 UTC
All patches committed, just forgot to use git bz push.