Updated to Font Awesome 4.6.1

This commit is contained in:
Rick Blommers 2016-05-01 21:49:31 +02:00
parent e4ef86f900
commit fc1b7a8821
5 changed files with 1447 additions and 1394 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/">
<file>fonts/fontawesome-4.5.0.ttf</file>
<file>fonts/fontawesome-4.6.1.ttf</file>
</qresource>
</RCC>

View File

@ -11,13 +11,12 @@ NOTE: Though the name is QtAwesome and currently it's very Font Awesome based, y
The class can also be used to manage your own dynamic code-drawn icons, by adding named icon-painters.
Updated to FontAwesome 4.5.0
Updated to FontAwesome 4.6.1
----------------------------
This library has been updated to Font Awesome version **4.5.0**.
This library has been updated to Font Awesome version **4.6.1**.
* In the 4.5.0 version the _linux name has been changed to fa_linux. (Makes the naming of conflicting/invalid names more consistent, like fa_try and fa_500px)
* You can find the previous FontAwesome 4 c++11 library in the [c++11 branch](https://github.com/gamecreature/QtAwesome/tree/c++11).
* You can find the previous FontAwesome 3 library in the [fontawesome-3 branch](https://github.com/gamecreature/QtAwesome/tree/fontawesome-3).