6 Commits

Author SHA1 Message Date
Orgad Shaneh
e4ec99fc62 GUI: Fix GCC/MinGW warning
textviewer.cpp:84:64: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int64' {aka 'long long int'} [-Wformat=]
   84 |         warning("TextViewerDialog::loadFile(): File size is: %ld", stream->size());
      |                                                              ~~^   ~~~~~~~~~~~~~~
      |                                                                |               |
      |                                                                long int        int64 {aka long long int}
      |                                                              %lld
2023-04-09 23:55:16 +03:00
Eugene Sandulenko
8952ceaa2f
GUI: Process empty log path and gracefully process unreadable paths 2023-03-27 00:24:46 +02:00
Eugene Sandulenko
a768d12707
GUI: Remove leftover debug message 2023-03-26 14:22:01 +02:00
Eugene Sandulenko
4869bf0780
GUI: Added close button to the TextViewer dialog 2023-03-26 14:20:52 +02:00
Eugene Sandulenko
10c3eb8ebc
GUI: Fix crash in TextViewer 2023-03-25 17:31:27 +01:00
Eugene Sandulenko
42c68234bb
GUI: Display scummvm.log path and add viewer 2023-03-25 17:11:21 +01:00