]> git.lyx.org Git - lyx.git/history - src/frontends/qt/GuiRef.cpp
Display equation/theorem numbers in insert cross reference dialog.
[lyx.git] / src / frontends / qt / GuiRef.cpp
2023-07-26 Alexander DunlapDisplay equation/theorem numbers in insert cross refere...
2022-12-06 Jean-Marc LasgouttesC++11 compilation fix
2022-12-05 Juergen SpitzmuellerMore refs sorting fixes
2022-12-04 Richard Kimberly... Fix bug #11410.
2022-12-04 Juergen SpitzmuellerFixup refs sorting
2022-12-04 Juergen SpitzmuellerFixup refs grouping
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-18 Jean-Marc LasgouttesGet rid of Qt4 code in src/
2022-02-19 Daniel RamöllerProperly show labels from broken references in Cross...
2021-02-23 Juergen SpitzmuellerFancyLineEdit: use QLineEdit's own clear button with...
2021-01-15 Richard Kimberly... Keep dialog connected to cross-ref inset after Apply.
2021-01-15 Richard Kimberly... Revert unintended commit from before
2021-01-10 Richard Kimberly... Fix bug #4241: Addition to Intro
2021-01-05 Richard Kimberly... Fix bug #11104. Activate refstyle support for InsetMathRef.
2021-01-05 Richard Kimberly... Fix comment
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-11-01 Yuriy SkalkoUse const references
2020-10-24 Pavel SandaRevert da8b5de97 because of MSVC 2017.
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-14 Pavel SandaMove <algorithm> from DocIterator.h
2020-10-05 Yuriy SkalkoRefactoring
2020-07-08 Thibaut CuvelierRemove GuiRef::nameAllowed, as the DocBook support...
2020-07-08 Thibaut CuvelierRemove GuiRef::typeAllowed, as it is now always allowed.
2020-03-06 Scott KostyshakFix Qt deprecation warning for isItemSelected()
2020-03-05 Scott KostyshakRename a var "sort" to not mask std::sort()
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
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt