Releases: lida2003/MethodicConfigurator
Releases · lida2003/MethodicConfigurator
Development Build
Commits
- Fix pylint (Dr.-Ing. Amilcar do Carmo Lucas)
- Make the labels more explicit (Dr.-Ing. Amilcar do Carmo Lucas)
- Make the three options more explicit (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
- disable parameter upload if no FC is connected #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- Use the more modern ttk widgets #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- Decouple FC info data from presentation #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- Use a not so big font on the FrameLabels #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- Explicitly tell to double-click the directory to use #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint fix #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- Use ttk widgets in the bitmask selection window #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- Fix unittests #22 (Dr.-Ing. Amilcar do Carmo Lucas)
- 2c04da8: IMPROVEMENT place the about help buttons equaly spaced (Dr.-Ing. Amilcar do Carmo Lucas)
- more explicit welcome instructions (Dr.-Ing. Amilcar do Carmo Lucas)
- fix regression in --skip-component-editor handling (Dr.-Ing. Amilcar do Carmo Lucas)
- parameter template values for taycan (Dr.-Ing. Amilcar do Carmo Lucas)
- NFC changes in preparation for the template overview window feature (Dr.-Ing. Amilcar do Carmo Lucas)
- Template overview window for selecting the vehicle template configuration directory (Dr.-Ing. Amilcar do Carmo Lucas)
- Declare the software as Beta (Dr.-Ing. Amilcar do Carmo Lucas)
- Warn if ArduPilot FW version is outdated (Dr.-Ing. Amilcar do Carmo Lucas)
- Make the component editor instructions font bigger (Dr.-Ing. Amilcar do Carmo Lucas)
- Automatically set the FC manufacturer and model if information is available (Dr.-Ing. Amilcar do Carmo Lucas)
- refractor code to remove two pylint exceptions (Dr.-Ing. Amilcar do Carmo Lucas)
- added a quick-start guide and updated the usermanual (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint fix (Dr.-Ing. Amilcar do Carmo Lucas)
- Bumped version info (Dr.-Ing. Amilcar do Carmo Lucas)
- fixed a missing image (Dr.-Ing. Amilcar do Carmo Lucas)
- Add a vehicle template form an Andy Piper vehicle (Dr.-Ing. Amilcar do Carmo Lucas)
- the open directory dialog got a regression in version 0.7.0, fix that. (Dr.-Ing. Amilcar do Carmo Lucas)
- remove unused code (Dr.-Ing. Amilcar do Carmo Lucas)
- fix renaming CAN connections on teh component editor (Dr.-Ing. Amilcar do Carmo Lucas)
- provide missing fc_parameters variable to eval expressions (Dr.-Ing. Amilcar do Carmo Lucas)
- Do not log configuration_steps_filename the first time it gets used. That time is just for testing the waters :) (Dr.-Ing. Amilcar do Carmo Lucas)
- CubePilot USB VID and PID (Dr.-Ing. Amilcar do Carmo Lucas)
- frontend_tkinter_component_editor.py Move duplicated code into a common function. (Dr.-Ing. Amilcar do Carmo Lucas)
- setup.py add more console scripts entry points (Dr.-Ing. Amilcar do Carmo Lucas)
- Small NFC improvements in diatone taycan MXC template (Dr.-Ing. Amilcar do Carmo Lucas)
- Add Andy Piper's Marmotte5v2 template to the windows distribuition (Dr.-Ing. Amilcar do Carmo Lucas)
- Ask the users if they want to jump over the analytical PID optimization (Dr.-Ing. Amilcar do Carmo Lucas)
- Update the links to the documentation Blog post (Dr.-Ing. Amilcar do Carmo Lucas)
- Do not download parameters for the windows installer, we do not use them (Dr.-Ing. Amilcar do Carmo Lucas)
- Add Chimera7 template from Andy Piper (Dr.-Ing. Amilcar do Carmo Lucas)
- Add ReadyToSky ZD550 template by Yuri Rage (Dr.-Ing. Amilcar do Carmo Lucas)
- Add mission planner firmware install screenschot (Dr.-Ing. Amilcar do Carmo Lucas)
- Add new templates to template overview screenshot (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
- do not try to access and empty string in the __auto_detect_serial() function (Dr.-Ing. Amilcar do Carmo Lucas)
- fix a regression found by Yuri Rage, the windows asking to copy the parameters where no longer getting triggered on program open (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
- remove TOW Min from template overview, max is enough (Dr.-Ing. Amilcar do Carmo Lucas)
- QUICKSTART.md links in pypi packages (Dr.-Ing. Amilcar do Carmo Lucas)
- Added missing vehicle_templates to the pip package (Dr.-Ing. Amilcar do Carmo Lucas)
- Try to workaround a logg...