From a9175c61dd44355b71020997a380902e927646f4 Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Tue, 9 Jul 2019 04:50:41 -0400 Subject: [PATCH] Adding contributors. --- .all-contributorsrc | 66 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 38 ++++++++++++++++++-------- 2 files changed, 93 insertions(+), 11 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5e60bf6c..56be9891 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -6,10 +6,40 @@ "files": [ "README.md" ], + "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)", "imageSize": 100, "commit": true, "commitConvention": "none", "contributors": [ + { + "login": "devmil", + "name": "Michael Lamers", + "avatar_url": "https://avatars1.githubusercontent.com/u/6693130?v=4", + "profile": "http://www.devmil.de", + "contributions": [ + "code" + ] + }, + { + "login": "TripleWhy", + "name": "TripleWhy", + "avatar_url": "https://avatars0.githubusercontent.com/u/2760830?v=4", + "profile": "https://ymueller.de", + "contributions": [ + "code" + ] + }, + { + "login": "MaxMommersteeg", + "name": "Max", + "avatar_url": "https://avatars3.githubusercontent.com/u/9657173?v=4", + "profile": "https://github.com/MaxMommersteeg", + "contributions": [ + "code", + "doc", + "financial" + ] + }, { "login": "geigertom", "name": "geigertom", @@ -18,6 +48,42 @@ "contributions": [ "code" ] + }, + { + "login": "jamesdavila", + "name": "James Davila", + "avatar_url": "https://avatars0.githubusercontent.com/u/1946041?v=4", + "profile": "https://github.com/jamesdavila", + "contributions": [ + "code" + ] + }, + { + "login": "afillebrown", + "name": "Andy Fillebrown", + "avatar_url": "https://avatars2.githubusercontent.com/u/38264913?v=4", + "profile": "https://github.com/afillebrown", + "contributions": [ + "code" + ] + }, + { + "login": "vadi2", + "name": "Vadim Peretokin", + "avatar_url": "https://avatars1.githubusercontent.com/u/110988?v=4", + "profile": "https://linkedin.com/in/vadimperetokin", + "contributions": [ + "doc" + ] + }, + { + "login": "Juhlinus", + "name": "Linus Juhlin", + "avatar_url": "https://avatars0.githubusercontent.com/u/12988164?v=4", + "profile": "https://github.com/Juhlinus", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 6f8a7bec..48eaed13 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@

-

- Qml.Net - Build status - Build status - Gitter - Build status -

+
+[![Qml.Net](https://img.shields.io/nuget/v/Qml.Net.svg?style=flat&label=Qml.Net)](http://www.nuget.org/packages/Qml.Net/) [![Build status](https://travis-ci.com/qmlnet/qmlnet.svg?branch=develop)](https://travis-ci.com/qmlnet/qmlnet) [![Build status](https://ci.appveyor.com/api/projects/status/l0hh7ranqawj682y/branch/develop?svg=true)](https://ci.appveyor.com/project/pauldotknopf/qmlnet/) [![Gitter](https://img.shields.io/gitter/room/qmlnet/Lobby.svg?style=flat)](https://gitter.im/qmlnet/Lobby) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg)](#contributors) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/pauldotknopf) + +
------------------------ A Qt/Qml integration with .NET @@ -225,8 +222,27 @@ ApplicationWindow { - [x] Dynamically compiled delegates for increased performance. - [x] Passing ```QObject``` types to .NET with support for interacting with signals/slots/properties on them. -# Not implemented (but planned) +There aren't really any important features missing that are needed for prime-time. This product is currently used on embedded devices in the medical industry. -- [ ] Compiling Qml resource files and bundling them within .NET. -- [ ] .NET Events to signals -- [ ] Qml debugger for VS and VS Code. +## Contributors ✨ + +Thanks goes to these wonderful people! + + + + + + + + + + + + + + + + +
Michael Lamers
Michael Lamers

💻
TripleWhy
TripleWhy

💻
Max
Max

💻 📖 💵
geigertom
geigertom

💻
James Davila
James Davila

💻
Andy Fillebrown
Andy Fillebrown

💻
Vadim Peretokin
Vadim Peretokin

📖
Linus Juhlin
Linus Juhlin

📖
+ + \ No newline at end of file