Chris
30265e282f
bump versions
4 years ago
Chris
bc495ddc72
Resolve all wx warnings and errors and bump version to 4.1.0
4 years ago
Chris
ecce40df6d
version bump
4 years ago
Chris
a6e30774ee
hotfix #549 - lock down WX version in setup.py due to breaking changes in latest version
4 years ago
Chris
7c9e3c4ae2
version bump
5 years ago
Nathan Richard
5e3ef77c36
Handling of style-oriented ascii espace sequences.
Using the RichTextCtrl widget we are able to use advanced formatting in the console pannel. The formatting information is extracted from the text stream by searching for terminal escape sequences. The sequence values are taken from the colored package, which becomes a lazy dependency (imported only when the feature is activated).
The previous implementation (using the TextCtrl widget) has been extracted into a separate class.
The client code chooses between the basic or the rich class based on the richtext_controls configuration parameter. The default is to use the previous implementation based on TextCtrl.
5 years ago
Chris
71f628f41a
closes #359 - setup.py out of date
5 years ago
Chris
abd69a9bae
use Thread instead of Pool due to python 3.7 issue
6 years ago
Chris
8166404c14
version bump
6 years ago
Christoph Buchner
dfefe79eb6
Relax dependency specification
Make it possible to install more current package versions for psutil, pillow and wxpython.
6 years ago
chriskiehl
fdcffff726
bump version and fix deps in setup.py
6 years ago
chriskiehl
b96d1e7cd0
add python3 specific check
7 years ago
chriskiehl
4ad3d4e71c
remove gooey core import from setup.py
7 years ago
chriskiehl
2289abfc4a
added custom imports for wx 3/4 compatibility
7 years ago
chriskiehl
17d1d67913
Converted html to ReST because PyPi is dumb
9 years ago
chriskiehl
3072f80b3b
Fixed broken image
9 years ago
chriskiehl
1e660d1908
Added deploy tools
9 years ago
chriskiehl
f723e23c56
Updated setup.py for PyPi upload
9 years ago
Ludovic Viaud
a3a5485e96
clean the project directory
10 years ago
chriskiehl
8b28db2fde
Updated setup.py with dependency info
10 years ago
chriskiehl
5cd02693ef
Updated setup.py with dependency info
10 years ago
Colin Raffel
a1b6f0c838
Fixes #22
10 years ago
Richard Acosta
ad6ef7c7dc
Fixing error of 'icon.ico' not being present in filesystem when running mockapplication
10 years ago
chriskiehl
9bcd73a071
Switched to setuptools
10 years ago
chriskiehl
e5e880e8dd
Fixed path issue (maybe)
10 years ago
chriskiehl
7494eb338a
Made azeirah's suggested changes to setup.py
10 years ago
chriskiehl
7dcd035dc5
Added data_files to setup.py
10 years ago
chriskiehl
34e64d7463
Fixed setup.py again (I think)
10 years ago
chriskiehl
32b909508d
Fixed setup.py (I think)
10 years ago
Simeon Visser
927a54f880
Ensure file handle is closed using with statement
10 years ago
Chris Kiehl
1f77805af9
last big push before packaging
10 years ago