aboutsummaryrefslogtreecommitdiffstats
path: root/dev/apps/com.pelagicore.sheets
Commit message (Collapse)AuthorAgeFilesLines
...
* [style] Drop usage of Style.fontSize*Daniel d'Andrada2018-03-201-1/+1
| | | | | | | | | | They're duplicating NeptuneStyle API and also don't get updated when NeptuneStyle changes. That's particularly important now that NeptuneStyle.fontSize* are premultiplied by the scale factor for multiple DPI support Change-Id: I82e0db8d046dd972b52ccc08b770c32554980e9d Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [sysui] New ListItem componentsAnatoly Kozlov2018-03-142-92/+125
| | | | | | | | | - Add a new type of list item ListItemSwitch - Add a new type of list item ListItemTwoButtons - Add examples with the new types to The Sheet app Change-Id: Ifd01fe3fab74f1a413793b6d955c8f5aa1dda31c Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [sysui] New component ListItemProgressAnatoly Kozlov2018-03-121-0/+53
| | | | | | | | | | | | - Add a new basic type ListItemBasic for all of list items - Add a new type of list item ListItemProgress - ListItem inherits ListItemBasic - Add examples in The sheet app how to use the component - Add a style for ProgressBar Change-Id: I660198820d4503a6e933e90774f294ae7a7bc5c9 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com> Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com>
* Replace "Triton" occurrences with "Neptune"Bramastyo Harimukti2018-03-064-11/+11
| | | | | | | | - replace all Triton occurrences with Neptune as project name is now changed to Neptune 3 Change-Id: Ia4b2ab7dbee849aec6da86a0223471293a9f8c95 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* [sysui] Add initialItem for StackView in Sheets applicationMilla Heikkilä2018-03-051-44/+41
| | | | | Change-Id: Ifa8335bf53f8ba59b721b89b382a5fa41623f357 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [SheetsApp] Add panel for ButtonsBramastyo Harimukti2018-02-281-0/+74
|
* [SheetsApp] Add initial ListItem panel for sheets appBramastyo Harimukti2018-02-281-0/+97
|
* [Sheets App] Initial commit of Sheets App for Triton-UIBramastyo Harimukti2018-02-284-0/+183
Sheets app created as a reference for Developers to use controls within Triton-UI. This commit contains the baseline of the sheets app.