]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiView.h
2010-01-29 Jean-Marc Lasgouttesadd a dispatchresult parameter to lyxview::dispatch
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2010-01-10 Richard HeckDeclare focusInEvent so we can compile.
2010-01-08 Vincent van RavesteijnMove reloadBuffer from GuiView to Buffer.
2010-01-01 Tommaso CucinottaNo need for the new LyXView::selectDocumentBuffer(...
2009-12-30 Tommaso CucinottaImplemented the "Current Buffer" & "Current (Master...
2009-12-21 Peter Kümmelmove calls to Buffer::errors and Buffer::message to...
2009-12-18 Abdelrazak YounesDetach Buffer preview and update preview in a new threa...
2009-12-13 Abdelrazak YounesFor Qt4.4 and up: Detach Buffer autosave into a new...
2009-11-24 Pavel SandaFix #5211 - Check documents for changes after svn update.
2009-10-29 Vincent van RavesteijnDissect closeWorkArea and closeBuffer.
2009-10-05 Abdelrazak YounesCleanup virtual interfaces.
2009-09-30 Abdelrazak Younesremove indirection from LyXView::viewStatusMessage().
2009-09-27 Abdelrazak YounesTransfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-23 Abdelrazak Younes* Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-23 Abdelrazak YounesGet rid of LyXView::hasFocus().
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CHILD_OPEN to GuiView.
2009-09-19 Abdelrazak YounesLyXView: remove closeBuffer() and closeBufferAll()...
2009-09-12 Abdelrazak YounesMove LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try...
2009-09-05 Abdelrazak Younes* GuiView: get rid of Buffer() and documentBuffer(...
2009-09-05 Abdelrazak Younes* LyXView: get rid of two pure virtual methods.
2009-09-05 Abdelrazak Younes* LyXView:
2009-08-22 Tommaso CucinottaAdded at the LyXView level distinction among currently...
2009-08-21 Vincent van RavesteijnOne more obsolete comment.
2009-08-21 Vincent van RavesteijnSome necessary cleanup, noticed by Pavel.
2009-08-19 Vincent van RavesteijnMake new function writeSession(). Now it's no longer...
2009-08-18 Vincent van Ravesteijn- Ditch the in_close_event parameter, as we can use...
2009-08-18 Vincent van RavesteijnRename closeBufferAll to closeWorkAreaAll (because...
2009-08-18 Vincent van RavesteijnDissect closeBufferAll and closeTabWorkArea. Unfortunat...
2009-08-17 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-08-17 Vincent van RavesteijnRename tolastopened to in_close_event. I forgot this...
2009-08-15 Vincent van RavesteijnIf we are hiding a buffer _and_ the buffer is visible...
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 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-06 Vincent van RavesteijnFix bug #740: Wish for added menu item: File->Close...
2009-06-21 Jürgen Spitzmüller* Pop up error dialog if issuing master-buffer-[view...
2009-05-05 Vincent van RavesteijnFix bug #5131: Remember last file active.
2009-03-25 Richard HeckMake LFUN_BUFFER_NEXT and _PREVIOUS skip documents...
2008-11-16 Abdelrazak YounesThe rest of Tommaso patch with some cleanups. Not very...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-30 Abdelrazak YounesAvoid a complete Toc reset in case when only a toc...
2008-08-11 Richard HeckPatch from Vincent. This resets the window title approp...
2008-06-25 Abdelrazak YounesFix toc and source-view initial showing.
2008-06-19 Abdelrazak Younesretro commit a bit. Should hopefully fix the crashes...
2008-06-19 Abdelrazak YounesSome more fixes to multi-windows.
2008-06-19 Abdelrazak YounesPolish the one window per document user experience.
2008-05-27 Abdelrazak YounesTemptatively fix fullscreen problems on X11.
2008-05-27 Abdelrazak YounesSwitch off fullscreen before closing a window.
2008-05-27 Abdelrazak YounesRe-engineer the toolbar support code:
2008-05-25 Abdelrazak Younesa bunch of toolbar related renaming.
2008-05-22 Jean-Marc Lasgouttes * frontends/LyXView.h:
2008-05-02 Abdelrazak Younes* Delegates.h: clarify some comments.
2008-05-02 Abdelrazak YounesSimplify dialogs updating.
2008-05-02 Abdelrazak YounesCleanup Toc dialog and GuiView interaction. The toc...
2008-04-28 Jürgen Spitzmüller* GuiView.{cpp, h}:
2008-04-27 Abdelrazak YounesSome dialog consistency work:
2008-04-25 Abdelrazak YounesDon't hide dialogs upon buffer switch. I've been wantin...
2008-04-20 Jürgen SpitzmüllerFix bug 4750
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-03-14 Stefan Schimanski* on Mac close GuiView when the last tab was closed
2008-02-29 Stefan Schimanski* bug fix to only do paragraph redraws, not fullscreen
2008-02-27 Abdelrazak YounesCleanup app quitting and window closing now that there...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-20 Abdelrazak YounesIntroducing LFUN_SPLIT_VIEW
2008-02-09 Abdelrazak YounesPut LFUN_UI_TOGGLE in its own method and add FIXMEs...
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2007-12-07 Abdelrazak YounesSplit LyXFunc::menuNew() into LyXView::newDocument...
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Abdelrazak Younes* BufferView:
2007-11-27 Abdelrazak YounesMove inclusion of "frontends/Delegates.h" to qt4/GuiView.h
2007-11-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-26 Abdelrazak YounesCleanup LyXFunc::dispatch() following JMarc advice.
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-22 André Pönitzsmall simplification
2007-11-21 Abdelrazak YounesSome more cleanup of LyXView:
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-20 Abdelrazak Younes- Cleanup and simplify the layout list GUI handling.
2007-11-19 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView.
2007-11-19 Abdelrazak YounesTransfer LyXView::loadLyXFile() to lyxFunc::loadAndView...
2007-11-18 Abdelrazak YounesRemove some methods from GuiView.
2007-11-18 Abdelrazak Younescleanup and reorder initialisation code of GuiView...
2007-11-18 Abdelrazak YounesFix long standing initialisation FIXME.
2007-11-18 Abdelrazak Younesrev 21667: Forgot this!
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-18 André Pönitzmerge GuiView/Dialogs
2007-11-15 Abdelrazak YounesUse QSettings for session management of windows geometr...
2007-11-14 Abdelrazak YounesTransfer geometry related session code from LyX::newLyX...
2007-11-14 Abdelrazak YounesFix the disappearing minibuffer by don't pretending...
2007-11-13 Abdelrazak YounesTransfer createView() from Application to GuiApplicatio...
2007-11-13 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView and get...
2007-11-13 Abdelrazak YounesSome more cosmetics and removal of unused methods in...
next