Dan Albert
2a75d14e0e
Revert upgrade to pyside6.
...
This appears to be incompatible with pyinstaller. I get the following
when trying to run the executable generated with pyside6:
```
Traceback (most recent call last):
File "qt_ui\main.py", line 29, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 476, in exec_module
File "qt_ui\windows\QLiberationWindow.py", line 28, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 476, in exec_module
File "qt_ui\widgets\map\QLiberationMap.py", line 11, in <module>
ImportError: could not import module 'PySide6.QtPrintSupport'
```
2021-11-21 17:39:43 -08:00
Dan Albert
4a7dae9cc2
Upgrade to PySide6.
...
PySide2 renamed to PySide6 for Qt 6 support. It doesn't seem like
PySide2 is getting a 3.10 wheel, so upgrade to Qt 6 to prep for that.
2021-11-20 19:26:18 -08:00
Dan Albert
03430a4df5
Update the UI to show sim state.
...
https://github.com/dcs-liberation/dcs_liberation/issues/1704
2021-11-02 23:34:51 -07:00
Brock Greman
3ad51cafa8
Fixing display of "sunny" during clear conditions at night.
2021-06-09 02:16:05 -07:00
Dan Albert
38f632097e
Add support for DCS 2.7 weather generation.
...
https://github.com/Khopa/dcs_liberation/issues/981
2021-04-17 15:06:17 -07:00
Dan Albert
a47bef1f13
Blacken.
2021-02-12 20:10:45 -08:00
Dan Albert
2ac818dcdd
Convert to new unit APIs, remove old APIs.
...
There are probably plenty of raw ints around that never used the old
conversion APIs, but we'll just need to fix those when we see them.
Fixes https://github.com/Khopa/dcs_liberation/issues/558
2020-12-19 22:08:57 -08:00
Dan Albert
15d72a8dcb
Fix turn number off by one.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/482
2020-12-06 01:08:23 -08:00
Ignacio Muñoz Fernandez
a1b64bc72d
Cleanup QWeatherInfoWindow and rjust wind bearings. ( #456 )
2020-11-25 18:10:46 -08:00
Dan Albert
75ea5cc462
Fix None dereferences in weather UI.
...
Also normalizes line endings.
2020-11-25 14:39:33 -08:00
Ignacio Muñoz Fernandez
02e7ab41b4
feat: MVP done for Weather Information Display
2020-11-25 13:04:03 -08:00
Ignacio Muñoz Fernandez
ca30af4238
wip: finished work on the TopPanel Widget, added weather icons, changed timeofday icons
2020-11-25 13:04:03 -08:00
Ignacio Muñoz Fernandez
718b3f2623
wip: fixed qt cosmetic issue, added forecast text generation, initial for weather window
2020-11-25 13:04:03 -08:00
Ignacio Muñoz Fernandez
6e153c6451
wip: initial work on issue #406
2020-11-25 13:04:03 -08:00