-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
59 lines (48 loc) · 1.74 KB
/
TODO
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
* Periodic table:
* add more data using bodr (?).
* add crystal structures (? needs reliable crystal structures in bodr).
* Calculator:
* enhance ambiguous abbreviations support (0.16?).
* a lot of code cleaning (0.16?).
* 3d viewer:
* allow selection of atoms and or bonds, and display of lengths and angles (0.16?).
* add a preferences dialog.
* accept several molecules from the same file.
* Mozilla plugin:
* implement printing (?).
* add a contextual dropdown menu (?).
* support for options when displaying a spectrum (?).
* Gnome Crystal:
* enhance cif and cml support (add more fields in document properties) (?).
* really add bond support, not through lines) (?).
* accept several crystal description from the same file.
* GChemPaint:
* enhance copy-and-paste support for OpenOffice.org (?).
* New tools:
- delocalized bonds (?),
- week interactions (e.g. H-bonds) (?),
- curved reaction arrows and Tollman's loops 0.16),
- cluster bonds (as in boranes) (?),
- electron vacancies (?).
* Enhance multi-steps reactions (0.16).
* Scriptability (?).
* Enhance fragments (0.16+).
* Change cursor according to situation (?).
* Allow various superscripts for brackets (charge, transition state,...)
* Goffice component:
* add support for cml files (?).
* Spectrum viewer:
* support inclusion of zoomed partials.
* import varian files (0.16?)
* GCCV Library:
* add new items as needed.
* GCU Library:
* provide clipboard support at the Application level (?).
* Make Object::GetYAlign() const
* OpenBabel wrapper:
* write a streambuf class wrapping the socket.
* Other:
* Make file operation asynchroneous (especially for remote file systems).
* Update documentation (always).
* More code cleaning (always).
* Remove all bugs ;-)