Commit graph

84 commits

Author SHA1 Message Date
5b08029d0b Make vigil work on other distributions. (fedora, debian, archlinux)
- Now using python3.4 on debian, and python3.5 elsewhere.
 - Added test-distributions script that checks that
   install-dependencies works on different distributions.
2017-05-17 16:46:54 +01:00
1560db5f82 Coding style. 2017-04-15 23:02:22 +02:00
e1742f6959 [tools] Added pil to view image files. 2017-03-28 22:53:03 +02:00
a12fa48c2c Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
cf128bc0c3 [tools] Add another extension for c++ files. 2016-12-01 13:34:00 +01:00
6f266b26ac [tools] Add another extension for c++ files. 2016-12-01 13:08:43 +01:00
2b08e4d490 [tools] Added clang syntax tools. 2016-11-27 14:02:35 +01:00
8f39ecf2ce [tools] Rename c_syntax and cpp_syntax. 2016-11-27 13:45:10 +01:00
e1adec2133 [tools] Check C & C++ syntax. 2016-11-22 14:27:51 +01:00
167f0a4a1d Add more hyperlinks to tool's homepages. 2016-11-19 19:44:00 +01:00
581a7ffdf6 Add more hyperlinks to tool's homepages. 2016-11-19 17:42:47 +01:00
d2dcb4cf85 Find the tool's url in the package metadata. 2016-11-19 17:24:01 +01:00
1028f74de9 Start adding hyperlinks to the tool's homepages. 2016-11-19 16:47:05 +01:00
0f85dbbbbd List the tools in the README. 2016-11-19 13:50:07 +01:00
24c096bd1a Fixed broken tests. 2016-11-14 19:38:13 +01:00
294d3f8c96 Added a cmdline option for the syntax highlighting style. 2016-11-14 19:32:22 +01:00
916ca5c092 [tools] pep8 was renamed to pycodestyle. 2016-11-11 13:05:32 +01:00
a93704f19b Disabling perl6 because of problems when running it. 2016-10-27 21:42:52 +02:00
01b8ffaf7a Can use the ubuntu packaging of bandit afterall. 2016-10-26 04:04:19 -07:00
8cc5ed35bb Coding style. 2016-10-25 23:03:22 +02:00
e97bb6ffb1 Added bandit for python. 2016-10-25 22:51:50 +02:00
2b351efe20 Make the cursor easier to see. 2016-10-24 22:06:27 +02:00
edee5e6b58 Log the exception if the worker fails. 2016-10-21 23:20:06 +02:00
e39d99b2ac Coding style. 2016-10-21 22:24:52 +02:00
9d143a4dd9 Coding style (linting). 2016-10-16 12:32:01 +02:00
71dc9df58c Using the new coroutine syntax from pep-492. 2016-10-16 12:10:22 +02:00
dedac08987 Added mypy for python. 2016-10-15 19:14:41 +02:00
99fa974b56 Remove escape codes from output to stop garbling the interface. 2016-10-03 17:19:37 +02:00
9dddc8ce8c Coding style. 2016-10-03 13:57:44 +02:00
d5c094260f Only have the simple style of statuses.
The double width character wasn't common and often didn't work depending
on terminal or font.
2016-09-30 15:14:42 +02:00
b922f29e07 Changes for ubuntu 16.04. 2016-09-27 13:30:08 +02:00
4fa5b524d4 Coding style.
Using asyncio coroutines for workers instead of threads.
2016-03-09 10:47:09 +00:00
ec0c98abb3 Coding style. 2016-02-24 09:27:37 +00:00
1dfb04841c Recognize python test files like: test_*.py . 2016-02-20 09:31:49 +00:00
a03a47977f Coding style. 2016-02-19 22:37:11 +00:00
a3c0a69076 Coding style.
Linting.
2016-02-18 23:01:00 +00:00
cbba46d5c0 Now using the style's background color when syntax highlighting. 2016-02-18 23:00:54 +00:00
1a12f6e369 Coding style.
Removed the Code widget which was almost the same as the Text widget.
2016-02-18 20:01:39 +00:00
4919a1ed2a Coding style.
More consistent leading underscores.
2016-02-15 14:11:08 +00:00
5c75832efb Better wording. 2016-02-13 22:19:28 +00:00
2373e78cbd Coding style.
Moved the Result class into tools, which simplifies worker.py and makes the
circular import problem go away.
2016-02-13 18:48:53 +00:00
cc95534bd7 Now the perl_syntax tool detects if perl files (.pl) are perl5 or perl6. 2016-02-13 16:42:39 +00:00
1106819e42 Added the disassemble_pyc tool. 2016-02-10 19:30:30 +00:00
6807711384 Removed flog and csstidy tools. 2016-02-10 19:20:56 +00:00
d42a285c08 Removed mp3info tool, because it doesn't handle new ID3 tags. 2016-02-10 19:19:47 +00:00
5dc0aaaf5d Removed dump_pickle tool, because pickles don't have an obvious extension. 2016-02-10 16:05:06 +00:00
54206f3ffc Added tests for object file tools. (".o") 2016-02-09 22:46:14 +00:00
fb93897ac7 Added more tool tests. 2016-02-09 09:38:58 +00:00
803ee80427 Removed csv tool which was made redundant by the contents tool. 2016-02-09 09:38:58 +00:00
e8411269ca Coding style.
Make tools.Status into an enumeration.
2016-02-09 09:38:58 +00:00