]> git.lyx.org Git - lyx.git/history - src/frontends/qt/GuiDocument.cpp
Change Doc Settings "Edit" PB to "Edit Externally"
[lyx.git] / src / frontends / qt / GuiDocument.cpp
2022-12-10 Scott KostyshakChange Doc Settings "Edit" PB to "Edit Externally"
2022-12-10 Juergen SpitzmuellerWarn if buffer is switched with unapplied document...
2022-12-04 Richard Kimberly... Partially fix bug #10827. Patch from Daniel, slightly...
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-19 Jean-Marc LasgouttesGet rid of setSectionResizeMode helper functions.
2022-11-19 Jean-Marc LasgouttesRemove old workaround that was needed for Qt 4.2
2022-11-18 Jean-Marc LasgouttesGet rid of Qt4 code in src/
2022-10-26 Juergen SpitzmuellerSync with master
2022-06-03 Daniel RamoellerShow size of named spaces in dialog
2022-02-12 Juergen SpitzmuellerAdd basic support for \DeclareMetadata
2022-02-12 Juergen SpitzmuellerWhitespace
2022-01-01 Stephan WittQt6 QFontDatabase is a pure static class. Call the...
2021-10-31 Juergen SpitzmuellerPolishing
2021-10-31 Daniel RamoellerSet Local Layout tab stop distance to 4
2021-10-29 Juergen SpitzmuellerGet rid of some more fragile index reliances
2021-10-29 Juergen SpitzmuellerAmend [5c055034/lyxgit]
2021-10-29 Jean-Marc LasgouttesFixup b0c102cfb: make it possible to select medskip...
2021-10-17 Juergen SpitzmuellerDo not change bibliography processor to default if...
2021-10-15 Jean-Marc LasgouttesRemove variable that is not used
2021-09-30 Yuriy SkalkoRemove useless casts reported by GCC with -Wuseless...
2021-05-24 Thibaut CuvelierDocBook: missing signal connection in GUI for MathML...
2021-03-22 Thibaut CuvelierDocBook: add the MathML-namespace prefix in the GUI.
2021-02-23 Juergen SpitzmuellerFancyLineEdit: use QLineEdit's own clear button with...
2021-02-11 Juergen SpitzmuellerSet GUI name for local greyedouttext color (#12130)
2021-02-11 Juergen SpitzmuellerFix indentation
2021-02-11 Juergen SpitzmuellerRe-initiate module filter after dialog re-opening ...
2021-02-11 Juergen SpitzmuellerAssure filtered module items are not editable (#12127)
2021-01-20 Juergen SpitzmuellerDo not rely on hardcoded color when determining boxbgcolor
2021-01-20 Juergen SpitzmuellerDo not rely on hardcoded color when determining notefon...
2021-01-18 Juergen SpitzmuellerAllow semantic colors in branches and use semantic...
2021-01-17 Juergen SpitzmuellerAdd some more hints to empty margin widgets (#11424)
2021-01-04 Richard Kimberly... We don't need to reload a dirty file. Fixes #11788.
2020-12-29 Yuriy SkalkoAmend 3971b1b35e, also fix warnings for older compilers
2020-12-28 Yuriy SkalkoFix C++20 warning on implicit capture of this via [=]
2020-12-06 Yuriy SkalkoImplement proper Dialog factory instead of implicit...
2020-12-05 Richard Kimberly... Change name in source files
2020-11-30 Yuriy SkalkoBetter naming for enums
2020-11-30 Yuriy SkalkoRefactor InsetQuotes.h enums
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-01 Yuriy SkalkoUse const references
2020-10-25 Yuriy SkalkoMove Windows-specific stuff into os_win32.h
2020-10-24 Pavel SandaRevert da8b5de97 because of MSVC 2017.
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-14 Pavel SandaMove <algorithm> from DocIterator.h
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-24 Yuriy SkalkoSplit some UI strings for translations
2020-07-15 Thibaut CuvelierAdd support for CALS tables in DocBook.
2020-07-14 Juergen SpitzmuellerFix comment
2020-07-14 Juergen SpitzmuellerReset CategorizedCombo filter when switching between...
2020-07-08 Thibaut CuvelierRemove DOCBOOK enum values, no more used.
2020-06-28 Juergen Spitzmuelleruse package parskip to separate paragraphs with vertica...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/frontends
2020-05-16 Juergen SpitzmuellerDisable bookmarksopenlevel SL when bookmarksopen is...
2020-05-04 Richard Kimberly... Fix a number of issues that were stopping compilation...
2020-03-19 Scott KostyshakFix commented out code
2020-03-13 Juergen SpitzmuellerIntroduce maintain unincluded children "mostly"
2020-03-12 Juergen SpitzmuellerFix UI quirk in IncludeOnly settings
2020-03-08 Scott KostyshakFix Qt deprecation warns for setting tab
2020-02-28 Richard Kimberly... More requires --> required, for C++2a.
2020-02-27 Richard Kimberly... Fix a bunch of warnings
2020-02-13 Stephan WittAvoid potential leak of memory pointed to by QStandardI...
2020-02-07 Juergen SpitzmuellerProperly resize columns of child document table widget
2020-01-10 Juergen SpitzmuellerAdd buffer param to opt-out fragile content movement
2019-12-24 Juergen SpitzmuellerDisable changebar checkbox if show changes in output...
2019-12-24 Juergen SpitzmuellerAdd native changebars
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt