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-10-01 | add `userAvatar` masking | Anatasof Wirapraja | |
2019-09-30 | Rename property creator to creatorText | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
because creator will be used in the logics | |||
2019-09-30 | add `TicketAttachmentForm` | Anatasof Wirapraja | |
2019-09-30 | better layout for `TaskHistory` to accomodate long ass description 🤪 | Anatasof Wirapraja | |
2019-09-30 | set `background` | Anatasof Wirapraja | |
2019-09-29 | changed `TaskHistoryForm` layout | Anatasof Wirapraja | |
2019-09-29 | changed `TaskBriefForm` layout | 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 | declare `property alias` | Anatasof Wirapraja | |
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-25 | Profile edit components are copied but hidden | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
2019-09-25 | Profile presentation code from Kelakon | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
2019-09-25 | Outer stack view representation code from Kelakon | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
is moved here | |||
2019-09-24 | reworked on task detail `Layout` | Anatasof Wirapraja | |
2019-09-24 | All forms and icons are moved here | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
2019-09-24 | Fix Home.qml error | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
2019-09-24 | Task related forms from Kelakon | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ | |
2019-09-24 | add `taskDetailForm` | Anatasof Wirapraja | |
2019-09-24 | fix anchor | Anatasof Wirapraja | |
2019-09-22 | add `taskDetail` | Anatasof Wirapraja | |
2019-09-22 | add `profileEditForm.ui.qml` | Anatasof Wirapraja | |
2019-09-22 | `profileSettings` and `profileLogout` now `ItemDelegate` | Anatasof Wirapraja | |
2019-09-20 | fixed broken files due to previous commits | Anatasof Wirapraja | |
2019-09-20 | reverse previous commit | Anatasof Wirapraja | |
2019-09-20 | remove `continueLayout` | Anatasof Wirapraja | |
2019-09-20 | fixed missing `*.svg` | Anatasof Wirapraja | |
2019-09-20 | change `components/icons` to `assets` | Anatasof Wirapraja | |
2019-09-20 | change `arrow-back-24px.svg` dir | Anatasof Wirapraja | |
2019-09-20 | update `profileForm` | Anatasof Wirapraja | |
2019-09-20 | add `profileForm` | Anatasof Wirapraja | |
2019-09-20 | update guides for `homeForm` | Anatasof Wirapraja | |
2019-09-20 | remove `roundButton` | Anatasof Wirapraja | |
2019-09-20 | add `HomeForm.ui.qml` | Anatasof Wirapraja | |
2019-09-19 | fixed layout | Anatasof Wirapraja | |
2019-09-19 | revert image source on `.qml` :p | Anatasof Wirapraja | |
2019-09-19 | strip `text` and `images` to be more general | Anatasof Wirapraja | |
2019-09-19 | disabled `User.*` reference | Anatasof Wirapraja | |
2019-09-19 | `emailTextLabel.text` uses `User.name` | Anatasof Wirapraja | |