]> git.lyx.org Git - lyx.git/history - src/support/FileName.cpp
Sort and format comments
[lyx.git] / src / support / FileName.cpp
2023-12-29 Enrico ForestieriChange the way a filepath is displayed
2023-11-08 Pavel SandaFix mangling names in temp directory (amends eef0c8e8).
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-18 Jean-Marc LasgouttesGet rid of Qt4 code in src/
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-25 Jean-Marc LasgouttesAdd proper extension as needed in Save as and Export
2021-10-19 Thibaut CuvelierRefactor file-name sanitisation.
2021-10-19 Thibaut CuvelierRefactor computing hashes.
2021-07-09 Pavel SandaReformat mangled filenames for (xhtml) export to have...
2021-03-12 Juergen SpitzmuellerFix deprecation warning (from|toTime_t)
2021-01-14 Richard Kimberly... Revert "Add move constructor and move assignment operat...
2021-01-09 Yuriy SkalkoAdd move constructor and move assignment operator for...
2020-12-28 Yuriy SkalkoUse crc32 calculation from zlib instead of boost
2020-11-21 Yuriy SkalkoRefactor checksum calculation
2020-10-25 Yuriy SkalkoSmall refactorings
2020-10-05 Yuriy SkalkoRefactoring
2020-08-01 Pavel SandaxHTML export: change filenames of exported images.
2020-03-16 Scott KostyshakFix Qt deprecation warns for QTime
2020-02-13 Richard Kimberly... Fix bug #11737.
2020-02-03 Richard Kimberly... Don't need to remove the file if it doesn't exist....
2019-09-15 Jean-Marc LasgouttesGet rid of useless affectation
2019-09-15 Jean-Marc LasgouttesMark constructors with only one parameter as explicit
2019-09-13 Jean-Marc LasgouttesVarious fixes suggested by cppcheck
2019-07-07 Richard Kimberly... Fix bug #10091.
2018-12-07 Pavel SandaKeep permissions of the saved files intact.
2018-11-04 Jean-Marc LasgouttesRemove old workaround that is not needed anymore
2018-08-05 Kornel BenkoExpand tilde meaning in front of a path name.
2018-01-12 Jean-Marc LasgouttesSpacing
2018-01-12 Jean-Marc LasgouttesFixup 27eb415d: do not define mymkdir() when it is...
2017-12-16 Richard HeckProbably fix #10850 compiler warnings.
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
next