]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
Get rid of GuiApplication::view_ids_
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2008-05-23 Abdelrazak YounesGet rid of GuiApplication::view_ids_
2008-05-22 Jean-Marc Lasgouttes * frontends/LyXView.h:
2008-05-21 Abdelrazak YounesRevert 24816, this didn't not work with the minibuffer.
2008-05-18 Abdelrazak YounesEnsure the focus is returned to the editing area after...
2008-05-16 Abdelrazak YounesMenubar autohiding: add some more comments and hide...
2008-05-15 Abdelrazak Younesadd a hack to autohide the menubar in fullscreen mode...
2008-05-15 Abdelrazak Younesmenubar autoshowing: go back to r24786
2008-05-15 Abdelrazak YounesRestoring autohiding and showing of menubar upon Pavel...
2008-05-15 Abdelrazak Younes- using Alt key in fullscreen mode: don't autoshow...
2008-05-15 Abdelrazak Younes- Don't popup the menubar if only Alt is pressed.
2008-05-15 Abdelrazak YounesAutoshow and autohide menubar while in fullscreen mode.
2008-05-06 Pavel SandaIntroduce groups for graphics insets. That includes:
2008-05-04 Abdelrazak YounesWe don't want the document dialog to be reset for each...
2008-05-03 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4816
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-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
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-21 André Pönitzfix #4758
2008-04-21 André Pönitzcompile fix
2008-04-20 André Pönitzmove the filefilter stuff closer to the only place...
2008-04-20 Jürgen SpitzmüllerFix bug 4750
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-16 André Pönitzfix leak in the undo stack
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-07 Jürgen Spitzmüller* src/frontends/qt4/GuiView.cpp:
2008-04-07 Joost Verburgnew logo graphics
2008-03-30 Pavel SandaFullscreen: correct restoring of window state.
2008-03-26 Stefan Schimanski* infinite loops are not good
2008-03-20 André Pönitzsimpliofy {Gui}FontLoader architecture a bit
2008-03-19 Pavel SandaCosmetics.
2008-03-17 Pavel SandaAdd checkbox to fullscreen menu entry.
2008-03-17 Jean-Marc Lasgouttesuse consistent ifdefs for the mac
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 Stefan Schimanski* make sure the Mac special menu item are only created...
2008-03-15 Stefan Schimanski* reset current_view_ when deleting a GuiView.
2008-03-14 Stefan Schimanski* activate the view from the constructor. This makes...
2008-03-14 Stefan Schimanski* Use open_buffers_in_tabs instead of single_window...
2008-03-14 Stefan Schimanski* only autoclose GuiView on last removed tab if the...
2008-03-14 Stefan Schimanski* When clicking the close button on a background window...
2008-03-14 Stefan Schimanski* on Mac close GuiView when the last tab was closed
2008-03-14 Stefan Schimanski* preference option to open buffers in tabs or new...
2008-03-14 Stefan Schimanski* cosmetic
2008-03-14 Stefan Schimanski* remove the need of an active GuiView
2008-03-12 Bo PengFix loading opened files from last session
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-08 Abdelrazak YounesEncapsulate all menu related stuff inside Menu.cpp...
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-03-05 André Pönitza few more docstring<->QString conversions
2008-03-04 Stefan Schimanski* make lyx look a bit more like a Mac application by...
2008-03-04 Jean-Marc Lasgouttesfix some compiler warnings
2008-03-04 Abdelrazak YounesGuiView: Avoid unnecessary GUI updates if it was the...
2008-02-29 Stefan Schimanski* bug fix to only do paragraph redraws, not fullscreen
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-27 Abdelrazak YounesGuiView ctor: wrong property!
2008-02-27 Abdelrazak Younes* GuiView: Make use of the default settings WRT last...
2008-02-27 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4498
2008-02-27 Abdelrazak YounesGet rid of LyXFunc::closeBuffer()
2008-02-27 Abdelrazak YounesCleanup app quitting and window closing now that there...
2008-02-26 Abdelrazak Younes* GuiView::closeEvent(): adjust buffer closing WRT...
2008-02-22 Abdelrazak YounesGuiView::dispatch(): Fix cut&paste bug.
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-21 Abdelrazak YounesLFUN_CLOSE_TAB_GROUP: bug fixes.
2008-02-21 Abdelrazak YounesIntroduce LFUN_CLOSE_TAB_GROUP.
2008-02-21 Abdelrazak Younes* LFUN_SPLIT_VIEW: add support for vertical split view.
2008-02-21 Abdelrazak YounesFix buffer-switching in split view.
2008-02-20 Abdelrazak YounesIntroducing LFUN_SPLIT_VIEW
2008-02-20 Abdelrazak Younessmall tweak for split view.
2008-02-20 Abdelrazak YounesFix scrollbar/resizing interaction.
2008-02-20 Abdelrazak YounesLFUN_UI_TOGGLE: make sure the keyboard focus stays...
2008-02-20 Abdelrazak YounesWork-around scrollbar bug when returning from fullscree...
2008-02-20 Abdelrazak YounesFullscreen support: Small cleanups. Still not sure...
2008-02-19 Pavel SandaImprove fullscreen mode (bug 4146).
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-14 Richard HeckGet rid of GuiIndex since we no longer need it. Simplif...
2008-02-12 Abdelrazak Younes* GuiView::event(): ensure current workarea has the...
2008-02-12 Abdelrazak YounesFix crash with multiple window opening/closing.
2008-02-11 Pavel Sandaui-toggle lfun tweaks.
2008-02-09 Abdelrazak YounesHandle full screen mode for all work areas.
2008-02-09 Abdelrazak YounesIntroduce GuiWorkArea::setFullScreen()
2008-02-09 Abdelrazak YounesPut LFUN_UI_TOGGLE in its own method and add FIXMEs...
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2008-02-09 Pavel SandaImprove fullscreen capabilities ( http://bugzilla.lyx...
2008-02-08 Abdelrazak Younesupdate controls upon window activation.
2008-02-07 Jürgen Spitzmüller*** New Symbols Dialog ***
2008-02-07 Abdelrazak Younessmall code cleanup
2008-02-07 Abdelrazak Younesrevert reverted commit, sorry.
2008-02-07 Abdelrazak Younesrevert wrong commit.
2008-02-07 Abdelrazak YounesTransfer FileDialog.h to qt4/
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.
2008-02-06 Pavel SandaAdd LFUN_MENUBAR_TOGGLE and LFUN_STATUSBAR_TOGGLE.
2008-02-03 Richard HeckSilly mistake.
2008-02-02 Richard HeckClarify meaning of argument.
2008-01-17 Jürgen Spitzmüller* src/frontends/GuiView.cpp:
2008-01-16 Abdelrazak YounesFix delay when applying changed Preferences. The reason...
2008-01-16 Abdelrazak YounesAllow use of Tab keys when no document's open.
next