Commit graph

48 commits

Author SHA1 Message Date
55a8ca7849 Update TODO and BUGS. 2021-12-15 08:58:45 +10:00
b696c65f4c Update BUGS file. 2019-12-29 14:37:13 +10:00
048413f09b Remove pause feature.
- Wasn't being used very much.
- The background workers should only be using idle cpu, so shouldn't
  have any outward effect.
- Could also use less workers if necessary.
2019-12-21 12:23:34 +10:00
02844de562 Fixed timeout statuses not appearing.
- Also tidied up _do_command and _run_command.
2018-05-25 10:53:06 +10:00
e4f7845b5d Brought BUGS up to date. 2018-05-24 14:08:00 +10:00
5572cdc9d6 [tools] Replaced disassemble_pyc by pydisasm.
- pydisasm handles many types of bytecode.
2017-07-11 14:09:07 +01:00
dec0f5ed29 [tools] Fixed git_blame not handling binary files. 2017-07-09 08:58:18 +01:00
8ecd50848d Fixed a bug when paging the summary. 2017-07-08 14:22:45 +01:00
acfc0249f4 Brought TODO and BUGS up to date. 2017-07-08 13:58:52 +01:00
547983819d Fixed a bug in scrolling. 2017-07-08 13:13:22 +01:00
5a8bca84df Added a bug about cursor scrolling. 2017-07-08 12:52:55 +01:00
d61b1504a6 AppImages aren't working correctly afterall. 2017-07-04 14:49:46 +01:00
3711a0b293 Fixed colors in lxterminal. (raspbian and lubuntu)
lxterminal in lubuntu and raspbian is only taking 256 colors.
So when $TERM is "xterm" only 256 colors are used.
2017-02-08 11:51:57 +01:00
6489a11d4c [tools] Let gcc work in the sandbox. 2016-11-27 23:36:55 +01:00
e1adec2133 [tools] Check C & C++ syntax. 2016-11-22 14:27:51 +01:00
9ef0c51693 Added a bug. 2016-11-11 12:29:56 +01:00
f548432d8e Stop warning messages appearing on shutdown.
Until I learn to use asyncio properly this hack will do.
I may keep it anyway if there are no ill effects.
2016-11-11 00:07:05 +01:00
175fac735c All worker processes are killed on shutdown. 2016-11-10 17:49:01 +01:00
864587da5c Changed bugs. 2016-11-10 00:49:01 +01:00
1f24b3be18 Some bugs have been fixed. 2016-11-10 00:36:14 +01:00
c99dd27dc6 Added a bug. 2016-10-30 11:05:42 +01:00
a93704f19b Disabling perl6 because of problems when running it. 2016-10-27 21:42:52 +02:00
cff347ae77 Fixed tests failing in gnome-terminal. 2016-10-26 13:43:02 +02:00
54166ed195 Added a bug. 2016-10-26 13:34:14 +02:00
967b16a6bf Added a bug. 2016-10-16 12:51:09 +02:00
4fa5b524d4 Coding style.
Using asyncio coroutines for workers instead of threads.
2016-03-09 10:47:09 +00:00
b2e087a9db Fixed missing results. 2016-03-02 22:35:28 +00:00
bb20b56176 Added more bugs. 2016-02-19 22:37:11 +00:00
dd6dd161cf Always getting sudo at the start, to avoid password prompts later. 2016-02-12 12:16:21 +00:00
964243ffb8 Make the overlayfs mount point's owners and modes match the underlay.
This fixes sudo in the chroot.
2016-02-11 00:09:08 +00:00
d03e4bd0fe Added bugs. 2016-02-07 08:25:49 +00:00
33f75aefae Fixed a bug in the python3-coverage tool. 2016-02-04 19:47:52 +00:00
cee53ed9d6 Bring BUGS and TODO up-to-date. 2016-02-02 17:12:23 +00:00
5805279df4 Added a bug. 2016-02-02 10:38:57 +00:00
d488d2f952 Fixed 'All results up-to-date" not showing when starting with all up-to-date. 2016-01-30 07:50:04 +00:00
454510f181 Added a new bug. 2016-01-29 18:40:54 +00:00
73f046c44d Made arrow keys and mouse wheel work in the help page. 2016-01-27 20:15:04 +00:00
95070853ac Fixed bug that occured when pausing during early startup. 2016-01-27 17:23:12 +00:00
bc5296ad0d Fixed bug that caused some files to always be recalculated on startup. 2016-01-26 17:27:58 +00:00
17516cd831 Fixed bug that caused vigil not to restart if the root directory was renamed. 2016-01-26 14:44:42 +00:00
61efffa0b7 Bring BUGS up-to-date. 2016-01-26 11:34:43 +00:00
5d1c124d8e Don't crash when the vigil window is made very small.
This is a workaround, not being able to get very small appearances is still
there. For now the main appearance won't shrink below a width of 10
or a height of 20, but thats okay since the interface is already impractical
at that point. The minimum appearance is then cropped to fit the window.
2016-01-26 10:13:48 +00:00
91879f2041 Made sure large filesystem changes are handled quickly with one sync_with_filesystem. 2016-01-23 21:56:33 +00:00
3538e5ba0d Removed the 'watching' toggle. 2016-01-23 13:11:27 +00:00
3ba16c7d13 Bring BUGS up to date. 2016-01-23 12:18:02 +00:00
721cc28d03 Run all tools in a filesystem sandbox 2016-01-21 23:22:42 +00:00
f6d54d009d Changes from running jobs differently. (667dd8f) 2015-12-31 15:43:41 +00:00
fc4b2ced58 Initial commit 2015-12-14 18:03:11 +00:00