commit 8085fc21f8875921adad8970f3f02d484b148789
Author: Juergen Spitzmueller <[email protected]>
Date:   Wed Apr 3 07:59:52 2019 +0200

    booktabs: support for \cmidrule trimming
    
    This has probably still some rough edges, so please test thoroughly.
    
    Fixes: #3072

 development/FORMAT                 |    5 +
 lib/lyx2lyx/lyx_2_4.py             |   24 +++-
 src/LyXAction.cpp                  |    3 +
 src/frontends/qt4/GuiSetBorder.cpp |  308 ++++++++++++++++++++++++++++++---
 src/frontends/qt4/GuiSetBorder.h   |   51 +++++-
 src/frontends/qt4/GuiTabular.cpp   |  103 +++++++++---
 src/frontends/qt4/GuiTabular.h     |    2 +
 src/insets/InsetTabular.cpp        |  332 +++++++++++++++++++++++++++++++----
 src/insets/InsetTabular.h          |   40 +++++
 src/tex2lyx/TODO.txt               |    2 +
 src/version.h                      |    4 +-
 11 files changed, 782 insertions(+), 92 deletions(-)

Reply via email to