Commit Graph

9906 Commits (master)
 

Author SHA1 Message Date
Stenzek a5b46f7676
MediaCapture: Fix use-after-free when starting 1 week ago
Stenzek 161637e3b7
Qt: Disconnect safe mode widget on recreate 1 week ago
Stenzek 7c01bde94e
Log: Remove redundant channel 1 week ago
Stenzek 9321a32d39
Qt: Fix startup cancellation on window close 1 week ago
Stenzek f65ca0dab3
FullscreenUI: Don't round achievements inner progress bars 1 week ago
Stenzek 9e17e38c9d
FullscreenUI: Custom draw loading screen 1 week ago
Stenzek 3199617124
FullscreenUI: Use layout scale for loading screen 1 week ago
Stenzek df9506fbf6
FullscreenUI: Center loading screen logo 1 week ago
Stenzek 311e93fae4
FullscreenUI: Use game path for loading screen image
Makes it work with custom titles.
1 week ago
Stenzek 4440ae3b78
GPUThread: Store copy of game info
Don't save it in FullscreenUI.
1 week ago
Stenzek 5fd61b6e3a
Qt: Fix disc icon being used for games without icons 1 week ago
Stenzek df432c6c64
Qt: Fix crash booting unscanned games 1 week ago
shikulja 47d44701fe
Update Russian translation (#3486)
* Update Russian translation

* Update Russian translation

* Update Russian translation

* Update Russian translation
1 week ago
Stenzek a8506f4708
Qt: Disable more actions while system starting 1 week ago
Stenzek ad53fc2345
Qt: Fix fullscreen UI shutdown on language change 1 week ago
Stenzek 278614a415
FullscreenUI: Display game cover when loading 1 week ago
Stenzek 75314f79de
FullscreenUI: Localize base strings (e.g. dir selector) 1 week ago
Stenzek 63e0acbe9c
FullscreenUI: Fix held colour in popup menus 1 week ago
Stenzek 3453c897d1
FullscreenUI: Add native cover download 1 week ago
Stenzek a9862461f3
FullscreenUI: Add modal progress callback 1 week ago
Stenzek c922893b6f
GameDB: Bump MGS max speedup cycles to 100k
Causes screen flickering at 80k, game crash at 70k, still some
flickering at 90k.
1 week ago
Stenzek 3e232b76b3
Qt: Improve more window close behaviour
- Closing FSUI display window without a game running should not exit the
  application.
- Closing display window with FSUI started should exit the application
  in nogui mode.
1 week ago
Stenzek 8bd493eae0
Qt: Re-update main window geometry on nogui exit
Also fix the game list refresh executing on the incorrect thread.
1 week ago
Davide Pesavento 1b56940ad0 Qt: Update menu and toolbar state when toggling fullscreen via double click
Amends 1289e045b9
1 week ago
Davide Pesavento f446e24b20 Qt: Don't exit fullscreen when switching to game list with RenderToSeparateWindow
Amends 24a16db437
1 week ago
Davide Pesavento 4c12dc8ab9
Qt: Don't enable window size menu if system isn't running (#3484) 1 week ago
Stenzek 24a16db437
Qt: Handle fullscreen cases on MacOS
If the user exits fullscreen with the window button, restore
render to main.
1 week ago
Stenzek b545671d67
MetalDevice: Retain references to layer
Apparently the allocate method returns +0 references.
1 week ago
Stenzek 210f492487
MetalDevice: Remove pipeline cache
It seems to be broken when appending using from-source created
libraries.

Similar issues have been described in:
- https://bugreports.qt.io/browse/QTBUG-114338
- https://bugreports.qt.io/browse/QTBUG-108216
1 week ago
Stenzek 05dcb17334
Qt: Fix unused lambda capture warning 1 week ago
Stenzek 6615fc79d6
Qt: Work around autouic bug causing unnecessary recompiles 1 week ago
Stenzek a002fd2672
Qt: Include moc sources in main source
Saves compiling a bunch of files with MSBuild.
1 week ago
Stenzek fc613a5267
Qt: Fix incorrect placeholders in translations 1 week ago
Stenzek 9e15fe176c
CI: Check placeholders in translation strings 1 week ago
Stenzek 9442ba74af
Qt: Remove window state save
Instead, explicitly save the toolbar area. Also adds it to the context
menu.
1 week ago
Stenzek b2ad193178
Qt: Store window geometry in human-readable form 1 week ago
Stenzek 6b969a0b94
Qt: Refactor and remove multiple sources of truth for render-to-main 1 week ago
Stenzek 0f2ef98747
Qt: Turn cover downloader into a non-modal window
Same as the others.
1 week ago
Stenzek 3f2b6995bc
Qt: Fix timestamps in log window if file timestamps on 1 week ago
Davide Pesavento 1289e045b9 Qt: Make "Fullscreen" toolbar button and menu item checkable 1 week ago
Davide Pesavento 2f13538cc0 Qt: Fix game list icons when toggling disc set merging
Also, make sure we call beginFilterChange() in the proxy model
as mentioned in the Qt docs.
1 week ago
Davide Pesavento 4b5be29eb2 Qt: Hide GameListWidget buttons instead of disabling them 1 week ago
Davide Pesavento 21f44b3782 Qt: Refactor GameListWidget tool buttons and corresponding menu actions 1 week ago
Davide Pesavento 01b81c74ef
Qt: Fix crash on triggering certain actions before display widget is created (#3482) 1 week ago
Stenzek 67381754fa
Qt: Fix game start flicker with hide-main-window checked 2 weeks ago
Stenzek c6cb3cdd68
Qt: Update Korean translation by Hack茶ん 2 weeks ago
Stenzek 6ae334b30c
Qt: Avoid wildcard disconnect
See https://bugreports.qt.io/browse/QTBUG-134610
2 weeks ago
Stenzek 4b62ccf2ff
Qt: Redirect Qt messages to logger 2 weeks ago
Stenzek 6f65a15bb9
CrashHandler: Catch SIGABRT 2 weeks ago
Stenzek 9c81425043
Qt: Fix format strings in es-ES 2 weeks ago