Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-25 | Ensured the Python modules are available for other plugins in standalone mode. | Cyrille Bagard | |
2017-10-01 | Defined the ELF support as plugin. | Cyrille Bagard | |
2017-09-30 | Handled dependencies when loading plugins. | Cyrille Bagard | |
2017-08-29 | Skipped the link to the global reference space when loading plugins. | Cyrille Bagard | |
2017-08-27 | Deleted the reference to the main window in all panels. | Cyrille Bagard | |
2017-08-22 | Reorganized the global variables for the work queue singleton. | Cyrille Bagard | |
2017-08-12 | Fixed many mistakes in the Python bindings. | Cyrille Bagard | |
2017-07-28 | Replaced the deprecated readdir_r() function by readdir() calls. | Cyrille Bagard | |
2017-07-27 | Fixed several mistakes in the Python bindings. | Cyrille Bagard | |
2017-03-19 | Provided initial features for debugging using GDB. | Cyrille Bagard | |
2016-12-31 | Updated all copyrights. | Cyrille Bagard | |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard | |
2016-07-30 | Registered properly the PyGObject wrappers for Python classes. | Cyrille Bagard | |
2016-04-03 | Fixed a mistake when building the work queues from Python. | Cyrille Bagard | |
2015-11-09 | Avoided to load the status bar twice and to crash in the worst case. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@605 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-11-03 | Retrieved the revision number using M4 instead of shell. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@603 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-10-16 | Prevented some mistakes pointed by Melkor. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@599 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-09-01 | Added a welcome panel as plugin using Python. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@573 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-08-27 | Redefined and improved the load process for Python plugins. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@572 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-07-18 | Forbidden a missing header. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@553 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-07-17 | Updated the Python bindings. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@552 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-16 | Added a basic support for Mobicore truslets. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@472 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-09 | Registered all the supported processors in the system code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@467 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-07-10 | Fully rewritten the core configuration system. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@381 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-06-25 | Built the first steps to upgrade to Python3. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@379 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-06-03 | Disabled all accesses to GTK3 from Python. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@376 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-04-28 | Updated all copyright headers. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-01-02 | Fixed major issues with wrong Python refcounting. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@364 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2013-01-20 | Restored a fully functional access to the log panel. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@328 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-12-28 | Created Python objects for the GtkBlockView widgets and fixed some bugs. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@311 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-12-21 | Resolved relative addresses for routines and fixed bugs related to ↵ | Cyrille Bagard | |
PyGObjects construction. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@308 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-12-21 | Unloaded loaded plugins and (started to) avoid memory leaks. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@307 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-12-18 | Created a proper panel for the Android permissions in the editor. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@305 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-09-15 | Shown all Android permissions with links to the code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@262 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-08-06 | Saved progress toward the Android permissions display. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@258 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-08-03 | Loaded the permissions used by an APK file. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@255 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-03-17 | Created the 'pychrysa' Python plugin from the 'pyoida' one. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@240 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a |