Commit Graph

11 Commits

Author SHA1 Message Date
Philipp Wolfer
61fc0d65a0 PICARD-2331: Fixed resource loading with Qt6
This requires the Qt6 rcc utility (instead of the no longer maintained pyrcc utility).
2023-10-13 07:13:27 +02:00
Laurent Monin
6b5e852a60 Run fix-header on *.py 2020-02-24 10:25:09 +01:00
Laurent Monin
5329e3592a Clean up and sort imports using isort
Add a config for isort (https://github.com/timothycrosley/isort)
Run isort -rc . and make import style consistent across files
Add a note about `isort` in CONTRIBUTING.md
2018-08-22 08:51:25 +02:00
Sambhav Kothari
428e168b87 Port Picard to Qt5 2017-04-03 16:45:42 +05:30
Laurent Monin
f10324501a Better handling of missing executable pyrcc4, used to compile resource
python setup.py build_ui wasn't very explicit when run without installed pyrcc4,
messages are now better.

Use distutils.spawn instead of subprocess.call
2014-10-20 10:48:57 +02:00
Laurent Monin
105068d2b3 Fix few missing blank lines (PEP8). 2014-04-19 09:26:29 +02:00
Shadab Zafar
92c11123b6 Used subprocess.call instead of os.system()
This fixes ui filenames with any special characters if there
are any ;)
2014-03-12 20:47:07 +05:30
Shadab Zafar
69c8027094 Handles building ui files with spaces in their names.
Just quoted the file names.
2014-03-12 19:55:37 +05:30
Laurent Monin
26f595a068 Mark compile.py and makeqrc.py as executables, they have python bang path. 2013-06-28 12:39:42 +02:00
Laurent Monin
b974a9cf63 Make compile.py runnable from anywhere and importable. 2013-06-28 12:39:30 +02:00
Lukáš Lalinský
106dc7449f Move separate compile.py scripts into setup.py 2006-09-18 22:33:46 +02:00