Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Add a subrepo for QDarkStyle #15005

Merged
merged 2 commits into from
Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/chatops-binder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
issue_number: context.payload.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/spyder-ide/binder-environments/${BASE_NAME}?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252F${USER_NAME}%252Fspyder%26urlpath%3Ddesktop%252F%26branch%3D${BRANCH_NAME}) :point_left: Launch a Binder instance on this branch`
body: `[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/spyder-ide/binder-environments/${BASE_NAME}?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252F${USER_NAME}%252Fspyder%26urlpath%3Ddesktop%252F%26branch%3D${BRANCH_NAME}%26depth%3D500) :point_left: Launch a Binder instance on this branch`
})
})
5 changes: 5 additions & 0 deletions external-deps/qdarkstyle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docs/* linguist-documentation
qdarkstyle/style_rc.py linguist-generated
qdarkstyle/style.qrc linguist-generated
qdarkstyle/style.qss linguist-generated
qdarkstyle/rc/* linguist-generated
54 changes: 54 additions & 0 deletions external-deps/qdarkstyle/.github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!-- You can erase any parts of this template not applicable/known to your Issue. -->

### Describe Your Environment

Please, report the output of the command (from v2.6+) or fill the information below:

`$ qdarkstyle --all`

Or use the helpdev if you have

`$ helpdev`

[Versions from your environment]

- QDarkStyle:
- OS:
- Python:

[If used, please inform their versions]

- PySide:
- PyQt:
- PyQtGraph:
- QtPy:
- QT_API:
- PYQTGRAPH_QT_LIB:

### Language

[Python] or [C++]

### Description / Steps to Reproduce [if necessary]

[Description of the issue]

1. [First Step]
2. [Second Step]
3. [and so on...]

### Actual Result

[A description, output ou image of the actual result]

### Expected Results / Proposed Result

[A description, output ou image of the expected/proposed result]

### Relevant Code [if necessary]

[A piece of code to reproduce and/or fix this issue]

```
# code here to reproduce the problem
```
41 changes: 41 additions & 0 deletions external-deps/qdarkstyle/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
*.pyc
*.orig

dist/
build/

*.egg-info/
__pycache__
.coverage

*.tar
*.tar.*
*.log
*.log.*
*.sig

pkg/
src/

# stdeb files
*.tar.gz
deb_dist
/gpg_key

# gedit temp files
*~

# hackedit project files
.hackedit

# vs code project files
.vscode
.mypy_cache
.cache
.env
./.idea
/.idea/
.tox

# OSX files
.DS_Store
12 changes: 12 additions & 0 deletions external-deps/qdarkstyle/.gitrepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
; DO NOT EDIT (unless you know what you are doing)
;
; This subdirectory is a git "subrepo", and this file is maintained by the
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
;
[subrepo]
remote = https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
branch = develop
commit = 1615b645bc9d2e563efdc1d9ea054e07a4072515
parent = 01d9195b1a33d02f42faf3c8e0047412966a24ce
method = merge
cmdver = 0.4.3
51 changes: 51 additions & 0 deletions external-deps/qdarkstyle/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
dist: xenial
language: python

services:
# to be able to display
- xvfb

before_install:
- sudo apt-get update

matrix:
include:

- python: 3.6
env: TOXENV=py36-pyqt5
- python: 3.6
env: TOXENV=py36-pyside2
- python: 3.8
env: TOXENV=py38-pyqt5
- python: 3.8
env: TOXENV=py38-pyside2

- python: 3.8
env: TOXENV=py38-test
- python: 3.8
env: TOXENV=py38-lint
- python: 3.8
env: TOXENV=py38-safety
- python: 3.8
env: TOXENV=py38-metric
- python: 3.8
env: TOXENV=py38-develop

- python: 3.8
env: TOXENV=py38-pyqt5-doc

- python: 3.8
env: TOXENV=py38-release

install:
# to make sure it has everything up to date
- python -V
- python -m ensurepip
- python -m pip install -U pip
- python -m pip install -U setuptools
- python -m pip install -U wheel
- python -m pip install -U virtualenv
- python -m pip install -U tox

script:
- tox
34 changes: 34 additions & 0 deletions external-deps/qdarkstyle/AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Authors
=======

Mainteiner(s)
-------------

These people were/are mainteiners of this project.

- 2013-current `Colin Duquesnoy <https://github.com/ColinDuquesnoy>`__ - colin.duquesnoy@gmail.com - original author.

- 2018-current `Daniel Pizetta <https://github.com/dpizetta>`__ - daniel.pizetta@usp.br - bug fixes, improvements, features.

- 2019-current `Gonzalo Peña-Castellanos <https://github.com/goanpeca>`__ - bug fixes, improvements, features.

- 2019-current `Carlos Cordoba <https://github.com/ccordoba12>`__


Contributor(s)
--------------

These people contribute to bug fixes, improvements and so on. Please,
insert your information after the last one.

- Year - Name - ``<contact>`` - contribution.

- 2018 - `mowoolli <https://github.com/mowoolli>`__ - bug fixes.
- 2018 - Xingyun Wu - ``xingyun.wu@foxmail.com`` - bug fixes.
- 2018 - `KcHNST <https://github.com/KcHNST>`__ - bug fixes.
- 2019 - `goanpeca <https://github.com/goanpeca>`__ - bug fixes, improvements, features.
- 2020 - `tsilia <https://github.com/tsilia>`__ - bug fixes.
- 2021 - `isabela-pf <https://github.com/isabela-pf>`__ - new palette design.
- 2021 - `juanis2112 <https://github.com/juanis2112>`__ - improvements.

And all people that reported bugs, thank you all!