View Issue Details

IDProjectCategoryView StatusLast Update
0002988Slicer4Core: CLI infrastructurepublic2017-06-07 23:27
Reporterjohan.andruejol Assigned Tomillerjv  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product VersionSlicer 4.2.2-1 
Target VersionFixed in VersionSlicer 4.6.0 
Summary0002988: Progress Bar created does not work if the CLI node is created before the widget
Description

The progress bar is only created when the user creates adds a node in the widget or when the node is reset to the default values.
(Only place where it is called is line 172 in qSlicerCLIModuleWidget.cxx)

Additional Information

It should probably be called every time a new node is set instead.

TagsNo tags attached.

Relationships

related to 0003357 acknowledgedjcfr Standard mechanism for reporting progress 

Activities

jcfr

jcfr

2016-06-09 01:01

administrator   ~0013961

Unable to reproduce. Please, re-open if the issue still persists.

You could also provide a python snippet allowing to reproduce the problem.

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file 6489377f

2013-04-25 11:13:32

finetjul

Details Diff
ENH: Fix CLI progress bar setup

The progress bar was only initialized on setDefaultValue when it should be
initialized everytime a new command line module node is selected.

See Issue 0002988

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21933 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCLI/qSlicerCLIModuleWidget.cxx Diff File
mod - Base/QTCLI/qSlicerCLIProgressBar.cxx Diff File

Slicer: 2145-support-for-installing-extension-from-file ad81edb3

2013-04-25 11:13:33

finetjul

Details Diff
ENH: Add VisibleAfterExecution option for CLI Progress bar

This option defines if the progress bard stay visible at the end of the
execution of the CLI or not.

See Issue 0002988

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21934 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCLI/qSlicerCLIProgressBar.cxx Diff File
mod - Base/QTCLI/qSlicerCLIProgressBar.h Diff File

Slicer: 2145-support-for-installing-extension-from-file d6807c2f

2013-04-25 11:13:35

finetjul

Details Diff
STYLE: Align CLI Progress bar "Status:" label to the right

It is better for the "Status:" label to be closer to the current status.
Otherwise the user just glances over it without really noticing the
relation between both.

See Issue 0002988

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21935 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCLI/qSlicerCLIProgressBar.cxx Diff File

Issue History

Date Modified Username Field Change
2013-02-28 05:03 johan.andruejol New Issue
2013-02-28 05:03 johan.andruejol Status new => assigned
2013-02-28 05:03 johan.andruejol Assigned To => millerjv
2013-09-02 12:09 jcfr Relationship added related to 0003357
2016-06-09 01:01 jcfr Note Added: 0013961
2016-06-09 01:01 jcfr Status assigned => resolved
2016-06-09 01:01 jcfr Fixed in Version => Slicer 4.6.0
2016-06-09 01:01 jcfr Resolution open => unable to reproduce
2016-06-09 01:01 jcfr Status resolved => closed
2017-06-07 23:27 finetjul Changeset attached => Slicer 2145-support-for-installing-extension-from-file d6807c2f
2017-06-07 23:27 finetjul Changeset attached => Slicer 2145-support-for-installing-extension-from-file ad81edb3
2017-06-07 23:27 finetjul Changeset attached => Slicer 2145-support-for-installing-extension-from-file 6489377f