Merge lp://staging/~azzar1/unity/gsettings-property into lp://staging/unity
Proposed by
Andrea Azzarone
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~azzar1/unity/gsettings-property |
Merge into: | lp://staging/unity |
Diff against target: |
1297 lines (+882/-144) 15 files modified
UnityCore/CMakeLists.txt (+3/-0) UnityCore/GSettingsProperty-inl.h (+129/-0) UnityCore/GSettingsProperty.cpp (+118/-0) UnityCore/GSettingsProperty.h (+85/-0) UnityCore/GSettingsScopes.cpp (+1/-1) UnityCore/GnomeSessionManager.cpp (+3/-5) UnityCore/Variant.cpp (+39/-0) UnityCore/Variant.h (+2/-0) launcher/DevicesSettingsImp.cpp (+14/-59) lockscreen/LockScreenAcceleratorController.cpp (+12/-26) plugins/unityshell/src/WindowMinimizeSpeedController.cpp (+17/-40) plugins/unityshell/src/WindowMinimizeSpeedController.h (+5/-13) tests/CMakeLists.txt (+1/-0) tests/data/external.gschema.xml (+30/-0) tests/test_gsettings_property.cpp (+423/-0) |
To merge this branch: | bzr merge lp://staging/~azzar1/unity/gsettings-property |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Unity Team | Pending | ||
Review via email: mp+248368@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 3928. By Andrea Azzarone
-
Commit to save changes.
- 3927. By Andrea Azzarone
-
Use GSettingsProperty in LockScreenAccel
eratorControlle r.cpp - 3926. By Andrea Azzarone
-
Move template specialiazation in a cpp file.
- 3925. By Andrea Azzarone
-
Use GsettingsProperty in DevicesSettings
Imp.cpp - 3924. By Andrea Azzarone
-
Lazy initialize GSettingsProperty.
- 3923. By Andrea Azzarone
-
Use GSettingsProperty in GnomeSessionMan
ager.cpp - 3922. By Andrea Azzarone
-
Merge with trunk and change API.