CIA.vc
kfloppy
Real-time open source activity stats
Stats » Projects » KDE » kfloppy
informationsyndicateUTC clock
20:33 on Mar 20, 2010
event counters
The last message was received 3.71 months ago at 16:09 on Nov 29, 2009
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
32 messages since the first one, 4.25 years ago, for an average of 1.61 months between messages
recent messages
dateReversed sort columnprojectcontentlink
16:09 on Nov 29, 2009KDE
Commit by dakon :: r1056194 kfloppy/trunk/KDE/kdeutils/kfloppy/format.cpp:
another krazy warning
#
16:08 on Nov 29, 2009KDE
Commit by dakon :: r1056192 kfloppy/trunk/KDE/kdeutils/kfloppy/format.cpp:
krazy warning--
#
13:45 on Oct 24, 2009KDE
Commit by aacid :: r1039745 kfloppy/trunk/KDE/kdeutils/kfloppy/floppy.cpp:
remove q3 header
#
19:29 on Aug 27, 2009KDE
Commit by dfaure :: r1016415 kfloppy/trunk/KDE/kdeutils/kfloppy/CMakeLists.txt:
KBuildServiceFactory::populateServiceTypes: "ServiceMenus/floppy_format.desktop" specifies undefined mimetype/servicetype "media/floppy_unmounted"
#
07:04 on Jul 28, 2009KDE
Commit by mlaurent :: r1003386 kfloppy/trunk/KDE/kdeutils/kfloppy/format.cpp:
if(foo) delete foo; => delete foo;
#
01:35 on Feb 04, 2009KDE
Commit by kossebau :: r920926 kfloppy/trunk/KDE/kdeutils/ (6 files in 3 dirs):
make const-to-be arrays (of pointers) const and non-variable
#
22:32 on Sep 03, 2008KDE
Commit by dakon :: r856853 kfloppy/trunk/KDE/kdeutils/kfloppy/ (zip.cpp zip.h):
delete dead files
#
11:10 on Jun 19, 2008KDE
Commit by mlaurent :: r822157 kfloppy/trunk/KDE/kdeutils/kfloppy/floppy.cpp:
Translate here too
#
00:03 on Jan 25, 2008KDE
Commit by adridg :: r765970 kfloppy/trunk/KDE/kdeutils/ (8 files in 4 dirs):
QtDBus includes and gcc-isms be gone\!
#
21:51 on Nov 07, 2007KDE
Commit by binner :: r734036 kfloppy/trunk/KDE/kdeutils/kfloppy/CMakeLists.txt:
s/KonqPopupMenu/ServiceMenus/
#
17:32 on Nov 06, 2007KDE
Commit by cartman :: r733554 kfloppy/branches/KDE/3.5/kdeutils/kfloppy/format.cpp:
Fix KFloppy with udev, patch found on Mandriva, Pardus, etc.
#
17:22 on Nov 05, 2007KDE
Commit by mlaurent :: r733154 kfloppy/trunk/KDE/kdeutils/ (5 files in 2 dirs):
Adapt servicemenus and install them in services/ServiceMenus
#
09:15 on Oct 17, 2007KDE
Commit by mlaurent :: r726233 kfloppy/trunk/KDE/kdeutils/kfloppy/floppy_format.desktop:
It's Service now
#
17:51 on Oct 02, 2007KDE
Commit by mlaurent :: r720210 kfloppy/trunk/KDE/kdeutils/kfloppy/CMakeLists.txt:
link
#
13:22 on Aug 15, 2007KDE
Commit by adridg :: r700404 kfloppy/trunk/KDE/kdeutils/kfloppy/format.cpp:
Make it build on BSD again.

I'm wondering whether this shouldn't be changed to use if(ANY_BSD) instead
of #ifdef ANY_BSD, so that the compiler would at least see the code
in the other OS blocks -- which then get optimized away for the
if (0) cases.
#
13:48 on Jun 16, 2007KDE
Commit by pino :: r676270 kfloppy/trunk/KDE/kdeutils/ (3 files in 2 dirs):

  • add the Encoding key where missing
  • end the lists with the separator
#
11:52 on Jun 01, 2007KDE
Commit by lunakl :: r670414 kfloppy/trunk/KDE/kdeutils/kfloppy/floppy.cpp:
Default to density autodetect.
#
11:52 on Jun 01, 2007KDE
Commit by lunakl :: r670413 kfloppy/branches/KDE/3.5/kdeutils/kfloppy/floppy.cpp:
Default to density autodetect.
CCBUG: 94392
#
11:47 on Jun 01, 2007KDE
Commit by lunakl :: r670410 kfloppy/trunk/KDE/kdeutils/kfloppy/format.cpp:
Check all available densities instead of a hardcoded list. This fixes autodetect.
CCBUG: 94392
#
11:44 on Jun 01, 2007KDE
Commit by lunakl :: r670409 kfloppy/branches/KDE/3.5/kdeutils/kfloppy/format.cpp:
Check all available densities instead of a hardcoded list. This fixes autodetect.
#