Skip to content
Snippets Groups Projects
Commit db33d625 authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Merge branch 'release/1.7'

parents 08c2f101 0dca6c5c
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 0 deletions
v1.7
----
* New configuration key client.gui.param_dialog_accepts_invalid_values,
defaults to true (this changes the default behaviour of the GUI)
* Workflow, Program: new isValidForExecution() method
v1.6.1
------
......
......@@ -40,6 +40,9 @@ client.gui.file_input=true
# boolean value, indicating whether the interface handles directory inputs (default is false)
client.gui.directory_input_BOOLEAN-CHECK_
client.gui.directory_input=false
# Whether the dialog where a program's parameters are set allows invalid values to be set
client.gui.param_dialog_accepts_invalid_values_BOOLEAN-CHECK_
client.gui.param_dialog_accepts_invalid_values=true
# The directory containing the images used by the client
#praxis.img_DIR-CHECK_
......
......@@ -49,6 +49,8 @@ client.color.tooltip_COLOR-CHECK_
client.gui.file_input_BOOLEAN-CHECK
# boolean value, indicating whether the interface handles directory inputs, in addition to standard files
client.gui.directory_input_BOOLEAN-CHECK
# Whether the dialog where a program's parameters are set allows invalid values to be set
client.gui.param_dialog_accepts_invalid_values=true
# Defaults to 100Ko
client.result.max_file_size_INT_CHECK
......
data/client/images/Conception_icon.png

1 KiB

data/client/images/Exec_icon-12.png

650 B

data/client/images/Update.png

2.43 KiB

data/client/images/Viewers.png

3.52 KiB

data/client/images/arrow_result.png

1.2 KiB

data/client/images/connecte.jpg

706 B

data/client/images/deconnecte.jpg

703 B

data/client/images/file_text_icone-16.png

394 B

data/client/images/gears.png

1.1 KiB

data/client/images/hors_ligne.jpg

684 B

data/client/images/orth_arrow-16.png

181 B

data/client/images/post-it_icon.png

468 B

data/client/images/post-it_scenario_icon.png

1.47 KiB

data/client/images/scenario.png

987 B

data/client/images/selected_file_text_icone-16.png

1.28 KiB

data/client/images/selected_post-it_icon.png

382 B

data/client/images/selected_post-it_scenario_icon.png

653 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment