diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-09-01 21:36:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-09-01 21:36:22 (GMT) |
commit | 29ddd755496589e7e1f9e38697e44d3cfe64df5e (patch) | |
tree | 3db093a9082276adb96a1ce67d175ade067c0788 /ChangeLog | |
parent | e07a541d1dea13a19a587f2b97d12ed3443f235b (diff) |
Added a welcome panel as plugin using Python.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@573 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +15-09-01 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'plugins/python/welcome' directory. + + * plugins/pychrysa/pychrysa.c: + Provide the revision number and a way to access global objects. + + * plugins/python/Makefile.am: + Add 'welcome' to SUBDIRS. + + * plugins/python/welcome/binary.py: + * plugins/python/welcome/board.py: + * plugins/python/welcome/__init__.py: + * plugins/python/welcome/Makefile.am: + * plugins/python/welcome/panel.py: + * plugins/python/welcome/plugin.py: + * plugins/python/welcome/tipoftheday.png: + * plugins/python/welcome/tipoftheday.png: + * plugins/python/welcome/tipoftheday.xcf: + * plugins/python/welcome/tipoftheday.xcf: + * plugins/python/welcome/tip.py: + * plugins/python/welcome/version.py: + * plugins/python/welcome/website.py: + New entries: add a welcome panel as plugin using Python. + + * src/gui/menus/project.c: + Register the menu loading new binary files. + + * src/gui/panels/Makefile.am: + Remove the 'welcome.[ch]' files from libguipanels_la_SOURCES. + + * src/gui/panels/panel.c: + Update code. + + * src/gui/panels/welcome.c: + * src/gui/panels/welcome.h: + Deleted entries. + 15-08-27 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/gui/panels/panel.c: |