LWN.net Logo

SMILE 0.1.3

From:  =?iso-8859-1?Q?Gibault_St=C3=A9phane?= <gibault.stephane-AT-wanadoo.fr>
To:  kde-announce-apps <kde-announce-apps-AT-kde.org>
Subject:  SMILE 0.1.3
Date:  Mon, 23 Jun 2008 13:22:14 +0200
Message-ID:  <d0ca0387881b545482745c7776b590c2@kde-apps.org>

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


_______________________________________________
Kde-announce-apps mailing list
Kde-announce-apps@kde.org
https://mail.kde.org/mailman/listinfo/kde-announce-apps


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds