mfranz
20fa1233fb
better output coords with tenth of mm
2007-03-20 21:53:25 +00:00
mfranz
318c08f9c7
- reverse longitudinal axis
...
- add reset button (moves cursor back to origin)
- make Ctrl/Shift scale movements (coarser/finer)
2007-03-20 16:17:47 +00:00
mfranz
a7d30fa76e
fix broken and inconsistent indentation
2007-03-20 00:07:00 +00:00
mfranz
d4863a1001
adjustment dialog for tutorial markers
2007-03-19 23:29:54 +00:00
sydadams
2cdd9418d4
Added a Flightdirector Mode checkbox to the Autopilot dialog (Autopilot on / off) for the Primus 1000 system....
2007-03-18 04:18:20 +00:00
mfranz
ba429a7110
rename default.xml to classic.xml (who says that this needs to be the
...
default? :-)
2007-03-16 10:47:14 +00:00
mfranz
420b9bff99
allow to open several property browsers via menu
2007-02-10 23:50:41 +00:00
mfranz
fe0d940a8f
- center title (like the other help dialogs)
...
- s/Configuration/Driver/
- yet more cosmetics :-)
2006-10-21 22:03:01 +00:00
mfranz
cf332a5f33
- make it prettier
...
- add optional <help> text on the bottom
2006-10-21 13:50:54 +00:00
mfranz
d31c5389ef
- s/Btn/Button/
...
- simplification
2006-10-21 11:46:43 +00:00
mfranz
7f31a17f72
no comma after last <name>
2006-10-21 10:50:42 +00:00
mfranz
f3d790eb26
add joystick info dialog
2006-10-21 10:19:04 +00:00
mfranz
e4ae076a21
remove entry for old property dialog (which will follow soon)
2006-10-21 10:16:23 +00:00
frohlich
9c52cbf4ac
Modified Files:
...
preferences.xml gui/menubar.xml gui/dialogs/rendering.xml
Added Files:
Nasal/multiplayer.nas gui/dialogs/chat.xml
gui/dialogs/chat_full.xml:
the data part of Stuarts multiplayer/chat patch
2006-10-10 05:23:38 +00:00
mfranz
e0b80f625d
give dynamic view entry a name
2006-08-21 09:42:58 +00:00
curt
a6ebef1d0a
Make lead aircraft behavior more uniform/predictable/repeatable.
2006-08-20 00:54:53 +00:00
mfranz
e846e6e37c
add dynamic cockpit view entry
2006-08-17 15:53:02 +00:00
mfranz
31307ae9e0
1/1000 sec resolution is a bit optimistic. 1/10 should be enough. :-)
2006-08-07 16:42:35 +00:00
mfranz
e2906cb09d
add stopwatch dialog to Debug menu
2006-08-05 07:34:53 +00:00
mfranz
bd28941f61
stopwatch dialog
2006-08-05 07:33:48 +00:00
mfranz
05c5b3ff5a
consistent property path naming
2006-07-27 14:32:57 +00:00
curt
0cc2cf1388
Move task selection dialog box here.
2006-07-27 04:01:44 +00:00
curt
ff8ee80ece
Add an option to toggle point sprites on/off for runway lighting.
2006-07-20 14:30:03 +00:00
mfranz
19134637c9
don't use obsolete lon/lat format command, but cycle /sim/lon-lat-format
...
through 0 -> 1 -> 2 -> 0 ...
2006-06-17 16:36:06 +00:00
mfranz
2a20cdecf6
add transparency checkbox
2006-06-09 20:35:44 +00:00
mfranz
daaf1c5879
- fix indentation
...
- remove shadow devel checkbox, unless /sim/devel is set
2006-06-08 17:21:57 +00:00
mfranz
176d08e746
- update paths
...
- add color/clamp sliders in devel mode
2006-06-08 17:16:00 +00:00
mfranz
337b38ad70
the hud dialog is no longer only about transparency
2006-06-07 19:44:29 +00:00
mfranz
627da1ed88
add brightness slider
2006-06-07 19:43:45 +00:00
mfranz
af6634e58a
copy splash colors/fonts from default.xml, as the splash screen will read
...
them now from the selected style, and not always from /sim/gui/style[0]
2006-06-05 22:02:44 +00:00
mfranz
944531e852
set old splash font as default; all fonts in the comment on top of the file
...
are available
2006-06-05 20:51:06 +00:00
mfranz
715a7dc50e
cosmetics
2006-05-26 10:42:45 +00:00
mfranz
dfe86f89e6
fix update() for the root dialog
2006-05-26 08:50:14 +00:00
mfranz
738b5eea60
who said cloning was bad?
2006-05-26 08:30:41 +00:00
mfranz
d01ec5042b
from the cosmetics department ...
2006-05-25 18:12:52 +00:00
mfranz
ae4ac0ea2d
two lines less is still three lines more than in the old dialog
2006-05-24 21:19:53 +00:00
mfranz
2281563b22
cleanup
2006-05-24 09:36:20 +00:00
mfranz
c1754859e3
update widget every two seconds in addition to the usual updates. This
...
works for tied() properties, too. Search for "update_interval" and set
it to 0 if you don't want these updates at all.
2006-05-23 20:30:32 +00:00
mfranz
153f8a8aed
swap old & new property dialog (to get more testing & to annoy people)
2006-05-23 09:48:04 +00:00
mfranz
b7f4916161
- improved layout (The close button was in the way. Is the "window" close
...
button oK?)
- print fancy hint in the title bar if someone selects a bool value
2006-05-23 09:46:57 +00:00
mfranz
efde6c834f
alternative property browser. It is meant to replace the hardcoded browser,
...
but as this is an integral part of FlightGear, I don't want to push for it.
Try out and comment. It's available under "Debug/Property Browser". Note,
that this isn't the slow pure-Nasal implementation, but a regular dialog
using a c++ based widget. Only the handling is done in Nasal, so there should
really be not performance degradation compared with the old dialog.
Easter Eggs: some entries work differently when the Control-key is pressed:
"." -> toggle output of SGPropertyNode flags
".." -> go to root (not just one dir level)
bool entry -> toggle bool entry value
2006-05-22 17:42:57 +00:00
mfranz
bb8b06e294
- consider --units-meters option for altitude display (Note that the option
...
has to be given before a --wp or --flight-plan option to work.)
- let the "Remove" button remove the first entry by default, not the last.
(Note that you can remove any entry if you selected it in the list first.
Likewise you can insert a new waypoint at any position by selecting the
respective entry.)
2006-05-11 14:56:55 +00:00
mfranz
3cf9901ce2
autopilot.xml: pick up initial mode
...
route-managers.xml: cosmetics
2006-05-10 20:24:21 +00:00
mfranz
446cc37d3c
- more accurate menu entry for the Route Manager
...
- new dialog name
2006-05-10 09:43:18 +00:00
mfranz
3c28a4a142
- rename waypoints.xml -> route-manager.xml for consistency reasons
...
- increase lon/lat precision
2006-05-10 09:42:27 +00:00
mfranz
c620142778
display valid target altitudes only
2006-05-09 20:59:07 +00:00
mfranz
b73dec0724
use new route/waypoint management functions
2006-05-08 14:36:09 +00:00
mfranz
2d16a480ad
waypoint manager dialog
2006-05-08 14:15:39 +00:00
mfranz
f7c5a40597
some more object-oriented-ness & cleanup
2006-04-06 09:48:38 +00:00
mfranz
ec42d928df
initialize input field properties if necessary
2006-04-06 07:10:13 +00:00