[gephex-devel] gephex--main--0.4--patch-1822
gephex at sonnenland.kexbox.org
gephex at sonnenland.kexbox.org
Thu Nov 25 20:24:47 CET 2004
Archive: gephex at gephex.org--2004
New revision: gephex--main--0.4--patch-1822
--
Revision: gephex--main--0.4--patch-1822
Archive: gephex at gephex.org--2004
Creator: GePhex <gephex at gephex.org>
Date: Thu Nov 25 20:24:31 CET 2004
Standard-date: 2004-11-25 19:24:31 GMT
Modified-files: NEWS
qtgui/src/gui/dialogs/changesdialogimpl.cpp
New-patches: georg at gephex.org--2004-home/gephex--georg--0.4--patch-365
gephex at gephex.org--2004/gephex--main--0.4--patch-1822
Summary: updated NEWS and Changes dialog
Keywords:
Patches applied:
* georg at gephex.org--2004-home/gephex--georg--0.4--patch-365
updated NEWS and changes dialog
* added files
{arch}/gephex/gephex--georg/gephex--georg--0.4/georg at gephex.org--2004-home/patch-log/patch-365
{arch}/gephex/gephex--main/gephex--main--0.4/gephex at gephex.org--2004/patch-log/patch-1822
* modified files
--- orig/NEWS
+++ mod/NEWS
@@ -1,3 +1,18 @@
+0.4.2:
+------
+
+ * support for frei0r plugins
+
+ * new modules:
+ * centermodule
+ * pongmodule
+
+ * updated modules:
+ * overlay module (new smooth overlay mode thanks to pierre)
+ * capture module (v4l2 support)
+ * ifs module (speedup and interface cleanup)
+ * image output (gl compile fix)
+
0.4.1:
------
@@ -263,3 +278,4 @@
* Fixed countless bugs
* Reworked network code (support for unix domain sockets + named pipes)
+
--- orig/qtgui/src/gui/dialogs/changesdialogimpl.cpp
+++ mod/qtgui/src/gui/dialogs/changesdialogimpl.cpp
@@ -34,7 +34,27 @@
ChangesDialog::ChangesDialog( QWidget* parent, const char* name, bool modal, WFlags fl )
: ChangesDialogBase( parent, name, modal, fl )
{
- changes_view->setText("<h3>0.4.1:</h3>
"
+ changes_view->setText("<h3>0.4.2:</h3>
"
+"<p>
"
+"<ul><li>support for frei0r plugins
"
+"</ul>
"
+"<p>
"
+"<ul><li>new modules:
"
+"<ul><li>centermodule
"
+"<li>pongmodule
"
+"</ul></ul>
"
+"<p>
"
+"<ul><li>updated modules:
"
+"<ul><li>overlay module (new smooth overlay mode thanks to pierre)
"
+"<li>capture module (v4l2 support)
"
+"<li>ifs module (speedup and interface cleanup)
"
+"<li>image output (gl compile fix)
"
+"</ul></ul>
"
+"<p>
"
+"
"
+"<hr/>"
+"
"
+"<h3>0.4.1:</h3>
"
"<p>
"
"<ul><li>new ffmpeg based driver to load video files on linux and win32 (see also README.win32 and the documentation for updated build instructions on win32)
"
"</ul>
"
@@ -68,6 +88,8 @@
"</ul>
"
"<p>
"
"
"
+"<hr/>"
+"
"
"<h3>0.4:</h3>
"
"<ul><li>added win32 build system files (.dsp, .dsw, .mak, .dep) to the source dist. From now on it is possible to build the windows binaries from the source dist (see README.win32).
"
"</ul>
"
More information about the gephex-devel
mailing list