]> git.lyx.org Git - lyx.git/history - src/frontends
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / frontends /
2010-11-13 Pavel SandaClash of accelerators
2010-11-13 Pavel SandaThis should be fixed.
2010-11-13 Jürgen Spitzmüller* GuiView: puzzle-constructions like this will make...
2010-11-13 Enrico ForestieriThe "single instance" patch.
2010-11-13 Pavel SandaAdd accelerators to Line UI
2010-11-13 Pavel Sandaui glitch
2010-11-13 Pavel SandaReintroduce expandMacrosCB, code partially knows it...
2010-11-12 Pavel SandaKill disabled items of advanced search, they won't...
2010-11-11 Pavel SandaReturn title back, I was too fast.
2010-11-11 Pavel SandaSynchro for index strings
2010-11-11 Pavel SandaKill title never used
2010-11-11 Pavel Sandapropset eoln
2010-11-11 Pavel SandaTooltip string
2010-11-10 Enrico ForestieriFix the 100% cpu load problem when previewing with...
2010-11-10 Enrico ForestieriCorrect style and squash compiler warnings.
2010-11-10 Enrico ForestieriFix export for Qt < 4.4.0.
2010-11-09 Pavel SandaStandard button label
2010-11-08 Peter Kümmeldon't eat a CPU core when using Qt < 4.4 or EXPORT_in_T...
2010-11-08 Uwe StöhrGuiTabular.cpp: workaround fix for #7022
2010-11-08 Peter Kümmelfix linker errors when using Qt 4.2
2010-11-07 Vincent van RavesteijnMove the buffer related part from GuiView::renameBuffer...
2010-11-07 Abdelrazak YounesFix assert in all InsetParamsWidget's for unicode chara...
2010-11-07 Uwe StöhrGuiTabular: support for multirow offset; fileformat...
2010-11-07 Uwe StöhrGuiTabular.cpp:
2010-11-06 Stephan Wittcheck for user cancel or errors on vcs revert before...
2010-11-06 Pavel SandaCompil fix
2010-11-05 Vincent van RavesteijnAllow for nested setBusy calls.
2010-11-04 Vincent van Ravesteijntypo
2010-11-03 Uwe StöhrGuiTabular.cpp: add comments
2010-11-03 Enrico ForestieriBe compatible with Qt 4.2 and 4.3 (Q_EMIT).
2010-11-02 Richard HeckImprove display of index names under Insert>Lists/TOC.
2010-11-02 Richard HeckUse bformat so we get RTL etc correct here.
2010-11-02 Pavel SandaBe compatible with Qt 4.2.
2010-11-02 Richard HeckFix the following sort of crash, reported on the list...
2010-11-02 Abdelrazak YounesTable dialog: Fix enabling/disabling of first header...
2010-11-01 Uwe StöhrGuiTabular.cpp: fix #7006: the caption checkbox was...
2010-11-01 Peter Kümmelcheck also if there is a QApplication instance
2010-11-01 Uwe StöhrGuiTabular.cpp: add a comment
2010-11-01 Abdelrazak YounesFix bug #6997
2010-11-01 Richard HeckRevert unintentional commit.
2010-11-01 Richard HeckFix bug #6888.
2010-11-01 Richard HeckFix bug #7002. I think this is correct, but Peter shoul...
2010-10-31 Vincent van RavesteijnIn r35952 we reverted r35933, but InsetParamsWidget...
2010-10-31 Uwe StöhrGuiTabular.cpp: apply immediately for all edit fields...
2010-10-31 Richard HeckRevert r35933. There are insets not based upon InsetCom...
2010-10-31 Vincent van RavesteijnSquash warning about unused variable
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-30 Abdelrazak YounesMigrate GuiPrintNomencl to InsetParamsDialog.
2010-10-30 Uwe StöhrGuiTabular.cpp: display width and alignment for multiro...
2010-10-30 Abdelrazak YounesGuiLabel: generalize initialiseParams() and transfer...
2010-10-30 Uwe StöhrInsetTabular.cpp; remove SET_SPECIAL_MULTIROW because...
2010-10-30 Uwe StöhrGuiTabular.cpp: fix #7001
2010-10-30 Jürgen Spitzmüller* GuiTabular.cpp:
2010-10-29 Richard HeckSquash warning.
2010-10-29 Vincent van RavesteijnBufferList should not determine that the current author...
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-29 Vincent van RavesteijnPass the Buffer to GuiView::reloadBuffer. We always...
2010-10-29 Vincent van RavesteijnMove the call to Buffer::errors("Parse") from BufferVie...
2010-10-29 Vincent van RavesteijnRelay the ReadStatus all the way up to the GUI also...
2010-10-29 Richard HeckComplete Jurgen's fix.
2010-10-29 Jürgen Spitzmüller* GuiDocument.cpp:
2010-10-29 Uwe StöhrInsetTabular: implement some SET/UNSET functions as...
2010-10-29 Uwe StöhrGuiTabular.cpp: table caption inside table is only...
2010-10-29 Uwe StöhrGuiTabular.cpp: fix #6585
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-28 Richard HeckMove saveCheckSum() call to Buffer::readFile(). Also...
2010-10-28 Richard HeckRename invisible buffers to hidden ones, thanks to...
2010-10-28 Richard HeckTypo.
2010-10-28 Richard HeckInsetParamsWidget should not just ignore the initializa...
2010-10-28 Enrico ForestieriFix bug #6589 (Crash when reverting to saved while...
2010-10-27 Abdelrazak YounesAnother compile fix
2010-10-27 Abdelrazak YounesCompile fix, sorry.
2010-10-27 Abdelrazak YounesGuiNomencl.xxx: Rename to be in line with class name.
2010-10-27 Abdelrazak YounesMigrate GuiNomencl to InsetParamsDialog.
2010-10-27 Abdelrazak YounesMigrate GuiLabel to InsetParamsDialog.
2010-10-27 Abdelrazak YounesMigrate GuiHyperlink to InsetParamsDialog.
2010-10-27 Abdelrazak YounesInsetParamsDialog: fix Restore button enabling/disabling.
2010-10-27 Vincent van RavesteijnRevert r32909: make input completion case sensitive...
2010-10-26 Jürgen Spitzmüller* GuiDocument.cpp: translate module names also in descr...
2010-10-26 Vincent van RavesteijnAdjust comments to the truth.
2010-10-25 Vincent van RavesteijnFix bug #6550: "Any Changes will be lost" even when...
2010-10-24 Vincent van RavesteijnFix bug #5878: Cursor position not restored in hidden...
2010-10-24 Vincent van RavesteijnUpdate the cursor shape also when the cursor shape...
2010-10-24 Edwin Leuvenhave pointing cursor when hovering something clickable
2010-10-24 Stephan Wittvalidate version control status after buffer save-as...
2010-10-23 Pavel SandaFix #6966.
2010-10-23 Stephan Wittvalidate version control status after buffer save or...
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-10-23 Peter Kümmelbind makes a copy of the arguments by default. This...
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 Vincent van RavesteijnGuiApplication.h cosmetics:
2010-10-22 Richard HeckTypo.
2010-10-22 Jürgen SpitzmüllerFix bug 6944: crash on drag and drop multiple files
2010-10-21 Richard HeckComment.
2010-10-21 Peter Kümmeluse QWaitCondition instead of QEventLoop for waiting...
2010-10-21 Richard HeckRevert r35760, as suggested by Vincent.
next