]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiApplication.cpp
revert previous commit, it did not compile of course...
[lyx.git] / src / frontends / qt4 / GuiApplication.cpp
2010-12-04 Abdelrazak Younesrevert previous commit, it did not compile of course...
2010-12-04 Abdelrazak Younes GuiApplication::dispatch(): decrease indentation at...
2010-12-04 Abdelrazak YounesMake sure the current view is set to busy in order...
2010-11-30 Enrico ForestieriFix bug #7068 (Crash when pressing down arrow in an...
2010-11-29 Jean-Marc LasgouttesFix missing undo group when doing the following:
2010-11-28 Georg BaumFix bug #7091 and bug #7094
2010-11-26 Richard HeckFix bug #2743.
2010-11-25 Uwe Stöhrfix #1983 (rest of #4606): add missing \var*** characte...
2010-11-20 Vincent van RavesteijnLet LyX compile when there is no session manager.
2010-11-18 Vincent van RavesteijnAdd error message when using a Qt compiled with QT_NO_S...
2010-10-29 Richard HeckSquash warning.
2010-10-29 Vincent van RavesteijnCompile fix in case DEVEL_VERSION is defined.
2010-10-29 Vincent van RavesteijnAll occurrences of buf->errors("Parse") in GuiApplicati...
2010-10-22 Vincent van RavesteijnFix crashes and asserts if LyX doesn't have a view...
2010-10-22 Vincent van RavesteijnRestructure processFuncRequest* function family:
2010-10-22 Jürgen SpitzmüllerFix bug 6944: crash on drag and drop multiple files
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-17 Peter KümmelUse DispatchResult also in GuiView::dispatchVC to handl...
2010-10-14 Richard HeckWhitespace.
2010-10-14 Richard HeckI am basically trying here to get rid of random calls to
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-09-19 Pavel SandaAdd CB for Meta/Control key swap on Mac OS X.
2010-08-08 Jean-Marc LasgouttesAdd new pref use_system_colors (defaults to true).
2010-08-07 Jean-Marc Lasgouttesset more colors from qt palette
2010-08-07 Jean-Marc LasgouttesFix default colors for workarea.
2010-08-05 Jean-Marc LasgouttesInitialize some LyX colors from Qt. Currently what...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Stephan Wittprovide native spell checker for Mac OS X
2010-06-07 Vincent van RavesteijnFix the storage of the last opened files list when...
2010-05-10 Vincent van RavesteijnFix bug #6686: Navigate back does not trigger a repaint
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-19 Enrico ForestieriQThreadPool was introduced in Qt 4.4
2010-04-16 Vincent van RavesteijnRefactor GuiApplication::getStatus().
2010-04-16 Vincent van Ravesteijn* FuncStatus: unify naming of functions.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-04-07 Richard HeckOne final bit of cleanup.
2010-04-07 Richard HeckA little more lv cleanup.
2010-04-07 Richard HeckA bit more cleanup: Again, we do not need lv, and the...
2010-04-07 Richard HeckThe lv variable was used back in LyXView.cpp, where...
2010-04-07 Richard HeckFix bug #6519. This is some of the "instability" that...
2010-03-24 Enrico ForestieriFix for Qt 4.2 (patch mostly from JMarc).
2010-03-18 Abdelrazak YounesFix potential bug affecting export and preview with...
2010-03-15 Abdelrazak Youneswhite space.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-12 Jürgen Spitzmüller* GuiApplication.cpp: prevent null pointer.
2010-02-10 Jürgen Spitzmüller* Spellchecker dialog:
2010-02-10 Pavel SandaUse readonly for manuals only in released versions.
2010-02-09 Abdelrazak YounesApplication: get rid of 2 virtual interface.
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Richard HeckWhitespace.
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Abdelrazak YounesTemporarily fix bug #6412. The side effect is that...
2010-01-29 Jean-Marc LasgouttesMake LFUN_HELP_OPEN open the document in read-only...
2010-01-23 Jürgen Spitzmüllerreally fix the Diamond toolbar item.
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2010-01-06 Tommaso CucinottaWhen zooming in/out with [Ctrl] + [Mouse Wheel], docume...
2009-12-31 Vincent van RavesteijnHappy new year!
2009-11-07 Peter Kümmelcmake: fix merge build
2009-10-05 Abdelrazak Younesuse GuiView instead of LyXView
2009-10-05 Abdelrazak YounesKornel's gcc compile fix.
2009-10-04 Pavel Sandasquash warning
2009-10-04 Abdelrazak Younesgcc compil fix.
2009-10-04 Abdelrazak YounesAvoid indirection.
2009-10-04 Abdelrazak YounesRemove dead code and associated comments. This encoded_...
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-09-30 Abdelrazak YounesFix crash noticed by Bennett:
2009-09-28 Abdelrazak YounesMac compil fix, sorry Bennett.
2009-09-23 Abdelrazak YounesGet rid of LyXView::hasFocus().
2009-09-23 Abdelrazak YounesTransfer special getStatus() code from LyXFunc to Buffe...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-22 Abdelrazak YounesTransfer LFUN_HELP_OPEN to GuiApplication. There's...
2009-09-12 Vincent van RavesteijnFix bug #6188: Assertion with multiple views of same...
2009-09-05 Abdelrazak YounesX11 compile fix, sorry.
2009-09-05 Abdelrazak Younes* copy&paste fix.
2009-09-05 Abdelrazak Younes* GuiView: get rid of Buffer() and documentBuffer(...
2009-08-19 Vincent van RavesteijnClear the LastOpened list when choosing "Close Window".
2009-08-19 Vincent van RavesteijnMake new function writeSession(). Now it's no longer...
2009-08-15 Richard HeckMove emergencyWrite() from BufferList to Buffer.
2009-07-19 Vincent van RavesteijnFix bug #4906: Files always reopened in tabbed window...
2009-07-17 Richard HeckMove these declarations closer to where they are used.
2009-07-17 Richard HeckMake sure these are the same....
2009-07-17 Richard HeckFix problem noted by Vincent.
2009-07-16 Jean-Marc Lasgouttestypo
2009-07-16 Richard HeckFix bug #6076. As said there, other configuration files...
2009-06-30 Jürgen Spitzmüller* GuiApplication.cpp (readUiFiles):
2009-06-29 Jürgen Spitzmüller* do not change name of QSettings config file on LyX...
2009-05-09 Vincent van RavesteijnFix bug #5458 (try 2): File reopens at LyX-start even...
2009-05-05 Vincent van RavesteijnFix bug #5131: Remember last file active.
2009-05-04 Vincent van RavesteijnRevert r29532 and do something less risky.
2009-04-27 Pavel SandaDisambiguate call for monolithic build
2009-04-19 Vincent van RavesteijnFix bug #5758: Crash when closing the dosbox from which...
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2009-02-23 Vincent van RavesteijnFix bug 5769: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2009-01-25 Jürgen Spitzmüller* GuiApplication.cpp:
2009-01-05 Vincent van RavesteijnImproved debug message for locating toolbar icons....
2009-01-02 Vincent van RavesteijnAllow users to specify toolbar icons for commands with...
next