Commit Graph

11 Commits

Author SHA1 Message Date
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
e4e1c389f0 Fix bytes issue in makeqrc 2017-04-07 16:06:15 +05:30
Ville Skyttä
2070d9f008 Python 3.6 invalid escape sequence deprecation fixes
https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
2017-02-28 15:29:23 +02:00
Rahul Raturi
62bd512662 Improve code semantics and style
Some noticeable points:
* `save_state` can check whether table is loaded or not. No need to
check it in `accept` and `reject`. Also `table_loaded` isn't required
anymore.
* Keep file formats list in alphabatic order, in `makeqrc.py`.
* Import `Track` and use `isinstance` to check whether object belongs to
it.
2016-08-06 23:16:33 +05:30
Rahul Raturi
a140abbf04 Show loading gif while fetching results 2016-08-01 19:38:13 +05:30
Laurent Monin
105068d2b3 Fix few missing blank lines (PEP8). 2014-04-19 09:26:29 +02:00
Sophist
044d4482db Fix makeqrc same results Windows and Mac 2014-04-09 12:05:26 +01:00
Laurent Monin
c8af60e21a Use unix eol in generated ressource file. 2013-06-30 05:04:47 +02:00
Laurent Monin
0661491f37 Use len() instead of a counter. 2013-06-30 05:02:45 +02:00
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
5f5afa7d02 Add script to generate picard.qrc from png images in images directory 2013-06-28 12:39:16 +02:00