1
0
Fork 0

Commit graph

  • 00efa2d01a Make std.algorithm conditions more efficient TheFGFSEagle 2023-02-03 23:16:35 +01:00
  • a5f2e19c12 Pass node in the config hash instead of as an argument TheFGFSEagle 2023-02-03 22:57:18 +01:00
  • 06dc27d631 Added method to find a list item by its data TheFGFSEagle 2023-02-03 22:56:26 +01:00
  • 305d88f601 Added more property-synced widgets TheFGFSEagle 2023-02-03 22:55:52 +01:00
  • da894c87c5 Add popup border, added option to enable popups taking focus (disabled by default) TheFGFSEagle 2023-02-03 22:54:29 +01:00
  • 0f1ac87cae Added methods to set, get and clear radio button data TheFGFSEagle 2023-02-03 22:49:49 +01:00
  • 6f5581ac50 Added method to get all tabs of the TabWidget TheFGFSEagle 2023-02-03 22:49:24 +01:00
  • 51ede47c5a Cleanup some canvas instruments Benedikt Wolf 2023-02-10 10:38:26 +01:00
  • 1be001a18c Fix wingflex shader to use current effect code. A better way would probably be to just keep the wing flexing part there and then include model-combined, but I couldnt get that to work unfortunately Benedikt Wolf 2023-02-10 10:37:52 +01:00
  • 13b24e5290 Improve hitch.nas, work in progress Benedikt Wolf 2023-01-21 14:46:21 +01:00
  • 3e4b6ff9c8 Make combo box menu work TheFGFSEagle 2023-01-27 02:12:41 +01:00
  • 8a1192c918 Added Switch class, added group-checked-radio-changed signal for radio buttons TheFGFSEagle 2023-01-25 17:03:16 +01:00
  • e700c54ece Move exclude-from-gui inder /sim Erik Hofman 2023-02-02 12:33:53 +01:00
  • 4dd2b09d5f aisim-set.xml: use ASCII quotes for XML attribute---not UTF-8 curly quotes Florent Rougon 2023-02-01 14:19:04 +01:00
  • 661e46e85f exclude-from-gui Erik Hofman 2023-02-01 14:07:19 +01:00
  • aeae504d47 emexec: rewrite rate adjust logic Richard Harrison 2023-01-29 14:27:55 +00:00
  • 7274ec886a Added some utility functions (all, any, map and filter) TheFGFSEagle 2023-01-18 15:27:58 +01:00
  • b3b2871523 GUI style: make sizes parametric James Turner 2023-01-24 18:49:32 +00:00
  • 7dd431cbbd Implemented canvas radio button TheFGFSEagle 2023-01-21 23:48:44 +01:00
  • f569a5ac29 Added property tree widget and browser dialog TheFGFSEagle 2023-01-20 23:15:46 +01:00
  • f1e099641f Center canvas windows on screen upon creation, add methods to center canvas window on screen and to get their current position TheFGFSEagle 2023-01-20 21:59:23 +01:00
  • f0737a8c40 Revert "Fix issue 2537, re-enable the wind interpolation when live data is (temporarily) unavailable." James Turner 2023-01-24 13:28:55 +00:00
  • 151486219d Add ComboBox widget James Turner 2023-01-20 16:11:49 +00:00
  • ede0844631 GUI MenuItem/menuBar fixes: James Turner 2023-01-24 13:13:05 +00:00
  • ba5fb926a2 remove duplicate MenuBar.nas James Turner 2023-01-24 13:10:56 +00:00
  • 2b9d10804b Added list widget TheFGFSEagle 2023-01-19 19:12:18 +01:00
  • 8a953d71a3 Create WidgetFactoryDialog instances in the global namespace to facilitate debugging TheFGFSEagle 2023-01-18 15:27:11 +01:00
  • 2a95685eb7 Improve menu item styling TheFGFSEagle 2023-01-18 15:26:33 +01:00
  • 419de94e68 Fix layouting TheFGFSEagle 2023-01-18 15:26:02 +01:00
  • 0a6ddb689a Added label benchmarking functionality and a menu bar TheFGFSEagle 2023-01-18 15:25:28 +01:00
  • 1faedb04a2 Only hide popups when window is raised, not on every state change TheFGFSEagle 2023-01-18 15:24:46 +01:00
  • 3e861b0a44 Better menu item click and hover behaviour TheFGFSEagle 2023-01-18 15:23:19 +01:00
  • b61f0c241e emesary_mp_bridge.nas: convert to UTF-8 encoding Florent Rougon 2023-01-19 17:17:52 +01:00
  • db6f223e55 Materials plus new texture for osm2city trees Rick Gruber-Riemer 2023-01-14 20:06:31 +01:00
  • 7651d66c38 Disable Canvas menubar for now James Turner 2023-01-13 14:06:29 +00:00
  • 4846871a5c Fix handling of percent signs by gui.popupTip() Florent Rougon 2023-01-13 09:56:15 +01:00
  • 29a0766cd9 WS30: Road rendering improvements Stuart Buchanan 2023-01-11 21:40:42 +00:00
  • 73fbeaade2 Canvas: keyboards bindings handled in widget James Turner 2023-01-11 11:46:24 +00:00
  • a5e30023bd Added menu bar widget and global menu bar, menu item improvements TheFGFSEagle 2023-01-10 20:42:01 +01:00
  • 2cf388e674 Added real keyboard shortcut support for menu items TheFGFSEagle 2023-01-08 15:35:46 +01:00
  • 66fcfce8af Added button to reload Nasal canvas module TheFGFSEagle 2023-01-08 15:35:01 +01:00
  • f1d7848a6b Added keyboard Nasal module TheFGFSEagle 2023-01-08 15:34:17 +01:00
  • ef602c0d3a Improved resize buttons by Hooray TheFGFSEagle 2023-01-07 05:06:19 +01:00
  • d21158fdbf Added more key bindings and a context menu TheFGFSEagle 2023-01-06 12:21:26 +01:00
  • a25674337d Added shortcut option for menu items TheFGFSEagle 2023-01-06 12:19:32 +01:00
  • 764e6f0ced Added Popup, Menu and MenuItem classes TheFGFSEagle 2023-01-05 14:30:22 +01:00
  • 581f8d163f GUI: add PUI combo-box mapping James Turner 2023-01-11 10:53:52 +00:00
  • aa57b7992f Canvas: rule lines working with styling James Turner 2023-01-10 14:19:54 +00:00
  • d00c983429 Canvas widgets: style for Slider James Turner 2023-01-10 13:30:39 +00:00
  • 44e6ea8f16 README.xmlsound: update doc for samples with mode 'once' Colin Geniet 2023-01-10 09:27:36 +01:00
  • b93ecb962b Canvas: add unload logic James Turner 2023-01-06 10:57:00 +00:00
  • b359fc88cb TabWidget: make setCurrentTab lazy James Turner 2023-01-05 14:39:43 +00:00
  • 333321556f Add example of coordinate conversion James Turner 2023-01-05 14:28:20 +00:00
  • df43cb2554 Canvas: make setVisible chainable James Turner 2023-01-04 15:32:26 +00:00
  • 074e2511de Fixed some more typos TheFGFSEagle 2023-01-04 12:35:34 +01:00
  • 114694cbbe Fix inheritance mistake, add resizing test button TheFGFSEagle 2023-01-03 19:45:28 +01:00
  • 643e697ec0 Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/fgdata into next Erik Hofman 2023-01-04 08:57:53 +01:00
  • 2528178893 Revert "Update to the latest timezones" Erik Hofman 2023-01-04 08:57:10 +01:00
  • a45cf52d7f Revert "Remove now unused Mideast and add a few missing timezone files." Erik Hofman 2023-01-04 08:57:00 +01:00
  • b2f37b67f8 Added usage example for the TabWidget TheFGFSEagle 2022-12-29 23:26:51 +01:00
  • 4bc559bcf4 Added canvas widget factory dialog TheFGFSEagle 2022-12-29 07:27:04 +01:00
  • 09e15ddf16 Added canvas checkbox subclass whose check state is always the bool value of a node and vice versa TheFGFSEagle 2022-12-21 10:14:19 +01:00
  • 8d5e4aaf1c Added basic tab widget TheFGFSEagle 2022-12-20 17:41:39 +01:00
  • 09fa5499bb Remove now unused Mideast and add a few missing timezone files. Erik Hofman 2022-12-16 11:41:18 +01:00
  • ec2f65000f Update to the latest timezones Erik Hofman 2022-12-13 09:35:45 +01:00
  • 7b43ca3cf4 When reloading Autopilot, also reload Prop-Rules James Turner 2022-12-01 09:43:01 +00:00
  • 844c24a085 Updated ZoneDetect file James Turner 2022-12-01 09:28:34 +00:00
  • aef16be4f0 Revert "Add option to read upper winds from simbrief" James Turner 2022-11-24 12:17:17 +00:00
  • ff8cfed80e WS30: Water texture for photoscenery Stuart Buchanan 2022-11-20 19:51:12 +00:00
  • 79b0eb5730 Phi: Fix runways and comms in leaflet popups Hans Kunkell 2022-11-05 11:47:43 +01:00
  • d3f0a87f96 Remove predicate from an unset property Chris Ringeval 2022-11-17 23:25:18 +01:00
  • 6e33987a91 Control: New speed on pitch for generic autopilot Josh Davidson 2022-10-14 23:43:57 -04:00
  • b9b496d33b Control: Generic AP now drives locks/passive (thanks polly!) Josh Davidson 2022-11-08 11:33:09 -05:00
  • 9e6bb54bca Scenery attribute - Scenery Sources dialog Stuart Buchanan 2022-11-12 20:47:50 +00:00
  • 156691bf87 Add content to the Help page for Phi Roman Ludwicki 2022-11-10 14:36:24 +01:00
  • 319c12a9d4 WS30 - Remove separate water mesh option Stuart Buchanan 2022-11-08 21:46:21 +00:00
  • deb7947709 Set default value of shaders/model to 3 to match gui default settings Chris Ringeval 2022-10-27 20:56:30 +02:00
  • 4d3466216a WS30: Improve water line features Stuart Buchanan 2022-10-24 19:53:12 +01:00
  • 8cbbbcdc8a Add docs on MetaData for aircraft James Turner 2022-10-18 10:08:59 +01:00
  • 1e1f974b76 Clean up autopush attribution James Turner 2022-10-18 10:08:41 +01:00
  • 6e8520dbb5 Canvas windows: allow hiding without deletion James Turner 2022-10-14 09:01:52 +01:00
  • 4fd8092e38 Canvas GUI: left position for checkbox text James Turner 2022-10-14 09:00:02 +01:00
  • f8375dab68 Fix text in nasal test dialog Roman Ludwicki 2022-10-13 21:17:50 +02:00
  • f88698099f Corrected B737 Radii Yves Tolosa-Joas 2022-10-09 16:20:32 +11:00
  • 5e9fcab9e5 Updated Erroneous ICAO for UKFF Yves Tolosa-Joas 2022-10-09 16:18:47 +11:00
  • 97ee8f6d4a i18n: update the French translation Florent Rougon 2022-10-07 21:32:04 +02:00
  • 1b9c87a04c Fix errors in Carrier scenarios: Chris Ringeval 2022-09-29 22:45:55 +02:00
  • 75e18f1b67 Fix removal of inexistent listeners Chris Ringeval 2022-09-24 00:14:13 +02:00
  • 04de15236a Rename rect object into Wake to match escorts' xml configuration Chris Ringeval 2022-09-18 15:54:39 +02:00
  • c2130e15e2 i18n: refresh the .xlf files Florent Rougon 2022-10-02 23:57:53 +02:00
  • d1bf45b664 i18n: update Polish translation Roman Ludwicki 2022-10-02 23:18:01 +02:00
  • 23b17f6e3f FLARM: Add support for Salus combi instrument, various small improvements Delta Echo 2022-09-29 14:43:40 +02:00
  • f29af4e558 Fix MHz unit Roman Ludwicki 2022-09-29 00:46:59 +02:00
  • 41006285d5 Fix description for Shift-F10 Roman Ludwicki 2022-09-29 00:45:58 +02:00
  • eed2bc3259 Correct margin for message text in the "Download scenery" dialog. Roman Ludwicki 2022-09-28 16:43:50 +02:00
  • 6c025f04b2 Correction of the arrangement of controls for "Weather" dialog Roman Ludwicki 2022-09-28 00:10:12 +02:00
  • fc60ae32c9 Correction of the arrangement of controls for "Devel extensions" dialog Roman Ludwicki 2022-09-27 21:10:56 +02:00
  • 1a495a8ba9 Remove accidently added file James Turner 2022-09-26 09:01:02 +01:00
  • 312822e4b0 Canvas: reduce SVG console spam James Turner 2022-09-26 08:59:18 +01:00
  • 459dea77e5 Add more Nasal skeleton for new UI objects James Turner 2022-09-26 08:58:24 +01:00