[vlmc-devel] Remove differenciation between project settings & preferences.

Hugo Beauzée-Luyssen git at videolan.org
Sun Mar 9 23:20:14 CET 2014


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun Mar  9 22:09:30 2014 +0100| [0f4fea742799b52e9f5e10b541469d51e62ee083] | committer: Hugo Beauzée-Luyssen

Remove differenciation between project settings & preferences.

Both are now using a different instance of the Settings class, in
Core & Project, depending on the settings type

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=0f4fea742799b52e9f5e10b541469d51e62ee083
---

 src/Commands/KeyboardShortcutHelper.cpp |    6 +-
 src/EffectsEngine/EffectsEngine.cpp     |    1 +
 src/Gui/MainWindow.cpp                  |   47 ++++-----
 src/Gui/import/ImportController.cpp     |    3 +-
 src/Gui/project/GuiProjectManager.cpp   |   11 +--
 src/Gui/settings/PreferenceWidget.cpp   |    7 +-
 src/Gui/settings/PreferenceWidget.h     |    3 +-
 src/Gui/settings/Settings.cpp           |   19 ++--
 src/Gui/settings/Settings.h             |    8 +-
 src/Gui/timeline/TracksScene.cpp        |    3 +-
 src/Gui/wizard/ProjectWizard.cpp        |   24 ++---
 src/Gui/wizard/WelcomePage.cpp          |    2 +-
 src/Main/Core.cpp                       |   15 ++-
 src/Main/Core.h                         |    7 +-
 src/Main/Project.cpp                    |   13 ++-
 src/Main/Project.h                      |    4 +-
 src/Project/ProjectManager.cpp          |   10 +-
 src/Settings/SettingsManager.cpp        |  163 ++++++++-----------------------
 src/Settings/SettingsManager.h          |  104 +++++++-------------
 src/Tools/VlmcLogger.cpp                |    7 +-
 20 files changed, 165 insertions(+), 292 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=0f4fea742799b52e9f5e10b541469d51e62ee083


More information about the Vlmc-devel mailing list