CVS commit by marios: * Stepped back from using Pimpl in part design since it does only complicate code without any of its advantages in this case * Added an option for adding the message for the commit operation to the master ChangeLog (located in /ChangeLog): await for comments for further changes. * CommitDlg now uses QTextEdit instead of (deprecated) QMultiLineEdit * This log was written using the CvsPart! :) M +1 -1 Makefile.am 1.13 M +1 -1 changelog.cpp 1.2 M +25 -19 commitdlg.cpp 1.8 M +11 -4 commitdlg.h 1.4 M +223 -248 cvspart.cpp 1.41 M +71 -25 cvspart.h 1.18