]> git.lyx.org Git - lyx.git/history - src/support
Introduce FileName::changePermission() and fix ConverterCache.
[lyx.git] / src / support /
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:
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 André Pönitzuse macro instead of unconditional evaluation
2007-11-27 Peter Kümmeluse the same mechanism to trigger moc as in frontends/qt4
2007-11-27 Peter Kümmelfix line endings
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 Bernhard RoiderPCH compile fix
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-26 Abdelrazak YounesInline qstring_helpers methods.
2007-11-26 Abdelrazak YounesFix initialisation bug introduced in r21788.
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önitzadd signal/slot implementation 'framework'
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 Enrico ForestieriFix some other thinkos in r21048
2007-11-16 Abdelrazak YounesWIN32 compile fix.
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak YounesRemove support for Qt < 4.2
2007-11-14 Enrico ForestieriFix bug that files with nonascii filenames are always...
2007-11-14 André Pönitzunneeded stuff
2007-11-12 André Pönitzsimplify class structure
2007-11-10 Uwe StöhrFileName.cpp: MSVC compile fix for r21492
2007-11-10 André Pönitzcosmetics
2007-11-09 Enrico ForestieriMuch ado about nothing
2007-11-09 Abdelrazak Younesrevert 21523.
2007-11-08 Uwe StöhrFileName.cpp: compile fix
2007-11-08 André Pönitz#undef I_AM_NOT_AFRAID_OF_HEADER_LIBRARIES
2007-11-08 Enrico ForestieriAlways forward declare string as it is not guaranteed...
2007-11-08 Abdelrazak YounesFix compilation for MSVC.
2007-11-08 Enrico ForestieriFix problems with odocstream on "exotic" systems caused...
2007-11-08 André Pönitzshuffle stuff around
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-07 Abdelrazak Younescompil fix. No guaranty that it works but at least...
2007-11-07 André Pönitzcompile fix?
2007-11-07 André Pönitzmore use of support::FileName.
next