diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
@@ -1,3 +1,71 @@ +16-09-21 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Remove the Makefile from the 'plugins/python/welcome' directory. + + * pixmaps/tipoftheday.png: + * pixmaps/tipoftheday.xcf: + Moved entries from the 'plugins/python/welcome' directory. + + * plugins/python/Makefile.am: + Remove 'welcome' from SUBDIRS. + + * plugins/python/welcome/Makefile.am: + * plugins/python/welcome/__init__.py: + * plugins/python/welcome/binary.py: + * plugins/python/welcome/board.py: + * plugins/python/welcome/panel.py: + * plugins/python/welcome/plugin.py: + * plugins/python/welcome/tip.py: + * plugins/python/welcome/tipoftheday.png: + * plugins/python/welcome/tipoftheday.xcf: + * plugins/python/welcome/version.py: + * plugins/python/welcome/website.py: + Deleted entries. + + * src/common/Makefile.am: + Add the 'shuffle.[ch]' files to libcommon_la_SOURCES. + + * src/common/net.c: + * src/common/net.h: + Provide a convenient way to read data from sockets. + + * src/common/shuffle.c: + * src/common/shuffle.h: + New entries: shuffle list of items using the Fisher-Yates algorithm. + + * src/core/params.c: + * src/core/params.h: + Add some new parameters for the welcome panel. + + * src/gui/core/panels.c: + Register the welcome panel. + + * src/gui/editor.c: + Update code to show / hide the welcome panel when needed. + + * src/gui/panels/Makefile.am: + Add the 'welcome.[ch]' files to libguipanels_la_SOURCES and instructions + to build resources from the 'welcome.ui' file. + + * src/gui/panels/gresource.xml: + New entry: define how to build GUI resources. + + * src/gui/panels/panel-int.h: + * src/gui/panels/panel.c: + Notify panels about docking / undocking processes. + + * src/gui/panels/regedit.c: + Update code: do not show the configuration panel at startup. + + * src/gui/panels/welcome.c: + * src/gui/panels/welcome.h: + * src/gui/panels/welcome.ui: + New entries: provide a real welcome panel at startup, with tricks and actions. + + * src/main.c: + Update code. + 16-09-14 Cyrille Bagard <nocbos@gmail.com> * src/arch/dalvik/opdefs/if_32.d: |