]> git.lyx.org Git - lyx.git/history - src/frontends/qt/GuiPrefs.cpp
Allow to unbind without specifying the lfun
[lyx.git] / src / frontends / qt / GuiPrefs.cpp
2022-07-27 Jean-Marc LasgouttesAllow to unbind without specifying the lfun
2022-01-13 Jean-Marc LasgouttesRevert "Add UI for selecting backing store drawing...
2022-01-01 Stephan WittQt6 QFontDatabase is a pure static class. Call the...
2021-12-17 Jean-Marc LasgouttesAdd UI for selecting backing store drawing strategy
2021-10-14 Pavel SandaGuard against possible referencing null.
2021-09-30 Yuriy SkalkoRemove useless casts reported by GCC with -Wuseless...
2021-04-01 Enrico ForestieriReplace obsoleted signal QComboBox::activated(QString)
2021-03-15 Enrico ForestieriAllow compiling with Qt6
2021-01-25 Jean-Marc LasgouttesDisable respectOSkbd checkbox
2020-12-12 Juergen SpitzmuellerAdd dark theme colors to semantic colors (#8325)
2020-12-06 Yuriy SkalkoImplement proper Dialog factory instead of implicit...
2020-11-28 Yuriy SkalkoCleanup included headers
2020-11-01 Yuriy SkalkoUse const references
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-10 Richard Kimberly... Const
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-27 Juergen SpitzmuellerDisable citationSearchLE with citationSearchCB
2020-08-27 Juergen SpitzmuellerMake paper search function accessible and customizable
2020-08-24 Yuriy SkalkoSplit some UI strings for translations
2020-08-03 Juergen SpitzmuellerUse hexnames only for x11 colors
2020-03-28 Richard Kimberly... Fix crash after 24926b2e239.
2020-03-28 Richard Kimberly... Remove newlines from shortcut LFUNs.
2020-03-06 Scott KostyshakFix Qt deprecation warning for setItemHidden()
2020-03-05 Scott KostyshakFix deprecation warnings from use of qSort()
2020-03-05 Scott KostyshakFix a few deprecation warnings in Qt 5.14.1
2020-02-23 Richard Kimberly... Fix some clang warnings.
2020-01-13 Juergen SpitzmuellerAdd pref to keep ct markup on copy/paste
2019-12-27 Juergen SpitzmuellerAdd pref option to disable underlining of added text...
2019-12-24 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2019-12-24 Juergen SpitzmuellerProvide way to add (optional) user initials
2019-07-22 Juergen Spitzmuelleruse validator rather than inputMask for line edit valid...
2019-07-22 Juergen SpitzmuellerLocalize the default decimal separator
2019-07-21 Juergen SpitzmuellerHide custom_language_package if custom is not selected
2019-07-21 Juergen SpitzmuellerImprove prefs language UI
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt