summaryrefslogtreecommitdiff
path: root/cad/src/dna/commands/OrderDna
AgeCommit message (Expand)AuthorFilesLines
2008-12-12Make the background color of the "Unassigned bases" Qlineedit red if there ar...Mark Sims1-0/+12
2008-11-28Changed PM title from "Order Dna" to "Order DNA"Mark Sims1-1/+1
2008-11-28Refined "What's This" descriptions for all the buttons on the "Build DNA" com...Mark Sims1-1/+1
2008-11-17Improvements to the Order DNA command, including:Mark Sims1-43/+75
2008-11-16Added "Total number of bases" line to header.Mark Sims1-3/+9
2008-11-16"Strand length" column included in DNA Order file.Mark Sims1-7/+8
2008-11-13fixed bug 2884 "Number of bases" field in Order DNA property manager not upda...nobody1-0/+6
2008-10-02- use thesuperclass Command_PropertyManager for all command PMs. Ninad Sathaye1-34/+10
2008-09-30removed command_can_be_suspended command class flagNinad Sathaye1-1/+0
2008-09-25stripped out the old command API code for all commands in pkg : [src/dna]Ninad Sathaye1-71/+1
2008-09-22updated porting status, PM_classNinad Sathaye1-38/+37
2008-09-16new command api: flyout toolbar works for new create/ update flyout framework...Ninad Sathaye1-20/+30
2008-09-05command_porting_status" " a new attr to track the status of porting .This is ...Ninad Sathaye1-0/+3
2008-08-27ported order dna to new command APINinad Sathaye1-1/+48
2008-08-18move some ok_btn_clicked/cancel_btn_clicked methods to superclassBruce Smith1-7/+1
2008-08-14implemented dna base number labels for all subcommands of dna. Ninad Sathaye1-1/+8
2008-08-14minor changesNinad Sathaye1-1/+1
2008-08-13new debug preference "KEEP_SIGNALS_ALWAYS_CONNECTED" (False by default) Ninad Sathaye1-10/+18
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-1/+0
2008-07-28refactoring -- implemented the new _init_gui_flyout_action methodNinad Sathaye1-10/+2
2008-07-27comment each use of .prevMode with its method and purposeBruce Smith1-2/+2
2008-07-26command_level constants; misc minor cleanupBruce Smith1-2/+3
2008-07-09implemented 'Escape key to exit' for all commands.(exception: not done yet fo...Ninad Sathaye1-4/+3
2008-07-09rename platform to platform_dependentEric Messick1-2/+2
2008-06-09Renamed PM constants to uppercase and deprecated/deleted PropMgr_Constants.py.Mark Sims1-4/+4
2008-05-21Renamed OrderDna_EditCommand.py (back) to OrderDna_Command.py after a discuss...Mark Sims1-5/+2
2008-05-19Renamed OrderDna_Command.py to OrderDna_EditCommand.pyMark Sims1-2/+2
2008-05-19New "Order DNA" property manager.Mark Sims3-0/+438