]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiClipboard.cpp
Move the buffer related part from GuiView::renameBuffer to Buffer::saveAs.
[lyx.git] / src / frontends / qt4 / GuiClipboard.cpp
2010-10-23 Peter Kümmelswitch mouse to busy symbol every 3 seconds and then...
2010-10-23 Jürgen Spitzmüllercompile fix.
2010-10-23 Vincent van RavesteijnFix #6597: LyX Appears frozen if the process holding...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2009-01-04 Vincent van RavesteijnSafety measure for r27988.
2009-01-04 Vincent van RavesteijnFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5560.
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-09 Jean-Marc LasgouttesX dependency cleanup (2/3)
2008-05-25 Peter Kümmelcleanup export of mime type strings
2008-05-25 Abdelrazak YounesFix MSVC link error.
2008-05-24 Peter Kümmeldefine mime strings at one place only
2008-05-23 Abdelrazak Younes- Move as much platform specific stuff as possible...
2008-05-13 Abdelrazak YounesAdd some initialisations.
2008-04-30 Enrico ForestieriAvoid a crash on exit (Mac and Windows).
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-22 Enrico ForestieriCompile fix
2008-04-20 André Pönitzcosmetics
2008-04-20 André Pönitzmove the filefilter stuff closer to the only place...
2008-04-19 Peter Kümmeluse auto_ptr
2008-04-19 Peter KümmelMinGW fixes
2008-04-19 Peter Kümmelfix memory leak, using boost::shared_ptr because std...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-07 Edwin Leuvenmore cleanup and fix a crash
2008-04-07 Edwin Leuvenclean-up
2008-04-07 Joost Verburgthe last parameter is a null pointer
2008-04-07 Enrico ForestieriCompile fix for cygwin and shut up gcc warning about...
2008-04-07 Edwin Leuvenwith joost: support for pasting metafiles under windows
2008-03-17 Pavel SandaChange strings.
2008-03-05 André Pönitza few more docstring<->QString conversions
2008-02-27 André Pönitzcosmetics
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-07 Abdelrazak YounesTransfer FileDialog.h to qt4/
2008-02-03 Stefan Schimanski* Support for graphics pasting (with most code in the...
2007-12-28 Jürgen SpitzmüllerFix multiple cell pasting on Windows and Mac (bug 4436):
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-27 André Pönitzcosmetics
2007-11-15 André Pönitzreduce line noise
2007-10-01 Uwe StöhrGuiClipboard.cpp: add missing ";"
2007-09-30 Abdelrazak YounesFix slowness issue with Clipboard. Cache the Clipboard...
2007-09-11 André Pönitzshuffle stuff around
2007-07-05 Jürgen Spitzmüllerfix unicode decomposition (bugs 3313 and 3498):
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...