]> git.lyx.org Git - lyx.git/history - src/frontends
Simplify the public interface of Buffer::doExport
[lyx.git] / src / frontends /
2011-10-27 Vincent van RavesteijnSimplify the public interface of Buffer::doExport
2011-10-27 Vincent van RavesteijnRemove unused functions.
2011-10-27 Vincent van RavesteijnAdd a preference option to specify the default length...
2011-10-27 Vincent van RavesteijnCosmetics.
2011-10-27 Vincent van RavesteijnRemove the prefence default_papersize
2011-10-27 Vincent van RavesteijnFix a crash in adv F&R when the a manual could not...
2011-10-24 Uwe StöhrGuiPrintNomencl.cpp: fix bug #7853
2011-10-23 Abdelrazak YounesFirst step towards a little bit more independence of...
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-10-23 Abdelrazak YounesIntroduce new USE_QIMAGE macro to optionally use a...
2011-10-21 Pavel SandaDiscrimination of "New" string per Jean-Pierre's request.
2011-10-19 Julien RiouxRevert "Don't allow newline characters in the command...
2011-10-18 Tommaso CucinottaFixing ASSERT on re-opening of Advanced F&R with cursor...
2011-10-17 Abdelrazak Younesget rid of GuiWorkArea::Private::setReadOnly(). Calling...
2011-10-17 Jean-Marc Lasgouttescompilation fix; a couple of warnings
2011-10-16 Abdelrazak YounesGuiWorkArea: Move private stuff to GuiWorkArea_Private.h.
2011-10-15 Tommaso CucinottaMake trunk compile again after recent switch to QString...
2011-10-15 Tommaso CucinottaCleanup private part of Layout Box on destructor (proba...
2011-10-15 Tommaso CucinottaTake Vincent's advice: using a pointer for selectedFilter
2011-10-14 Uwe StöhrPrefLanguageUi.ui: this string was forgotten in r39449
2011-10-07 Tommaso CucinottaPresenting prettyname of formats in filedialog filter...
2011-10-07 Stephan Wittavoid compiler warning regarding operator precedence
2011-10-06 Tommaso CucinottaRemoving meaningless assignment (mostly a typo).
2011-10-06 Tommaso CucinottaFixing compilation on some Qt version (?!?).
2011-10-06 Julien RiouxDon't allow newline characters in the command buffer.
2011-10-06 Tommaso CucinottaAdded Export As... dialog, exploiting the new destinati...
2011-10-06 Stephan Witt#2511 implementation of spell check of the current...
2011-09-29 Stephan Wittclose floating dock widgets (not currently docked)...
2011-09-24 Julien RiouxFix the tab ordering of GuiDocument components.
2011-09-24 Julien RiouxFix the tab ordering of PanelStack and PrefsUi.
2011-09-24 Julien RiouxDon't allow newline characters in document settings.
2011-09-24 Julien RiouxRename QLineEdit widgets to have a LE suffix (consisten...
2011-09-24 Julien RiouxMove the NoNewLineValidator to Validator.cpp where...
2011-09-23 Richard HeckAnother unused variable.
2011-09-23 Richard HeckFix a couple unused variable warnings.
2011-09-17 Vincent van RavesteijnRevert unintended part of r39694.
2011-09-17 Vincent van RavesteijnUpdate the toolbars when the GuiView is shown
2011-09-15 Richard HeckBetter label for index list.
2011-09-13 Julien RiouxFix the guiName of external insets.
2011-09-13 Julien RiouxFile filters for InsetExternal were also missing a...
2011-09-13 Julien RiouxFix the file filters for InsetInclude.
2011-09-13 Julien RiouxFix the display of file filters in the import file...
2011-09-13 Julien RiouxShow .htm files in HTML import file dialog (#6340).
2011-09-13 Julien RiouxAllow to assign several extension to a given file forma...
2011-09-12 Julien RiouxDon't allow newline characters in preference (#5840).
2011-09-12 Julien RiouxMark settings as changed when the Nomenclature line...
2011-09-12 Julien RiouxFix the tab ordering of GuiPrefs components.
2011-09-11 Richard HeckImplement GuiNomenclature::initialiseParams(), thus...
2011-09-02 Richard HeckFix bug #7751: Sort the modules and formats by translat...
2011-08-29 Uwe StöhrInsetSpace support for
2011-08-27 Tommaso CucinottaFix recursive repaint problem.
2011-08-10 Uwe Stöhr- UI support for the LaTeX-package undertilde, fileform...
2011-08-10 Uwe Stöhrnew export flavor "DVILUATEX", fixes bug #7713, patch...
2011-08-09 Uwe StöhrLanguageUi.ui: clarify tooltip, fixes #7717
2011-08-08 Richard HeckFix bug #7708. When we reload the outliner, we have...
2011-08-08 Richard HeckApparently, we are not supposed to be using QComboBox...
2011-08-08 Richard HeckFix bug #7714 by sorting the formats.
2011-08-02 Stephan Wittcorrect mac specific menu code for Cocoa based Qt build
2011-07-31 Tommaso CucinottaSize tab now enables and disables correctly depending...
2011-07-23 Pavel SandaAdd visible space. After long discussion the solution...
2011-07-21 Stephan Wittonly aspell is using spellchecker_accept_compound rc...
2011-07-21 Stephan Wittmove spellchecker backend change action to actOnUpdated...
2011-07-18 Enrico ForestieriLimit fix for bug #6063 to math insets and only when...
2011-07-14 Abdelrazak YounesHeader cleanup.
2011-07-14 Abdelrazak YounesFix memory leak: submenus were never deleted because...
2011-07-02 Stephan Witt#7661 check buffer of cursors before using compare...
2011-06-20 Richard HeckCosmetic improvements to tabular dialog.
2011-06-12 Richard HeckModify r38980 in response to Vincent's comments.
2011-06-08 Enrico ForestieriCompile fix for Qt 4.5 and earlier. The other build...
2011-06-08 Richard HeckFix bug #7622. We have to show the error list after...
2011-06-08 Richard HeckFix problem with static error list.
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-06-07 Richard HeckCleanup in expandFormats().
2011-06-06 Vincent van RavesteijnMove the #if up, because older Qt's can't include QtCor...
2011-06-06 Jean-Marc LasgouttesRevert r38963. Compilation is now broken with qt 4...
2011-06-06 Jean-Marc Lasgouttescompilation fix for Qt 4.5
2011-06-05 Vincent van RavesteijnCompile fix for qt versions below 4.6.
2011-06-05 Vincent van RavesteijnAdd a search box to the Document Settings and Preferenc...
2011-06-05 Vincent van RavesteijnSet svn:eol-style.
2011-06-05 Vincent van RavesteijnAdd a FancyLineEdit class. This code was taken from...
2011-06-04 Richard HeckUpdate status when bullet size is changed.
2011-06-02 Stephan WittCocoa based Qt-4.6 needs to paint every character separ...
2011-06-02 Richard HeckDecimal point --> Decimal separator. As noted by one...
2011-06-01 Richard HeckFix bug #7540. Patch based upon one added to bug report...
2011-05-31 Pavel SandaAnother glitch ;)
2011-05-31 Richard HeckRemove XML lines.
2011-05-29 Pavel SandaFix #7598, do not buffer movement keys.
2011-05-29 Richard HeckFix string format to match others in this file.
2011-05-29 Enrico ForestieriAvoid too much verbosity.
2011-05-27 Tommaso CucinottaWe use the main document's buffer() instead of the...
2011-05-27 Tommaso CucinottaAdded method for easy reach of main document buffer.
2011-05-27 Richard HeckReinsert newlines.
2011-05-27 Richard HeckFix oddly phrased string.
2011-05-27 Richard HeckSome cleanup and a fix for a potential crash while...
2011-05-26 Tommaso CucinottaUse the main document's buffer(), when scanning for...
2011-05-26 Richard HeckFix bug #7576 as suggested there.
2011-05-26 Richard HeckFix tab order for crossref dialog.
2011-05-26 Richard HeckFix problem first reported by Diego: If you try to...
2011-05-25 Enrico ForestieriThe time_t type seems to be an unsigned type when compi...
next