Adding contributors.

This commit is contained in:
Paul Knopf 2019-07-09 04:50:41 -04:00
parent 8731b625a8
commit a9175c61dd
2 changed files with 93 additions and 11 deletions

View file

@ -6,10 +6,40 @@
"files": [ "files": [
"README.md" "README.md"
], ],
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
"imageSize": 100, "imageSize": 100,
"commit": true, "commit": true,
"commitConvention": "none", "commitConvention": "none",
"contributors": [ "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", "login": "geigertom",
"name": "geigertom", "name": "geigertom",
@ -18,6 +48,42 @@
"contributions": [ "contributions": [
"code" "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 "contributorsPerLine": 7

View file

@ -1,13 +1,10 @@
<p align="center"><a href="https://github.com/qmlnet/qmlnet" rel="nofollow"><img src="https://qmlnet.github.io/qmlnet.png" width="150"></a></p> <p align="center"><a href="https://github.com/qmlnet/qmlnet" rel="nofollow"><img src="https://qmlnet.github.io/qmlnet.png" width="150"></a></p>
<p align="center"> <div style="text-align: center;">
<a href="http://www.nuget.org/packages/Qml.Net/" rel="nofollow"><img src="https://img.shields.io/nuget/v/Qml.Net.svg?style=flat&label=Qml.Net" alt="Qml.Net" style="max-width:100%;"></a>
<a href="https://travis-ci.com/qmlnet/qmlnet" rel="nofollow"><img src="https://travis-ci.com/qmlnet/qmlnet.svg?branch=develop" alt="Build status" style="max-width:100%;"></a>
<a href="https://ci.appveyor.com/project/pauldotknopf/qmlnet/" rel="nofollow"><img src="https://ci.appveyor.com/api/projects/status/l0hh7ranqawj682y/branch/develop?svg=true" alt="Build status" style="max-width:100%;"></a>
<a href="https://gitter.im/qmlnet/Lobby" rel="nofollow"><img src="https://img.shields.io/gitter/room/qmlnet/Lobby.svg?style=flat" alt="Gitter" style="max-width:100%;"></a>
<a href="https://paypal.me/pauldotknopf" rel="nofollow"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Build status" style="max-width:100%;"></a>
</p>
[![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)
</div>
------------------------ ------------------------
A Qt/Qml integration with .NET A Qt/Qml integration with .NET
@ -225,8 +222,27 @@ ApplicationWindow {
- [x] Dynamically compiled delegates for increased performance. - [x] Dynamically compiled delegates for increased performance.
- [x] Passing ```QObject``` types to .NET with support for interacting with signals/slots/properties on them. - [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. ## Contributors ✨
- [ ] .NET Events to signals
- [ ] Qml debugger for VS and VS Code. Thanks goes to these wonderful people!
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table>
<tr>
<td align="center"><a href="http://www.devmil.de"><img src="https://avatars1.githubusercontent.com/u/6693130?v=4" width="100px;" alt="Michael Lamers"/><br /><sub><b>Michael Lamers</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=devmil" title="Code">💻</a></td>
<td align="center"><a href="https://ymueller.de"><img src="https://avatars0.githubusercontent.com/u/2760830?v=4" width="100px;" alt="TripleWhy"/><br /><sub><b>TripleWhy</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=TripleWhy" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/MaxMommersteeg"><img src="https://avatars3.githubusercontent.com/u/9657173?v=4" width="100px;" alt="Max"/><br /><sub><b>Max</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=MaxMommersteeg" title="Code">💻</a> <a href="https://github.com/qmlnet/qmlnet/commits?author=MaxMommersteeg" title="Documentation">📖</a> <a href="#financial-MaxMommersteeg" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/geigertom"><img src="https://avatars0.githubusercontent.com/u/19152463?v=4" width="100px;" alt="geigertom"/><br /><sub><b>geigertom</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=geigertom" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/jamesdavila"><img src="https://avatars0.githubusercontent.com/u/1946041?v=4" width="100px;" alt="James Davila"/><br /><sub><b>James Davila</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=jamesdavila" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/afillebrown"><img src="https://avatars2.githubusercontent.com/u/38264913?v=4" width="100px;" alt="Andy Fillebrown"/><br /><sub><b>Andy Fillebrown</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=afillebrown" title="Code">💻</a></td>
<td align="center"><a href="https://linkedin.com/in/vadimperetokin"><img src="https://avatars1.githubusercontent.com/u/110988?v=4" width="100px;" alt="Vadim Peretokin"/><br /><sub><b>Vadim Peretokin</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=vadi2" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/Juhlinus"><img src="https://avatars0.githubusercontent.com/u/12988164?v=4" width="100px;" alt="Linus Juhlin"/><br /><sub><b>Linus Juhlin</b></sub></a><br /><a href="https://github.com/qmlnet/qmlnet/commits?author=Juhlinus" title="Documentation">📖</a></td>
</tr>
</table>
<!-- ALL-CONTRIBUTORS-LIST:END -->