Commit Graph

119 Commits

Author SHA1 Message Date
Riley Hawksworth
063ea082f2 Delete old icons. 2024-03-27 18:39:49 +00:00
Riley Hawksworth
3e5536bcf9 Update SVG icon. 2024-03-27 18:38:31 +00:00
Riley Hawksworth
d1f7aeb0cd Fix problems with icons. Finish updating icons to new variant. 2024-03-27 17:30:24 +00:00
Riley Hawksworth
889feae59b Fix the icon finally. No more updates should be needed. 2024-03-27 16:43:23 +00:00
Riley Hawksworth
ff51982986 Update the icon again to hopefully prevent Windows from falling back on smaller sizes. 2024-03-27 16:38:49 +00:00
Riley Hawksworth
0d496110f7 Icon change again. Should work. 2024-03-27 16:13:22 +00:00
Riley Hawksworth
5bf3e6e1cd Merge branch 'master' of https://github.com/BlurrySquire/Lime-3DS-Emulator 2024-03-27 16:12:05 +00:00
ryzendew
163ce2f2f8
Add files via upload 2024-03-27 12:59:53 -03:00
Riley Hawksworth
7997108f91 Update icon again. Will it work this time? 2024-03-26 20:51:46 +00:00
Riley Hawksworth
086c5bd6c6 Update icon again. Hopefully this is the right size. 2024-03-26 20:34:25 +00:00
Riley Hawksworth
77f30ff9bd Update icon to have a max size of 256x256. 2024-03-26 20:05:56 +00:00
Riley Hawksworth
4536c64881 Revert SVG icon update because the converted svg is broken. 2024-03-26 19:46:42 +00:00
Riley Hawksworth
0b18d3d73f Update icons to Lime icons. The Citra icons are named as <name>_old.<extension>. 2024-03-26 19:36:02 +00:00
RyzenDew
12b838cc7f
Revert "Update icons and strings" 2024-03-08 01:55:15 -04:00
Angelo Trotta
e63ae9cd0e Change linux shortcuts 2024-03-07 14:38:17 +01:00
Angelo Trotta
6601120c01 Fix default qt_theme
- Fixed error when compiling caused by the Lime image change and renaming.
- Updated compatibility list UI to reflect changes from Citra to Lime
2024-03-07 11:08:01 +01:00
Angelo Trotta
e57bcc1675 Update icons and strings
Removed CItra icons and modified several files to change references from Citra to Lime and point to new Lime icons.
2024-03-07 03:07:03 +01:00
Tobias
1165a708d5
.tx/config: Use language mappings for android "tx pull" (#7422)
The language names we are using in the android resources differ from those on Transifex.

We need to manually specify mappings for them, so Transifex is able to place the files in the correct folders.
2024-02-07 05:41:29 -08:00
Steveice10
8afa27718c
dumpkeys: Add seeddb.bin to output files. (#7417) 2024-02-05 09:14:14 -08:00
zhaobot
8e2415f455
Update translations (2024-02-01) (#7409)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2024-02-01 15:29:49 -08:00
Tobias
1744537d85
Small improvements to Citra translations (#7379)
* dist: Remove duplicated Finnish translation

For some reason, we had Finnish listed twice on Transifex, causing it be shown twice in Citra.
It has already been deleted again from Transifex, now we only need to remove it from the repo as well.

* citra_qt/configure_ui: Show country of language in the combobox

This prevents an issue where we had seperate versions of the same language for different regions and they were not distinguishable (e.g. "Chinese (China)" and "Chinese (Taiwan)").
2024-01-24 15:17:15 -08:00
Steveice10
4f00eb20db
add volume quicksetting with volume slider (#7307)
Co-authored-by: Jonas Gutenschwager <spam.saikai@googlemail.com>
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2024-01-06 10:30:22 -08:00
Steveice10
36db566428
qt: Add support for opening files directly on macOS. (#7304)
* Associate 3ds files with Citra in Info.plist

* qt: Add support for opening files directly on macOS.

---------

Co-authored-by: shinra-electric <50119606+shinra-electric@users.noreply.github.com>
2024-01-02 12:05:12 -08:00
Tobias
15ea0c6336
Port yuzu-emu/yuzu#12100: "translations: Add android translations to transifex config" (#7246)
Port of https://github.com/yuzu-emu/yuzu/pull/12100.

Co-authored-by: Charles Lombardo <clombardo169@gmail.com>
2023-12-14 04:57:08 +01:00
zhaobot
55e0b02863
Update translations (2023-12-01) (#7223)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2023-12-03 05:07:13 -08:00
shinra-electric
52254537b7
Set macOS minimum version to macOS 11 Big Sur (#7196)
* Add minimum OS version to Info.plist

Add minimum OS version key to info.plist using a MACOSX_MINIMUM_SYSTEM_VERSION var, which can be set in CMakeLists.txt

* Set minumum OS to macOS 11 in CMakeLists.txt

Set the MACOSX_MINIMUM_SYSTEM_VERSION to macOS 11 Big Sur, which I believe is the current minimum version

* Use deployment target value rather than string 

Uses CMAKE_OSX_DEPLOYMENT_TARGET instead of a hardcoded string to set the minimum OS

* Use deployment target global variable in Info.plist.in

Using MACOSX_BUNDLE_MINIMUM_SYSTEM_VERSION does not work, as CMake leaves it blank

* Update Qt CMakeLists.txt

Don't set MACOSX_MINIMUM_SYSTEM_VERSION as CMake leaves this blank
2023-11-20 04:07:46 -08:00
Steveice10
79ea06b226
qt: Update to 6.6.0 (#7099) 2023-11-01 17:58:02 -07:00
zhaobot
38a0a85777
Update translations (2023-10-01) (#7028)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2023-10-02 18:10:11 +05:30
Steveice10
9e898bca06
build: Fix Qt installer build script. (#6938) 2023-09-01 15:18:47 -07:00
Tobias
d2260bafef
fix: Added padding to reset defaults button (#6926)
The button did not have enough padding, now it does!

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
Co-authored-by: Benjamin <73490201+benjaminhalko@users.noreply.github.com>
2023-08-28 12:17:59 -07:00
Steveice10
20f4677f80
qt: Fix dark themes not showing alternating row icons with Qt 6.5.2 (#6862) 2023-08-06 12:24:03 -07:00
Steveice10
2d6aca4563
build: Rework CI and move all bundling into new build target. (#6556)
* build: Rework CI and move all bundling into new build target.

* ci: Use "mingw" in msys2 release names for compatibility.

* ci: Use "osx" in macOS release names for compatibility.

* ci: Disable macOS upload.

Will be moved to a separate PR for canary merge.
2023-06-26 17:42:00 -07:00
Steveice10
238a574645
qt: Add support for building for iOS. (#6594) 2023-06-07 20:40:53 -07:00
Steveice10
54c499ed5b
Prepare for Vulkan backend (#6595)
* externals: Add libraries required for vulkan

* build: Add support for downloading bundled MoltenVK.

* ci: Install tools needed for Vulkan.

* citra_qt: Add API status indicator

---------

Co-authored-by: GPUCode <geoster3d@gmail.com>
2023-06-05 07:29:05 -07:00
Steveice10
ea649263b7
build: Improvements to bundled libraries support. (#6435) 2023-04-28 13:02:53 -07:00
Steveice10
b6e73f0d49
Add consolidated GodMode9 key dumping script. (#6396) 2023-04-09 21:16:31 +02:00
zhaobot
55c1710dd6
Update translations (2023-04-04) (#6414)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2023-04-04 14:28:24 +05:30
Steveice10
691cb43871
Add shortcuts and status bar widgets to toggle and set 3D factor (#6277) 2023-02-09 21:57:06 +02:00
Pengfei Zhu
99c3eb21b0
dist/languages: Migrate to new tx client 2023-02-01 14:57:12 +08:00
zhaobot
7d18e36566
Update translations (2022-10-01) (#6142)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2022-10-01 16:08:02 +05:30
Daisouji
ec7dc8803f
GUI: Make touchscreen more visible in Midnight theme (#6100) 2022-08-22 20:48:55 +05:30
The Citra Community
2c91bab0c5 Update translations (2022-08-01) 2022-08-01 03:50:38 +00:00
SachinVin
b7c1c21019
Merge pull request #6030 from Daisouji/daisouji-midnight-theme
Adding Midnight Theme
2022-06-04 14:10:05 +05:30
zhaobot
a2cd03bccb
Update translations (2022-06-01) (#6039)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2022-06-04 14:09:37 +05:30
Daisouji
2223cef4d2 Update style.qrc 2022-05-17 10:56:13 -04:00
Daisouji
577b4fe4e9 Adding Midnight_Blue to themes
Add files via upload

Removed refresh and view_refresh
2022-05-17 09:48:02 -04:00
Daisouji
67c143f971 Adding RC 2022-05-17 09:46:30 -04:00
Daisouji
0b80df25c3 Adding Midnight Assets
Add files via upload
2022-05-17 09:46:28 -04:00
zhaobot
e31f5727f7
Update translations (2022-04-01) (#5990)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2022-04-02 11:56:42 +05:30
zhaobot
e9c6730866
Update translations (2022-02-01) (#5939)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2022-02-05 11:24:02 +05:30