Results 90 issues of Pier Luigi Fiorini

Create a new protocol for Fluid decorations based on `liri-decoration` but instead of specifying colors as string use separate RGBA channels as `uint` values.

enhancement

To make typography legible on top of imagery, apply text protection in the form of scrims. Scrims are lightweight, translucent material layers. Text protection from https://material.io/guidelines/style/imagery.html#imagery-best-practices

enhancement
needs info
hacktoberfest
good first issue

Change mouse cursor when hovering a link. See #318

enhancement

Wrap Button (and the other buttons such as ToolButton and RoundButton). We can already set up the tool tip for both desktop and mobile: ``` Button { ToolTip.delay: FluidCore.Device.isMobile ?...

enhancement

By wrapping all Qt Quick Controls 2 controls we can define a custom behavior.

enhancement

https://material.io/guidelines/components/bottom-navigation.html#

Add more documentation on hidpi and icons.

task
doc

Since Qt 5.12 this is done automatically so we might want to stop doing it. https://codereview.qt-project.org/c/qt/qtquickcontrols2/+/223303

AppBar now takes into account extended height but the title is not moved according to this picture: https://storage.googleapis.com/material-design/publish/material_v_12/assets/0Bx4BSt6jniD7UnNtdkNxY05oelk/layout-structure-toolbars2.png from https://material.io/guidelines/layout/structure.html#structure-toolbars

enhancement

Actions with a text turns into invisible buttons because text is not assigned to the ToolButton and there is no icon.

bug