Commit Graph

4 Commits (a71eb9fb5e31e79cc85ab0db28a7be27a416b7e3)

Author SHA1 Message Date
Alex Huszagh f753556c2c Allow tracking/untracking of distribution files.
Provides `git.py`, which enables/disables the tracking of all files in `dist` via the `--track-dist` and `--no-track-dist` mutually exclusive options. This is done via modifying `.gitignore`, since `update-index assume-unchanged` can't handle directories. Therefore, `.gitignore` is automatically untracked. To track `.gitignore`, run `python git.py --track-gitignore`.

Closes #29.
2022-04-27 16:34:23 -05:00
Alex Huszagh 8aff25b3a1 Added install directions for CMake.
- Moved generated directories to `dist/` for cleaner builds.
2021-07-21 11:21:14 -05:00
Alex Huszagh 72c6c48796 Updated Breeze stylesheets to look better with tree-views. 2018-12-19 17:55:21 -06:00
chaosink 5e0feb23d6 use pyrcc5 to convert breeze.qrc to breeze_resources.py and import in dark.py and light.py 2017-09-12 11:25:37 +08:00