]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiApplication.cpp
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiApplication.cpp
2011-07-21 Stephan Wittmove spellchecker backend change action to actOnUpdated...
2011-06-02 Stephan WittCocoa based Qt-4.6 needs to paint every character separ...
2011-05-11 Richard HeckFix bugs #7110 and #7160 by reverting r36521.
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2011-02-24 Stephan Witt#6920 paint single characters only when Qt4.7 or better...
2011-02-23 Stephan Witt#7292 make the modifiers Option and Control act on...
2011-02-13 Vincent van RavesteijnDo not compile unused code.
2011-01-24 Stephan Witt#7149 correct current_view_ or add checks for it for...
2011-01-24 Jean-Marc LasgouttesFix ticket #7260: Error when opening all floats, when...
2011-01-18 Stephan Witt#7149 improve the comment
2011-01-18 Stephan Witt#7149 fix a crash on file-open with having some view...
2011-01-18 Richard HeckFormat conversion for bind files. This completes the...
2011-01-17 Richard HeckDon't try to convert any of the preference files except...
2011-01-16 Richard HeckFactor out the code that actually does the reading...
2011-01-16 Richard HeckConversion routines for preference files.
2011-01-16 Richard HeckWhitespace.
2011-01-06 Georg BaumFix crash in lyx -e latex lib/doc/Shortcuts.lyx: theApp...
2011-01-01 Enrico ForestieriRevert r36465 and r36467. Soon to be replaced by proper...
2010-12-08 Richard HeckGeorg's fix for my crash moved too much inside the...
2010-12-08 Jean-Marc LasgouttesFix the last part of #3733:
2010-12-04 Abdelrazak YounesMove code from GuiApplication::dispatch() to GuiView...
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".
next