diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-28 01:18:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-28 01:18:24 (GMT) |
commit | 513b9c9b30c8d71decced2491a91c720a52aa910 (patch) | |
tree | fa289d4556901733208a2881985e9586db92c83a /ChangeLog | |
parent | 764a6782ee40c3c3a1bfb67434b33077ece4df88 (diff) |
Created Python objects for the GtkBlockView widgets and fixed some bugs.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@311 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +12-12-28 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/analysis/binaries/module.c: + * plugins/pychrysa/analysis/module.c: + * plugins/pychrysa/arch/module.c: + * plugins/pychrysa/debug/module.c: + * plugins/pychrysa/format/dex/module.c: + * plugins/pychrysa/format/module.c: + * plugins/pychrysa/glibext/module.c: + Fix the check of the return value from PyModule_AddObject(). + + * plugins/pychrysa/gtkext/blockview.c: + * plugins/pychrysa/gtkext/blockview.h: + New entries: create Python objects for the GtkBlockView widgets. + + * plugins/pychrysa/gtkext/Makefile.am: + * plugins/pychrysa/gtkext/module.c: + Fix the check of the return value from PyModule_AddObject(). + Register the BlockView object. + + * plugins/pychrysa/gui/module.c: + * plugins/pychrysa/gui/panels/module.c: + Fix the check of the return value from PyModule_AddObject(). + + * plugins/pychrysa/pychrysa.c: + Follow the official FAQ for initializing pygobject and pygtk + in the right way. + + * src/arch/processor.c: + Avoid undefined symbol when compiling in non debug mode. + 12-12-27 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |