]> git.lyx.org Git - lyx.git/history - src/frontends
Improve how add_to_preamble and insert_to_preamble work, and audit the
[lyx.git] / src / frontends /
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.
2010-10-21 Richard HeckRestore should, uh, restore the initial state. Other...
2010-10-21 Richard HeckFix bug #6964. Problem was that we always saw the first...
2010-10-21 Vincent van RavesteijnFix bug #6963: LaTeXUi.ui: add some accelerators and...
2010-10-21 Abdelrazak YounesDialogView: make GuiView the parent widget to partly...
2010-10-21 Peter Kümmelonly connect when needed
2010-10-21 Peter Kümmelupdate .am files
2010-10-21 Peter Kümmelenable EXPORT_in_THREAD to prevent gui calls in non...
2010-10-21 Peter Kümmelno QtGui in support
2010-10-20 Peter Kümmeladd generic helper class for calling functions in gui...
2010-10-20 Uwe StöhrGuiTabular.cpp: fix #6957
2010-10-20 Uwe StöhrTabularUi.ui: fix position of spacer to make alignment...
2010-10-20 Peter Kümmeluse bind, is this really better?
2010-10-19 Richard HeckCut and paste solution to get export working. The issue...
2010-10-19 Richard HeckRevert r35715. Didn't mean to commit both.
2010-10-19 Richard HeckCut and paste solution to get export working. The issue...
2010-10-19 Vincent van RavesteijnFix bug #6950: Cursor remains in waiting state after...
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-18 Vincent van RavesteijnLet asyncBufferProcessing return a value also if EXPORT...
2010-10-18 Peter Kümmelfix formatting
2010-10-18 Peter Kümmelfix comment:
2010-10-18 Peter KümmelFor testing: export asynchronous, #412
2010-10-18 Peter Kümmelalso use update_unincluded for preview,
2010-10-18 Peter Kümmelsplit out common async code
2010-10-18 Peter KümmelI assume this was a c&p error
2010-10-18 Peter Kümmelprepare splitting out c&p code
2010-10-17 Peter KümmelUse DispatchResult also in GuiView::dispatchVC to handl...
2010-10-15 Jürgen Spitzmüller* GuiDelimiter.cpp: disable cut and paste inside the...
next