Summary: | Improve UI for selecting multiple values | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 3.5.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/tellico/-/commit/9948ebd5c3790617be86fa5679c17f9985ca5418 | Version Fixed In: | 4.0 |
Sentry Crash Report: |
Description
Robby Stephenson
2024-03-17 12:54:28 UTC
Git commit 9948ebd5c3790617be86fa5679c17f9985ca5418 by Robby Stephenson. Committed on 18/03/2024 at 01:31. Pushed by rstephenson into branch 'master'. Add gui class for multi-value Choice fields Taken from the QGIS project at https://api.qgis.org/api/qgscheckablecombobox_8h_source.html FIXED-IN:4.0 M +4 -0 ChangeLog M +2 -2 doc/details.docbook M +11 -6 src/collection.cpp M +13 -9 src/collectionfieldsdialog.cpp M +3 -4 src/entry.cpp M +1 -0 src/gui/CMakeLists.txt A +241 -0 src/gui/checkablecombobox.cpp [License: GPL (v2/3)] A +104 -0 src/gui/checkablecombobox.h [License: GPL (v2/3)] M +79 -28 src/gui/choicefieldwidget.cpp M +9 -0 src/gui/choicefieldwidget.h https://invent.kde.org/office/tellico/-/commit/9948ebd5c3790617be86fa5679c17f9985ca5418 |