View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005534 | DarkRadiant | GUI | public | 10.02.2021 17:48 | 02.04.2022 05:55 |
Reporter | greebo | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Linux | ||||
Product Version | 2.11.0 | ||||
Target Version | 2.12.0 | Fixed in Version | 2.12.0 | ||
Summary | 0005534: Opening the Create Entity dialog a second time will present an empty tree view | ||||
Description | As the title says. Steps to reproduce: - Open DR - RMB OrthoView > Create Entity - Close the dialog without selecting anything - RMB OrthoView > Create Entity - Tree View is empty | ||||
Tags | No tags attached. | ||||
DarkRadiant: master fd4b5f94 10.02.2021 20:33 Committer: greebo Details Diff |
0005534: EntityClassChooser is no longer a static singleton Since populating the tree for this dialog is very quick, there is no benefit in keeping a singleton around. Creating a new dialog each time requires much less code and also fixes the major issue described in 0005534, namely that the dialog is always empty on its second showing. There is still a problem with the search feature (at least on Linux), which results in the tree view becoming empty as soon as any text is entered in the search box. However it is at least now possible to resume normal service by closing the dialog and showing another one. |
Affected Issues 0005534 |
|
mod - libs/wxutil/EntityClassChooser.cpp | Diff File | ||
mod - libs/wxutil/EntityClassChooser.h | Diff File | ||
DarkRadiant: master 0ce5666d 10.02.2021 20:33 Details Diff |
0005534: EntityClassChooser is no longer a static singleton Since populating the tree for this dialog is very quick, there is no benefit in keeping a singleton around. Creating a new dialog each time requires much less code and also fixes the major issue described in 0005534, namely that the dialog is always empty on its second showing. There is still a problem with the search feature (at least on Linux), which results in the tree view becoming empty as soon as any text is entered in the search box. However it is at least now possible to resume normal service by closing the dialog and showing another one. |
Affected Issues 0005534 |
|
mod - libs/wxutil/EntityClassChooser.cpp | Diff File | ||
mod - libs/wxutil/EntityClassChooser.h | Diff File | ||
DarkRadiant: master 39250cbd 11.02.2021 18:20 Details Diff |
0005534: Re-associate the model in UpdateTreeVisibility in wxGTK < 3.0.5 to fix the blank tree views after typing |
Affected Issues 0005534 |
|
mod - libs/wxutil/dataview/ResourceTreeView.cpp | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
10.02.2021 17:48 | greebo | New Issue | |
10.02.2021 17:49 | greebo | Status | new => confirmed |
11.02.2021 17:34 | greebo | Changeset attached | => DarkRadiant master fd4b5f94 |
11.02.2021 18:20 | greebo | Changeset attached | => DarkRadiant master 39250cbd |
11.02.2021 18:20 | greebo | Assigned To | => greebo |
11.02.2021 18:20 | greebo | Status | confirmed => assigned |
11.02.2021 18:20 | greebo | Target Version | => 2.12.0 |
11.02.2021 18:20 | greebo | Status | assigned => resolved |
11.02.2021 18:20 | greebo | Resolution | open => fixed |
11.02.2021 18:20 | greebo | Fixed in Version | => 2.12.0 |
12.02.2021 06:12 | orbweaver | Changeset attached | => DarkRadiant master 0ce5666d |
25.06.2021 05:23 | greebo | Relationship added | related to 0005651 |
02.04.2022 05:55 | greebo | Status | resolved => closed |