Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14912 Quick Start - Arrows - Modify code based on feedback from Behrouz -- take out the CircleButton and make use of TouchRect -- Add left and right arrow images

    • -0
    • +99
    ./qml/components/SliderArrows.qml
    • -42
    • +9
    ./qml/components/SliderCreateTreatment.qml
  1. … 3 more files in changeset.
Why was this Rectangle added? the ProgressRect is a Rectangle and can be used for the active color, and the _progressRectBackground seems redundant.

Why was this Rectangle added?
the ProgressRect is a Rectangle and can be used for the active color, and the _progressRectBackground seems redundant.

Why was this property added?

Why was this property added?

Regarding our new design change requests all tick marks shall be round by default.

Regarding our new design change requests all tick marks shall be round by default.

Why In-Line Component is used. The idea behind the loader is to set them active if only it is set active. Does the in-line component have the same efficiency? Please test and provide proof of conce...

Why In-Line Component is used.
The idea behind the loader is to set them active if only it is set active.
Does the in-line component have the same efficiency?
Please test and provide proof of concept, since this feature is very new and I haven't tested it.
If can't be proven, use the loader only, please.

In C++ the trinary "?" operator will call both true and false sections and then will decide which to return. If that is the case for the QML/JS I suggest using a function with an if block to return...

In C++ the trinary "?" operator will call both true and false sections and then will decide which to return.
If that is the case for the QML/JS I suggest using a function with an if block to return the decided object.
to ensure the trinary "?" operator behavior, you can use the "Component.onCompleted: {", if the new Qt 5.15 in-line Component declaration supports it.

DEN-14912: Quick Start - Arrows - Update logic to increment/decrement on button press

DEN-14912: Quick Start - Arrows - Add implementation for value increment/decrement buttons

    • -0
    • +62
    ./qml/components/CircleButton.qml
    • -1
    • +50
    ./qml/components/SliderCreateTreatment.qml
  1. … 1 more file in changeset.
DEN-14912 Quick Start : Sliders - Refinement of the rangeSlider's look for quick start

DEN-14912: Quick Start Sliders -Improvement to the rangeSlider's look and feel for quick start

UI-DEN-14909_UI VD S92 QS Arrows
UI-DEN-14909_UI VD S92 QS Arrows
UI-DEN-14909_UI VD S92 QS Sliders
UI-DEN-14909_UI VD S92 QS Sliders
DEN-14912: Quick Start - Sliders - Improvements to the sliders look and feel for the quick start

    • -2
    • +3
    ./qml/components/SliderCreateTreatment.qml
DEN-13971 Adjust handle behavior on first drag

DEN-14838 Revert PretreatmentCreate file again due to miscommit

DEN-13971 Remove unused/commented out code

DEN-14838 Revert changes from QuickStart WIP

DEN-13971 Refinement to activation of slider handle and value setting

    • -6
    • +4
    ./qml/components/SliderCreateTreatment.qml
Can you check on the latest commit if this space was already removed? I can't tell which line this comment is in regards to. Thanks!

Can you check on the latest commit if this space was already removed? I can't tell which line this comment is in regards to. Thanks!

DEN-14838 Remove debugging printout

DEN-14838 CR Comment changes

I think we wanted the alias and not the bool. I vaguely remember suggesting the change to alias. This could've been a revert change. I am not sure. I will change it back to alias

I think we wanted the alias and not the bool. I vaguely remember suggesting the change to alias. This could've been a revert change. I am not sure. I will change it back to alias

This is after the text property. I removed the newline between them as a change

This is after the text property. I removed the newline between them as a change

Moved onTextChanged line and removed extra newline

Moved onTextChanged line and removed extra newline

Will make note. Changed comment to reflect.

Will make note. Changed comment to reflect.

Updated.

Updated.

It will display two same values with one tick. I have removed the check.

It will display two same values with one tick.

I have removed the check.

Updated, thank you

Updated, thank you

DEN-5281 Fix NaN value shown on click without value selection; Moving slider behavior; centering of min/max labels

please remove an extra empty line which is not necessary.

please remove an extra empty line which is not necessary.