]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/LayoutBox.cpp
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / LayoutBox.cpp
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-10 Jean-Marc LasgouttesSmall cleanup to LayoutBox and CategorizedCombo
2016-06-12 Guillaume MunchRemove that pesky broken window that pops up with Qt5...
2015-09-20 Georg BaumForbid wrong compiler generated copy constructors
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-25 Lars Gullik BjønnesMore idiomatic way of checking if a shared_ptr has...
2012-10-10 Jean-Marc LasgouttesShow keyboard binding when a layout selection is done...
2012-10-08 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-08 Juergen SpitzmuellerProper string translation
2012-06-04 Richard HeckFix crash reported by Scott. Forgot to change some...
2011-10-18 Tommaso CucinottaFixing ASSERT on re-opening of Advanced F&R with cursor...
2011-10-15 Tommaso CucinottaCleanup private part of Layout Box on destructor (proba...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-06 Abdelrazak YounesSmall factorization.
2009-09-05 Vincent van RavesteijnFix LyX.
2009-09-05 Abdelrazak Younes* GuiView: get rid of Buffer() and documentBuffer(...
2009-09-05 Abdelrazak Younes* LyXView:
2009-08-14 Vincent van RavesteijnMove layout from GuiToolbar to GuiView. Now, it is...
2009-08-14 Vincent van RavesteijnRemove GuiToolbar * member from the LayoutBox ctor...
2009-08-13 Vincent van RavesteijnFix assertion that was revealed in my tree.
2009-08-12 Pavel SandaPlenty unneeded headers
2009-08-12 Pavel SandaFix order
2009-08-12 Abdelrazak YounesThis move out the GuiLayoutBox class out of GuiToolbar...