|
file | app.py [code] |
| This file creates the QApplication, and displays the main window.
|
|
file | info.py [code] |
| This file contains the current version number of OpenShot, along with other global settings.
|
|
file | json_data.py [code] |
| This file loads and saves settings (as JSON)
|
|
file | language.py [code] |
| This file loads the current language based on the computer's locale settings.
|
|
file | logger.py [code] |
| This file sets the default logging settings.
|
|
file | logger_libopenshot.py [code] |
| This file connects to libopenshot and logs debug messages (if debug preference enabled)
|
|
file | metrics.py [code] |
| This file sends anonymous application metrics and errors over HTTP.
|
|
file | project_data.py [code] |
| This file listens to changes, and updates the primary project data.
|
|
file | qt_types.py [code] |
| This file contains helper functions for Qt types (string to base64)
|
|
file | query.py [code] |
| This file can easily query Clips, Files, and other project data.
|
|
file | settings.py [code] |
| This file loads and saves settings.
|
|
file | timeline.py [code] |
| This file contains a timeline object, which listens for updates and syncs a libopenshot timeline object.
|
|
file | ui_util.py [code] |
| This file contains PyQt help functions, to translate the interface, load icons, and connect signals.
|
|
file | updates.py [code] |
| This file contains the classes needed for tracking updates and distributing changes.
|
|
file | version.py [code] |
| This file get the current version of openshot from the openshot.org website.
|
|
file | waveform.py [code] |
| This file has code to generate audio waveform data structures.
|
|