Bug 483831 - Improve UI for selecting multiple values
Summary: Improve UI for selecting multiple values
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: 3.5.3
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-17 12:54 UTC by Robby Stephenson
Modified: 2024-03-18 01:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robby Stephenson 2024-03-17 12:54:28 UTC
Frome mail:

The "Multiple values" field is very lacking in Tellico program. In the "Select" field it is impossible to select several values, and it is very necessary when you need to select several values.
 
For example: Office, Viewer, Text, etc. And you need to select multiple such values instead of just one. It will be wrong to write long text with multiple words in it, otherwise it will be too long in selection.
Comment 1 Robby Stephenson 2024-03-18 01:31:54 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