]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.h
delete unneeded Menubar virtual interface.
[lyx.git] / src / frontends / qt4 / GuiView.h
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...
2007-01-31 Bo PengSession: restore toolbars in the right order and location
2007-01-29 Jürgen Spitzmüller* src/frontends/qt4/GuiView.[Ch]:
2006-12-23 Abdelrazak YounesFix focus on WorkArea after mini-buffer command.
2006-12-22 Abdelrazak YounesFix Tab and Ctrl-Tab keys handling and focus problems...
2006-12-20 Abdelrazak YounesPartial Fix for Tab key press bug. It is now properly...
2006-12-20 Jean-Marc Lasgouttes * QLMenubar.C (macxMenuBarInit): fix workaround for...
2006-12-12 Enrico ForestieriFix cancel on quit
2006-12-03 Peter Kümmelfix quit problems on Mac
2006-11-29 Peter Kümmelalso support the geometry option on Windows + Qt/Windows
2006-11-29 Peter Kümmeladd tool bar popup with three icon sizes: small, normal...
2006-11-27 Peter Kümmelfix wrong toolbar icon size, default value is
2006-11-08 Peter Kümmeldisable toolbar popup menu, this is better than the...
2006-10-31 Peter KümmelAdd tab support
2006-10-26 Abdelrazak YounesThis commit fixes 3 crashes when reverting a document:
2006-10-24 Abdelrazak Younes* Gui.h: new closeAll() pure virtual method.
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-09-29 Abdelrazak Younes* Application: new createView() method
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-10 Abdelrazak Younes* LyXView.h:
2006-08-12 Abdelrazak Younes* GuiView:
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-06-30 Lars Gullik BjønnesMake signals and slots to not be defined, and replace...
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-21 Peter Kümmelfix: qt3/qt4 save/restore of the window geometry and...
2006-06-20 Abdelrazak YounesQtView renamed to GuiView