summaryrefslogtreecommitdiffstats
path: root/ChangeLog.original
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:01:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:01:10 -0600
commita6000c6f2f1a03b34f15d1948f63f0c894f09451 (patch)
tree59a9994e4bb71bc5a74704773e677f2d2474c017 /ChangeLog.original
parentdb89d6f6d944825a20ce69bb11c23b19b2935164 (diff)
downloadkmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.tar.gz
kmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ChangeLog.original')
-rw-r--r--ChangeLog.original14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog.original b/ChangeLog.original
index d017315..b336590 100644
--- a/ChangeLog.original
+++ b/ChangeLog.original
@@ -59,7 +59,7 @@
use the apprpriate KDE 2 dialog. (KMenu -> Preferences -> Personalisation -> Country & Language.)
Added a dialog to let the user choose the columns to be displayed, and to choose the fonts/colours.
Updated the list view code to read from the user variables. A couple of bugs exist.
- The settings are now saved in the application config file. (KMainWnd::read/saveOptions).
+ The settings are now saved in the application config file. (TDEMainWnd::read/saveOptions).
Added a find dialog and added menu and toolbar items.
The find dialog now opens a new results window to display in, and now support
regular expressions in the description & number fields.
@@ -81,14 +81,14 @@
ALL THE HAND EDITED FILES (KDEVELOP DOESN'T ON MINE BUT I CAN'T GUARANTEE IT FOR OTHER
MACHINES). -- I DON'T REALLY UNDERSTAND AUTOCONF ETC!!!
Added a caption to let the user know where they are at any time. Thanks to ...
- Moved the list views over to KListView and am now using better ordering of the items.
+ Moved the list views over to TDEListView and am now using better ordering of the items.
Changed the API in the engine to be more robust and to disengage itself from external number ordering.
Added an index field to MyMoneyTransaction and removed MyMoneyTransactionE from KReconcileDlg.
KReconcileDlg is now implemented using designer, and the code has been modified to reflect this
and the code has been simplified.
Added == operators to the 'engine' classes.
Removed QdbtTabular completely from the source code. All lists now use the
- KListView class.
+ TDEListView class.
Moved over to KDevelop 1.3 and am now using the new templates and admin directory.
Made all tdevelop dialogs into designer dialogs and they now look better and the tabs behave as expected.
Removed the dock applet from the source, I will release it once kmymoney2 becomes stable again. (most of
@@ -174,7 +174,7 @@ useful and sometimes errenous, but I have decided to integrate them purely for c
Copy constructors and assignment operators added to all the mymoney classes.
Quite a few changes to the mymoney classes actually, (added consts, &'s, removed a few methods etc).
Switched to KDE2 Beta3 and QT2.2.0 beta0 (qt-copy-1.92).
- Changed the main window from KTMainWindow to KMainWindow and changed some affected code.
+ Changed the main window from KTMainWindow to TDEMainWindow and changed some affected code.
Added income/expense support to categories and changed dialog and list view code to reflect these changes.
Added a KNewCategoryDlg to edit the categories from KCategoriesDlg.
Added code to load standard categories when a new file is created. The data is loaded from
@@ -234,9 +234,9 @@ yet).
Started making the interface look like it will do in version 1. (Most of it prints
a message saying that it isn't working yet !).
Removed calendar-0.12 from the source tree. You now need to install this prior to compiling.
- Added a new tabbed widget to control the different aspects of KMyMoney2. The Main widget ((KMainView)
+ Added a new tabbed widget to control the different aspects of KMyMoney2. The Main widget ((TDEMainView)
is now one of the tabs (Accounts).
- Cleaned up KMainWnd (the class inherited from KTMainWindow) and it is now lean and clean.
+ Cleaned up TDEMainWnd (the class inherited from KTMainWindow) and it is now lean and clean.
NOTHING WORKS AT THE MOMENT.
@@ -305,7 +305,7 @@ yet).
090500
First steps in making MyMoney* ready for a shared library. This
- version WON'T compile due to undefined methods and KMainWnd
+ version WON'T compile due to undefined methods and TDEMainWnd
not using the new methods.
060500