summaryrefslogtreecommitdiff
path: root/cad/src/dna/commands/DnaDisplayStyle
AgeCommit message (Expand)AuthorFilesLines
2012-09-17whitespace crusadingBryan Bishop2-59/+59
2008-11-28Refined "What's This" descriptions for all the buttons on the "Build DNA" com...Mark Sims1-2/+2
2008-10-02- use thesuperclass Command_PropertyManager for all command PMs. Ninad Sathaye1-31/+13
2008-09-30removed command_can_be_suspended command class flagNinad Sathaye1-1/+0
2008-09-26cleanup- removed cancel_btn_clicked methods from these PMs. There is no cance...Ninad Sathaye1-7/+1
2008-09-25stripped out the old command API code for all commands in pkg : [src/dna]Ninad Sathaye1-54/+2
2008-09-16new command api: flyout toolbar works for new create/ update flyout framework...Ninad Sathaye1-21/+34
2008-09-11rename and clean up setDisplay methods; inline selectedJigTextPosition and ge...Bruce Smith1-1/+3
2008-09-05major cleanup and refactoring. Ninad Sathaye1-30/+7
2008-09-05command_porting_status" " a new attr to track the status of porting .This is ...Ninad Sathaye1-0/+5
2008-09-02bugfixNinad Sathaye1-1/+1
2008-08-27ported dna display style to new command APINinad Sathaye1-1/+46
2008-08-18move some ok_btn_clicked/cancel_btn_clicked methods to superclassBruce Smith1-6/+0
2008-08-14implemented dna base number labels for all subcommands of dna. Ninad Sathaye1-1/+9
2008-08-14minor changesNinad Sathaye1-1/+1
2008-08-13new debug preference "KEEP_SIGNALS_ALWAYS_CONNECTED" (False by default) Ninad Sathaye1-2/+15
2008-08-13PM_ComboBox now supports blockSignal argument in setCurrentIndex. Ninad Sathaye1-27/+65
2008-08-11propMgr class attr renaming continued -- renamed parentCommand and parentMode...Ninad Sathaye1-5/+5
2008-08-06rename command_has_its_own_gui -> command_has_its_own_PMBruce Smith1-1/+1
2008-08-01deprecated use of hover_highlighting_enabled use command class method isHigh...Ninad Sathaye1-14/+1
2008-07-27split _init_gui_flyout_action out of some subcommand init_gui methodsBruce Smith1-10/+13
2008-07-27comment each use of .prevMode with its method and purposeBruce Smith1-2/+2
2008-07-26command_level constants; misc minor cleanupBruce Smith1-4/+5
2008-07-10New "Edit DNA Display Style" and "Edit Protein Display Style" icons. I also r...Mark Sims1-1/+1
2008-07-09implemented 'Escape key to exit' for all commands.(exception: not done yet fo...Ninad Sathaye1-3/+2
2008-07-09rename platform to platform_dependentEric Messick1-2/+2
2008-06-25Fix improper tabbing and CR's in cad/src Python files.Russell D. Fish1-346/+346
2008-06-23Bug fixes: Urmi Majumder1-6/+48
2008-06-09Renamed PM constants to uppercase and deprecated/deleted PropMgr_Constants.py.Mark Sims1-4/+4
2008-05-30Created Whats this explanation for color scheme and dna display style comboboxTom Moore1-0/+10
2008-05-27moved Color Scheme to correct directoryUrmi Majumder6-939/+0
2008-05-27new directory for color scheme command and PMUrmi Majumder6-0/+939
2008-05-26Changed "DNA Display" to "Edit Style". Fixes part of bug 2853.Mark Sims2-8/+4
2008-05-20Implemented _addWhatsThisText( self ) method Urmi Majumder1-1/+2
2008-05-20Added "ToolTip_EditDnaDisplayStyle_PropertyManager" to ToolTipText_for_Proper...Mark Sims1-1/+2
2008-05-20ignorableUrmi Majumder1-4/+0
2008-05-201. included docstrings and made minor changesUrmi Majumder1-127/+187
2008-05-19NoneUrmi Majumder1-22/+268
2008-05-191. changed favorite extension from fav to txtUrmi Majumder1-1/+1
2008-05-19PM icons moved to ui/actions/Properties Manager.Mark Sims6-6/+6
2008-05-18Set the global display style (GDS) to "diDNACYLINDER" (i.e. DNA Cylinder) whe...Mark Sims1-0/+18
2008-05-16Also disable the DNA Strand Labels combobox when 2D display styles (rendition...Mark Sims1-4/+5
2008-05-15Added support for DNA 2D display style options (renditions).Mark Sims1-10/+55
2008-05-15Changed "dnaStyleAxisTaper_pref_key" to "dnaStyleAxisEndingStyle_pref_key" (a...Mark Sims1-39/+84
2008-05-14Added new "Favorites" group box to DNA Display Style PM. More to do.Mark Sims6-20/+236
2008-05-13Fixed pref_key bug.Mark Sims1-1/+2
2008-05-13Added combobox for DNA strand label display.Mark Sims1-2/+71
2008-05-07New "DNA Display Style" property manager.Mark Sims3-0/+576