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 |
angular-animate.min.js | |
angular.min.js | |
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.js | AngularJS App (initializes angular application) |
app.py | This file creates the QApplication, and displays the main window |
blender_model.py | This file contains the blender model, used by the 3d anmiated titles screen |
blender_treeview.py | This file contains the blender file treeview, used by the 3d animated titles screen |
clip.js | Clip directives (draggable & resizable functionality) |
clip.py | This file is for legacy support of OpenShot 1.x project files |
controllers.js | The AngularJS controller used by the OpenShot Timeline |
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) |
debug.js | |
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 |
export.py | This file loads the Video Export dialog (i.e where is all preferences) |
export_test.py | This file tests exporting a video in a specific format/codec |
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 |
functions.js | Misc Functions used by the OpenShot Timeline |
generate_translations.py | This file updates the OpenShot.POT (language translation template) by scanning all source files |
Import_image_seq.py | This file loads the import images sequences dialog (i.e add an image sequence) |
info.py | This file contains the current version number of OpenShot, along with other global settings |
jquery-ui.js | |
jquery.js | |
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 |
misc.js | Misc directives (right click handling, debug functions, etc...) |
openshot_rc.py | |
playhead.js | Playhead directives (dragging functionality, etc...) |
preferences.py | This file loads the Preferences dialog (i.e where is all preferences) |
presets.py | This file loads the custom ffmpeg command dialog (i.e create custom presets) |
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 |
ruler.js | Ruler directives (dragging playhead functionality, progress bars, tick marks, etc...) |
sequences.py | This file is for legacy support of OpenShot 1.x project files |
settings.py | This file loads and saves settings |
test_translations.py | This file verifies all translations are correctly formatted and have the correct # of string replacements |
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) |
track.js | Track directives (droppable functionality, etc...) |
track.py | This file is for legacy support of OpenShot 1.x project files |
transition.js | Transition directives (draggable & resizable functionality) |
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-bootstrap-tpls-0.7.0.min.js | |
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 |
upload_video.py | This file loads the Upload Video dialog (i.e Upload a video in a web service) |
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 |