]> git.lyx.org Git - lyx.git/history - lib/configure.py
Fix nullptr warning
[lyx.git] / lib / configure.py
2020-12-02 Juergen SpitzmuellerCapitalization fixes
2020-11-25 Juergen SpitzmuellerFix tex4ht odt converter
2020-10-30 José MatosMake all exectuable python scripts use python3
2020-10-03 Kornel BenkoAmend 31d64c73: slipped in part removed.
2020-10-03 Kornel BenkoEnable handling of spreadsheets in export to docbook5...
2020-10-03 Kornel BenkoAdd formats to be used by converting docbook5 -> pdf
2020-09-19 Thibaut CuvelierMerge branch 'feature/docbook' into master
2020-09-19 Thibaut CuvelierDocBook: in configure.py, DeclareDocBookClass doesn...
2020-09-19 Thibaut CuvelierDocBook: remove now useless function in configure.py.
2020-09-17 Yuriy SkalkoIncrement preferences format to 34: rename Cyrillic...
2020-08-27 Juergen SpitzmuellerMake paper search function accessible and customizable
2020-08-24 Juergen SpitzmuellerAdd python lyxpaperview script
2020-08-23 Pavel SandaEnable Open Citation menu item iff citation contain...
2020-08-15 José MatosConsider file encoding for modules in reconfigure
2020-08-15 José MatosTrim endline whitespace
2020-07-08 Thibaut CuvelierThe new DocBook output has no prerequisite on the docum...
2020-06-29 Thibaut CuvelierConfigure script: update names for new DocBook support...
2020-05-30 Juergen SpitzmuellerAdd support for the xindex index processor
2020-05-18 Juergen SpitzmuellerFixup inkscape detection on Windows
2020-05-15 Juergen SpitzmuellerSafer 0.x version test
2020-05-15 Juergen SpitzmuellerAdd support for inkscape 1.0
2020-02-13 Juergen SpitzmuellerHandle encoding error in layout file parsing more grace...
2020-01-13 Juergen SpitzmuellerRest in peace, dvipost!
2019-12-27 Juergen SpitzmuellerAdd pref option to disable underlining of added text...
2019-12-16 Juergen SpitzmuellerPlain xindy works for us only wirh the texindy module
2019-12-15 Juergen SpitzmuellerReport makeindex/xindy errors
2019-12-15 Juergen SpitzmuellerEnhance support for Xindy
2019-10-12 Richard Kimberly... Remove MIME type from HTML table format.
2019-09-11 Juergen SpitzmuellerAllow to hide formats from menus
2019-08-23 Stephan Witt#11642 add version of used python to configure.log...
2019-07-20 Jean-Marc LasgouttesAdd a pref to disable OS keyboard language support
2019-07-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2019-07-15 Günter MildeFix encoding issues with configuration under Python 3.
2019-05-16 José MatosFix configure.py to work with python3 again (it continu...
2019-04-20 Juergen SpitzmuellerAdd system/local icon to available modules list
2019-04-04 Juergen SpitzmuellerMake module categories (almost) great again
2019-01-06 Stephan WittRemove outdated comment
2019-01-05 Stephan WittCorrect converter configuration for inkscape on Mac
2018-10-10 Enrico ForestieriFix bug #11332
2018-10-07 Jean-Marc LasgouttesRemove support for pixmap cache
2018-09-29 Richard Kimberly... Revert "Check for old "LyX 2.3" user directory when...
2018-09-29 Richard Kimberly... Check for old "LyX 2.3" user directory when configuring.
2018-09-12 Jean-Marc Lasgouttesneedauth is not needed for Sweave>LyX
2018-08-29 José MatosReplace /usr/bin/env python -> /usr/bin/python3
2018-08-17 Enrico ForestieriFix bug #11247
2018-07-28 Enrico ForestieriFix bug #11214
2018-05-13 Stephan Witt#11142 correct list of previous version to check for...
2018-05-02 Scott KostyshakDo not use needauth when only exporting code
2018-04-25 Juergen SpitzmuellerAdd optional flavor flag to needaux
2018-04-22 Juergen SpitzmuellerAlign fontenc with document fonts
2018-04-08 Juergen SpitzmuellerLoad hyperref with a suitable driver
2018-03-03 Richard HeckSimplify code a bit.
2018-03-03 Richard HeckUse pythonic syntax, as suggested by José.
2018-03-02 Uwe Stöhrconfigure.py: fix bug #11053
2018-02-23 Juergen SpitzmuellerAdd LyX 2.3 format
2018-02-04 Günter MildeUse re.match to find regexp at begin of string/line.
2018-02-02 Richard HeckHarden a few of the other regexes, too.
2018-02-02 Richard HeckMake module and citeengine regexes a little more discer...
2018-02-02 Richard HeckDouble escape binary regexes in module and citeengine...
2018-02-02 Richard HeckDouble escape binary regex in lyx2lyx and fix line...
2017-11-27 Juergen SpitzmuellerSplit inkscape_cl (command line) from inkscape_gui...
2017-11-04 Juergen Spitzmuellerconfigure.py: read layout and module files in binary...
2017-11-02 Juergen SpitzmuellerCollapsable -> Collapsible (part 5)
2017-10-29 Juergen SpitzmuellerRemove wmf2eps as EMF > EPS converter
2017-10-29 Juergen SpitzmuellerOnly use full path for inkscape file arguments on Mac.
2017-10-28 Juergen Spitzmuellerconfigure.py: Be more explicit why file could not be...
2017-10-28 Richard HeckUse a variable to hold the list of text editors.
2017-10-27 Scott Kostyshakconfigure.py: add LilyPond editor, Frescobaldi
2017-09-24 Stephan Wittadd inkscape wrapper script for Mac OS
2017-09-10 Juergen Spitzmuellerconfigure.py: update lyxrc file format.
2017-09-08 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint'
2017-09-08 Jean-Marc Lasgouttesremove LyXRC::use_qimage
2017-09-01 Juergen SpitzmuellerAdd special chain for Modules with OutputFormat for...
2017-08-28 Juergen SpitzmuellerImprove the svg2*tex.py scripts.
2017-06-12 Enrico ForestieriUse a combo box instead of a check box for selecting...
2017-05-13 Stephan Witt#10285 and #10542 - Add sips as a fallback converter...
2017-05-10 Tommaso Cucinottalibreoffice converter: get rid of warnings about deprec...
2017-05-03 Tommaso CucinottaAdd needauth option to gnuplot->PDF converter introduce...
2017-05-03 Tommaso CucinottaEnable graphics generation from external gnuplot scripts.
2017-04-13 Enrico Forestiericonfigure.py: Python 3 compatibility
2017-04-10 Jean-Marc LasgouttesSet encoding correctly when reading layout files
2017-04-04 Uwe Stöhrconfigure.py: add support for Python 3 on Windows
2017-03-29 José MatosGet the file system encoding from sys instead of the...
2017-03-26 Juergen SpitzmuellerSplit external_templates to individual *.xtemplate...
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Günter MildeDocument changes to configure.py.
2017-01-14 Juergen SpitzmuellerMake Japanese Biblatex-aware
2017-01-13 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Günter Mildeconfigure.py: Add raster image viewers
2017-01-12 Günter Mildeconfigure.py: Make 'notepad' last in text editor list
2017-01-12 Günter Mildeconfigure.py: Add 'xed' editor (gedit fork)
2017-01-12 Günter Mildeconfigure.py: Add 'xreader' document viewer (evince...
2017-01-12 Günter Mildeconfigure.py: Add 'evince' as DVI viewer
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Günter MildePython formatting (no change to function).
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Juergen Spitzmuellermerge recent changes from master
next