1
0
Fork 0
Commit graph

10286 commits

Author SHA1 Message Date
James Turner
b93ecb962b Canvas: add unload logic
Clean up various global things, especially commands, when
unloading the Canvas. This means reloads of Canvas are
clean.
2023-01-06 10:57:00 +00:00
James Turner
b359fc88cb TabWidget: make setCurrentTab lazy 2023-01-05 14:39:43 +00:00
James Turner
333321556f Add example of coordinate conversion 2023-01-05 14:28:20 +00:00
James Turner
df43cb2554 Canvas: make setVisible chainable
Change Element.setVisible to return self, so it can be chain
called like most other setters. Note this also requires some C++
changes in FlightGear.
2023-01-04 15:32:26 +00:00
TheFGFSEagle
074e2511de Fixed some more typos 2023-01-04 12:35:04 +00:00
TheFGFSEagle
114694cbbe Fix inheritance mistake, add resizing test button 2023-01-04 10:03:27 +00:00
Erik Hofman
643e697ec0 Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/fgdata into next 2023-01-04 08:57:53 +01:00
Erik Hofman
2528178893 Revert "Update to the latest timezones"
This reverts commit ec2f65000f.
2023-01-04 08:57:10 +01:00
Erik Hofman
a45cf52d7f Revert "Remove now unused Mideast and add a few missing timezone files."
This reverts commit 09fa5499bb.
2023-01-04 08:57:00 +01:00
TheFGFSEagle
b2f37b67f8 Added usage example for the TabWidget 2023-01-03 13:49:56 +00:00
TheFGFSEagle
4bc559bcf4 Added canvas widget factory dialog 2023-01-03 13:49:56 +00:00
TheFGFSEagle
09e15ddf16 Added canvas checkbox subclass whose check state is always the bool value of a node and vice versa 2023-01-03 12:39:51 +00:00
TheFGFSEagle
8d5e4aaf1c Added basic tab widget 2023-01-03 12:39:51 +00:00
Erik Hofman
09fa5499bb Remove now unused Mideast and add a few missing timezone files. 2022-12-16 11:41:18 +01:00
Erik Hofman
ec2f65000f Update to the latest timezones 2022-12-13 09:35:45 +01:00
James Turner
7b43ca3cf4 When reloading Autopilot, also reload Prop-Rules 2022-12-01 09:43:01 +00:00
James Turner
844c24a085 Updated ZoneDetect file 2022-12-01 09:28:34 +00:00
James Turner
aef16be4f0 Revert "Add option to read upper winds from simbrief"
As requested by Lars, revert these commits since they don't
work as hoped, reliably.

This reverts commit 55b17f4c5e.
This reverts commit 91401a95b0.
2022-11-24 12:17:49 +00:00
Stuart Buchanan
ff8cfed80e WS30: Water texture for photoscenery 2022-11-20 19:51:12 +00:00
Hans Kunkell
79b0eb5730 Phi: Fix runways and comms in leaflet popups
The popup of an airport showed:
runways: [Object object] [Object object] ....
This fix will instead print the runway's ID, ie:
runways: 08L, 26R, 08R, 26L

Same issue solved with communication frequencies.
2022-11-18 21:38:50 +01:00
Chris Ringeval
d3f0a87f96 Remove predicate from an unset property 2022-11-17 23:25:18 +01:00
Josh Davidson
6e33987a91 Control: New speed on pitch for generic autopilot 2022-11-14 20:09:24 +00:00
Josh Davidson
b9b496d33b Control: Generic AP now drives locks/passive (thanks polly!) 2022-11-14 20:06:19 +00:00
Stuart Buchanan
9e6bb54bca Scenery attribute - Scenery Sources dialog
Displays a set of properties under /scenery/sources

This property tree is populated with the contents
of sources.xml files in Scenery directories.  Such
files should have the following format:

<?xml version="1.0"?>
<PropertyList>
    <source>
        <name>Corine Land Cover (CLC) 2018, Version 2020_20u1</name>
        <link>http://web.archive.org/web/20221112175615/https://land.copernicus.eu/pan-european/corine-land-cover/clc2018?tab=metadata%2A</link>
        <license>GMES Open License</license>
    </source>
    <source>
        <name>NASADEM Merged DEM Global 1 arc second V001</name>
        <link>https://www.earthdata.nasa.gov/</link>
        <license>Public Domain</license>
    </source>
    <source>
        <name>OpenStreetMap</name>
        <link>https://www.openstreetmap.org/copyright</link>
        <license>Open Data Commons Open Database License</license>
    </source>
</PropertyList>
2022-11-12 20:47:50 +00:00
Roman Ludwicki
156691bf87 Add content to the Help page for Phi
Handling unsupported buttons by add the text "not implemented yet".
2022-11-10 14:36:24 +01:00
Stuart Buchanan
319c12a9d4 WS30 - Remove separate water mesh option
Separate water mesh is no longer required due to
shader changes to include water shader in main
ws30 shader.
2022-11-08 21:46:21 +00:00
Chris Ringeval
deb7947709 Set default value of shaders/model to 3 to match gui default settings 2022-11-06 12:24:31 +00:00
Stuart Buchanan
4d3466216a WS30: Improve water line features 2022-10-24 19:53:12 +01:00
James Turner
8cbbbcdc8a Add docs on MetaData for aircraft 2022-10-18 10:08:59 +01:00
James Turner
1e1f974b76 Clean up autopush attribution 2022-10-18 10:08:41 +01:00
James Turner
6e8520dbb5 Canvas windows: allow hiding without deletion
Optionally, allow Canvas windows to persist (and be shown again) when
closed.
2022-10-14 09:01:52 +01:00
James Turner
4fd8092e38 Canvas GUI: left position for checkbox text 2022-10-14 09:00:02 +01:00
Roman Ludwicki
f8375dab68 Fix text in nasal test dialog 2022-10-13 21:17:50 +02:00
Yves Tolosa-Joas
f88698099f Corrected B737 Radii 2022-10-13 09:06:46 +01:00
Yves Tolosa-Joas
5e9fcab9e5 Updated Erroneous ICAO for UKFF 2022-10-13 09:06:46 +01:00
Florent Rougon
97ee8f6d4a i18n: update the French translation 2022-10-07 21:37:49 +02:00
Chris Ringeval
1b9c87a04c Fix errors in Carrier scenarios:
Move unload script within nasal tag block
Fix misprint in UI descriptions
2022-10-04 08:14:01 +01:00
Chris Ringeval
75e18f1b67 Fix removal of inexistent listeners 2022-10-04 08:14:01 +01:00
Chris Ringeval
04de15236a Rename rect object into Wake to match escorts' xml configuration 2022-10-04 08:13:33 +01:00
Florent Rougon
c2130e15e2 i18n: refresh the .xlf files
Not touching the Polish files since they appear to be up-to-date (the
scripts also produced changes for these files but they don't seem very
meaningful; I can of course send the resulting files to Roman if he
wants to inspect the changes).
2022-10-02 23:57:53 +02:00
Roman Ludwicki
d1bf45b664 i18n: update Polish translation 2022-10-02 23:18:01 +02:00
Delta Echo
23b17f6e3f FLARM: Add support for Salus combi instrument, various small improvements 2022-09-29 14:43:40 +02:00
Roman Ludwicki
f29af4e558 Fix MHz unit 2022-09-29 00:46:59 +02:00
Roman Ludwicki
41006285d5 Fix description for Shift-F10 2022-09-29 00:45:58 +02:00
Roman Ludwicki
eed2bc3259 Correct margin for message text in the "Download scenery" dialog.
Minor correction for margin and padding for layout.
2022-09-28 16:43:50 +02:00
Roman Ludwicki
6c025f04b2 Correction of the arrangement of controls for "Weather" dialog
Remove gaps made by space characters.
Add ability to stretch the window.
Adapt to the Tortola style too.
2022-09-28 00:10:12 +02:00
Roman Ludwicki
fc60ae32c9 Correction of the arrangement of controls for "Devel extensions" dialog 2022-09-27 21:10:56 +02:00
James Turner
1a495a8ba9 Remove accidently added file 2022-09-26 09:01:02 +01:00
James Turner
312822e4b0 Canvas: reduce SVG console spam
Ignore certain standard elements added by Sodipodi / Inkscape, to
reduce console spam loading SVGs.
2022-09-26 08:59:18 +01:00
James Turner
459dea77e5 Add more Nasal skeleton for new UI objects 2022-09-26 08:58:24 +01:00