 about.py | This file loads the About dialog (i.e about Openshot Project) |
 add_to_timeline.py | This file loads the Addtotimeline dialog (i.e add several clips in the timeline) |
 add_to_timeline_model.py | This file contains the add to timeline model |
 add_to_timeline_treeview.py | This file contains the add to timeline file treeview |
 animated_title.py | This file loads the animated title dialog (i.e Blender animation automation) |
 animation.py | This file loads the Animation dialog (i.e about Openshot Project) |
 app.py | This file creates the QApplication, and displays the main window |
 blender_listview.py | This file contains the blender file listview, used by the 3d animated titles screen |
 blender_model.py | This file contains the blender model, used by the 3d animated titles screen |
 clip.py | This file is for legacy support of OpenShot 1.x project files |
 conversion.py | This file deals with value conversions |
 credits_model.py | This file contains the credits model, used by the about window |
 credits_treeview.py | This file contains the credits treeview, used by the about window |
 cutting.py | This file loads the clip cutting interface (quickly cut up a clip into smaller clips) |
 effect.py | This file is for legacy support of OpenShot 1.x project files |
 effects_listview.py | This file contains the effects file listview, used by the main window |
 effects_model.py | This file contains the effects model, used by the main window |
 effects_treeview.py | This file contains the effects file treeview, used by the main window |
 exceptions.py | This file deals with unhandled exceptions |
 export.py | This file loads the Video Export dialog (i.e where is all preferences) |
 file_properties.py | This file loads the File Properties dialog |
 files.py | This file is for legacy support of OpenShot 1.x project files |
 files_listview.py | This file contains the project file listview, used by the main window |
 files_model.py | This file contains the project file model, used by the project tree |
 files_treeview.py | This file contains the project file treeview, used by the main window |
 generate_translations.py | This file updates the OpenShot.POT (language translation template) by scanning all source files |
 info.py | This file contains the current version number of OpenShot, along with other global settings |
 json_data.py | This file loads and saves settings (as JSON) |
 keyframe.py | This file is for legacy support of OpenShot 1.x project files |
 language.py | This file loads the current language based on the computer's locale settings |
 launch.py | This file is used to launch OpenShot |
 logger.py | This file sets the default logging settings |
 logger_libopenshot.py | This file connects to libopenshot and logs debug messages (if debug preference enabled) |
 main_window.py | This file loads the main window (i.e |
 marker.py | This file is for legacy support of OpenShot 1.x project files |
 metrics.py | This file sends anonymous application metrics and errors over HTTP |
 openshot_lang.py | |
 openshot_rc.py | |
 preferences.py | This file loads the Preferences dialog (i.e where is all preferences) |
 preview_thread.py | This file contains the preview thread, used for displaying previews of the timeline |
 profile.py | This file loads the Choose Profile dialog |
 project.py | This file is for legacy support of OpenShot 1.x project files |
 project_data.py | This file listens to changes, and updates the primary project data |
 properties_model.py | This file contains the clip properties model, used by the properties view |
 properties_tableview.py | This file contains the properties tableview, used by the main window |
 qt_types.py | This file contains helper functions for Qt types (string to base64) |
 query.py | This file can easily query Clips, Files, and other project data |
 query_tests.py | This file contains unit tests for the Query class |
 sequences.py | This file is for legacy support of OpenShot 1.x project files |
 settings.py | This file loads and saves settings |
 show_translations.py | Display all available string translations for each translation file |
 test_translations.py | This file verifies all translations are correctly formatted and have the correct # of string replacements |
 thumbnail.py | This file has code to generate thumbnail images |
 legacy/openshot/classes/timeline.py | This file is for legacy support of OpenShot 1.x project files |
 timeline.py | This file contains a timeline object, which listens for updates and syncs a libopenshot timeline object |
 timeline_webview.py | This file loads the interactive HTML timeline |
 title_editor.py | This file loads the title editor dialog (i.e SVG creator) |
 titles_listview.py | This file contains the titles treeview, used by the title editor window |
 titles_model.py | This file contains the titles model, used by the title editor window |
 track.py | This file is for legacy support of OpenShot 1.x project files |
 transition.py | This file is for legacy support of OpenShot 1.x project files |
 transition_model.py | This file contains the transitions model, used by the main window |
 transitions_listview.py | This file contains the transitions file treeview, used by the main window |
 transitions_treeview.py | This file contains the transitions file treeview, used by the main window |
 tutorial.py | This file contains the tutorial dialogs, which are used to explain certain features to new users |
 ui_util.py | This file contains PyQt help functions, to translate the interface, load icons, and connect signals |
 updates.py | This file contains the classes needed for tracking updates and distributing changes |
 version.py | This file get the current version of openshot from the openshot.org website |
 video_widget.py | This file contains the video preview QWidget (based on a QLabel) |
 waveform.py | This file has code to generate audio waveform data structures |