]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/TocModel.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / TocModel.cpp
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,...