Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update changelogs for Debian builddebian/0.8.1 | Bdale Garbee | 2010-11-29 |
| | |||
* | releasing 0.8.10.8.1 | Bdale Garbee | 2010-11-29 |
| | |||
* | Add minimal release testing plan to Releasing | Keith Packard | 2010-11-29 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Move "Releasing" to top level | Keith Packard | 2010-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 image | Keith Packard | 2010-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 tree | Bdale Garbee | 2010-11-29 |
| | |||
* | fix an Altos vs Altus typo in the docs | Bdale Garbee | 2010-11-29 |
| | |||
* | fix section layering | Bdale Garbee | 2010-11-28 |
| | |||
* | fix publish target in doc/Makefile | Bdale Garbee | 2010-11-28 |
| | |||
* | moved doc dir in web content to AltOS tree | Bdale Garbee | 2010-11-28 |
| | |||
* | update changelogs for Debian builddebian/0.8 | Bdale Garbee | 2010-11-28 |
| | |||
* | rewind changelog to recover from stupid build failure0.8 | Bdale Garbee | 2010-11-28 |
| | |||
* | update changelogs for Debian build | Bdale Garbee | 2010-11-28 |
| | |||
* | update changelogs for Debian build | Bdale Garbee | 2010-11-28 |
| | |||
* | declaring 0.8 released | Bdale Garbee | 2010-11-28 |
| | |||
* | windows: Bump .inf file version | Keith Packard | 2010-11-27 |
| | |||
* | windows: more .inf file hacking | Keith Packard | 2010-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 references | Keith Packard | 2010-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 work | Keith Packard | 2010-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 file | Keith Packard | 2010-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+gcb08bc2 | Bdale Garbee | 2010-11-25 |
| | |||
* | changed main document name from telemetrum-doc to altusmetrum | Bdale Garbee | 2010-11-25 |
| | |||
* | update fat target in Makefiles to reflect move of altosui and libaltos | Bdale Garbee | 2010-11-25 |
| | |||
* | altosui: Clean up flash code to ensure swing gets called from right thread | Keith Packard | 2010-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 UI | Keith Packard | 2010-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 thread | Keith Packard | 2010-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 UI | Keith Packard | 2010-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 Packard | 2010-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 changes | Bob Finch | 2010-11-25 |
| | |||
* | altosui: Hack up standalone makefile to maybe build altosui again | Keith Packard | 2010-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 directory | Keith Packard | 2010-11-25 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Revert "altos: Don't abort radio transmissions with ao_radio_abort" | Keith Packard | 2010-11-25 |
| | | | | | | This reverts commit 54468e5dc567aaac5c5c20e921859b7cec28bb88. With this patch in place, TD could not be placed in 'packet' mode. | ||
* | doc: Rename telemetrum-doc as altusmetrum | Keith Packard | 2010-11-24 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | doc: Add more authors, fix URL formatting, note that AltosUI actually exists | Keith Packard | 2010-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 function | Keith Packard | 2010-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 Packard | 2010-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 branchbuttonbox | Bdale Garbee | 2010-11-24 |
| | | |||
| * | tweak rev history | Bdale Garbee | 2010-11-24 |
| | | |||
| * | fix missing section close in Site Map content | Bdale Garbee | 2010-11-24 |
| | | |||
| * | Merge remote branch 'aj/buttonbox' into buttonbox | Keith Packard | 2010-11-24 |
| |\ | |||
| | * | doc: Document altosui "Site Map" tab | Anthony Towns | 2010-11-25 |
| | | | |||
| | * | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-25 |
| | |\ | |||
| | * | | docs: Document altosui "Graph Data" button | Anthony Towns | 2010-11-25 |
| | | | | |||
| | * | | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-25 |
| | |\ \ | |||
| | * \ \ | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-24 |
| | |\ \ \ | |||
| | * \ \ \ | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-24 |
| | |\ \ \ \ | |||
| | * | | | | | altosui: sitemap uses rocket gps if no pad gps | Anthony Towns | 2010-11-24 |
| | | | | | | | |||
| | * | | | | | altosui: don't switch away from user selected tab | Anthony Towns | 2010-11-24 |
| | | | | | | | |||
| | * | | | | | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-24 |
| | |\ \ \ \ \ | |||
| | * \ \ \ \ \ | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-23 |
| | |\ \ \ \ \ \ |