summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing 0.8.10.8.1Bdale Garbee2010-11-29
|
* Add minimal release testing plan to ReleasingKeith Packard2010-11-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Move "Releasing" to top levelKeith Packard2010-11-29
| | | | | | This file documents the AltOS release process for all systems. Signed-off-by: Keith Packard <keithp@keithp.com>
* windows: Add jfreechart.jar and jcommon.jar to windows install imageKeith Packard2010-11-29
| | | | | | These are necessary for the Graph Data button to do anything useful. Signed-off-by: Keith Packard <keithp@keithp.com>
* adding Bdale's release process document to the source treeBdale Garbee2010-11-29
|
* fix an Altos vs Altus typo in the docsBdale Garbee2010-11-29
|
* fix section layeringBdale Garbee2010-11-28
|
* fix publish target in doc/MakefileBdale Garbee2010-11-28
|
* moved doc dir in web content to AltOS treeBdale Garbee2010-11-28
|
* update changelogs for Debian builddebian/0.8Bdale Garbee2010-11-28
|
* rewind changelog to recover from stupid build failure0.8Bdale Garbee2010-11-28
|
* update changelogs for Debian buildBdale Garbee2010-11-28
|
* update changelogs for Debian buildBdale Garbee2010-11-28
|
* declaring 0.8 releasedBdale Garbee2010-11-28
|
* windows: Bump .inf file versionKeith Packard2010-11-27
|
* windows: more .inf file hackingKeith Packard2010-11-27
| | | | | | | | | | Add a LayoutFile reference Add the FakeModemCopyFileSection Copy AltosMetrum.Install section to AltusMetrum.Install.NT section. I don't know what this might do; existing files seem inconsistent. Signed-off-by: Keith Packard <keithp@keithp.com>
* windows: remove some non-existent .inf file section referencesKeith Packard2010-11-27
| | | | | | | The mfglt and VerboseResultCodes sections are not present in the .inf file, so remove refernces to them. Signed-off-by: Keith Packard <keithp@keithp.com>
* windows: try harder to get windows install to workKeith Packard2010-11-27
| | | | | | | Add devIDs to .nsi file. Fix install section name mapping from the hot-plug info. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Correct windows hardware IDs for nsis installer fileKeith Packard2010-11-27
| | | | | | | Need real hardware IDs (encoded USB ids) to get windows to auto-install the driver? Signed-off-by: Keith Packard <keithp@keithp.com>
* update changelogs for Debian builddebian/0.7.1+168+gcb08bc2Bdale Garbee2010-11-25
|
* changed main document name from telemetrum-doc to altusmetrumBdale Garbee2010-11-25
|
* update fat target in Makefiles to reflect move of altosui and libaltosBdale Garbee2010-11-25
|
* altosui: Clean up flash code to ensure swing gets called from right threadKeith Packard2010-11-25
| | | | | | | This moves all of the flash code to a separate thread and passes messages back to the swing thread to keep the UI up to date. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Remove gratuitous threading from device flashing UIKeith Packard2010-11-25
| | | | | | | There's no need for a thread here, and swing doesn't want us to use one anyways. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Flight data download GUI operations called only from main threadKeith Packard2010-11-25
| | | | | | | | Swing doesn't like UI functions being called from non-dispatch thread, so fix up the eeprom download code to use SwingUtilities.invokeLater to make sure this works right. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Eliminate unnecessary thread from config UIKeith Packard2010-11-25
| | | | | | | There's no reason to use a thread to run a dialog box, and swing doesn't like threads anyways. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Only call swing display functions from main thread.Keith Packard2010-11-25
| | | | | | | | | | | Swing insists that all display functions be called from a single thread, and the flight window wasn't following this for display updates. Use SwingUtilities.invokeLater to make sure the flight UI updates happen in the right context. Fixes a UI freeze on Mac OS. Signed-off-by: Keith Packard <keithp@keithp.com>
* Updated AltOS PKGBUILD to track makefile changesBob Finch2010-11-25
|
* altosui: Hack up standalone makefile to maybe build altosui againKeith Packard2010-11-25
| | | | | | This isn't tested, but at least the paths are more likely to be correct Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Make windows bits build after moving altosui directoryKeith Packard2010-11-25
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Revert "altos: Don't abort radio transmissions with ao_radio_abort"Keith Packard2010-11-25
| | | | | | This reverts commit 54468e5dc567aaac5c5c20e921859b7cec28bb88. With this patch in place, TD could not be placed in 'packet' mode.
* doc: Rename telemetrum-doc as altusmetrumKeith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add more authors, fix URL formatting, note that AltosUI actually existsKeith Packard2010-11-24
| | | | | | | | | Add aj and bfinch as authors. Insert an acknowledgements section. Fill in the Fire Igniter section in the AltosUI chapter. Then change the section talking about the future plans for Java to mention that they actually exist now. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Reformat altos to use sections for each functionKeith Packard2010-11-24
| | | | | | This places them in the TOC, making them easier to find. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge branch 'buttonbox'Keith Packard2010-11-24
|\ | | | | | | | | | | | | | | | | Conflicts: doc/telemetrum-doc.xsl Pull the buttbox version of the docs in as it had been updated. Signed-off-by: Keith Packard <keithp@keithp.com>
| * manually fold in documentation work from the master branchbuttonboxBdale Garbee2010-11-24
| |
| * tweak rev historyBdale Garbee2010-11-24
| |
| * fix missing section close in Site Map contentBdale Garbee2010-11-24
| |
| * Merge remote branch 'aj/buttonbox' into buttonboxKeith Packard2010-11-24
| |\
| | * doc: Document altosui "Site Map" tabAnthony Towns2010-11-25
| | |
| | * Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-25
| | |\
| | * | docs: Document altosui "Graph Data" buttonAnthony Towns2010-11-25
| | | |
| | * | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-25
| | |\ \
| | * \ \ Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-24
| | |\ \ \
| | * \ \ \ Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-24
| | |\ \ \ \
| | * | | | | altosui: sitemap uses rocket gps if no pad gpsAnthony Towns2010-11-24
| | | | | | |
| | * | | | | altosui: don't switch away from user selected tabAnthony Towns2010-11-24
| | | | | | |
| | * | | | | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-24
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-23
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-23
| | |\ \ \ \ \ \ \