summaryrefslogtreecommitdiff
path: root/features/TaskDetailForm.ui.qml
AgeCommit message (Collapse)Author
2019-10-03Ticket history brief and list scroll togetherꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
First, scrollview's bottom, otherwise it has no height. Second, according to https://doc.qt.io/qt-5.12/qml-qtquick-controls2-scrollview.html#sizing If contains more than 1, should set contentHeight and contentWidth (even though this works with only setting contentHeight) Third, I set clip to true because of the same doc page. "If it is not used as a full-screen item, you should consider setting the clip property to true" Adjust accordingly. Fourth, ListView's interactive default *is* true, and what we want here is actually false, and let the ScrollView does the scrolling.
2019-10-03rework on `TaskHistoryForm`Anatasof Wirapraja
2019-10-03changed `StackView` to `ScrollView`Anatasof Wirapraja
2019-10-03add background color to `ListView`Anatasof Wirapraja
2019-10-03load `TaskHistoryForm` below anchorAnatasof Wirapraja
2019-10-03Move `ListView` inside `StackView`Anatasof Wirapraja
2019-10-02Move StackView and TaskBrief back hereꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
with ListView taking TaskHistory's place
2019-10-02add listviewAnatasof Wirapraja
2019-09-30better layout for `TaskHistory` to accomodate long ass description 🤪Anatasof Wirapraja
2019-09-29Move the brief and history forms and its containerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
so that the TaskDetails can have access to their properties
2019-09-29load `TaskHistoryForm.ui.qml` on `TaskDetailForm`Anatasof Wirapraja
2019-09-29Load `TaskBriefForm.ui.qml` inside `TaskDetailForm.ui.qml`Anatasof Wirapraja
2019-09-27adding `attachmentItemLayout`Anatasof Wirapraja
2019-09-26reduce sizes and marginAnatasof Wirapraja
2019-09-26`taskTitleLayout` and `taskDescriptionLayout` height fluidly resizes based ↵Anatasof Wirapraja
on the content height
2019-09-24reworked on task detail `Layout`Anatasof Wirapraja
2019-09-24All forms and icons are moved hereꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
2019-09-24add `taskDetailForm`Anatasof Wirapraja
2019-09-22add `taskDetail`Anatasof Wirapraja