]> git.lyx.org Git - lyx.git/history - src/support/FileName.cpp
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / FileName.cpp
2009-06-09 Enrico ForestieriThe QFileInfo::refresh() bug is fixed in Qt 4.5.
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-05-12 Vincent van RavesteijnCompile fix for r29647.
2009-05-12 Vincent van RavesteijnDo the same as r29646, now for FileName::set.
2009-05-12 Vincent van RavesteijnFix the assert on Windows when starting LyX by double...
2009-05-10 Enrico ForestieriFind thesauri files even if \thesaurusdir_path is speci...
2009-05-04 Enrico ForestieriFile names must be compared taking into account filesys...
2009-05-02 Vincent van RavesteijnFix the construction of a filepath after r29498. The...
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-05-02 Enrico ForestieriRevert r29444 (to be soon replaced by Georg's solution).
2009-05-01 Enrico ForestieriWhen performing a reverse DVI search and the tmpdir...
2009-04-29 Enrico ForestieriSpeed up FileName operator==, such that working with...
2009-03-18 Vincent van RavesteijnAdjust the comment about QFileInfo::operator==().
2009-03-09 Vincent van RavesteijnFix an infinite loop with Qt4.5 when creating two unnam...
2009-01-17 Pavel SandaRecognize also dia's compressed format
2008-11-26 Enrico ForestieriFix bug 641 (Detect stale lyxpipes after crash)
2008-10-24 Pavel SandaFix bug 5399.
2008-10-05 Peter KümmelUse long path names when comparing FileNames
2008-10-05 Peter KümmelFix bug 2235: jpeg capital letters (.JPG) does not...
2008-10-04 Peter Kümmeldon't reinvent the wheel
2008-10-04 Peter Kümmelfix bug 4693, Exporting files doesn't create the files...
2008-10-01 Abdelrazak YounesAttempt to fix http://bugzilla.lyx.org/show_bug.cgi...
2008-09-29 Jean-Marc Lasgouttescompilation fix
2008-09-29 Abdelrazak YounesMerge FileFileName::Private::checksum() into FileFileNa...
2008-09-29 Abdelrazak Younesprevious commit: revert debugging code.
2008-09-29 Abdelrazak YounesFileName::Private::checksum(): disable Qt4.4 based...
2008-09-27 Abdelrazak Younesmove sum() to FileName::private::checksum() and add...
2008-09-27 Abdelrazak Younesheader cleanup: remove duplicate includes.
2008-09-27 Abdelrazak YounesFirst step toward fixing bug http://bugzilla.lyx.org...
2008-09-22 Abdelrazak Younesadd FileName::extension() method.
2008-08-07 Richard HeckMake sure temporary files are created, by default,...
2008-07-30 Abdelrazak YounesAdd some comments.
2008-07-30 Abdelrazak Younesprevious rev: better fix from Richard.
2008-07-30 Abdelrazak YounesQt does not compare empty file info apparently.
2008-07-29 Richard HeckRefresh before checking for equality. Solves problem...
2008-07-29 Abdelrazak YounesSupport symlinks, also on Windows!
2008-07-29 Abdelrazak YounesDocFileName::operator==(): use FileName operator.
2008-07-29 Abdelrazak YounesPartially fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-29 Abdelrazak YounesAdd new FileName::set() method.
2008-07-24 Abdelrazak YounesFix bug due to wrong interpretation of Qt's doc, take 2.
2008-07-24 Abdelrazak YounesFix bug due to wrong interpretation of Qt's doc.
2008-07-23 Abdelrazak YounesIntroduce a new tempName() method with base directory.
2008-07-23 Abdelrazak YounesSafer temp file creation with regards to double slash.
2008-07-23 Abdelrazak YounesFileName::isDirWritable(): make is safer.
2008-07-23 Abdelrazak YounesBug fix: FileName doesn't like double slash. I am going...
2008-07-23 Abdelrazak YounesReplace home made temp file creation with safer (and...
2008-07-22 Abdelrazak Younestentatively fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-22 Enrico ForestieriThe QFileInfo::refresh() bug affects all *nix targets...
2008-07-21 Richard HeckFix bug 5075, I hope.
2008-07-19 Richard HeckRevert unintentional commits.
2008-07-19 Richard HeckOptimize GuiCitation a bit by not checking the cache...
2008-07-19 Abdelrazak YounesPotentially fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-19 Abdelrazak YounesAdd some output for bug 4693
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-29 Stefan Schimanski* Some more clever elide mode for the LyX buffer tabs...
2008-04-20 Richard HeckFix bug 4772, which was revealed by the removal of...
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...
next