]> git.lyx.org Git - lyx.git/history - src/support
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / support /
2008-01-14 Uwe Stöhrrevert r22574 to be able to compile
2008-01-14 Abdelrazak Younesheader cleanup
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-05 Bo PengEmbedding: adjust how InsetGraphics interacts with...
2008-01-05 Bo Pengzipunzip.cpp: Replace makedir etc with versions in...
2007-12-29 Richard HeckMore encoding.
2007-12-29 Richard HeckEncoding.
2007-12-29 Abdelrazak YounesFollowing rev 21967: final touch to odocfstream:
2007-12-27 Jürgen Spitzmüller* src/support/unicode.cpp (convert):
2007-12-21 Stefan Schimanski* added debugging flag "macros" for math macros
2007-12-21 Abdelrazak YounesClose to perfect scrolling. Some bugs fixing and behavi...
2007-12-18 Abdelrazak Younes* FileName::onlyPath(): use correct method. I need...
2007-12-18 Abdelrazak YounesRemove unneeded assertion.
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
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-17 Jürgen Spitzmüllercompile fix.
2007-12-17 Abdelrazak YounesFix network drive access.
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesFileName::checksum(): Don't warn if file exists as...
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
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 YounesInverse logic wrongly set in rev 22151.
2007-12-14 Abdelrazak YounesUse FileName::createDirectory() instead of support...
2007-12-14 Abdelrazak YounesThe rename() function removed in rev had in fact move...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:copy() and rename().
2007-12-13 Abdelrazak YounesFix comments.
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 André Pönitzcosmetics
2007-12-12 André PönitzLYX_CXX_GLOBAL_CSTD is not really useful anymore
2007-12-12 Enrico ForestieriAnother compile fix
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Enrico ForestieriRestore scons and autotools support for moc files in...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Enrico ForestieriRevert qprocess code. Revisions reverted: 22026, 22030...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-11 André Pönitzfix LYXERR0 implementation
2007-12-11 Jürgen Spitzmüller* src/support/SystemcallPrivate.cpp:
2007-12-11 Jürgen Spitzmüller* src/support/SystemcallPrivate{cpp,h}:
2007-12-09 Peter Kümmelalso check for moc files in src/support
2007-12-09 Jürgen Spitzmüllerfix typos.
2007-12-08 Peter Kümmeladd progress view of system calls
2007-12-08 Abdelrazak Younes* fix enabling/disabling of LyXErr.
2007-12-08 Stefan Schimanski* putenv wants a non-const char *
2007-12-06 Enrico ForestieriLet's actually warn when a directory could not be removed.
2007-12-05 Abdelrazak Younes* docstream: factorize out some code and introduce...
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-04 Bo Penginclude intl/libintl.h that is relative to $TOP_SRCDIR/src
2007-12-03 Peter Kümmelsimplify C-sytle code
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-12-02 Peter Kümmelreduce <vector> include from 73 to 3
2007-12-02 Peter Kümmelcompile also without pch
2007-12-02 Peter Kümmelpch fix
2007-12-02 Peter Kümmelfix merge build
2007-12-02 Peter Kümmelmove funtion with std::vector to filetools
2007-12-02 Abdelrazak Younescosmetics.
2007-12-02 Abdelrazak Younescompil Fix.
2007-12-01 Peter Kümmelfix memory leak
2007-12-01 Peter Kümmelcmake merge: declare before instantiate
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önitzcosmetics
2007-12-01 Enrico Forestiericompile fix for mingw
2007-12-01 André Pönitzmove chdir to FileName
2007-11-30 André Pönitzcosmetics
2007-11-30 André PönitzI'll find a solution for the 'dirList problem', Abdel.
2007-11-30 André Pönitzallow boost/current_function to be used again
2007-11-30 Abdelrazak YounesAdd FIXMEs
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 Abdelrazak Younes- Get rid of unneeded time_type typedef.
2007-11-29 André Pönitzre-enable "safety hack"
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzsome de-boostification
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Enrico Forestierineedless declaration
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-28 Abdelrazak Younes* makeLatexName(): port to FileName.
2007-11-28 Abdelrazak Younes* FileName:
next