
Developers Apps by milianw 21 comments
make -j1 VERBOSE=1
then paste the (long) last line that triggers the linking. - Nov 20 2011

Developers Apps by nehlsen 6 comments
very nice to see quasi 3rd-party plugins comming up. Make sure to follow this, then once you are somewhat confident propose it to us for inclusion. I bet others find this useful as well.
PS: akonadi integration might be nice, but maybe it's a bit overkill. if it would be a simple .xml file or similar it could be added to the project's source folder and shared between developers... - Apr 08 2011

QtCurve by CraigD 2890 comments
I cannot install from sources into custom CMAKE_INSTALL_PREFIX in my home dir, since you overwrite that setting in the CMakeLists.txt. I think you should use this:
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
exec_program(${KDE4_KDECONFIG_EXECUTABLE}
ARGS --prefix
OUTPUT_VARIABLE CMAKE_INSTALL_PREFIX)
endif(NOT DEFINED CMAKE_INSTALL_PREFIX)
- Nov 09 2010

Developers Apps by milianw 21 comments
https://projects.kde.org/projects/extragear/graphics/kgraphviewer/repository/revisions/master/entry/src/part/kgraphviewer_interface.h
and put it into /usr/local/include/kgraphviewer/ - Nov 06 2010

Developers Apps by milianw 21 comments

Developers Apps by milianw 21 comments
please locate kgraphviewer/kgraphviewer_interface.h
The cmake file looks in /usr/local/include and /usr/include.
What about the libraries, where is libkgraphviewer.so located for you? - Nov 05 2010

Developers Apps by milianw 21 comments
So I think this is a no-go for me.
Bye - Jul 19 2010

Text Editors by MMentos 9 comments
if you polish it more, you can get this upstream into kdelibs, so that it can be pushed to the masses with 4.6.
Contact us developers at kwrite-devel@kde.org and/or #kate on freenode IRC.
Hope to hear from you, bye - Jun 29 2010

QtCurve by CraigD 2890 comments
do you still need help with fixing it, no right?
and thanks again for QtCurve! - Apr 08 2010

QtCurve by CraigD 2890 comments

QtCurve by CraigD 2890 comments
valgrind has under certain circumstances false-positives, but not a single time have I experienced a false-positive in the "uninitialized member" warnings. Recheck and double check.
Actually, I'm tempted to install qt-curve from sources to get proper debug symbols and show you where the error lies ;-)
If you don't find it, I think I'll do that. - Apr 08 2010

QtCurve by CraigD 2890 comments
Look for POD types (ints, bools, pointers, ...) and make sure that they are all properly initialized in the constructor of your classes.
Have you never used memcheck? - Apr 08 2010

QtCurve by CraigD 2890 comments
==26749== Conditional jump or move depends on uninitialised value(s)
==26749== at 0x19855B6E: QtCurveStyle::eventFilter(QObject*, QEvent*) (in /usr/lib/kde4/plugins/styles/qtcurve.so)
==26749== by 0x807DD16: QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) (in /usr/lib/libQtCore.so.4.6.2)
==26749== by 0x87585FB: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x875EB0A: QApplication::notify(QObject*, QEvent*) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x788B255: KApplication::notify(QObject*, QEvent*) (in /usr/lib/libkdeui.so.5.4.0)
==26749== by 0x807E8FB: QCoreApplication::notifyInternal(QObject*, QEvent*) (in /usr/lib/libQtCore.so.4.6.2)
==26749== by 0x87B6BAC: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x87B7847: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x87B7678: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x87B7678: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x87B6909: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x896F474: ??? (in /usr/lib/libQtGui.so.4.6.2)
- Apr 07 2010

QtCurve by CraigD 2890 comments
==26749== Conditional jump or move depends on uninitialised value(s)
==26749== at 0x1984334A: shade(Options const*, QColor const&, QColor*, double) (in /usr/lib/kde4/plugins/styles/qtcurve.so)
==26749== by 0x198441B9: QtCurveStyle::shadeColors(QColor const&, QColor*) const (in /usr/lib/kde4/plugins/styles/qtcurve.so)
==26749== by 0x198442C6: QtCurveStyle::setDecorationColors() (in /usr/lib/kde4/plugins/styles/qtcurve.so)
==26749== by 0x19888239: QtCurveStyle::QtCurveStyle() (in /usr/lib/kde4/plugins/styles/qtcurve.so)
==26749== by 0x19890D71: QtCurveStylePlugin::create(QString const&) (in /usr/lib/kde4/plugins/styles/qtcurve.so)
==26749== by 0x8A4A2CD: QStyleFactory::create(QString const&) (in /usr/lib/libQtGui.so.4.6.2)
==26749== by 0x78B2831: KGlobalSettings::Private::applyGUIStyle() (in /usr/lib/libkdeui.so.5.4.0)
==26749== by 0x78B29AC: KGlobalSettings::Private::kdisplaySetStyle() (in /usr/lib/libkdeui.so.5.4.0)
==26749== by 0x78B4BD8: KGlobalSettings::activate() (in /usr/lib/libkdeui.so.5.4.0)
==26749== by 0x788CFE5: KApplicationPrivate::init(bool) (in /usr/lib/libkdeui.so.5.4.0)
==26749== by 0x788E108: KApplication::KApplication(bool) (in /usr/lib/libkdeui.so.5.4.0)
==26749== by 0x4072F9: main (main_internal.cpp:69)
btw this is qt curve 1.2.0-1 from archlinux - Apr 07 2010

Audioplayers by jamboarder 123 comments
http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports
You'd at least have to do a
"thread apply all bt"
to see whats going on. Don't forget to compile with debug symbols. - Nov 08 2009

Kate by montoya 12 comments
Would you care to cleanup this file so it can be pushed upstream into KDE SVN?
What I would like to see:
- name file qt4.xml
- use IncludeRules (see Kate documentation on Syntax files or http://kate-editor.org/article/writing_a_kate_highlighting_xml_file) to include C++, so no duplication is taking place
- only add qt specific keywords on top of that
=> would make the file lot smaller and simpler
=> changes in cpp.xml won't have to be ported to qt4.xml
If you have questions, contact me e.g. in IRC (milian on freenode, like in #kate). - Jul 21 2009

Amarok 2.x Scripts by fruchtratte 141 comments

Karamba & Superkaramba by SirRomanov 24 comments

Karamba & Superkaramba by SirRomanov 24 comments
http://www.airtightinteractive.com/photos/
And of course you should add a throbber, like one of those but better (KDE should have something like this?!):
http://www.napyfab.com/ajax-indicators/ - Apr 29 2007

Karamba & Superkaramba by Spectre7 6 comments
This is a great widget, I love it's simplicity.
I have made some improvements, first of all I make use of the `defaultfont´ tag and secondly I added two sensors for wlan quality and bit rate.
Maybe someone is interested in this, you can get the updated `SpecStatus.theme` file from this URL:
http://milianw.de/misc/linked/SpecStatus.theme
Simply put this file into `~/.kde/share/apps/superkaramba/themes/SpecStatus` and overwrite the old one.
To the developer: It would be interesting to add a configuration applet so a user could activate wlan and also set the desired devices in a graphical way. - Apr 29 2007

Various KDE 1.-4. Improvements by neofreko 21 comments
crash log here: http://attachr.com/7552 - Mar 25 2007

Amarok 1.x Scripts by gauret 143 comments
I fear my query might be very MySQL specific.
I have not used the other ones(for programming yet so I don't know about any differences in their syntax. - Mar 05 2007

Amarok 1.x Scripts by gauret 143 comments
Here's my patched version:
http://milianw.de/misc/copycover-offline.py
Here's the diff:
http://milianw.de/misc/copycover-offline.diff
Have a look on it and tell me if this is the intended behavior! It works well for me now.
It's my first time with python and I have to say, I don't like its syntax at all :)
I think I'll now write a little bash script to convert those covers to 50x50 bmps for RockBox. - Mar 05 2007