]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/qt_helpers.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / qt_helpers.h
2017-08-09 Juergen SpitzmuellerSort external templates locale-aware
2017-07-03 Richard HeckFix whitespace at EOL.
2017-05-15 Jean-Marc LasgouttesFix compilation failure
2017-05-15 Guillaume MMFix colours of buttons in notification frame
2017-02-26 Guillaume MunchImplement down key press in FancyLineEdit
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchCollect the outliner names for the children's tocs
2016-12-04 Guillaume MunchGuiAlert: Convert html to plain text on console output
2016-07-31 Guillaume MunchBasic implementation of QSignalBlocker for qt4
2016-07-03 Guillaume MunchLine breaks in tooltips
2015-11-16 Juergen SpitzmuellerFactor out multiply used ColorSorter.
2015-05-20 Juergen SpitzmuellerFix LaTeX length export of big numbers, part 2 (bug...
2015-05-18 Juergen SpitzmuellerRe-defactor ColorSorter.
2015-05-17 Juergen SpitzmuellerFactor out ColorSorter to qt_helpers, to make it
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2013-05-24 Jean-Marc LasgouttesFix empty width support for Box inset
2013-05-24 Pavel SandaHeader cleanup cont.
2013-05-13 Vincent van RavesteijnAdd a function to translate QStrings
2013-02-03 Stephan WittPrepare LyX code to compile and link with Qt5:
2012-12-17 Vincent van RavesteijnMove LengthCombo into namespace lyx::frontend
2012-05-01 Richard HeckWe don't need to rescan everything from the BibTeX...
2011-06-01 Richard HeckFix bug #7540. Patch based upon one added to bug report...
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2010-04-21 Pavel Sandasupport:
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