]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiSymbols.cpp
Remove profiling.py
[lyx.git] / src / frontends / qt4 / GuiSymbols.cpp
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt
2019-04-16 Günter MildeRename legacy input encoding settings.
2018-07-10 Juergen SpitzmuellerQDialogButtonBox for the remaining dialogs.
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-03-01 Jean-Marc LasgouttesAdd missing initialization
2016-12-04 Guillaume MunchImprove prediction of block outside covered areas
2016-12-04 Guillaume MunchRemove useless return leftover from earlier code
2016-12-03 Guillaume MunchGuiSymbols: Better handling of empty blocks
2016-12-03 Guillaume MunchGuiSymbols: fix char->block lookup
2016-12-03 Guillaume MunchGuiSymbols: Improve the tooltip
2016-12-03 Guillaume MunchGuiSymbols: handle the case of an invalid data
2016-08-04 Guillaume MunchPartially revert "Replace static with thread_local...
2016-08-01 Guillaume MunchReplace static with thread_local when used for caching
2016-03-13 Guillaume MunchFix perf issue when displaying the symbols gui (#9968)
2016-03-11 Guillaume MunchFix perf issues and crash when showing 1'100'000 items...
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-02-20 Jean-Marc LasgouttesDo not read array before checking the bounds
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-01-04 Stephan Wittfix Symbols dialog box grid size in case of broken...
2013-02-03 Stephan WittPrepare LyX code to compile and link with Qt5:
2013-01-10 Juergen SpitzmuellerGuiSymbols: Use a grid with appropriat size
2013-01-10 Juergen Spitzmuellerdo not setUniformItemSizes since the symbols have diffe...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-04 Pavel SandaLyX 2.1 will support only Qt>=4.5.
2008-11-17 Pavel SandaSupport gcc 4.4. Patch from Martin Michlmayr.
2008-11-15 Abdelrazak Younesgcc warning fix
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-05-23 Abdelrazak YounesPimpl stuff in GuiApplication.
2008-03-23 André Pönitzcosmetics
2008-03-22 Jürgen Spitzmüller* src/frontends/GuiSymbols.cpp:
2008-03-21 André Pönitzcosmetics
2008-03-21 André Pönitzimproved position caching
2008-03-21 André Pönitzspeed up symbol panel population
2008-03-21 André PönitzUse a custom model + QListView instead of QListWidget...
2008-03-21 André Pönitzsmall step towards s/QListWidget/QListView/g
2008-03-21 André Pönitzsmall refactoring
2008-03-21 André Pönitzsome un-intrusie changes first...
2008-03-19 André Pönitzsave a few more cycles
2008-03-19 André Pönitzremove a few conversions.
2008-03-19 André Pönitzslight speed improvement...
2008-03-08 Abdelrazak YounesEncapsulate all menu related stuff inside Menu.cpp...
2008-02-08 Abdelrazak Younessimplification.
2008-02-08 Jürgen Spitzmüller* GuiSymbols.cpp:
2008-02-08 Jürgen Spitzmüller* GuiSymbols.{cpp,h}:
2008-02-08 Jürgen Spitzmüller* GuiSymbols.cpp:
2008-02-08 Jürgen Spitzmüller* GuiSymbols.{cpp,h}:
2008-02-08 Abdelrazak YounesIntroduce toqstr(char_type) and use it.
2008-02-08 Abdelrazak Younescompil fix for Qt-4.2
2008-02-07 Dov Feldsterncompilation fix
2008-02-07 Jürgen Spitzmüller* GuiSymbols.cpp: add another missing unicode block.
2008-02-07 Jürgen Spitzmüller* GuiSymbols.cpp:
2008-02-07 Jürgen Spitzmüller* src/frontends/qt4/ui/SymbolsUi.ui:
2008-02-07 Abdelrazak Younes* GuiSymbols: implement Dialog::getLfun()
2008-02-07 Abdelrazak YounesDon't insert symbols in the edit box if the control...
2008-02-07 Abdelrazak Younes* some cleanups
2008-02-07 Jürgen Spitzmüller* GuiSymbols.cpp: add missing unicode block.
2008-02-07 Jürgen Spitzmüller*** New Symbols Dialog ***