pages

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13966 Improvement: Export individual log files

- Added the export progress for each exporting file.

    • -18
    • +10
    ./settings/SettingsExportLogs.qml
  1. … 4 more files in changeset.
DEN-13966 Improvement: Export individual log files

- Used the stashed file copy by by chunk algorithm which I wrote before for exporting the log files.

- It will help later to have more control over copying files.

- Added all the signal/slots for Logger, ApplicationController, GuiController, GuiView and the QML side.

- Implemented the Export Selection Map on the C++ side to be used for individual log file selection (insert, delete, select, remove/Clear).

- Added percent update for the current exporting file. (not implemented on UI, due to some issues)

    • -10
    • +25
    ./settings/SettingsExportLogs.qml
  1. … 18 more files in changeset.
UI-DEN-13966_UI BN S81
UI-DEN-13966_UI BN S81
DEN-13966: Improvement: Export individual log files
DEN-13966: Improvement: Export individual log files
DEN-13966: Improvement: Export individual log files

DEN-14044: IMP:

- Adding the type GuiStringIndexMap=QMap<quint32, QString> to the signal/slot system.

  1. … 10 more files in changeset.
DEN-13966: Improvement: Export individual log files

DEN-14044 - implemented the UI part and the C++ backend list property.

    • -27
    • +64
    ./settings/SettingsExportLogs.qml
  1. … 4 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./endtreatment/EndTreatmentEndStack.qml
  1. … 21 more files in changeset.
Merge branch 'DEN-13965-UI-BN-S80' into staging

  1. … 12 more files in changeset.
DEN-13939: IMP: Fixed the merge issue

- Not sure why git didn't get the changes on the ModalDialog's Norification changes to NotificationSmall, and caused the issue on the property IconVisible.

  1. … 3 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./posttreatment/PostTreatmentReview.qml
    • -1
    • +1
    ./pretreatment/create/PreTreatmentCreateStack.qml
    • -1
    • +1
    ./settings/SettingsVolumeBrightness.qml
  1. … 83 more files in changeset.
Merge branch 'DEN-13198-UI_BN_75' into staging

    • -1
    • +2
    ./posttreatment/PostTreatmentReview.qml
    • -5
    • +177
    ./pretreatment/create/PreTreatmentCreate.qml
    • -0
    • +1
    ./pretreatment/create/PreTreatmentCreateStack.qml
    • -23
    • +154
    ./settings/SettingsExportLogs.qml
  1. … 37 more files in changeset.
RESOLVED

RESOLVED

RESOLVED

RESOLVED

A bug has been created for that. I need to work on it and test it. Please resolve and will follow up under the bug: DEN-14006

A bug has been created for that.
I need to work on it and test it.
Please resolve and will follow up under the bug: DEN-14006

A bug has been created for that. I need to work on it and test it. Please resolve and will follow up under the bug: DEN-14006

A bug has been created for that.
I need to work on it and test it.
Please resolve and will follow up under the bug: DEN-14006

UI-DEN-13965_UI BN S80
UI-DEN-13965_UI BN S80
Missing square brackets around equality check

Missing square brackets around equality check

During installation last week was having issues where this check seems to be looking for $CLOUDSYNC_FOLDER in root directory, whereas instructions say to install cloudsync folder in home directory,...

During installation last week was having issues where this check seems to be looking for $CLOUDSYNC_FOLDER in root directory, whereas instructions say to install cloudsync folder in home directory, if I'm understanding correctly the condition should be $HOME$CLOUDSYNC_FOLDER