Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
cdce2e1b
Commit
cdce2e1b
authored
Jan 24, 2014
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix my mail & name
parent
f62d4492
Changes
154
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
154 changed files
with
155 additions
and
155 deletions
+155
-155
src/Commands/Commands.cpp
src/Commands/Commands.cpp
+1
-1
src/Commands/Commands.h
src/Commands/Commands.h
+1
-1
src/Commands/KeyboardShortcutHelper.cpp
src/Commands/KeyboardShortcutHelper.cpp
+1
-1
src/Commands/KeyboardShortcutHelper.h
src/Commands/KeyboardShortcutHelper.h
+1
-1
src/EffectsEngine/Effect.cpp
src/EffectsEngine/Effect.cpp
+1
-1
src/EffectsEngine/Effect.h
src/EffectsEngine/Effect.h
+1
-1
src/EffectsEngine/EffectHelper.cpp
src/EffectsEngine/EffectHelper.cpp
+1
-1
src/EffectsEngine/EffectHelper.h
src/EffectsEngine/EffectHelper.h
+1
-1
src/EffectsEngine/EffectInstance.cpp
src/EffectsEngine/EffectInstance.cpp
+1
-1
src/EffectsEngine/EffectInstance.h
src/EffectsEngine/EffectInstance.h
+1
-1
src/EffectsEngine/EffectSettingValue.cpp
src/EffectsEngine/EffectSettingValue.cpp
+1
-1
src/EffectsEngine/EffectSettingValue.h
src/EffectsEngine/EffectSettingValue.h
+1
-1
src/EffectsEngine/EffectUser.cpp
src/EffectsEngine/EffectUser.cpp
+1
-1
src/EffectsEngine/EffectUser.h
src/EffectsEngine/EffectUser.h
+1
-1
src/EffectsEngine/EffectsEngine.cpp
src/EffectsEngine/EffectsEngine.cpp
+1
-1
src/EffectsEngine/EffectsEngine.h
src/EffectsEngine/EffectsEngine.h
+1
-1
src/Gui/ClipProperty.cpp
src/Gui/ClipProperty.cpp
+1
-1
src/Gui/ClipProperty.h
src/Gui/ClipProperty.h
+1
-1
src/Gui/LanguageHelper.cpp
src/Gui/LanguageHelper.cpp
+1
-1
src/Gui/LanguageHelper.h
src/Gui/LanguageHelper.h
+1
-1
src/Gui/MainWindow.cpp
src/Gui/MainWindow.cpp
+1
-1
src/Gui/UndoStack.cpp
src/Gui/UndoStack.cpp
+1
-1
src/Gui/WorkflowFileRendererDialog.cpp
src/Gui/WorkflowFileRendererDialog.cpp
+1
-1
src/Gui/WorkflowFileRendererDialog.h
src/Gui/WorkflowFileRendererDialog.h
+1
-1
src/Gui/effectsengine/EffectInstanceListModel.cpp
src/Gui/effectsengine/EffectInstanceListModel.cpp
+1
-1
src/Gui/effectsengine/EffectInstanceListModel.h
src/Gui/effectsengine/EffectInstanceListModel.h
+1
-1
src/Gui/effectsengine/EffectInstanceWidget.cpp
src/Gui/effectsengine/EffectInstanceWidget.cpp
+1
-1
src/Gui/effectsengine/EffectInstanceWidget.h
src/Gui/effectsengine/EffectInstanceWidget.h
+1
-1
src/Gui/effectsengine/EffectStack.cpp
src/Gui/effectsengine/EffectStack.cpp
+1
-1
src/Gui/effectsengine/EffectStack.h
src/Gui/effectsengine/EffectStack.h
+1
-1
src/Gui/effectsengine/EffectWidget.cpp
src/Gui/effectsengine/EffectWidget.cpp
+1
-1
src/Gui/effectsengine/EffectWidget.h
src/Gui/effectsengine/EffectWidget.h
+1
-1
src/Gui/effectsengine/EffectsListView.cpp
src/Gui/effectsengine/EffectsListView.cpp
+1
-1
src/Gui/effectsengine/EffectsListView.h
src/Gui/effectsengine/EffectsListView.h
+1
-1
src/Gui/export/RendererSettings.cpp
src/Gui/export/RendererSettings.cpp
+1
-1
src/Gui/export/RendererSettings.h
src/Gui/export/RendererSettings.h
+1
-1
src/Gui/import/ImportController.cpp
src/Gui/import/ImportController.cpp
+1
-1
src/Gui/import/ImportController.h
src/Gui/import/ImportController.h
+1
-1
src/Gui/library/MediaCellView.cpp
src/Gui/library/MediaCellView.cpp
+1
-1
src/Gui/library/MediaCellView.h
src/Gui/library/MediaCellView.h
+1
-1
src/Gui/library/MediaLibrary.cpp
src/Gui/library/MediaLibrary.cpp
+1
-1
src/Gui/library/MediaLibrary.h
src/Gui/library/MediaLibrary.h
+1
-1
src/Gui/media/ClipMetadataDisplayer.cpp
src/Gui/media/ClipMetadataDisplayer.cpp
+1
-1
src/Gui/media/ClipMetadataDisplayer.h
src/Gui/media/ClipMetadataDisplayer.h
+1
-1
src/Gui/media/GuiMedia.cpp
src/Gui/media/GuiMedia.cpp
+1
-1
src/Gui/media/GuiMedia.h
src/Gui/media/GuiMedia.h
+1
-1
src/Gui/preview/PreviewWidget.cpp
src/Gui/preview/PreviewWidget.cpp
+1
-1
src/Gui/preview/PreviewWidget.h
src/Gui/preview/PreviewWidget.h
+1
-1
src/Gui/project/GuiProjectManager.cpp
src/Gui/project/GuiProjectManager.cpp
+1
-1
src/Gui/project/GuiProjectManager.h
src/Gui/project/GuiProjectManager.h
+2
-2
src/Gui/settings/BoolWidget.cpp
src/Gui/settings/BoolWidget.cpp
+1
-1
src/Gui/settings/BoolWidget.h
src/Gui/settings/BoolWidget.h
+1
-1
src/Gui/settings/ColorWidget.cpp
src/Gui/settings/ColorWidget.cpp
+1
-1
src/Gui/settings/ColorWidget.h
src/Gui/settings/ColorWidget.h
+1
-1
src/Gui/settings/DoubleSliderWidget.cpp
src/Gui/settings/DoubleSliderWidget.cpp
+1
-1
src/Gui/settings/DoubleSliderWidget.h
src/Gui/settings/DoubleSliderWidget.h
+1
-1
src/Gui/settings/DoubleWidget.cpp
src/Gui/settings/DoubleWidget.cpp
+1
-1
src/Gui/settings/DoubleWidget.h
src/Gui/settings/DoubleWidget.h
+1
-1
src/Gui/settings/IntWidget.cpp
src/Gui/settings/IntWidget.cpp
+1
-1
src/Gui/settings/IntWidget.h
src/Gui/settings/IntWidget.h
+1
-1
src/Gui/settings/KeyboardShortcut.cpp
src/Gui/settings/KeyboardShortcut.cpp
+1
-1
src/Gui/settings/KeyboardShortcut.h
src/Gui/settings/KeyboardShortcut.h
+1
-1
src/Gui/settings/KeyboardShortcutInput.cpp
src/Gui/settings/KeyboardShortcutInput.cpp
+1
-1
src/Gui/settings/KeyboardShortcutInput.h
src/Gui/settings/KeyboardShortcutInput.h
+1
-1
src/Gui/settings/LanguageWidget.cpp
src/Gui/settings/LanguageWidget.cpp
+1
-1
src/Gui/settings/LanguageWidget.h
src/Gui/settings/LanguageWidget.h
+1
-1
src/Gui/settings/PathWidget.cpp
src/Gui/settings/PathWidget.cpp
+1
-1
src/Gui/settings/PathWidget.h
src/Gui/settings/PathWidget.h
+1
-1
src/Gui/settings/PreferenceWidget.cpp
src/Gui/settings/PreferenceWidget.cpp
+1
-1
src/Gui/settings/PreferenceWidget.h
src/Gui/settings/PreferenceWidget.h
+1
-1
src/Gui/settings/Settings.cpp
src/Gui/settings/Settings.cpp
+1
-1
src/Gui/settings/StringWidget.cpp
src/Gui/settings/StringWidget.cpp
+1
-1
src/Gui/settings/StringWidget.h
src/Gui/settings/StringWidget.h
+1
-1
src/Gui/timeline/AbstractGraphicsItem.cpp
src/Gui/timeline/AbstractGraphicsItem.cpp
+1
-1
src/Gui/timeline/AbstractGraphicsItem.h
src/Gui/timeline/AbstractGraphicsItem.h
+1
-1
src/Gui/timeline/GraphicsEffectItem.cpp
src/Gui/timeline/GraphicsEffectItem.cpp
+1
-1
src/Gui/timeline/GraphicsEffectItem.h
src/Gui/timeline/GraphicsEffectItem.h
+1
-1
src/Gui/widgets/CrashHandler.cpp
src/Gui/widgets/CrashHandler.cpp
+1
-1
src/Gui/widgets/CrashHandler.h
src/Gui/widgets/CrashHandler.h
+1
-1
src/Gui/widgets/ExtendedLabel.cpp
src/Gui/widgets/ExtendedLabel.cpp
+1
-1
src/Gui/widgets/ExtendedLabel.h
src/Gui/widgets/ExtendedLabel.h
+1
-1
src/Gui/widgets/FramelessButton.cpp
src/Gui/widgets/FramelessButton.cpp
+1
-1
src/Gui/widgets/FramelessButton.h
src/Gui/widgets/FramelessButton.h
+1
-1
src/Gui/widgets/NotificationZone.cpp
src/Gui/widgets/NotificationZone.cpp
+1
-1
src/Gui/widgets/NotificationZone.h
src/Gui/widgets/NotificationZone.h
+1
-1
src/Gui/widgets/SearchLineEdit.cpp
src/Gui/widgets/SearchLineEdit.cpp
+1
-1
src/Gui/widgets/SearchLineEdit.h
src/Gui/widgets/SearchLineEdit.h
+1
-1
src/LibVLCpp/VLCInstance.cpp
src/LibVLCpp/VLCInstance.cpp
+1
-1
src/LibVLCpp/VLCInstance.h
src/LibVLCpp/VLCInstance.h
+1
-1
src/LibVLCpp/VLCMedia.cpp
src/LibVLCpp/VLCMedia.cpp
+1
-1
src/LibVLCpp/VLCMedia.h
src/LibVLCpp/VLCMedia.h
+1
-1
src/LibVLCpp/VLCMediaPlayer.cpp
src/LibVLCpp/VLCMediaPlayer.cpp
+1
-1
src/LibVLCpp/VLCMediaPlayer.h
src/LibVLCpp/VLCMediaPlayer.h
+1
-1
src/LibVLCpp/VLCpp.hpp
src/LibVLCpp/VLCpp.hpp
+1
-1
src/Library/Library.cpp
src/Library/Library.cpp
+1
-1
src/Library/Library.h
src/Library/Library.h
+1
-1
src/Library/MediaContainer.cpp
src/Library/MediaContainer.cpp
+1
-1
src/Library/MediaContainer.h
src/Library/MediaContainer.h
+1
-1
src/Main/vlmc.cpp
src/Main/vlmc.cpp
+1
-1
src/Media/Clip.cpp
src/Media/Clip.cpp
+1
-1
src/Media/Clip.h
src/Media/Clip.h
+1
-1
src/Media/Media.cpp
src/Media/Media.cpp
+1
-1
src/Media/Media.h
src/Media/Media.h
+1
-1
src/Media/Transcoder.cpp
src/Media/Transcoder.cpp
+1
-1
src/Media/Transcoder.h
src/Media/Transcoder.h
+1
-1
src/Metadata/MetaDataManager.h
src/Metadata/MetaDataManager.h
+1
-1
src/Metadata/MetaDataWorker.cpp
src/Metadata/MetaDataWorker.cpp
+1
-1
src/Metadata/MetaDataWorker.h
src/Metadata/MetaDataWorker.h
+1
-1
src/Project/ProjectManager.cpp
src/Project/ProjectManager.cpp
+1
-1
src/Project/ProjectManager.h
src/Project/ProjectManager.h
+1
-1
src/Project/Workspace.cpp
src/Project/Workspace.cpp
+1
-1
src/Project/Workspace.h
src/Project/Workspace.h
+1
-1
src/Project/WorkspaceWorker.cpp
src/Project/WorkspaceWorker.cpp
+1
-1
src/Project/WorkspaceWorker.h
src/Project/WorkspaceWorker.h
+1
-1
src/Renderer/ClipRenderer.cpp
src/Renderer/ClipRenderer.cpp
+1
-1
src/Renderer/ClipRenderer.h
src/Renderer/ClipRenderer.h
+1
-1
src/Renderer/GenericRenderer.cpp
src/Renderer/GenericRenderer.cpp
+1
-1
src/Renderer/GenericRenderer.h
src/Renderer/GenericRenderer.h
+1
-1
src/Renderer/WorkflowFileRenderer.cpp
src/Renderer/WorkflowFileRenderer.cpp
+1
-1
src/Renderer/WorkflowFileRenderer.h
src/Renderer/WorkflowFileRenderer.h
+1
-1
src/Renderer/WorkflowRenderer.cpp
src/Renderer/WorkflowRenderer.cpp
+1
-1
src/Renderer/WorkflowRenderer.h
src/Renderer/WorkflowRenderer.h
+1
-1
src/Settings/SettingValue.cpp
src/Settings/SettingValue.cpp
+1
-1
src/Settings/SettingValue.h
src/Settings/SettingValue.h
+1
-1
src/Settings/SettingsManager.cpp
src/Settings/SettingsManager.cpp
+1
-1
src/Settings/SettingsManager.h
src/Settings/SettingsManager.h
+1
-1
src/Tools/ErrorHandler.cpp
src/Tools/ErrorHandler.cpp
+1
-1
src/Tools/ErrorHandler.h
src/Tools/ErrorHandler.h
+1
-1
src/Tools/QSingleton.hpp
src/Tools/QSingleton.hpp
+1
-1
src/Tools/Singleton.hpp
src/Tools/Singleton.hpp
+1
-1
src/Tools/Toggleable.hpp
src/Tools/Toggleable.hpp
+1
-1
src/Tools/UnixBacktraceGenerator.cpp
src/Tools/UnixBacktraceGenerator.cpp
+1
-1
src/Tools/VlmcDebug.cpp
src/Tools/VlmcDebug.cpp
+1
-1
src/Tools/VlmcDebug.h
src/Tools/VlmcDebug.h
+1
-1
src/Workflow/AudioClipWorkflow.cpp
src/Workflow/AudioClipWorkflow.cpp
+1
-1
src/Workflow/AudioClipWorkflow.h
src/Workflow/AudioClipWorkflow.h
+1
-1
src/Workflow/ClipHelper.cpp
src/Workflow/ClipHelper.cpp
+1
-1
src/Workflow/ClipHelper.h
src/Workflow/ClipHelper.h
+1
-1
src/Workflow/ClipWorkflow.cpp
src/Workflow/ClipWorkflow.cpp
+1
-1
src/Workflow/ClipWorkflow.h
src/Workflow/ClipWorkflow.h
+1
-1
src/Workflow/Helper.cpp
src/Workflow/Helper.cpp
+1
-1
src/Workflow/Helper.h
src/Workflow/Helper.h
+1
-1
src/Workflow/ImageClipWorkflow.cpp
src/Workflow/ImageClipWorkflow.cpp
+1
-1
src/Workflow/ImageClipWorkflow.h
src/Workflow/ImageClipWorkflow.h
+1
-1
src/Workflow/MainWorkflow.cpp
src/Workflow/MainWorkflow.cpp
+1
-1
src/Workflow/MainWorkflow.h
src/Workflow/MainWorkflow.h
+1
-1
src/Workflow/TrackHandler.cpp
src/Workflow/TrackHandler.cpp
+1
-1
src/Workflow/TrackHandler.h
src/Workflow/TrackHandler.h
+1
-1
src/Workflow/TrackWorkflow.cpp
src/Workflow/TrackWorkflow.cpp
+1
-1
src/Workflow/TrackWorkflow.h
src/Workflow/TrackWorkflow.h
+1
-1
src/Workflow/Types.cpp
src/Workflow/Types.cpp
+1
-1
src/Workflow/Types.h
src/Workflow/Types.h
+1
-1
src/Workflow/VideoClipWorkflow.cpp
src/Workflow/VideoClipWorkflow.cpp
+1
-1
src/Workflow/VideoClipWorkflow.h
src/Workflow/VideoClipWorkflow.h
+1
-1
No files found.
src/Commands/Commands.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
* Ludovic Fauvet <etix@l0cal.com>
*
* This program is free software; you can redistribute it and/or
...
...
src/Commands/Commands.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
* Ludovic Fauvet <etix@l0cal.com>
*
* This program is free software; you can redistribute it and/or
...
...
src/Commands/KeyboardShortcutHelper.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauz
é
e-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Commands/KeyboardShortcutHelper.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauz
é
e-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/Effect.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/Effect.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectHelper.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectHelper.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectInstance.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectInstance.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectSettingValue.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectSettingValue.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectUser.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectUser.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectsEngine.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/EffectsEngine/EffectsEngine.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/ClipProperty.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/ClipProperty.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/LanguageHelper.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauzée-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/LanguageHelper.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauzée-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/MainWindow.cpp
View file @
cdce2e1b
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Ludovic Fauvet <etix@l0cal.com>
* Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/UndoStack.cpp
View file @
cdce2e1b
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Christophe Courtaut <christophe.courtaut@gmail.com>
* Hugo Beauz
e
e-Luyssen <beauze
.h@gmail.com
>
* Hugo Beauz
é
e-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/WorkflowFileRendererDialog.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
* Christophe Courtaut <christophe.courtaut@gmail.com>
*
* This program is free software; you can redistribute it and/or
...
...
src/Gui/WorkflowFileRendererDialog.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectInstanceListModel.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectInstanceListModel.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectInstanceWidget.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectInstanceWidget.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectStack.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectStack.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectWidget.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectWidget.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectsListView.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauz
é
e-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/effectsengine/EffectsListView.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauz
é
e-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/export/RendererSettings.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/export/RendererSettings.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/import/ImportController.cpp
View file @
cdce2e1b
...
...
@@ -5,7 +5,7 @@
*
* Authors: Geoffroy Lacarriere <geoffroylaca@gmail.com>
* Thomas Boquet <thomas.boquet@gmail.com>
* Hugo Beauzée-Luyssen <hugo@
vlmc.org
>
* Hugo Beauzée-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/import/ImportController.h
View file @
cdce2e1b
...
...
@@ -5,7 +5,7 @@
*
* Authors: Geoffroy Lacarriere <geoffroylaca@gmail.com>
* Thomas Boquet <thomas.boquet@gmail.com>
* Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/library/MediaCellView.cpp
View file @
cdce2e1b
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Thomas Boquet <thomas.boquet@gmail.com>
* Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/library/MediaCellView.h
View file @
cdce2e1b
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Thomas Boquet <thomas.boquet@gmail.com>
* Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/library/MediaLibrary.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/library/MediaLibrary.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauz
é
e-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/media/ClipMetadataDisplayer.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/media/ClipMetadataDisplayer.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/media/GuiMedia.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/media/GuiMedia.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/preview/PreviewWidget.cpp
View file @
cdce2e1b
...
...
@@ -4,7 +4,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/preview/PreviewWidget.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauz
e
e-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauz
é
e-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/project/GuiProjectManager.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/project/GuiProjectManager.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
@@ -64,7 +64,7 @@ public:
* This is handled here as there's no use for this in non-GUI mode.
*/
void
loadProject
(
const
QString
&
fileName
);
protected:
virtual
void
failedToLoad
(
const
QString
&
reason
)
const
;
virtual
void
saveTimeline
(
QXmlStreamWriter
&
project
);
...
...
src/Gui/settings/BoolWidget.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauzée-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/settings/BoolWidget.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauzée-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/settings/ColorWidget.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/settings/ColorWidget.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/settings/DoubleSliderWidget.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/settings/DoubleSliderWidget.h
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <beauze
.h@gmail.com
>
* Authors: Hugo Beauzée-Luyssen <
hugo@
beauze
e.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/Gui/settings/DoubleWidget.cpp
View file @
cdce2e1b
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzée-Luyssen <hugo@
vlmc.org
>
* Authors: Hugo Beauzée-Luyssen <hugo@
beauzee.fr
>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...