
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
MinDia is an application for creating, modifying, and presenting multimedia slide shows. Slide shows can contain multimedia elements like images, sounds, and text. In addition to displaying on screen, it can control Rollei slide projectors (Rolleivision 35 twin digital P and Rolleivision twin msc 3x0 P) via a serial port.
16 years ago
22. 2.2004 Version 0.97.3 released
new features:
* button for switching to fullscreen modus
* automatic language detection
* help dialog improved (find text implemented)
bugfixes and improvements:
* new directory structure for project
* small bugfixes (QString casts)
* bugfixes in playinfo dialog
linux version only
* improved configure script (better tmake/qmake and python detection)
* bugfix in installation script (--prefix handling now correct)
* uninstall implemented
* compile problems resolved for newer Qt versions
* source and binary rpm package for SuSE 8.2 available
windows version only
* using new non-commercial Qt Version 3.2.1
* using Python 2.3.3 now
16 years ago
22. 2.2004 Version 0.97.3 released
new features:
* button for switching to fullscreen modus
* automatic language detection
* help dialog improved (find text implemented)
bugfixes and improvements:
* new directory structure for project
* small bugfixes (QString casts)
* bugfixes in playinfo dialog
linux version only
* improved configure script (better tmake/qmake and python detection)
* bugfix in installation script (--prefix handling now correct)
* uninstall implemented
* compile problems resolved for newer Qt versions
* source and binary rpm package for SuSE 8.2 available
windows version only
* using new non-commercial Qt Version 3.2.1
* using Python 2.3.3 now
CaCO3
15 years ago
-----------------
[..]
src/minbase.h:76: warning: 'class minServiceManagerEventInterface' has virtual functions but non-virtual destructor
src/iocontainer.h: In member function 'virtual XmlTree IOContainer::GetXMLTree() const':
src/iocontainer.h:76: error: there are no arguments to 'begin' that depend on a template parameter, so a declaration of 'begin' must be available
src/iocontainer.h:76: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
src/iocontainer.h:77: error: there are no arguments to 'end' that depend on a template parameter, so a declaration of 'end' must be available
[..]
-----------------
P.S. I had previously another error, it didnt find /usr/bin/uic.
I had to link it to /bin/uic on which make exepted it.
Report
RichardAu
16 years ago
Report
min
16 years ago
Screendumps or make outputs (make 1>&2 2>mindia_make_output.txt).
Thank you.
Report