summaryrefslogtreecommitdiff
path: root/main.qml (follow)
AgeCommit message (Collapse)Author
2021-05-17Port to CMakeBart Ribbers
Qt is slowly deprecating QMake. They have stopped building Qt itself with QMake and moved Qt6 to CMake instead. Although QMake is still around, it's clear the focus has shifted and it would be good for applications to switch over to an alternative build system as well So hereby, switch the build system to CMake
2018-02-22Adapt QML import paths to the new Nemo.Abc normFlorent Revest
2017-11-09Move the restart button to the bottom edge for more visual consistency ↵Florent Revest
throughout the OS
2017-11-08Use Labels instead of Text to factorize some code between all appsFlorent Revest
2017-11-05Use the default IconButton placing defined by qml-asteroidFlorent Revest
2017-11-05Use the default icon colors defined by qml-asteroidFlorent Revest
2017-08-16Fix iconButton marginFlorent Revest
2017-07-31Normalize dimensions with Dims.*Florent Revest
2017-06-12Use persistent values to keep stopwatch counting/paused even when the app is ↵Florent Revest
closed
2016-11-16Use a new colorscheme for the FlatMesh backgroundFlorent Revest
2016-10-31Remove gradient backgroundFlorent Revest
2016-09-07Use full ionicons setFlorent Revest
2016-07-31Adds a stronger gradient backgroundFlorent Revest
2016-07-14IconButton: use a pressedIconColor to give more feedback to the userFlorent Revest
2016-07-10Removes the usage of QtGraphicalEffects by replacing LinearGradient by a ↵Florent Revest
Rectangle
2016-06-30Update UI to a flat red backgroundFlorent Revest
2016-05-15Fix license headerFlorent Revest
2016-02-25Use 'Application' from qml-asteroid instead of ItemFlorent Revest
2016-02-08Use MDeclarativeCache from mapplauncherd to get faster startupFlorent Revest
2015-12-20Removes the colorful settings and sanitize a little bit the codeFlorent Revest
2015-11-29Fix reset icon alignmentTim Süberkrüb
2015-11-29Removed Quey dependencyTim Süberkrüb
2015-11-28Initial commitTim Süberkrüb