Commit graph

14 commits

Author SHA1 Message Date
8ae0f203f2 Move to python3.7
- Now getting python packages using pip instead of the ubuntu versions.
- System wide installations now aren't supported.
2018-09-02 16:00:44 +10:00
bf8d35f2f3 Fixed too many auto-saves occuring after restart.
- Now the 'All results are up to date' message and auto-save only
  occurs the moment that the last pending result is calculated.
2018-08-17 22:59:16 +10:00
2c402a683a Reduce interface stutters when the nearest placeholder is far away.
- Achieved by making the placeholder generator asynchronous.
2018-08-16 22:18:21 +10:00
48fc34c632 Also auto-saving when all the results are up-to-date. 2018-08-15 23:03:43 +10:00
080f587c10 Fixed the unsaved results counter. 2018-08-14 19:04:06 +10:00
f9645c12bd Auto-save after every 100 results are calculated.
- Saving is still done on shutdown regardless.
- If the program is not shutdown cleanly at most 100 results will
  be lost and need to be recalculated.
2018-08-14 16:17:37 +10:00
e34e896800 Coding style.
- Converted to f-strings.
2018-05-15 18:50:30 +10:00
b8732c3028 Updated copyrights. 2018-01-12 15:00:39 +10:00
4935c585aa Made work on Ubuntu 17.10.
- Changed to python3.6.
- Accepted minor differences in golden files.
- php is now 7.1.
- Updated README.
- Need to test that the AppImage still works.
2017-10-27 12:39:50 +10:00
111d362942 Explicitly using python3.5.
- Async and await keywords don't work with python3.4.
2017-09-02 11:59:10 +01:00
19b2ecb6ca Coding style.
- Using new async and await keywords.
2017-09-02 11:53:42 +01:00
d90d711703 Can build AppImages more successfully.
- The meta/Recipes script doesn't run the post-install of debian
  packages, so some weren't installed correctly.
- This scheme lets vigil install into a container as usual.
- The files in the AppDir are calculated as the difference between
  the files in the initial debootstrapped container, and the
  container after the installation.
2017-07-16 12:14:14 +01:00
d61b1504a6 AppImages aren't working correctly afterall. 2017-07-04 14:49:46 +01:00
5728e5cff3 Made vigil into a package with a setup.py file. 2017-06-27 14:03:32 +01:00
Renamed from worker.py (Browse further)