]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.C
Fix unreported bug related to 3246 by Richard Heck:
[lyx.git] / src / frontends / qt4 / GuiView.C
2007-03-17 Peter Kümmelfix bug: vert. maximized window is completely maximized...
2007-02-28 Jean-Marc Lasgouttes * support/filetools.C (makeDisplayPath): if the file...
2007-02-25 Jean-Marc Lasgouttes * GuiView.C (updateTab): do not update early if curren...
2007-02-14 Abdelrazak YounesFix bug 3236 and 3237.
2007-02-12 Peter Kümmelenable size grip
2007-02-04 Jean-Marc Lasgouttes * GuiView.C (setGeometry): whitespace and warning.
2007-02-01 Peter Kümmelsimpilfy tabbar code
2007-01-31 Bo PengSession: restore toolbars in the right order and location
2007-01-30 Bo PengSlightly better toolbar session restoration, from Jurgen
2007-01-29 Jürgen Spitzmüller* src/frontends/qt4/GuiView.[Ch]:
2007-01-27 Bo PengBUG3127 Toolbar display: restore all toolbars to differ...
2007-01-27 Michael Schmitt * frontends/qt4/GuiView.C: fix localization
2007-01-14 Peter KümmelThe Mac doesn't need a offset for the save/restore...
2007-01-02 Abdelrazak Younesadd some assertions.
2006-12-30 Peter Kümmelundo last acedential checkin
2006-12-30 Peter Kümmelwe've never used Q_FOREACH
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-16 Georg Baumfix variable initialization order (shuts up a gcc warning)
2006-12-12 Enrico ForestieriFix cancel on quit
2006-12-03 Abdelrazak Younestwo lines between function.
2006-12-03 Abdelrazak YounesFix memory leaks with multiple windows and crash when...
2006-12-03 Peter Kümmelprepare fixing some memory leaks
2006-12-03 Peter Kümmelfix quit problems on Mac
2006-12-02 Michael Schmitt * src/lyxfunc.C:
2006-12-02 Peter KümmelClean up quit code.
2006-11-30 Peter KümmelFIXME: remove global variable theApp
2006-11-29 Georg Baumfix compiler warning:
2006-11-29 Peter Kümmelalso support the geometry option on Windows + Qt/Windows
2006-11-29 Peter Kümmeldon't forget to translate
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-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-25 Peter Kümmelsimplify exit code, old code doesn't work on the Mac
2006-11-09 Peter Kümmelfix drifted position of restored window
2006-11-08 Peter Kümmeldisable toolbar popup menu, this is better than the...
2006-11-05 Abdelrazak YounesBug Fix: Window title was not updated in new window.
2006-11-04 Georg Baumfix gcc warnings
2006-11-02 Bo PengSession/Toolbars:
2006-11-01 Abdelrazak YounesThis commit initialise correctly the tab bar in a new...
2006-11-01 Peter Kümmeladd link to Qt bug
2006-10-31 Peter Kümmeladd missing header, forgotten because of the Qt precomp...
2006-10-31 Peter Kümmeladd missing header
2006-10-31 Peter KümmelAdd tab support
2006-10-31 Peter Kümmel* frontends/Toolbars.C:
2006-10-29 Bo Pengsession: rename some functions
2006-10-28 Peter Kümmelremove warning, use shorter code
2006-10-27 Bo Pengclass session reorganization
2006-10-27 Peter Kümmelwhen we use QDesktopWidget we should include it
2006-10-27 Peter KümmelGuiView.C: recover from silly window positions
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-10-22 André Pönitzmake macrfos readable again
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-03 Abdelrazak Younes* lyx_gui: create_view(), start() and exit() functions...
2006-10-02 Enrico ForestieriFix build on cygwin when using --without-x
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-17 Abdelrazak Younesget rid of QT3_SUPPORT and some cleanup
2006-08-12 Abdelrazak Younes* GuiView:
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-06 Lars Gullik BjønnesRemove quite a few compiler warnings:
2006-06-27 Peter Kümmeladd link to the task tracker of the Qt4 bug
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-23 Peter Kümmel * frontends/qt3/QtView.C: use QRect ctor, coding style
2006-06-21 Peter Kümmelfix: qt3/qt4 save/restore of the window geometry and...
2006-06-20 Abdelrazak YounesQtView renamed to GuiView