]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiToc.cpp
Move the buffer related part from GuiView::renameBuffer to Buffer::saveAs.
[lyx.git] / src / frontends / qt4 / GuiToc.cpp
2010-04-26 Vincent van RavesteijnFix bug #3871: Shortcut to switch from TOC to text...
2010-03-11 Vincent van RavesteijnAdjust the window settings for MacOSX.
2009-06-09 Jean-Marc Lasgouttesfix a few compiler warnings
2009-05-14 Vincent van RavesteijnFix bug #3918: Toggle outline button update when clicki...
2009-04-11 Vincent van RavesteijnImplement the getStatus mechanism for the context menu...
2009-04-08 Vincent van RavesteijnTOC context menu (part 2)
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-23 Stefan Schimanski* fix fullscreen TOC switching between dock and drawer...
2008-06-17 Abdelrazak YounesNavigator:
2008-06-17 Abdelrazak YounesGeneral cleanup of the Outline/Navigator:
2008-06-11 Abdelrazak YounesTocWidget: Small reorg in order to fix http://bugzilla...
2008-06-09 Abdelrazak YounesMaybe fix http://bugzilla.lyx.org/show_bug.cgi?id=4939
2008-06-09 Abdelrazak Younespotential fix to outline drawer when leaving full-scree...
2008-06-09 Abdelrazak Younesset the object name for all DockView based dialog ...
2008-06-09 Abdelrazak YounesGuiToc: set the object name for proper state restoration.
2008-06-09 Abdelrazak YounesNavigator pane: Switch to dockwidget when working in...
2008-05-30 Abdelrazak Younesset the focus on the work area after clicking on a...
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-27 Abdelrazak YounesSome dialog consistency work:
2008-04-20 Jürgen Spitzmüllerspelling fixes.
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-26 André Pönitzcosmetics
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-11 Abdelrazak YounesNavigator: default to table of contents.
2008-03-11 Abdelrazak Younes* add "List of Graphics"
2008-03-11 Abdelrazak Younesadd "Embedded Files" to Navigator.
2008-03-11 Abdelrazak Younes* add "Child Documents" navigate submenu.
2008-03-06 André Pönitzfrontend cosmetics
2008-03-04 Abdelrazak YounesAdd citations to Navigator.
2008-02-28 Edwin Leuvenset parent
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 Abdelrazak YounesAdd list of labels. If I have the time and energy the...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-15 Abdelrazak YounesOutliner: Fix synchronous navigation for all types.
2008-02-15 Abdelrazak YounesAdd list of numbered equations.
2008-02-13 Abdelrazak YounesAdd list of Marginal Notes.
2008-02-13 Abdelrazak YounesAdd list of Indexes.
2008-02-12 Abdelrazak YounesTry to restore current selected type in case of a toc...
2008-02-12 Abdelrazak YounesGuiToc::initialiseParams(): Fix list type parsing
2008-02-12 Abdelrazak YounesSupport for list of Algorithms
2008-02-12 Abdelrazak Younessimplify GuiToc / TocWidget interaction. Much can still...
2008-02-11 Abdelrazak YounesAdd list of notes and list of footnotes to the outline...
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-02 Peter Kümmelfix memory leaks
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 André Pönitzcosmetics
2007-11-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-15 André Pönitzreduce line noise
2007-11-13 Abdelrazak YounesSome cosmetics and a gcc compile fix.
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-09 Abdelrazak YounesFix memory leak.
2007-10-09 Abdelrazak Younes* GuiToc: make it work.
2007-10-08 Abdelrazak YounesMerge Dialog and Controller in DockView. Still crashes...
2007-10-07 André Pönitzmore
2007-10-06 André Pönitznext one
2007-09-08 Peter Kümmelremove recursive call
2007-09-08 Abdelrazak Younesremove dead code.
2007-09-08 Abdelrazak YounesRestore docked outline widget. Warning: still instable!
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-08-31 André Pönitzmove our stuff off the Q* namespace