Merge lp:~unity-team/unity/favorite-store-update into lp:unity
| Status: | Merged |
|---|---|
| Approved by: | Neil J. Patel on 2010-11-24 |
| Approved revision: | 627 |
| Merge reported by: | Neil J. Patel |
| Merged at revision: | not available |
| Proposed branch: | lp:~unity-team/unity/favorite-store-update |
| Merge into: | lp:unity |
| Diff against target: |
666 lines (+424/-40) 7 files modified
CMakeLists.txt (+2/-2) src/FavoriteStore.h (+9/-3) src/FavoriteStoreGSettings.cpp (+139/-27) src/FavoriteStoreGSettings.h (+2/-2) tests/CMakeLists.txt (+6/-0) tests/data/update-manager.desktop (+10/-0) tests/unit/TestFavoriteStoreGSettings.cpp (+256/-6) |
| To merge this branch: | bzr merge lp:~unity-team/unity/favorite-store-update |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jason Smith (community) | 2010-11-24 | Needs Fixing on 2010-11-24 | |
|
Review via email:
|
|||
Description of the Change
- Makes the FavoritesStore GSettings implementation aware of /path/to/
- Converts paths to desktop ids unless they fall out of the standard XDG_DATA_DIRS
- Fixes AddFavorite
- Fixes RemoveFavorite
- Adds MoveFavorite
- Adds tests for the above
The main thing missing here is all the signalling if someone else changes dconf outside of Unity, but this should cover at least what Unity needs to do right now.
Apart from the conflict mentioned by Jason this looks good to me. So
approved modulo that :-)
- 627. By Neil J. Patel on 2010-11-24
-
[merge] trunk
| Neil J. Patel (njpatel) wrote : | # |
Thanks guys, fixed, merged and pushed :)
| Didier Roche (didrocks) wrote : | # |
"fixed, merged" -> maybe
"pushed" -> definitively not. I'm sooooooooo disappointed :)


CMakeLists.txt has merge cruft left in it