]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/TocModel.cpp
Make the InsetInfo dialog a bit less esoteric.
[lyx.git] / src / frontends / qt4 / TocModel.cpp
2018-03-12 Pavel SandaFix Undocked Outliner & multiple window crashes (#11004).
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2017-01-14 Guillaume MunchCollect the outliner names for the children's tocs
2017-01-01 Juergen SpitzmuellerMerge branch 'biblatex2' of git.lyx.org:features into...
2016-12-31 Guillaume MunchTocWidget: Remove possibly dangling BufferView pointer
2016-07-03 Guillaume MunchRemove tooltips from the data of Toc Items
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-05-30 Guillaume MunchTocModel: clean-up
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2015-10-01 Guillaume MunchFix compilation with MSVC in c++98 mode
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-09-15 Guillaume MunchNew class InsetCaptionable
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-09-13 Georg BaumAdd some missing member variable initializations
2013-05-23 Pavel SandaHeader cleanup cont.
2013-03-08 Richard HeckRemove unused code.
2013-02-03 Stephan WittPrepare LyX code to compile and link with Qt5:
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.
2011-11-23 Richard HeckFix bug #7709. Seems we need to reset the source model...
2011-11-18 Richard HeckThis commented-out line has been there since r13692...
2010-04-26 Vincent van RavesteijnMake sure the Table of Contents is always on top in...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-03-26 Richard HeckFix another potential manifestation of bug #6522.
2010-03-10 Abdelrazak YounesCode simplification.
2010-03-10 Richard HeckAnother try at #6522. This works here, for the most...
2010-03-08 Richard HeckRevert r33630 and do something more sensible.
2010-03-05 Richard HeckFix bug 6522 and its relatives in trunk. I am not absol...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-07-24 Jürgen Spitzmüller* TocWidget.cpp: disable sort option for TOC (bug 5983).
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-04-08 Vincent van RavesteijnAdd "Copy label as reference" to context menu of the...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-09-30 Abdelrazak YounesAvoid a complete Toc reset in case when only a toc...
2008-09-30 Abdelrazak Younescosmetics and doxygen.
2008-09-29 André Pönitzcosmetics
2008-09-28 Abdelrazak YounesAdd a new 'Sort' box to the Navigator so that each...
2008-09-11 Richard HeckI need some sleep.
2008-09-11 Richard HeckFix bug: TOC depth slider wasn't reset when switching...
2008-09-11 Richard HeckFix bug reported by Helge. Vincent found the problem...
2008-06-18 Abdelrazak YounesLocal aware sorting of the toc type.
2008-06-17 Abdelrazak YounesGeneral cleanup of the Outline/Navigator:
2008-06-12 Abdelrazak YounesMac compile fix.
2008-06-12 Abdelrazak YounesFix crash on new document.
2008-06-12 Abdelrazak Younesremove unneeded TocModel::clear() method.
2008-06-12 Abdelrazak YounesSimplify TocModel by using UserRole data.
2008-06-02 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4904
2008-05-16 Abdelrazak YounesFactorize out some code between TocModel.cpp and Menus...
2008-05-16 Abdelrazak Younesreverse Toc searching: use DocIterator instead of Parco...
2008-05-16 Abdelrazak YounesMore accurate toc navigation (LFUN_PARAGRAPH_GOTO).
2008-05-02 Abdelrazak YounesCleanup Toc dialog and GuiView interaction. The toc...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-20 André Pönitzmove the string conversion functions out-of-line to...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-26 André Pönitzcosmetics
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 André Pönitzcosmetics
2007-11-15 André Pönitzreduce line noise
2007-11-14 André Pönitzcosmetics
2007-11-08 André Pönitzshuffle stuff around
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-06-12 Abdelrazak YounesCosmetics.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...