From koffice-devel Sun Sep 26 15:11:06 2004 From: Tomas Mecir Date: Sun, 26 Sep 2004 15:11:06 +0000 To: koffice-devel Subject: koffice/kspread Message-Id: <20040926151106.45DC5126E0 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=koffice-devel&m=109621147720222 CVS commit by mecir: Activated the new dependency manager, making all necessary changes in relevant classes, and got rid of the old dependency handling system. Also, the list of dependencies is no longer retrieved via koscript and KSpreadInterpreter, but using the new formula parser by Ariya (not used elsewhere yet). This also reduces memory usage of each cell by 72 bytes. Dependency updating seems to be working correctly now - hence closing bug 80038 (automatic recalc not working reliably). Some more testing would be handy though... CCMAIL: 80038-done@bugs.kde.org CCMAIL: koffice-devel@mail.kde.org M +0 -1 Makefile.am 1.218 M +20 -4 dependencies.cc 1.8 M +7 -7 kspread_autofill.cc 1.63 M +28 -182 kspread_cell.cc 1.630 M +2 -13 kspread_cell.h 1.194 M +38 -65 kspread_cluster.cc 1.19 M +3 -4 kspread_cluster.h 1.14 M +1 -63 kspread_interpreter.cc 1.207 M +1 -2 kspread_interpreter.h 1.14 M +17 -23 kspread_sheet.cc 1.624 M +3 -9 kspread_sheet.h 1.298 M +3 -3 kspread_undo.cc 1.115 M +1 -1 kspread_view.cc 1.794 M +1 -2 dialogs/kspread_dlg_cons.cc 1.53 R kspread_depend.cc 1.5 R kspread_depend.h 1.4 _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel