scummvm/backends/cloud
aryanrawlani28 4b6976c558 GUI: U32: Reduce number of files changed and fixes
Up until last commit, everything was working fine but the amount of files changed was too large. This commit tries to reduce the changes.

- Add a fake constructor to Keymap, text-to-speech, setDescription (save-state)
- Redirecting functions for PopUpWidget::appendEntry, ButtonWidget::setLabel, GUIErrorMessage
- Use the above functions and constructors to reduce changes in Engines
- Fix warnings being in unicode. Only output english text in - Warnings, Errors, etc.
- Mark some strings as "translation" strings. (Not yet added to POTFILES)
- Remove some CP related things from po/modules.mk
- Previously used some Common::convertToU32 where it was not necessary, replace this with u32constructor
2020-08-30 14:43:41 +02:00
..
box CLOUD: Make Network::ErrorResponse messages more verbose 2019-08-25 12:15:14 +03:00
dropbox CLOUD: Make Network::ErrorResponse messages more verbose 2019-08-25 12:15:14 +03:00
googledrive CLOUD: Fix MSVC Warning in Google Drive Token Refresher 2019-09-15 23:56:51 +01:00
id CLOUD: Ask user to manually enable Storage 2019-07-30 14:51:41 -04:00
onedrive CLOUD: Make Network::ErrorResponse messages more verbose 2019-08-25 12:15:14 +03:00
basestorage.cpp CLOUD: Ask user to manually enable Storage 2019-07-30 14:51:41 -04:00
basestorage.h CLOUD: Ask user to manually enable Storage 2019-07-30 14:51:41 -04:00
cloudicon_data.h
cloudicon_disabled_data.h
cloudicon.cpp CLOUD: Add Missing Default Switch Cases 2019-10-04 00:08:14 +01:00
cloudicon.h
cloudmanager.cpp GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
cloudmanager.h CLOUD: Ask user to manually enable Storage 2019-07-30 14:51:41 -04:00
downloadrequest.cpp CLOUD: Make Network::ErrorResponse messages more verbose 2019-08-25 12:15:14 +03:00
downloadrequest.h
folderdownloadrequest.cpp CLOUD: Ignore hidden files in sync/download 2019-07-30 14:51:41 -04:00
folderdownloadrequest.h
iso8601.cpp
iso8601.h
savessyncrequest.cpp CLOUD: Only download saves when necessary 2019-11-10 11:06:08 +01:00
savessyncrequest.h
storage.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
storage.h CLOUD: Ask user to manually enable Storage 2019-07-30 14:51:41 -04:00
storagefile.cpp
storagefile.h
storageinfo.h