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
aquanull
ead5f5ade5
Win32: Make getFileInfo() fail and label the path non-directory when GetFileAttributesExA fails
...
This fixes the problem on Windows that the Language selection list might sometimes be blank. (The cause was that attrs would only contain random garbage data when GetFileAttributesExA failed with a non-existing path.)
2013-04-21 23:13:07 +08:00
Henrik Rydgard
56f5fcf975
Fix language ini reading on android
2013-04-18 23:39:22 +02:00
Henrik Rydgard
c5acf22754
IniFile: Add support for loading from VFS
2013-04-18 22:36:43 +02:00
Henrik Rydgard
b25cfe209b
Basic internationalization (i18n) framework.
2013-04-18 11:56:50 +02:00
Henrik Rydgard
961e400e1f
Fix bug in getDir
2013-04-14 09:58:11 +02:00
Henrik Rydgard
25711066df
Add prioritizedworkqueue, thread stuff, ui tweaks, small optimizations in file util
2013-04-13 21:22:03 +02:00
Sacha
2b32a7115e
Fix resource loading for Qt
2013-04-04 11:36:10 +10:00
Sacha
73177ff463
Allow loading VFS resources from QRC (Qt assets inbuilt in to binary) if they exist
2013-03-31 15:28:18 +10:00
Henrik Rydgard
21bf004632
Zip reader: logging fixes
2013-03-06 19:05:59 +01:00