View Issue Details

IDProjectCategoryView StatusLast Update
0005872DarkRadiantGUIpublic19.08.2022 15:33
ReporterSpooks Assigned Toorbweaver  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version2.14.0 
Fixed in Version3.0.0 
Summary0005872: Option to filter skins out of search results in the Choose Model dialogue
DescriptionIt has been a little nuisance since forever that whenever I go to search for a model by some keyword, I have to scroll through countless skins that match the query I've put in either of the search boxes of the Choose Model dialogue. If there was a checkmark to disable searching skin names and only searching models, I think that would greatly expedite finding what one needs (if it be a model) with just the cursor keys. There's even be an appropriate place to put the thing: right on to the Options bar, where the "Surround with monsterclip brush" checkbox sits.
TagsNo tags attached.

Activities

orbweaver

orbweaver

25.01.2022 21:27

developer   ~0014693

As of commit 1c72c6e90 there is a new button next to the search buttons, which can be used to toggle the visibility of skins in the tree. If the skins are hidden, they do not appear in search results.

Related Changesets

DarkRadiant: master 30caee23

19.01.2022 20:28

orbweaver


Details Diff
0005872: add button to enable/disable showing skins in ModelSelector

Add a new bitmap toggle button next to the search controls, which enables or
disables the showing of skins in the tree view. If skins are not shown, they
are also not found via the search box.
Affected Issues
0005872
mod - radiant/ui/modelselector/ModelSelector.cpp Diff File
mod - radiant/ui/modelselector/ModelSelector.h Diff File

DarkRadiant: master cf859ad7

25.01.2022 19:49

orbweaver


Details Diff
0005872: show skins button is pressed by default

The ModelSelector always starts off showing skins in the tree, so this change
makes the initial button state correspond to the visible behaviour.
Affected Issues
0005872
mod - radiant/ui/modelselector/ModelSelector.cpp Diff File
mod - radiant/ui/modelselector/ModelSelector.h Diff File

DarkRadiant: master a109bd7b

25.01.2022 19:58

orbweaver


Details Diff
0005872: use a standard wxBitmapToggleButton for "Show skins"

This button does not currently change its icon when toggled, so we can
use the standard wxBitmapToggleButton instead of our wxutil subclass.
Affected Issues
0005872
mod - radiant/ui/modelselector/ModelSelector.cpp Diff File

DarkRadiant: master 1c72c6e9

25.01.2022 21:21

orbweaver


Details Diff
0005872: "Show skins" button is persisted in registry

Use registry::bindWidget() to persist the toggle button value for the
next Model Selector invocation. The button is now also hidden when the
Model Selector is shown in models-only mode, to avoid confusion (the
button would have no effect in this case).
Affected Issues
0005872
mod - libs/registry/Widgets.h Diff File
mod - radiant/ui/modelselector/ModelSelector.cpp Diff File
mod - radiant/ui/modelselector/ModelSelector.h Diff File

Issue History

Date Modified Username Field Change
08.01.2022 19:14 Spooks New Issue
18.01.2022 21:23 orbweaver Assigned To => orbweaver
18.01.2022 21:23 orbweaver Status new => assigned
25.01.2022 21:27 orbweaver Status assigned => resolved
25.01.2022 21:27 orbweaver Resolution open => fixed
25.01.2022 21:27 orbweaver Fixed in Version => 3.0.0
25.01.2022 21:27 orbweaver Note Added: 0014693
13.02.2022 06:28 orbweaver Changeset attached => DarkRadiant master 30caee23
13.02.2022 06:28 orbweaver Changeset attached => DarkRadiant master cf859ad7
13.02.2022 06:28 orbweaver Changeset attached => DarkRadiant master a109bd7b
13.02.2022 06:28 orbweaver Changeset attached => DarkRadiant master 1c72c6e9
19.08.2022 15:33 greebo Status resolved => closed