Commit graph

2190 commits

Author SHA1 Message Date
Stenzek 147f48cc64
Qt: Simplify controller binding layout construction
And make it generate widgets when there's no template.
2024-04-16 15:40:31 +10:00
Víctor "IlDucci 1c392444a7
Spanish (Spain) translation update 2024/01/25 (#3102)
Updating the Spanish (Spain) translation with the latest strings. I should point out that between my last update and this one, the Spanish flag was removed from the Language menu selection.
2024-04-16 15:40:31 +10:00
Anderson Cardoso bc4b7f2af9
Atualização Português do Brasil (#3175)
Confirmadas 2 linhas de texto no modo big duck mode.
2024-04-16 12:49:54 +10:00
Valtekken 5ed362bd84
Massive Italian translation rework, part 1 (#3179) 2024-04-16 12:49:54 +10:00
Stenzek 9eb9fc9dce
Qt: Fix drag/drop on Windows 2024-04-16 12:28:22 +10:00
Anderson Cardoso 06a29f6d95
Atualização Português do Brasil (#3174)
Atualizado para a última versão.
2024-04-14 16:26:08 +10:00
Marcin Mitura 6d167f1ffb
Polish localization updates (#3173)
Comply to latest changes:
- Translate new strings,
- Remove obsolete.
2024-04-14 16:25:59 +10:00
Stenzek c149d66d4d
System: Add 'Reduce Input Latency' option
i.e. pre-frame sleep.
2024-04-13 19:57:25 +10:00
PugsyMAME 7adbedd341
Renamed Mem Scanner Op Text&added Virtual Address (#3172)
* Renamed Mem Scanner Op Text&added Virtual Address

Renamed the Memory Scanner Operator Text for clarity. Replaced '...' with 'Value' and 'Previous' with 'Previous Result'.
Also changed "Any Value" to "Any Value ('New Search' or 'Reset Result Value')", Any Valur should really be at the top of the index and the Previous Results should come before the other Value operators. But that's a job for another time.
The Virtual Address extra will display the virtual address of DuckStation's PSX RAM so it can be easily edited with the likes of HXD or another tool where the location of the virtual memory needs to be known.

* Replaced Mem Scanner Op Text with latest English text

Not touched the translations, just added the updated english text for the Memory Scanner "Operator:" text

* Rearranged  Memory Scanner Operator class

Re-arranged Memory Scanner Operator class into a more logical order - with likely frequency of use moving item up the list.

New Order:-
Better Order:-
Any Value ('New Search' or 'Reset Result Value')         x    Any.
Less Than Previous Result                                x    LessThanLast,
Less or Equal to Previous Result                         x    LessEqualLast,
Greater Than Previous Result                             x    GreaterThanLast,
Greater or Equal to Previous Result                      x    GreaterEqualLast,
Not Equal to Previous Result (Changed Value)             x    NotEqualLast,
Equal to Previous Result (Unchanged Value)               x    EqualLast,
Decreased By Value                                       x    DecreasedBy,
Increased By Value                                       x    IncreasedBy,
Changed By Value                                         x    ChangedBy,
Equal to Value                                           x    Equal,
Not Equal to Value                                       x    NotEqual,
Less Than Value                                          x    LessThan,
Less or Equal to Value	                                 x    LessEqual,
Greater Than Value                                       x    GreaterThan,
Greater or Equal to Value                                x    GreaterEqual

* Rearranged  Memory Scanner Operator class

Changes operator order to:-
Any Value ('New Search' or 'Reset Result Value')        
Less Than Previous Result                               
Less or Equal to Previous Result                        
Greater Than Previous Result                            
Greater or Equal to Previous Result                     
Not Equal to Previous Result (Changed Value)            
Equal to Previous Result (Unchanged Value)              
Decreased By Value                                      
Increased By Value                                      
Changed By Value                                        
Equal to Value                                          
Not Equal to Value                                      
Less Than Value                                         
Less or Equal to Value	                                
Greater Than Value                                      
Greater or Equal to Value

* Memory Scanner line references updates

Updated <location filename="../memoryscannerwindow.ui" line="???"/> line numbers for the Memory Scanner operation re-ordering.
These are currently the only 4 translation files that make reference to memoryscannerwindow.ui, the other 12 still reference cheatmanagerdialog.ui so not replicated for them as this would only partially fix them - so I left them alone as I hope there's some automated tools to handle it.

* Update src/duckstation-qt/memoryscannerwindow.cpp
2024-04-13 19:57:12 +10:00
zkdpower 01e06b338d
Update the Simple-Chinese translation to latest. 2024-04-12 21:07:16 +10:00
shikulja 42ac79d42a
Update Russian translation (#3169) 2024-04-12 19:56:32 +10:00
Marcin Mitura 349ff42ce2
Polish localization updates (#3168)
Comply to latest changes:
- Translate VSync string,
- Remove obsolete.
Silent is based :3
2024-04-11 23:42:56 +10:00
Anderson Cardoso 4591fe8f84
Atualização Português do Brasil (#3167)
Atualizado para a última versão.
2024-04-11 23:42:43 +10:00
Stenzek bbdc31cad6
Qt: String fix 2024-04-11 23:21:50 +10:00
Anderson Cardoso 5a2215d305
Atualização Português do Brasil (#3165)
Atualizado para a última versão.
2024-04-11 22:54:57 +10:00
Marcin Mitura 7d85284626
Polish localization updates (#3166)
Comply to latest changes:
- Translate new strings,
- Remove obsolete strings.
2024-04-11 22:54:40 +10:00
Stenzek c017d04423
Qt: "Display Vertical Sync" => "Vertical Sync" 2024-04-11 22:53:02 +10:00
Stenzek 7344661801
GPUDevice: Split submission and presentation 2024-04-11 22:53:02 +10:00
Stenzek 3e9ac99d54
Qt: Fix 6.7 deprecation warnings 2024-04-11 21:55:50 +10:00
Marcin Mitura 9bee24e083
Polish localization updates (#3164)
Comply to latest changes:
- Correct not fitting string,
- Translate new strings,
- Remove obsolete.
2024-04-11 21:38:28 +10:00
Stenzek 88270771da
System: Combine VRR and Optimal Frame Pacing
GSync/FreeSync display users should:
 - DISABLE VSync.
 - ENABLE Optimal Frame Pacing.
2024-04-11 21:33:40 +10:00
Stenzek 7b93edada1
Qt: Purge controller bind migration
About a year and a half is long enough.
2024-04-11 20:09:52 +10:00
Stenzek 1b1e42d003
System: Add Error to boot/load/save state 2024-04-11 13:42:10 +10:00
Bobby Smith ae223403bb Qt: fix "Deinterlacing" description 2024-04-11 12:20:51 +10:00
Stenzek 8c741d2d48
Qt: Update glyph range for zh-CN and purge old obsolete strings 2024-04-10 20:28:00 +10:00
zkdpower 05d2ad5800
Update the Simple-Chinese translation to latest. 2024-04-10 20:20:52 +10:00
Marcin Mitura b209e6b0a8
Polish localization updates (#3160)
* Polish localization updates

- Match latest changes,
- Correct typos,
- Remove vanished strings.

* Polish localization updates

- Match latest changes:
* Correct typos,
* Remove obsolete strings.
2024-04-10 17:37:36 +10:00
Stenzek a57ed3c91c
Qt: Add correct Cheat Manager UI file 2024-04-10 17:06:36 +10:00
Stenzek 4598bc789b
Qt: Split Cheat Manager and Memory Scanner
And make them persistent across system invocations.
2024-04-10 14:05:46 +10:00
Marcin Mitura 6965bc54f4
Polish localization updates (#3158)
- Comply new FullscreenUI,
- Remove vanished strings.
2024-04-10 12:13:50 +10:00
Bobby Smith ad45ace97d
Qt: fix "Show Controller Input" and "Show Settings" descriptions (#3159) 2024-04-10 12:13:39 +10:00
Anderson Cardoso 5fb81753dd
Autalização Português do Brasil (#3157)
Atualizado para a última versão.
2024-04-10 12:13:25 +10:00
Stenzek 26c1d4b787
Qt: Icon fix 2024-04-10 00:07:25 +10:00
Stenzek bf4e8feb25
FullscreenUI: Redo landing page and add help bar 2024-04-09 23:49:24 +10:00
Marcin Mitura daab121a14
misc: translation file cleanup (#3155) 2024-04-09 19:53:11 +10:00
Marcin Mitura 841a6e1f17
lupdate translation file. (#3153) 2024-04-07 19:10:46 +10:00
Stenzek 1ee5f737ed
MemoryCardImage: Report errors to caller 2024-04-07 13:23:00 +10:00
Marcin Mitura 79e96ff5e6
Polish localization updates (#3152) 2024-04-06 21:51:32 +10:00
Stenzek 26c76d184f
Qt: Fix toolbar position not saving 2024-04-05 19:21:56 +10:00
shikulja d3b552e759
Update Russian translation (#3149)
* Update ts

* Update Russian translation
2024-04-05 17:54:27 +10:00
Stenzek bdafbe0b28
Qt: Fix crash on shutdown settings save 2024-04-05 17:23:29 +10:00
Stenzek 5c56d4e869
Deps: Update to Qt 6.7.0 and SDL 2.30.2 2024-04-05 17:23:28 +10:00
Stenzek 0a17cf7db8
Qt: More missing toNativeSeparators() calls 2024-04-04 16:59:52 +10:00
Anderson Cardoso 5e1c5277b3
Atualização Português do Brasil (#3148)
* Atualização Português do Brasil

Atualizado para a última versão.

* Atualização Português do Brasil

Atualizado para a última versão.
- Novo tema
- OSD sobre PGXP atualizada
2024-04-04 11:27:04 +10:00
Stenzek bd19276cf5
Qt: Fix loading/saving state to file on Windows 2024-04-03 22:58:20 +10:00
Anderson Cardoso 38249a3357
Atualização Português do Brasil (#3144)
Atualizado para a última versão.
2024-04-03 22:57:23 +10:00
zkdpower fa644a05b3
Update the Simple-Chinese translation to latest. (#3147) 2024-04-03 22:57:12 +10:00
KamFretoZ cb26acbc6c
Qt: Port over Cobalt Sky theme from PCSX2 (#3145) 2024-04-03 22:56:59 +10:00
Stenzek 5ec1331831
Qt: Update glyph ranges 2024-04-01 18:12:53 +10:00
zkdpower 3a0bc36f9f
Update the Simple-Chinese Translation to latest. (#3142) 2024-04-01 18:12:52 +10:00
Stenzek a89c514d3f
Qt: Minor typo corrections 2024-04-01 18:12:52 +10:00
Stenzek 86927ea3eb
Qt: Use window modality for message boxes
Stops them opening in the middle of the screen on MacOS.
2024-03-31 23:37:49 +10:00
Stenzek f0f1473b6e
Qt: Fix native message boxes on MacOS 2024-03-31 23:12:14 +10:00
Anderson Cardoso 578490648b
Atualização Português do Brasil (#3141)
- Confirmação de mensagens OSD
2024-03-31 15:53:24 +10:00
Stenzek 0b99db6730
Qt: Ensure settings are writable before running setup wizard 2024-03-31 15:51:30 +10:00
Anderson Cardoso c09e9edc4a
Atualização Português do Brasil (#3139)
Resumo:
- Extensão Webp para capturas de tela
- OSD atualizada PGXP
- Subq CD-Rom

Detalhado:
Nova opção para captura de tela em formato webp, por padrão, Duckstation usa o formato .png caso queira mudar
siga em:
Configurações > Gráficos > (aba) Captura e por fim escolha a opção webp.

Mensagem referente ao uso do PGXP desativado pelas configurações de compatibilidade atualizado, alguns jogos
como Crash team racing e Sheep rider quando utilizado o PGXP sofrem com quebras de polignos no chão. esta mensagem
faz referência a estes jogos (já testados) que têm este problema com a tecnologia pgxp ativado.

Foi detectado em testes recentes que a funcionalidade de leitura de CD-rom no emulador estava tendo problemas de travamentos
engasgos, telas pretas, tanto durante o gameplay quanto na leitura de CDs de música (tela do BIO), no caso de jogos. ocorria
por conta do segundo canal de código, que alguns leitores de CD têm, foi adidionado uma opção para ignorar esse segundo canal de código para que os jogos/CDs possam ser lidos de forma correta. porém pode não funcionar com jogos com criptografia (PAL/Europeus).
2024-03-28 14:16:09 +10:00
Stenzek 28fd6c0ea4
Qt: Expose "Ignore Drive Subcode" option 2024-03-26 01:20:33 +10:00
Stenzek 7b8704aba1
System: Fix incorrect sanitization of memcard filenames 2024-03-25 23:24:41 +10:00
Stenzek b143d96476
Build: Use deps DLLs on Windows 2024-03-24 16:02:59 +10:00
Anderson Cardoso f2a7810e70
Atualização Português do Brasil (#3137)
Atualizado para a última versão.
2024-03-23 13:46:45 +10:00
Stenzek 4d5c8cb134
Qt: Fix main window stuck open after update 2024-03-23 02:26:56 +10:00
Stenzek 2be8287edf
Qt: Fix closing log window via taskbar 2024-03-21 02:01:48 +10:00
Stenzek 604dd5df40
Qt: Add copy/clear game settings 2024-03-21 00:50:57 +10:00
Anderson Cardoso 3702a533f2
Update duckstation-qt_pt-BR.ts (#3135) 2024-03-17 00:10:36 +10:00
Stenzek 1ab7850ed0
GPU: Rewrite deinterlacing and add adaptive/blend modes 2024-03-16 14:14:15 +10:00
Anderson Cardoso 5054d46075
Add Theme - Ruby
This PR adds the Ruby Dark theme from PCSX2 to Duckstation

Thanks @KamFretoZ for the heads up,
Credits custom palette @Daisouji
2024-03-16 14:13:55 +10:00
Stenzek b9c9b05878
Qt: Remove duplicate menu action 2024-03-13 14:14:40 +10:00
shikulja b76af42acc
Update Russian translation (#3132)
* Update Russian translation

* Update Russian translation
2024-03-13 14:14:30 +10:00
Anderson Cardoso 9950fdb07a
Memory Card Icon (#3133)
Update of position for the Memory Card icons in flyout menus tested in both White and Dark themes.
2024-03-13 14:14:11 +10:00
Stenzek 604b47c7b7
Deps: Update to SDL2 2.30.1 and Qt 6.6.2 2024-03-08 23:41:14 +10:00
Anderson Cardoso 9ac97f40fd
Atualização Português do Brasil (#3129)
Confirmação de textos movidos.
2024-03-07 00:03:54 +10:00
Stenzek 620d08f72d
Build: Move Image from common to util 2024-03-06 16:09:21 +10:00
Stenzek faa64ec4ff
Qt: Improve log window behavior on MacOS 2024-03-05 00:02:22 +10:00
Stenzek 3d2a091c46
Qt: Improve upscale label text 2024-03-05 00:02:22 +10:00
Stenzek a3f6930072
Qt: Fix default arrow key binding on MacOS 2024-03-05 00:02:22 +10:00
Anderson Cardoso adb2d6c316
Atualização Português do Brasil (#3128)
Atualizado para a última versão
2024-03-04 23:58:30 +10:00
Anderson Cardoso 403ee01a33
Atualização Português do Brasil (#3126)
* Atualização Português do Brasil

- Novo modo de deteção de linhas pela GPU
- Novas opções do modo Big duck mode adicioadas
- Várias outras opções antes movidas ou realocadas confirmadas para a última versão.

* Update do update

Melhoria de contexto
2024-03-03 14:03:39 +10:00
Stenzek ae0dde8b18
Qt: Make some extra space in memcard settings
Settings should fit on 720p now.
2024-03-03 14:03:07 +10:00
Stenzek e2024f6175
System: Change "Auto Load Cheats" to "Enable Cheats" 2024-03-03 14:03:07 +10:00
Stenzek a1d7d214cf
GPUDevice: Add support for VRR and relaxed vsync 2024-03-03 14:03:07 +10:00
Anderson Cardoso d9e496284f
Atualização Português do Brasil (#3125)
Atualizado para a última versão
2024-03-02 21:28:38 +10:00
Stenzek 04b837a418
Qt: Redesign graphics settings panel
Add screenshot format/type.
2024-03-02 21:21:20 +10:00
Stenzek 713d396a7e
GPU/HW: Add quad line detection (Wild Arms 2) 2024-03-02 17:13:19 +10:00
Stenzek 71094a0e44
CPU: Implement memory breakpoints/watchpoints 2024-02-28 00:02:02 +10:00
Stenzek ef4389cea8
Qt: Cache CPU register values
That way they don't update while running.
2024-02-27 22:38:43 +10:00
Stenzek a63e78d83c
Qt: Mutate breakpoints on CPU thread 2024-02-27 21:04:25 +10:00
Stenzek e3a287de44
Qt: Keep debugger open outside of game 2024-02-27 20:15:12 +10:00
Stenzek c1381cfda6
System: Gracefully handle memory allocaion failure 2024-02-25 20:30:41 +10:00
Stenzek 9ac9fc0a1e
Host: Add ReportFatalError() 2024-02-25 20:30:41 +10:00
Anderson Cardoso b5b5f6bc67
Atualização Português do Brasil (#3123)
Confirmado textos movidos do depurador.
2024-02-25 20:30:29 +10:00
zkdpower 75cd2dac0d
Update the Simple-Chinese translation to latest. (#3122) 2024-02-24 14:57:10 +10:00
zkdpower 272c43d139
Update the Simple-Chinese translation to latest. (#3121) 2024-02-19 22:54:15 +09:00
Stenzek 2dc801e513
Qt: Fix mismatched debugger accelerators 2024-02-19 22:53:54 +09:00
Anderson Cardoso 330397b900
Atualização Português do Brasil (#3119)
* Atualização Português do Brasil

- Adicionado novo tema

* Atualização - Turco

Atualizado idioma Turco para a última versão, revisado por um nativo.

* Atualização Português do Brasil

Atualizado para a última versão
2024-02-18 15:44:47 +09:00
shikulja ad2c8dbaa4 Update Russian translation 2024-02-18 15:44:33 +09:00
KamFretoZ 1f6636f62b Qt: Icon updates 2024-02-18 15:44:12 +09:00
Anderson Cardoso a1da72202b Atualização - Turco
Atualizado idioma Turco para a última versão, revisado por um nativo.
2024-02-15 23:17:18 +10:00
Anderson Cardoso 5da535c663 Atualização Português do Brasil
- Adicionado novo tema
2024-02-15 23:17:18 +10:00
zkdpower a1f735353f Update the Simple-Chinese translation to latest. 2024-02-15 23:16:57 +10:00
Stenzek 01876ec4aa
Qt: Fix a couple of game summary translation issues 2024-02-15 22:14:46 +09:00
Stenzek 1faecd8853
Qt: Fix labels when changing multi-tap controller type 2024-02-15 22:06:01 +09:00
KamFretoZ d9846093c3 Qt: Add new theme "Grey Matter" 2024-02-06 23:49:05 +10:00
Tobias Jakobi 10616162f0 Qt: Add Missing QtCore includes 2024-02-06 23:48:45 +10:00
Anderson Cardoso eafa5d41bb Atualização Português do Brasil
Atualizado para a última versão
2024-02-05 14:40:10 +10:00
Stenzek ac1fd7f0cf
Qt: Remove update.zip after updating 2024-02-04 17:40:19 +10:00
Stenzek 885addcfce
Qt: Fix update cleanup on Windows 2024-02-04 17:33:34 +10:00
Stenzek 3bd9cbdfec
Qt: Update elevator for non-writable paths
i.e. support installation in Program Files.
2024-02-04 17:15:48 +10:00
Anderson Cardoso 0955e5fb30 Atualização Português do Brasil
Novas opções de drivers adicionadas.
2024-02-04 16:19:07 +10:00
Stenzek d7a1c447c6
GameDatabase: Switch to YAML 2024-02-04 16:14:05 +10:00
Stenzek 73bb2e77af
SDLInputSource: Expose IOKit/MFI toggles 2024-02-03 19:41:56 +10:00
Stenzek c2c3eac749
Build: Use shared webp/zstd/zlib 2024-02-03 19:41:56 +10:00
zkdpower a9d834cd8b Update the Simple-Chinese translation to latest. 2024-01-27 02:20:19 +10:00
Anderson Cardoso 5eefbcddc5
Atualização Português do Brasil (#3106) 2024-01-27 02:19:30 +10:00
KamFretoZ 3fd0ab3be0 Indonesian Translation 2024-01-26 13:21:02 +07:00
zkdpower 7d3d063583
Update the Simple-Chinese translation to latest. (#3104)
* Update the Simple-Chinese translation to latest.

* Update the Simple-Chinese translation to latest.

* Add files via upload

* Update the Simple-Chinese translation to latest.
2024-01-26 14:35:43 +10:00
Stenzek 05d969881f
Qt: Fix setting typos 2024-01-26 14:35:05 +10:00
zkdpower 08eec2e66e
Update the Simple-Chinese translation to latest. 2024-01-25 13:43:19 +10:00
Anderson Cardoso 8b656d7db5
Atualização Português do Brasil
Atualizado para a última versão.
2024-01-25 13:42:54 +10:00
zkdpower ef9edb8f40
Update the Simple-Chinese translation to latest. 2024-01-25 13:42:41 +10:00
Stenzek 4f347bf626
Qt: Add missing display setting help text 2024-01-24 13:56:22 +10:00
Stenzek 9607b6d3d8
Qt: Make controller settings page scrollable
Backport of 21d3ad86d4
2024-01-24 13:53:07 +10:00
Anderson Cardoso 56b452d58b
Atualização Português do Brasil
Update to latest.
2024-01-22 14:41:19 +10:00
zkdpower b7b2a500dc
Update the Simple-Chinese translation to latest. 2024-01-22 14:41:19 +10:00
Anderson Cardoso daa8445331
Atualização Português do Brasil 2024-01-22 14:41:19 +10:00
Stenzek b9f7900e8c
Qt: Update glyph ranges 2024-01-22 14:41:19 +10:00
zkdpower 543c28b240
Update the Simple-Chinese Translation to latest. 2024-01-22 14:41:19 +10:00
Stenzek 150ab8f4af
GPU: Add host/hardware stats 2024-01-22 14:41:19 +10:00
Stenzek 884c851079
CPU: Fix GTE control register disassembly 2024-01-21 02:45:09 +10:00
Stenzek 0065800f05
Qt: Fix a couple of error log formats 2024-01-21 00:18:48 +10:00
Stenzek 24cb489a32
Qt: Update Korean translation by Hackjjang 2024-01-21 00:07:32 +10:00
Stenzek 429cb4f351
Qt: Allow toggling fullscreen when VM is paused 2024-01-21 00:07:32 +10:00
Stenzek a0370c7fb7
Qt: Delete settings windows on close 2024-01-21 00:07:32 +10:00
Stenzek b98ac8722a
FullscreenUI: Move functionality to Host 2024-01-20 20:29:33 +10:00
Stenzek 687e212dfe
GPU/HW: Shader compile fix 2024-01-20 02:14:36 +10:00
Stenzek 8970909400
Qt: Make Shift+Wheel scroll settings description 2024-01-19 22:13:29 +10:00
Stenzek 37276472eb
Qt: Tidy up Enhancement settings 2024-01-19 21:40:44 +10:00
Hugo Locurcio cc94b76037
Add debanding option to improve gradient smoothness with truecolor
This option only has an effect if true color is also enabled.
2024-01-19 01:05:21 +01:00
Anderson Cardoso 4d1d830b30
Atualização Português do Brasil
- Incluido mensagens novas sobre fontes do modo Big duck mode
2024-01-14 01:44:22 +10:00
Stenzek ecbd693d22
Qt: Fix warning 2024-01-13 13:55:48 +10:00
Stenzek 573dfd2a26
Qt: Add runtime downloading of OSD fonts 2024-01-10 22:46:57 +10:00
Stenzek 55a76892ae
Qt: Add runtime resource downloading 2024-01-10 22:46:57 +10:00
Stenzek 73cee9f705
Settings: Add UserResources to EmuFolders
Allowing some resources, such as fonts/sounds to be overridden by the
user.
2024-01-10 22:46:57 +10:00
Anderson Cardoso 95486f7972
House cleaning (#3083)
* Clean Up

As discussed in discord this PR purges some empty forms and it's unused properties from the following files below.

achievementsettingswidget.ui:   <string>Form</string>
advancedsettingswidget.ui:   <string>Form</string>
audiosettingswidget.ui:   <string>Form</string>
biossettingswidget.ui:   <string>Form</string>
consolesettingswidget.ui:   <string>Form</string>
controllerbindingwidget.ui:   <string>Form</string>
controllerbindingwidget_analog_controller.ui:   <string>Form</string>
controllerbindingwidget_analog_joystick.ui:   <string>Form</string>
controllerbindingwidget_digital_controller.ui:   <string>Form</string>
controllerbindingwidget_guncon.ui:   <string>Form</string>
controllerbindingwidget_mouse.ui:   <string>Form</string>
controllerbindingwidget_negcon.ui:   <string>Form</string>
controllerglobalsettingswidget.ui:   <string>Form</string>
controllermacroeditwidget.ui:   <string>Form</string>
displaysettingswidget.ui:   <string>Form</string>
emptygamelistwidget.ui:   <string>Form</string>
emulationsettingswidget.ui:   <string>Form</string>
enhancementsettingswidget.ui:   <string>Form</string>
foldersettingswidget.ui:   <string>Form</string>
gamelistsettingswidget.ui:   <string>Form</string>
gamelistwidget.ui:   <string>Form</string>
generalsettingswidget.ui:   <string>Form</string>
postprocessingsettingswidget.ui:   <string>Form</string>
2024-01-05 02:57:33 +10:00
Anderson Cardoso 2bddafb1fc Autalização Português do Brasil
- Atualizado para versão mais recente.
2023-12-28 08:57:43 -03:00
Stenzek b75528272e
Qt: Fix activation of existing game properties windows 2023-12-28 15:50:01 +10:00
Anderson Cardoso 63bc3883ea
Atualização Português do Brasil (#3079)
* Atualização Português do Brasil 

- Opções avançadas de cópia de textura (adicionada)
- Opções avançadas de armazenamento de texturas (adicionada)

* Update duckstation-qt_pt-BR.ts
2023-12-28 14:27:10 +10:00
Anderson Cardoso 489235f48a
Update ts files
Remove obsolete strings for all available languages files.
2023-12-27 01:45:16 +10:00
Stenzek 044eb589f9
Settings: Expose disable texture buffers/copy to self options 2023-12-27 01:44:08 +10:00
Anderson Cardoso abbcd65563
Atualização Português do Brasil (#3077)
* Atualização Português do Brasil

- Configurações (adicionado)
- Configurações avançadas modo exclusivo (adicionado)
2023-12-26 16:13:37 +10:00
Stenzek 62d2f12236
Settings: Expose exclusive fullscreen control 2023-12-25 23:44:15 +10:00
Anderson Cardoso c33f415e72
Atualização Português do Brasil (#3075)
* Atualização Português do Brasil

- Novos textos no modo big duck mode (adicionado)
- Informação sobre tamanho de jogos (adicionado)
2023-12-25 19:50:21 +10:00
Stenzek 36643fe78b
GameList: Add "File Size" field 2023-12-20 23:40:28 +10:00
Anderson Cardoso efaee4ab50
Atualização Português do Brasil
- Atalhos (atualizado)
- Big duck mode UI (atualizado)
2023-12-19 22:44:17 +10:00
zkdpower 4a4e33ed72 Update the Simple-Chinese Translation to latest. 2023-12-19 22:43:13 +10:00
Stenzek e6be0532cb
System: Fix incorrect rewind VRAM estimation 2023-12-18 20:50:35 +10:00
Stenzek 2d4191f8ce
Qt: Fix game properties dialogs keeping app open 2023-12-18 13:34:12 +10:00
Anderson Cardoso 737915821d Atualização Português do Brasil
Atualizado OSD para conquista em modo hardcore.
2023-12-16 18:57:21 -03:00
Anderson Cardoso 2eed013371 Atualização Português do Brasil
- Textos de sistema (incluidos)
2023-12-14 11:23:18 -03:00
Stenzek 7e2afe82b5
FullscreenUI: Fix opening while paused 2023-12-14 20:23:48 +10:00
Connor McLaughlin 371c58dc72
Merge pull request #3068 from andercard0/master
Atualização Português do Brasil
2023-12-13 23:01:56 +10:00
Anderson Cardoso 82b71e8169 Atualização Português do Brasil
- Seleção de salvamento rápido (adicionado)
- Confirmação de textos movidos
- Correção de texto
2023-12-13 08:30:55 -03:00
Stenzek 710698f7e1
Misc: Remove StringUtil::{Starts,Ends}With, use C++20 2023-12-13 21:18:19 +10:00
Stenzek 79c226efff
SmallString: fmt -> format, format -> sprintf 2023-12-13 21:06:15 +10:00
Stenzek 5c42d3906a
Qt: Fix incorrect value of combo postfx options 2023-12-08 20:12:23 +10:00
IlDucci 3f36b26ed9 Spanish (Spain) translation update
Adding translations for the latest string changes.
2023-12-08 00:52:47 +01:00
Stenzek 10473f1cfb
PostProcessing: Add categories/combos/tooltips 2023-12-07 15:19:10 +10:00
Stenzek 96d377a396
Qt: Fix performance counters showing up without VM 2023-12-07 14:14:06 +10:00
Connor McLaughlin 14c7c70b0c
Merge pull request #3065 from zkdpower/master
Update Simple-Chinese Translation.
2023-12-06 20:26:19 +10:00
zkdpower 4b02ce1926
update simple-chinese translation. 2023-12-05 22:56:11 +08:00
Stenzek 407049cd91
Qt: Resolve any symbolic links in AppRoot/DataRoot
Should fix incorrect relative path generation on FreeBSD, where /home is
a symlink to /usr/home.
2023-12-05 16:05:27 +10:00
Anderson Cardoso fad4c4804c Atualização Português do Brasil
- Alguns textos movidos confirmados novamente
- Menus de controle (atualizados)
- Menus de conquistas (adicionados)
- Menus de cartão de memória (atualizados)
2023-12-04 08:33:53 -03:00
Connor McLaughlin 1e0dbe3404
Merge pull request #3063 from zkdpower/master
update simple-chinese translation.
2023-12-04 14:15:49 +10:00
Stenzek 07fac1fb19
Qt: Prompt user to enable HC mode on achievement login 2023-12-04 14:07:04 +10:00
Stenzek 41f821513b
Qt: Fix translation context in MemoryCardEditorWindow 2023-12-04 13:44:58 +10:00
zkdpower abf079b9d4
update simple-chinese translation. 2023-12-04 00:47:14 +08:00
Connor McLaughlin 33db3b044c
Merge pull request #3062 from andercard0/master
Atualização Português do Brasil
2023-12-03 22:08:26 +10:00
shikulja 7c7a45d68f
Update Russian translation (#3061)
* upd ts

* Update Russian translation

* typo
2023-12-03 22:08:14 +10:00
Stenzek 6d57cb9d80
Qt: Fix links in first page of Setup Wizard 2023-12-03 22:07:52 +10:00
Stenzek 2bdc691111
Qt: Fix window icon on Controller Settings 2023-12-03 17:05:22 +10:00
Anderson Cardoso 041e3a1d71 Atualização Português do Brasil
- Adicionado mensagens OSD
2023-12-02 22:36:01 -03:00
Connor McLaughlin d0d5b79b61
Merge pull request #3060 from martymac/FreeBSD-fixes
Free bsd fixes
2023-12-02 16:53:28 +10:00
Anderson Cardoso 8e89d1eb86 Atualização Português do Brasil
Inclusão de mensagens OSD faltantes.
2023-12-01 12:16:26 -03:00
Connor McLaughlin 7a03d8cbc4
Merge pull request #3056 from andercard0/master
Atualização Português do Brasil
2023-12-01 19:38:55 +10:00
Connor McLaughlin ddbb4136b1
Merge pull request #3055 from zkdpower/master
Update Simple-Chinese Translation.
2023-12-01 19:38:46 +10:00
Stenzek 3469b83a58
VulkanDevice: Add barrier inbetween self image copies 2023-12-01 19:08:46 +10:00
Anderson Cardoso 6772514bb3 Atualização Português do Brasil
- Adicionado textos faltantes
- Confirmado textos movidos e novos
- Consertado erros de digitação e consistência.
2023-11-30 13:39:32 -03:00
zkdpower d23d466693
Update Simple-Chinese Translation. 2023-12-01 00:28:42 +08:00
Connor McLaughlin 80a7c4b82a
Merge pull request #3053 from zkdpower/master
Update Simple-Chinese Translation.
2023-11-30 14:15:49 +10:00
Stenzek 78ef9e1105
Qt: Fix opening memcard editor more than once 2023-11-30 13:29:26 +10:00
Ganael Laplanche b6d67560e3 Fix data directory handling on FreeBSD 2023-11-29 20:38:56 +01:00
zkdpower ab28fb8673
Update Simple-Chinese Translation. 2023-11-30 03:34:33 +08:00
Connor McLaughlin 369f8b1239
Merge pull request #3051 from zkdpower/master
Update Simple-Chinese Translation.
2023-11-29 23:12:18 +10:00
Connor McLaughlin 09abd8c42d
Merge pull request #3052 from andercard0/master
Atualização Português do Brasil
2023-11-29 23:12:00 +10:00
Stenzek 4ac4388b08
GameDatabase: Fix identification of misnamed-exe games 2023-11-29 23:05:27 +10:00
Stenzek 325dcc81ca
FullscreenUI: Allow changing UI language 2023-11-29 20:26:36 +10:00
Stenzek e806d939ae
Qt: Fix crash on language change with system active 2023-11-29 19:48:39 +10:00
Stenzek 03592e8de8
Qt: De-dialogify memory card editor 2023-11-29 18:47:38 +10:00
Anderson Cardoso 39032d3ffe Atualização Português do Brasil
- Textos do modo big duck mode adicionados.
2023-11-28 15:17:24 -03:00
zkdpower 7bf1be7de6
Update Simple-Chinese Translation. 2023-11-29 01:59:31 +08:00
Stenzek 26f3d5ba56
FullscreenUI: Add missing translation strings 2023-11-29 02:18:20 +10:00