CIA.vc
lovelace
Real-time open source activity stats
Stats » Authors » lovelace
informationsyndicateUTC clock
14:45 on May 26, 2012
event counters
The last message was received 4.7 years ago at 20:07 on Sep 14, 2007
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
6 messages since the first one, 6.16 years ago, for an average of 1.03 years between messages
recent messages
dateReversed sort columnprojectcontentlink
20:07 on Sep 14, 2007KDE
Commit by lovelace :: r712574 kstars/trunk/KDE/kdeedu/kstars/kstars/htmesh/ (4 files):
Fix compilation under OS X. Don't use #ifdef __macosx.
Use #ifdef __APPLE__ instead. This *really* should,
however, be replaced by functionality testing instead
of testing for platform. Mac OS X supports both
native KDE and KDE/X11 so there's no guarantee given
the platform.
#
12:25 on Jun 30, 2006KDE
Commit by lovelace :: r556484 runtime/trunk/KDE/kdebase/ (CMakeLists.txt runtime/CMakeLists.txt):
Only build X11 specific code under X11 (not native mac or windows).
#
20:36 on Apr 17, 2006KDE
Commit by lovelace :: r530857 cmake/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake:
Move windowsystem check earlier in file and use the result
to short circuit checks for Motif on non X11 platforms.
#
02:26 on Apr 05, 2006KDE
Commit by lovelace :: r526605 /trunk/KDE/kdelibs/ConfigureChecks.cmake:
Use the C++ compiler to check for getmntinfo instead of the C compiler because under OS X the C compiler doesn't give an error for lack of a prototype.
#
16:50 on Mar 29, 2006KDE
Commit by lovelace :: r524072 cmake/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake:
Consolidate checks for the Microsoft Windows windowing system into one line instead of specifically checking for win32 or win64. (Thanks to Thiago for the info about this.)
#
16:46 on Mar 29, 2006KDE
Commit by lovelace :: r524068 kio/trunk/KDE/kdelibs/kio/misc/kwalletd/kwalletd.cpp:
Move include of QX11Info inside #ifdef Q_WS_X11.
#