From kde-commits Thu Nov 13 15:05:20 2003 From: Andras Mantia Date: Thu, 13 Nov 2003 15:05:20 +0000 To: kde-commits Subject: quanta X-MARC-Message: https://marc.info/?l=kde-commits&m=106873606827984 CVS commit by amantia: Two bugs fixed: - crash recovery in case of multiple running Quanta instances (patch by Emiliano) - rename in the files tree (patch by Jens). Patches reviewed by myself. M +1 -1 quanta.kdevelop 1.103 M +52 -53 quanta/document.cpp 1.227 M +8 -9 quanta/document.h 1.96 M +4 -2 quanta/kqapp.cpp 1.38 M +74 -17 quanta/quanta.cpp 1.396 M +24 -7 quanta/quanta.h 1.182 M +101 -42 quanta/quanta_init.cpp 1.386 M +7 -7 quanta/quantacommon.h 1.56 M +17 -16 quanta/project/project.cpp 1.127 M +3 -0 quanta/project/project.h 1.49 M +6 -1 quanta/treeviews/filestreeview.cpp 1.60 M +9 -0 quanta/treeviews/projecttreeview.cpp 1.60 M +1 -1 quanta/treeviews/projecttreeview.h 1.26 M +17 -8 quanta/treeviews/templatestreeview.cpp 1.59