Commit Graph

23 Commits

Author SHA1 Message Date
Martchus 63ce4c79c6 Bump minor version 2024-02-22 00:59:42 +01:00
Martchus 79f421c624 Avoid CMake deprecation warning by bumping version 2023-07-23 21:00:45 +02:00
Martchus c77be09ca0 Bump patch version 2023-02-26 19:28:03 +01:00
Martchus 65b3838b81 Bump minor version 2022-10-03 14:34:17 +02:00
Martchus 145fd5a8e1 Decouple ABI version from API version
Set the ABI version (used in so/DLL name) to 1 and increment it on an ABI
break (but only once within one release cycle). This way we don't need to
increment it on every patch release but also don't need to make a new major
release on every ABI break.

Keep the API version as is (using semantic versioning).
2022-09-11 13:13:46 +02:00
Martchus f4ad5fefc3 Bump patch version 2022-08-09 10:34:02 +02:00
Martchus 8be5b2be7d Increment patch version 2022-03-15 21:32:49 +01:00
Martchus 860209ce7d Add property to set default color/size of QuickImageProvider 2022-02-02 22:31:14 +01:00
Martchus 5c9fe92ff6 Enable `qtquickforkawesome` by default 2021-10-15 22:13:59 +02:00
Martchus 009c722c89 Rename library for QQuickImageProvider to `qtquickforkawesome`
It makes sense to have *one* extra library for all Qt Quick related
features so the library should just be called `qtquickforkawesome` instead
of using a name specific to `QQuickImageProvider`.
2021-10-15 19:58:06 +02:00
Martchus 8d872ca461 Add a QQuickImageProvider 2021-10-10 23:24:41 +02:00
Martchus 5c818baf0b Bump patch version 2021-10-07 18:29:56 +02:00
Hannah Rittich b8e9f786b7 Allow to find packages in namespaces 2021-10-03 19:22:55 +02:00
Martchus d83eb91df0 Support config suffix when building icon engine 2021-09-13 22:01:17 +02:00
Martchus fbf820d538 Add a basic QIconEnginePlugin for ForkAwesome 2021-09-13 20:57:23 +02:00
Martchus 5e099fc14b Move files into sub directory to be able to add additional targets later 2021-09-13 20:50:14 +02:00
Martchus 6dce3d57ae Support CMake 3.10 2021-09-11 21:07:46 +02:00
Martchus be64237413 Avoid tidying generated headers 2021-09-11 16:42:51 +02:00
Martchus ed6f8198d0 Add mapping from icon names specified as QString to QtForkAwesome::Icon 2021-09-11 16:09:28 +02:00
Martchus f3ae226c8c Split header file 2021-09-11 14:42:11 +02:00
Martchus 7441425e9d Move `icons.h` in `private` sub dir as it is not intended for external use 2021-09-11 14:29:23 +02:00
Martchus d0ec2fb69e Use exact version as soname while still on 0.x.x release 2021-09-11 14:27:48 +02:00
Martchus 96e258b060 Initial import 2021-09-11 02:25:46 +02:00