- Make the list of keywords translateable, including context info
and the ability for the translators to add more keywords.
CCMAIL: annemarie.mahfouf@free.fr
svn path=/trunk/KDE/kdepim/; revision=856741
GlobalSettingsBase was being deleted twice, once
by the KStaticDeleter and another one by the K_STATIC_GLOBAL code
generated by kconfig_compiler. No longer use KStaticDeleter in
globalsettings.cpp as K_STATIC_GLOBAL already takes care of
deleting it
svn path=/trunk/KDE/kdepim/; revision=677348
sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538