/[svn]/gigedit/trunk/src/gigedit/Settings.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/Settings.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2966 by schoenebeck, Sat Jul 16 15:31:47 2016 UTC revision 2967 by schoenebeck, Mon Jul 18 11:22:38 2016 UTC
# Line 77  Settings::Settings() : Glib::ObjectBase( Line 77  Settings::Settings() : Glib::ObjectBase(
77      syncSamplerInstrumentSelection(*this, GLOBAL, "syncSamplerInstrumentSelection", true),      syncSamplerInstrumentSelection(*this, GLOBAL, "syncSamplerInstrumentSelection", true),
78      moveRootNoteWithRegionMoved(*this, GLOBAL, "moveRootNoteWithRegionMoved", true),      moveRootNoteWithRegionMoved(*this, GLOBAL, "moveRootNoteWithRegionMoved", true),
79      autoRestoreWindowDimension(*this, GLOBAL, "autoRestoreWindowDimension", false),      autoRestoreWindowDimension(*this, GLOBAL, "autoRestoreWindowDimension", false),
80        saveWithTemporaryFile(*this, GLOBAL, "saveWithTemporaryFile", false),
81      mainWindowX(*this, MAIN_WINDOW, "x", -1),      mainWindowX(*this, MAIN_WINDOW, "x", -1),
82      mainWindowY(*this, MAIN_WINDOW, "y", -1),      mainWindowY(*this, MAIN_WINDOW, "y", -1),
83      mainWindowW(*this, MAIN_WINDOW, "w", -1),      mainWindowW(*this, MAIN_WINDOW, "w", -1),
# Line 120  Settings::Settings() : Glib::ObjectBase( Line 121  Settings::Settings() : Glib::ObjectBase(
121      m_boolProps.push_back(&syncSamplerInstrumentSelection);      m_boolProps.push_back(&syncSamplerInstrumentSelection);
122      m_boolProps.push_back(&moveRootNoteWithRegionMoved);      m_boolProps.push_back(&moveRootNoteWithRegionMoved);
123      m_boolProps.push_back(&autoRestoreWindowDimension);      m_boolProps.push_back(&autoRestoreWindowDimension);
124        m_boolProps.push_back(&saveWithTemporaryFile);
125      m_intProps.push_back(&mainWindowX);      m_intProps.push_back(&mainWindowX);
126      m_intProps.push_back(&mainWindowY);      m_intProps.push_back(&mainWindowY);
127      m_intProps.push_back(&mainWindowW);      m_intProps.push_back(&mainWindowW);

Legend:
Removed from v.2966  
changed lines
  Added in v.2967

  ViewVC Help
Powered by ViewVC