diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-03-09 18:04:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-03-09 18:04:49 (GMT) |
commit | dc8a2b19dbb32bfe49b1ff6640cc609238b392ca (patch) | |
tree | 2103c99baeb3b792bc82fc3db28bd16ecf72b70e /ChangeLog | |
parent | f8f804cf7ff9a62404b843cf303c762101572784 (diff) |
Stored and loaded panels attributes using the global configuration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,5 +1,46 @@ 16-03-09 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/gui/panels/panel.c: + * plugins/python/welcome/panel.py: + * plugins/python/welcome/plugin.py: + * src/analysis/project.c: + Update code. + + * src/common/extstr.c: + * src/common/extstr.h: + Convert strings to lower or upper cases. + + * src/gui/core/Makefile.am: + Add the new 'core.[ch]' files to libguicore_la_SOURCES. + + * src/gui/core/core.c: + * src/gui/core/core.h: + New entries: load gui components for the editor at startup. + + * src/gui/core/panels.c: + * src/gui/core/panels.h: + * src/gui/editor.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/glance.c: + * src/gui/panels/history.c: + * src/gui/panels/log.c: + Update code. + + * src/gui/panels/panel-int.h: + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + Store and load panels attributes using the global configuration. + + * src/gui/panels/regedit.c: + * src/gui/panels/strings.c: + * src/gui/panels/symbols.c: + Update code. + + * src/main.c: + Complete the loading of panels for the editor. + +16-03-09 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Add the new Makefile from the 'src/gui/core' directory. |