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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhaobot 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5a7d80172d 
								
							 
						 
						
							
							
								
								Update translations (2021-11-01) ( #5886 )  
							
							... 
							
							
							
							Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org> 
							
						 
						
							2021-11-01 19:30:11 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhaobot 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ec96ee4371 
								
							 
						 
						
							
							
								
								Update translations (2021-10-16) ( #5867 )  
							
							... 
							
							
							
							Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org> 
							
						 
						
							2021-10-22 23:38:55 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								b8f6e409f6 
								
							 
						 
						
							
							
								
								Update translations (2021-07-01)  
							
							
							
						 
						
							2021-07-01 01:17:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									liushuyu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								324e88d6e0 
								
							 
						 
						
							
							
								
								Linux: Flatpak-related changes ( #5772 )  
							
							... 
							
							
							
							* cmake: allow supplying local compatibility list
* dist/desktop: add prefer non-default GPU hint ...
* On compatible systems, this will make the system to use more powerful
  GPU instead of the default one (usually the integrated one) 
							
						 
						
							2021-06-21 17:38:52 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhaobot 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								82aedb9900 
								
							 
						 
						
							
							
								
								Update translations (2021-03-01) ( #5730 )  
							
							... 
							
							
							
							Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org> 
							
						 
						
							2021-05-16 10:43:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								c38f7b4fa6 
								
							 
						 
						
							
							
								
								Update translations (2021-01-01)  
							
							
							
						 
						
							2021-01-01 01:18:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								652a87f210 
								
							 
						 
						
							
							
								
								Update translations (2020-11-01)  
							
							
							
						 
						
							2020-11-01 01:17:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								5d4a3a2d46 
								
							 
						 
						
							
							
								
								Update translations (2020-09-01)  
							
							
							
						 
						
							2020-09-01 01:17:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								add0deb3c5 
								
							 
						 
						
							
							
								
								Update translations (2020-07-01)  
							
							
							
						 
						
							2020-07-01 01:17:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Dragios 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6d65319c85 
								
							 
						 
						
							
							
								
								Update manifest file to include new elements that are introduced with Windows 10 later versions ( #5324 )  
							
							
							
						 
						
							2020-06-20 13:51:46 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									z87 
								
							 
						 
						
							
							
							
							
								
							
							
								e792c3d90c 
								
							 
						 
						
							
							
								
								citra_qt: remove incorrect style in the Dark theme  
							
							... 
							
							
							
							Property "overflow" isn't documented, and it makes Qt complain about an
unknown property in the terminal. 
							
						 
						
							2020-05-08 20:04:05 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									z87 
								
							 
						 
						
							
							
							
							
								
							
							
								09cba69b48 
								
							 
						 
						
							
							
								
								citra_qt: improve touchscreen mapping UI  
							
							
							
						 
						
							2020-05-08 20:04:05 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhaobot 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7f1a87574b 
								
							 
						 
						
							
							
								
								Update translations (2020-05-01) ( #5289 )  
							
							... 
							
							
							
							* Update translations (2020-05-01)
* Update dist/languages/zh_CN.ts
Co-authored-by: rcyggdra <rcyggdra@gmail.com>
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
Co-authored-by: Pengfei Zhu <zhupf321@gmail.com>
Co-authored-by: rcyggdra <rcyggdra@gmail.com> 
							
						 
						
							2020-05-04 11:31:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guo Yunhe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4008be436f 
								
							 
						 
						
							
							
								
								Replace non-commercial icons with free icons from icons8 ( #5093 )  
							
							
							
						 
						
							2020-03-26 13:40:03 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								1223dde349 
								
							 
						 
						
							
							
								
								second translation update  
							
							
							
						 
						
							2020-03-03 07:08:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								4aeb0c32b9 
								
							 
						 
						
							
							
								
								Update translations (2020-03-01)  
							
							
							
						 
						
							2020-03-01 01:31:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bartosz Kaszubowski 
								
							 
						 
						
							
							
							
							
								
							
							
								6a59765332 
								
							 
						 
						
							
							
								
								dark themes refinements and cleanup  
							
							
							
						 
						
							2020-02-03 14:55:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bartosz Kaszubowski 
								
							 
						 
						
							
							
							
							
								
							
							
								203a25378e 
								
							 
						 
						
							
							
								
								fix qss stylesheet whitespaces  
							
							
							
						 
						
							2020-01-28 14:25:00 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bartosz Kaszubowski 
								
							 
						 
						
							
							
							
							
								
							
							
								ff66f723bb 
								
							 
						 
						
							
							
								
								GUI: fix minor issues with dark themes  
							
							... 
							
							
							
							GUI: rename and reorder themes 
							
						 
						
							2020-01-28 14:24:52 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Citra Community 
								
							 
						 
						
							
							
							
							
								
							
							
								1e0e42044a 
								
							 
						 
						
							
							
								
								Update translations (2019-09-21)  
							
							
							
						 
						
							2019-09-21 13:57:24 +00:00