diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-09-15 08:19:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-09-15 08:19:09 (GMT) |
commit | 944fc0a5638bfe77fc65e514fbdd945d8a652635 (patch) | |
tree | caad1d6c5f001dd02380aa2fae0c6dc8d67d9b60 /ChangeLog | |
parent | 09d07908465d462101d27ecb1b60df52d63bbe5d (diff) |
Shown all Android permissions with links to the code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@262 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -1,3 +1,54 @@ +12-09-15 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makfiles from the plugins/pychrysa/gui and + plugins/pychrysa/gui/panels directories to AC_CONFIG_FILES. + + * plugins/pychrysa/arch/instruction.c: + Provide the keyword used in an instruction. + + * plugins/pychrysa/gui/Makefile.am: + * plugins/pychrysa/gui/module.c: + * plugins/pychrysa/gui/module.h: + * plugins/pychrysa/gui/panels/Makefile.am: + * plugins/pychrysa/gui/panels/module.c: + * plugins/pychrysa/gui/panels/module.h: + * plugins/pychrysa/gui/panels/panel.c: + * plugins/pychrysa/gui/panels/panel.h: + New entries: allow plugins to add panels in the editor. + + * plugins/pychrysa/Makefile.am: + Reorganize binaries. + + * plugins/pychrysa/pychrysa.c: + Store the global reference area and load the gui module. + + * plugins/pychrysa/quirks.c: + * plugins/pychrysa/quirks.h: + Update Gil access (!) and store the global reference here. + + * plugins/python/androperms/androperms.py: + * plugins/python/androperms/panel.py: + Show all Android permissions with links to the code. + + * src/analysis/routine.c: + * src/analysis/type.c: + Cosmetic. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Provide the keyword used in an instruction. + + * src/gui/Makefile.am: + * src/gui/menus/Makefile.am: + Reorganize binaries. + + * src/gui/panels/panel.c: + Remove dead code. + + * src/Makefile.am: + Reorganize and rename all binaries. + 12-08-20 Cyrille Bagard <nocbos@gmail.com> * pixmaps/drop_bottom_hover.png: |