moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kalzium / ChangeLog
blob3c4e5a8f320f7f50301f1898b4678264d003d4b6
1 - move the legend out of pse.cpp/h and put it where it belongs: in the 
2 CentralWidget (which as been renamed)
3 - hide the timeline and the som at first startup
4 - save all settings at quit and load them at start (didn't work before)
5 - fix all known issues with the SOM
6 - fixes some strings and puts some comments in i18n()-calls
7 - uses KGlobalSettings instead of "times"
8 - Add/improves the documentation in the .cpp and .h-files
9 - removes some unused methods and connect()
11 Version 0.6.1:
12 - codecleanup
13 - GUI-fixes for the calculations
15 Version 0.6.0:
16 - switched to more Designer-Files
17 - GUI-improvements
18 - added the converter
19 - some new URL for the weblookup
20 - new numberation (old IUPAC)
21 - removed elements 110 to 118
22 - legend is now configurable
23 - KalziumGraph: Kalzium can from now on plot data. For example you can
24   look how the weight changes
25 - the buttons have now their own paint-method and do no longer
26   depend on the current KDE-style
28 Version 0.5:
29 - a big cleanup in kalzium.cpp as it was very easy to read
30 - now all values have the correct dimension (pm, nm, g/cm^3 and so on)
31 - added documentation
32 - now the KPushButton you see have not only the symbol but
33   also the number of the element
34 - added QToolTip
35 - quite a lot renamings in the code (eg. renaming of widgets)
36 - the infodialog is now redesigned
37 - ElementKP and the whole Quiz are now done with Designer
38 - added a toolbar
39 - you will find the menu items from the old configure menu under the settings menu
40 - added a new settings dialog (colour and weblookup settings)
41 - added Kalzium::queryClose() to save menu settings at exit, and another
42   method to read at startup those settings
43 - fixed the smaller things like the stateofmatter-Dlg-fixlets. Just a
44   small things as discussed on LinuxTag 2002
45 - corrected the numberation so that now CAS is really CAS and IUPAC is really
46   IUPAC
48 Version 0.4:
49 - added the new calculationdialogs
50 - fixed quite a lot smaller bugs
51 - no more setGeometry
52 - merge with KMol
53 - rearranging the code (subdirs)
54 - Weblookup: 5 URL for 5 languages
55 - adding a new Dialog in which you can compare
56   eg. the atomradius of the different elements
57 - reduced memoryfootprint
58 - code cleanup (eg. removed obsolete code)
60 Version 0.3.1:
61 - Table.cpp/h are no longer part of Kalzium
62 - more data in the infodialog
63 - added stateofmatter.h/cpp which is a new nice feature
64 - a large codecleanup.
65 - using moc now in a smarter way
66 - fixed problem with i18n
67 - finaly we got an icon
68 - correction of same data in kalziumrc
70 Version 0.3:
71 - merge with Table
72 - the colors are now configurable
73 - now you can coulour in groups
74 - added more colorschemes
75 - added timeline
76 - code cleanup
77 - adding a sed-script to Makefile.am for autocreation
78   of the kalzium_i18n.cpp
79 - (hopefully) fixed the i18n-problems for the struct.
80   Now I use Data.Name.utf8().
81 - redesign of the informationdialog (now it finally
82   uses QGridLayout)
83 - added a second type of quiz
84 - correction of the menu
85 - added XMLGUI
87 Version 0.2.2:
88 - fixed more typos
89 - s/locateLocal/locate
90 - All variables are now loaded when the KPushButton is
91   created.
92 - details
94 Version 0.2.1:
95 - in 0.2 the path to kalziumrc was hardcoded, now is
96   is done with locateLocal()
97 - fixed some typos
98 - rearranged the Menu a bit
99 - added one Colourpattern
100 - added the CAS and IUPAC-way of numbuering the periods
101 - added some accelerators
102 - added this ChangeLog
104 Version 0.2:
105 changed quite a lot:
106 - The possibility to switch between differnt PSEs
107 - added colors
108 - leftclick/rightclick with different effects
109 - some qwhatis-help
110 - overworked the "about"-dialog
111 - added the buttons for the La and Ac + info about them
112 - deleted unneccessary includes and cout's
114 in kalziumrc:
115 - added blocks (s,p,d,f)
116 - fixed a type in an element
117 - completed the weights --> now all elements have one ;)
119 Version 0.1.1:
120 added credits, added the menubar, small tweaks
122 Version 0.1:
123 initial release