lp:~3v1n0/ubuntu-settings-components/new-calendar-design
Created by
Marco Trevisan (Treviño)
and last modified
- Get this branch:
- bzr branch lp:~3v1n0/ubuntu-settings-components/new-calendar-design
Only
Marco Trevisan (Treviño)
can upload to this branch. If you are
Marco Trevisan (Treviño)
please log in for upload directions.
Branch merges
Propose for merging
- Lukáš Tinkl (community): Approve
- Unity8 CI Bot: Approve (continuous-integration)
-
Diff: 1004 lines (+552/-198)9 files modifieddebian/bileto_pre_release_hook (+4/-0)
examples/OtherComponents.qml (+7/-0)
examples/SettingsComponents.qml (+13/-1)
plugins/Ubuntu/Settings/Components/Calendar.js (+23/-0)
plugins/Ubuntu/Settings/Components/Calendar.qml (+265/-117)
plugins/Ubuntu/Settings/Components/plugin.cpp (+16/-0)
plugins/Ubuntu/Settings/Menus/CalendarMenu.qml (+91/-35)
tests/qmltests/Components/tst_Calendar.qml (+88/-32)
tests/qmltests/Menus/tst_CalendarMenu.qml (+45/-13)
Related bugs
Bug #1640936: Rotating the phone can hide the dash calendar | Undecided | Fix Committed |
|
Bug #1641719: Opacity for weekend days same as for other days | Medium | Fix Released |
|
Bug #1641721: Tapping on a day near to the screen edge switches to the next month | Undecided | Fix Released |
|
Bug #1641722: Tapping a day often results in selecting not the day I wanted to | Medium | Fix Released |
|
Bug #1641724: Tapping the month name has no effect | Low | Fix Released |
|
Bug #1641728: Tapping a day to unselect it shows more events than was there before | Low | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 346. By Marco Trevisan (Treviño)
-
Calendar: ensure we always set back currentDate to today when changing month
- 345. By Marco Trevisan (Treviño)
-
Calendar: reset the selected date to today if we're on current month
- 344. By Marco Trevisan (Treviño)
-
Calendar: When changing months, always set the current date to first Day
- 343. By Marco Trevisan (Treviño)
-
CalendarMenu: tapping on month date updates the selected date to month start
- 342. By Marco Trevisan (Treviño)
-
Calendar: make the AbstractButton to fill the dayNumber instead of the whole day box
- 341. By Marco Trevisan (Treviño)
-
Calendar: only show the abstract button on current month view
This fixes possible edge clicks being recorded.
- 340. By Marco Trevisan (Treviño)
-
Calendar: Binding doesn't work well with new Loader, use more complex binding instead
- 339. By Marco Trevisan (Treviño)
-
Calendar: put the delegate inside a loader, it workarounds QTBUG-49224
- 338. By Marco Trevisan (Treviño)
-
CalendarMenu: Qt 5.4 needs this extra item to correctly fill the width, so let's be conservative
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-settings-components