summaryrefslogtreecommitdiff
path: root/cad/src/command_support
AgeCommit message (Expand)AuthorFilesLines
2009-05-30Ignorable. Refined docstrings.Mark Sims1-5/+3
2009-03-11renamed/improved debug_pref to reuse cached DrawingSets; revised GM.Draw APIBruce Smith2-16/+85
2009-03-11rename some methods for consistencyBruce Smith2-14/+26
2009-03-11call the 4 Draw_* methods separately, never call Draw itselfBruce Smith2-19/+41
2009-03-11split many Draw methods into their 4 new parts; not fully testedBruce Smith2-3/+10
2009-03-10split Draw into submethods, in GraphicsMode interface (part 1)Bruce Smith1-29/+65
2009-03-10fix apparent bug (redundant drawPointOfViewAxes) introduced in late 2006Bruce Smith1-2/+10
2009-03-07fix AssertionError caused by delegating GraphicsModeBruce Smith2-8/+61
2009-02-28clean up Draw_after_highlighting; pass drawing_phase in those jig select meth...Bruce Smith2-4/+5
2009-02-19refactor glpane interface to draw_glpane_labelBruce Smith1-2/+20
2008-12-25Deprecated NanotubeGroup class. Also updated some file docstrings.Mark Sims1-1/+0
2008-12-24Test Graphics command delegates drawing to parentGraphicsModeBruce Smith1-3/+26
2008-12-24comments, reformattingBruce Smith1-0/+5
2008-12-13Renamed DnaDuplex* to InsertDna*. (step 2)Mark Sims3-12/+12
2008-12-12NFR: New pref option for controlling how the arrow keys (for incremental Pan)...Mark Sims1-1/+2
2008-12-01remove obsolete commentBruce Smith1-23/+1
2008-11-28new feature: improvements to the rotate about point commandNinad Sathaye1-2/+12
2008-11-25define update_UI in PM_Dialog to fix recent bug in example commandsBruce Smith1-1/+7
2008-10-09revise instrumentation prints to be available for regular paintGL tooBruce Smith1-0/+6
2008-10-03some typo fixes -- checkes -- > checks, 'supress' --> suppressNinad Sathaye1-1/+1
2008-10-02commentBruce Smith1-0/+12
2008-10-02fill out GraphicsMode_API; reorder methods in GraphicsMode; related cleanupBruce Smith2-181/+236
2008-10-02removed DebugMenuMixin as a superclass from more PMs (related to cleanup in 1...Ninad Sathaye1-4/+1
2008-10-02- use thesuperclass Command_PropertyManager for all command PMs. Ninad Sathaye2-3/+47
2008-10-01new superclass Command_PropertyManager. This will soon be a common superclass...Ninad Sathaye2-106/+118
2008-10-01ignorable removed debug printNinad Sathaye1-1/+0
2008-10-01- fixed bug 2940 (two inter-related bugs in EditCommand and update code)Ninad Sathaye3-82/+12
2008-09-30docstring cleanup -- removed use of resume_gui, restore_gui, init_gui from mo...Ninad Sathaye1-5/+2
2008-09-30removed command_can_be_suspended command class flagNinad Sathaye1-9/+1
2008-09-30removed userEnterTemporaryCommand (replaced calls with userEnterCommand)Ninad Sathaye1-1/+1
2008-09-30cleanup -- removed Enter method reference for docstrings, removed obsolete co...Ninad Sathaye1-1/+0
2008-09-30removed command_porting status from some commandsNinad Sathaye1-3/+0
2008-09-30more USE_COMMAND_STACK cleanupBruce Smith2-12/+10
2008-09-30misc cleanup now that USE_COMMAND_STACK is always trueBruce Smith2-288/+157
2008-09-29significant changes -- removed old command API from the superclasses (mainly ...Ninad Sathaye3-986/+58
2008-09-29misc changes to remove old command API methods/calls/ comments Ninad Sathaye3-42/+2
2008-09-29review change and cleanup to remove old command API methodsNinad Sathaye1-81/+2
2008-09-26cleanup -- removed ok_btn_clicked and cancel_btn_clicked methods from EditCom...Ninad Sathaye1-36/+1
2008-09-26review change -- exit_is_forced condition check in command_will_exit()Ninad Sathaye1-3/+2
2008-09-25remove support for GLPANE_IS_COMMAND_SEQUENCERBruce Smith3-9/+8
2008-09-24removed todo commentNinad Sathaye1-1/+1
2008-09-24minor bugfix & cleanup in ExtrudeBruce Smith1-1/+3
2008-09-23cleanup to remove ok_btn_clicked and cancel_btn_clicked methods from some PM ...Ninad Sathaye1-1/+0
2008-09-23fixed bug 2938 : Exit using flyout button creates an empty dnaGroup in new co...Ninad Sathaye2-3/+20
2008-09-23__abstract_command_class = True for Motor_EditCommandNinad Sathaye1-0/+7
2008-09-18pylint changesBruce Smith1-3/+2
2008-09-18ported more commands to USE_COMMAND_STACK; changed the default porting status...Ninad Sathaye1-5/+7
2008-09-18commentsBruce Smith1-6/+1
2008-09-18docstring/comment changesBruce Smith1-10/+11
2008-09-18comment/docstrings & trivial changes related to draw_after_highlightingBruce Smith1-7/+6