101 Commits

Author SHA1 Message Date
Le Philousophe
f683b9b916 DISTS: Fix AppData id and update it to latest specification
AppData id should really be a rDNS but its filename and desktop
filename must match this id.
This commit makes everything match.
The provides directive must not mention its own desktop file but
launchable should.
2023-06-01 20:39:17 +02:00
Thierry Crozat
0eca37a262 BACKENDS: Remove old iPhone backend
This backend was no longer maintained and have had no release
and no daily builds for several years.
2023-05-31 19:31:19 +01:00
Ankush Dutt
1dae65f670 I18N: Add dummy cpp file to make android strings.xml translatable 2023-05-14 22:40:50 +02:00
Lars Sundström
9bc623a8a4 IOS7: Implement port-specifc option widget
Include the newly added ios7_options implementation to the project.
Change the file type to .mm which is Objective C++ to be able to use
the @availble mechanism.

Implement virtual functions and fix build errors in initial code.
Also add help section for the tvOS port when building for tvOS.

Add ios7_options to POTFILES to get automatic translation on the
help section.
2023-05-05 22:35:03 +02:00
Alexander Tkachov
14b85a41dc GUI: CloudConnectionWizard I18N 2023-04-08 16:20:11 +02:00
Eugene Sandulenko
4869bf0780
GUI: Added close button to the TextViewer dialog 2023-03-26 14:20:52 +02:00
Eugene Sandulenko
51ae8a7381
I18N: Added some files to POTFILES
They are not using the translations per se, but make the check
script simpler.
2023-03-17 15:24:28 +01:00
Eugene Sandulenko
370794b774
BACKENDS: Added missing POTFILES and added I18N-related comments 2023-03-17 15:14:49 +01:00
Eugene Sandulenko
30623a0ecf
I18N: Add missing Atari POTFILES 2023-03-17 14:50:29 +01:00
Eugene Sandulenko
1f49e54599
ANDROID: Avoid including translations.h in a header 2023-03-17 14:42:55 +01:00
Eugene Sandulenko
511a77f643
AUDIO: Avoid including translations.h in header file 2023-03-17 14:37:50 +01:00
Eugene Sandulenko
96c7632235
I18N: Remove obsolete comment 2023-03-17 13:57:22 +01:00
Eugene Sandulenko
13dbe49b44
GUI: Move SessionSelector dialog to SCUMM engine where it belongs 2023-03-06 16:49:27 +01:00
Eugene Sandulenko
957151e48d
I18N: Add gui/sessionselector.cpp to POTFILES 2023-03-06 14:58:47 +01:00
Le Philousophe
a8692ebf13 ANDROID: Make SAF strings translatable and better looking 2023-02-12 17:54:45 +01:00
Lothar Serra Mari
c660b43cba I18N: Fix filename for addon-pack downloads dialog 2023-01-08 01:30:46 +01:00
Eugene Sandulenko
8f469af5dc
GUI: Added alternate file picker to ShaderBrowser 2023-01-08 01:15:52 +01:00
Eugene Sandulenko
8f8d522913
COMMON: Move achievements.* to engines/ 2022-12-02 00:12:22 +01:00
Cameron Cawley
60c7372198 OPENGL3D: Make use of the active rect provided by WindowedGraphicsManager 2022-06-18 19:33:27 +01:00
Eugene Sandulenko
192b05930a
COMMON: Mark human-readable bytes as translatable 2021-11-18 22:38:43 +01:00
Eugene Sandulenko
ea10ec1c71
GUI: Compute the required icon packs download 2021-11-18 22:38:42 +01:00
Eugene Sandulenko
d8f1c83b58
I18N: Fix path in POTFILES 2021-11-13 15:32:40 +01:00
Eugene Sandulenko
f33e3c26a5 GUI: Mark Grid-related things translatable 2021-11-12 14:46:34 +01:00
Eugene Sandulenko
5a423ee2a6
I18N: Added missing file to POTFILES 2021-08-04 15:41:53 +02:00
Eugene Sandulenko
3bf264084d
DISTS: Added dummy file with translatable strings for scummvm.appdata.xml
Based on request in Bugreport #10901

This is used for sticking those strings into our translations. A tool
to generate appdata.xml before the release with all the strings extracted
will follow once we have the translations
2021-04-20 13:05:49 +02:00
Thierry Crozat
b3aec05656 I18N: Fix error when generating scummvm.pot 2021-04-17 21:44:37 +01:00
Eugene Sandulenko
91832bf9d8
SYMBIAN: Remove old Keys Dialog, now the global KeyMapper is used. PR#2712 2021-04-17 19:41:09 +02:00
Lothar Serra Mari
c3b3110e70 I18N: Fix references in the DS backend 2021-02-07 13:06:39 +01:00
Eugene Sandulenko
5936026209 ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
aryanrawlani28
807eb44c9a ENGINES: SCUMM: Fix compilation for DS backend
- The DS Backend has a different help screen, which was not updated with U32Strings.
- Add translations for the same.
2020-08-31 12:14:51 +02:00
Eugene Sandulenko
858954eec1 AUDIO: Properly warn user and act gracefully when soundfont is not specified.
Fixes #7127
2020-08-29 17:55:33 +02:00
Eugene Sandulenko
ac6932bd89 I18N: Added missing files to POTFILES 2020-08-27 20:26:45 +02:00
Eugene Sandulenko
27ea5239b4 GUI: Introduced MessageDialogWithURL() 2020-08-26 17:28:12 +02:00
SupSuper
bcb7d1f30c BACKENDS: Discord rich presence support
Adds support for showing the currently running game
in a Discord user's game activity.
2020-08-25 10:47:41 +02:00
Eugene Sandulenko
eaa86f9333 ALL: Remove WebOS port 2020-08-01 14:56:16 +02:00
Eugene Sandulenko
432383a667 ALL: Remove Tizen port 2020-08-01 14:42:45 +02:00
SupSuper
897efb1454 POSIX: Add support for native GTK file browserOnly enabled on platforms with libgtk 2020-03-22 20:46:42 +02:00
Bastien Bouclet
568d882e80 KEYMAPPER: Introduce a Virtual Mouse event source
The Virtual Mouse is meant to provide a way to control the mouse cursor
on system without a physical mouse. It provides keymapper actions that
are expected to be bound to game controller axes or buttons.
2020-03-09 20:00:31 +01:00
Bastien Bouclet
b3345e79a9 I18N: Update POTFILES for the keymapper changes 2020-01-29 08:51:30 +01:00
Bastien Bouclet
d62f463935 GUI: Fix translations for the mass add button 2019-12-04 08:37:18 +01:00
Bastien Bouclet
6901ee0242 3DS: Use the full resolution for the overlay on the top screen 2019-11-07 11:02:00 +01:00
Lothar Serra Mari
fd9b34c4a4 I18N: Add networking stack to the translation file database 2019-09-15 11:33:55 +02:00
Lothar Serra Mari
a5b3337cfa I18N: Add missing POTFILE entry for OSD messages on SDL backend 2019-08-31 21:54:38 +02:00
Lothar Serra Mari
0a1b8d8149 I18N: Remove obsolete POTFILES entry for storagewizarddialog.cpp 2019-07-30 21:41:28 +02:00
SupSuper
ac957852c8 I18N: Update POTFILES
Add new DialogManager files
2018-12-16 10:48:13 +00:00
Thierry Crozat
ff656cf745 I18N: Add engines/game.cpp to list of files with translatable text 2018-05-28 22:36:58 +01:00
Thierry Crozat
44bc04e0d9 GUI: Move UnknownGameDialog to gui 2018-05-28 20:55:00 +01:00
Lothar Serra Mari
4220e14522 ENGINES: Add a dialog for reporting unknown games
Thanks to the great help of @criezy, here's my implementation of an GUI
dialog that appears when an unknown game is detected.

Features:
 - Allows copying the data collected by game detector to the clipboard
 - Allows opening the bug tracker and pre-filling the form fiels

This closes https://bugs.scummvm.org/ticket/10435.
2018-04-29 21:47:10 +01:00
Thierry Crozat
d0b2770243 OPENGLSDL: Make some OSD messages translatable
Also change some OSD messages to be the same or similar to
messages used by the Surface SDL code.
2016-10-13 01:15:38 +01:00
Lothar Serra Mari
8ecb6995a9 I18N: Update POTFILES
Cloud related:
* gui/downloaddialog.cpp
* gui/remotebrowser.cpp
* gui/storagewizarddialog.cpp
* backends/cloud/storage.cpp

Various:
* gui/eitgamedialog.cpp
2016-09-04 19:56:26 +02:00