SMILE 0.1.3
Gibault Stéphane
gibault.stephane at wanadoo.fr
Mon Jun 23 13:22:14 CEST 2008
Name: SMILE
Version: 0.1.3
Type: KDE Graphic Tool
Depend: Qt 4.x
License: GPL
Homepage:
More Info:
http://www.kde-apps.org/content/show.php?content=83276
Description:
SMILE - Slideshow Maker In Linux Environement
You need absolutely :
QT4.3
Sox 14.0.1
Mplayer / mencoder
If you have no output please look in the hidden
folder on your define temp directory (when
starting a project) there is a log.txt file.
********************************
WARNING IF YOU USE QT4.4 you must replace main.cpp
with this (cause a QT4.4 bug) :
#include
#include "mainfrm.h"
#include
#include
#include
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
app.setAttribute(Qt::AA_NativeWindows,true);
qDebug()
Changelog:
0.1.3 -----------------------
A lot of work in rendering
Correct audio creation on rendering process
Add shortcut for some functions
Add a contextual menu on timeline
Fix in ui with some disabled buttons
Other small improvements in speed
Add a begin of config file ... don't search
utility for now i have my idea ;-)
0.1.2 -----------------------
Add information message on loading in the console.
If you have black screen bug or ui freeze please
give me the result on the console
Many small bugfixes
0.1.1 -----------------------
Fix the black screen bug ... i hope
Many bugfixes in ui and source
Add a begin of English language support
Add new transitions
Improve rendering speed
Fix problems in audio rendering
Fix small problems with open / save project
More information about the Kde-announce-apps
mailing list