Vicki Pfau
159b0dc445
Qt: Add access log view to memory view
2025-01-12 06:00:40 -08:00
Vicki Pfau
a2fda7f441
Qt: Split MemoryAccessLogView and MemoryAccessLogController
2025-01-11 14:50:30 -08:00
Vicki Pfau
20dfbbbe55
CMake: Strip mgba-headless, fix up packaging a bit
2025-01-07 02:40:47 -08:00
Vicki Pfau
4007e19736
CMake: Fix entitlements plist filename
2024-12-29 17:38:14 -08:00
Vicki Pfau
2a0ed00d0d
CMake: I'm tired of putting out fires
2024-11-18 00:55:55 -08:00
Vicki Pfau
d9b43463d0
CMake: Set both -mmacosx-version-min and CMAKE_OSX_DEPLOYMENT_TARGET
2024-11-18 00:44:04 -08:00
yeah-its-gloria
a114207828
Fix various macOS related problems
...
- Disable a duplicate libraries warning that isn't needed
- Quit using QApplication::quit instead of QWidget::close to prevent closing inside a dialog from crashing the application
- Allow Qt 6 builds to use std::filesystem if the proper macOS SDK version is present
- Stop looking for QtMultimedia plugins if Qt 6 is being used for macOS builds
2024-11-03 17:19:05 -08:00
Vicki Pfau
49fa1a30c5
Qt: Fix Windows shared build
2024-09-19 02:09:20 -07:00
Vicki Pfau
f298c0185e
Qt: Add option to force a specific version of Qt
2024-04-20 17:36:31 -07:00
Vicki Pfau
a8023e4f6a
Qt: Remove debug message from CMakeLists
2024-04-11 20:33:51 -07:00
Vicki Pfau
0e441527c8
CMake: Rename USE_DEBUGGERS and USE_GDB_STUB to ENABLE_DEBUGGERS and ENABLE_GDB_STUB
...
ENABLE flags are for optional features, USE flags are for optional dependencies
2024-04-08 03:08:10 -07:00
Vicki Pfau
86551614d9
Qt: Enable building against Qt6 by default
2024-03-25 21:27:58 -07:00
Vicki Pfau
06448e8445
Qt: Get VideoDumper compiling with Qt6
...
Cameras still don't work though
2024-03-24 19:51:09 -07:00
Vicki Pfau
55c7c2f48e
CMake: Remove leftover debug print
2024-02-07 01:44:57 -08:00
Vicki Pfau
2e3ad7ed16
CMake: Clean up with PROJECT_SOURCE_DIR
2024-01-07 16:57:25 -08:00
Vicki Pfau
256143944a
Qt: Code signing cleanup
2023-12-11 18:42:31 -08:00
Vicki Pfau
ec2f791655
Qt: Do initial macOS resource staging in local app bundle
2023-12-11 01:50:00 -08:00
Vicki Pfau
7b2fe75ebf
Qt: Move install in CMake so install scripts get run first
2023-12-11 01:21:01 -08:00
Vicki Pfau
83528e14f5
Qt: Do codesigning on macOS
2023-12-11 00:42:32 -08:00
Vicki Pfau
c7240b0e8e
Qt: Fix minimum macOS version setting
2023-12-10 21:29:31 -08:00
Vicki Pfau
a874450c1a
CMake: Bump minimum macOS to 10.7 when building against SDL2
2023-12-10 21:16:29 -08:00
Vicki Pfau
9c9f31d0d1
Qt: Fix non-debugger build ( fixes #3049 )
2023-10-25 15:22:09 -07:00
Vicki Pfau
d55a13c9ba
Debugger: Initial memory access logger support
2023-09-15 23:36:03 -07:00
Vicki Pfau
51d5f4bfd1
Qt: Distribute shaders as zipped archives on supported builds
2023-07-16 01:45:04 -07:00
Vicki Pfau
d8643870d6
Qt: A bit more Qt 6 porting progress
2023-05-03 02:21:55 -07:00
Vicki Pfau
2b8bb4baf7
Qt: Mark QtMultimedia as optional
2023-05-03 01:44:56 -07:00
Vicki Pfau
608029e930
Qt: Promote -Wnarrowing to an error
2023-05-01 22:27:16 -07:00
Vicki Pfau
4afacfa067
Qt: Link QJpegPlugin on static Windows
2023-01-31 21:12:29 -08:00
Vicki Pfau
1dedd1d7a7
Qt: Include wayland QPA in AppImage ( fixes #2796 )
2023-01-26 07:17:53 -08:00
Vicki Pfau
8ec856e10c
Qt: Move Gamepad events into input/
2023-01-22 19:38:01 -08:00
Vicki Pfau
4580e8d2e9
Qt: Start adding better input abstractions
2023-01-22 19:38:01 -08:00
Vicki Pfau
be3022156f
Qt: Start splitting up InputController
2023-01-22 19:38:01 -08:00
Vicki Pfau
86bcbf1716
Qt: Start OpenGL bug list with glFlush cross-thread on Windows ( fixes #2761 )
2022-12-21 22:13:23 -08:00
Vicki Pfau
56c9065f70
Qt: Add forwarder UI and Vita backend ( closes #2267 )
2022-10-29 01:40:52 -07:00
Vicki Pfau
e1c43b9287
macOS: Disable OpenGL 1.x on newer macOS
2022-10-10 00:11:40 -07:00
JakobDev
c6b25f14a3
Use reverse DNS for LInux data files ( #2648 )
2022-09-01 02:16:45 -07:00
Vicki Pfau
04216780c3
Qt: I thought I backed that out
2022-07-17 23:26:08 -07:00
Vicki Pfau
ed5f65f36d
Qt: Fix some translator lookups
2022-07-17 22:48:21 -07:00
Vicki Pfau
38ae69d54d
Qt: Remove broken-on-ninja ts.cmake
2022-07-03 21:17:21 -07:00
Vicki Pfau
f3209e1942
Qt: Move scripting classes into folder
2022-06-24 17:25:53 -07:00
ahigerd
1bda318531
Qt: Refactor the script buffer list into a model ( #2566 )
2022-06-23 23:15:35 -07:00
Vicki Pfau
fa910fc629
Mac: Start bringing up Universal build support
2022-06-15 23:31:20 -07:00
Vicki Pfau
542824e3c0
CMake: Minor fixes
2022-06-06 21:40:18 -07:00
Vicki Pfau
39bb404332
Qt: Actually fix the build order this time, except with MSVC, but I'll take it
2022-05-30 22:50:53 -07:00
Vicki Pfau
14f217963c
Qt: Attempt to fix build order again
2022-05-30 22:43:38 -07:00
Vicki Pfau
4f9cfd5a7e
Qt: Attempt to fix build order
2022-05-30 22:02:47 -07:00
Vicki Pfau
b6ec54dadf
Merge branch 'feature/scripting'
2022-05-29 13:29:20 -07:00
Vicki Pfau
64fba235b2
Merge pull request #2452 from ahigerd/alh/nicer-logging-checkboxes
...
Clean up rendering of logging grid checkboxes
2022-05-28 23:39:22 -07:00
Vicki Pfau
d15bd4969e
Res: Add WIP example Pokemon script
2022-05-27 20:19:28 -07:00
Vicki Pfau
28d7bfdffc
Scripting: Add prototype "buffer" pseudo-TUI interface
2022-05-27 20:19:28 -07:00