Commit Graph
235 Commits
Author SHA1 Message Date
novak_i 4cfe71bee3 Update readme file 2020-03-01 15:04:47 -05:00
novak_i 8de651de09 Add recursive option to password protection 2020-02-25 16:31:26 -05:00
novak_i f08b24be11 Implement password protection 2020-02-25 03:06:31 -05:00
novak_i 0ff5aa90e5 Port to python3 2020-01-05 13:33:02 -05:00
novak_i bd1360d171 Fix clearButton 2020-01-05 07:15:08 -05:00
novak_i 6130228780 Port from PyQt4 to PyQt5 2019-12-17 14:00:47 +01:00
ebner 23a4323968 fix problem is launcher config has an empty menu - it should not exit! 2019-09-27 10:33:18 +02:00
ebner 60d9df9ea8 move to qt5 2019-09-27 10:24:18 +02:00
ebner 0ece67169e add python 2018-06-12 13:43:32 +02:00
ebner d727b34728 fix build script 2018-06-12 13:24:37 +02:00
ebner 85f9325f70 version 1.4.0 2018-06-12 08:25:51 +02:00
Simon Gregor EbnerandGitHub 14dd8ae5e6 Merge pull request #10 from xiaoqiangwang/master
refactor and add parsing of level file and "-opt" option
2018-06-11 14:29:32 +02:00
Xiaoqiang Wang f36a596b63 add parser of level file and -opt string
The level file is by default <input_file>.lvl but can be overriden
with the "--level" option.
2018-06-11 13:58:21 +02:00
Simon Gregor EbnerandGitHub 5b8d3b3229 Merge pull request #9 from xiaoqiangwang/master
replace pyparsing with simple regexp
2018-06-11 09:02:33 +02:00
Xiaoqiang Wang dedee27ace skip empty param 2018-06-08 20:47:55 +02:00
Xiaoqiang Wang 90893c4f21 report error file and line number 2018-06-08 20:45:11 +02:00
Xiaoqiang Wang 9e67d16f12 replace pyparsing with simple regexp
the pyparsing results is a nested list, each element is a word inside
the {} block. the previous handling then loops over all the word and
populates it into params. this creates a lot confusing entries in
params.

since the command pattern could never be nested, a simple regexp
suffices.
2018-06-08 16:18:13 +02:00
Simon Gregor EbnerandGitHub e10802068f Merge pull request #8 from xiaoqiangwang/master
python 2.7 compatible
2018-06-08 13:23:50 +02:00
Xiaoqiang Wang e10a1a745b empty CONDA_TOKEN confuses arguments parser 2018-06-07 22:33:33 +02:00
Xiaoqiang Wang f845457517 add defaults channel 2018-06-07 22:12:47 +02:00
Xiaoqiang Wang 69dc7a4a1e python 2.7 compatible 2018-06-07 19:14:51 +02:00
Simon Gregor EbnerandGitHub db5fc4f1a4 Merge pull request #7 from epanepucci/master
fix raw_input missing for python3
2018-02-09 17:25:50 +01:00
panepucci 0d59b2c98b parse flags/search-box-enabled
Use the flags/search-box-enabled to decide if the
top-level search box should be used or not

The search dialog and the search-box on detached menus
are always enabled.
2018-02-09 16:02:11 +01:00
panepucci dbe8786fd5 parse top-level flags property in configuration files
The "flags" is only parsed if a file is a top
level menu (level=0), otherwise it is ignored.
2018-02-09 15:52:12 +01:00
panepucci 406533042f fix raw_input missing for python3 2018-02-07 11:03:46 +01:00
ebner 20b8c0f663 Add travis build status to readme 2016-12-20 11:52:30 +01:00
ebner ff07e02df9 Add appveyor build status 2016-12-20 11:50:28 +01:00
ebner ddc9b4aee2 Add configuration for travis and appveyor 2016-12-20 11:47:50 +01:00
Vintar Rok 1b58d0fc9c version 1.3.0 2016-10-31 16:00:40 +01:00
Vintar Rok c769519bcd small fix of Left arrrow button behaviour 2016-10-31 13:07:49 +01:00
Vintar Rok 278bbcb886 small fix of Left arrrow button behaviour 2016-10-31 11:32:52 +01:00
Vintar Rok d617e4645b small fix of Left arrrow button behaviour 2016-10-31 11:19:11 +01:00
Vintar Rok 7136248c27 Copy command to clipboard 2016-10-31 09:14:51 +01:00
ebner 2da32abf16 new version 1.2.6 2016-09-28 15:36:34 +02:00
Simon Gregor EbnerandGitHub ef96f5ff34 Merge pull request #6 from tomazsustar/master
COSYLAB-832
2016-09-28 14:55:31 +02:00
Tomaž Šuštar 70e7e3bd19 fixing bug when a menu was empty, fixing default positioning on windows 2016-09-28 12:04:37 +02:00
ebner 8df51556ee cleanup readme 2016-08-17 15:50:00 +02:00
ebner fc720085a9 new version - updated author 2016-08-17 10:46:00 +02:00
ebnerandGitHub fc13dadfa2 Merge pull request #5 from paulscherrerinstitute/jumpingDetachedWindow
Jumping detached window
2016-08-17 10:40:57 +02:00
Saso Skube 1649b5ce02 Removed 'delete on close' window attribute because it can be dangerous to delete C++ objects when python object still has reference to it. 2016-08-17 08:12:13 +02:00
Saso Skube 37adffab1a De-attached windows were jumping around when switching between workspaces. 2016-08-16 16:09:40 +02:00
Saso Skube e1281292f7 Updated git ignore 2016-08-16 16:07:56 +02:00
Vintar Rok 2848c0a3a7 version 1.2.4 2016-06-08 08:17:43 +02:00
Vintar Rok 7b010fbca7 Better error handling in conversion script 2016-06-08 08:16:28 +02:00
rokvintar f7b4ab58fc Merge pull request #4 from paulscherrerinstitute/abs_paths
Abs paths
2016-05-13 16:40:02 +02:00
Vintar Rok 3f9de766ac Increasing version 2016-05-13 11:30:17 +02:00
Vintar Rok f88089914c fixing minor bugs reading theme files (form porting to python3) 2016-05-13 11:28:39 +02:00
Vintar Rok a34747aecf when sub-menu is loaded from absolute path, all its items are loaded from there 2016-05-13 08:53:55 +02:00
Vintar Rok cf321eb789 Open file inside model menu_model constructor, instead on all places before creating new menu 2016-05-12 14:34:23 +02:00
Tom Slejko b56019d47c Licenicing 2016-05-06 09:26:18 +02:00