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