]> git.mxchange.org Git - flightgear.git/commit
GPS / route-manager: add new custom widget to display the waypoints list.
authorjmt <jmt>
Sun, 21 Feb 2010 20:44:17 +0000 (20:44 +0000)
committerTim Moore <timoore33@gmail.com>
Sun, 21 Feb 2010 21:26:14 +0000 (22:26 +0100)
commit4468d785b5f44795b7a840de45e51e167d73142d
treeb8fc607f451e0599088e49df5df71a0918ea7da7
parentcb2c800434500fa3f32edd81afd75295ea94b33f
GPS / route-manager: add new custom widget to display the waypoints list.

Supports various new editing features, including dragging to re-order, and
+/- keys to adjust the target altitude for a waypoint. Also displays some
additional information, and will display *even* more once I land airways/
SID/STAR support.
src/Autopilot/route_mgr.cxx
src/Autopilot/route_mgr.hxx
src/GUI/Makefile.am
src/GUI/WaypointList.cxx [new file with mode: 0644]
src/GUI/WaypointList.hxx [new file with mode: 0644]
src/GUI/dialog.cxx
src/GUI/dialog.hxx