File: ChangeLog

package info (click to toggle)
kdewebdev 1%3A3.3.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 33,200 kB
  • ctags: 13,047
  • sloc: cpp: 165,029; sh: 9,033; perl: 3,315; makefile: 1,618; xml: 497; ansic: 83
file content (43 lines) | stat: -rw-r--r-- 2,222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
26-03-2004(Emiliano Gulmini <emi_barbarossa@yahoo.it>)
- Added a feature. Now we can open a file from the result view of KFR in Quanta(thanks Andras).

14-03-2004(Emiliano Gulmini <emi_barbarossa@yahoo.it>)
- Replaced two QLineEdit with two QSpinbox in knewprojectdlg.ui
- Fixed a bug in the new kfr (XML-based) file format.

12-03-2004(Emiliano Gulmini <emi_barbarossa@yahoo.it>)
- Removed KresultView(.h,.cpp). Now KFileReplaceView is a QWidget that contains results and strings view.
- Added whatthis.h that contains the "what's this" strings.
- Fixed a bug that generate a wrong XHTML result file.

06-03-2004(Emiliano Gulmini <emi_barbarossa@yahoo.it>)
- Added kconfirmdlgs.ui.
- Fixed a bug in KOptionDlg, now when we select a option, the selection is shown correctly.
- Fixed a bug KNewProjectDlg. 

26-02-2004(Emiliano Gulmini <emi_barbarossa@yahoo.it>)
- I added a method 'editStrings' that fixes tha behaviour when a user 
  chooses edit string option instead of add string option.
- I modified the property textFormat of the QTextEdit widgets of
  KAddstringDlg, from the value 'AutoText' to the value 'PlainText',
  so the QTextEdit widgets will not try to render a string containing
  html code.

24-02-2004(Emiliano Gulmini <emi_barbarossa@yahoo.it>)
- kfilereplacepref.(h,cpp) were removed.
- kernel.(h,cpp) now are a singleton class.
- Some macros in kernel.h were replaced with integer constants.
- Methods in kernel.h file were renamed.
- Some superflous #include lines were removed.
- The filelib.(h,cpp) were subtituted with KFilereplaceLib singleton class.
- Now kfilereplace logo and icons in the result view appear.

18-02-2004(Emiliano Gulmini <emi_barbarossa@yahoo.it>)
- The icons in toolbar directory were redrawn.
- Deleted the KFRHeader struct from  apistruct.h.
- The mechanism of saving the string rules has been modified: now we can save the rules in a file like
  this "a_file_name.kfr" that is an XML file.
- The file containing the results of the operations  is now a XHTML file.
- Two new files UI added: now KOptionDlg inherits from KOptionDlgS and KAddstringDlg inherits from KAddstringDlgS.
- The klistviewstring.(h,cpp) were removed.
- A lot of clean up has been made in all files.