]> git.lyx.org Git - lyx.git/history - src/support/FileName.cpp
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / support / FileName.cpp
2021-03-13 Juergen SpitzmuellerBackport QTime related deprecation fix
2021-03-13 Juergen SpitzmuellerBackport one more deprecation fix
2020-02-13 Richard Kimberly... Fix bug #11737.
2020-02-06 Richard Kimberly... Don't need to remove the file if it doesn't exist....
2019-07-07 Richard Kimberly... Fix bug #10091.
2018-12-14 Pavel SandaKeep permissions of the saved files intact. (Backportin...
2018-12-13 Jean-Marc LasgouttesRemove old workaround that is not needed anymore
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-05-15 Guillaume MMCorrect debug message
2017-04-15 Stephan WittCare for a tilde in front of a path name. A path name...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesWe do not use <boost/scoped_array.hpp> anymore
2016-01-18 Pavel SandaComment only.
2015-06-23 Stephan Witt#7896 add support for symlink creation by the LyX binar...
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-08 Georg Baumremove duplicated include
2014-10-27 Richard HeckImprove debugging output.
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Georg BaumMake DocFileName::mangledFileName() threadsafe
2014-06-09 Georg BaumFix thinko in loop detection
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-06-09 Georg BaumImprove file saving strategy
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-05-19 Vincent van RavesteijnIncrease the uniqueness of the temp directories
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-14 Georg BaumAdd class for threadsafe temp file handling
2013-04-01 Georg BaumDelete temp file after usage
2013-02-03 Stephan WittPrepare LyX code to compile and link with Qt5:
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-04 Pavel SandaLyX 2.1 will support only Qt>=4.5.
2012-08-17 Juergen Spitzmuellertypo
2012-03-11 Stephan Witt#7855 subversion 1.7.x support: use svn info to check...
2012-02-21 Georg BaumMake guessFormatFromContents() a bit more private,...
2012-02-21 Georg BaumUse libmagic for file format detection if available.
2012-01-12 Georg Baumget rid of dead code and silly function
2012-01-07 Georg BaumQuick fix bug #4267.
2011-09-19 Tommaso CucinottaAdded support for natively zipped file formats that...
2011-03-24 Pavel SandaBetter handling checksum on samba - allow fallback...
2011-03-23 Pavel Sandacomment
2011-03-23 Pavel SandaFix samba related crashes
2010-09-24 Richard HeckKeeping the comma leads to bug #6914, since we end...
2010-07-17 Peter KümmelUNDO: enc
2010-07-17 Peter Kümmeladd first version of .lyx file encryption. It's disable...
2010-04-21 Pavel SandaDocFileName::unzippedFilename -> DocFileName::unzippedF...
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaFilename.relFilename -> Filename.relFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-02-22 Enrico ForestieriOn windows, allow saving a document whose pathname...
2010-02-21 Enrico ForestieriThis should have gone in r33524.
2010-02-21 Enrico ForestieriFix bug #5238: LyX 1.6 fails with non-ascii chars in...
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2009-12-05 Vincent van RavesteijnAdd a FileName::refresh function and replace one call...
2009-10-16 Jean-Marc LasgouttesRemove dead includes in FileName, since we do not use...
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...
next