Branch: refs/heads/master Home: http://github.com/VLMC/vlmc
Commit: eb6432c645c0042103abdf0ad7af7e90a729bc78 http://github.com/VLMC/vlmc/commit/eb6432c645c0042103abdf0ad7af7e90a729bc78 Author: Clement CHAVANCE <chavanc...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Tools/VlmcDebug.cpp Log Message: ----------- Added missing include QStringList was used, but it wasn't included from VlmcDebug.h nor SettingsManager.h Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: d7017b81f609baeb12c4b7137ba67b0f5e09469b http://github.com/VLMC/vlmc/commit/d7017b81f609baeb12c4b7137ba67b0f5e09469b Author: Clement CHAVANCE <chavanc...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Configuration/SettingsManager.cpp M src/Configuration/SettingsManager.h Log Message: ----------- Refactored the SettingsManager Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: 8efeaa01ef009269d3b1c4dfada302d52fa17f42 http://github.com/VLMC/vlmc/commit/8efeaa01ef009269d3b1c4dfada302d52fa17f42 Author: Hugo Beauzee-Luyssen <beauz...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Configuration/SettingsManager.cpp M src/Configuration/SettingsManager.h Log Message: ----------- Correcting copyrights Commit: cdfd07f3e42f8c5159fa81d1ceb0931812a20077 http://github.com/VLMC/vlmc/commit/cdfd07f3e42f8c5159fa81d1ceb0931812a20077 Author: Clement CHAVANCE <kin...@kindesktop.(none)> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Configuration/SettingsManager.cpp M src/Configuration/SettingsManager.h Log Message: ----------- SettingsManager cleaning and refactor is done - reenabled save/load - added a group method, wich will return all the value in a group ( for example, keyboard/* ) - added a Qt::ConnectionType to the watchValue method Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: c8740f678c4463d862ebead9e03167d286729834 http://github.com/VLMC/vlmc/commit/c8740f678c4463d862ebead9e03167d286729834 Author: Clement CHAVANCE <chavanc...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Gui/settings/AudioProjectPreferences.cpp M src/Gui/settings/AudioProjectPreferences.h M src/Gui/settings/KeyboardShortcut.cpp M src/Gui/settings/KeyboardShortcut.h M src/Gui/settings/PreferenceWidget.cpp M src/Gui/settings/PreferenceWidget.h M src/Gui/settings/ProjectPreferences.cpp M src/Gui/settings/ProjectPreferences.h M src/Gui/settings/Settings.cpp M src/Gui/settings/Settings.h M src/Gui/settings/VLMCPreferences.cpp M src/Gui/settings/VLMCPreferences.h M src/Gui/settings/VideoProjectPreferences.cpp M src/Gui/settings/VideoProjectPreferences.h Log Message: ----------- Adapted the settings to match the new SettingsManager API Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: 06c6c7d91860d7675b2e92766c895dde31980ac0 http://github.com/VLMC/vlmc/commit/06c6c7d91860d7675b2e92766c895dde31980ac0 Author: Clement CHAVANCE <chavanc...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Commands/KeyboardShortcutHelper.cpp M src/Gui/LanguagePreferences.cpp M src/Gui/LanguagePreferences.h M src/Gui/MainWindow.cpp M src/Gui/export/RendererSettings.cpp M src/Gui/timeline/TracksRuler.cpp M src/Gui/wizard/GeneralPage.cpp M src/Gui/wizard/ProjectWizard.cpp M src/Gui/wizard/VideoPage.cpp M src/Metadata/MetaDataWorker.cpp M src/Project/ProjectManager.cpp M src/Renderer/WorkflowFileRenderer.cpp M src/Renderer/WorkflowRenderer.cpp M src/Tools/VlmcDebug.cpp Log Message: ----------- Updated all the call to SettingsManager::value and SettingsManager::setValue Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: 36b9fa31a1833f50e8e3959e5aea6744697a0819 http://github.com/VLMC/vlmc/commit/36b9fa31a1833f50e8e3959e5aea6744697a0819 Author: Clement CHAVANCE <kin...@kindesktop.(none)> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Commands/KeyboardShortcutHelper.cpp M src/Gui/MainWindow.cpp M src/Gui/settings/KeyboardShortcut.cpp M src/Project/ProjectManager.cpp M src/Tools/VlmcDebug.cpp Log Message: ----------- Removed all call to the old SettingsManager API ProjectManager now use the new SettingsManager API Shortcut Management now use the new SettingsManager API VlmcDebug now use the new SettingsManager API Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: 1882a36d082c1a23a5ec4900c36209556a2e5f5b http://github.com/VLMC/vlmc/commit/1882a36d082c1a23a5ec4900c36209556a2e5f5b Author: Clement CHAVANCE <kin...@kindesktop.(none)> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Gui/settings/VideoProjectPreferences.cpp Log Message: ----------- VideoProject settings are now stocked in the project group Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: 1c26afc114e96f3c5d8dafe987674ce1dab15ad9 http://github.com/VLMC/vlmc/commit/1c26afc114e96f3c5d8dafe987674ce1dab15ad9 Author: Clement CHAVANCE <kin...@kindesktop.(none)> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Gui/wizard/VideoPage.cpp M src/main.cpp Log Message: ----------- updated videoPage default values and shortcuts initialisation videoPage default values are now hardcoded keyboard shortcuts are now initialized in the entry point of the program Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: 2f9a31e3304895e950df38e417d587dfd9bfe867 http://github.com/VLMC/vlmc/commit/2f9a31e3304895e950df38e417d587dfd9bfe867 Author: Clement CHAVANCE <kin...@kindesktop.(none)> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/CMakeLists.txt Log Message: ----------- removed unused files from src/CMakeLists.txt Signed-off-by: Hugo Beauzee-Luyssen <beauz...@gmail.com> Commit: 3b764043061256d007b02f5f3d04c97ff00362ff http://github.com/VLMC/vlmc/commit/3b764043061256d007b02f5f3d04c97ff00362ff Author: Hugo Beauzee-Luyssen <beauz...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: R src/Configuration/ProjectSettingsDefault.cpp R src/Configuration/ProjectSettingsDefault.h R src/Configuration/VLMCSettingsDefault.cpp R src/Configuration/VLMCSettingsDefault.h M src/Gui/MainWindow.cpp R src/Gui/wizard/CustomWizardPage.cpp R src/Gui/wizard/CustomWizardPage.h Log Message: ----------- Realy removing unused preferences files. Commit: 427bb8138c55114100df46d80b48a47bb13afe08 http://github.com/VLMC/vlmc/commit/427bb8138c55114100df46d80b48a47bb13afe08 Author: Hugo Beauzee-Luyssen <beauz...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Commands/KeyboardShortcutHelper.cpp M src/Configuration/SettingValue.cpp M src/Configuration/SettingsManager.cpp M src/Gui/settings/KeyboardShortcut.cpp Log Message: ----------- Fixing keyboard shortcut modification bug Commit: 2e6bf2b7c888646023d5d9946441f46a295bc049 http://github.com/VLMC/vlmc/commit/2e6bf2b7c888646023d5d9946441f46a295bc049 Author: Hugo Beauzee-Luyssen <beauz...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Gui/settings/Settings.cpp Log Message: ----------- Removed debug Commit: 9e610255e6dee41dac891ca294a35c57dd82e3f7 http://github.com/VLMC/vlmc/commit/9e610255e6dee41dac891ca294a35c57dd82e3f7 Author: Hugo Beauzee-Luyssen <beauz...@gmail.com> Date: 2010-02-17 (Wed, 17 Feb 2010) Changed paths: M src/Gui/MainWindow.cpp Log Message: ----------- Create preferences before anything else _______________________________________________ vlmc-devel mailing list vlmc-devel@vlmc.org http://vlmc.org/mailman/listinfo/vlmc-devel