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
3 changed files
with
82 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,26 @@ | ||
--- | ||
layout: post | ||
title: "QbsShared 0.9.0" | ||
date: 2017-07-26 08:30:00 +0200 | ||
author: plfiorini | ||
categories: blog | ||
tags: announcement release qbs-shared | ||
style: blue.css | ||
navitem: nav-blog | ||
--- | ||
|
||
We are proud to announce the availability of the first version of qbs-shared, | ||
modules and imports for the qbs build system that we use with all the Liri projects. | ||
|
||
Features: | ||
|
||
* Imports and modules for the qbs build system | ||
|
||
##### Download | ||
|
||
You can download the source tarball from [GitHub][tarball] | ||
|
||
**SHA256 checksum:** `e171d86b485e5f6c5f1f5bdcd3bfad1b86df244bae92e015fcc74d22068aa48b` | ||
|
||
|
||
[tarball]: https://github.com/lirios/qbs-shared/releases/download/v0.9.0/liri-qbs-shared-0.9.0.tar.xz |
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,29 @@ | ||
--- | ||
layout: post | ||
title: "QtAccountsService 1.1.0" | ||
date: 2017-08-18 19:30:00 +0200 | ||
author: plfiorini | ||
categories: blog | ||
tags: announcement release qtaccountsservice | ||
style: blue.css | ||
navitem: nav-blog | ||
--- | ||
|
||
We are proud to announce the immediate availability of QtAccountsService 1.1.0. | ||
|
||
QtAccountsService is a Qt-style wrapper around freedesktop.org [AccountsService][accountsservice] DBus service. | ||
|
||
Improvements over the previous version: | ||
|
||
* Fixed clazy warnings | ||
* Use liri-qbs-shared instead of shared qbs code as git submodule | ||
|
||
##### Download | ||
|
||
You can download the source tarball from [GitHub][tarball] | ||
|
||
**SHA256 checksum:** `8c4d74687751aa65c060761e0fc2109a90ae3af2ab7561b633b3defe48201544` | ||
|
||
|
||
[accountsservice]: http://www.freedesktop.org/wiki/Software/AccountsService | ||
[tarball]: https://github.com/lirios/qtaccountsservice/releases/download/v1.1.0/qtaccountsservice-1.1.0.tar.xz |
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,27 @@ | ||
--- | ||
layout: post | ||
title: "QtGSettings 1.1.0" | ||
date: 2017-08-18 20:05:00 +0200 | ||
author: plfiorini | ||
categories: blog | ||
tags: announcement release qtgsettings | ||
style: blue.css | ||
navitem: nav-blog | ||
--- | ||
|
||
We are proud to announce the immediate availability of QtGSettings 1.0.0. | ||
|
||
QtGSettings is a Qt-style wrapper around GSettings. | ||
|
||
Improvements over the previous version: | ||
|
||
* Use liri-qbs-shared instead of shared qbs code as git submodule | ||
|
||
##### Download | ||
|
||
You can download the source tarball from [GitHub][tarball] | ||
|
||
**SHA256 checksum:** `9b0de31a77524d66f76f890117306cd6be10a60355b133e6e22cfc4a591ae94a` | ||
|
||
|
||
[tarball]: https://github.com/lirios/qtgsettings/releases/download/v1.1.0/qtgsettings-1.1.0.tar.xz |