DarkPhoenix
b1b4284b6e
Add new effects
2021-12-02 15:02:35 +03:00
blitzmann
bbcedbf2cb
Better description for language flag
2020-07-24 22:22:11 -04:00
blitzmann
04f9c1c9f8
Move the pyfa app initialization back to where it was
2020-07-11 12:27:09 -04:00
zhaoweny
d4c9423c77
i18n: annotate targetProfile.py, damagePattern.py
...
Also init PyfaApp earlier for targetProfile.py and damagePattern.py localization
2020-07-08 14:42:05 +08:00
blitzmann
76674435c9
Remove default for language
2020-07-05 15:22:08 -04:00
blitzmann
95af9660b6
Move mainframe import below app init, which will allow us to set up locale correctly before anything else loads
2020-07-05 14:00:18 -04:00
blitzmann
6e7b8cca24
Fix missing damage type icons for missle selector
2020-07-05 13:42:23 -04:00
blitzmann
546a3b6e01
Fix turrent ammo type grouping (using English names for grouping). Also made missile damage type grouping translation-aware
2020-06-27 21:06:16 -04:00
blitzmann
3d238a1cc1
Reset forced language to English
2020-06-25 21:36:09 -04:00
blitzmann
c040ff26c0
Update schema and db_update to support translations.
...
(language setting from preferences is borked for some reason)
2020-06-24 23:33:24 -04:00
blitzmann
2214269cca
Bring language selection to the forefront before wx app initialization
2020-06-20 15:20:56 -04:00
blitzmann
d9e5349edd
Move supported languages to the LocaleSettings class, and use the command parameter as an override
2020-06-19 22:44:09 -04:00
blitzmann
8e83adf7db
Merge tag 'v2.22.1' into i18n
...
# Conflicts:
# gui/esiFittings.py
2020-06-19 21:51:45 -04:00
blitzmann
5177768962
Start working through the files, adding translation strings
2020-05-16 14:42:29 -04:00
DarkPhoenix
4e10335ae7
Revert "Try resetting locale on wx 4.0.6 as an attempt to work around #2174 "
...
This reverts commit ea07bbf4f9 .
2020-04-24 15:10:33 +03:00
DarkPhoenix
ea07bbf4f9
Try resetting locale on wx 4.0.6 as an attempt to work around #2174
2020-04-24 11:37:27 +03:00
DarkPhoenix
f50293cf77
Revert to wxpython 4.0.6 once again (see issue 2136)
2020-02-13 16:57:23 +03:00
DarkPhoenix
61a01805cc
Reset locale and remove resolution data from all the images (wxpython phoenix issue #1515 )
2020-02-13 12:14:26 +03:00
DarkPhoenix
aec5a46452
Fix shebang line
2020-02-05 09:43:10 +03:00
DarkPhoenix
6527f9e11e
Attempt to terminate threads when pyfa is closed
2020-02-03 17:12:23 +03:00
DarkPhoenix
cde0108cba
Change logging a little so info about DB being rebuilt is always printed to stdout
2019-10-30 15:16:13 +03:00
DarkPhoenix
39dc7e4a46
Compose DB out of data stored externally
2019-10-30 14:56:51 +03:00
DarkPhoenix
9803da1825
Add some extra logging to help with #1605 debugging
2019-08-12 20:05:21 +03:00
blitzmann
b4b8a158f5
Bunch of import optimizations
2018-09-16 00:05:36 -04:00
blitzmann
86333a05fb
Remove redundant import
2018-06-21 00:24:07 -04:00
Ryan Holmes
bb978c3dff
Implement a profiling option. x_x
2018-06-01 15:46:45 -04:00
blitzmann
42ad74158b
Remove the ASCII text from console
2018-05-07 21:55:47 -04:00
blitzmann
82e3db1ffb
Centralize version string getting. Still trying to work out how we should handle automatic version increments so we don't have to modify files all the time. Remove version file from repo (should only be a thing when building binaries)
2018-02-17 11:10:42 -05:00
blitzmann
2936b88c3d
code cleanup
2017-11-27 21:05:06 -05:00
blitzmann
c000b19986
Finish pulling all the cruft out of pyfa.py relating to logging and error handling. All that is now done in separate areas.
...
Also finally did some major reworking on the error dialog. Now it doesn't spawn a new wxApp and wxFrame for each and every error - attaches to MainFrame and sticks around, having exceptions append to it rather than spawn a new one. In the case that an error happens before MainFrame is available, it spins up a new wxApp. Yay cleanup!
2017-11-26 03:57:00 -05:00
blitzmann
1da127c898
Working commit to better handle errors
2017-11-26 01:54:36 -05:00
blitzmann
fcdf55632f
working commit to try to clean up pyfa.py and re-implement version checking
2017-11-26 01:08:02 -05:00
blitzmann
b3157303cd
Reenable error dialog and remove versioning info - want to look into a more uniform way of doing this if possible, and the requirements are all changing.
2017-11-25 13:49:48 -05:00
blitzmann
3c405f51d8
Remove platform-specific CREST checks (add for mac-deprecated client)
2017-11-24 17:27:44 -05:00
blitzmann
de646cf252
Have a noticeable message show up (currently prints for everything, should restrict to only beta builds)
2017-11-12 02:30:15 -05:00
blitzmann
266398b1de
Get some things working for pyinstaller
2017-11-12 00:14:45 -05:00
Ryan Holmes
7f392006d1
comment out most of the fluff in pyfa.py. Need to come back to this and get it all working
2017-06-12 16:37:15 -04:00
Ryan Holmes
828b18d0fd
py2to3 automatic conversion. Woot!
2017-06-12 16:12:45 -04:00
blitzmann
ccfd414cb3
Disable stopwatch in test (was failing due to import error) and fix bad requests version setting
2017-05-08 22:25:05 -04:00
blitzmann
3de63c5ca5
flake8 fixes
2017-05-08 21:32:13 -04:00
blitzmann
83a7a854bb
Merge branch 'feature/recent' into dev
...
Conflicts:
eos/db/saveddata/character.py
eos/db/saveddata/fit.py
Implements #983 but utilizing sqlalchemy events to update the fit modified date whenever something is added/changed.
2017-05-07 20:48:41 -04:00
blitzmann
283cb1e50c
Add hard requirement for requests (for everything except mac-deprecated)
2017-05-04 21:48:30 -04:00
blitzmann
3d0a4b84d4
Add hard minimum requirement for logbook 0.10.0, remove requirements.txt loop as it isn't applicable for 95% of users, and Linux users are complaining about seeing console output all the time on dev
2017-05-03 20:53:10 -04:00
blitzmann
f9b7376cc7
Move sql alchemy events into their own file for now so that mac-deprecated doesn't get pissy.
2017-04-26 19:34:47 -04:00
Ebag333
55dff65142
Tox things
2017-04-02 01:03:14 -07:00
Ebag333
cdec6fad99
Clean up requirements file. Add detection and warning for possibly missing requirement. Change back to using the modal.
2017-04-02 00:57:11 -07:00
Ebag333
535b75225b
dump module list and versions
2017-03-28 18:49:10 -07:00
Ebag333
b99c44667e
Remove unused import
2017-03-27 21:11:07 -07:00
Ebag333
c6d50b7d6e
Merge branch 'development' into ErrorDialog_and_miscfixes
2017-03-27 21:00:51 -07:00
Ebag333
03f12bfca1
Finish implementing wx 2.8 selector. Add a bunch of error catching. General cleanup.
...
(cherry picked from commit b0ec69e)
2017-03-27 20:52:45 -07:00