dsa-t

Results 37 issues of dsa-t

On wxGTK, if there's a dialog with an editable wxGrid inside a wxNotebook, sometimes the grid cell editor do not appear when clicked on. The cell becomes white, but values...

GTK

ParaView uses bundled `pvpython`, which doesn't contain setuptools or pip, so I can't install is as in the instruction. Trying to install setuptools gives this error: ``` SETUPTOOLS_USE_DISTUTILS=stdlib ~/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/pvpython ./setup.py...

Would be useful to have a GUI option to pass --samples to glretrace calls, as the multisampling configuration usually isn't picked up properly.

GUI
Help Wanted
good first issue

Currently, units are sorted in this way: `A, AA, AB, AC, B, C` It would be nice to add an option to control the unit sorting order: 1. Do not...

When running the plugin, this error happened: ![image](https://user-images.githubusercontent.com/37658952/180469246-61b5ece3-82a7-4f3b-93bc-cc645a611257.png) This can be reproduced like this: 1. Open video demo project 2. Remove all items from one of the hierarhical sheets 3....

Before: ![image](https://github.com/wxWidgets/wxWidgets/assets/37658952/1386c528-d3ed-4a5a-ab2e-ea28dc928b12) After: ![image](https://github.com/wxWidgets/wxWidgets/assets/37658952/8fd52c08-bc23-4bc9-835f-86b121556611) (on wxQt) Removes the border by default and makes button sizes smaller, in line with the text field ![Screenshot_2024-02-14_12-47-46](https://github.com/wxWidgets/wxWidgets/assets/37658952/e13113d6-9a91-49d0-9d7f-b2c738cf228e)

Test case (replaces "bombs" demo): [dctest.zip](https://github.com/wxWidgets/wxWidgets/files/14302935/dctest.zip) Reference (GTK3 after https://github.com/wxWidgets/wxWidgets/pull/24327): ![gtk_after](https://github.com/wxWidgets/wxWidgets/assets/37658952/44185f06-8279-4396-aa4e-539f415a1e37) wxQt, with this PR: ![qt_after](https://github.com/wxWidgets/wxWidgets/assets/37658952/ec19e494-5f5e-4f52-92f6-ea2cf6005288) wxQt, current master (shrinking non-stroked rectangles caused "holes" in UI, and arcs were incorrect):...

Test case (replaces "bombs" demo): [dctest.zip](https://github.com/wxWidgets/wxWidgets/files/14302935/dctest.zip) Before (GTK3): ![gtk_before](https://github.com/wxWidgets/wxWidgets/assets/37658952/64254b39-7b87-446a-b6d8-ac7b555f1272) After: ![gtk_after](https://github.com/wxWidgets/wxWidgets/assets/37658952/5b87cc1e-2044-4e21-938e-165ea9b0fdf3)

Patches required to get wxQt on Android built. Also allows wxLogDebug to work on Android. Not sure if `android_*` functions are still needed - nothing seemed to fail when using...

Modify widgets sample like this: ```patch diff --git a/samples/widgets/searchctrl.cpp b/samples/widgets/searchctrl.cpp index 38c98211d5..1bfc5a44e5 100644 --- a/samples/widgets/searchctrl.cpp +++ b/samples/widgets/searchctrl.cpp @@ -88,6 +88,10 @@ protected: void OnSearch(wxCommandEvent& event); void OnSearchCancel(wxCommandEvent& event); + void...

GTK