summaryrefslogtreecommitdiff
path: root/cad/src/utilities
AgeCommit message (Expand)AuthorFilesLines
2012-09-17whitespace crusadingBryan Bishop18-239/+239
2010-12-16Applying contributed patches (see below)Thomas Fitzsimmons1-2/+2
2009-03-06clarify and improve debug menu profiling commandsBruce Smith2-41/+81
2009-03-05work around out-of-date samevals.dll/.soBruce Smith1-1/+2
2009-02-06fix last cases of InstanceType with InstanceLike; update docstringBruce Smith1-1/+2
2009-02-06comment on same_vals/__eq__/new-style/Bond interactionBruce Smith1-2/+3
2009-02-05discuss extending copy_val etc to new-style classes; line lengthBruce Smith1-14/+22
2009-02-05comments, line lengthBruce Smith1-69/+179
2009-01-17pylint cleanup of constants.py, and new file to resolve import cycleBruce Smith1-153/+128
2009-01-16fix relative importsBruce Smith1-6/+7
2008-12-25Renamed command "NanotubeSegment" to "EditNanotube".Mark Sims1-5/+5
2008-12-20Changed "Protein Style" user pref default to "CA Trace (ball and stick)".Mark Sims1-1/+1
2008-12-13Renamed DnaDuplex* to InsertDna*. (step 2)Mark Sims1-1/+1
2008-12-12Removed the debug pref "Enable model and simulate protein flyout?". This flyo...Mark Sims1-6/+0
2008-12-12NFR: New pref option for controlling how the arrow keys (for incremental Pan)...Mark Sims1-0/+6
2008-12-10Minor changes suggested by Bruce for commit 14534.Mark Sims2-2/+2
2008-12-10Change default bg gradient back to "Blue Sky" for the upcoming v1.2 release.Mark Sims2-6/+6
2008-12-06Test to fix Bug 2943: Icons are missing in "What's This" help. Includes new f...Mark Sims1-6/+26
2008-12-02teach python same_vals how to compare numpy.ndarrayBruce Smith1-2/+51
2008-11-12new feature: search dna strands or segments by specifying a range of number o...nobody1-0/+3
2008-11-03new feature that Mark needs: recursively join strands upon single click (trav...nobody1-1/+2
2008-10-26new feature: click on any strand to join its 3' end with a 5'end of a neighbo...nobody1-1/+2
2008-10-16misc trivial cleanups in profiling codeBruce Smith1-2/+2
2008-10-06import foundation.env as envBruce Smith1-1/+1
2008-10-03print profile output path just before starting profilingNinad Sathaye1-0/+3
2008-10-03use profile module if cProfile import fails. New function to read profiling o...Ninad Sathaye1-3/+33
2008-10-01misc cleanups, comments, coding standardsBruce Smith1-1/+1
2008-09-30more USE_COMMAND_STACK cleanupBruce Smith1-12/+0
2008-09-25remove support for GLPANE_IS_COMMAND_SEQUENCERBruce Smith1-21/+0
2008-09-25trivial cleanup, and remove (nim) from keep signals menu textBruce Smith1-19/+8
2008-09-25added some comments to KEEP_SIGNALS_CONNECTEDNinad Sathaye1-6/+14
2008-09-23avoid multiple equality checks in same_vals()Eric Messick1-0/+1
2008-09-22USE_COMMAND_STACK enabled by defaultNinad Sathaye1-4/+2
2008-09-22initial version of cached bg color/depth image (doesn't work)Bruce Smith1-2/+19
2008-09-17improve some debug printsBruce Smith1-4/+8
2008-09-11split GLPane_text_and_color_methods into their own fileBruce Smith1-6/+22
2008-09-11rename and clean up setDisplay methods; inline selectedJigTextPosition and ge...Bruce Smith1-1/+1
2008-09-10change default value of GLPANE_IS_COMMAND_SEQUENCERBruce Smith1-3/+9
2008-09-08change prefs_keys so developers use default values for proteinsBruce Smith1-6/+5
2008-09-08=Set protein related debug prefs to True by default.Piotr Rotkiewicz1-2/+2
2008-09-08debug_pref("use separate command sequencer (next session)?")Bruce Smith2-7/+18
2008-09-08renamed some global constants in utilities.py e.g. LOWER_LEFT to PLANE_ORIGI...Ninad Sathaye1-4/+4
2008-08-27=Renamed enableProteins constant to ENABLE_PROTEINS to follow coding standards.Piotr Rotkiewicz1-1/+2
2008-08-26Added cursor text font size and color widgets to the preferences "Graphics Ar...Mark Sims1-1/+10
2008-08-22renamed class cookieMode to BuildCrystal_CommandNinad Sathaye1-1/+1
2008-08-21keep signals connected debug pref enabled by default , new break strands opti...Ninad Sathaye1-2/+2
2008-08-19keep signals connected debug pref -- starts True by default -- Note to myself...Ninad Sathaye1-2/+3
2008-08-18- new debug preference "DNA: debug new break strands options feature" (False...Ninad Sathaye1-0/+16
2008-08-15DEFAULT_COMMAND = 'SELECTMOLS'; more new command stack codeBruce Smith1-0/+2
2008-08-14support GLPANE_IS_COMMAND_SEQUENCER = False (but default is still True)Bruce Smith1-5/+7