]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiImplementation.C
Fix unreported bug related to 3246 by Richard Heck:
[lyx.git] / src / frontends / qt4 / GuiImplementation.C
2006-12-21 Abdelrazak YounesFix this error message on startup:
2006-12-12 Peter KümmelDon't forget bug in GuiImplementation::closeAllViews()
2006-12-02 Peter KümmelClean up quit code.
2006-11-25 Peter Kümmelsimplify exit code, old code doesn't work on the Mac
2006-10-31 Peter KümmelAdd tab support
2006-10-24 Abdelrazak Younes* Gui.h: new closeAll() pure virtual method.
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-12 Abdelrazak Younes* Gui::newView(): cleanup unused arguments.
2006-09-26 Abdelrazak Younes2 style and 1 compilation fixes.
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-08-15 Abdelrazak YounesThis commit transfers most of the LyXView use from...
2006-08-12 Abdelrazak Younes* GuiView:
2006-07-10 Georg BaumSplit clipboard and X selection
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-08 Georg Baum * src/frontends/gtk/GuiImplementation.C: include config.h
2006-07-03 Lars Gullik BjønnesExtracted from r14281 from the younes branch.
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-20 Abdelrazak YounesQtView renamed to GuiView
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...