Commit Graph

9829 Commits (b545671d6729bcef8f6f9d103e7fd70ce19495bb)
 

Author SHA1 Message Date
Stenzek b545671d67
MetalDevice: Retain references to layer
Apparently the allocate method returns +0 references.
3 months 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
3 months ago
Stenzek 05dcb17334
Qt: Fix unused lambda capture warning 3 months ago
Stenzek 6615fc79d6
Qt: Work around autouic bug causing unnecessary recompiles 3 months ago
Stenzek a002fd2672
Qt: Include moc sources in main source
Saves compiling a bunch of files with MSBuild.
3 months ago
Stenzek fc613a5267
Qt: Fix incorrect placeholders in translations 3 months ago
Stenzek 9e15fe176c
CI: Check placeholders in translation strings 3 months ago
Stenzek 9442ba74af
Qt: Remove window state save
Instead, explicitly save the toolbar area. Also adds it to the context
menu.
3 months ago
Stenzek b2ad193178
Qt: Store window geometry in human-readable form 3 months ago
Stenzek 6b969a0b94
Qt: Refactor and remove multiple sources of truth for render-to-main 3 months ago
Stenzek 0f2ef98747
Qt: Turn cover downloader into a non-modal window
Same as the others.
3 months ago
Stenzek 3f2b6995bc
Qt: Fix timestamps in log window if file timestamps on 3 months ago
Davide Pesavento 1289e045b9 Qt: Make "Fullscreen" toolbar button and menu item checkable 3 months 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.
3 months ago
Davide Pesavento 4b5be29eb2 Qt: Hide GameListWidget buttons instead of disabling them 3 months ago
Davide Pesavento 21f44b3782 Qt: Refactor GameListWidget tool buttons and corresponding menu actions 3 months ago
Davide Pesavento 01b81c74ef
Qt: Fix crash on triggering certain actions before display widget is created (#3482) 3 months ago
Stenzek 67381754fa
Qt: Fix game start flicker with hide-main-window checked 3 months ago
Stenzek c6cb3cdd68
Qt: Update Korean translation by Hack茶ん 3 months ago
Stenzek 6ae334b30c
Qt: Avoid wildcard disconnect
See https://bugreports.qt.io/browse/QTBUG-134610
3 months ago
Stenzek 4b62ccf2ff
Qt: Redirect Qt messages to logger 3 months ago
Stenzek 6f65a15bb9
CrashHandler: Catch SIGABRT 3 months ago
Stenzek 9c81425043
Qt: Fix format strings in es-ES 3 months ago
Stenzek 2aaeaf6f99
Qt: Add missing event type check 3 months ago
Daniel Nylander da6ba416c9
Updated Swedish translation (#3481) 3 months ago
Stenzek a890902d5b
Qt: Further eliminate redundant window shows
And remove a couple of hacks.
3 months ago
Anderson Cardoso 40b081c8ff
Atualiazação Português do Brasil (#3480)
Atualizado para a última versão
3 months ago
Stenzek b07998512e
Qt: Refactor render window lifecycle
Remove multiple sources of truth, eliminate bugs in handling edge cases
when switching between modes.
3 months ago
Stenzek a5e3f163a5
Misc: Make bitfield unions trivially copyable 4 months ago
Stenzek 8ca68a052a
GPUDevice: Remove unused fields 4 months ago
Stenzek 5c7a599cad
Qt: Couple of consistency fixes 4 months ago
Stenzek cd77ace12a
FullscreenUI: Fix going back to root directory on Linux 4 months ago
Stenzek 2dc25a07ac
NeGconRumble: Remove unused fields 4 months ago
Stenzek b93353647f
Qt: Clear help text map on reload
Saves keeping messages around for pointers that are no longer valid.
4 months ago
Stenzek 8ef97b9b46
FullscreenUI: Sort unlocked achievements by unlock time 4 months ago
Stenzek be867c815d
FullscreenUI: Minor polish to achievements list 4 months ago
Stenzek 43543ddedc
FullscreenUI: Improve icons in file selector 4 months ago
Stenzek 3bb67c785e
D3DCommon: Load d3d12.dll dynamically 4 months ago
Stenzek 4ead72747b
D3DCommon: Load dxgi.lib dynamically 4 months ago
Stenzek 0195b2886e
D3DCommon: Load d3d11.dll dynamically 4 months ago
Stenzek 3928eaff54
D3DCommon: Load D3DCompiler dynamically 4 months ago
Stenzek 5e2e39f642
VulkanDevice: Use driver type enum for auto selection 4 months ago
Stenzek 792b72b955
Qt: Reenable WinPanel style for patches
Partial revert of 7eb2b07.

Looks much worse in Fusion/default style.
4 months ago
Stenzek 97a0f4669f
ShaderGen: Fix use of reserved 'packed' keyword 4 months ago
Stenzek 1cad6389aa
AnalogController: Fix flipped log message 4 months ago
Davide Pesavento 7eb2b07e39 Qt: Don't draw a frame if there are no patches 4 months ago
Davide Pesavento d0c3f7d5a2 Qt: Reduce layout margins in postprocessing settings
And remove a redundant VBoxLayout
4 months ago
Davide Pesavento 0e9f116a2e Qt: Turn `retroachievements.org` into a hyperlink 4 months ago
Stenzek 2fad6478b4
CDImage: Include the WAV file's details when incompatible 4 months ago
Stenzek 2308c5ddc6
Qt: Check cache when getting game icon for window
Apparently forgot this...
4 months ago