mfranz
10ca74fc83
- make dir entry an input field
...
- make title & button text separately settable
- sequential numbers for clones rather than random numbers
2007-06-17 15:27:33 +00:00
mfranz
e6ca353144
- use debug.printerror()
...
- add tab number to error location
- drop some parentheses
2007-06-17 14:21:29 +00:00
mfranz
cb405c955f
- don't use random numbers for cloned dialogs, but good old boring
...
sequential numbers (looks nicer, and is slightly less risky)
- use var keyword on functions
2007-06-17 13:44:54 +00:00
mfranz
75a2b57a83
- move dialog registration to the Dialog class
...
- fix documentation
2007-06-15 16:22:13 +00:00
mfranz
7518aa645b
- dialog-close for the original (non-cloned) dialog instance
...
- simplify close() function for cloned instances (ignore errors via call())
2007-06-14 23:09:01 +00:00
mfranz
e3936992d5
- don't choke on dirs for which we don't have permission
...
- don't delete input field on dir changes
- wider OK button (meant for defining the purpose of the file selection)
2007-06-14 15:27:49 +00:00
mfranz
8e4209c5cb
first stab at file-select dialog. Initial target dir can be set in
...
/sim/gui/dialogs/file-select/directory, the selected file's full path
is returned in /sim/gui/dialogs/file-select/directory. There will be
a gui.file_selector class that allows to have more than one of these
dialogs open, where each of them reports the result to a callback function.
The dialog toggles dotfile display with ctrl-click on the "." entry,
and switches to FG_ROOT and FG_HOME with ctrl-click and shift-click on
the ".." entry.
This dialog is ATM not used anywhere in fgfs, but might be needed by
add-ons, much like the xml.nas code. Note that backslashes are converted
to slashes, which should ensure that no characters can be sneaked in
on UNIX systems. This breaks files containing escaped characters on
MS Windows. Fix for that on request. :-) Special characters (like German
umlauts) aren't displayed correctly, but properly returned. (Depending
on the plib font.)
2007-06-13 21:20:04 +00:00
sydadams
e828ba548f
Moved ATC "aircraft" dialogs out of gui/dialogs
2007-06-06 02:56:31 +00:00
mfranz
c050b436fa
livery handling: add sort option and next()/previous() methods
2007-06-05 14:21:12 +00:00
mfranz
72668e2931
livery selection dialog -- see aircraft.nas -> livery
2007-06-04 13:46:24 +00:00
sydadams
63bfa05977
changed these to draggable until I figure out why they dont scale with window resolution
2007-06-03 16:22:30 +00:00
sydadams
8cfd32dd2d
Added dialogs for the ' aircraft' ATC...
2007-06-03 06:26:37 +00:00
mfranz
378540bcf3
- fix Nasal error: "props.setDoubleValue() with non-number"
...
- use var keyword everywhere, cosmetics
2007-05-31 14:31:08 +00:00
mfranz
065bd859d6
don't pause the update loop
2007-05-07 16:24:16 +00:00
sydadams
bafa93e8fd
Added volume control to the atc-chatter
2007-04-19 04:42:20 +00:00
mfranz
6af3e31f12
what about making sure the node exists? That way others can see the
...
new buttons and features, too. :-}
2007-04-01 13:38:35 +00:00
mfranz
e7837e32a2
note to myself: when you steal from somewhere, hide the evidence! :-)
2007-03-29 20:00:15 +00:00
mfranz
d10d5980ca
apply/store editfield values on Clear/Print/Execute/leave
2007-03-29 14:53:40 +00:00
mfranz
879620694e
- offer 10 "tabs" (with more configurable) where each can contain Nasal code;
...
all code shares a common namespace, so variables defined in one tab can
be used in another during the whole fgfs session
- make code persistent (saved in autosave.xml)
- better error messages (code borrowed from nasal/lib/interactive.nas)
- clear button (replaces close button, which is now on the title bar)
- help button (explains how to add more tab buttons, etc.)
2007-03-28 14:59:22 +00:00
mfranz
9e5a18207f
export <view> on [Dump], too
2007-03-26 22:48:10 +00:00
mfranz
c1c86bb8a5
- use <hrule/> and <vrule/> without dummy children
...
- minor improvements/cosmetics
2007-03-26 15:25:27 +00:00
mfranz
b2fe43808c
alining <textarea> and <list> looks nicer
2007-03-24 21:33:23 +00:00
mfranz
2a9993c37e
minor adjustment of the <list> box
2007-03-24 21:02:45 +00:00
mfranz
269396c421
- remove tutorial dialogs from gui.nas and create a new XML dialog
...
$FG_ROOT/gui/dialogs/tutorial.xml. It combines the former selection
and description dialogs, which makes browsing much more pleasant.
No more switching back and forth between the two old dialogs. Also,
the <list> box can handle a bigger number of tutorials than the
<combo> box could.
- remove comments from the top of tutorial.nas. The documentation is
now $FG_ROOT/Docs/README.tutorials
2007-03-24 20:56:40 +00:00
mfranz
b47f8f439d
change <marker><[xyz]> to <marker><[xyz]-m> (for consistency with the
...
animation syntax, and to make tutorials noisier and harder to read :-)
2007-03-24 18:10:33 +00:00
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
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
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
curt
a6ebef1d0a
Make lead aircraft behavior more uniform/predictable/repeatable.
2006-08-20 00:54:53 +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
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
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
627da1ed88
add brightness slider
2006-06-07 19:43:45 +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