https://bugs.kde.org/show_bug.cgi?id=389306

Thomas Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|cd59dea0a94621246654c492686 |https://commits.kde.org/kbi
                   |99680e7f22fe7               |btex/2af177ee2037a0c02cfff2
                   |                            |84a85acbf456183057
         Resolution|---                         |FIXED

--- Comment #8 from Thomas Fischer <[email protected]> ---
Git commit 2af177ee2037a0c02cfff284a85acbf456183057 by Thomas Fischer.
Committed on 11/02/2018 at 20:15.
Pushed by thomasfischer into branch 'master'.

Replacing deprecated QxtSpanSlider with home-made widget

Removing deprecated LibQxt extension library for Qt. As it turns out,
the previously QxtSpanSlides does no longer properly react on mouse
events.

This required the introduction of a new widget, RangeWidget, which
mimics the same functionality by providing two QComboBoxes to allow
the user to select minimum and maximum values.

D  +0    -89   src/3rdparty/libqxt/LICENSE
D  +0    -208  src/3rdparty/libqxt/core/qxtglobal.h
D  +0    -107  src/3rdparty/libqxt/core/qxtnamespace.h
D  +0    -747  src/3rdparty/libqxt/gui/qxtspanslider.cpp
D  +0    -91   src/3rdparty/libqxt/gui/qxtspanslider.h
D  +0    -83   src/3rdparty/libqxt/gui/qxtspanslider_p.h
M  +1    -24   src/gui/CMakeLists.txt
M  +38   -42   src/gui/preferences/settingsidsuggestionseditor.cpp
M  +3    -4    src/gui/preferences/settingsidsuggestionseditor.h
A  +166  -0    src/gui/widgets/rangewidget.cpp     [License: GPL (v2+)]
A  +113  -0    src/gui/widgets/rangewidget.h     [License: GPL (v2+)]

https://commits.kde.org/kbibtex/2af177ee2037a0c02cfff284a85acbf456183057

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to