]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
Allow use of Tab keys when no document's open.
[lyx.git] / src / frontends / qt4 / GuiView.cpp
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
2007-11-22 André Pönitzsmall simplification
2007-11-22 Abdelrazak Younescompile fix. Sorry.
2007-11-22 Abdelrazak YounesUpdates controls after reinitialization.
2007-11-21 Abdelrazak YounesIntroducing GuiMenubar::init() to avoid destructing...
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-20 Abdelrazak YounesFix crash when closing a buffer.
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-19 Abdelrazak YounesPainting tweaks:
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-17 André Pönitzmake Application slimmer
2007-11-17 André Pönitzmove view_ids from Application to GuiApplication
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-16 Abdelrazak YounesHopefully fix the ignored -geometry option under X11.
2007-11-16 Abdelrazak YounesWork around X11 Windows manager limitations.
2007-11-15 André Pönitzreduce line noise
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 Younesbrown paper bag...
2007-11-13 Abdelrazak Younescompile fix.
2007-11-13 Abdelrazak YounesCosmetics.
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-12 André Pönitzsmall refactoring
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-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 Abdelrazak Younes* Bufferview::updateMetrics(): Separate out the SingleP...
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-11-03 André Pönitzsome std::string -> filename changes
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-23 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 Abdelrazak Younescompil fix.
2007-10-17 André Pönitzuse "real" resources
2007-10-16 Abdelrazak YounesReduce use of dynamic_cast.
2007-10-15 André Pönitzmainly reduce include dependencies
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-09 Abdelrazak Younes* GuiToc: make it work.
2007-10-07 Abdelrazak YounesTransfer some more code from GuiView to TabWorkArea.
2007-10-07 Abdelrazak YounesTransfer some code from GuiView to TabWorkArea.
2007-10-06 Abdelrazak YounesMove TabWidget related code to TabWorkArea class in...
2007-10-04 Abdelrazak YounesTransfer the setting of the current LyXView from workAr...
2007-10-04 Abdelrazak YounesFix tab text update when file name changes.
2007-10-03 André Pönitzshuffle some code around
2007-10-03 Abdelrazak YounesAdd some more updates on window switch.
2007-10-03 Abdelrazak YounesFix toc widget on window switch.
next