]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.h
If we are hiding a buffer _and_ the buffer is visible in another view/tabgroup, then...
[lyx.git] / src / frontends / qt4 / GuiView.h
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...
2007-11-13 Abdelrazak YounesSome cosmetics and a gcc compile fix.
2007-11-13 Abdelrazak Younescompile fix.
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-12 André Pönitzmake LyXView almost pure virtual. Merge implementation...
2007-11-12 André Pönitzmake WorkArea a pure interface, move all implementation...
2007-11-11 Abdelrazak YounesTransfer readOnly() and updateWindowTitle() from Delega...
2007-11-11 Abdelrazak Younes* GuiView:
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-10-23 André Pönitzcosmetics
2007-10-06 Abdelrazak YounesMove TabWidget related code to TabWorkArea class in...
2007-10-01 Abdelrazak YounesMove most of the Gui specific code in Toolbars to its...
2007-09-19 André Pönitzreduce #includes
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-08-24 Abdelrazak YounesTransfer command buffer handling to QLToolbar.
2007-08-23 Abdelrazak Younesdelete unneeded Menubar virtual interface.
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 2: get rid of menubar direc...
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 1: get rid of toolbars...
2007-08-23 Abdelrazak YounesDelete include of config.h. This was needed only for...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-14 Abdelrazak YounesProbable compile fix.
2007-08-14 Abdelrazak YounesTransfer Drag&Drop handling from GuiWorkArea to GuiView.
2007-06-11 Peter Kümmeladd tab close button
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 André Pönitzcode cosmetics whitespace, unneeded lyx:: qualification...
2007-04-21 Michael Schmitt * frontends/LyXView.h:
2007-04-19 Edwin Leuven* Refactoring of ToolbarBackend.[Ch] into
2007-03-17 Peter Kümmelfix bug: vert. maximized window is completely maximized...
next