diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /korn/ChangeLog | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korn/ChangeLog')
-rw-r--r-- | korn/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/korn/ChangeLog b/korn/ChangeLog new file mode 100644 index 000000000..d22d617aa --- /dev/null +++ b/korn/ChangeLog @@ -0,0 +1,38 @@ +2000-06-14 Rik Hemsley <rik@kde.org> + * More porting to KDE/Qt 2. Shitloads to do, took all day :( + * Compiles cleanly with -DQT_NO_ASCII_CAST -DQT_NO_CAST_ASCII + -DQT_CLEAN_NAMESPACE + * Used an inline function called 'fu()' to convert all (const) char * to + QString. It calles QString::fromUtf8(), hence 'f(from)u(tf8)'. + +2000-06-12 Rik Hemsley <rik@kde.org> + * Minor icon fix. + * Fixes to kornbutt. + +2000-06-12 Rik Hemsley <rik@kde.org> + * Fixed enabling of buttons and initial selection in optdlg. + * Converted C-style casts to C++-style, and checked retvals + of dynamic_casts. Currently only assert() used, but that's + better than crashing. + * Fixed layout of polldlg. + * Split 'General' cfg widget into two, 'View' and 'Commands' + * Added some keyboard accelerators. + * Still need to connect config stuff up properly... + +2000-06-09 Rik Hemsley <rik@kde.org> + * Converted the dialogs to use KDialogBase etc. + * Changed 'Options' to 'Display' and moved to second place in + main config dialog. + +1999-06-23 Cristian Tibirna <ctibirna@total.net> + + * temporarily take care of korn (with Taj's blessing) + * fix most of the layouts (/me being too stupid to fix Taj's nice + custom layout classes, I switched completely to pure QLayouts) + * fixed most of the i18n + * made FileDialogs start with the current path by default (instead no + path, used before) + * changed some UI details a it (repetitive "Box" word etc.) + * added the Cancel button to the main QTabDialog of Setup... + NOTICE: kornII always functioned correctly. My changes are only makeup + |