mirror of
https://github.com/OpenShot/openshot-qt.git
synced 2026-06-08 22:18:12 -07:00
- Added explicit subprocess validation and fixed-tool paths in installer/fix_opencv_rpath.py. - Added file path validation for the objdump subprocess call in freeze.py. - Restricted urlopen usage to http/https in comfy_client.py and http_client.py. - Removed unused variables and the unnecessary elif in the flagged UI/model/metrics/cache files. - Also cleaned two nearby identical unused is_all_objects_update assignments in properties_model.py.
To compile a Qt resource file with new icons, follow these steps:
1) Edit the resource file, and add files to it (the *.qrc files) using QtCreator
2) Compile this into a Python file, either:
$ make
or, if make is unavailable:
$ pyrcc5 openshot.qrc -o ../src/classes/openshot_rc.py