-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/map feature #2187
Fix/map feature #2187
Conversation
Half the circumference of the Earth is larger than that, so probably should be a bit bigger. |
How does a user enter "No filter"? Can they delete the characters or do they have to insert a space? If the latter, then it would be better to create a custom spin box, like DMSSpinBox etc. |
Fixes log message of level "critical": MapGUI::addBroadcast: Failed to open transmitters.csv
For correct display of all alphabets.
Automatically deleted by opening the .ui file in Qt Creator.
I was just thinking of a big number, but we can set it to 40075+1 |
Now, with the commit that adds |
@srcejon Hello Jon, can it be merged? |
Yep |
This PR:
For the QSpinBox of "Filter Distance" I set a minimum value of zero and a maximum of 10000 km; I used
setSpecialValueText()
to replace the zero with one space so the the look of the table isn't too much different from before (we can't use an empty string or a nullptr because they disable the replacement).The case sensitive sorting is needed otherwise "Airport" and "Airspace" were coming after APTdemod.