forked from timvdm/Molsketch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
64 lines (55 loc) · 2.06 KB
/
CHANGELOG
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
Helium alpha 2
-----------------------------------------------------------------------------
Features:
- the implicit hydrogens are now drawn on the right side of the parent atom
(thanks to Tim Vandermeersch)
- the reusabled classes are now in a seperate (static) library
Bug fixes:
- fixed & improved library code (thanks to Tim Vandermeersch)
- move regression fixed
- save implicit hydrogens
-
Helium alpha 1
-----------------------------------------------------------------------------
Features:
- added option to add/remove single implicit hydrogens
- added 2D rotating
- rudimentary support for 3D rotation
- improved periodic table
- improved settings dialog
- save position of dock widgets
- remember last accessed path
- support for i18n
- added a panel to the toolbox to directly change the draw options
- support for changing the font of the atom symbols
- support for changing the bond width
- added an autosave feature
- there is now an initial version of a KPart of the molsKetch drawing
widget available
Bug fixes:
- fixed crash when trying to remove nonexisting custom molecule
- file extension are now added on saving
- fixed bug on loading/saving CML files
Deuterium
-----------------------------------------------------------------------------
Features:
- added support for OpenBabel under Windows
- switched to cmake as build system
- you can now use left click to delete items in th document
- loaded/imported files are now splitted in seperate molecules
- made hinting less intrusive
- made charge changes undoable
- made scrolling on the document zoom to the cursor position (thanks to
Vladimir Zima for the suggestion)
- made the element selector look like a periodic table (thanks to Carsten
Niehaus for the suggestion)
- updated the element data
- added bug report menu entry
- updated some of the shortcuts
- clean up of the code and added apidox (thanks to Carsten Niehaus)
Bug fixes:
- fixed some crashes on closing/opening a new document
- lots of other fixes
Hydrogen
-----------------------------------------------------------------------------
- initial release