summaryrefslogtreecommitdiffstats
path: root/kab/ChangeLog
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kab/ChangeLog
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.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/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kab/ChangeLog')
-rw-r--r--kab/ChangeLog94
1 files changed, 94 insertions, 0 deletions
diff --git a/kab/ChangeLog b/kab/ChangeLog
new file mode 100644
index 000000000..d3e36fcc1
--- /dev/null
+++ b/kab/ChangeLog
@@ -0,0 +1,94 @@
+Tue Dec 22 22:56:58 1998 Mirko Boehm <mirko@kde.org>
+
+ * changed the debugging aids to be more portable
+ removed all macros with variable args like ID(a...)
+ that are only usable with GNU C++
+
+ * debugged the KabAPI
+
+1998-12-08 Alex Zepeda <garbanzo@hooked.net>
+
+ * businesscard.h (class BusinessCard): Hopefully remove
+ trigraph.
+
+ * datepickerdialog.cc (DateLabel): Removed default value
+ in the implementation.
+
+ * keyvaluemap.h: Removed a default value for a function
+ which should be in a .cpp file. Oy.
+
+1998-10-10 Mirko Boehm <mirko@kde.org>
+
+ The files
+ AssertDialog.h
+ AssertDialog.cpp
+ AssertDialogData.h
+ AssertDialogData.cpp
+ are new. The AssertDialog pops up when an assertion is caught. The user
+ may ignore the error, kill the application or mail a note to the app
+ maintainer.
+ The files
+ SearchDialogData.h
+ SearchDialogData.cpp
+ have been removed. The new SearchDialog uses the DialogBase class.
+ The files
+ SearchDialog.h
+ SearchDialog.cpp
+ contain completely different code than before (the new dialog).
+ The files
+ SearchDialogMainWidget.h
+ SearchDialogMainWidget.cpp
+ SearchDialogMainWidgetData.h
+ SearchDialogMainWidgetData.cpp
+ contain the new widget (created with qtarch).
+
+1998-10-16 Mirko Boehm <mirko@kde.org>
+ The files
+ StringListSelectAndReorderSet.h
+ StringListSelectAndReorderSet.cpp
+ StringListSelectSetDialog.h
+ StringListSelectSetDialog.cpp
+ have been changed to use the new dialog base class.
+ The files
+ StringListSelectAndReorderSetData.h
+ StringListSelectAndReorderSetData.cpp
+ StringListSelectSetDialogData.h
+ StringListSelectSetDialogData.cpp
+ are obsolete and have been removed.
+ The files
+ dialog_background.jpg
+ has been added.
+
+1998-10-24 Mirko Boehm <mirko@kde.org>
+ I debugged the appearance of the EditEntry-dialog. It resizes now
+ automatically and more accurately.
+ The about dialog now contains a KURLLabel that opens an email composer
+ when the user clicks on it.
+
+1998-11-02 Mirko Boehm <mirko@kde.org>
+ I missed to store the contents of the "country" field, this bug is fixed
+ now.
+ Since I reworked the former StringListDialog, all files regarding the
+ old one have changed. These are removed:
+ StringListDialog.dlg
+ StringListDialog.h
+ StringListDialog.cpp
+ StringListDialogData.h
+ StringListDialogData.cpp,
+ these are added, they contain the new main widget for the DialogBase
+ deriven dialog class:
+ StringListEditWidget.dlg
+ StringListEditWidget.h
+ StringListEditWidget.cpp
+ StringListEditWidgetData.h
+ StringListEditWidgetData.cpp,
+ and these contin the dialog itselfes, they are also new:
+ StringListEditDialog.h
+ StringListEditDialog.cpp.
+ Writing dialogs becomes more and more easy using the DialogBase class.
+
+1998-11-22 Mirko Boehm <mirko@kde.org>
+ The displayed email addresses and URLs are interactive now.
+
+
+