Changes between Version 19 and Version 20 of 2015-4-2
- Timestamp:
- Apr 2, 2015, 2:40:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2015-4-2
v19 v20 12 12 13 13 == Infrastructure == 14 15 14 * Bug report dialog 16 15 * Nightly builds 17 * Preferences18 * Triggers16 * '''Preferences''' 17 * '''Triggers''' 19 18 * File history (like rapid access) [Conrad] 20 * Session files19 * '''Session files''' 21 20 * Maybe just implement a command history rather than a full session 22 21 * Scenes … … 27 26 28 27 == Molecules == 29 30 28 * Python wrapping 31 29 * Molecular data in session files 32 * Ribbons30 * '''Ribbons''' 33 31 * Discussion needed (include pipes & planks, nucleotide repr) 34 32 * Tubes [TomG] … … 36 34 37 35 == Graphics == 38 39 36 * Mouse selection [TomG] 40 * Image saving41 * Clip planes37 * '''Image saving''' 38 * '''Clip planes''' 42 39 * Surface capping 43 40 * Orthographic camera mode … … 46 43 47 44 == Commands == 48 49 45 * Essential commands, make a list with command syntax 50 46 * Command documentation 51 47 * Full atomspecs [Conrad] 52 * Predefined selections names: ligand, solvent, ...48 * '''Predefined selections names: ligand, solvent, ...''' 53 49 * Command history 54 50 * Both this and file history need preferences to work 55 51 56 52 == Graphical user interface == 57 58 53 * Links in reply log, e.g. command name linked to docs. [Eric] 59 54 * Model panel. [Eric] … … 63 58 64 59 == Density maps == 65 66 60 * Clean up map APIs 67 61 * Map display state in sessions … … 69 63 70 64 == Sequences == 71 72 65 * Sequences in one form or another. [Eric] 73 66 * Needs selections and triggers in order to have any real value 74 67 75 68 == Web == 76 77 69 * Web services. [Conrad] 78 70 * Threaded task manager implemented. nogui is now threaded.