summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * altosui: Ignore built .desktop fileKeith Packard2014-09-11
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Make sure we don't beep out continuity twice in idle modeKeith Packard2014-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the battery voltage report takes longer than the initialiation sequence, we could get to the state reporting after the state had switched from startup to idle. This would result in continuity being reported the first time through the loop. Then, as the state had already changed, we'd pass through the while test and go back to report continuity a second time. Fixed by using the state remembered before beeping out the voltage to decide whether to report the continuity. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Add smaller altitude table file to .gitignoreKeith Packard2014-09-11
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/test: Add TMv2 test program to .gitignoreKeith Packard2014-09-11
| |
| * altos: Fix ability to disable telemetry by setting interval to 0Keith Packard2014-09-11
| | | | | | | | | | | | | | | | | | For non-zero telemetry intervals, the radio code limits the value based on the data rate. However, a zero interval means that telemetry should be entirely disabled, so that value should be left alone when checking. Signed-off-by: Keith Packard <keithp@keithp.com>
| * telegps: Was mis-configuring the 'Configure Device' dialogKeith Packard2014-09-11
| | | | | | | | | | | | | | Make sure we show 'rate_label' instead of showing 'radio_enable_label' twice. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Stop re-loading previous flight when starting telemetry monitoringKeith Packard2014-09-11
| | | | | | | | | | | | | | | | | | | | | | | | This feature is necessary on AltosDroid because there's no other UI for reloading an old flight. It's not useful on the desktop where you really just want to see new telemetry; old telemetry is availbale through the 'graph flight' or 'replay' mechanisms. AltosDroid uses a different class for reading telemetry data, so we can just remove this feature from altoslib at this point. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update changelog for Debian builddebian/1.5-1Bdale Garbee2014-09-13
| |
* | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-13
|\ \
| * | updated ChangeLog for release1.5Bdale Garbee2014-09-13
| | |
| * | ignore cal_values file in bringup directoryBdale Garbee2014-09-13
| | |
| * | need multi-arch in fat buildBdale Garbee2014-09-13
| | |
| * | altos: Make sure we don't beep out continuity twice in idle modeKeith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the battery voltage report takes longer than the initialiation sequence, we could get to the state reporting after the state had switched from startup to idle. This would result in continuity being reported the first time through the loop. Then, as the state had already changed, we'd pass through the while test and go back to report continuity a second time. Fixed by using the state remembered before beeping out the voltage to decide whether to report the continuity. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | altos: Fix ability to disable telemetry by setting interval to 0Keith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | For non-zero telemetry intervals, the radio code limits the value based on the data rate. However, a zero interval means that telemetry should be entirely disabled, so that value should be left alone when checking. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | telegps: Was mis-configuring the 'Configure Device' dialogKeith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | Make sure we show 'rate_label' instead of showing 'radio_enable_label' twice. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | altoslib: Stop re-loading previous flight when starting telemetry monitoringKeith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature is necessary on AltosDroid because there's no other UI for reloading an old flight. It's not useful on the desktop where you really just want to see new telemetry; old telemetry is availbale through the 'graph flight' or 'replay' mechanisms. AltosDroid uses a different class for reading telemetry data, so we can just remove this feature from altoslib at this point. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | update changelog for Debian buildBdale Garbee2014-09-10
| | |
* | | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-10
|\| |
| * | update changelog for releaseBdale Garbee2014-09-10
| | |
| * | Merge branch 'master' into branch-1.5Bdale Garbee2014-09-10
| |\|
| | * use dh_installmime, which requires telling configure to stay out of the wayBdale Garbee2014-09-10
| | |
| | * another build depBdale Garbee2014-09-10
| | |
| | * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2014-09-10
| | |\
| | | * configure: Add --disable-install-shared-mime-info optionKeith Packard2014-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This inhibits the installation of the shared mime info data file and updating of the shared mime database. Necessary if you want to use a distribution-specific shared mime installation hook, like dh_installmime Signed-off-by: Keith Packard <keithp@keithp.com>
| | | * .desktop: Use %F instead of %f in .desktop filesKeith Packard2014-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | %F is a list of files, %f is a single file. All of our tools can handle lists of files, so make the .desktop file reflect that. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | use dh_installmime, which requires telling configure to stay out of the wayBdale Garbee2014-09-10
| | | |
* | | | another build depBdale Garbee2014-09-10
| | | |
* | | | update changelog for Debian buildBdale Garbee2014-09-10
| | | |
* | | | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-10
|\| | |
| * | | update ChangeLogBdale Garbee2014-09-10
| | | |
* | | | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-10
|\| | |
| * | | Merge branch 'master' into branch-1.5Bdale Garbee2014-09-10
| |\| |
| | * | more build dependencies for processing iconsBdale Garbee2014-09-10
| | |/
| * | Merge branch 'master' into branch-1.5Bdale Garbee2014-09-10
| |\|
| | * icons: Use DESTDIR when updating mime/icon cachesKeith Packard2014-09-09
| | | | | | | | | | | | | | | | | | This is done in install-data-hook and needs to explicitly use DESTDIR Signed-off-by: Keith Packard <keithp@keithp.com>
* | | more build dependencies for processing iconsBdale Garbee2014-09-09
| | |
* | | capture deleted fileBdale Garbee2014-09-09
| | |
* | | update changelog for Debian buildBdale Garbee2014-09-09
| | |
* | | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Releasing altosui/Instdrv/NSIS/Includes/java.nsh altosui/altos-windows.nsi.in configure.ac doc/Makefile doc/altusmetrum.xsl micropeak/micropeak-windows.nsi.in telegps/telegps-windows.nsi.in
| * | updated ChangeLog for 1.5 releaseBdale Garbee2014-09-09
| | |
| * | releasing version 1.5Bdale Garbee2014-09-09
| |/
| * altoslib/altosuilib: clean all versions of the .jar fileKeith Packard2014-09-09
| | | | | | | | | | | | | | When we switch libary versions, we want to remove the old ones; just have 'make clean' remove all versions of the libaries. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib/altosuilib: Add EasyMega supportKeith Packard2014-09-09
| | | | | | | | | | | | | | This makes flashing find the right files, and Monitor Idle show all of the state data. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/easymega: Set USB PID for EasyMega to 0x0028Keith Packard2014-09-09
| | | | | | | | | | | | | | It was using 0x0023, which is for TeleMega. 0x0028 is what's listed in usbvidpid.h. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Fix idle monitor parsing of MMA655x stateKeith Packard2014-09-09
| | | | | | | | | | | | | | | | | | There's no ':' after 'MMA655X value' in the output, and the parser returns 'true' on success, not false. With this, 'Monitor Idle' now reports correct accelerometer readings. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Tag version 1.4.9.31.4.9.3Keith Packard2014-09-09
| | | | | | | | | | | | This should be the final firmware version for 1.5 Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Include EasyMega firmware in fat releaseKeith Packard2014-09-06
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2014-09-06
| |\
| | * doc: Update for version 1.5 releaseKeith Packard2014-09-06
| | | | | | | | | | | | | | | | | | | | | Add stuff about EasyMega and telemetry rate configuration. Update screen shots as needed. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altos: Scale packet master receive delay by baud rateKeith Packard2014-09-06
| | | | | | | | | | | | | | | | | | | | | Increase the time we wait for return packets based on the remote protocol baud rate. Signed-off-by: Keith Packard <keithp@keithp.com>