summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-21 19:29:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-21 19:29:39 (GMT)
commitb6afbe8c699ae76443628badae33beee9934c6bc (patch)
tree69878624d3ae529314a9824f0c0ceca8bca617b7 /ChangeLog
parent291968f4f4a5e85f6963813a43f2176320fb8d49 (diff)
Provided a real welcome panel at startup, with tricks and actions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog68
1 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bb07f9..5750fb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: