


Video Apps by Lacky 80 comments
again:
>>> w:1680 h:1015
w = ( ( w % 2 ) != 0 ) ? ( w + 1 ) )
h = ( ( h % 2 ) != 0 ) ? ( h + 1 ) )
will done w:1680 h:1016 - Jan 29 2012

Video Apps by Lacky 80 comments
!!! Your Aspect Ratio is not valid !!!
For Example:
width = ( ( width % 2 ) != 0 ) ? ( width + 1 ) )
height = ( ( width % 2 ) != 0 ) ? ( width + 1 ) )
will done w:1680 h:1016
See also QX11Grab Repository Source http://gitweb.hjcms.de/cgi-bin/index.cgi/qx11grab/tree/src/utils/windowgrabber.cpp
- Jan 29 2012

Kate by undefined 2 comments

Graphic Apps by sachetto 50 comments
See http://code.google.com/p/sir/issues/detail?id=2 - Dec 18 2010

Database by axax 3 comments
A Driver called qsqlibase already exists...
:~> rpm -ql qt-plugins | grep sqldrivers
/usr/lib/qt/sqldrivers
/usr/lib/qt/sqldrivers/libqsqlibase.so
/usr/lib/qt/sqldrivers/libqsqlite.so
/usr/lib/qt/sqldrivers/libqsqlite2.so
/usr/lib/qt/sqldrivers/libqsqlmysql.so
/usr/lib/qt/sqldrivers/libqsqlodbc.so
/usr/lib/qt/sqldrivers/libqsqlpsql.so
/usr/lib/qt/sqldrivers/libqsqltds.so
~> ldd /usr/lib/qt/sqldrivers/libqsqlibase.so | grep fb
libfbclient.so.2 => /usr/lib/libfbclient.so.2 (0xa7657000)
libfbembed.so.2.1 => /usr/lib/libfbembed.so.2.1 (0xa72c8000) - May 12 2010

Audio Apps by renaud 6 comments
PS: i'm using gstreamer backend /usr/lib/qt/phonon_backend/libphonon_gstreamer.so - Aug 08 2008

Audio Apps by renaud 6 comments
my System Linux Kernel 2.2.26.2
Qt 4.4.1
Qt-Phonon 4.4.1
No KDE 4
make clean
find . -type f -name "Makefile*" -exec rm -f {} \;
qmake -makefile -unix \
"QMAKE_CXXFLAGS=-fstack-protector -W -Wall -Wextra -pedantic -Wstack-protector -Wno-long-long -Wno-overlength-strings" \
"CONFIG-=release" -recursive
you have to many errors :-( - Aug 08 2008

Audio Apps by renaud 6 comments
ddd can't find anymore
WARNING: Phonon needs QCoreApplication::applicationName to be set to export audio output names through the DBUS interface
*** stack smashing detected ***: ./playlistgenerator terminated - Aug 07 2008

Network by patrik08 6 comments
please reuplod it and compress with
tar -cjf ws_soap.tar.bz2 ws_soap
and not gzip over bzip2 ;) - Mar 28 2008

Various KDE 1.-4. Improvements by ptitpoul 22 comments
I want my old XDG Tree Menus in KDE4. It was so match faster and quicker then fu... kickoff. :-( - Mar 11 2008

Video Apps by jaryv1 3 comments
You can fix this with QT Env Variables.
## /etc/qt/qt.conf
## @see http://doc.trolltech.com/4.2/qt-conf.html
[Paths]
## @see qmake -query QT_INSTALL_PREFIX
Prefix=/usr
## @see qmake -query QT_INSTALL_DOCS
Documentation=/usr/share/doc/qt
## @see qmake -query QT_INSTALL_HEADERS
Headers=/usr/include
## @see qmake -query QT_INSTALL_PLUGINS
Plugins=/usr/lib/qt
## @see qmake -query QT_INSTALL_DATA
Data=/usr/share/qt
## @see qmake -query QT_INSTALL_TRANSLATIONS
Translations=/usr/share/qt/translations
## @see qmake -query QT_INSTALL_SETTINGS
Settings=/etc/qt
## @see qmake -query QT_INSTALL_EXAMPLES
Examples=/usr/share/qt/examples
## @see qmake -query QT_INSTALL_DEMOS
Demos=/usr/share/qt/demos - Mar 18 2007

Kate by undefined 2 comments

Dolphin Service Menus by BlackWinny 3 comments
Kde Components and Files.
Add text/* Service for kwrite/kate and Katepart and Save ;) - Feb 24 2007

Various KDE 1.-4. Improvements by Ruffinius 52 comments
1. I didn't see any updates by checking md5sum from the last download.
2. Where is the Source packages to follow your Source modifications, you are using GPL licence
3. Please change Release Version Number and ChangeLog - Users want see what's new. - Dec 19 2006

Utilities by Mephistoki 81 comments
--- src/kiso.cpp.orig 2006-09-30 16:30:06.000000000 +0200
+++ src/kiso.cpp 2006-09-30 16:34:04.000000000 +0200
@@ -3592,5 +3592,5 @@
int i_status;
uint8_t buf[500] = { 0, };
- scsi_mmc_cdb_t cdb = {{0, }};
+ mmc_cdb_t cdb = {{0, }};
CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_GET_CONFIGURATION);
@@ -3599,5 +3599,5 @@
cdb.field[3] = 0x0;
- i_status = scsi_mmc_run_cmd(p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf);
+ i_status = mmc_run_cmd(p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf);
if (i_status == 0) {
uint8_t *p;
- Sep 30 2006

Dolphin Service Menus by smart2128 5 comments
[CODE]
[Desktop Entry]
ServiceTypes=application/x-gettext
Actions=GenMoFile;
Icon=kbabel
[Desktop Action GenMoFile]
Name=Generate MO file
Name[it]=Genera file MO
Name[de]=Erstelle MO Datei
Icon=kbabel
Exec=msgfmt %F -o "`echo %F | perl -pe 's/\.po$//'`.mo"
X-KDE-Priority=TopLevel
[/CODE] - Jun 20 2005