]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiErrorList.cpp
Set a maximum value to zoom level
[lyx.git] / src / frontends / qt4 / GuiErrorList.cpp
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-08 Jean-Marc LasgouttesFix missing initialization
2016-10-22 Guillaume MunchUse the new infrastructure to select rows during error...
2016-07-11 Juergen SpitzmuellerSimplify BufferParams::bufferFormat()
2016-07-10 Juergen SpitzmuellerGenerate a proper error dialog title for XeTeX/LuaTeX
2016-06-09 Jean-Marc LasgouttesInitialize correctly GuiErrorList::from_master_ in...
2015-04-05 Juergen SpitzmuellerShow Anyway button needs to be enabled/disabled in...
2015-04-04 Scott KostyshakButton for showing PDF if compilation error
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-04-21 Juergen SpitzmuellerFix assertion when ChkTeX hit math.
2011-04-05 Enrico ForestieriGeneralize check to generic non-editable insets.
2011-04-05 Enrico ForestieriFix bug #7420 (ASSERTION when moving paragraph up in...
2011-03-19 Vincent van RavesteijnRevert wrong previous commit.
2011-03-19 Vincent van RavesteijnSimplify logic in InsetRef::latex().
2011-03-18 Enrico ForestieriFix bug #7361 (Assertion when a latex error occurs...
2011-03-10 Enrico ForestieriRevert r37801 and r37870. They are superseded by r37894.
2011-03-07 Enrico ForestieriEach line of the exported latex code is associated...
2011-03-04 Enrico ForestieriFix bug #7331 (No error highlighting in child documents)
2011-03-03 Enrico ForestieriPartial fix for bug #7330 (No error notification with...
2011-02-28 Enrico ForestieriPlease Abdel
2011-02-28 Enrico ForestieriFix bug #7325 (ASSERTION when moving paragraph down...
2011-02-24 Enrico ForestieriImprove comment
2011-02-24 Enrico ForestieriIf a paragraph has zero size, highlight the previous...
2011-02-21 Enrico ForestieriCompile fix for those systems where pos_type is not...
2011-02-21 Enrico ForestieriIf the latex log points to an error at the end of a...
2011-02-10 Enrico ForestieriFor some reason, when a latex error occurs, it may...
2010-10-14 Richard HeckWhitespace.
2010-10-14 Richard HeckComments.
2010-10-14 Richard HeckMove the screen redraw call out of the selection-settin...
2010-10-13 Richard HeckThis is already done by the previous call.
2010-03-13 Richard HeckMinor cleanup, and some const-ness.
2010-03-13 Pavel SandaFix Error dialog. Patch from Richard and Abdel.
2010-03-12 Vincent van RavesteijnFix bug #6462: Out-of-bounds index in GuiErrorList...
2010-03-12 Vincent van RavesteijnFix bug #6397: use GUIfied strings in the error dialog.
2009-11-28 Vincent van RavesteijnFix bug #2179: GuiErrorList resets to first item.
2009-11-14 Jürgen Spitzmüller* direct access from the error dialog to the LaTeX...
2009-06-21 Jürgen Spitzmüller* Pop up error dialog if issuing master-buffer-[view...
2008-11-23 Jürgen Spitzmüller* GuiErrorList.cpp (showEvent):
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-21 Edwin Leuvenmake error dialog more comprehensible:
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-09-25 Jean-Marc Lasgouttesfor some reason, itemSelectionChanged does not trigger...
2008-07-20 Jürgen Spitzmüller* GuiErrorList.cpp:
2008-07-06 André Pönitzwrong editor settings from wrong project...
2008-07-06 André Pönitzfix crash.
2008-05-29 Jürgen Spitzmüller* GuiErrorList.{cpp,h}:
2008-02-18 Jean-Marc Lasgouttesmore compile fixes
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-09 André Pönitzstart work on less-likely-to-misuse iterators.
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-27 André Pönitzcosmetics
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-01 Jürgen Spitzmüller* src/frontends/qt4/GuiErrorList.cpp:
2007-10-30 Uwe StöhrGuiErrorList.cpp: whitespace
2007-10-20 André Pönitzmainly cosmetics
2007-10-10 André Pönitzfix bug reported by Jean-Marc
2007-10-10 Abdelrazak Younes* BufferView::update(): renamed to processUpdateFlags...
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-06 André Pönitznext one
2007-09-11 André Pönitzcosmetics
2007-09-11 André Pönitzless functions
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace