summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
parentdb89d6f6d944825a20ce69bb11c23b19b2935164 (diff)
downloadkmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.tar.gz
kmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index a7723aa..1af53d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3084,7 +3084,7 @@
* Added plugin dialog to show plugin information
* Added warning message when quitting transaction dialog editor
via selection of a different transaction
- * Don't show the sort column shaded in KListViews
+ * Don't show the sort column shaded in TDEListViews
2007-12-10 Tony Bloomfield <tonybloom@users.sourceforge.net>
* Make GNC import error message translator-friendly
@@ -3188,7 +3188,7 @@
2007-10-25 Thomas Baumgart <ipwizard@users.sourceforge.net>
* Added forecast patch provided by Alvaro Soliverez
- * Modified layout and changed QListView* into KListView* objects in forecast
+ * Modified layout and changed QListView* into TDEListView* objects in forecast
* Don't include disabled widgets in mandatory field checks
* Fixed a layout problem in enter and edit schedule dialogs when resizing
* Fixed a sizing problem with KMyMoneyCombo widgets
@@ -3418,7 +3418,7 @@
* Allow creation of multi currency categories
* Allow changing the base currency
* Removed default parameter of MyMoneyPrice::rate()
- * Base currency activities (new, edit, delete, etc.) on KActions
+ * Base currency activities (new, edit, delete, etc.) on TDEActions
* Show networth graph on home page in base currency
* Fixed a problem with ledger not displaying all transactions when
loading a new account
@@ -3538,7 +3538,7 @@
2007-05-16 Thomas Baumgart <ipwizard@users.sourceforge.net>
* Use prettyURL() where appropriate
- * Renamed KMergeTransactionDlgDecl into KSelectTransactionDlgDecl
+ * Renamed KMergeTransactionDlgDecl into TDESelectTransactionDlgDecl
2007-05-14 Thomas Baumgart <ipwizard@users.sourceforge.net>
* Better detection of write errors in GPGFile component
@@ -4703,7 +4703,7 @@
* Renamed kMyMoneyCurrencySelector to KMyMoneyCurrencySelector
* Renamed kMyMoneySecuritySelector to KMyMoneySecuritySelector
* Added both of the above to Qt designer widgets
- * Reworked payees view to use new KAction logic
+ * Reworked payees view to use new TDEAction logic
2006-01-21 Darren Gould <darren_gould@linuxmail.org>
* Initial budgeting view and report mockup
@@ -4728,7 +4728,7 @@
2006-01-14 Ace Jones <acejones@users.sourceforge.net>
* Added account setup for OFX direct connect
- * Revived OFX direct connect (it's been broken since the KAction changes)
+ * Revived OFX direct connect (it's been broken since the TDEAction changes)
* OFX direct connect is now officially supproted!
* Even added some docs
@@ -4968,7 +4968,7 @@
2005-11-08 Thomas Baumgart <ipwizard@users.sourceforge.net>
* Moved some action slots to KMyMoney2App:
- * Revised KAction handling
+ * Revised TDEAction handling
* Fixed date calculation in isOverdue testcase, enhanced testcase
* Restructured action handling
* Renamed some members in the new account wizard
@@ -8039,7 +8039,7 @@
view.
* The date for the current cell to be painted is passed to the
drawCellContents method.
- * Changed the list view widget in KScheduleView to a KListView so I can use
+ * Changed the list view widget in KScheduleView to a TDEListView so I can use
the executed signal.
* Implemented an executed slot on a schedule list item that shows the next
payment date in the calendar.
@@ -8936,7 +8936,7 @@
2002-01-16 Michael Edwardes <mte@users.sourceforge.net>
* Removed some old 'recurring transactions' code.
- * Removed the unneeded KMainView class and converted KMyMoneyView
+ * Removed the unneeded TDEMainView class and converted KMyMoneyView
to use the KBanksView and KTransactionView classes directly.
* Moved all the dialogs into the dialogs subdir.
@@ -9027,11 +9027,11 @@
* fixed memory leaks in the reconcile and endingbalance dialog boxes
2001-12-14 Thomas Baumgart <ipwizard@users.sourceforge.net>
- * fixed another memory leak bug having to do with the Transaction KPopupMenu
+ * fixed another memory leak bug having to do with the Transaction TDEPopupMenu
* revised Felix' fixes to avoid creating countless objects
2001-12-14 Felix Rodriguez <frodriguez@mail.wesleyan.edu>
- * fixed another memory leak bug having to do with the Account KPopupMenu
+ * fixed another memory leak bug having to do with the Account TDEPopupMenu
2001-12-13 Thomas Baumgart <ipwizard@users.sourceforge.net>
* fixed debug output of QIF import (result message of date conversion)