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