]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
* activate the view from the constructor. This makes sure that the
[lyx.git] / src / frontends / qt4 / GuiView.cpp
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.
2008-01-16 Abdelrazak YounesFix bug 4351 at least on Windows and X11.
2008-01-15 Richard HeckFix bug 4463. The crash was due to a call to X from...
2008-01-10 Abdelrazak YounesTransfer Tab and Shift-Tab keys special handling from...
2007-12-26 Abdelrazak Younesheader cleanup.
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-26 Abdelrazak YounesSimplify MenuBackend and menubar interactions.
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-12-23 Stefan Schimanski* cosmetic
2007-12-23 Stefan Schimanski* math macro toolbar can be made automatic
2007-12-21 Abdelrazak YounesFix cursor positionning on new buffer.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Enrico ForestieriRevert qprocess code. Revisions reverted: 22026, 22030...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-11 Abdelrazak YounesChange GuiProgress identifier and description.
2007-12-10 Abdelrazak YounesAdd common session handling infrastructure for dialogs.
2007-12-09 Abdelrazak YounesFactorize general code out of GuiDialog and into the...
2007-12-09 Abdelrazak YounesFix Drag&Drop. LFUN_FILE_OPEN is not handled by GuiView...
2007-12-08 Peter Kümmeladd progress view of system calls
2007-12-08 Abdelrazak YounesNo need to update the prefs dialog if it is not visible.
2007-12-07 Abdelrazak YounesNew file is placed in current directory by default.
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-30 Abdelrazak Younesfix crash.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-26 André Pönitzno need to cast anymore
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-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-23 Abdelrazak Younessome more LFUN transfer from LyXFunc to GuiView.
2007-11-23 Abdelrazak YounesTake care of cursor update flags correctly and redraw...
2007-11-23 Abdelrazak YounesFix crash on exit.
2007-11-23 Abdelrazak YounesSimplify Dialog::name() handling.
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-22 André Pönitzcosmetics
2007-11-22 André Pönitzcosmetics
next