Bug 402951

Summary: Kamoso doesn't display the ModeInfo text anymore
Product: [Applications] kamoso Reporter: Nate Graham <nate>
Component: generalAssignee: Aleix Pol <aleixpol>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nate Graham 2019-01-07 01:21:15 UTC
Kamoso from git master

This bit just doesn't seem to work:

        Text {
            anchors {
                horizontalCenter: parent.horizontalCenter
                top: parent.top
                margins: 20
            }

            text: root.pageStack.currentItem.actions.main.modeInfo


No text is rendered at the top.
Comment 1 Nate Graham 2019-01-11 21:02:15 UTC
Patch: https://phabricator.kde.org/D18200
Comment 2 Nate Graham 2019-01-14 14:34:51 UTC
Git commit 29d779144a08070225466da9bb0fd11b10c6fb33 by Nate Graham.
Committed on 14/01/2019 at 14:34.
Pushed by ngraham into branch 'master'.

Restore timer and burst mode photo count

Summary:
The top text was always displaying the `modeInfo` text from the primary action,
which worked when the primary action jumped around. After that was fixed, this
part was never changed, so it was always displaying the `modeInfo` text for the
photo mode, which is an empty string.

This patch fixes that sonow the recording time is displayed in video mode
and the burst photo count is displayed in burst mode.
FIXED-IN 19.04.0

Test Plan: Use video mode or burst mode

Reviewers: apol

Reviewed By: apol

Differential Revision: https://phabricator.kde.org/D18200

M  +1    -1    src/qml/Main.qml

https://commits.kde.org/kamoso/29d779144a08070225466da9bb0fd11b10c6fb33