date | project | content | link |
|---|
| 02:47 on Jun 29, 2011 | KDE | Commit by mjansen :: r 1238765 cmake/trunk/KDE/kdemultimedia/cmake/modules/FindFFmpeg.cmake: ( link) FindFFmpeg.cmake: Support for fedora 15
The files are in /usr/include/ffmpeg/lib*/.... there. | # |
| 19:27 on Jun 28, 2011 | KDE | Commit by mjansen :: r 1238717 cmake/trunk/KDE/kdemultimedia/ (3 files in 2 dirs): ( link) Fix FindFFMPEG.cmake.
It checked for avutil.h in a directory libavutil. In result setting AVUTIL_INCLUDE_DIRS to
.../include/libavutil which goes against the recommended and practiced way of doing
include <libavutil/avutil.h>.
It is planned to push the new FindFFmpeg.cmake file to kdelibs therefore eliminitating the
need for the version checked in here with kde 4.8.
CCMAIL: kde-buildsystem at cmake dot org
CCMAIL: tirtha dot p dot chatterjee at gmail dot com | # |
| 11:43 on Jun 27, 2011 | KDE | Commit by mjansen :: r 1238494 kioslave/trunk/KDE/kdemultimedia/kioslave/audiocd/plugins/audiocdencoder.cpp: ( link) Use KLibrary::resolveFunction istead of QLibrary::resolve. Might be slower :)) but works. QLibrary does not care for the .../lib/kde4/... path. CCMAIL: faure at kde dot org | # |
| 18:19 on May 26, 2011 | KDE | Commit by mjansen :: r 1233714 kmymoney/trunk/extragear/office/kmymoney/kmymoney/plugins/printcheck/kcm_kmm_printcheck.desktop: ( link) kcmshell is named kcmshell4 these days. | # |
| 14:50 on May 15, 2011 | KDE | Commit by mjansen :: r 1232089 kmymoney/trunk/extragear/office/kmymoney/kmymoney/ (CMakeLists.txt mymoney/CMakeLists.txt): ( link) Fix build.
- libalkimia now is a seperate project. Use LIBALKIMIA_INCLUDE_DIR .
- kmymoneyglobalsettings.cpp already uses mymoney/... . So move adding the include_dir up there.
| # |
| 23:02 on Jan 09, 2011 | KDE | Commit by mjansen :: r 1213268 kscd/trunk/KDE/kdemultimedia/kscd/kscd.h: ( link) Ups. Should not have been committed. | # |
| 21:24 on Jan 09, 2011 | KDE | Commit by mjansen :: r 1213263 kscd/trunk/KDE/kdemultimedia/kscd/ (kscd.cpp kscd.h): ( link) No idea if those (this action and the next ones are used anymore ( I suppose not) but
fix it anyway. No idea how to trigger/test it. | # |
| 21:23 on Jan 09, 2011 | KDE | Commit by mjansen :: r 1213262 kscd/trunk/KDE/kdemultimedia/kscd/ (5 files): ( link) Lookup in musicbrainz with the same device kscd tries to play. | # |
| 21:23 on Jan 09, 2011 | KDE | Commit by mjansen :: r 1213261 kscd/trunk/KDE/kdemultimedia/kscd/ (hwcontroler.cpp mbmanager.cpp): ( link) Some debug output changes while understanding why kscd plays but does not musicbrainz my disc. | # |
| 22:03 on Jan 08, 2011 | KDE | Commit by mjansen :: r 1212979 kscd/trunk/KDE/kdemultimedia/kscd/kscd.cpp: ( link) I had a crash here with kscd beeing unable to handle a disc i inserted into my drive (It is not the only one). Now it crashes no more. Doesn't work for me but it is better. Christian: i cced you because you seem to be the last one working on kscd. Perhaps the case should be handled differently? CCMAIL: esken at kde dot org | # |
| 22:03 on Jan 08, 2011 | KDE | Commit by mjansen :: r 1212978 kscd/trunk/KDE/kdemultimedia/kscd/kscd.cpp: ( link) spaces -> tab | # |
| 18:16 on Nov 29, 2010 | KDE | Commit by mjansen :: r 1202113 kdecore/trunk/KDE/kdelibs/kdecore/kernel/kstandarddirs.cpp: ( link) | # |
| 18:15 on Nov 29, 2010 | KDE | Commit by mjansen :: r 1202112 kdecore/trunk/KDE/kdelibs/kdecore/tests/kstandarddirstest.cpp: ( link) | # |
| 22:59 on Nov 28, 2010 | KDE | Commit by mjansen :: r 1201872 runtime/trunk/KDE/kdebase/runtime/kglobalaccel/main.cpp: ( link) Fix kglobalaccel freezing the session on restart. Do not register with ksmserver. | # |
| 16:21 on Aug 17, 2010 | KDE | Commit by mjansen :: r1164790 akonadi/trunk/KDE/kdepimlibs/akonadi/transactionsequence.cpp.orig: Remove file that was not meant to be added. | # |
| 16:20 on Aug 17, 2010 | KDE | Commit by mjansen :: r1164789 akonadi/trunk/KDE/kdepimlibs/akonadi/monitor.cpp: Add a todo specifying we have to unsubscribe the monitors at appropriate times. | # |
| 16:20 on Aug 17, 2010 | KDE | Commit by mjansen :: r1164788 akonadi/trunk/KDE/kdepimlibs/akonadi/ (4 files): Adapt to the akonadi split of NotificationManager. | # |
| 16:18 on Aug 17, 2010 | KDE | Commit by mjansen :: r1164785 akonadi/trunk/kdesupport/akonadi/server/src/notificationmanager.cpp: Do not delete the message source immediately in unsubscribe. Use deleteLater() CCMAIL: tokoe at kde dot org | # |
| 16:18 on Aug 17, 2010 | KDE | Commit by mjansen :: r1164786 akonadi/trunk/kdesupport/akonadi/ (10 files in 3 dirs): Rename MessageSource to NotificationSource since it works together with the NotificationManager. Change the dbus path used to "subscriber/...". CCMAIL: vkrause at kde dot org | # |
| 16:18 on Aug 17, 2010 | KDE | Commit by mjansen :: r1164783 akonadi/trunk/kdesupport/akonadi/ (8 files in 3 dirs): Split NotificationManager into
NotificationManager
MessageSource
Subscribe to NotificationManager, get back url for MessageSource and talk
to it. | # |