]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/qt_helpers.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / qt_helpers.h
2009-07-12 Jürgen SpitzmüllerAdd support for number localization in the GUI (using...
2009-01-14 Jürgen Spitzmüller* qt_helpers.{cpp,h}:
2008-10-09 Jean-Marc LasgouttesX dependency cleanup (2/3)
2008-07-23 Abdelrazak Younesmove LyXerr QString specialisation to support/qstring_h...
2008-05-16 Abdelrazak YounesFactorize out some code between TocModel.cpp and Menus...
2008-05-07 Abdelrazak Younesmove languageData() out of qt_helpers.cpp
2008-05-07 Jürgen Spitzmüllergcc compile fixes.
2008-05-07 Abdelrazak YounesRevamp of the character dialog:
2008-04-21 André Pönitzcompile fix
2008-04-21 André Pönitzcompile fix
2008-04-20 André Pönitzmove the string conversion functions out-of-line to...
2008-04-20 André Pönitzmove the filefilter stuff closer to the only place...
2008-04-20 André Pönitzuse cheaper includes in ui files
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-03-06 André Pönitzmore of that
2008-03-05 André Pönitza few more docstring<->QString conversions
2007-11-05 André Pönitzmerge helper files;
2007-11-05 André Pönitzuse forward declaration...
2007-09-15 André Pönitzshuffle stuff around; minor coding style issues
2007-09-15 Edwin Leuvenextract code that sets color of widget from ButtonContr...
2007-09-11 André Pönitzcosmetics
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...
2007-04-05 Richard HeckFix for bug 3215. All changes in src/frontends/qt4/.
2007-01-18 Georg BaumFix several filename and environment variable encoding...
2007-01-18 Abdelrazak YounesConvert internal_path() to unicode (partially). Fix...
2006-12-30 Peter Kümmelundo last acedential checkin
2006-12-30 Peter Kümmelwe've never used Q_FOREACH
2006-12-12 Georg BaumMake libQtCore a support library like boost and impleme...
2006-12-08 Georg BaumFix incorrect conversion from QString to std::string...
2006-12-04 Georg BaumMake string conversion work with non-ucs2-characters...
2006-12-03 Michael Schmitt * qt_helpers.h: qt_() - set parameter 'comment' to...
2006-12-03 Michael Schmitt * src/frontends/qt4/qt_helpers.h: fix comment on the...
2006-12-02 Michael Schmitt * src/frontends/qt4/qt_helpers.h: add #include <boost...
2006-12-02 Georg Baumremove unused function
2006-12-02 Georg Baumremove duplicate of toqstr
2006-12-02 Peter Kümmel--style=Andre
2006-12-02 Abdelrazak Younes* qt_helpers.h:
2006-11-29 Peter Kümmelremove size_t/int warning: QString doesn't use size_t...
2006-11-07 Michael Schmitt * src/frontends/qt4/qt_helpers.C:
2006-10-22 André Pönitzmicrooptimization
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Lars Gullik BjønnesChange (and fix) the bullets in itemize to be more...
2006-10-09 Abdelrazak Younesmore unicode work.
2006-10-07 Abdelrazak Younes* qt_helpers:
2006-09-13 Georg BaumUse wchar_t as lyx::char_type if it is 32 bit wide.
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-08-30 Abdelrazak Younes* qt_helpers.[Ch]: new conversion from/to ucs4 strings...
2006-04-24 Lars Gullik Bjønneschange string "qt2" to "qt4"
2006-03-05 Lars Gullik BjønnesAdded initial qt4 work by Abdelrazak Younes