Commit graph

27431 commits

Author SHA1 Message Date
2bacc25996
Update README.md 2024-05-19 16:11:58 -04:00
99ead71239
Updated README, fixed links in CONTRIBUTING.md
Co-authored-by: Exverge <exverge@exverge.xyz>
Committed-by: Exverge <exverge@exverge.xyz>
2024-05-19 16:11:58 -04:00
e090ec8b21
Add migration instructions for migrating from yuzu (#178)
Co-authored-by: Exverge <exverge@exverge.xyz>
Signed-off-by: Exverge <exverge@exverge.xyz>
2024-05-19 16:03:52 -04:00
dfb9f06e5c
push request 157 Merge branch 'mctaylors-dev' into dev 2024-04-19 10:55:22 +08:00
ba608f571f Merge branch 'dev' into dev 2024-04-19 04:54:04 +02:00
c0c4bd6fcd revert e78d87419d
revert updated Readme because the origin is correct and please stop updating readme people are losing faith
2024-04-19 04:45:57 +02:00
53f628c8cc found it 2024-04-19 03:43:42 +02:00
0ec2014350 update links 2024-04-19 03:43:42 +02:00
e78d87419d updated Readme
signed Rishy
2024-04-19 03:43:13 +02:00
6e224957ef Update README.md 2024-04-18 17:35:38 +02:00
2634b68ac5 Update README.md 2024-04-18 17:33:35 +02:00
e4ae2030ec
change builds to work with my runners 2024-04-18 20:08:32 +08:00
91db3e88e5
Merge branch 'f18-changes' into dev 2024-04-18 11:53:16 +08:00
beb4ef9ac7
Undo some changes to readme 2024-04-18 11:46:12 +08:00
01e4c367f8
Update README.md 2024-04-18 11:46:12 +08:00
5ebba7bdea
Added Ios release 2024-04-18 11:46:12 +08:00
2ac178617c
Update README.md 2024-04-18 11:46:11 +08:00
e795daf66c
Update README.md 2024-04-18 11:46:11 +08:00
84bd6264ea
Added info 2024-04-18 11:46:11 +08:00
35afff5c31
Update README.md 2024-04-18 11:46:11 +08:00
91dd8ba6f0
Replace Discord with suyu chat in issue template 2024-04-18 11:46:10 +08:00
4b1c30ec49
Replace Discord with suyu chat in issue template
Fixes suyu/suyu#139
2024-04-18 11:46:10 +08:00
0246529124
Change Matrix to chat 2024-04-18 11:46:10 +08:00
ba40a4516d
Remove discord (3) 2024-04-18 11:46:10 +08:00
d2c09f531b
Remove discord (2) 2024-04-18 11:46:09 +08:00
806b300969
Remove discord 2024-04-18 11:46:09 +08:00
1f517bbe1e
remove comment
gotta coooooommit :D
2024-04-18 11:46:09 +08:00
dca166ca9c
remove comment
gpg timeout so i gotta coooooommit :D
2024-04-18 11:46:09 +08:00
6f26709e42
fix epic fail
(I am relying on actions to do the compiling for me until i get nix)
2024-04-18 11:46:08 +08:00
f44fafdd88
Woah guys this is so compliant!
Signed-off-by: BoomMicrophone <boommicrophone@noreply.localhost>
2024-04-18 11:46:08 +08:00
e1b77dd898
nullglob globstar gobble up those nuts
shoutout to gpg for not working

Signed-off-by: BoomMicrophone <boommicrophone@noreply.localhost>
2024-04-18 11:46:08 +08:00
02fc046031
All relevant changes in commit 51862e862d have been 2024-04-18 11:46:08 +08:00
138d67b307
Refactor android to dev.suyu.suyu_emu 2024-04-18 11:46:07 +08:00
323ea0cdfd
WIP: fix macOS style when OS dark mode is active 2024-04-18 11:46:07 +08:00
b28acaf7c9
Fix qdarkstyle and midnight blue sliders being cropped
- Allow Threshold sliders in control configuration to be up to 40px tall, instead of 15
2024-04-18 11:46:07 +08:00
c00c425b48
Add dark mode configuration setting in UI tab
- Allows to choose "Auto", "Always On" or "Always Off"
  - Dark mode options are only shown if the style does not support theme
- If Auto is chosen, value is retrieved from OS
  - On Windows, the application needs a restart to apply the settings
- Use the default dark palette for Windows, like on Linux
2024-04-18 11:46:07 +08:00
104e6c3ff7
Rework themes to easily use light/dark palette, using only different icons
- Renamed themes:
  - "colorful" to "default" and "colorful_dark" to "default_dark"
  - "default" to "monochrome" and "default_dark" to "monochrome_dark"
  - "colorful_midnight_blue" to "qdarkstyle_midnight_blue"
  - "qdarkstyle_midnight_blue" to "qdarkstyle_midnight_blue_monochrome"
  - qdarkstyle is renamed from "Dark" to "Mine Shaft" in the UI
- default and monochrome themes all use the same qss stylesheet
- Remove the ability to select "default_dark" directly
    - Default has better support for light and dark
    - Controller and Keyboard applets icons and style adapt to dark mode
- Add "qdarkstyle_monochrome" theme
- Remove duplicated icon files
2024-04-18 11:46:06 +08:00
f01d7305c0
Automatic dark theme switching for Windows and Linux
- Windows dark theme uses "fusion" style, which is better suited, but has minor differences
- Improve OS theme detection
  - Linux:
    - Listen for OS color schemes changes on D-Bus
    - Read OS scheme for D-Bus. Fallback with gsettings, reading org.gnome.desktop.interface.
      First "color-scheme" key, then "gtk-theme". Finally, fallback to checking window palette
  - Windows (dark mode detection was not implemented before):
    - Force dark palette when OS uses dark mode by setting QT_QPA_PLATFORM to "windows:darkmode=2"
    - This enables to detect dark mode by checking the window palette
- Improve theming capabilites:
  - Linux uses custom palette when dark mode is detected.
    By using palette(xxx) in .qss files, there is no need to create a dark stylesheet
  - Allow themes to have stylesheet variants, dark.qss and light.qss
  - If current mode is dark, use dark icons for controller and keyboard applets
  - Add "dark" property to RendererStatusBarButton and GPUStatusBarButton, set to true when dark mode is used.
    Allows to have distinct colors for GPU API and accuracy buttons depending on dark mode or not
  - Enable all themes to have dark icon alternatives, not just "default" and "colorful"
    - If dark mode, icons are loaded from the directory "THEME-NAME_dark/icons"
  - If current mode is dark, use dark icons for controller and keyboard applets
  - Only qdarkstyle, qdarkstyle_midnight_blue, colorful_dark and
    colorful_midnight_blue used elements specific to dark themes
2024-04-18 11:46:06 +08:00
97814d3e59
Load custom Qt themes from yuzu data directory
- Directory is qt_themes, each theme must be in one folder
    - It should contain a file "style.qss"
    - It may contain an "icons" sub-directory, to override included icons
      (with files like mytheme/icons/colorful/48x48/star.png for example)
    - Directories ending by "_dark" are reserved for dark variant icons.
      They are not listed as themes in the UI.
- If theme directory contains "dark" or "midnight", theme will be considered dark
2024-04-18 11:46:06 +08:00
2083820fda
Undo some changes to readme 2024-04-18 11:41:41 +08:00
3f76206e9b Update README.md 2024-04-17 23:28:26 +02:00
15e49ee463 Added Ios release 2024-04-17 23:27:12 +02:00
6f57078cd9 Update README.md 2024-04-17 23:20:04 +02:00
d1d0fdd12b Update README.md 2024-04-17 18:31:46 +02:00
3ad4fb760a Added info 2024-04-17 18:21:27 +02:00
cb2c4446b7 Update README.md 2024-04-17 17:50:32 +02:00
f2bf013781 Replace Discord with suyu chat in issue template 2024-04-17 02:14:41 +02:00
0db28c44c0 Replace Discord with suyu chat in issue template
Fixes suyu/suyu#139
2024-04-17 02:13:24 +02:00
88ac3ad344
Push Request 54 Merge branch 'flodavid-improved-theming' into dev 2024-04-15 09:58:13 +08:00
6a16550e94 Merge branch 'dev' into improved-theming 2024-04-15 02:16:56 +02:00