laserpants
|
b913f86afc
|
add TODO note for Snackbar
|
2016-06-18 12:04:09 +03:00 |
laserpants
|
de281b9922
|
remove unused Q_D macros
|
2016-06-18 11:56:45 +03:00 |
laserpants
|
8d25f4036a
|
implement Snackbar
|
2016-06-18 11:50:33 +03:00 |
laserpants
|
5d0f4fd535
|
make Badge geometry follow parent widget's geometry
|
2016-06-18 00:35:13 +03:00 |
laserpants
|
976472048a
|
update README
|
2016-06-17 17:28:31 +03:00 |
laserpants
|
9e5de265ef
|
mark Avatar complete
|
2016-06-17 17:27:47 +03:00 |
laserpants
|
5bb106c643
|
implement Avatar
|
2016-06-17 17:27:20 +03:00 |
laserpants
|
d42fa35c42
|
implement basic Avatar
|
2016-06-17 16:09:19 +03:00 |
laserpants
|
0581bb0313
|
add Drawer boilerplate
|
2016-06-17 14:45:27 +03:00 |
laserpants
|
654e771563
|
add Dialog boilerplate
|
2016-06-17 14:43:04 +03:00 |
laserpants
|
d1daebd104
|
add Divider to todo-list
|
2016-06-17 14:32:45 +03:00 |
laserpants
|
6fc401ee0a
|
remove unnecessary Q_D macro
|
2016-06-17 14:31:13 +03:00 |
laserpants
|
9387681ddd
|
mark Badge complete
|
2016-06-17 14:25:27 +03:00 |
laserpants
|
58a4ef9fd4
|
implement Badge
|
2016-06-17 14:25:06 +03:00 |
laserpants
|
1390661453
|
add Drawer to todo-list
|
2016-06-17 11:18:28 +03:00 |
laserpants
|
91100cde1b
|
mark text field complete
|
2016-06-16 19:09:34 +03:00 |
laserpants
|
b0d844e5ff
|
implement text field
|
2016-06-16 19:08:54 +03:00 |
laserpants
|
9a544efa2c
|
add Text Field properties
|
2016-06-14 20:29:20 +03:00 |
laserpants
|
8581180fbc
|
add basic state machine boilerplate
|
2016-06-14 18:37:41 +03:00 |
laserpants
|
07f4478d3f
|
create separate class for Text Field state machine
|
2016-06-14 18:33:49 +03:00 |
laserpants
|
84c3ce96b4
|
make Text Field pimpl class
|
2016-06-14 18:30:46 +03:00 |
laserpants
|
c9908a41c4
|
more boilerplate
|
2016-06-14 10:50:52 +03:00 |
laserpants
|
5bc61013cb
|
update README file
|
2016-06-14 10:39:39 +03:00 |
laserpants
|
dea14667c5
|
add Stepper to todo-list
|
2016-06-14 02:38:47 +03:00 |
laserpants
|
f69267242f
|
add reminder to add option to left-align label
|
2016-06-14 02:32:26 +03:00 |
laserpants
|
c0c57cb7c6
|
mark Check Box as complete
|
2016-06-14 02:29:57 +03:00 |
laserpants
|
3f73d9140b
|
remove old files
|
2016-06-14 02:29:05 +03:00 |
laserpants
|
fcde226168
|
refactor checkbox and radiobutton code
|
2016-06-14 02:27:37 +03:00 |
laserpants
|
b975f1b84b
|
add new Checkbox classes
|
2016-06-13 14:49:57 +03:00 |
laserpants
|
54028ac4d5
|
implement checkbox
|
2016-06-13 14:49:43 +03:00 |
laserpants
|
ed66ccc0f0
|
make Radio Button inherit from QAbstractButton instead of QRadioButton
|
2016-06-13 11:32:27 +03:00 |
laserpants
|
26ca77281c
|
fix disabled checked appearance
|
2016-06-13 09:09:14 +03:00 |
laserpants
|
5d3f439bf4
|
mark Radio Button as complete
|
2016-06-13 02:20:41 +03:00 |
laserpants
|
3493507c12
|
implement Radio Button
|
2016-06-13 02:19:14 +03:00 |
laserpants
|
309e9eb5a8
|
make state machine member pointer type
|
2016-06-13 00:17:46 +03:00 |
laserpants
|
57e77ecc04
|
use switch in event handlers instead of if-then-else clause
|
2016-06-12 22:57:31 +03:00 |
laserpants
|
a7a4ad9e81
|
implement basic Radio Button functionality
|
2016-06-12 22:36:51 +03:00 |
laserpants
|
fbcc7b2bf7
|
create separate class for radiobutton icon
|
2016-06-12 22:36:12 +03:00 |
laserpants
|
817717e628
|
add example for setting Toggle status programatically
|
2016-06-12 19:08:14 +03:00 |
laserpants
|
07ce6b642f
|
make Radio Button pimpl class
|
2016-06-12 19:02:45 +03:00 |
laserpants
|
798aeea5f7
|
remove unnecessary include
|
2016-06-12 18:53:04 +03:00 |
laserpants
|
ddbdd2bb5d
|
comment out unused code
|
2016-06-12 18:51:02 +03:00 |
laserpants
|
38938bc790
|
add Toolbar to todo-list
|
2016-06-12 18:18:56 +03:00 |
laserpants
|
09405ad0be
|
add clipping to FAB ripple
|
2016-06-12 18:17:27 +03:00 |
laserpants
|
369ed5adbb
|
add support for clip region to Ripple
|
2016-06-12 17:53:43 +03:00 |
laserpants
|
7b4ac5eb91
|
mark FAB as done
|
2016-06-12 17:41:24 +03:00 |
laserpants
|
065a2c6304
|
style FAB and Raised Button for disabled mode
|
2016-06-12 17:40:56 +03:00 |
laserpants
|
49f9937545
|
implement basic FAB style and functionality
|
2016-06-12 16:37:46 +03:00 |
laserpants
|
4e3a17cbda
|
add Grid List to todo-list
|
2016-06-12 15:33:58 +03:00 |
laserpants
|
bbc47f50e4
|
add Snackbar to todo-list
|
2016-06-12 14:44:29 +03:00 |