summaryrefslogtreecommitdiff
path: root/lib/taurus/qt/qtgui/taurusgui/taurusgui.py
Commit message (Expand)AuthorAge
* Avoid usage of TaurusWidgetFactory.getWidgetClassCarlos Pascual2021-08-26
* Remove variable `__all__` in non-API modulesCarlos Pascual2021-07-01
* [flake8] Fix E722 issuesCarlos Pascual2021-06-17
* sphinx: fix blank lines in docstringsCarlos Pascual2021-06-17
* m, avoid ugly black change on a commentCarlos Pascual2021-06-16
* [flake8] Fix E262,E265,E266Carlos Pascual2021-06-16
* [flake8] Fix E-501 (manual, wip)Carlos Pascual2021-06-15
* [flake8] Fix E-501 (manual, wip)Carlos Pascual2021-06-15
* Reformat all docstring from taurus style to reSTCarlos Pascual2021-06-15
* [flake8] Fix E-501 (manual, wip)Carlos Pascual2021-06-15
* Remove old print statements in comments and docstringsCarlos Pascual2021-06-07
* Reformat whole taurus source with blackCarlos Pascual2021-06-07
* Replace usages of imp by importlibCarlos Pascual2021-05-26
* Remove imports of future and __future__ modulesCarlos Pascual2021-05-26
* Add modulename info to Pool Instrument PanelDescriptionCarlos Pascual2021-03-31
* Do not assume TaurusApplication in taurusgui.pyCarlos Pascual2020-06-03
* Deprecate TaurusGui.{g,s}etCustomWidgetMapCarlos Pascual2020-05-20
* Merge branch 'extra_config_options' into extra_config_optionsstanislaw552020-03-02
|\
| * Merge branch 'develop' into extra_config_optionsStanislaw Cabala2020-03-02
| |\
* | | m, PEP8Carlos Pascual2020-02-28
* | | m, refactor code for clarityCarlos Pascual2020-02-28
* | | Do not show a blocking dialog when in safe modeCarlos Pascual2020-02-28
* | | Revert unwanted change that made custom panels not modifiableCarlos Pascual2020-02-28
* | | Merge branch 'develop' into extra_config_optionsCarlos Pascual2020-02-28
|\ \ \ | |/ / |/| / | |/
| * Fix loading of synoptic (bad case of option)Stanislaw Cabala2019-07-24
| * Merge pull request #949 from mrosanes/issue-947Carlos Pascual2019-07-22
| |\
| | * Avoid creating extra public functions in taurusgui moduleCarlos Pascual2019-07-19
| | * Fix cyclic import when importing TaurusGuimrosanes2019-07-18
| * | Use encoding in etree.tostringcfalcon2019-07-18
| |/
* | Change name to 'widget_formatter' to avoid clashing namesStanislaw Cabala2019-09-11
* | Use snake_case names with the restStanislaw Cabala2019-09-11
* | Use snake_case namesStanislaw Cabala2019-09-11
* | Respect widget's default configuration if no configuration is passed in Panel...Stanislaw Cabala2019-09-11
* | Set widget properties (modifiablebyuser, modelincofnig, formatter) in _loadCu...Stanislaw Cabala2019-09-11
* | Change getting widget properties from implicit dct to explicit. Also change n...Stanislaw Cabala2019-09-11
* | Set widget's properties before creating panelStanislaw Cabala2019-07-02
* | Add possibility to add extra config options in PanelDescriptionStanislaw Cabala2019-07-02
* | Add docsStanislaw Cabala2019-07-02
* | Add possibility to provide formatter property in PanelDescriptionStanislaw Cabala2019-07-02
* | Add possibility to provide modelInConfig and ModifiableByUser propertiesStanislaw Cabala2019-07-02
* | Add possibility to provide icon via PanelDescriptionStanislaw Cabala2019-07-02
|/
* Allow to specify the ini file to load by TaurusGuiCarlos Pascual2019-07-01
* Merge branch 'develop' into taurusgui_configCarlos Pascual2019-07-01
|\
| * Fix exception in taurus newgui CLI subcommandCarlos Pascual2019-06-13
| * Pass cmd_line_parser=None explicitly to TaurusApplicationCarlos Pascual2019-06-12
| * Remove old CLI functions (moved to taurus_legacy_cli)Carlos Pascual2019-06-07
| * Add gui and newgui click subcommandsCarlos Pascual2019-06-04
* | (m) Fix typo in error messageCarlos Pascual2019-06-13
* | Fix exception in TaurusGui.loadConfigurationCarlos Pascual2019-06-13
* | Remove call to nonexisting _loadGeneralQtSettingsCarlos Pascual2019-06-13