Commit Graph

66 Commits

Author SHA1 Message Date
lidstrom83 edce25b3ce Set parameter default button's autoDefault value to False.
Makes dialogs containing parameter trees behave more intuitively.
2016-05-03 17:13:46 -06:00
lidstrom83 5322c0233b Fix bug where int and float parameter limits are not always set. 2016-05-03 12:25:05 -06:00
Luke Campagnola f34b69e660 Fix #92 (thanks jaxankey) 2015-06-03 22:18:02 -04:00
Luke Campagnola 753ac9b4c4 Squashed commit of the following:
commit ca3fbe2ff9
Author: Luke Campagnola <luke.campagnola@gmail.com>
Date:   Thu Aug 7 08:41:30 2014 -0400

    Merged numerous updates from acq4:
    * Added HDF5 exporter
    * CSV exporter gets (x,y,y,y) export mode
    * Updates to SVG, Matplotlib exporter
    * Console can filter exceptions by string
    * Added tick context menu to GradientEditorItem
    * Added export feature to imageview
    * Parameter trees:
        - Option to save only user-editable values
        - Option to set visible title of parameters separately from name
        - Added experimental ParameterSystem for handling large systems of
            interdependent parameters
        - Auto-select editable portion of spinbox when editing
    * Added Vector.__abs__
    * Added replacement garbage collector for avoiding crashes on multithreaded Qt
    * Fixed "illegal instruction" caused by closing file handle 7 on OSX
    * configfile now reloads QtCore objects, Point, ColorMap, numpy arrays
    * Avoid triggering recursion issues in exception handler
    * Various bugfies and performance enhancements
2014-08-07 09:03:26 -04:00
Luke Campagnola c3fdcc9ae5 Minor fix in list parameter 2014-05-21 23:25:07 -04:00
Luke Campagnola de022be634 Fixed Parameter 'readonly' option for bool, color, and text parameter types 2014-05-04 12:24:46 -04:00
Luke Campagnola f18f2b11c8 Fix: TextParameterItem now obeys 'readonly' option 2014-04-30 13:00:56 -04:00
Luke Campagnola 2ce6196ac0 Fixed Parameter.sigValueChanging 2014-03-25 13:15:29 -04:00
tommy3001 da4bb3df23 List alignments class WidgetParameterItem 2014-02-15 11:42:36 +01:00
Luke Campagnola a2e8290d8e console, graphicsscene, and 2nd-level graphicsitems 2013-12-23 07:51:33 -05:00
Luke Campagnola 91aa2f1c16 fixed TextParameter editor disappearing after focus lost 2013-08-27 12:00:26 -06:00
Luke Campagnola 46901ae83a ListParameter bugfix: allow unhashable types as parameter values. 2013-07-12 13:14:09 -04:00
Luke Campagnola 7cd3e663f9 experimental GL video widget
temporary fix for text parameter ignoring expanded option
Don't use os.EX_OK in pg.exit()
2013-07-10 00:02:16 -04:00
Luke Campagnola 6e5c5e402b merged many new features from ACQ4 2013-02-10 17:45:16 -05:00
Luke Campagnola 4c887c8f50 Merge new fixes and features from acq4 2013-02-10 14:10:30 -05:00
Luke Campagnola af59296231 Reorganized directory structure to be more standard
Started new SVG exporter
Merged updates from ACQ4
2012-12-25 00:43:31 -05:00