Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | GUI: Fix indentation to silence GCC 6 warning | Torbjörn Andersson | |
2016-09-05 | GUI: Enable translation for download speed string in cloud feature | Lothar Serra Mari | |
2016-09-05 | GUI: Fix warnings | Eugene Sandulenko | |
2016-08-24 | GUI: JANITORIAL: Fix code formatting | Eugene Sandulenko | |
2016-08-24 | GUI: Fix format warning | Eugene Sandulenko | |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | GUI: Show warning in DownloadDialog | Alexander Tkachev | |
If user's connection seems limited, ScummVM shows a warning message to prevent using that by accident. | |||
2016-08-24 | GUI: Update DownloadDialog | Alexander Tkachev | |
It now has download size and speed labels. Commit also fixes minor mistake in ConnMan. | |||
2016-08-24 | CLOUD: Calculate FolderDownload download speed | Alexander Tkachev | |
2016-08-24 | CLOUD: Update FolderDownloadRequest | Alexander Tkachev | |
It now keeps track of downloaded bytes. | |||
2016-08-24 | GUI: Change 'OK' to 'Hide' on close button of DownloadDialog | Peter Bozsó | |
2016-08-24 | CLOUD: Upgrade FolderDownloadRequest::getProgress() | Alexander Tkachev | |
Now NetworkReadStream, which is used in DownloadRequest, which is used in FolderDownloadRequest, returns progress information provided by libcurl. | |||
2016-08-24 | GUI: Fix DownloadDialog detection | Alexander Tkachev | |
Now it calls Launcher directly, so it updates games list on success. | |||
2016-08-24 | GUI: Remove unnecessary DownloadDialog's flag | Alexander Tkachev | |
2016-08-24 | CLOUD: Add auto-detect for downloaded game | Alexander Tkachev | |
If that's the game, that is. Method is copy-pasted from Launcher, but fixed not to ask the directory and thus doesn't contain the loop. | |||
2016-08-24 | GUI: Add lowres support for DownloadDialog's button | Alexander Tkachev | |
No actual translations, though. Should be just "Cancel", because "Cancel download" is too long for lowres mode. | |||
2016-08-24 | GUI: Update DownloadDialog | Alexander Tkachev | |
It now less empty, because if there is no download in progress, user sees the RemoteBrowser instead of empty dialog. The cancel button is now in the left bottom corner. | |||
2016-08-24 | GUI: Fix DownloadDialog path creation | Alexander Tkachev | |
Was adding a path separator even when none is required. | |||
2016-08-24 | GUI: Upgrade DownloadDialog | Alexander Tkachev | |
It now shows the remote and local directories and a progress bar. Storage now shows OSD messages on download success and failure. | |||
2016-08-24 | CLOUD: Add FolderDownload-related methods in Storage | Alexander Tkachev | |
CloudManager's shortcuts are added too. The idea is to keep FolderDownload request within Storage, and provide necessary means to access it. The download is started and cancelled through the DownloadDialog. | |||
2016-08-24 | GUI: Initiate download in DownloadDialog | Alexander Tkachev | |
2016-08-24 | GUI: Use RemoteBrowser's result in DownloadDialog | Alexander Tkachev | |
It now checks the selected local directory, and shows different MessageDialogs to notify user of mistake or ambiguous situation. | |||
2016-08-24 | GUI: Clean up in RemoteBrowser | Alexander Tkachev | |
2016-08-24 | GUI: Add RemoteBrowserDialog | Alexander Tkachev | |
WIP. Tested with Dropbox. | |||
2016-08-24 | GUI: Add DownloadDialog sketch | Alexander Tkachev | |