]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.cpp
Code cleanup
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
2010-01-21 Tommaso CucinottaCode cleanup
2010-01-11 Vincent van RavesteijnBetter debug message.
2010-01-10 Vincent van RavesteijnFix bug #6431: Crash when closing a workarea with a...
2010-01-10 Pavel SandaOne more comment.
2010-01-09 Tommaso CucinottaAdded ALL_MANUALS scope to Advanced Find & Replace.
2010-01-08 Tommaso CucinottaRemoved unneeded assert firing when closing LyX with...
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2010-01-08 Vincent van Ravesteijntypo ?
2009-12-31 Vincent van RavesteijnFix bug #6332: Do not paint the cursor after a resize...
2009-11-27 Jean-Marc Lasgouttessuppress warning (multiplication of int by double)
2009-10-31 Vincent van RavesteijnFix r31814: we have to close the tab not hide it. Also...
2009-10-31 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-10-06 Pavel Sandanext compil fix
2009-10-05 Pavel SandaFix bug #5977 - Make Close button on tabs configurable
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-08-17 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-08-17 Vincent van RavesteijnSqueeze warnings.
2009-08-15 Vincent van RavesteijnAmong other problems still left. At least close the...
2009-08-14 Vincent van RavesteijnExtend saveBufferIsNeeded with a parameter indicating...
2009-08-11 Jürgen SpitzmüllerFix bug 5946: Infinite loop when opening file with...
2009-07-30 Vincent van RavesteijnFix bug #5796: Context menu of one inset asks status...
2009-07-27 Vincent van Ravesteijn* inputMethodQuery: adjust comment.
2009-07-27 Vincent van RavesteijnFix bug #6108: Crash on menu key
2009-07-06 Jean-Marc LasgouttesPatch from Ben M.: do not accept key events if we do...
2009-05-26 Vincent van RavesteijnRemove black box around GuiWorkarea? which is visible...
2009-05-26 André Pönitzcosmetics
2009-05-26 André PönitzIntroduce an option to keep the menubar visible in...
2009-05-05 Pavel Sandacomment
2009-05-05 Pavel SandaCommetin forgotten part of r29532 reversal
2009-05-04 Vincent van RavesteijnAesthetics: Hide the tabbar when closing all windows...
2009-05-02 Pavel SandaRemove the corner button too
2009-05-02 Pavel SandaUse Qt native close button on tabbar.
2009-05-01 Abdelrazak YounesFix assertion on Ctrl-N with Qt4.5.
2009-04-24 Abdelrazak YounesSimple fix for bug 4464
2009-04-04 Vincent van RavesteijnFix bug #3038: wish for lfuns for zoom-in and zoom-out
2009-04-03 Vincent van RavesteijnMake sure that the document is only scrolled to the...
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2009-03-27 Vincent van RavesteijnFix bug 4733: Auto popup of math toolbar hides the...
2009-03-09 Vincent van RavesteijnRemove black box around GuiWorkarea which is visible...
2009-03-09 Richard HeckWhitespace.
2009-03-09 Abdelrazak YounesAvoid infinite loop with Qt4.5 (asserts instead).
2009-03-08 Vincent van RavesteijnFix bug 5357: Close tab possible without close tab...
2009-02-28 Vincent van RavesteijnFix bug 5819: Close button of tabbar closes wrong document
2009-01-31 Pavel SandaVCS: add GUI notification
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and add a WorkArea...
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and correct focus...
2008-11-22 Abdelrazak YounesTransfer more things from FindAndReplace to EmbeddedWor...
2008-11-22 Abdelrazak YounesCreate a new EmbeddedWorkArea for dialog embedding...
2008-11-18 Vincent van RavesteijnDo not paint an invisible cursor.
2008-11-16 Jean-Marc Lasgouttesrevert r27520 (tr1 stuff)
2008-11-16 André Pönitztry using std::tr1::shared_ptr instead of boost::shared_ptr
2008-11-15 Abdelrazak Younescompil fix, sorry.
2008-11-15 Abdelrazak Younescosmetics.
2008-11-15 Abdelrazak YounesSome cosmetic changes so that GuiWorkArea can be embedd...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-13 Pavel SandaFix whitespaces so the diff between branches is not...
2008-09-08 Pavel SandaCoding style
2008-09-08 Stefan Schimanski* LFUNs complete and complete-cancel. No key intercepti...
2008-09-07 Jürgen Spitzmüllercosmetics.
2008-09-07 Pavel SandaFixing inline completion, Vincent strikes back :)
2008-09-06 Uwe StöhrGuiWorkArea.cpp: allow to navigate in tables with the...
2008-08-24 Pavel SandaVCS: add notification
2008-07-17 Abdelrazak Younesinvert crtl+wouse wheel zoom direction
2008-07-10 Pavel SandaAdd comment to avoid future clashes.
2008-07-10 Abdelrazak Younesreverting 25454 and fix http://bugzilla.lyx.org/show_bu...
2008-07-05 Peter Kümmelfix memory leak
2008-07-01 Abdelrazak Younesup-port fixes and cleanups from BRANCH.
2008-06-30 Abdelrazak YounesFix wheel mouse scrolling bug when speed is set to...
2008-06-20 Abdelrazak Younesforgot this in prev commit.
2008-06-20 Abdelrazak YounesFix ScrollBarAsNeeded
2008-06-20 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4829
2008-06-18 Abdelrazak YounesRevert 25234: Even though this is not recommended,...
2008-06-16 Abdelrazak Younesrevert 25271 which was problematic. Sorry for the delay.
2008-06-16 Abdelrazak Younes* GuiWorkArea::addWorkArea(): avoid multiple unneeded...
2008-06-12 Abdelrazak YounesGuiView: Moving updateStatusBar() out of updateDialogs...
2008-06-12 Abdelrazak YounesFix another recursive repaint problem with Qt4.4 when...
2008-06-12 Abdelrazak YounesFix crash when closing a second lyx window due to a...
2008-05-23 Abdelrazak YounesPimpl stuff in GuiApplication.
2008-05-16 Abdelrazak YounesMenubar autohiding: add some more comments and hide...
2008-05-16 Pavel SandaCompil fix.
2008-05-15 Abdelrazak Younesadd a hack to autohide the menubar in fullscreen mode...
2008-05-02 Abdelrazak Younescosmetics
2008-05-02 Abdelrazak YounesSimplify dialogs updating.
2008-05-02 Abdelrazak Younescosmetics
2008-04-29 Stefan Schimanski* only use path to decide whether a path segment "helpe...
2008-04-29 Stefan Schimanski* Some more clever elide mode for the LyX buffer tabs...
2008-04-27 Abdelrazak YounesSome dialog consistency work:
2008-04-21 André Pönitzfix #4758
2008-04-20 André Pönitzcosmetics
2008-04-18 Abdelrazak YounesFix recursive repaint. QSlider::setRange() didn't used...
2008-04-15 André Pönitzwell... use the liberty we now have
2008-04-15 André Pönitzfix crash on application desctruction
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-06 Pavel SandaCompilation fix.
2008-04-06 André PönitzA hack to prevents an additional redraw when the scroll...
2008-03-21 André Pönitzcosmetics
2008-03-17 Jean-Marc Lasgouttesuse consistent ifdefs for the mac
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-15 Stefan Schimanski* make Qt 4.2 happy. Please complain if it is not.
next