Commit Graph

10669 Commits (defbe7061ba1a90f132e1110e3dff04fa4c50af6)
 

Author SHA1 Message Date
Stenzek defbe7061b
GameDB: Set DisableAllBordersCrop for Alundra 2
I'd expect there'd be a good few others too.
10 months ago
Stenzek b9571a2371
GameDatabase: Add DisableAllBordersCrop trait 10 months ago
Stenzek e7862b9ca7
Qt: Prefer eliding source over the middle of the binding
Makes arrows more readable.
10 months ago
Anderson Cardoso 542a2cf0d5
Atualização Português do Brasil (#3631)
Atualizado para a última versão.
Pequenas alterações de contexto no geral.
10 months ago
zkdpower c8a2f931a5
Update the Simplified-Chinese Translation. (#3630) 10 months ago
Davide Pesavento b949c17cc8
Qt: Improve text elision in InputBindingWidget (#3629) 10 months ago
Stenzek bea07e71af
Updater: Set default title
Avoid any potential flicker.
10 months ago
Stenzek 4a5e17273b
Updater: Close button should be disabled 10 months ago
Stenzek 942422babb
Updater: Set application icon 10 months ago
Stenzek bda75db0fa
Updater: Compute window size dynamically 10 months ago
Stenzek 65ddf1a9f8
Updater: Make high DPI aware 10 months ago
Stenzek 8f5a1fdcf0
Updater: Replace incorrect ANSI Win32 calls 10 months ago
Stenzek acadbffe1c
Achievements: Allow overriding host through config
[Cheevos]
Host = http[s]://servername
10 months ago
Stenzek 16e56d7824
Qt: Use icon text instead of duplicate actions 10 months ago
Davide Pesavento e4d9bed880
Qt: Get rid of the last few QMenu::exec() (#3628)
Completes c025da4e5c
10 months ago
Stenzek 483f9ba41b
Qt: Allow overriding cover placeholder image 10 months ago
Stenzek d5037f1242
Qt: Remove setDesktopFileName() icon workaround
No longer needed since XDG toplevel icon is a thing. Don't care about
compositors other than KWin.

Keeping it around was also causing KDE to report an incorrect title
above the windows in the taskbar, anyway.
10 months ago
Stenzek 4d9f31890a
Qt: Use icon theme enum for sort icons 10 months ago
Stenzek a293792385
Qt: Remove a bunch of old/unused resources 10 months ago
Stenzek f6976c4888
Qt: Remove unused function 10 months ago
Stenzek 63b99a647e
Qt: Use theme icons in Memory Card Editor 10 months ago
Stenzek 1e57a5b94e
Qt: Make the memory card modified state more obvious 10 months ago
Stenzek f5bd7c1b01
Qt: Don't include calling function name in Qt logs
It's redundant.
10 months ago
Stenzek 085c02d495
Qt: Add more actions to toolbar (hidden by default)
Media Capture, Memory Editor, Memory Scanner
10 months ago
Stenzek 5a26f38213
Qt: Add icons to tools menu actions 10 months ago
Stenzek c396f0ab8d
Qt: Set game icon as window icon in Game Properties 10 months ago
Stenzek b3385094f9
Qt: Provide a central point for getting the app logo
And ensure it's using high DPI.
10 months ago
Stenzek 75aee64772
Qt: Set appropriate window icons for subwindows
Too bad it won't work on most Wankland compositors, too bad.
10 months ago
Stenzek 67208460f4
ImGuiOverlays: Tidy up font weight in OSD 10 months ago
Stenzek 8ce216e42c
Qt: Improve readability of changed bytes in memory view 10 months ago
Stenzek 23d45a35db
Data: Swap Roboto Mono for JetBrains Mono
Also move the font license/copyright to the main third-party file.

Most were OFL, not Apache anyway.
10 months ago
Stenzek 6c3c02f703
Qt: Use bundled fixed-width font where appropriate
Better than trying to juggle the differences between monospaced fonts on
different platforms.
10 months ago
Stenzek 87847ed248
Qt: Fix crash when changing toolbar icons
Regression from c025da4e5c
10 months ago
Stenzek d45f630a56
Qt: Further tidy up for 4850471 10 months ago
Davide Pesavento 48504711cd
Qt: Remove a few more instances of QDialog::exec() (#3623) 10 months ago
Stenzek e3a044a8a4
Log: Move FastWrite() into macro
That way the format args can be packed inside the conditional,
potentially outside of the hot path.
10 months ago
Stenzek b4f9bc794d
InputManager: Remove setting of unused config variable 10 months ago
Stenzek c8ef05a16d
Qt: Fix non-native message boxes in Dark Fusion on MacOS 10 months ago
Stenzek c5f60c13b3
Qt: Don't display two popup messages on card open failure 10 months ago
Stenzek c025da4e5c
Qt: Invoke popup menus asynchronously
And use the invokable overload for addAction() while we're at it.
10 months ago
Stenzek b14c17b718
Qt: Set attributes on popup menus
Fixes extra border appearing in popup menus in Darker Fusion theme.
10 months ago
Stenzek 2bf14f84e0
Qt: Don't copy QtConcurrent DLL 10 months ago
Stenzek 3d6627c7a0
Qt: Speed up interface page creation
By deferring the loading of CJK fonts. Saves ~170ms on my machine.
10 months ago
Stenzek b9b1b13fb3
Qt: QtConcurrent is no longer needed
Hasn't been in some time. Apparently I forgot to remove it.
10 months ago
Stenzek 754591f279
StringUtil: Add GetUTF8CharacterCount() 10 months ago
Stenzek 982035fbcc
GPU: Remove implicit bool conversion 10 months ago
Stenzek 0edf71bd03
GPU: Fix 480i resolution display with force progressive 10 months ago
Stenzek 4c56f06ffe
Qt: Style check boxes in Darker Fusion 10 months ago
Stenzek 3099f5f3d2
Qt: Fix game grid selection rect bottom/right edges 10 months ago
Stenzek 35e3d9a4d1
Qt: Get window sizes from OS instead of scaling Qt size
Qt's device independent sizes are a lossy transformation.

This stops our sizes from being potentially off by one with the "real"
window size.

Too bad it can't be done properly on Linux, see comment. Don't care.
10 months ago