Commit Graph

  • a5c9d0d2dd make include order consistent laserpants 2016-06-19 17:27:21 +0300
  • 4956b2720a add Dialog boilerplate code laserpants 2016-06-19 17:13:37 +0300
  • d2c3f904db rename ScrollBar files from scrollbar to scrollwidget to clear up QtCreator mess laserpants 2016-06-19 16:39:11 +0300
  • 35221f43eb flag ScrollBar complete laserpants 2016-06-19 15:51:33 +0300
  • 82e87eb9ef adjust Toggle ripple opacity laserpants 2016-06-19 15:51:00 +0300
  • c47e969300 implement ScrollBar laserpants 2016-06-19 15:49:42 +0300
  • 209fffaa0a mark Circular Progress and Progress as complete laserpants 2016-06-19 13:36:03 +0300
  • 70a1f106cb implement determinate progress mode laserpants 2016-06-19 13:34:10 +0300
  • 37d58b4a75 use property animation instead of timer event for circular progress rotation laserpants 2016-06-19 13:03:23 +0300
  • fff7078542 implement basic indeterminate progress animations laserpants 2016-06-19 12:49:55 +0300
  • e756328547 implement linear progress laserpants 2016-06-19 12:18:05 +0300
  • 1e908ada5c implement CircularProgress laserpants 2016-06-19 12:17:47 +0300
  • 96be296845 mess up examples even further laserpants 2016-06-19 12:17:31 +0300
  • ba9b3a9cea add enum for different progress types laserpants 2016-06-19 12:17:10 +0300
  • b9cec12097 adjust Text Field label kerning laserpants 2016-06-19 12:16:44 +0300
  • 97cdddbf54 avatar image laserpants 2016-06-19 12:16:14 +0300
  • 237da453be adjust Text Field label font size laserpants 2016-06-19 12:16:04 +0300
  • 8aef67d661 implement paint event handler laserpants 2016-06-18 12:36:40 +0300
  • 05ccb702e6 add boilerplate code to Circular Progress laserpants 2016-06-18 12:15:39 +0300
  • 3cd3953629 add boilerplate code to Progress laserpants 2016-06-18 12:12:20 +0300
  • 75af97d4d3 create separate class for Circular Progress laserpants 2016-06-18 12:11:42 +0300
  • b913f86afc add TODO note for Snackbar laserpants 2016-06-18 12:04:09 +0300
  • de281b9922 remove unused Q_D macros laserpants 2016-06-18 11:56:45 +0300
  • 8d25f4036a implement Snackbar laserpants 2016-06-18 11:50:33 +0300
  • 5d0f4fd535 make Badge geometry follow parent widget's geometry laserpants 2016-06-18 00:35:13 +0300
  • 976472048a update README laserpants 2016-06-17 17:28:31 +0300
  • 9e5de265ef mark Avatar complete laserpants 2016-06-17 17:27:47 +0300
  • 5bb106c643 implement Avatar laserpants 2016-06-17 17:27:20 +0300
  • d42fa35c42 implement basic Avatar laserpants 2016-06-17 16:09:19 +0300
  • 0581bb0313 add Drawer boilerplate laserpants 2016-06-17 14:45:27 +0300
  • 654e771563 add Dialog boilerplate laserpants 2016-06-17 14:43:04 +0300
  • d1daebd104 add Divider to todo-list laserpants 2016-06-17 14:32:45 +0300
  • 6fc401ee0a remove unnecessary Q_D macro laserpants 2016-06-17 14:31:13 +0300
  • 9387681ddd mark Badge complete laserpants 2016-06-17 14:25:27 +0300
  • 58a4ef9fd4 implement Badge laserpants 2016-06-17 14:25:06 +0300
  • 1390661453 add Drawer to todo-list laserpants 2016-06-17 11:18:28 +0300
  • 91100cde1b mark text field complete laserpants 2016-06-16 19:09:34 +0300
  • b0d844e5ff implement text field laserpants 2016-06-16 19:08:54 +0300
  • 9a544efa2c add Text Field properties laserpants 2016-06-14 20:29:20 +0300
  • 8581180fbc add basic state machine boilerplate laserpants 2016-06-14 18:37:41 +0300
  • 07f4478d3f create separate class for Text Field state machine laserpants 2016-06-14 18:33:49 +0300
  • 84c3ce96b4 make Text Field pimpl class laserpants 2016-06-14 18:30:46 +0300
  • c9908a41c4 more boilerplate laserpants 2016-06-14 10:50:52 +0300
  • 5bc61013cb update README file laserpants 2016-06-14 10:39:39 +0300
  • dea14667c5 add Stepper to todo-list laserpants 2016-06-14 02:38:47 +0300
  • f69267242f add reminder to add option to left-align label laserpants 2016-06-14 02:32:26 +0300
  • c0c57cb7c6 mark Check Box as complete laserpants 2016-06-14 02:29:57 +0300
  • 3f73d9140b remove old files laserpants 2016-06-14 02:29:05 +0300
  • fcde226168 refactor checkbox and radiobutton code laserpants 2016-06-14 02:27:37 +0300
  • b975f1b84b add new Checkbox classes laserpants 2016-06-13 14:49:57 +0300
  • 54028ac4d5 implement checkbox laserpants 2016-06-13 14:49:43 +0300
  • ed66ccc0f0 make Radio Button inherit from QAbstractButton instead of QRadioButton laserpants 2016-06-13 11:32:27 +0300
  • 26ca77281c fix disabled checked appearance laserpants 2016-06-13 09:09:14 +0300
  • 5d3f439bf4 mark Radio Button as complete laserpants 2016-06-13 02:20:41 +0300
  • 3493507c12 implement Radio Button laserpants 2016-06-13 02:19:14 +0300
  • 309e9eb5a8 make state machine member pointer type laserpants 2016-06-13 00:17:46 +0300
  • 57e77ecc04 use switch in event handlers instead of if-then-else clause laserpants 2016-06-12 22:57:31 +0300
  • a7a4ad9e81 implement basic Radio Button functionality laserpants 2016-06-12 22:36:51 +0300
  • fbcc7b2bf7 create separate class for radiobutton icon laserpants 2016-06-12 22:36:12 +0300
  • 817717e628 add example for setting Toggle status programatically laserpants 2016-06-12 19:08:14 +0300
  • 07ce6b642f make Radio Button pimpl class laserpants 2016-06-12 19:02:45 +0300
  • 798aeea5f7 remove unnecessary include laserpants 2016-06-12 18:53:04 +0300
  • ddbdd2bb5d comment out unused code laserpants 2016-06-12 18:51:02 +0300
  • 38938bc790 add Toolbar to todo-list laserpants 2016-06-12 18:18:56 +0300
  • 09405ad0be add clipping to FAB ripple laserpants 2016-06-12 18:17:27 +0300
  • 369ed5adbb add support for clip region to Ripple laserpants 2016-06-12 17:53:43 +0300
  • 7b4ac5eb91 mark FAB as done laserpants 2016-06-12 17:41:24 +0300
  • 065a2c6304 style FAB and Raised Button for disabled mode laserpants 2016-06-12 17:40:56 +0300
  • 49f9937545 implement basic FAB style and functionality laserpants 2016-06-12 16:37:46 +0300
  • 4e3a17cbda add Grid List to todo-list laserpants 2016-06-12 15:33:58 +0300
  • bbc47f50e4 add Snackbar to todo-list laserpants 2016-06-12 14:44:29 +0300
  • 7f8c9312d9 add basic FAB painting laserpants 2016-06-12 14:05:31 +0300
  • 1ed5df9999 remove unnecessary Q_D macro laserpants 2016-06-12 14:05:17 +0300
  • 0934f7bb01 add reminder that checkable behavior is not implemented laserpants 2016-06-12 14:03:59 +0300
  • 04d861e8ff make tabs ripple centered laserpants 2016-06-12 13:53:41 +0300
  • e5a4da2d16 add more FAB boilerplate laserpants 2016-06-12 13:26:38 +0300
  • 144479cf7b remove constructor default argument in implementation laserpants 2016-06-12 12:03:29 +0300
  • 82e8023637 boilerplate for new components laserpants 2016-06-12 11:21:58 +0300
  • 7e6fae019e adjust hover bg opacity laserpants 2016-06-12 04:01:32 +0300
  • e8d4374bd3 tweak ripple animation parameters laserpants 2016-06-12 03:56:37 +0300
  • e80186fec0 add setter for easing curve laserpants 2016-06-11 20:58:22 +0300
  • b450e57b3b add showHalo property to Flat Button laserpants 2016-06-11 19:44:16 +0300
  • 9ddb4d6fb0 shade inactive tabs laserpants 2016-06-11 18:43:33 +0300
  • 2a7f9cdd56 paint tab icon laserpants 2016-06-11 15:10:59 +0300
  • 4cfd16485c refactor tabs to support centered icons laserpants 2016-06-11 15:01:48 +0300
  • 0229ce9891 avoid code duplication laserpants 2016-06-11 15:01:32 +0300
  • 29e6b2689d include svg module laserpants 2016-06-11 15:00:50 +0300
  • 6ff3ecd5ea update progress status and priorities laserpants 2016-06-11 15:00:17 +0300
  • 56d6d4da03 add more examples for testing laserpants 2016-06-10 23:31:34 +0300
  • 4c60b52a39 mark Tabs complete laserpants 2016-06-10 21:23:22 +0300
  • 46105dceae add appearance properties to Slider laserpants 2016-06-10 19:12:10 +0300
  • 2394ed0be8 adjust ripple animation duration laserpants 2016-06-10 14:33:44 +0300
  • 0fc3fe683e draw slider thumb as outline when disabled and value is min. laserpants 2016-06-10 14:33:17 +0300
  • a54da52665 fix Flat Button focus animation laserpants 2016-06-09 11:02:57 +0300
  • 0d270024b8 add toggle color properties laserpants 2016-06-05 22:23:16 +0300
  • 6bfbc342b0 fix weird toggle behavior laserpants 2016-06-05 16:28:01 +0300
  • ead266b05a refactor component color properties laserpants 2016-06-05 15:07:56 +0300
  • c500b3c218 tweak flat button animations laserpants 2016-06-01 09:12:25 +0300
  • 364873565c set opaque mode for tabs laserpants 2016-05-31 10:08:10 +0300
  • adfcfdc398 refactor theming code laserpants 2016-05-31 02:08:52 +0300