aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp
AgeCommit message (Expand)Author
2007-10-17fix compile after recent fs code renameJoost Peters
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() function...David Corrales
2007-09-19rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)Joost Peters
2007-09-19_displayName now contains the last path component, not the full pathJoost Peters
2007-09-18Fix linker issues when doing a plugin build, and (hopefully) also on WindowsMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-09Update the interfaces for the getChildren method to include the hidden flag.David Corrales
2007-06-04Added stubs for the exists(), isReadable() and isWritable() methods for all a...David Corrales
2007-06-04Added a missing include in non-POSIX factories.David Corrales
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-31Removed the now obsolete singleton declaration macro from the FSNode factories.David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-12Use common/singleton.h in the concrete fs factories.David Corrales
2007-05-12Renamed files and minor tweaks. Thanks LordHoto :)David Corrales
2007-05-03Use abstract factories to initialize FilesystemNode objects.David Corrales
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-08-28Fixing other FS backends to use the bug fixed version of the POSIX lastPathCo...Johannes Schickel
2006-07-22Added FilesystemNode::name methodMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-05-28fix PSPFilesystemNode::parent() + some minor cleanupJoost Peters
2006-05-28make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the o...Joost Peters
2006-05-26move psp_fs.cpp from backends/psp/ to backends/fs/psp/Joost Peters