]> git.lyx.org Git - lyx.git/history - src/support/Messages.cpp
Bulk cleanup/fix incorrect annotation at the end of namespaces.
[lyx.git] / src / support / Messages.cpp
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2015-09-12 Jean-MarcRestore lyxerr number format to decimal
2015-05-17 Georg BaumFix indentation
2014-05-06 Jean-Marc LasgouttesTurn an error message into a Debug::LOCALE warning
2013-10-11 Jean-Marc LasgouttesImplement reading of mo files with bad byte endianness
2013-09-09 Vincent van RavesteijnFix bug #8830: Compile error with disabled NLS
2013-06-04 Jean-Marc LasgouttesMove a Qt workaround to the Qt frontend.
2013-05-31 Jean-Marc LasgouttesFix crash at startup for tex2ylx and lyxclient
2013-05-30 Jean-Marc LasgouttesRead the right .gmo files when running in place
2013-05-30 Jean-Marc LasgouttesGet rid of all traces of libintl.
2013-05-30 Jean-Marc LasgouttesImplement native reading of mo files.
2013-05-13 Vincent van RavesteijnImplement the use of [[Context]] for placeholders
2013-05-08 Jean-Marc LasgouttesRemove cruft
2013-05-02 Jean-Marc LasgouttesA first batch of potential bugs spotted by llvm/clang
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-02-12 Jean-Marc LasgouttesFix bug #8537: LyX creates the environment variable...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-24 Lars Gullik BjønnesMerge branch 'enable-cxx11'
2012-10-24 Lars Gullik Bjønnessupport/Messages.cpp: add space to not be taken as...
2012-09-25 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-09-25 Stephan WittC++ style to avoid compiler warning for non-NLS impleme...
2012-09-23 Stephan Wittcorrect Messages class implementation for non-NLS
2012-09-08 Jean-Marc LasgouttesTracking correctly available translations (take 2)
2012-07-15 Jean-Marc LasgouttesTypo introduced in commit 16fd47ad.
2012-07-15 Jean-Marc LasgouttesFix bug #7741: incorrect locale when starting R from...
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-10 Georg BaumTranslations for listings insets
2011-05-06 Kornel Benko1.) Corrected internal compilation for Libintl
2011-04-10 Jürgen Spitzmüller* Messages.cpp (get):
2010-12-04 Stephan Wittwithout NLS dummy available() should return false
2010-12-04 Stephan Wittattempt to make LyX linkable without NLS, assuming...
2010-12-03 Georg Baumfix bug #6584
2010-09-06 Stephan Wittavoid compiler warning
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-29 Richard HeckIf the translation fails for some reason, just return...
2009-03-09 Jean-Marc Lasgouttesreally reset the LANGUAGE variable to its old value...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-24 André Pönitzchar * for string literals is deprecated...
2008-08-03 Abdelrazak YounesFix linking problem when nls is disabled. Spotted by...
2008-07-28 Abdelrazak YounesSome locale related cleanup. JMarc, please when you...
2008-06-25 Abdelrazak Younesmicroptimisation.
2008-06-25 Abdelrazak YounesGUI language via RC: some bug corrections.
2008-06-25 Abdelrazak YounesIntroduce Debug::LOCALE for locale debugging.
2008-06-24 Abdelrazak YounesMessages::get(): Add two error messages just in case.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-16 Peter Kümmelthere is no trunk/src/intl folder
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-20 André Pönitzlook up LANGUAGE and LC_ALL only once.
2008-01-14 Uwe Stöhrrevert r22574 to be able to compile
2008-01-14 Abdelrazak Younesheader cleanup
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 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-04 Bo Penginclude intl/libintl.h that is relative to $TOP_SRCDIR/src
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André Pönitzcosmetics
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...