Features/GTK3/Shell: Difference between revisions
| Line 12: | Line 12: | ||
==Open== | ==Open== | ||
=== Custom tree model for journal | === Custom tree model for journal === | ||
Having trouble reimplementing this. See http://mail.gnome.org/archives/python-hackers-list/2011-December/msg00010.html [https://bugzilla.gnome.org/show_bug.cgi?id=680812 this bug] might be related see 8f31e85db1392eb7222593fc0d05144c2bca06a3 in pygobject. | Having trouble reimplementing this. See http://mail.gnome.org/archives/python-hackers-list/2011-December/msg00010.html [https://bugzilla.gnome.org/show_bug.cgi?id=680812 this bug] might be related see 8f31e85db1392eb7222593fc0d05144c2bca06a3 in pygobject. | ||
| Line 25: | Line 25: | ||
** | ** | ||
ERROR:/home/manuq/prog/manuqs-shell-port/source/pygobject/gi/_gobject/pygobject.c:946:pygobject_new_full: assertion failed: (tp != NULL) | ERROR:/home/manuq/prog/manuqs-shell-port/source/pygobject/gi/_gobject/pygobject.c:946:pygobject_new_full: assertion failed: (tp != NULL) | ||
=== Custom TreeModelSort for home list view === | |||
Can't inherit GtkTreeModelSort and pass a model to the parent constructor. Filed as: https://bugzilla.gnome.org/show_bug.cgi?id=681477 | |||
Working testcase for pygtk: http://dev.laptop.org/~manuq/test_listmodel2_gtk2.py | |||
Testcase that shows the issue in PyGi: http://dev.laptop.org/~manuq/test_listmodel2_gtk3.py | |||
=== Custom Icon cell renderer === | === Custom Icon cell renderer === | ||