]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiApplication.cpp
* activate the view from the constructor. This makes sure that the
[lyx.git] / src / frontends / qt4 / GuiApplication.cpp
2008-03-14 Stefan Schimanski* activate the view from the constructor. This makes...
2008-03-14 Stefan Schimanski* Use open_buffers_in_tabs instead of single_window...
2008-03-14 Stefan Schimanski* only autoclose GuiView on last removed tab if the...
2008-03-14 Stefan Schimanski* release keyboard grab from global menubar again when...
2008-03-14 Stefan Schimanski* create global menubar on Mac without a parent. It...
2008-03-14 Stefan Schimanski* preference option to open buffers in tabs or new...
2008-03-14 Stefan Schimanski* compile fix
2008-03-14 Stefan Schimanski* copy icon size to new GuiView from the last GuiView
2008-03-08 Abdelrazak YounesEncapsulate all menu related stuff inside Menu.cpp...
2008-03-07 André Pönitzmerge MenuBackend into frontend/Menus
2008-03-06 André Pönitzstart moving MenuBackend to the frontend
2008-02-29 Abdelrazak YounesIntroduce BufferException so that we don't crash if...
2008-02-28 Abdelrazak YounesGuiApplication::notify(): fine tune ErrorException...
2008-02-27 Abdelrazak Younestypo
2008-02-27 Abdelrazak YounesComment out setQuitOnLastWindowClosed() call.
2008-02-27 Abdelrazak YounesCleanup app quitting and window closing now that there...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-07 Abdelrazak YounesThe core is now clean enough that we don't need the...
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2008-02-05 Abdelrazak YounesTransfer forked process checking from GuiWorkArea to...
2007-12-26 Abdelrazak YounesTransfer global mac menu bar initialization to GuiAppli...
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
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 std' instead of 'using std::xxx'
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-12-02 Pavel SandaFix typo
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-26 Abdelrazak YounesCleanup LyXFunc::dispatch() following JMarc advice.
2007-11-24 Abdelrazak YounesGetting rid of Application::createView()
2007-11-24 Abdelrazak YounesIntroducing Application::getStatus() and Application...
2007-11-23 André Pönitzonly called once
2007-11-23 Abdelrazak Younessimplify window creation.
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-19 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView.
2007-11-18 Abdelrazak Younesrev 21667: Forgot this!
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-18 André Pönitzmerge GuiView/Dialogs
2007-11-17 André Pönitzmake frontend::Application a bit slimmer
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-16 Abdelrazak Younesadd '-' between LyX and version.
2007-11-16 Abdelrazak YounesAdd version to application name in session info.
2007-11-16 Abdelrazak YounesChange organization name to LyX.
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak Younescosmetics and comments.
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-13 André Pönitzremove #includes; cosmetics
2007-11-13 Abdelrazak YounesTransfer createView() from Application to GuiApplicatio...
2007-11-11 André Pönitzundef unwanted X11 macros
2007-11-02 André Pönitzpimpl not needed here
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-27 Abdelrazak Younes* DialogView: Initial Window geometry session support.
2007-09-27 Abdelrazak YounesGives the user some information about the crash.
2007-09-27 Abdelrazak YounesChange the paragraph settings dialog:
2007-09-22 Richard HeckSilence a warning.
2007-09-21 Abdelrazak Younes* GuiApplication::notify():
2007-09-15 André Pönitzsome remnaming
2007-09-15 André PönitzRename class socket_callback into SocketCallback; adjus...
2007-09-05 André Pönitzthe fun begins....
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-08-27 Abdelrazak YounesNew 'Save all on shutdown or cancel' feature from Steph...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-07 Jean-Marc Lasgouttes[the "translation" patch series] Part 4: translating...
2007-07-31 Bo Pengsrc/frontends/qt4/GuiApplication.cpp: fix a bug that...
2007-05-04 Abdelrazak Younes* LyX::addFileToLoad(): new method for double-clicked...
2007-04-26 André PönitzI guess Windows folks are not too happy with files...
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 Bo PengRename files in src/support, step one.
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,...