|
6ffe1d6190
|
Imports optimize, some code style improvments
|
2021-08-02 13:26:37 +03:00 |
|
|
743d14212d
|
Introduce proper logging
Replace all print() and sys.stderr.write() with logger.info() and logger.warning() respectively
|
2021-07-01 14:22:31 +03:00 |
|
CMDR-Kiel42
|
40f8cbcf30
|
Only show lists when the entry has focus
|
2020-07-18 23:56:17 +02:00 |
|
CMDR-Kiel42
|
face54fc95
|
Prevent suggestions from showing after route is plotted
|
2020-07-18 21:47:03 +02:00 |
|
CMDR-Kiel42
|
720c852aa5
|
Fixed tabbing out of autocompleted field doesn't close the list
|
2020-07-13 13:17:38 +02:00 |
|
CMDR-Kiel42
|
98f1f67361
|
Fixed flickering autocompleter
|
2020-07-13 02:00:23 +02:00 |
|
CMDR-Kiel42
|
4b557fbfbc
|
Fixed placeholders not properly reset when focusing out
|
2020-07-13 01:44:08 +02:00 |
|
CMDR-Kiel42
|
ee74bc44f0
|
Moved all PlaceHolderEntry into PlaceHolder
|
2020-07-13 01:11:36 +02:00 |
|
CMDR-Kiel42
|
653bba386b
|
Cleanup Python2/3 compatibility
|
2020-07-12 17:31:44 +02:00 |
|
Kiel
|
40d4393808
|
Allow selection in "Plot Route" with a single click
|
2020-06-23 12:07:17 +02:00 |
|
Kiel
|
ed57a3aa04
|
Changelog + version update
|
2020-05-21 19:59:45 +02:00 |
|
Kiel
|
34cfc3eef6
|
Fixed Python2 issues
|
2020-05-09 23:25:17 +02:00 |
|
0xz00n
|
6855d3ee03
|
It loads and shuts down cleanly in python3 now
|
2020-02-09 16:06:19 -06:00 |
|
0xz00n
|
6cdca49438
|
Changes to work with python3. Still running into NoneType error for init_gui. Maybe global variables are to blame?
|
2020-02-09 15:20:51 -06:00 |
|
Elite-IGAU
|
70e28aa9a7
|
Python 3 updates
|
2020-02-09 11:44:48 -07:00 |
|
Kiel42
|
c27d74ef01
|
Fixed Tk state being accessed in a thread
|
2019-10-28 19:30:40 +01:00 |
|
CMDR-Kiel42
|
bf4d5c0f23
|
Set current syste as default source system value
|
2019-08-18 11:59:23 +02:00 |
|
CMDR-Kiel42
|
333855af0d
|
Better integration with themes
|
2019-08-15 00:49:52 +02:00 |
|
CMDR-Kiel42
|
871ae75273
|
Add right click menu to the system entries
|
2019-08-15 00:28:09 +02:00 |
|
CMDR-Kiel42
|
4f1c69984e
|
Actually show system suggestions on Windows
|
2019-08-12 20:36:30 +02:00 |
|
CMDR-Kiel42
|
4461854e39
|
Properly handle FocusOut events
|
2019-08-10 19:29:13 +02:00 |
|
CMDR-Kiel42
|
5b5cdf3cd8
|
Properly handle mouse events when selecting systems
|
2019-08-10 19:12:06 +02:00 |
|
CMDR-Kiel42
|
ec1f76b683
|
Trim system names to avoid errors due to blank spaces
|
2019-08-06 11:20:13 +02:00 |
|
CMDR-Kiel42
|
ed942e18f5
|
actually recover from exceptions
|
2019-08-06 11:07:47 +02:00 |
|
CMDR-Kiel42
|
ebf54319cb
|
Make a package to prevent conflict whith other plugins
|
2019-08-04 09:04:11 +02:00 |
|