Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-29 | Changed FilesystemNode to use a SharedPtr instead of implementing its own ↵ | Max Horn | |
ref counting svn-id: r31303 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-26 | Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it ↵ | Max Horn | |
possible to restrict the search depth, fixed the 'exhaustive' mode and some other tweaks) svn-id: r30644 | |||
2008-01-03 | Don't allow implicit conversion from Common::String to Common::FilesystemNode. | Johannes Schickel | |
svn-id: r30199 | |||
2007-10-16 | Committing the set of patches #1814434, thanks to jvprat. They improve the ↵ | David Corrales | |
documentation and parameter naming of the lookFile methods inside Common::FS. svn-id: r29228 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode ↵ | David Corrales | |
branch. svn-id: r28649 | |||
2007-06-20 | Initial implementation of the lookupFile() function. It's meant to search ↵ | David Corrales | |
recursively for given filename within a set of directories. svn-id: r27551 | |||
2007-06-17 | Added a new parameter to the getChildren function, which allows including ↵ | David Corrales | |
hidden files in the results. svn-id: r27514 | |||
2007-06-16 | Removed the isValid operation from the FilesystemNode class in favor of the ↵ | David Corrales | |
much richer combinations possible with the new operations (exists, isReadable and isWritable). The work on the Common::File class is far from complete. Only the necessary was updated. svn-id: r27473 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 | |||
2007-06-04 | Expose new fs backend methods in the FilesystemNode class. | David Corrales | |
svn-id: r27089 | |||
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales | |
svn-id: r27032 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-03 | Use abstract factories to initialize FilesystemNode objects. | David Corrales | |
svn-id: r26739 | |||
2007-03-08 | Turning FilesystemNode comment into a doxygen comment | Max Horn | |
svn-id: r26015 | |||
2007-02-03 | Fixing various doxygen warnings | Max Horn | |
svn-id: r25362 | |||
2006-07-22 | Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to ↵ | Johannes Schickel | |
-devel for more information. svn-id: r23567 | |||
2006-07-22 | Added FilesystemNode::name method | Max Horn | |
svn-id: r23553 | |||
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 |