]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiApplication.C
renaming in frontends/qt4/ui: s/Q//g
[lyx.git] / src / frontends / qt4 / GuiApplication.C
2007-04-02 Abdelrazak YounesImplement Angus suggestion.
2007-04-01 Abdelrazak YounesThe error message doesn't need to be translated.
2007-04-01 Abdelrazak YounesFix bug 3288:
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-02-18 Georg Baumremove dead code that is no longer needed
2007-01-31 Georg BaumFix bug 3107
2007-01-05 Georg BaumFix another selection bug
2007-01-04 Georg Baum * src/frontends/qt4/GuiApplication.C
2007-01-04 Jean-Marc Lasgouttes * GuiApplication.C (GuiApplication): make sure that...
2006-12-15 Jean-Marc Lasgouttesremove some old cruft (unused OS X specific code)
2006-12-04 Abdelrazak Younes* GuiApplication::x11EventFilter(): check for currentVi...
2006-12-02 Peter KümmelClean up quit code.
2006-11-29 Peter KümmelFix crash on Mac, now the strange part
2006-11-29 Jean-Marc Lasgouttes * qt4/GuiApplication.C: remove ad-hoc Mac OSX Carbon...
2006-11-26 Michael Schmitt * src/GuiApplication.C: add missing include
2006-11-26 Abdelrazak Younes* lyx_main.[Ch]
2006-11-25 Peter Kümmelsimplify exit code, old code doesn't work on the Mac
2006-11-19 Peter Kümmelfirst try it on the Mac
2006-11-19 Peter Kümmelwe rely on Windows and maybe Linux on a Qt bug
2006-11-07 Michael Schmitt * GuiApplication.C: fix compilation (ev => xev)
2006-11-07 Abdelrazak Younes* Application:
2006-10-30 Michael Schmittremove references to Qt3/Gtk
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-22 Asger Ottar Alstrup- Do not use kerning, because that fucks up cursor...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-13 Abdelrazak Younes* GuiApplication: explicitly clear out socket_callbacks...
2006-10-12 Abdelrazak Younes* GuiApplication.C: align Windows with other platform...
2006-10-12 Abdelrazak Younesfix formatting issue.
2006-10-12 Georg BaumReplace crash on startup with a memory leak.
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-03 Abdelrazak YounesThis commit creates a new "frontends/lyx_gui.C" that...
2006-09-29 Abdelrazak YounesSome cleanup
2006-09-29 Abdelrazak Younes* Application: new createView() method
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-22 Georg Baumcompile fix
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...