summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-05Explicitly set the font to boldHEADmasterꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
2022-02-02Update import versions & reindentꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
2022-02-02Hide the buttons for nowꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
2022-02-02RobotoMono fontsꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
2022-02-02Update import versionsꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
2022-01-25Interface to ItemDelegateꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
so it can be clicked
2022-01-25Single text list item formꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀
with Roboto Mono Bold.
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-10-01add `userAvatar` maskingAnatasof Wirapraja
2019-09-30Rename property creator to creatorTextꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
because creator will be used in the logics
2019-09-30add `TicketAttachmentForm`Anatasof Wirapraja
2019-09-30better layout for `TaskHistory` to accomodate long ass description 🤪Anatasof Wirapraja
2019-09-30set `background`Anatasof Wirapraja
2019-09-29changed `TaskHistoryForm` layoutAnatasof Wirapraja
2019-09-29changed `TaskBriefForm` layoutAnatasof Wirapraja
2019-09-29Move the brief and history forms and its containerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
so that the TaskDetails can have access to their properties
2019-09-29declare `property alias`Anatasof Wirapraja
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-25Profile edit components are copied but hiddenꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
2019-09-25Profile presentation code from Kelakonꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
2019-09-25Outer stack view representation code from Kelakonꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
is moved here
2019-09-24reworked on task detail `Layout`Anatasof Wirapraja
2019-09-24All forms and icons are moved hereꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
2019-09-24Fix Home.qml errorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
2019-09-24Task related forms from Kelakonꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀
2019-09-24add `taskDetailForm`Anatasof Wirapraja
2019-09-24fix anchorAnatasof Wirapraja
2019-09-22add `taskDetail`Anatasof Wirapraja
2019-09-22add `profileEditForm.ui.qml`Anatasof Wirapraja
2019-09-22`profileSettings` and `profileLogout` now `ItemDelegate`Anatasof Wirapraja
2019-09-20fixed broken files due to previous commitsAnatasof Wirapraja
2019-09-20reverse previous commitAnatasof Wirapraja
2019-09-20remove `continueLayout`Anatasof Wirapraja
2019-09-20fixed missing `*.svg`Anatasof Wirapraja
2019-09-20change `components/icons` to `assets`Anatasof Wirapraja
2019-09-20change `arrow-back-24px.svg` dirAnatasof Wirapraja
2019-09-20remove `components`Anatasof Wirapraja
2019-09-20update `profileForm`Anatasof Wirapraja
2019-09-20add `profileForm`Anatasof Wirapraja