Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | Ticket 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-03 | rework on `TaskHistoryForm` | Anatasof Wirapraja | |
2019-10-03 | changed `StackView` to `ScrollView` | Anatasof Wirapraja | |
2019-10-03 | add background color to `ListView` | Anatasof Wirapraja | |
2019-10-03 | load `TaskHistoryForm` below anchor | Anatasof Wirapraja | |
2019-10-03 | Move `ListView` inside `StackView` | Anatasof Wirapraja | |
2019-10-02 | Move StackView and TaskBrief back here | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
with ListView taking TaskHistory's place | |||
2019-10-02 | add listview | Anatasof Wirapraja | |
2019-09-30 | better layout for `TaskHistory` to accomodate long ass description 🤪 | Anatasof Wirapraja | |
2019-09-29 | Move the brief and history forms and its container | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
so that the TaskDetails can have access to their properties | |||
2019-09-29 | load `TaskHistoryForm.ui.qml` on `TaskDetailForm` | Anatasof Wirapraja | |
2019-09-29 | Load `TaskBriefForm.ui.qml` inside `TaskDetailForm.ui.qml` | Anatasof Wirapraja | |
2019-09-27 | adding `attachmentItemLayout` | Anatasof Wirapraja | |
2019-09-26 | reduce sizes and margin | Anatasof Wirapraja | |
2019-09-26 | `taskTitleLayout` and `taskDescriptionLayout` height fluidly resizes based ↵ | Anatasof Wirapraja | |
on the content height | |||
2019-09-24 | reworked on task detail `Layout` | Anatasof Wirapraja | |
2019-09-24 | All forms and icons are moved here | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
2019-09-24 | add `taskDetailForm` | Anatasof Wirapraja | |
2019-09-22 | add `taskDetail` | Anatasof Wirapraja | |