101 Commits

Author SHA1 Message Date
Henrik Rydgard
52237f3980 Fix bug where files with the same prefix as a directory would look like they were in that directory, but with their name chopped. 2014-02-12 11:03:31 +01:00
Henrik Rydgard
cf52650724 VFS: Detect non-local paths on Windows too. 2014-02-06 00:02:45 +01:00
Henrik Rydgard
b913c3c36f Use wstring conversion in file/dialog.cpp 2014-02-05 16:18:03 +01:00
Henrik Rydgard
63f7bae9c9 Filter out A:/ and B:/ drives from PathBrowsers. 2014-02-05 10:47:49 +01:00
Henrik Rydgård
80a424fd18 Fix "in_zip_path_" functionality in GetFilesInDir for zip files 2014-01-21 14:14:45 +01:00
Henrik Rydgård
1dd3915a4c Prevent writing pointers as bools in iniFile::section::Set 2014-01-16 16:38:40 +01:00
Henrik Rydgård
4dbff7b2d0 Remove unnecessary logging in chunk_file.cpp 2014-01-10 13:29:56 +01:00
Sacha
ecd364d854 Fix a typo that was causing VFS to fail for Qt. 2013-12-20 00:41:42 +10:00
Henrik Rydgård
123cd269b5 VFS: Always treat paths beginning with "/" as local file paths and bypass VFS. 2013-12-13 16:23:13 +01:00
Henrik Rydgård
0909dcbbf5 getFilesInDir: Actually count the number of files. 2013-12-13 16:13:29 +01:00
Henrik Rydgård
da2b26299d Allow calling getFilesInDir with null files 2013-12-13 16:09:09 +01:00
Henrik Rydgard
b99b826f52 Fix bug with missing files in APK 2013-12-12 20:45:51 +01:00
Henrik Rydgard
c25cf61f54 Warning fix, delete broken Wait function in prio work queue 2013-12-12 12:07:09 +01:00
Henrik Rydgard
73b46f433c Paths starting with '/' are not VFS paths. 2013-12-10 15:29:58 +01:00
Henrik Rydgård
d0d5be2c5d Logspam reductions 2013-12-09 13:44:47 +01:00
Unknown W. Brackets
9f82f52189 Small safety tweaks to PathBrowser. 2013-12-08 13:38:31 -08:00
Sacha
17ddae23cc Qt: Prepare for desktop UI to use embedded mobile UI. 2013-11-27 01:30:28 +10:00
Sacha
06f5d0b76a Fix small bug that was preventing some shaders from loading. 2013-11-23 00:23:26 +10:00
Henrik Rydgård
e6cf410373 Merge pull request #174 from Bigpet/SDLJoystickRefactor
refactored SDL joystick into seperate file
2013-11-22 04:06:54 -08:00
Sacha
58035235da Qt: Fix directory listing for VFS. 2013-11-22 15:25:45 +10:00
Peter Tissen
3b076b41a9 refactored SDL joystick into seperate file 2013-11-22 02:00:35 +01:00
Sacha
4177cf49db Qt: Create a AssetsAssetReader for reading via :/assets on Qt. 2013-11-21 19:31:55 +10:00
Sacha
b34c1238e1 Qt: Load from assets if file is not in VFS. 2013-11-21 17:45:54 +10:00
Henrik Rydgard
7ac7851b33 Android crashfix 2013-11-19 23:43:19 +01:00
Sacha
b04f2d4c45 Hide account path in friendly path. There is limited space to print out a full path. 2013-11-20 01:23:15 +10:00
Henrik Rydgård
1a98d8345d Move out PathBrowser from ppsspp 2013-11-18 14:02:56 +01:00
The Dax
adb73a8844 Only append a slash to the directory if there isn't one on the end. 2013-10-14 13:15:32 -04:00
The Dax
1524cc37f5 Oops. 2013-10-14 02:28:30 -04:00
The Dax
f64ca47304 Use wide paths on Win32. 2013-10-14 02:10:47 -04:00
Henrik Rydgard
5a4dec9272 Add filter support to vfs directory listing 2013-10-12 02:05:12 +02:00
Henrik Rydgard
d0476f22a0 Minor tweak to ini_file 2013-10-12 01:29:10 +02:00
adrian17
6f76e02f4a Fixed compiler warnings 2013-09-29 18:39:12 +02:00
adrian17
74fd618e39 Changed function name to be consistent with header 2013-09-28 16:30:55 +02:00
Unknown W. Brackets
fabb3f66ea Skip blank lines in IniFile::GetKeys().
Fixes hrydgard/ppsspp#3783.
2013-09-15 09:44:06 -07:00
Henrik Rydgard
fee82ce288 Fetch language/region code, fix bug in VFSGetFileInfo 2013-09-04 12:07:05 +02:00
Unknown W. Brackets
885e7163ed Open filenames using wide functions on win32. 2013-08-27 00:27:06 -07:00
The Dax
1ac2bd895d Windows build fix. 2013-08-26 13:20:58 -04:00
Henrik Rydgard
a038f612bd Unicode prep 2013-08-26 18:59:08 +02:00
Henrik Rydgard
cd162639ed Fix ridiculous bug that would ignore (and thus delete when resaved) the last line of ini files if it didn't end with a line break. 2013-08-25 21:48:43 +02:00
Henrik Rydgard
8559d298f8 Android: Make preparations to let the app survive an activity shutdown. Lets us deal with orientation change natively. 2013-07-16 22:50:24 +02:00
Henrik Rydgård
ca7eb305e4 Comment out annoying logging 2013-07-11 14:08:58 +02:00
Henrik Rydgard
585081e1c0 IniFile: Add way to clear a section 2013-07-06 21:27:59 +02:00
Henrik Rydgard
4aa16ddb86 Minor stuff 2013-07-06 20:44:12 +02:00
Henrik Rydgård
15f5a97a4e getFilesInDir: Sort files with case sensitivity 2013-07-04 10:37:16 +02:00
Henrik Rydgard
f1ccdc11b5 Add utility to get a list of Windows disk drives. Rework UI events. 2013-06-27 16:20:18 +02:00
Henrik Rydgard
2f46baa138 Add "\n" parsing to i18n code. Move some code from Common. 2013-06-09 13:39:16 +02:00
Henrik Rydgard
976ef3b714 Minor fixes 2013-06-09 12:40:53 +02:00
Henrik Rydgard
8e5890a7e2 Warning fixes, add deleteDir() 2013-06-08 17:43:27 +02:00
Henrik Rydgard
04f6a35031 More logging, making things slightly more robust somehow (fixed a hang issue without knowing what actually fixed it..) 2013-06-04 23:53:41 +02:00
Henrik Rydgard
396a232b78 Increase the size of some char arrays that hold paths. 2013-06-02 10:36:37 +02:00