]> git.lyx.org Git - lyx.git/history - src/frontends/qt/GuiPrefs.cpp
Hack to display section symbol
[lyx.git] / src / frontends / qt / GuiPrefs.cpp
2023-07-21 Jean-Marc LasgouttesDetect when one tries to bind a lfun to a prefix of...
2023-06-13 Yuriy SkalkoMove Fullscreen preferences from Editing>Control sectio...
2023-05-05 Jean-Marc LasgouttesRevert "Move Fullscreen preferences from Editing>Contro...
2023-05-05 Yuriy SkalkoMove Fullscreen preferences from Editing>Control sectio...
2023-04-14 Pavel Sandatypo
2023-03-03 Jean-Marc LasgouttesRemove use of QRegExp
2023-02-15 Juergen Spitzmuellertiny correction
2023-02-15 Juergen SpitzmuellerEscape single quotes in bformat string
2023-02-15 Juergen SpitzmuellerAdd some tooltips wrt document backup
2022-12-10 Jean-Marc LasgouttesAdd != operator to FuncRequest and special value FuncRe...
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
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-29 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-10-29 Juergen SpitzmuellerMinor improvements to the screen width UI
2022-10-28 Scott KostyshakWhitespace
2022-10-27 chillenbadjust text display width in windowed mode
2022-10-26 Juergen SpitzmuellerSync with master
2022-08-08 Juergen SpitzmuellerAmend 9e645a5cfc9d6c3e66d
2022-08-08 Daniel Ramoeller"System Default" viewer/editor option
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