0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/shared/properties-view
PatTheMav 3d2654f71b UI: Add UUID to file-based list widgets
List widgets are currently used as playlists in source properties,
but only contain the file paths and no other identifying information.

This can lead to files being added multiple times, so when changes to
list order occurs, plugins cannot uniquely identify which duplicate
item was actually changed (because they're only identified by the path).

By adding a UUID to the user data role of a list item, an additional
unique information is added that allows plugins to de-duplicate list
items.
2024-08-18 13:00:11 -07:00
..
CMakeLists.txt Update formatting of CMake files 2024-08-14 12:07:47 -04:00
double-slider.cpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
double-slider.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
properties-view.cpp UI: Add UUID to file-based list widgets 2024-08-18 13:00:11 -07:00
properties-view.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
properties-view.moc.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
spinbox-ignorewheel.cpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
spinbox-ignorewheel.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00