forked from lirios/lirios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: post | ||
title: "Fluid 0.10.0" | ||
date: 2017-03-18 18:00:00 +0100 | ||
author: plfiorini | ||
categories: blog | ||
tags: announcement release fluid | ||
style: blue.css | ||
navitem: nav-blog | ||
--- | ||
|
||
Fluid is our toolkit for cross-platform and responsive applications that supports Material Design and optionally the Microsoft Universal design language. | ||
|
||
Originally an Hawaii library (see [here][fluid-hawaii]), Fluid is the continuation of the project using QtQuick Controls 2 and merging code from [qml-material][qml-material]. | ||
It replaces [qml-material][qml-material] which was using QtQuick Controls 1. | ||
|
||
We are happy to announce the immediate availability of Fluid 0.10.0. | ||
|
||
Features: | ||
|
||
* Requires Qt 5.8.0 or later | ||
* Fixed qmake warnings for per-project installation | ||
* Fixed build of fluid-demo for per-project installation | ||
* Create .pri so that qmake projects can link to Fluid with a system-wide installation | ||
* Fix TabbedPage import | ||
* Rename FluidWindow to ApplicationWindow for consistency | ||
* Add new Fluid.Layouts module | ||
* Add InputDialog to Fluid.Controls | ||
* Add AlertDialog to Fluid.Controls to replace the old Dialog | ||
* Pick icon colors from QtQuick.Controls.Material 2.1 | ||
* Add a MenuItem with an icon to Fluid.Controls | ||
* Make fluid-demo pages flickable | ||
* Add hamburger icon to open navigation drawer in fluid-demo | ||
* Complete TabbedPage in Fluid.Controls | ||
* Support centered and fixed size tabs in TabbedPage | ||
* Align first tab to left keyline with TabbedPage | ||
* Implement action overflow in AppBar | ||
|
||
##### Downloads | ||
|
||
You can download the source tarball from [GitHub][tarball] | ||
|
||
**SHA256 checksum:** `59b6756a4adf6a3fa4f9544eb790b9385cac0864243cb1e67b33b1ff4c541a10` | ||
|
||
|
||
[fluid-hawaii]: https://github.com/hawaii-desktop/fluid | ||
[qml-material]: https://github.com/papyros/qml-material | ||
[tarball]: https://github.com/lirios/fluid/releases/download/v0.10.0/fluid-0.10.0.tar.xz |