Age | Commit message (Expand) | Author | Files | Lines |
2009-03-11 | rename some methods for consistency | Bruce Smith | 1 | -16/+14 |
2009-03-07 | fix AssertionError caused by delegating GraphicsMode | Bruce Smith | 1 | -3/+2 |
2009-01-16 | split Chunk_Dna_methods out of class Chunk; misc related cleanup | Bruce Smith | 1 | -9/+6 |
2008-11-24 | review changes -- renamed _previous_command_stack_change_indicator = None to ... | Ninad Sathaye | 1 | -3/+9 |
2008-11-21 | fixed the following bug reported by Mark. Also cleaned up previous fix for a ... | Ninad Sathaye | 1 | -0/+29 |
2008-10-03 | some typo fixes -- checkes -- > checks, 'supress' --> suppress | Ninad Sathaye | 1 | -5/+5 |
2008-10-03 | removed unused method (and its calls) _is_dnaGroup_highlighting_enabled in gr... | Ninad Sathaye | 1 | -141/+57 |
2008-10-02 | fill out GraphicsMode_API; reorder methods in GraphicsMode; related cleanup | Bruce Smith | 1 | -0/+2 |
2008-09-30 | cleanup -- removed Enter method reference for docstrings, removed obsolete co... | Ninad Sathaye | 1 | -2/+1 |
2008-09-25 | stripped out the old command API code for all commands in pkg : [src/commands.] | Ninad Sathaye | 1 | -30/+1 |
2008-09-23 | fixed update bug in MakeCrossovers command -- "segment list widget not updat... | Ninad Sathaye | 1 | -39/+7 |
2008-09-17 | correct capitalization of SelectAtoms* | Bruce Smith | 1 | -5/+5 |
2008-09-10 | trivial changes | Bruce Smith | 1 | -1/+1 |
2008-09-09 | merged more classpairs into a single class. This was a kludge needed while w... | Ninad Sathaye | 2 | -23/+8 |
2008-09-09 | fixed flyout toolbar related bug in the new command API -- "When you resume t... | Ninad Sathaye | 1 | -11/+53 |
2008-09-02 | removed debug prints | Ninad Sathaye | 1 | -5/+1 |
2008-08-27 | bug fix when USE_COMMAND_STACK is enabled -- flyout toolbar buttons are not o... | Ninad Sathaye | 1 | -0/+19 |
2008-08-25 | removed deprecated selectAtomsMode | Ninad Sathaye | 1 | -5/+5 |
2008-08-22 | cleanup: removed obsolete class selectMolsMode | Ninad Sathaye | 2 | -68/+15 |
2008-08-22 | deleted the old module modifyMode (class modifyMode) | Ninad Sathaye | 2 | -5/+4 |
2008-08-15 | DEFAULT_COMMAND = 'SELECTMOLS'; more new command stack code | Bruce Smith | 1 | -4/+4 |
2008-08-13 | prepare for GLPANE_IS_COMMAND_SEQUENCER = False | Bruce Smith | 1 | -6/+2 |
2008-08-07 | remove useless Command API method, _post_init_modify_GraphicsMode | Bruce Smith | 1 | -5/+0 |
2008-08-04 | removed commented out old code. | Ninad Sathaye | 1 | -37/+0 |
2008-08-02 | refactor all uses of provideParamsForTemporaryMode & acceptParamsFromTemporar... | Bruce Smith | 1 | -43/+43 |
2008-08-01 | deprecated use of hover_highlighting_enabled use command class method isHigh... | Ninad Sathaye | 2 | -33/+4 |
2008-08-01 | fixed remaining known issue in rev 13727 -- 'isHighlighhtingEnabled only par... | Ninad Sathaye | 1 | -3/+8 |
2008-08-01 | major changes -- | Ninad Sathaye | 1 | -1/+1 |
2008-07-30 | revise comments | Bruce Smith | 1 | -1/+1 |
2008-07-26 | command_level constants; misc minor cleanup | Bruce Smith | 1 | -1/+2 |
2008-07-23 | docstrings/comments; remove obsolete class; rename class to be private | Bruce Smith | 1 | -7/+2 |
2008-07-10 | ignorable - removed a debug print | Ninad Sathaye | 1 | -2/+1 |
2008-07-10 | fixed v1.1.1 item: Refine context menu for Select Chunks mode (context menu ... | Ninad Sathaye | 1 | -12/+9 |
2008-07-09 | Refined GLPane context menu for "Select Chunks Mode". Still not displaying th... | Mark Sims | 1 | -34/+55 |
2008-07-09 | Changed "_pref_key" suffixes to "prefs_key". | Mark Sims | 1 | -2/+2 |
2008-06-25 | Fix improper tabbing and CR's in cad/src Python files. | Russell D. Fish | 2 | -453/+453 |
2008-06-04 | Changed context menu item "Change Background Color" to "Edit Color Scheme". | Mark Sims | 1 | -1/+1 |
2008-05-27 | Fix Bug 2606 (highlighting not turned on after wheel event.) | Russell D. Fish | 1 | -2/+6 |
2008-05-26 | Added new user pref "Hover highlighting timeout interval" with a default valu... | Mark Sims | 1 | -1/+7 |
2008-05-24 | First step of enabling highlighting style and color prefs. | Russell D. Fish | 1 | -4/+7 |
2008-05-18 | Prepare drawer.py to broken up into ten or so logical parts. | Russell D. Fish | 1 | -1/+0 |
2008-05-05 | fixed problem click-selecting DnaCylinderChunks in BuildDna commands | Ninad Sathaye | 1 | -8/+9 |
2008-05-02 | comments, docstrings, formatting, disabled debug code | Bruce Smith | 1 | -8/+15 |
2008-05-02 | Major enhancements and bug fixes changes to selection/highlighting/dragging b... | Ninad Sathaye | 1 | -32/+104 |
2008-04-20 | new feature Rotate about a point works for dna segments. | Ninad Sathaye | 1 | -50/+1 |
2008-04-17 | fixed bug in selection of Nanotube segments and Nanotube groups -- the bug: I... | Ninad Sathaye | 1 | -2/+34 |
2008-04-12 | implemented the last portion of NFR bug 2749: | Ninad Sathaye | 1 | -11/+99 |
2008-04-09 | This fixes another major part of NFR bug 2749 -- New drag behavior while dra... | Ninad Sathaye | 1 | -10/+82 |
2008-04-08 | part of fix for NFR Bug 2749: BuildDna graphics mode drag behavior ( Dna Sele... | Ninad Sathaye | 1 | -32/+93 |
2008-03-25 | select the whole DnaGroup or DnaStrand or DnaSegment when all its internal *c... | Ninad Sathaye | 1 | -0/+4 |