Share

qmwedit

File Release Notes and Changelog

Release Name: qmwedit_0.2.0

Notes:
Changes:

mainwindow.hpp
------------
At line 203 I have add a colorFontID. This ID is for enable/disable the 
item "Color and Font" in the popupmenu "Options".
I have add a new function "searchAgain" at line 90.
I have changed at line 115 the name of the function "setGeneralOption" in 
"setEditorOption"
I also add a new ID for the "searchAgain" at line 199 

mainwindow.cpp
------------
The initialisation of the searchAgainID and the insertItem is at line 244.
The initialisation of the colorFontID and the insertItem is at line 302.
At line 460 I have add a connect of textChanged() with changeCaption().
changeCaption() will add a "*" to the caption. This shows you that the file 
has changed. 

In the function "printA2PS" at line 588 I have implemented the call for the 
A2psPrintDlg.

In the function "search" at line 657 I have implemented the call for the 
search dialog.

At line 664 I have add the implementation of the new function "search again"

In the function "replaceString" at line 677 I have implemented the call for the 
replaceString dialog.

At line 811 I have add the implementation of the function  "setEditorOption"

At line 1203 and 1230 I have add there an entry for enable/disable 
the colorFontOption dialog 

I have changed the "closeEvent" function at line 1328 so that an unsaved file 
will shows you a messagebox for to save it or not. 


mdiwindow.hpp
------------
I have add a new function called "changeCaption" at line 58
At line 72 I have add a boolean for a change in the textfile.


mdiwindow.cpp
------------
At line 18 : changed = FALSE;
In the "save" function I have add at line 74:  changed=FALSE;
In the "closeEvent" function I have add the messagebox which shows if like to 
save or not the file at line 142.

At line 237 I have add the new function "changeCaption". This function append a 
"*" to the caption. This shows that the file has changed. 


textwindow.hpp
------------
At line 64,65,66 I have add the functions searchString(), replaceString() and
gotoLine() 


textwindow.cpp
------------
The call up for the search-, replace- and gotoLineDialog is implemented at line 
309, 396 and 406 










Changes: USER: Juergen Messerer PROJECT VERSION: 0.2.0 LOG NUMBER AND DATE: log 1. written on 1th May 2001, 21:16 hrs TASK: MAINWINDOW TEXTWINDOW FILES ACCESSED: mainwindow.hpp mainwindow.cpp mdiwindow.hpp mdiwindow.cpp textwindow.hpp textwindow.cpp NEW CREATED: a2psDlg.hpp a2psDlg.cpp searchDlg.hpp searchDlg.cpp replaceDlg.hpp replaceDlg.cpp editorSetupDlg.hpp editorSetupDlg.cpp gotoDlg.cpp gotoDlg.hpp DISCARDED: none CHANGES MADE: mainwindow.hpp mainwindow.cpp mdiwindow.hpp mdiwindow.cpp textwindow.hpp textwindow.cpp CHANGES MADE IN OTHER FILES: (not your own) none KNOWN BUGS: Infocus bug. When you open a file from the recentFile popupmenu than the Infocus is not set properly. Try to press CTRL+G to open the GotoLineDialog BUGS FIXED: no DOCUMENTATION: (available) Files: 01_05_2001.txt