Commit graph

89 commits

Author SHA1 Message Date
3115f9d6e9 feat(tox): Add more python versions to test against 2019-10-23 11:31:02 +02:00
7eb136cb97 chor(rust): Update Cargo.lock 2019-10-23 11:30:30 +02:00
bb2ee8c4c3 feat(html_export): Add basic HTML-Export using Jinja2 template 2019-10-23 11:30:16 +02:00
35fc135237 feat(route_progress): minor change to progress dialog message 2019-10-23 11:29:25 +02:00
30dbd24bf4 fix(config): Add missing defaults 2019-10-23 11:28:32 +02:00
38acfc7e78 docs: Update CHANGELOG.md and README.md 2019-09-28 21:23:59 +02:00
47b007ca41 chore: formatting (ran black) 2019-09-28 21:23:19 +02:00
65fe131006 feat(config): impelemt save and load to GUI 2019-09-28 21:22:46 +02:00
f34d37a9d6 feat(GUI): implement preprocessing 2019-09-28 21:22:17 +02:00
3ee952e548 feat(installer): switch from LZMA to LZMA2 2019-09-28 21:21:11 +02:00
df0db21916 chore: Update CHANGELOG.md 2019-09-28 19:33:01 +02:00
4663d4e63a docs: Update TODO list in readme 2019-09-28 19:31:56 +02:00
92bd1b16ef feat(build scripts): skip .history folder when building UI files 2019-09-28 19:31:44 +02:00
9ec4687e49 feat(config): update config format 2019-09-28 19:31:18 +02:00
37f55472c1 feat(UI): made dropdowns non-editable 2019-09-28 19:31:04 +02:00
e9bcd3eb82 misc: Alsways compile in release mode 2019-09-28 19:29:30 +02:00
a8d6a32799 feat(config): finish integrating new configuration system 2019-09-28 19:29:11 +02:00
93f655c7ce feat(Router): finish implementing route computation progress display 2019-09-28 19:28:39 +02:00
935891c852 chore: rust code cleanup 2019-09-28 19:26:49 +02:00
b662a24e9a chore: Update CHANGELOG.md 2019-09-28 15:53:10 +02:00
a91fa7332e misc: Add VSCode workspace config to gitignore 2019-09-28 15:52:34 +02:00
dc0e3fc7d0 misc(CI): rename main executable before building installer 2019-09-28 15:52:18 +02:00
f78ec66516 misc: formatting 2019-09-28 15:51:40 +02:00
f4e6bd39ee feat(GUI): Integrate route computation Job 2019-09-28 15:51:20 +02:00
22ca2d26a8 feat(GUI): Integrate new config system 2019-09-28 15:49:09 +02:00
0d89106b01 misc: re-export config from main GUI module 2019-09-28 15:48:28 +02:00
8b0b56f130 feat(cli): Add config editor 2019-09-28 15:47:49 +02:00
2c000daae1 feat(router): Implement route computation job with progress dualog 2019-09-28 15:46:40 +02:00
baa6785e99 chore(router): remove unused code 2019-09-28 15:44:28 +02:00
a630851696 misc(setup.py): Pull version info from git, unify scripts (one script for GUI and CLI) 2019-09-28 15:43:48 +02:00
4237b30d01 feat(installer): Download EDSM dumps after install 2019-09-28 15:42:50 +02:00
78384801c6 misc: Update icon generator and regenerate icon 2019-09-28 15:42:22 +02:00
66267e72dd docs: Update README.md 2019-09-28 15:41:56 +02:00
88a0378dfe feat(router): Start implementing route pruning support 2019-09-28 15:41:25 +02:00
0107cf2f8e chore(router): Update dependencies 2019-09-28 15:40:38 +02:00
b1143c3510 feat(config): Update config system to use profig 2019-09-28 15:38:33 +02:00
fb3a13037c feat(build system): Remove build.py (switched to tox), add output to build_gui.py 2019-09-28 15:37:32 +02:00
d498746a5c feat(router): Add dialog to display computed route 2019-09-28 15:35:30 +02:00
fe3534e9d6 fix: switch inno setup version in appveyor 2019-09-21 21:25:02 +02:00
09e6f0afb5 fix: typo in appveyor.yml 2019-09-21 20:44:46 +02:00
eaddb188ba fix: disable confirmation for conda install 2019-09-21 20:38:27 +02:00
6d9f1ef04b fix: add missing conda channel 2019-09-21 20:32:49 +02:00
e8beb559f2 fix: add missing dependencies to appveyor.yml 2019-09-21 20:26:34 +02:00
b27ef90105 chore: fix appveyor 2019-09-21 20:20:27 +02:00
71a45a30e7 chore: Update appveyor.yml, fix missing backslash escape 2019-09-21 20:11:17 +02:00
da2d85b333 chore(CI): Update tox.ini to build installer 2019-09-21 20:05:08 +02:00
1c1e20816a chore(CI): remove tox, switch to appveyor, add artifact paths 2019-09-21 20:04:41 +02:00
fa485be07e fix: fix nuikta call to clean build directory 2019-09-20 23:53:15 +02:00
11efe303ee fix: fix nuikta call to download without confirmation 2019-09-20 23:52:15 +02:00
59390fed2f fix: fixed appveyor.yml 2019-09-20 19:16:58 +02:00