[Kde-pim] branches/work/kdab-post-4.0/kdepimlibs (silent)
Till Adam
adam at kde.org
Sun Oct 28 20:18:23 GMT 2007
SVN commit 730450 by tilladam:
Merged revisions 728452-730449 via svnmerge from
svn+ssh://tilladam@svn.kde.org/home/kde/trunk/KDE/kdepimlibs
........
r728584 | harmer | 2007-10-23 21:07:32 +0200 (Tue, 23 Oct 2007) | 3 lines
Adding more functionality to the LdapModel class and intriducing a couple of proxy classes.
This should now not need to break BC again during the 4.x series.
........
r728756 | scripty | 2007-10-24 08:41:25 +0200 (Wed, 24 Oct 2007) | 1 line
SVN_SILENT made messages (.desktop file)
........
r728788 | mueller | 2007-10-24 10:13:22 +0200 (Wed, 24 Oct 2007) | 3 lines
job is always non-NULL, otherwise it would crash
a line below (CID 4241)
........
r728852 | ossi | 2007-10-24 15:08:37 +0200 (Wed, 24 Oct 2007) | 29 lines
KConfig* API overhaul. only cosmetics, so don't panic.
KConfigBase:
- remove separator argument from list entry reading/writing functions
- introduce {read,write}XdgListEntry()
- kill readPathListEntry(), add readPathEntry() overload
instead. the default value is not optional any more, as it defines the
return type. this is consistent with the readEntry() functions.
- rename clean() => markAsClean(), remove rollback()
- rename ConfigState => AccessMode, getConfigState() => accessMode()
- rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
- remove NLS alias to Localized
KConfig:
- remove setGroup() & group()
- reshuffle OpenFlag enum, introduce NoCascade for symmetry
- remove setExtraConfigFiles() alias to addConfigSources()
KConfigGroup:
- inherit KConfigBase::deleteGroup() overloads
- make convertToQVariant() private, it will probably change somehow
- KConfig & KConfigGroup: deprecate entryMap()
- remove bogus declarations: KConfigGroup::setReadDefaults(),
KConfig::readEntryUntranslated()
- apidox
- reshuffle the declarations in the headers
........
r729052 | pino | 2007-10-25 02:14:20 +0200 (Thu, 25 Oct 2007) | 3 lines
slots -> Q_SLOTS
signals -> Q_SIGNALS
........
r729053 | pino | 2007-10-25 02:14:54 +0200 (Thu, 25 Oct 2007) | 2 lines
use QtModule/QFoo for includes
........
r729902 | osterfeld | 2007-10-27 12:20:56 +0200 (Sat, 27 Oct 2007) | 4 lines
parse "John Doe (President)" and "John Doe (President) <doe at foo.com>" correctly.
Patch by Stefan Radermacher
BUG: 151411
........
r729905 | krake | 2007-10-27 12:49:17 +0200 (Sat, 27 Oct 2007) | 8 lines
- Replacing deprecated KConfigGroup::entryMap()
The old code used only the map's keys anyway, not much change
Reviewed by David Faure
http://lists.kde.org/?t=119334514900004&r=1&w=2
CCMAIL: kde-pim at kde.org
........
r729940 | winterz | 2007-10-27 15:05:16 +0200 (Sat, 27 Oct 2007) | 3 lines
A patch that thiago helped with. I've been using it successfully for about a week.
It may help with the message size problems.
........
r729956 | mlaurent | 2007-10-27 16:11:46 +0200 (Sat, 27 Oct 2007) | 2 lines
Fix mem leak
........
r730028 | mattr | 2007-10-27 20:00:57 +0200 (Sat, 27 Oct 2007) | 1 line
don't leak so much
........
r730112 | mattr | 2007-10-28 02:03:01 +0100 (Sun, 28 Oct 2007) | 5 lines
Fix an out of bounds access reported by valgrind. This takes care
of all the valgrind errors I've seen so far. Still a few more memory leaks
to take care of though.
........
r730237 | scripty | 2007-10-28 09:01:14 +0100 (Sun, 28 Oct 2007) | 1 line
SVN_SILENT made messages (.desktop file)
........
r730261 | osterfeld | 2007-10-28 10:56:05 +0100 (Sun, 28 Oct 2007) | 2 lines
just use exact match here
........
r730351 | winterz | 2007-10-28 16:03:14 +0100 (Sun, 28 Oct 2007) | 2 lines
don't set the default lastsave and lastload values to an invalid datetime.
........
_M . (directory)
M +1 -1 kabc/formatfactory.cpp
M +1 -0 kabc/formats/binary.desktop
M +1 -0 kabc/kabc_manager.desktop
M +1 -0 kabc/plugins/dir/dir.desktop
M +1 -0 kabc/plugins/file/file.desktop
M +5 -5 kabc/plugins/file/resourcefile.cpp
M +1 -0 kabc/plugins/net/net.desktop
M +1 -1 kabc/plugins/net/resourcenet.cpp
M +2 -5 kblog/gdata.cpp
M +1 -0 kcal/kcal_manager.desktop
M +4 -2 kcal/resourcecached.cpp
M +1 -1 kcal/resourcelocal.cpp
M +1 -1 kcal/resourcelocaldir.cpp
M +6 -0 kioslave/imap4/imap4.cpp
M +2 -2 kioslave/imap4/imapparser.cpp
M +1 -0 kioslave/sieve/sieve.protocol
M +2 -58 kioslave/smtp/smtp.cpp
M +0 -3 kioslave/smtp/smtp.h
M +10 -7 kldap/CMakeLists.txt
A kldap/ldapattributeproxymodel.cpp trunk/KDE/kdepimlibs/kldap/ldapattributeproxymodel.cpp#730351 [License: LGPL (v2+)]
A kldap/ldapattributeproxymodel.h trunk/KDE/kdepimlibs/kldap/ldapattributeproxymodel.h#730351 [License: LGPL (v2+)]
M +183 -65 kldap/ldapmodel.cpp
M +153 -0 kldap/ldapmodel.h
M +33 -30 kldap/ldapmodel_p.cpp
M +6 -6 kldap/ldapmodel_p.h
A kldap/ldapmodelnode_p.cpp trunk/KDE/kdepimlibs/kldap/ldapmodelnode_p.cpp#730351 [License: LGPL (v2+)]
A kldap/ldapmodelnode_p.h trunk/KDE/kdepimlibs/kldap/ldapmodelnode_p.h#730351 [License: LGPL (v2+)]
D kldap/ldapmodeltreeitem_p.cpp
D kldap/ldapmodeltreeitem_p.h
A kldap/ldapstructureproxymodel.cpp trunk/KDE/kdepimlibs/kldap/ldapstructureproxymodel.cpp#730351 [License: LGPL (v2+)]
A kldap/ldapstructureproxymodel.h trunk/KDE/kdepimlibs/kldap/ldapstructureproxymodel.h#730351 [License: LGPL (v2+)]
M +2 -2 kpimidentities/signature.cpp
M +1 -1 kresources/Mainpage.dox
M +5 -0 mailtransport/transportcombobox.cpp
M +2 -0 mailtransport/transportcombobox.h
M +12 -0 syndication/tests/testpersonimpl.cpp
M +9 -7 syndication/tools.cpp
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list