Commit graph

241 commits

Author SHA1 Message Date
23rd
ea840471d2 Fixed blob animations in mute button with enabled push-to-talk. 2020-12-06 19:58:50 +03:00
23rd
f24411cd96 Added correct handling animations disabling in mute button. 2020-12-03 21:14:22 +03:00
23rd
5437c8865d Added initial animation of Blobs hiding. 2020-12-03 21:14:22 +03:00
23rd
5b0e499932 Replaced raw radius values of Blob with struct. 2020-12-03 21:14:22 +03:00
John Preston
ab4ad89c4c Allow colorizing CrossLineAnimation. 2020-12-02 15:25:02 +03:00
23rd
87ee83bc73 Fixed delta time computing in BlobsWidget. 2020-12-01 14:54:24 +03:00
23rd
c8c29c7c78 Replaced gradients in mute button. 2020-12-01 14:54:24 +03:00
23rd
5c6ddf9cb3 Disabled mouse events for mute button when state is inactive. 2020-11-30 20:27:21 +03:00
23rd
4761b307b4 Fixed reversed animations in mute button. 2020-11-30 20:08:41 +03:00
John Preston
c4df097339 Paint CallButton eliipse with high quality. 2020-11-30 18:49:30 +03:00
23rd
5897e357bf Added colors overriding for call settings button from mute button. 2020-11-30 15:09:28 +03:00
23rd
07359392c2 Added ability to override background and ripple colors in CallButton. 2020-11-30 15:09:28 +03:00
23rd
011d0ba692 Fixed blobs paint for non-default scales. 2020-11-30 15:09:28 +03:00
23rd
1b2869d9c9 Added circle paint instead of blobs when animations are disabled. 2020-11-30 15:09:28 +03:00
23rd
e2210274de Added glow to mute button. 2020-11-30 15:09:28 +03:00
23rd
ee969568ac Added transforming blob to circle in mute button for connecting state. 2020-11-30 15:09:28 +03:00
23rd
c9f003546a Added radial animation to mute button for connecting state. 2020-11-30 15:09:28 +03:00
23rd
4fdd0d19e6 Removed redundant widget from mute button. 2020-11-30 15:09:27 +03:00
23rd
d7edda1d67 Added linear gradient animation in different states of mute button. 2020-11-30 15:09:27 +03:00
23rd
cc8e750c11 Added cross line animation to icon of mute button. 2020-11-30 15:09:27 +03:00
23rd
21eb3509bc Added icon cross line animation. 2020-11-30 15:09:27 +03:00
23rd
024f777287 Added blobs widget to CallMuteButton. 2020-11-30 15:09:27 +03:00
John Preston
e0fb1129d1 Allow custom PopupMenu style in InputField. 2020-11-30 14:19:38 +03:00
John Preston
3a05cdc11e Allow PopupMenu not to reactivate parent window. 2020-11-30 14:13:54 +03:00
John Preston
7287e235e0 Allow different styles for box layers. 2020-11-29 21:26:20 +03:00
John Preston
41bae1eba6 Add CallMuteButton::innerGeometry method. 2020-11-28 17:07:06 +03:00
John Preston
962c8d89e5 Add two new button types. 2020-11-28 14:59:40 +03:00
John Preston
e73bae12e2 Add some new colors to palette. 2020-11-26 10:39:42 +03:00
Ilya Fedin
cffa5e11d8 Use QClipboard::supportsSelection instead of ifdefs 2020-11-06 08:23:55 +03:00
John Preston
d4c99701b5 Fix deprecation warnings on Qt 5.15.1. 2020-11-04 18:44:45 +03:00
John Preston
a1dbca8578 Fix closing Ui::Window from FullScreen on macOS. 2020-08-14 19:58:55 +04:00
John Preston
3d5108a878 Allow Ui::Window to become fullscreen. 2020-08-12 20:45:57 +04:00
John Preston
608b25bd32 Allow custom drag area for Ui::Window. 2020-08-12 17:34:40 +04:00
John Preston
c9235ec9c2 Add label to call button. 2020-08-07 19:38:27 +04:00
23rd
697f2851b0 Added ability to pass rpl::producer to Checkbox constructors. 2020-07-19 21:22:06 +03:00
John Preston
2a0d189ee2 Allow badge in main menu button. 2020-06-23 13:13:22 +04:00
John Preston
d31d94e8fb Allow external RippleButton customization. 2020-06-22 16:50:30 +04:00
Ilya Fedin
f749fc7349 Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used also on *BSD/Haiku 2020-06-13 16:08:39 +04:00
John Preston
4ef97b57f6 Guard against inputMethodEvent destroying the field. 2020-06-08 12:13:15 +04:00
John Preston
dbcb6a35b0 Fix possible crash in InnerDropdown hiding. 2020-06-08 11:57:05 +04:00
John Preston
d71d2121b1 Move some methods out of the global scope. 2020-06-03 19:04:52 +04:00
John Preston
8e2cfbf303 Insert only paragraph separators in the field. 2020-05-12 19:12:33 +04:00
John Preston
6aa6a143bf Add a workaround for invalid Qt signal data. 2020-05-12 19:11:46 +04:00
John Preston
8e44fb7780 Fix tilde hack for non-empty styleName. 2020-05-10 17:02:37 +04:00
John Preston
cc9b7e2c2f Use Bold instead of Semibold by entities. 2020-05-08 11:51:41 +04:00
John Preston
ce0619dadd Use the same margins for different controls. 2020-04-30 16:34:24 +04:00
John Preston
66e44506dc Support tooltips with an icon. 2020-04-30 14:50:34 +04:00
John Preston
7849f0561b Allow sliding toasts from the parent side. 2020-04-30 13:16:15 +04:00
John Preston
48a8315740 Introduce a toast style structure. 2020-04-29 18:52:18 +04:00
ilya-fedin
74889b8c21 Better algorithm for font choosing 2020-04-13 11:31:34 +04:00