]> git.lyx.org Git - lyx.git/history - src/support/FileName.cpp
Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048,
[lyx.git] / src / support / FileName.cpp
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-06 Enrico ForestieriLet's actually warn when a directory could not be removed.
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-12-02 Peter Kümmelmove funtion with std::vector to filetools
2007-12-01 Peter Kümmelfix memory leak, cleanup FileName interface
2007-12-01 Abdelrazak YounesComment out unneeded debug output and add some in check...
2007-12-01 Enrico ForestieriDon't warn when the file being deleted does not really...
2007-12-01 André Pönitzmove chdir to FileName
2007-11-30 André PönitzI'll find a solution for the 'dirList problem', Abdel.
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-28 Abdelrazak YounesRemove the full assertion.
2007-11-28 Abdelrazak YounesFileName(): Remove isAbsolute() assertion. This is...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-27 André Pönitzuse LYXERR macro to avoid unneeded argument evaluations...
2007-11-27 Abdelrazak YounesGetting rid of normalizePath() which is unneeded for...
2007-11-27 Abdelrazak YounesIntroducing FileName::dirList() to replace the one...
2007-11-26 Abdelrazak YounesFileName::destroyDirectory(): Continue deleting even...
2007-11-26 Abdelrazak Younesremove debug code.
2007-11-26 Abdelrazak Younes* support/FileName:
2007-11-25 André Pönitzuse plain C++ instead of boost
2007-11-25 Abdelrazak YounesFree support/FileName.cpp from boost::filesystem. Pleas...
2007-11-25 Abdelrazak YounesFree src/ from boost::filesystem.
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 Enrico ForestieriFix some other thinkos in r21048
2007-11-15 André Pönitzreduce line noise
2007-11-10 Uwe StöhrFileName.cpp: MSVC compile fix for r21492
2007-11-09 Abdelrazak Younesrevert 21523.
2007-11-08 Uwe StöhrFileName.cpp: compile fix
2007-11-07 André Pönitzcompile fix?
2007-11-07 André Pönitzmore use of support::FileName.
2007-11-03 André Pönitzsome std::string -> filename changes
2007-10-20 André Pönitzcosmetics
2007-10-19 Abdelrazak YounesFix copy&paste bug.
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-10-18 André Pönitzcreate FileName::isDir function
2007-10-17 André Pönitzcreate some helper functions in FileName
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two