summaryrefslogtreecommitdiff
path: root/cad/src/cnt/commands/InsertNanotube
AgeCommit message (Expand)AuthorFilesLines
2008-12-25Renamed command "NanotubeSegment" to "EditNanotube".Mark Sims1-1/+1
2008-12-25Renamed class "Nanotube" to "NanotubeParameters" since it contains parameters...Mark Sims1-6/+4
2008-12-25Deprecated NanotubeGroup class. Also updated some file docstrings.Mark Sims1-46/+6
2008-12-13Renamed DnaDuplex* to InsertDna*. (step 2)Mark Sims2-3/+3
2008-12-01Lots of UI and on-line help related changes, including:Mark Sims1-4/+3
2008-10-01- fixed bug 2940 (two inter-related bugs in EditCommand and update code)Ninad Sathaye1-1/+1
2008-09-30removed command_can_be_suspended command class flagNinad Sathaye1-2/+0
2008-09-30removed command_porting status from some commandsNinad Sathaye1-4/+1
2008-09-26stripped out the old command API code for all commands in pkg : [src/cnt]Ninad Sathaye1-66/+0
2008-09-18ported more commands to USE_COMMAND_STACK; changed the default porting status...Ninad Sathaye2-15/+24
2008-09-10removed optional 'sturct' argument from constructor of subclasses of EditCom...Ninad Sathaye1-5/+2
2008-09-08ported InsertNanotube commans to new command APINinad Sathaye2-52/+85
2008-09-05major cleanup and refactoring. Ninad Sathaye2-16/+10
2008-09-05added command_porting_status = not portedNinad Sathaye1-1/+8
2008-09-05cleanup removed unused codeNinad Sathaye1-42/+0
2008-08-28Cursor text color prefs key honored for NT and Peptide builders.Mark Sims1-3/+7
2008-08-13new flag 'blockSignals' for PM_SpinBox and PM_doubleSpinBox -- this facilitat...Ninad Sathaye1-6/+7
2008-08-11renamed editCommand attr of PMs to 'command' Ninad Sathaye1-2/+2
2008-08-06rename command_has_its_own_gui -> command_has_its_own_PMBruce Smith1-1/+1
2008-08-05Removed attr "sponsor_keyword" from all EditCommand subclasses since it belon...Mark Sims1-1/+0
2008-07-31move exception_classes out of GeneratorBaseClass.pyBruce Smith1-1/+1
2008-07-28refactoring -- implemented the new _init_gui_flyout_action methodNinad Sathaye1-17/+2
2008-07-28remove obsolete msg_commandName; other trivial changesBruce Smith1-3/+2
2008-07-27comment each use of .prevMode with its method and purposeBruce Smith1-1/+1
2008-07-26command_level constants; misc minor cleanupBruce Smith1-1/+5
2008-07-25minor cleanupNinad Sathaye1-16/+0
2008-07-24some cleanupNinad Sathaye1-22/+13
2008-07-24minor cleanup (use superclass methods ok_btn_clicked etc)Ninad Sathaye1-17/+1
2008-07-16Refined labels in PM to meet Mark's (as of yet unwritten) UI guidelines.Mark Sims1-11/+11
2008-07-15Label refinements to PM.Mark Sims1-3/+3
2008-06-25Fix improper tabbing and CR's in cad/src Python files.Russell D. Fish1-175/+175
2008-06-09Renamed PM constants to uppercase and deprecated/deleted PropMgr_Constants.py.Mark Sims1-6/+6
2008-05-19- fully implemented NFRs 2856 : DNA and Nanotube cursor text display options ...Ninad Sathaye2-21/+109
2008-05-16new EditCommand API method that returns the allowed structure type (used in t...Ninad Sathaye1-21/+29
2008-05-13Added missing '.png' extensions to icon pathnames.Mark Sims1-2/+1
2008-05-13minor changesNinad Sathaye1-26/+2
2008-05-06removed NanotubeGroup from MT. Now the nanotube segments are directly placed ...Ninad Sathaye1-103/+8
2008-05-03Removed "Nitrogen" option from the "Endings" combobox and made "Hydrogen" the...Mark Sims1-1/+1
2008-04-17a) new oprion in the cursor text that shows angle the rubberband line makes w...Ninad Sathaye1-3/+10
2008-04-12Fixed bug: Endpoints used for (edit) handles do not move with NT when moved u...Mark Sims2-7/+8
2008-04-09Make gensym unique across sessions, part 2 (Bruce did part 1). Also changed n...Mark Sims1-2/+2
2008-04-03Endings maintained after editing nanotube. NanotubeSegment/NanotubeSegment_Gr...Mark Sims1-0/+1
2008-04-02Significant changes to the new "Nanotube Builder".Mark Sims2-56/+29
2008-04-01Added "What's This" help text for all widgets in the "Insert Nanotube" PM.Mark Sims1-5/+8
2008-03-31getParameters() and _gatherParameters() now return a nanotube singleton, with...Mark Sims2-26/+30
2008-03-31Moved Nanotube.py from cnt/commands/InsertNanotube/Nanotube.py to cnt/model/N...Mark Sims2-591/+1
2008-03-31Refactored Nanotube.py and InsertNanotube/InsertNanotube_PropertyManager.py. ...Mark Sims4-763/+500
2008-03-29More changes for new Nanotube builder code.Mark Sims5-0/+2019