Commit Graph

185 Commits

Author SHA1 Message Date
laserpants b0d844e5ff implement text field 2016-06-16 19:08:54 +03:00
laserpants fcde226168 refactor checkbox and radiobutton code 2016-06-14 02:27:37 +03:00
laserpants 3493507c12 implement Radio Button 2016-06-13 02:19:14 +03:00
laserpants a7a4ad9e81 implement basic Radio Button functionality 2016-06-12 22:36:51 +03:00
laserpants 817717e628 add example for setting Toggle status programatically 2016-06-12 19:08:14 +03:00
laserpants ddbdd2bb5d comment out unused code 2016-06-12 18:51:02 +03:00
laserpants 49f9937545 implement basic FAB style and functionality 2016-06-12 16:37:46 +03:00
laserpants 7f8c9312d9 add basic FAB painting 2016-06-12 14:05:31 +03:00
laserpants e8d4374bd3 tweak ripple animation parameters 2016-06-12 03:56:37 +03:00
laserpants 4cfd16485c refactor tabs to support centered icons 2016-06-11 15:01:48 +03:00
laserpants 56d6d4da03 add more examples for testing 2016-06-10 23:31:34 +03:00
laserpants 0d270024b8 add toggle color properties 2016-06-05 22:23:16 +03:00
laserpants ead266b05a refactor component color properties 2016-06-05 15:07:56 +03:00
laserpants c500b3c218 tweak flat button animations 2016-06-01 09:12:25 +03:00
laserpants adfcfdc398 refactor theming code 2016-05-31 02:08:52 +03:00
laserpants 55a9a6b41d remove tab.h include 2016-05-30 11:38:12 +03:00
laserpants 83ff691c6a reimplement Tabs component as pimpl class 2016-05-30 09:51:46 +03:00
laserpants 0ec35cbd70 re-implement icon button as pimpl class 2016-05-30 00:26:42 +03:00
laserpants 00662865f5 add toggle animations 2016-05-29 16:42:13 +03:00
laserpants 20db7569f3 implement raised button disabled look 2016-05-28 17:08:05 +03:00
laserpants f541a86301 make halo animation use float precision 2016-05-28 16:58:29 +03:00
laserpants 37b4c3c531 adjust RaisedButton colors 2016-05-25 00:13:01 +03:00
laserpants d4ed0ea51a align flat button background colors with button role 2016-05-15 22:51:01 +03:00
laserpants 6dfd0ab83d tweak flat button animation parameters 2016-05-15 12:17:07 +03:00
laserpants a7da6ce162 implement flat button color roles 2016-05-14 15:18:57 +03:00
FarmRadio Hangar 9d9a91cda6 move SliderPrivate::init() code to constructor 2016-05-12 11:53:33 +03:00
laserpants 7a9acce2d1 add theme class 2016-05-12 01:18:09 +03:00
laserpants e17b6367b1 add property to change track width 2016-05-11 20:26:19 +03:00
FarmRadio Hangar 4ef57f8d3a fix slider state machine issue 2016-05-11 17:23:17 +03:00
laserpants c17500ff37 tweak the slider even more 2016-05-11 09:09:19 +03:00
FarmRadio Hangar d388183f84 tweak various slider settings 2016-05-10 17:17:51 +03:00
laserpants d881c4c898 snapshot 2016-05-09 23:32:16 +03:00
laserpants 24461cddd5 add halo 2016-05-04 23:44:33 +03:00
laserpants 6b354ecd04 implement most of slider functionality 2016-05-04 01:40:34 +03:00
laserpants 0f1ad9ad85 fix tracking behavior 2016-05-03 08:53:21 +03:00
laserpants fc253ecd11 implement mouse release handler 2016-05-02 23:57:57 +03:00
laserpants 07720c5f66 set correct slider thumb position from current value 2016-05-02 23:35:04 +03:00
laserpants 25b5015e33 change size constraint for example view widget layout 2016-05-01 23:40:18 +03:00
laserpants c15b832857 add example where orientation changes dynamically 2016-05-01 20:07:53 +03:00
laserpants 72b9ea2495 set minimum slider width in example 2016-05-01 15:25:13 +03:00
laserpants 241c01a30e wrap menu entries in tr() call 2016-04-28 10:41:29 +03:00
laserpants 267cceb4e7 fix weird overlay behavior in Icon Menu example widget 2016-04-26 22:30:07 +03:00
laserpants 7e7f78bc13 implement Icon Menu and examples 2016-04-25 02:37:59 +03:00
laserpants 81a1afea6f add examples for IconMenu 2016-04-25 01:26:28 +03:00
laserpants e2d4ebd560 Merge branch 'master' of https://github.com/laserpants/qt-material-widgets 2016-04-24 12:30:35 +03:00
laserpants 5463f5e729 update slider value 2016-04-22 23:31:55 +03:00
laserpants 685ff75c7c simplify IconButton code 2016-04-18 13:15:57 +03:00
laserpants d2e33cc17e implement addMenuItem method 2016-04-18 10:36:40 +03:00
laserpants 96360a2310 add menu component stub 2016-04-18 09:55:52 +03:00
laserpants 16129e7243 Merge branch 'master' of https://github.com/laserpants/qt-material-widgets 2016-04-17 13:59:15 +03:00
laserpants 0f6d9f6aa9 add boilerplate for Avatar component 2016-04-14 17:21:28 +03:00
laserpants bde2125000 make TextField inherit QLineEdit 2016-04-14 17:11:41 +03:00
laserpants 5d8cc368fc add more boilerplate code 2016-04-14 16:47:27 +03:00
laserpants 43fe26ae24 add slider example with valueChanged signal 2016-04-04 01:38:55 +03:00
laserpants 6a0dafcd88 remove redundant code 2016-04-03 20:22:24 +03:00
laserpants 6feca1a611 fix component sizes in examples 2016-03-29 23:46:26 +03:00
laserpants 1e9c582c97 add more Toggle examples 2016-03-29 23:29:03 +03:00
laserpants 6a67b00115 add examples of alternative sizing of toggle component 2016-03-28 11:52:02 +03:00
laserpants bc1d95bfe4 add one more Toggle example 2016-03-27 22:48:04 +03:00
laserpants e87b786815 show toggle example 2016-03-26 15:18:06 +03:00
laserpants 6a1049a15b add Toggle examples 2016-03-26 09:41:46 +03:00
laserpants bd5a9adfea implement slider functionality 2016-03-23 08:35:41 +03:00
laserpants dcef5d8ba5 add slider example for vertical slider 2016-03-22 18:05:02 +03:00
laserpants 7352446c33 add Slider examples to menu bar 2016-03-22 17:30:17 +03:00
laserpants c01dd9ca0c implement boilerplate code for Slider examples 2016-03-22 17:20:34 +03:00
laserpants 22ca0485bc add Slider example boilerplate 2016-03-22 17:20:06 +03:00
laserpants e8989de074 add new icon button example with larger icon 2016-03-22 15:32:51 +03:00
laserpants 8e102716a9 use QGridLayout in ExampleView to simplify 2016-03-22 13:52:17 +03:00
laserpants a970c2e8a7 add RaisedButton examples 2016-03-22 11:51:03 +03:00
laserpants afc1389112 add RaisedButton component 2016-03-22 11:50:12 +03:00
johanneshilden e52bd89fbe remove debug log message 2016-03-22 11:22:58 +03:00
johanneshilden 37896a7bc0 update examples according to new ExampleView api 2016-03-22 11:21:25 +03:00
johanneshilden 949de87e25 refactor ExampleView class 2016-03-22 11:19:30 +03:00
laserpants 4e79843150 set word wrap mode to nowrap in examples frame 2016-03-21 01:31:35 +03:00
laserpants 8a1fe99fd3 check if value has changed in setters 2016-03-21 01:25:11 +03:00
laserpants 5f56ae104f set word wrap mode to no wrap 2016-03-21 00:57:03 +03:00
laserpants 47de57fcd9 implement Table example 2016-03-20 11:58:02 +03:00
laserpants e84c88b755 add Table examples 2016-03-20 11:56:29 +03:00
laserpants 1d6d3c4cd7 add Tabs examples 2016-03-20 11:26:18 +03:00
laserpants 416e13658b create AppBar example 2016-03-20 00:11:02 +03:00
laserpants 86714723f3 edit about message 2016-03-20 00:10:35 +03:00
laserpants 1a27671a40 add icon button example 2016-03-19 23:34:05 +03:00
laserpants cb7a2812b1 fix missing QIcon constructor call 2016-03-19 16:42:24 +03:00
laserpants ddf31b4bf8 add examples 2016-03-19 16:40:19 +03:00
laserpants 4621d08cdc add a simple frame component used in examples 2016-03-19 16:28:38 +03:00