]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
Introducing GuiMenubar::init() to avoid destructing the object in order to re-initial...
[lyx.git] / src / frontends / qt4 / GuiView.cpp
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.
2007-10-03 Abdelrazak YounesOups... Fix crash on startup...
2007-10-03 Abdelrazak YounesFix some crashes on exit and on windows switch.
2007-10-02 André Pönitzcosmetics
2007-10-02 Abdelrazak YounesSimplify WorkArea (de-)registering: now done at WorkAre...
2007-10-02 Abdelrazak YounesFix some issues with buffer closing.
2007-10-02 Abdelrazak YounesCosmetics.
2007-10-02 Abdelrazak YounesReplace Buffer' changed() and closing() signals with...
2007-10-02 Abdelrazak YounesSome fixes and cleanup to command buffer.
2007-10-01 Abdelrazak YounesMove most of the Gui specific code in Toolbars to its...
2007-10-01 Jean-Marc Lasgouttescompilation fix
2007-09-28 André Pönitzcosmetics
2007-09-19 André Pönitzreduce #includes
2007-09-17 André Pönitzsimplify KeySymbol stuff. which hopefully works...
2007-09-16 André Pönitzcosmetics.
2007-09-14 Richard HeckSurely we do not need to see this every time either.
2007-09-14 Richard HeckSurely we do not need to see this every time.
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-30 André Pönitzxpm -> png
2007-08-24 Abdelrazak Younesdisable painting updates when adding/removing a workAre...
2007-08-24 Abdelrazak YounesTransfer command buffer handling to QLToolbar.
2007-08-23 Alfredo Braunsteincompilation fix
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 2: Transfer ControlCommandB...
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 YounesHide tab bar if there's only one tab.
2007-08-22 André Pönitzadd #include for BOOST_CURRENT_FUNCTION
2007-08-22 Abdelrazak YounesFix crash on first load with mouse wheel: this was...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-19 Abdelrazak YounesFix bug 4123:
2007-08-15 Abdelrazak Younescosmetics
2007-08-14 Abdelrazak YounesTransfer Drag&Drop handling from GuiWorkArea to GuiView.
2007-07-17 Abdelrazak YounesWith or without multiview, a crash can happen randomly...
2007-06-14 Stefan Schimanski* make close tab button smaller
2007-06-11 Peter Kümmeladd tab close button
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...