]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
File->Close All now really closes all buffers. That is, all visible buffers in all...
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2009-08-19 Vincent van RavesteijnFile->Close All now really closes all buffers. That...
2009-08-19 Vincent van RavesteijnFix bug #6162: Crash after close window with master...
2009-08-19 Vincent van RavesteijnMake new function writeSession(). Now it's no longer...
2009-08-18 Vincent van RavesteijnIf we are in a close_event all children will be closed...
2009-08-18 Vincent van Ravesteijn- Ditch the in_close_event parameter, as we can use...
2009-08-18 Vincent van RavesteijnIf we are in a closeEvent, we don't want to close all...
2009-08-18 Vincent van RavesteijnRename closeBufferAll to closeWorkAreaAll (because...
2009-08-18 Vincent van RavesteijnFix bug #5893: LyX closes hidden dirty buffers without...
2009-08-18 Vincent van RavesteijnDissect closeBufferAll and closeTabWorkArea. Unfortunat...
2009-08-18 Vincent van RavesteijnDon't close the buffer when it is a child.
2009-08-17 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-08-17 Vincent van RavesteijnSimplify the code, and rename tolastopened to in_close_...
2009-08-17 Vincent van RavesteijnClosing the children of a master can be done in closeWo...
2009-08-16 Vincent van RavesteijnMark a buffer as clean when the user chose to discard...
2009-08-16 Vincent van RavesteijnFix a crash when closing LyX while a master and a dirty...
2009-08-15 Vincent van RavesteijnIf we are hiding a buffer _and_ the buffer is visible...
2009-08-15 Vincent van RavesteijnLet's get rid of this strange Buffer * construction...
2009-08-15 Vincent van RavesteijnRename closeBuffer to closeWorkArea, because we'll...
2009-08-15 Vincent van RavesteijnMake a new function to check whether a workArea is...
2009-08-15 Richard HeckTypo.
2009-08-15 Vincent van RavesteijnFix crash when closing a TabGroup. Probably introduced...
2009-08-15 Vincent van RavesteijnFix a crash when applying the preferences.
2009-08-15 Vincent van RavesteijnAmong other problems still left. At least close the...
2009-08-14 Vincent van RavesteijnExtend saveBufferIsNeeded with a parameter indicating...
2009-08-14 Vincent van RavesteijnMove layout from GuiToolbar to GuiView. Now, it is...
2009-08-12 Abdelrazak YounesThis move out the GuiLayoutBox class out of GuiToolbar...
2009-08-12 Vincent van RavesteijnWhitespace and correct naming.
2009-08-12 Vincent van RavesteijnExplicitly pass to closeBuffer whether the tab should...
2009-08-12 Vincent van RavesteijnDissect closeBuffer() and saveBufferIfNeeded().
2009-08-12 Jürgen Spitzmüller* GuiView.cpp: disable character and symbols dialog...
2009-08-09 Pavel SandaFix #6120. Selection not set when switching to a differ...
2009-08-07 Vincent van RavesteijnWork-around for bug #6034: Applying preferences confuse...
2009-08-07 Vincent van RavesteijnFix bug #740 (part 2): Wish for added menu item: File...
2009-08-06 Vincent van RavesteijnFix bug #740: Wish for added menu item: File->Close...
2009-08-01 Abdelrazak YounesCompile fix.
2009-08-01 Abdelrazak YounesFactorize some code in getStatus() for LFUN_DIALOG_SHOW.
2009-08-01 Abdelrazak YounesFix an assertion with Inset::buffer():
2009-07-16 Jean-Marc Lasgouttesremove some explicit tests against ERT_CODE; more to...
2009-07-14 Jean-Marc LasgouttesFix again ticket #1720. This got broken during frontend...
2009-07-12 Vincent van RavesteijnFix the infinite loop when automatically closing the...
2009-07-08 Vincent van RavesteijnFix bug #5998.
2009-06-23 Pavel SandaFix of fix of fix of fix
2009-06-22 Abdelrazak YounesProper fix for the warning that Pavel noticed. The...
2009-06-22 Pavel Sandahttp://www.mail-archive.com/lyx-devel@lists.lyx.org...
2009-06-22 Abdelrazak YounesBug fix?
2009-06-21 Jürgen Spitzmüller* Pop up error dialog if issuing master-buffer-[view...
2009-06-16 Pavel SandaRefactorize GuiView::showView.
2009-05-26 André PönitzIntroduce an option to keep the menubar visible in...
2009-05-22 Jürgen Spitzmüllerreorder.
2009-05-22 Jürgen Spitzmüllerreorder.
2009-05-22 Jürgen SpitzmüllerA GUI for nomencl settings. Adds the possibility to...
2009-05-14 Vincent van RavesteijnFix bug #3918: Toggle outline button update when clicki...
2009-05-13 Vincent van RavesteijnCompile fix & whitespace.
2009-05-13 Uwe StöhrGuiView.cpp, LyXAction.cpp: sort entries
2009-05-12 Vincent van RavesteijnRestore the possibility to call insert-plaintext withou...
2009-05-12 Vincent van RavesteijnPrevent two more assertions due to non-absolute filenam...
2009-05-11 Vincent van RavesteijnPrevent assertion due to non-absolute filename as a...
2009-05-09 Vincent van RavesteijnFix bug #5458 (try 2): File reopens at LyX-start even...
2009-05-09 Vincent van RavesteijnFix bug #5458: File reopens at LyX-start even though...
2009-05-09 Jürgen Spitzmüller* remove last traces of external thesaurus library...
2009-05-05 Vincent van RavesteijnFix bug #5131: Remember last file active.
2009-05-04 Vincent van RavesteijnRevert r29532 and do something less risky.
2009-05-04 Vincent van RavesteijnAesthetics: Hide the tabbar when closing all windows...
2009-05-04 Vincent van RavesteijnCorrect indentation. This was postponed from the previo...
2009-05-04 Vincent van RavesteijnFix bug #5001: Tab order not preserved when starting...
2009-05-03 Pavel SandaQt 4.5 Christmas part 2
2009-05-03 Vincent van RavesteijnFix bug #5879 (try 2): Move the autosave file of a...
2009-05-02 Jürgen Spitzmüller* add all available formats to view/update others popup...
2009-04-17 Jürgen SpitzmüllerNew inset dialog for InsetPrintIndex (only used with...
2009-04-17 Jürgen SpitzmüllerNew inset dialog for InsetIndex (only used with multipl...
2009-04-11 Vincent van RavesteijnImplement the getStatus mechanism for the context menu...
2009-04-08 Vincent van RavesteijnTOC context menu (part 2)
2009-04-04 Pavel SandaCompilation fix
2009-04-04 Vincent van RavesteijnFix bug #3038: wish for lfuns for zoom-in and zoom-out
2009-04-04 Richard HeckFix up a few little things after r29065. If we're calcu...
2009-04-04 Richard HeckFix comment.
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2009-03-29 Vincent van RavesteijnPrevent assertion with command 'buffer-switch xxx'...
2009-03-25 Richard HeckMake LFUN_BUFFER_NEXT and _PREVIOUS skip documents...
2009-03-20 Jürgen Spitzmüller* GuiView.cpp (closeEvent):
2009-03-07 Jürgen Spitzmüllerfix bug 5833
2009-02-16 Jean-Marc Lasgouttescompilation warning: add exta braces around assignment
2009-02-10 Pavel SandaFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5082
2009-02-05 Uwe Stöhr- stdmenus.inc: Phantom can contain other things as...
2009-01-25 Uwe Stöhrrevert r28281
2009-01-25 Uwe Stöhrremove the no longer used GuiNote
2009-01-09 Jürgen Spitzmüller* GuiView.cpp (insertPlaintextFile):
2009-01-08 Vincent van RavesteijnDo not create a new file after 'new from template....
2009-01-05 Vincent van RavesteijnAdd comment about r27991.
2009-01-05 Vincent van RavesteijnFix crash when no new document can be created.
2008-12-22 Georg Baumfix bug 2558: hspace support in math
2008-11-30 Vincent van RavesteijnAdd *.lyx16 filter to File->Open..
2008-11-29 Vincent van RavesteijnFix bug 5507: Full screen hangs LyX when no file is...
2008-11-23 Vincent van RavesteijnSome fixes for the buttons of the Document and Preferen...
2008-11-18 Pavel SandaSince meeting we have new codename :)
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-16 Stefan Schimanski* open popup on complete-accept if there is a completio...
2008-11-16 André Pönitzeven less framing
2008-11-16 André Pönitzremove mourning border from workarea
2008-11-16 Abdelrazak YounesThe rest of Tommaso patch with some cleanups. Not very...
next