Commit Graph

739 Commits

Author SHA1 Message Date
Alexander Bock
0a8523a14c Don't crash when only one window is available; Make OpenSpace link again when using Qt6 2022-04-25 17:48:58 +02:00
Alexander Bock
7d1badbffd Make only the first window UI-able, warn about window sizes that can produce problems, no longer allow resizing of UI windows 2022-04-24 14:51:00 +02:00
Alexander Bock
2b70aafafd Some minor cosmetic changes to the SGCT editor 2022-04-24 11:49:43 +02:00
Alexander Bock
4e57cf7d1b Some more Qt cleanup 2022-04-22 13:01:32 +02:00
Alexander Bock
b642134376 Some cleanup of the SGCT Editor code
- Correct the behavior of the V-Sync
 - Handle more than 2 monitors
2022-04-21 11:55:00 +02:00
Micah Acinapura
36a4ba53d4 fix for dpi scalling on sgct edit screen; fixes #1493; 2022-04-18 19:11:37 -04:00
Alexander Bock
acc6f5c3db Add a filter and reload method for te Script Log window (closes #2019) 2022-04-18 10:46:55 +02:00
Alexander Bock
5751fe26d3 Cleanup handling of warnings (#2030) 2022-04-16 20:57:29 +02:00
Alexander Bock
4447c9065a Update the action dropdown when creating or removing an action (closes #2004) 2022-04-12 21:25:06 +02:00
Alexander Bock
d360f2ae59 Address Visual Studio analyzer warnings 2022-04-12 00:58:11 +02:00
Alexander Bock
99d2bddf7c Address coding style and remove compiler warnings in many places 2022-04-11 18:31:45 +02:00
Alexander Bock
c206da4a98 Coding style adaptations 2022-04-10 23:25:37 +02:00
Alexander Bock
dc9ffaa0e7 Merge branch 'feature/genVersion' 2022-04-08 22:19:53 +02:00
GPayne
df42f695fe Update sgct submodule to use new sgct config generator version 2022-04-08 14:01:08 -06:00
GPayne
f7588f67b6 Added json entry for sgct config generator version 2022-04-08 11:41:30 -06:00
Malin E
5a1e330024 Merge branch 'master' into feature/horizons-framework 2022-04-08 17:16:50 +02:00
Malin E
9dab943999 PR comments 2022-04-08 16:49:48 +02:00
Alexander Bock
6eba57730f Dynamic DPI scaling (#1980)
* DPI scaling
 1. Add the ability to query the operating system's DPI scaling values
 2. Expose those values through a new Lua function
 3. Add an asset that sets the CEF gui and the Dashboard font sizes and placements based on the DPI scaling
 4. Add that new asset into the base_blank asset
* Add message when including the dpiscaling
2022-04-08 13:28:18 +02:00
Alexander Bock
1cd84a64f7 Feature/wormhole (#1985)
* Backwards incompatible change to the astrocasting protocol
* Send password in the clear [never thought i write something like this]
* Update to new Protocol version,  remove built-in ParallelServer
* Remove Wormhole server in favor of Typescript version
2022-04-08 13:16:22 +02:00
Malin E
46aec2c63c Move static functions in HorizonsFile to be free functions + PR comments 2022-04-08 11:41:16 +02:00
Alexander Bock
2d4c095c61 Update SGCT to reenable compilation on Jenkins 2022-04-08 09:48:43 +02:00
Micah
7d628ca9f7 added choose scripts to actiondialog 2022-04-08 01:11:30 -04:00
Micah
fcd557bb14 update sgct for json lib 2022-04-07 23:17:27 -04:00
Malin E
8dcd950ce2 Address more PR comments 2022-04-07 11:14:23 +02:00
Malin E
af0a6d61cb Clean up fmt::format useage 2022-04-07 09:34:52 +02:00
Malin E
7d04fee0ab Address more PR comments 2022-04-06 17:27:26 +02:00
Alexander Bock
a9fd047e67 Jenkins fix (#1977) 2022-04-06 15:56:07 +02:00
Alexander Bock
36265bf2c4 Add more precision in Camera dialog (closes #1642) 2022-04-06 01:13:23 +02:00
Alexander Bock
73292ee54c Rename 'slave' to 'client' in the remaining code 2022-04-05 23:10:49 +02:00
Malin E
f68e735e6d Address more PR comments 2022-04-01 16:15:06 +02:00
Malin E
d3528c3342 Address some PR comments 2022-04-01 14:51:50 +02:00
Malin E
4006877c03 Add check for illegal characters 2022-03-30 14:17:16 +02:00
Malin E
b03eac0dfd Log location of error file when error occured 2022-03-30 14:07:47 +02:00
Malin E
e6c56cd6d0 Merge branch 'master' into feature/horizons-framework 2022-03-30 13:52:03 +02:00
Micah Acinapura
31586bc462 fix build error for qt6 return type change 2022-03-29 14:25:44 -04:00
Alexander Bock
49e15f55a0 Add the current working directory correctly when registering the binary path 2022-03-29 17:27:49 +02:00
GPayne
8673b0fa46 Added SpoutFlatProjection type to support latest sgct config 2022-03-27 14:04:54 -06:00
GPayne
a258207b96 Merge branch 'master' into feature/sgct-gui 2022-03-27 13:18:57 -06:00
Malin E
bff86e7185 Remove unused function 2022-03-25 16:46:21 +01:00
Malin E
eeb0bc4d31 Add some info text that wildcards * can be used on the end for search 2022-03-25 15:26:18 +01:00
Malin E
7b552f8834 Change default parameters to a simpler example 2022-03-25 13:39:06 +01:00
Malin E
977b7d7299 Fix issue with dialog not closing when request was successful 2022-03-25 13:29:24 +01:00
Malin E
8f745a1b82 Small fix and code styling 2022-03-25 11:42:49 +01:00
Micah Acinapura
7c7a6e5cff sort file lists before showing user. closes #1559 (#1943) 2022-03-24 10:24:12 -04:00
Malin E
8c4b72ee80 Append _errror to saved text file, remove if the request was successful 2022-03-24 13:31:49 +01:00
Malin E
8f08c75bd6 Use monospaced font for selection combo boxes 2022-03-23 16:41:54 +01:00
Malin E
efa82f3ad8 Merge branch 'master' into feature/horizons-framework 2022-03-23 15:46:37 +01:00
Alexander Bock
3844df20c9 Feature/codegen lua (#1906)
Adapting Lua functions to new codegen functionality
Improve the documentation itself
Add some styling to generated documentation
Have parameter names for Lua-defined Lua function documentation

Co-authored-by: Emma Broman <emma.broman@liu.se>
2022-03-21 09:05:37 +01:00
Malin E
561e2a69cc Add correct url encoding of some symbols 2022-03-14 10:33:16 +01:00
Malin E
68186b8749 Improve parsing of times and matches 2022-03-11 15:07:32 +01:00