Warning: session_start(): open(/tmp/sess_poa8i3aj74qlit8alqcunmknd3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kraff2's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- kraff2's profile .- Fan of  .- CV  .- Friends  .- Content (1) .- Latest Comments (11) . 
.
Re: Bug?
Feb 26 2008  on content Subtitle Composer

I see where is the problem, solved changing line src/core/subtitle.cpp:605

Quote:
for ( SubtitleIterator it( *this, Range::full() ); it.current(); ++it )


with

Quote:
for ( SubtitleIterator it( subtitle, Range::full() ); it.current(); ++it )



thx for this app. Gracias ;)

.
.
Bug?
Feb 26 2008  on content Subtitle Composer

Great app, but i have a problem when try join 2 subtitles files, the second file isn't open and join the same file than was opened, the result is the same sutitles twice in the file...

subtitlecomposer-0.3.tar.bz2
Kubuntu 7.10

Sorry my bad english.

.
thanks
Dec 13 2007  on content Candy

Thanks for dekorator theme, now is a perfect style for me ;)

.
great
Dec 12 2007  on content Candy

Great and beautiful style. Could you add support for more title buttons at kwin-style? thanks.

.
.
compile problem
Jun 30 2005  on content Kalva

with 0.6 version from sources:

make[3]: Entering directory `/mnt/extra/Utils/kalva-0.6/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../interfaces -I/usr/include/kde -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT settings.o -MD -MP -MF ".deps/settings.Tpo" -c -o settings.o settings.cpp; \
then mv -f ".deps/settings.Tpo" ".deps/settings.Po"; else rm -f ".deps/settings.Tpo"; exit 1; fi
g++: settings.cpp: No such file or directory
g++: no input files
make[3]: *** [settings.o] Error 1
make[3]: Leaving directory `/mnt/extra/Utils/kalva-0.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/extra/Utils/kalva-0.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/extra/Utils/kalva-0.6'
make: *** [all] Error 2

.
.
imdb import problem
Jan 19 2005  on content Tellico

with full cast page and html codes.

A possible solution is in file imdbfetcher.cpp change the line:

QString castPage = FileHandler::readTextFile(castURL, true);

to

QString castPage = Tellico::decodeHTML(FileHandler::readTextFile(castURL, true));

Thanks parys for this great app, the imdb feature is cool.


Sorry my bad english.

Greetings.

.
Re: compilation prob
Jan 31 2004  on content cdcat

Compilation OK, thank for your fast reply.

The other problem continue, I try to scan a directory with same result

QFont::setPointSize: Point size <= 0 (0)
QFont::setPointSize: Point size <= 0 (-1)
QFont::setPointSize: Point size <= 0 (-2)
QFont::setPointSize: Point size <= 0 (-3)
...

I think the problem is not in OK/Scan function because the program frozen even if I press Cancel or close the dialog's window, with the same output when I press OK/Scan :(

I play with options in configuration "Use own font size" and others... without solution.

The import of gtktalog db work :), but when press save button or Catalog->save the program crash with the same output ¿?

I use qt 3.2.3 and kde 3.1.4, if you need more data...

Sorry my bad english

.
.
compilation problems
Jan 30 2004  on content cdcat

Hi!, I had compilation problems with qlist.h because in QT >= 3.0 has been renamed qptrlist.h, i use 3.2.3 version of QT.

I changed the include in exportcdcatdb.h and import.h then compilation finalized.

Now cdcat run, catalog->new OK, but when I try "add new media to catalog" select media (CD) and press OK/Scan the program frozen with this output in console:

...
QFont::setPointSize: Point size <= 0 (-82893)
QFont::setPointSize: Point size <= 0 (-82894)
QFont::setPointSize: Point size <= 0 (-82895)
QFont::setPointSize: Point size <= 0 (-82896)
QFont::setPointSize: Point size <= 0 (-82897)
QFont::setPointSize: Point size <= 0 (-82898)
...

without end :).

I try the 0.95 and cvs version with same result but the windows version run perfectly with wine ;) without that error...

Cdcat is great program imho more useful than gtktalog, and I only can use the windows version over wine.

Sorry my bad english.

.
.
beautiful
Sep 10 2003  on content my desktop

good and clear desktop conf.
What is the gkrellm skin? I can't find it?

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team