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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
|
2005-12-29 Klaus Niederkr�ger <[email protected]>
* Fixed BUG 116835, BUG 118300, BUG 118909
2005-10-?? Klaus Niederkr�ger <[email protected]>
* Added arbitrary precision
2005-04-30 Klaus Niederkr�ger <[email protected]>
* Fix BUG 100316
2005-04-25 Klaus Niederkr�ger <[email protected]>
* Fix BUG 99817.
2005-04-20 Klaus Niederkr�ger <[email protected]>
* Change C-style casts for C++ casts, removed some C-style typedefs
2005-04-02 Klaus Niederkr�ger <[email protected]>
* GUI: added statusflags to display, looks very neat (this was
contributed by Bernd Brandstetter; well done!)
2005-03-30 Klaus Niederkr�ger <[email protected]>
* added a Memory-Store button (contributed by Bernd Brandstetter)
2005-03-29 Klaus Niederkr�ger <[email protected]>
* fix M+/- button to change when inverse is pressed
2005-03-08 Evan Teran <[email protected]>
* updated about box to reflect my correct email address. This one is
permanent and will never change again
2005-02-05 Klaus Niederkr�ger <[email protected]>
* fix BUG 98522: M- button did not work at least since KDE-3.2. Shame on me, and thanks to
Bernd Brandstetter for reporting the bug.
2004-12-21 Klaus Niederkr�ger <[email protected]>
* added some more contants and dropped Pi-button since not needed.
Instead new cube and cube root button.
2004-12-17 Klaus Niederkr�ger <[email protected]>
* almost finished feature which allows to choose from list
of scientific constants
2004-12-17 Klaus Niederkr�ger <[email protected]>
* started implementation of a list of scientific constants
2004-12-06 Klaus Niederkr�ger <[email protected]>
* further refactoring of configuration options for const buttons
2004-12-05 Klaus Niederkr�ger <[email protected]>
* understood how tdeconfigxt handles indexed configuration options
2004-12-03 Klaus Niederkr�ger <[email protected]>
* moving through history is now done via undo/redo
this implements wish BUG 93938
2004-11-23 Klaus Niederkr�ger <[email protected]>
* improved const buttons
2004-10-20 Klaus Niederkr�ger <[email protected]>
* clean up Const-Buttons. More work still required.
2004-10-16 Klaus Niederkr�ger <[email protected]>
* improve Const-Buttons: set value by using INV-Button instead of config-menu
2004-09-24 Klaus Niederkr�ger <[email protected]>
* fixed BUG 90009: the display does not resize in vertical direction anymore
2004-09-24 Klaus Niederkr�ger <[email protected]>
* fixed small bug: switching off Logic-mode tried to change item in statusbar,
but item did not exist.
2004-09-11 Klaus Niederkr�ger <[email protected]> *
* fix bug 82433: show a check mark next to the angle mode in popup menu
2004-09-10 Klaus Niederkr�ger <[email protected]> *
* bundle precedence of operators and function pointers into a single
struct.
2004-09-08 Klaus Niederkr�ger <[email protected]>
* moved angle mode logic into GUI
2004-09-04 Klaus Niederkr�ger <[email protected]>
* reduced the number of entry points into the CalcEngine
Aim: enterOperation the only entry point
2004-08-2? Klaus Niederkr�ger <[email protected]>
* added some labels and tooltips for inverse mode
2004-08-2? Klaus Niederkr�ger <[email protected]>
* fix to BUG 74657
* fix to BUG 78726
2004-07-30 Klaus Niederkr�ger <[email protected]>
* Square root button did not work correctly after pressing CTRL (Bug 86004)
2004-07-30 Klaus Niederkr�ger <[email protected]>
* Added Accels for Const-Buttons
2004-07-29 Klaus Niederkr�ger <[email protected]>
* Fixed BUG 67984 (thanks to Andr� W�bbeking)
2004-07-17 Klaus Niederkr�ger <[email protected]>
* Fixed BUG 85357
2004-06-05 Klaus Niederkr�ger <[email protected]>
* It was not possible to paste a hex-number starting with "0x" in hex-mode, because hex-mode
prepended automatically "0x" leading to "0x0x...".
2004-05-16 Klaus Niederkr�ger <[email protected]>
* Refactored a bit the kcalc_button code. In particular use Richtext only, when needed (a bit faster,
but a lot still to be done).
2004-05-04 Klaus Niederkr�ger <[email protected]>
* Masked "&" for the label of the AND button, when displaying the corresponding accel.
Thanks to Sigrid from Trolltech.
2004-04-27 Klaus Niederkr�ger <[email protected]>
* Buttons have now their own modes (like inverse Mode etc.)
This allows moving tooltips and labels into kcalc_button.cpp
instead of having everything in kcalc.cpp.
This needs to be cleaned up and the tooltips and labels should be
revised.
2004-04-05 Klaus Niederkr�ger <[email protected]>
* Changed accel for OR-button from "O" to "|"
* More accels are visible, when "Ctrl" is used
* disable some buttons like "Sin", "Cos" etc., when not
in decimal mode
2004-04-05 Klaus Niederkr�ger <[email protected]>
* Pasted numbers in Hex-Mode are now always interpreted as
hex-numbers (BUG 65167).
2004-03-26 Klaus Niederkr�ger <[email protected]>
* Centered labels on buttons
2004-03-24 Klaus Niederkr�ger <[email protected]>
* Press (and hold) CTRL-key to see accels for all
buttons (BUG 69850).
2004-03-19 Klaus Niederkr�ger <[email protected]>
* Labels like e.g. "x^y" are drawn with QSimpleRichText
Need to center the labels better!!
* KCalcButton supports now two different labels, one for normal, one
for inverse mode. Switch between the two happens via a signal.
2004-03-11 Klaus Niederkr�ger <[email protected]>
* Moved functions that paint e.g. "x^y" to the KCalcButton-class.
2004-03-01 Klaus Niederkr�ger <[email protected]>
* Created class KCalcButton, which is now used for all QPushButtons.
This will allow later to change the labels more easily, if INV is
pressed, and mucho more...
2004-02-25 Thomas Weber
* "x^2" and "x^y"-buttons have now superscripted labels
* pressing "INV"-button changes "x^2"-button to square-root etc.
2004-02-25 Klaus Niederkr�ger <[email protected]>
* Changed many accels from "accel()->insert()" to
"button->addAccel()". Fixes BUG 75555.
* deactivate EE-button, when Base != DEC
2004-02-10 Klaus Niederkr�ger <[email protected]>
* First step to fix bug 66397. Changing Basemode via Popupmenu is
too clumsy for most programmers. Maybe backport to KDE 3.2 later,
once it has been tested. GUI does not look nice.
2004-02-06 Klaus Niederkr�ger <[email protected]>
* Fixed bug 73437. Pasting empty clipboard made kcalc crash.
2004-02-04 Klaus Niederkr�ger <[email protected]>
* Moved more accels from keyPressEvent into accels
2004-01-27 Klaus Niederkr�ger <[email protected]>
* Fix paste-function: Pasting e.g. "123 \n" did not work
because of the trailing spaces and returns.
2004-01-25 Klaus Niederkr�ger <[email protected]>
* Applied patch from Thomas Weber: Creates buttons C1-C6
to store constants
2003-12-06 Klaus Niederkr�ger <[email protected]>
* Fix problem with several identical labels in statusbar
with the help of newly added statusbar->hasItem.
2003-12-06 Klaus Niederkr�ger <[email protected]>
* Make Percent work the way it did in KDE-3.1 again (documentation
was not updated to this KDE-version, which confused me on 2003/08/28)
2003-11-04 Klaus Niederkr�ger <[email protected]>
* More reorganization and preparation for getting accels right.
2003-10-31 Klaus Niederkr�ger <[email protected]>
* Split Constructor into more subfunctions.
To be continued.
2003-10-20 Klaus Niederkr�ger <[email protected]>
* At last the calculator window resizes, when buttons are hidden/shown
* Added a few extra buttons to "fill gaps".
2003-10-14 Klaus Niederkr�ger <[email protected]>
* RadioButtons for Base and Angle converted to PopUpMenu+Button
* Layout changed
* Moved ENTER form keyPressedEvent to Accel()
2003-10-10 Klaus Niederkr�ger <[email protected]>
* Number buttons look like numeric keyboard (on US-keyboards that is)
* Initialize ToggleActions correctly
2003-10-09 Klaus Niederkr�ger <[email protected]>
* Reverted the menubar stuff after several complaints.
Now Kcalc-GUI looks again like on 2003-09-11.
2003-09-30 Klaus Niederkr�ger <[email protected]>
* Fixed bug (unitialized pointers)
2003-09-26 Klaus Niederkr�ger <[email protected]>
* Moved all type of buttons to menubars, which can be hidden/showed
via the menubar. This is quite experimental and full of bugs.
2003-09-11 Klaus Niederkr�ger <[email protected]>
* Button groups can be switch on/off via actions.
This is not yet the final GUI-Layout (yes, it looks broken).
* Accordingly the Stat/Trig-mode has been deleted from
configure window.
2003-09-11 Klaus Niederkr�ger <[email protected]>
* deleted a few #includes
2003-09-02 Klaus Niederkr�ger <[email protected]>
* dropped configure-button and Help-button
* created menubar with standard-actions
* ConfigDialog is not modal anymore
* copy/paste/cut-standard actions applied to calc_display
2003-08-28 Klaus Niederkr�ger <[email protected]>
* created Pi-button and moved Inv-button to make space for it
* label of "."-button is now localized
* Caption is set via signal/slots
* Fixed "%"-mode to make it again more conformant with documentation.
"x^y%" does still not work. Did it ever?
* Number-keys are now handled by TDEAccel instead of keyPressEvent
* ConfigDialog is modal
2003-08-27 Klaus Niederkr�ger <[email protected]>
* moved result_history from CalcEngine into DispLogic
* reactivation of rounding towards zero for cos(90) etc.
* quit is done in a more KDE conformant way
* Caption is set via slots etc.
2003-08-12 Klaus Niederkr�ger <[email protected]>
* continued separation: now display is independent class and
handles everything related to itself.
GUI passes only information between core and display.
2003-08-04 Klaus Niederkr�ger <[email protected]>
* finished the separation of gui-code from the calculating core.
this still needs some clean-up
2003-02-11 Evan Teran <[email protected]>
* replaced cheasy stack with STL stack classes (it really should have been
two stacks, but was mushed into one with a linked list dividing content)
* made it use new headers (no .h) when _ISOC99_SOURCE is defined
* added replace current gui code with ui files to TODO list
2002-05-10 Evan Teran <[email protected]>
* altered makefile to remove building of it as a library then linking that
to a dummy object file, this was silly and caused inclusion of an uneeded
source file
* bumped version to reflect new options dialog, next version will be 2.0.0
as it will have many new changes/features
2002-03-11 Evan Teran <[email protected]>
* started work on making calculator code _seperate_ from the
gui code, the goal here is the make the calculating core
replacable with any library (hopfully with better precision) simply by
wrapping it in a class
* made it some many buttons are disabled when unavailabled (A-F) not enabled
unless we are in HEX mode, less confusion for users who arent familiar with
different bases
* removed some code that is never getting called
* why oh why are exceptions disabled in the standard config, I would like to
use them :(
2001-10-18 Evan Teran <[email protected]>
* removed configdlg.* from source tree as it is not part of the compile
* changed options dialog to use smarter layouts, and also fixed spinbox
size problem so they are now usable
* synced changed I made to the KDE 2.2.1 release version to match CVS
version which compiles under KDE 3.0 w/ QT 3.0.0
* made sure the clear (clear entry) button functioned properly, my minor
change before broke it in some situations
2001-10-12 Evan Teran <[email protected]>
* Reorganized code for all files, much more consistant now
* completely reworked the cvb (convert to binary) function
it now is sane, the last one did a rediculous amount of
unneeded work
* changed C/C++ headers to use new style as per ANSI/ISO
standard
* removed fontdlg.cpp/h from tree, not even used in compile :P
* made binary mode 32-bit
* reorganized UpdateDisplay code to make more sense
* found possible nasty memleak in EnterEqual
* now use my UNUSED macro to perform (void)var on unused parameters
to avoid compile warnings, much more readable this way
* merged setXXX functions to angle_selected/base_selected
then removed the setXXX functions as they no longer have any purpose
* changed a ton of code to use true C++ bools, makes logic
more clear
* made cvb a static member of QtCalculator instead of an ugly global
function
* changed history to use a simple vectory object instead of the storing
the values in a dynamically allocated QList, it was clearly leaking memory
as it was almost never released, this could have been fixed by enabling the
autodelete feature of QList...but why dynamically allocate when we are
storing numerical values?!? simple array with an int as an iterator :)
* changed error trapping from C style signal trapping, rather use exceptions
much cleaner that way
* removed un-used TopOfStack function
* fixed ability to enter a decimal point when in hex/oct/bin mode, those are
integer value only modes
* fixed problem with entering multiple decimal points in decimal mode
* changed CALCAMNT to be defined by a typedef, I did notice that at least my
C++ math headers are broken...functions like cos should (by newest
standards) use float, double, or long double versions automatically based on
datatype, however mine (Redhat 7.1) seems to only have the old double
versions, and have alternate names for these functions
* fixed the fact that the normal clear button seemingly did nothing
1999-08-22 Bernd Johannes Wuebben <[email protected]>
* kcalc_core.cpp (UpdateDisplay):
Re-enabled the use of long double. Most if not all distributions
come now with a working glib math library.
Mon Nov 16 18:05:01 1998 Mario Weilguni <[email protected]>
* There was an error in the stdev forumal. Fixed.
* the population standard deviation had the same fault. Fixed.
Mon Nov 16 18:05:01 1998 Mario Weilguni <[email protected]>
* calculation the facturial of a too large number was delayed,
even though infinity was already reached. Now kcalc stops
calculation if infinity is reached and displays an error
Mon May 4 06:28:09 1998 Bernd Johannes Wuebben <[email protected]>
* Added the comma key as an accelerator for '.'
Sat Apr 18 16:26:52 1998 Bernd Johannes Wuebben <[email protected]>
* Some inverse functions didn't compute right. Wonder who broke them.
Sun Feb 8 16:11:34 1998 Bernd Johannes Wuebben <[email protected]>
* removed a compiler warning
Sat Nov 22 14:30:37 1997 Bernd Johannes Wuebben <[email protected]>
* stats.cpp: fixed some bugs in the stats module
mean should now be correct
std shoudl now be correct too.
Sat Sep 20 23:59:30 1997 Bernd Johannes Wuebben <[email protected]>
* kcalc.cpp: Added statistical functions
Mon Sep 15 00:34:58 1997 Bernd Johannes Wuebben <[email protected]>
* added cut and pasted functionality
* implemented EE
* implemented result stack
* implemented precision and fixed precision
* added key bindings
* tooltips
* added configuration dialog
Sat Aug 2 22:06:59 1997 Bernd Johannes Wuebben <[email protected]>
* kcalc.h: clean up
|