summaryrefslogtreecommitdiff
path: root/cad/src/cnt/commands
AgeCommit message (Expand)AuthorFilesLines
2012-09-17tab crusading (python files)Bryan Bishop1-1/+1
2012-09-17whitespace crusadingBryan Bishop9-567/+567
2009-03-11split many Draw methods into their 4 new parts; not fully testedBruce Smith1-6/+6
2009-01-16split Chunk_Dna_methods out of class Chunk; misc related cleanupBruce Smith2-10/+8
2009-01-07comments/docstrings, trivial refactoring, remove debug printBruce Smith1-1/+1
2008-12-30Fixes bug 2963.Mark Sims3-34/+63
2008-12-25Renamed command "NanotubeSegment" to "EditNanotube".Mark Sims8-54/+54
2008-12-25Fixes bug 2914.Mark Sims1-46/+27
2008-12-25Renamed class "Nanotube" to "NanotubeParameters" since it contains parameters...Mark Sims2-9/+7
2008-12-25Deprecated NanotubeGroup class. Also updated some file docstrings.Mark Sims7-111/+15
2008-12-25Major code cleanup of Nanotube code. Still more to do.Mark Sims6-614/+346
2008-12-13Renamed DnaDuplex* to InsertDna*. (step 2)Mark Sims3-4/+4
2008-12-01Lots of UI and on-line help related changes, including:Mark Sims1-4/+3
2008-10-03some typo fixes -- checkes -- > checks, 'supress' --> suppressNinad Sathaye1-1/+1
2008-10-02fill out GraphicsMode_API; reorder methods in GraphicsMode; related cleanupBruce Smith1-2/+2
2008-10-02removed DebugMenuMixin as a superclass from more PMs (related to cleanup in 1...Ninad Sathaye1-6/+1
2008-10-02- use thesuperclass Command_PropertyManager for all command PMs. Ninad Sathaye1-1/+1
2008-10-01- fixed bug 2940 (two inter-related bugs in EditCommand and update code)Ninad Sathaye2-2/+2
2008-09-30removed command_can_be_suspended command class flagNinad Sathaye3-6/+2
2008-09-30removed command_porting status from some commandsNinad Sathaye3-11/+2
2008-09-26- changed command.Done() to command.command_Done()Ninad Sathaye1-3/+3
2008-09-26stripped out the old command API code for all commands in pkg : [src/cnt]Ninad Sathaye4-180/+6
2008-09-22fixed bug in USE_COMMAND_STACK : "list widget in BuildNanotube doesn't show ...Ninad Sathaye1-43/+54
2008-09-18ported more commands to USE_COMMAND_STACK; changed the default porting status...Ninad Sathaye4-93/+114
2008-09-10move class State_preMixin to its own fileBruce Smith1-2/+1
2008-09-10removed optional 'sturct' argument from constructor of subclasses of EditCom...Ninad Sathaye3-17/+4
2008-09-09fixed recently introduced bug (PM no longer defines self.struct. It should ge...Ninad Sathaye1-4/+4
2008-09-08minor cleanupNinad Sathaye1-13/+1
2008-09-08ported InsertNanotube commans to new command APINinad Sathaye2-52/+85
2008-09-08message groupbox bugfix in BuildNanotube command (when USE_COMMAND_STACK) and...Ninad Sathaye2-4/+6
2008-09-05major cleanup and refactoring. Ninad Sathaye6-49/+37
2008-09-05added command_porting_status = not portedNinad Sathaye1-1/+8
2008-09-05cleanup removed unused codeNinad Sathaye1-42/+0
2008-09-04command stack api porting: implemented _update_UI_* method in BuildDna and Bu...Ninad Sathaye1-3/+6
2008-08-28Cursor text color prefs key honored for NT and Peptide builders.Mark Sims3-10/+14
2008-08-27implemented update_UI which simply calls model_changed for now . The update_...Ninad Sathaye1-0/+8
2008-08-26Added cursor text font size and color widgets to the preferences "Graphics Ar...Mark Sims1-1/+1
2008-08-13misc changes - added keep signals connected debug pref to some flyoutsNinad Sathaye2-26/+14
2008-08-13prepare for GLPANE_IS_COMMAND_SEQUENCER = FalseBruce Smith1-2/+1
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 Sathaye3-24/+24
2008-08-07remove unnecessary defs of StateDone, StateCancel, haveNontrivialStateBruce Smith1-12/+0
2008-08-06rename command_has_its_own_gui -> command_has_its_own_PMBruce Smith3-3/+3
2008-08-05Removed attr "sponsor_keyword" from all EditCommand subclasses since it belon...Mark Sims3-3/+0
2008-08-05more cleanup: prevMode; obsolete _changed methods; note where USE_COMMAND_STA...Bruce Smith1-3/+5
2008-07-31remove redundant commentsBruce Smith1-31/+9
2008-07-31move exception_classes out of GeneratorBaseClass.pyBruce Smith3-3/+3
2008-07-28refactoring -- implemented the new _init_gui_flyout_action methodNinad Sathaye1-17/+2
2008-07-28remove obsolete msg_commandName; other trivial changesBruce Smith3-5/+4
2008-07-27comment each use of .prevMode with its method and purposeBruce Smith1-1/+1