summaryrefslogtreecommitdiffstats
path: root/kbruch/ChangeLog
blob: 688ef69fcb202e74650befca314bf64d1fb284ab (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
2003-04-28 Sebastian Stein <seb.kde@hpfsc.de>

	* fixed layout problem with help of Dominique Devries

	* compiler warnings (<iosteam>) removed by Dominique Devries

	* import to KDE Edu CVS by David Faure

	* for all other changes see the CVS ChangeLog

2003-04-24 Sebastian Stein <seb.kde@hpfsc.de>

	* experiments with the layout problem, but found no solution
	
	* removed #define TRUE, used type bool instead

	* version 0.24

2003-04-22 Sebastian Stein <seb.kde@hpfsc.de>

	* added MaxMainDenominator, NrOfTerms and Operation actions to the toolbar

	* connect StatisticView and TaskView by using a slot

	* most GUI items work, we just can't change the nr of ratios (sigv)

	* did some code cleanup

2003-02-16 Sebastian Stein <seb.kde@hpfsc.de>

	* started to rewrite QT GUI code completely based on KMath

2002-07-15 Sebastian Stein <seb.kde@hpfsc.de>

	* added screenshots to the handbook

	* added program icon

	* added KHelpMenu as KPopupMenu to the help button in the main window

	* added section main window to the handbook

	* now using the common KDE way to handle command line options

2002-06-25 Sebastian Stein <seb.kde@hpfsc.de>

	* added the handbook and the help buttons calling the fitting chapter

	* added tool tips to all important widgets

2002-05-30 Sebastian Stein <seb.kde@hpfsc.de>

	* renamed the project to KBruch

	* ported the program to KDE3/Qt3

2002-05-02 Sebastian Stein <seb.kde@hpfsc.de>

	* the statistic window is positionated next to the task window

	* removed English translation of the GUI

	* renamed the project to KBruch

	* version 0.19

2002-04-16 Sebastian Stein <seb.kde@hpfsc.de>

	* ported it to KDE 2

	* added internationalization support 

	* translated the German version

	* added a English translation to retake all strings from the program

	* version 0.18


2002-03-16 Sebastian Stein <seb.kde@hpfsc.de>

	* first version of the answer and result window (finished in most cases)

	* added the parameter window (with support of dynamic main denominator size)

	* moved the high() function to tool.h

	* added a statistic window

	* maybe fixed the floating point exception

	* version 0.17


2002-01-30 Sebastian Stein <seb.kde@hpfsc.de>

	* fixed autoconf/automake for Qt support (thanks to Kevin Krammer)

	* tried to stabilize the primzahl class

	* coded a better solution for the "press enter for 2 times to go on" messages

	* version 0.16

2002-01-29 Sebastian Stein <seb.kde@hpfsc.de>

	* added autoconf/automake for Qt support

	* fixed a small bug in bruch.cpp to count correct entered results

	* added the lsm software map

	* added -t and --text to call the text mode user interface

	* started to build the Qt GUI

	* version 0.15

2002-01-25 Sebastian Stein <seb.kde@hpfsc.de>

	* some finetuning to the text GUI

	* version 0.13 was tested on RedHat 7.1, SuSe Linux 7.2, Slackware Linux 8
	  SunOS 5.7, FreeBSD 4.4, AIX Unix, MS Windows 2000

	* added a check to autoconf/automake for gcc, so it compiles with -Wall

	* version 0.14

2002-01-24 Sebastian Stein <seb.kde@hpfsc.de>

	* some finetuning to the task generating

	* added command line options (?, h, help, v, version, d, debug)

	* some bugfixes in the ratio and task class

	* finished the text GUI

	* added the operator<< to class ratio and class task

	* program compiles with MS Visual C++ 6.0 on WIN32

	* version 0.13

2002-01-23 Sebastian Stein <seb.kde@hpfsc.de>

	* the program now compiles on AIX and SunOS as well

	* added a gui for text mode

	* version 0.12

2002-01-17 Sebastian Stein <seb.kde@hpfsc.de>

	* the first working version without a gui

	* solves a given task

	* solves a generated task

	* version 0.10


2001-11-29 Sebastian Stein <seb.kde@hpfsc.de>

	* classes are now using vector<T> template

	* class task now solves problems

	* bugfix in class primzahl


2001-11-28 Sebastian Stein <seb.kde@hpfsc.de>

	* started to program

	* implemented class primzahl and ratio

	* started to work on class task

	* added a main program

	* created a basic autoconf/automake system