summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosConfigureUI.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Clean up global AltosUI configuration settings dialogKeith Packard2010-11-19
| | | | | | | | This dialog had a mish-mash of styles and was confusing. Now it's got a label for each line, and suitable setters for each element Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add callsign configuration in AltosUI configuration dialogKeith Packard2010-11-16
| | | | | | This callsign is used during packet communication. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: eliminate menu bar, moving elements to buttons.Keith Packard2010-11-15
This adds a new 'configure AltosUI' dialog to set the log directory and voice preferences. Signed-off-by: Keith Packard <keithp@keithp.com>