summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * macosx: Respond to apple messages in all appsKeith Packard2014-06-18
| | | | | | | | | | | | | | | | | | | | | This connects the callbacks in AltosUIFrame to actually do something useful with them. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosuilib: Hook up apple messages to callbacksKeith Packard2014-06-18
| | | | | | | | | | | | | | | | | | | | | | | | This supports open, quit and preferences. I'm leaving 'about' to the existing stuff until I decide it's worth the effort to create a fancy about dialog. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Ship TeleMetrum v2.0 firmware with AltosUIKeith Packard2014-06-18
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * macosx: Define icons for our file types on OS XKeith Packard2014-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds definitions to the Info.plist files shipped to specify which icons to show for .telem, .eeprom and .mpd files. Note that the applications don't respond to open apple events, so double clicking on a file only starts the application. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * windows installer: Create file associations for Windows.Keith Packard2014-06-18
| | | | | | | | | | | | | | | | | | | | | This makes icons appear for the files in the file manager, and lets you double-click on the files to open the appropriate application. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * icon: Construct .exe files to hold windows icons for file associationsKeith Packard2014-06-18
| | | | | | | | | | | | | | | | | | | | | | | | It appears that creating an executable with an icon resource is the only way to display icons for files. Fortunately, that's not all that hard. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * Fix java version detection and downloadingKeith Packard2014-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move java stuff to a common include file, java.nsh Let any version no older than 1.6 serve by using ${VersionCompare} Use version 6 downloads as those don't require a click-through agreement. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * Sign our .inf file with the comodo key. Update signing-driverKeith Packard2014-06-17
| | | | | | | | | | | | | | | | | | | | | I've tested this on Windows 7 and it appears to work. No idea if it works on Windows 8 yet. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altos/micropeak: Add load script templateKeith Packard2014-06-16
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * java: Bump java library versions for next releaseKeith Packard2014-06-16
| | | | | | | | | | | | | | | | | | Prepare for future release by bumping java versions now Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui: Fix ground station configure frequency listKeith Packard2014-06-16
| | | | | | | | | | | | | | | | | | | | | Fix the API to match the switch to a menu, wrap in a menu bar to make it work. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosuilib: Move menu bars into the Mac OS X top barKeith Packard2014-06-16
| | | | | | | | | | | | | | | | | | | | | Setting these properties causes the top menu bar to get placed into the Mac OS X window system menu bar Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altosui/telegps: Use menus for frequency list and telemetry formatsKeith Packard2014-06-16
| | | | | | | | | | | | | | | | | | | | | This will let us move them into the Mac OS X menu bar, as well as making them look a bit nicer. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * altos/micropeak: Create a script to load firmware.Keith Packard2014-06-16
| | | | | | | | | | | | | | | | | | | | | | | | The micropeak-load script flashes micropeak with firmware from whatever directory it is sitting in. A 'publish' target in the source directory copies the script and hex to ~/altusmetrumllc/Binaries Signed-off-by: Keith Packard <keithp@keithp.com>
| | * doc: Add instructions for flash recovery techniqueKeith Packard2014-06-16
| | | | | | | | | | | | | | | The flash recovery section explained which pins to connect, but lacked explicit instructions on how to make it work.
| * | make sure to use Google Maps API key for official buildsBdale Garbee2014-06-24
| |/
| * notes updated for TeleGPS and 1.4 release learningsBdale Garbee2014-06-15
| |
* | update changelog for Debian builddebian/1.4.1-1Bdale Garbee2014-06-24
| |
* | Merge branch 'branch-1.4' into debianBdale Garbee2014-06-24
|\ \
| * | update ChangeLog for release1.4.1Bdale Garbee2014-06-24
| | |
| * | releasing 1.4.1Bdale Garbee2014-06-24
| | |
| * | Merge branch 'branch-1.4' of ssh://git.gag.com/scm/git/fw/altos into branch-1.4Bdale Garbee2014-06-24
| |\ \
| | * | altosuilib: Mark 'Configure AltosUI' window with maps key statusKeith Packard2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | This lets us check a build to make sure it has a maps key Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | Add note about including Google maps API keyKeith Packard2014-06-20
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | Add 1.4.1 release notesKeith Packard2014-06-20
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altosui: Ship TeleMetrum v2.0 firmware with AltosUIKeith Packard2014-06-20
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | Fix java version detection and downloadingKeith Packard2014-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move java stuff to a common include file, java.nsh Let any version no older than 1.6 serve by using ${VersionCompare} Use version 6 downloads as those don't require a click-through agreement. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | Sign our .inf file with the comodo key. Update signing-driverKeith Packard2014-06-20
| | |/ | | | | | | | | | | | | | | | | | | I've tested this on Windows 7 and it appears to work. No idea if it works on Windows 8 yet. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | need the api key in Bdale's root tooBdale Garbee2014-06-24
| | |
| * | make sure to use Google Maps API key for official buildsBdale Garbee2014-06-24
| | |
| * | notes updated for TeleGPS and 1.4 release learningsBdale Garbee2014-06-24
| |/
* | update changelog for Debian builddebian/1.4-1Bdale Garbee2014-06-15
| |
* | Merge branch 'branch-1.4' into debianBdale Garbee2014-06-15
|\|
| * turn-on support for TeleGPS1.4Bdale Garbee2014-06-15
| |
| * tagging 1.4 releaseBdale Garbee2014-06-15
| |
| * add release to revision historyBdale Garbee2014-06-15
| |
| * tweaksBdale Garbee2014-06-15
| |
| * Merge remote-tracking branch 'origin/master'Keith Packard2014-06-15
| |\
| | * update Releasing document to include TeleGPS firmware files in those copiedBdale Garbee2014-06-15
| | |
| | * document mounting hole size for TeleGPSBdale Garbee2014-06-15
| | |
| * | micropeak: Deal with 64-bit windowsKeith Packard2014-06-15
| | | | | | | | | | | | | | | | | | Install 64-bit version of java. Install our bits in the 64-bit app directory Signed-off-by: Keith Packard <keithp@keithp.com>
| * | Add notes about windows driver signing in the 'signing-driver' fileKeith Packard2014-06-15
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * | altosui: Ship telegps firmwareKeith Packard2014-06-15
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * | windows: Sign altusmetrum.inf with altusmetrum.catKeith Packard2014-06-15
| | | | | | | | | | | | | | | | | | | | | This .cat file will need to be updated when we get our 'real' signature. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | icon: Add drop-shadows to the SVG files; stop generating in the png versionsKeith Packard2014-06-15
| | | | | | | | | | | | | | | | | | Now everyone gets drop shadows. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | altosui: Deal with 64-bit windowsKeith Packard2014-06-15
| | | | | | | | | | | | | | | | | | Get a 64-bit java version installed Signed-off-by: Keith Packard <keithp@keithp.com>
| * | telegps: Deal with 64-bit windows differently on installKeith Packard2014-06-15
| | | | | | | | | | | | | | | | | | | | | Download a 64-bit version of java as needed, install in 64-bit paths instead of 32-bit paths. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | windows: Rename telemetrum.inf to altusmetrum.infKeith Packard2014-06-15
| |/ | | | | | | | | | | Use the corporate name for this file Signed-off-by: Keith Packard <keithp@keithp.com>
| * telegps: Include telegps firmware in windows packageKeith Packard2014-06-14
| | | | | | | | | | | | This was disabled when the firmware wasn't ready yet Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosuilib: Remove some debugging printfsKeith Packard2014-06-14
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>