]> git.lyx.org Git - lyx.git/history - src/support/FileName.cpp
Remove non-copyable idioms
[lyx.git] / src / support / FileName.cpp
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2007-12-18 Abdelrazak Younes* FileName::onlyPath(): use correct method. I need...
2007-12-18 Abdelrazak YounesRemove unneeded assertion.
2007-12-17 Abdelrazak Younes* FileName::onlyFileName(): use QFileInfo method.
2007-12-17 Abdelrazak Younes* FileName::changePermission(): upon Enrico's advice...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-17 Abdelrazak Younestransfer os::is_absolute_path() to FileName::isAbsolute().
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesFileName::checksum(): Don't warn if file exists as...
2007-12-16 Abdelrazak YounesTransfer getcwd() implementation to FileName.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Enrico ForestieriTry to remove the destination without first checking...
2007-12-14 Abdelrazak YounesRemove unused code.
2007-12-14 Abdelrazak Younes* get rid of lyxlib.h:mkdir() and makedir()
2007-12-14 Abdelrazak YounesThe rename() function removed in rev had in fact move...
2007-12-13 Abdelrazak YounesCompil fix.
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:chmod.
2007-12-13 Abdelrazak Younescompile fix following undo/redo mixup. Sorry.
2007-12-13 Abdelrazak YounesIntroduce FileName::changePermission() and fix Converte...
2007-12-13 Abdelrazak YounesFix typo.
2007-12-13 Abdelrazak Younesadd FileName::renameTo() method.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
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