| informationsyndicateUTC clock | event counters The last message was received 1.21 years ago at 20:39 on Nov 26, 2010 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 4579 messages since the first one, 5.55 years ago, for an average of 10.62 hours between messages recent messages date | project | content | link |
|---|
| 20:39 on Nov 26, 2010 | KDE | Commit by apaku :: r 1201119 kdevelop4-extra-plugins/trunk/playground/devtools/ (21 files in 5 dirs): ( link) Change licensing to GPLv2+.
Niko requested this some time ago, Piyush acknowledged the change, so do it now on all files that had the bsd-style license. | # | | 18:22 on Jul 05, 2010 | KDE | Commit by apaku :: r1146329 /trunk/KDE/kdelibs/CMakeLists.txt: Don't bail out early from cmake, instead generate nice errors.
Both Strigi and DBusMenu-Qt already used macro_log_feature to create a nice error message if they're not found. The way they use that macro also makes sure that cmake is aborted at the point where the log is generated so users instantly see that somethings wrong.
That makes the REQUIRED keyword for find_package less useful as in that case cmake bails out very early leaving no way but first fixing this error, just to eventually step into the next missing dependency on subsequent cmake runs.
As all other dependencies in this file already use the "no REQUIRED keyword" but indicate in the macro_log_feature call they're required lets do that too for Strigi and DBusMenu-Qt.
Thanks to Ingo Kloecker for pulling my attention to this. | # | | 05:21 on May 25, 2010 | KDE | Commit by apaku :: r1130321 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/git/ (11 files in 4 dirs): git moved to gitorious.org, replace content with a README pointing to the new place | # | | 22:39 on May 13, 2010 | KDE | Commit by apaku :: r1126432 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/ (3 files in 3 dirs): Remove the external as kdevelop-pg-qt doesn't exist anymore in svn. | # | | 15:55 on May 13, 2010 | KDE | Commit by apaku :: r1126303 scripts/trunk/KDE/kdesdk/scripts/kdesvn-build: Support specifying a builddir that deviates from the module-name/dest-dir. I'm doing this to support building multiple branches with git repositories from the same clone. With this change its possible to have this in the config: module kdevplatform branch master prefix /home/andreas/kdevelop repository git at gitorious dot org:kdevelop/kdevplatform.git end module module kdevplatform-stable branch 1.0 manual-build true dest-build-dir kdevplatform-stable dest-dir kdevplatform prefix /home/andreas/kdevelop-stable repository git at gitorious dot org:kdevelop/kdevplatform.git end module To build the stable and development branches of kdevplatform easily with kdesvn-build and without build-files interfering with one another. CCMAIL: mpyne at kde dot org | # | | 13:15 on May 13, 2010 | KDE | Commit by apaku :: r1126255 apps/trunk/KDE/kdebase/apps/keditbookmarks/main.cpp: Support Galeon and KDE3 import from commandline.
Also fix crash of the commandline-importing as CommandHistory is mandator now | # | | 10:02 on May 13, 2010 | KDE | Commit by apaku :: r1126214 filters/trunk/koffice/filters/karbon/CMakeLists.txt: Fix finding of poppler library.
The pdf-importer requires the (officially unsupported) XPDF headers to be installed from poppler. However the poppler-findpackage has no support for testing that, hence add a manual test here and disable poppler-support if the XPDF headers are not found. | # | | 19:29 on May 12, 2010 | KDE | Commit by apaku :: r1125955 kdevelop/trunk/extragear/sdk/ (7 files in 4 dirs): Delete some files I missed before. | # | | 18:32 on May 12, 2010 | KDE | Commit by apaku :: r1125942 kdevelop-pg-qt/trunk/playground/devtools/kdevelop-pg-qt/ (12 files in 6 dirs): kdevelop-pg-qt moved to gitorious.org | # | | 18:42 on May 05, 2010 | KDE | Commit by apaku :: r1123271 cmake/trunk/KDE/kdelibs/cmake/modules/FindPackageHandleStandardArgs.cmake: Fix FindPackageHandleStandardArgs.cmake for cmake's config-mode.
When using the Config-Mode with a -version-file then cmake automatically sets the <module>_VERSION variable, but it uses the mixed-case that is used as module name.
The logic in this file so far however always expected the version variable to be all upper-case breaking the logic when using it in a simplified FindXxx.cmake module.
This happened to kdevplatform/kdevelop. | # | | 18:29 on May 05, 2010 | KDE | Commit by apaku :: r1123267 kdevelop-plugins/trunk/extragear/sdk/kdevelop-plugins/php/ (10 files in 2 dirs): Hmm, the external broke the removal. Remove these files now. | # | | 18:26 on May 05, 2010 | KDE | Commit by apaku :: r1123266 kdevelop/ (120 files in 48 dirs): Delete content of kdevelop, quanta, kdevplatform, php and php-docs.
These projects moved to gitorious.org. I've left a simple README in each directory so those not following development closely will know what happened. | # | | 13:18 on May 01, 2010 | KDE | Commit by apaku :: r1121501 kdevelop/trunk/extragear/sdk/kdevelop/app/CMakeLists.txt: Revert r1121158 (fix linker error). If your linker cannot link the kdevelop binary you'll have to find a different fix. All functions used from sessioncontroller.h are inline and hence no linking is needed. I'm reverting this because linking actually causes problems as it pulls in libkdevplatformduchain and that one has global statics which must not be initialized in the kdevelop binary but only once the kdevelop.bin is being loaded (thats why the kdevelop.bin links against shell). CCMAIL: brandon dot ml at gmail dot com | # | | 06:22 on Apr 30, 2010 | KDE | Commit by apaku :: r1121017 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/documentationcontroller.cpp: Don't crash if dynamic_cast fails. https://bugs.kde.org/show_bug.cgi?id=235781 ran into a crash due to the dynamic_cast returning 0 (and running in release-mode). I'm not sure how this can happen, but we shouldn't crash if we can check for the 0-pointer. I'm guessing the op in the report has a kind of broken installation. comitting this now so its not forgotten. | # | | 19:34 on Apr 28, 2010 | KDE | Commit by apaku :: r1120291 kdevelop-plugins/trunk/extragear/sdk/kdevelop-plugins/ (2 files in 2 dirs): Increase version number for 1.0 release of php+php-docs | # | | 18:20 on Apr 28, 2010 | KDE | Commit by apaku :: r1120265 scripts/trunk/KDE/kdesdk/scripts/createtarball/config.ini: Adjust for 1.0.0 of kdevplatform and 4.0.0 of kdevelop | # | | 18:20 on Apr 28, 2010 | KDE | Commit by apaku :: r1120264 /tags/kdevelop/4.0.0/: Tag KDevelop 4.0.0 | # | | 18:19 on Apr 28, 2010 | KDE | Commit by apaku :: r1120263 /tags/kdevplatform/1.0.0/: Tag KDevPlatform 1.0.0 | # | | 22:16 on Apr 27, 2010 | KDE | Commit by apaku :: r1119896 kdevelop/trunk/extragear/sdk/ (2 files in 2 dirs): Increase version number for final.
Preparation for the KDevelop4.0.0/KDevPlatform 1.0.0 release. | # | | 20:15 on Apr 25, 2010 | KDE | Commit by apaku :: r1118750 /tags/kdevelop/3.10.2/: Tag RC3 | # |
|