From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- kab/ChangeLog | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 kab/ChangeLog (limited to 'kab/ChangeLog') 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 + + * 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 + + * 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 + + 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 + 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 + 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 + 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 + The displayed email addresses and URLs are interactive now. + + + -- cgit v1.2.1