CIA.vc
bloos
Real-time open source activity stats
Stats » Authors » bloos
informationsyndicateUTC clock
00:45 on May 26, 2012
event counters
The last message was received 4.6 years ago at 10:05 on Oct 20, 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
149 messages since the first one, 4.81 years ago, for an average of 1.68 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
10:05 on Oct 20, 2007KDE
Commit by bloos :: r727374 /branches/work/kconfig_new_take2/KDE/kdelibs/kdecore/ (9 files in 3 dirs):

  • Remove bConst and the const emulation from KConfigGroup. I talked with dfaure and ossi about it and we decided against it. It didn't work correctly anyway.
  • move the sync() call from ~KConfig to ~KConfigPrivate
  • break cyclic ref count in KDesktopFile
  • rename exist to groupExists
  • repair some unit tests
  • remove "<default>" as the name for the default/empty group. it's now an empty string
#
15:03 on Oct 19, 2007KDE
Commit by bloos :: r727058 /branches/work/kconfig_new_take2/KDE/kdelibs/kdecore/config/kconfiggroup.cpp:
fix an assertion in KConfigGroup::group
#
14:49 on Oct 19, 2007KDE
Commit by bloos :: r727055 /branches/work/kconfig_new_take2/KDE/kdelibs/kdecore/CMakeLists.txt:
forgot to commit the CMakeLists.txt
#
14:18 on Oct 19, 2007KDE
Commit by bloos :: r727044 /branches/work/kconfig_new_take2/KDE/kdelibs/kdecore/ (4 files in 2 dirs):
copy onversion_check.h from util/ into config/
that's a better place for it
#
14:03 on Oct 19, 2007KDE
Commit by bloos :: r727038 /branches/work/ (31 files in 13 dirs):
move the parsing of config entries into the backend and replace KConfigBase with KConfigGroup
#
04:19 on Oct 19, 2007KDE
Commit by bloos :: r726827 kio/trunk/KDE/kdelibs/kio/ (7 files in 2 dirs):
port away from KLibLoader, and remove unused includes
#
03:41 on Oct 19, 2007KDE
Commit by bloos :: r726824 kdeui/trunk/KDE/kdelibs/kdeui/kernel/kapplication.cpp:
remove unused klibloader.h include
#
19:09 on Oct 08, 2007KDE
Commit by bloos :: r723084 kdecore/trunk/KDE/kdelibs/kdecore/config/kconfiggroup.h:
Mark KConfigGroup::changeGroup as deprecated.
This method has the same problems as KConfigBase::setGroup in kde3 and can lead to a very bug mess. I doesn't provide real speed improvements as a new private is created anyway and doesn't make the code much more readable.
#
00:16 on Oct 08, 2007KDE
Commit by bloos :: r722731 kdecore/trunk/KDE/kdelibs/kdecore/config/kconfigdata.h:
take care to write entries to the local config file instead to kdeglobals if they overwrite a global entry and the global flag is not set
#
23:29 on Oct 07, 2007KDE
Commit by bloos :: r722709 kdecore/trunk/KDE/kdelibs/kdecore/config/kconfig.cpp:
another fix for KConfig.
This should fix the bug Ingo mentioned on k-c-d.
#
22:43 on Oct 07, 2007KDE
Commit by bloos :: r722693 kdecore/trunk/KDE/kdelibs/kdecore/config/ (kconfig.cpp kconfiggroup.cpp):
This should fix the empty QStringList bug mentioned on k-c-d and repair revertToDefault. I made a really stupid typo (| instead of & in flags) :/
#
19:37 on Oct 07, 2007KDE
Commit by bloos :: r722638 kdecore/trunk/KDE/kdelibs/kdecore/config/ (kconfig.cpp kconfig_p.h kconfiggroup.cpp):
Don't write a "," for an empty list or how would you encode a list with two empty elements otherwise?

CCMAIL: kde dot braxton at gmail dot com
#
21:19 on Oct 06, 2007KDE
Commit by bloos :: r722192 kdecore/trunk/KDE/kdelibs/kdecore/config/kconfiggroup.cpp:
return an empty list instead of a list containing an empty string for empty config entries
I missed one place with the last fix
#
18:27 on Oct 06, 2007KDE
Commit by bloos :: r722146 kdecore/trunk/KDE/kdelibs/kdecore/config/ (kconfigbackend.h kconfiggroup.cpp):
return an empty list instead of a list containing an empty string for empty config entries
don't export KConfigBackend. the header isn't installed and it's not used outside of kdecore
#
05:13 on Oct 06, 2007KDE
Commit by bloos :: r721789 lanbrowsing/trunk/KDE/kdenetwork/lanbrowsing/kio_lan/kio_lan.cpp:
fix build
#
04:42 on Oct 06, 2007KDE
Commit by bloos :: r721787 maildir/trunk/KDE/kdepim/maildir/maildir.cpp:
fix build
#
04:39 on Oct 06, 2007KDE
Commit by bloos :: r721786 kcharselect/trunk/KDE/kdeutils/kcharselect/main.cc:
fix build
#
04:35 on Oct 06, 2007KDE
Commit by bloos :: r721785 kfilereplace/trunk/KDE/kdewebdev/kfilereplace/koptionsdlg.cpp:
fix build
#
03:57 on Oct 06, 2007KDE
Commit by bloos :: r721784 kttsd/trunk/KDE/kdeaccessibility/kttsd/libkttsd/talkerlistmodel.cpp:
fix build
#
03:45 on Oct 06, 2007KDE
Commit by bloos :: r721779 kdecore/trunk/KDE/kdelibs/ (11 files in 2 dirs):
change the last methods to QByteArray
fix globalcleanuptest
change the merge flag back to the old behavior. this shouldn't be used anywhere yet and could lead to some big problems otherwise
some internal changes in KConfigGroup
delete kconfigini.h
this should be the last kconfig commit
#