


Various KDE 1.-4. Improvements by enzobelmont 5 comments
This is something I need for work. obviously a reason to stick with 3.5 untill it gets implemented, the current development version of KDE 4.3 still lacks the feature. - Jan 27 2009

Audioplayers by comar961 272 comments

Audioplayers by comar961 272 comments
Making install in domino
make[1]: Entering directory `/home/nescius/Desktop/domino-0.4/domino'
make[2]: Entering directory `/home/nescius/Desktop/domino-0.4/domino'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib64/kde3/plugins/styles" || mkdir -p -- "/usr/lib64/kde3/plugins/styles"
/bin/sh ../libtool --silent --mode=install /usr/bin/install -c -p 'domino.la' '/usr/lib64/kde3/plugins/styles/domino.la'
PATH="$PATH:/sbin" ldconfig -n /usr/lib64/kde3/plugins/styles
test -z "/usr/share/apps/kdisplay/color-schemes" || mkdir -p -- "/usr/share/apps/kdisplay/color-schemes"
/usr/bin/install -c -p -m 644 'Domino.kcsrc' '/usr/share/apps/kdisplay/color-schemes/Domino.kcsrc'
test -z "/usr/share/apps/kstyle/themes" || mkdir -p -- "/usr/share/apps/kstyle/themes"
/usr/bin/install -c -p -m 644 'domino.themerc' '/usr/share/apps/kstyle/themes/domino.themerc'
make[2]: Leaving directory `/home/nescius/Desktop/domino-0.4/domino'
make[1]: Leaving directory `/home/nescius/Desktop/domino-0.4/domino'
Making install in dominoConfig
make[1]: Entering directory `/home/nescius/Desktop/domino-0.4/dominoConfig'
make[2]: Entering directory `/home/nescius/Desktop/domino-0.4/dominoConfig'
test -z "/usr/lib64/kde3" || mkdir -p -- "/usr/lib64/kde3"
/bin/sh ../libtool --silent --mode=install /usr/bin/install -c -p 'kstyle_domino_config.la' '/usr/lib64/kde3/kstyle_domino_config.la'
PATH="$PATH:/sbin" ldconfig -n /usr/lib64/kde3
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nescius/Desktop/domino-0.4/dominoConfig'
make[1]: Leaving directory `/home/nescius/Desktop/domino-0.4/dominoConfig'
Making install in client
make[1]: Entering directory `/home/nescius/Desktop/domino-0.4/client'
Making install in .
make[2]: Entering directory `/home/nescius/Desktop/domino-0.4/client'
if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I. -I/usr/include/kwin -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT dominoclient.lo -MD -MP -MF ".deps/dominoclient.Tpo" -c -o dominoclient.lo dominoclient.cpp; \
then mv -f ".deps/dominoclient.Tpo" ".deps/dominoclient.Plo"; else rm -f ".deps/dominoclient.Tpo"; exit 1; fi
In file included from dominoclient.cpp:10:
dominoclient.h:13:31: error: kcommondecoration.h: není souborem ani adresářem
dominoclient.h:14:32: error: kdecorationfactory.h: není souborem ani adresářem
dominoclient.h:23: error: expected class-name before ‘{’ token
dominoclient.h:27: error: ISO C++ forbids declaration of ‘KDecoration’ with no type
dominoclient.h:27: error: expected ‘;’ before ‘*’ token
dominoclient.h:29: error: ‘Ability’ has not been declared
dominoclient.h:52: error: expected class-name before ‘{’ token
dominoclient.h:54: error: expected `)' before ‘type’
dominoclient.h:71: error: expected class-name before ‘{’ token
dominoclient.h:74: error: expected `)' before ‘*’ token
dominoclient.h:80: error: ‘DecorationBehaviour’ has not been declared
dominoclient.h:81: error: ‘LayoutMetric’ has not been declared
dominoclient.h:81: error: expected ‘,’ or ‘...’ before ‘*’ token
dominoclient.h:81: error: ISO C++ forbids declaration of ‘KCommonDecorationButton’ with no type
dominoclient.h:82: error: ISO C++ forbids declaration of ‘KCommonDecorationButton’ with no type
dominoclient.h:82: error: ‘KCommonDecorationButton’ declared as a ‘virtual’ field
dominoclient.h:82: error: expected ‘;’ before ‘*’ token
dominoclient.h:105: error: ISO C++ forbids declaration of ‘QButton’ with no type
dominoclient.h:105: error: expected ‘;’ before ‘*’ token
dominoclient.h:81: error: default argument missing for parameter 3 of ‘virtual int Domino::DominoClient::layoutMetric(int, bool, int) const’
dominoclient.cpp:119: error: expected constructor, destructor, or type conversion before ‘*’ token
dominoclient.cpp: In member function ‘bool Domino::DominoHandler::reset(long unsigned int)’:
dominoclient.cpp:128: error: ‘SettingColors’ was not declared in this scope
dominoclient.cpp:135: error: ‘SettingDecoration’ was not declared in this scope
dominoclient.cpp:135: error: ‘SettingFont’ was not declared in this scope
dominoclient.cpp:135: error: ‘SettingBorder’ was not declared in this scope
dominoclient.cpp:138: error: ‘resetDecorations’ was not declared in this scope
dominoclient.cpp: In member function ‘long unsigned int Domino::DominoHandler::readConfig(bool)’:
dominoclient.cpp:149: error: ‘options’ was not declared in this scope
dominoclient.cpp:177: error: ‘SettingColors’ was not declared in this scope
dominoclient.cpp: At global scope:
dominoclient.cpp:491: error: ‘bool Domino::DominoHandler::supports’ is not a static member of ‘class Domino::DominoHandler’
dominoclient.cpp:491: error: ‘Ability’ was not declared in this scope
dominoclient.cpp:492: error: expected ‘,’ or ‘;’ before ‘{’ token
dominoclient.cpp:514: error: expected `)' before ‘type’
dominoclient.cpp: In member function ‘void Domino::DominoButton::reset(long unsigned int)’:
dominoclient.cpp:540: error: ‘SizeChange’ was not declared in this scope
dominoclient.cpp:540: error: ‘ManualReset’ was not declared in this scope
dominoclient.cpp:541: error: ‘setBackgroundOrigin’ was not declared in this scope
dominoclient.cpp:542: error: ‘setErasePixmap’ was not declared in this scope
dominoclient.cpp:546: error: ‘DecorationReset’ was not declared in this scope
dominoclient.cpp:546: error: ‘ManualReset’ was not declared in this scope
dominoclient.cpp:546: error: ‘SizeChange’ was not declared in this scope
dominoclient.cpp:546: error: ‘StateChange’ was not declared in this scope
dominoclient.cpp:547: error: ‘class Domino::DominoButton’ has no member named ‘update’
dominoclient.cpp: In member function ‘void Domino::DominoButton::drawButton(QPainter*)’:
dominoclient.cpp:559: error: ‘isDown’ was not declared in this scope
dominoclient.cpp:559: error: ‘isOn’ was not declared in this scope
dominoclient.cpp:560: error: ‘decoration’ was not declared in this scope
dominoclient.cpp:561: error: ‘type’ was not declared in this scope
dominoclient.cpp:562: error: ‘CloseButton’ was not declared in this scope
dominoclient.cpp:565: error: ‘HelpButton’ was not declared in this scope
dominoclient.cpp:568: error: ‘MinButton’ was not declared in this scope
dominoclient.cpp:571: error: ‘MaxButton’ was not declared in this scope
dominoclient.cpp:574: error: ‘OnAllDesktopsButton’ was not declared in this scope
dominoclient.cpp:577: error: ‘ShadeButton’ was not declared in this scope
dominoclient.cpp:580: error: ‘AboveButton’ was not declared in this scope
dominoclient.cpp:583: error: ‘BelowButton’ was not declared in this scope
dominoclient.cpp:586: error: ‘MenuButton’ was not declared in this scope
dominoclient.cpp:592: error: ‘type’ was not declared in this scope
dominoclient.cpp:592: error: ‘MenuButton’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoButton::enterEvent(QEvent*)’:
dominoclient.cpp:603: error: ‘class Domino::DominoClient’ has no member named ‘isActive’
dominoclient.cpp:607: error: ‘repaint’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoButton::leaveEvent(QEvent*)’:
dominoclient.cpp:614: error: ‘repaint’ was not declared in this scope
dominoclient.cpp: At global scope:
dominoclient.cpp:621: error: expected `)' before ‘*’ token
dominoclient.cpp:654: error: ‘bool Domino::DominoClient::decorationBehaviour’ is not a static member of ‘class Domino::DominoClient’
dominoclient.cpp:654: error: ‘DecorationBehaviour’ was not declared in this scope
dominoclient.cpp:654: error: expected ‘,’ or ‘;’ before ‘const’
dominoclient.cpp:668: error: ‘int Domino::DominoClient::layoutMetric’ is not a static member of ‘class Domino::DominoClient’
dominoclient.cpp:668: error: ‘LayoutMetric’ was not declared in this scope
dominoclient.cpp:668: error: expected primary-expression before ‘bool’
dominoclient.cpp:668: error: expected primary-expression before ‘const’
dominoclient.cpp:668: error: initializer expression list treated as compound expression
dominoclient.cpp:668: error: expected ‘,’ or ‘;’ before ‘const’
dominoclient.cpp:720: error: expected constructor, destructor, or type conversion before ‘*’ token
dominoclient.cpp: In member function ‘void Domino::DominoClient::init()’:
dominoclient.cpp:763: error: ‘menuButton’ was not declared in this scope
dominoclient.cpp:766: error: ‘KDecoration’ has not been declared
dominoclient.cpp:766: error: ‘WNoAutoErase’ was not declared in this scope
dominoclient.cpp:766: error: ‘WStaticContents’ was not declared in this scope
dominoclient.cpp:767: error: ‘setMainWidget’ was not declared in this scope
dominoclient.cpp:769: error: ‘widget’ was not declared in this scope
dominoclient.cpp:769: error: ‘NoBackground’ was not declared in this scope
dominoclient.cpp:773: error: ‘KCommonDecoration’ has not been declared
dominoclient.cpp:773: error: ‘SettingButtons’ was not declared in this scope
dominoclient.cpp:775: error: ‘connect’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::createLayout()’:
dominoclient.cpp:784: error: ‘widget’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::reset(long unsigned int)’:
dominoclient.cpp:858: error: ‘widget’ was not declared in this scope
dominoclient.cpp:859: error: ‘KCommonDecoration’ has not been declared
dominoclient.cpp:860: error: ‘KCommonDecoration’ has not been declared
dominoclient.cpp: In member function ‘void Domino::DominoClient::updateMask()’:
dominoclient.cpp:869: error: ‘maximizeMode’ was not declared in this scope
dominoclient.cpp:869: error: ‘MaximizeFull’ was not declared in this scope
dominoclient.cpp:869: error: ‘options’ was not declared in this scope
dominoclient.cpp:870: error: ‘clearMask’ was not declared in this scope
dominoclient.cpp:873: error: ‘widget’ was not declared in this scope
dominoclient.cpp:880: error: ‘setMask’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::updateCaption()’:
dominoclient.cpp:892: error: ‘buttonsLeftWidth’ was not declared in this scope
dominoclient.cpp:893: error: ‘buttonsRightWidth’ was not declared in this scope
dominoclient.cpp:895: error: ‘options’ was not declared in this scope
dominoclient.cpp:897: error: ‘caption’ was not declared in this scope
dominoclient.cpp:903: error: ‘KDecorationDefines’ has not been declared
dominoclient.cpp:903: error: ‘isActive’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::activeChange()’:
dominoclient.cpp:914: error: ‘updateButtons’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::iconChange()’:
dominoclient.cpp:920: error: ‘menuButton’ was not declared in this scope
dominoclient.cpp:922: error: ‘KDecoration’ has not been declared
dominoclient.cpp:922: error: incomplete type ‘QIconSet’ used in nested name specifier
dominoclient.cpp:922: error: incomplete type ‘QIconSet’ used in nested name specifier
dominoclient.cpp: In member function ‘void Domino::DominoClient::menuButtonDestroyed()’:
dominoclient.cpp:932: error: ‘menuButton’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::slotShade()’:
dominoclient.cpp:937: error: ‘isSetShade’ was not declared in this scope
dominoclient.cpp:937: error: ‘setShade’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::borders(int&, int&, int&, int&) const’:
dominoclient.cpp:944: error: ‘LM_BorderLeft’ was not declared in this scope
dominoclient.cpp:945: error: ‘LM_BorderRight’ was not declared in this scope
dominoclient.cpp:946: error: ‘LM_BorderBottom’ was not declared in this scope
dominoclient.cpp:947: error: ‘LM_TitleHeight’ was not declared in this scope
dominoclient.cpp:948: error: ‘LM_TitleEdgeTop’ was not declared in this scope
dominoclient.cpp:949: error: ‘LM_TitleEdgeBottom’ was not declared in this scope
dominoclient.cpp:951: error: ‘widget’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::shadeChange()’:
dominoclient.cpp:957: error: ‘isSetShade’ was not declared in this scope
dominoclient.cpp:968: error: ‘widget’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::resize(const QSize&)’:
dominoclient.cpp:974: error: ‘widget’ was not declared in this scope
dominoclient.cpp:975: error: ‘maximizeMode’ was not declared in this scope
dominoclient.cpp:975: error: ‘MaximizeFull’ was not declared in this scope
dominoclient.cpp:975: error: ‘options’ was not declared in this scope
dominoclient.cpp: In member function ‘void Domino::DominoClient::resizeEvent(QResizeEvent*)’:
dominoclient.cpp:999: error: ‘KCommonDecoration’ has not been declared
dominoclient.cpp: In member function ‘bool Domino::DominoClient::eventFilter(QObject*, QEvent*)’:
dominoclient.cpp:1028: error: ‘mouseDoubleClickEvent’ was not declared in this scope
dominoclient.cpp:1031: error: ‘isSetShade’ was not declared in this scope
dominoclient.cpp:1032: error: ‘wheelEvent’ was not declared in this scope
dominoclient.cpp:1035: error: ‘processMousePressEvent’ was not declared in this scope
dominoclient.cpp:1040: error: ‘updateButtons’ was not declared in this scope
dominoclient.cpp: In member function ‘virtual void Domino::TitleBar::enterEvent(QEvent*)’:
dominoclient.cpp:1060: error: ‘class Domino::DominoClient’ has no member named ‘isActive’
dominoclient.cpp:1066: error: ‘class Domino::DominoClient’ has no member named ‘updateButtons’
dominoclient.cpp: In member function ‘virtual bool Domino::TitleBar::eventFilter(QObject*, QEvent*)’:
dominoclient.cpp:1074: error: ‘class Domino::DominoClient’ has no member named ‘isActive’
dominoclient.cpp:1076: error: expected type-specifier before ‘QButton’
dominoclient.cpp:1076: error: expected `>' before ‘QButton’
dominoclient.cpp:1076: error: expected `(' before ‘QButton’
dominoclient.cpp:1076: error: ‘QButton’ was not declared in this scope
dominoclient.cpp:1076: error: expected primary-expression before ‘>’ token
dominoclient.cpp:1076: error: expected `)' before ‘{’ token
dominoclient.cpp:1083: error: expected primary-expression before ‘}’ token
dominoclient.cpp:1083: error: expected `;' before ‘}’ token
dominoclient.cpp: At global scope:
dominoclient.cpp:1176: error: expected constructor, destructor, or type conversion before ‘*’ token
dominoclient.moc: In static member function ‘static QMetaObject* Domino::DominoClient::staticMetaObject()’:
dominoclient.moc:54: error: ‘KCommonDecoration’ has not been declared
dominoclient.moc: In member function ‘virtual void* Domino::DominoClient::qt_cast(const char*)’:
dominoclient.moc:78: error: ‘KCommonDecoration’ has not been declared
dominoclient.moc: In member function ‘virtual bool Domino::DominoClient::qt_invoke(int, QUObject*)’:
dominoclient.moc:87: error: ‘KCommonDecoration’ has not been declared
dominoclient.moc: In member function ‘virtual bool Domino::DominoClient::qt_emit(int, QUObject*)’:
dominoclient.moc:94: error: ‘KCommonDecoration’ has not been declared
dominoclient.moc: In member function ‘virtual bool Domino::DominoClient::qt_property(int, int, QVariant*)’:
dominoclient.moc:100: error: ‘KCommonDecoration’ has not been declared
make[2]: *** [dominoclient.lo] Error 1
make[2]: Leaving directory `/home/nescius/Desktop/domino-0.4/client'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/nescius/Desktop/domino-0.4/client'
make: *** [install-recursive] Error 1 - Jun 04 2007

K3b Themes by musicmaker 7 comments
allthrough i would appriciate to see an official k3b icon in a burning dialog than the blackish blob, the red could look much better in my opinion.
Thank you for your work. - Mar 25 2007

Various KDE 1.-4. Improvements by smileaf 6 comments

Screensavers by Yaba 4 comments
it reminds like xscreensaver, which has rss support inside, i am using phosphor with bbc world news, they are in kde screeensavers now, too bad that the configurator doesn't allow me to choose own rss or file, i had to use xscreensaver instead. - Nov 14 2006

Various KDE 1.-4. Improvements by smileaf 3 comments

Kicker Panel by microchip 1 comment

System Software by domseichter 83 comments

Amarok 1.x Scripts by neofreko 25 comments

Amarok 1.x Scripts by khertz 26 comments
take for instance these MSN idiots.. - Sep 13 2006

Amarok 1.x Scripts by lugs 2 comments
somethink like
kdialog --radiolist "Select action:" 1 "Install $FULLNAME using $SUDO" on 2 "Install $FULLNAME using $SU" off 3 "Specify CD-ROM device name" off
et cetera
you can find more about kdialog at http://developer.kde.org/documentation/tutorials/kdialog/x85.htmlbut your code is somewhat messy at lines 1077 and 1125, and i am not familiar with bash programing yeti'll try to send you updated czech translation, perhaps slovak too since it can be perceived as dialect of czech ;] - May 16 2006

Various KDE 1.-4. Improvements by dagnele 47 comments

Icon Sub-Sets by systemx 34 comments
..and that blog of yours too :)
requesting play, stop etc. icons
there are some bugs in colors of actions
i will eventually take care about them later this month, do you have some hi-def source? - May 10 2006

Wallpaper Other by abmotta 3 comments

System Software by bico 27 comments
> Did you run it as root? rpmpm doesn't work yet otherwise.
no, i dont use root usually, but /usr/src/ is owned by me and every night controled for permisions by cron, ill wonder if it will fix that :)i didn't know how to integrate translation engine into app niether, but i found these http://developer.kde.org/documentation/library/kdeqt/kde3arch/kde-i18n-howto.html
http://developer.kde.org/documentation/makefile_am_howto/en/_translations_.html
I hope it will be usable for you. - Apr 12 2006

System Software by bico 27 comments

Various KDE 1.-4. Improvements by madman-dk 8 comments

Emoticons by TwoSouls 5 comments

Emoticons by TwoSouls 5 comments
i have some feature requestscould it handle tabs?design of yakuake is attractive, but it hurts eyes when some darker colors are set - Sep 27 2005