Merge lp://staging/~victored/beat-box/view-restructuring into lp://staging/beat-box/1.x
Proposed by
Victor Martinez
Status: | Merged | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Merge reported by: | Victor Martinez | ||||||||||||||||||||||||||||
Merged at revision: | not available | ||||||||||||||||||||||||||||
Proposed branch: | lp://staging/~victored/beat-box/view-restructuring | ||||||||||||||||||||||||||||
Merge into: | lp://staging/beat-box/1.x | ||||||||||||||||||||||||||||
Diff against target: |
8950 lines (+4129/-2830) 39 files modified
core/Settings.vala (+130/-11) schemas/org.elementary.beatbox.gschema.xml (+31/-0) src/CMakeLists.txt (+2/-2) src/DataBase/DataBaseUpdater.vala (+2/-3) src/Devices/CDRomDevice.vala (+3/-2) src/FileOperator.vala (+4/-3) src/Icons.vala (+4/-5) src/LibraryManager.vala (+32/-35) src/LibraryWindow.vala (+473/-463) src/Objects/Media.vala (+4/-1) src/Objects/Playlist.vala (+30/-5) src/Objects/SmartPlaylist.vala (+14/-1) src/Store/Widgets/StoreView.vala (+4/-4) src/Views/AlbumView/AlbumIconView-clutter.vala.BACKUP (+0/-720) src/Views/AlbumView/AlbumIconView.vala (+61/-71) src/Views/AlbumView/AlbumIconViewClutter.vala (+736/-0) src/Views/AlbumView/AlbumListView.vala (+8/-6) src/Views/ContentView.vala (+4/-8) src/Views/DeviceSummaryWidget.vala (+2/-0) src/Views/DeviceView.vala (+2/-3) src/Views/DeviceViewWrapper.vala (+9/-5) src/Views/ListView/BaseListModel.vala (+5/-2) src/Views/ListView/BaseListView.vala (+38/-66) src/Views/ListView/MillerColumns/MillerColumn.vala (+719/-0) src/Views/ListView/MillerColumns/MillerModel.vala (+376/-0) src/Views/ListView/MusicTreeModel.vala (+3/-2) src/Views/ListView/MusicTreeView.vala (+25/-26) src/Views/ListView/PodcastListView.vala (+14/-22) src/Views/ListView/PodcastTreeModel.vala (+4/-2) src/Views/ListView/RadioListView.vala (+10/-17) src/Views/ListView/RadioTreeModel.vala (+4/-2) src/Views/ListView/SimilarPane.vala (+88/-6) src/Views/ViewWrapper.vala (+1056/-535) src/Widgets/InfoPanel.vala (+4/-3) src/Widgets/MillerColumns/MillerColumn.vala (+0/-223) src/Widgets/MillerColumns/MillerModel.vala (+0/-274) src/Widgets/SideBar.vala (+3/-3) src/Widgets/SideTreeView.vala (+212/-292) src/Widgets/WarningLabel.vala (+13/-7) |
||||||||||||||||||||||||||||
To merge this branch: | bzr merge lp://staging/~victored/beat-box/view-restructuring | ||||||||||||||||||||||||||||
Related bugs: |
|
||||||||||||||||||||||||||||
Related blueprints: |
Column Browser Design
(Medium)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Victor Martinez (community) | Approve | ||
Review via email: mp+98298@code.staging.launchpad.net |
This proposal supersedes a proposal from 2012-03-19.
Description of the change
Changes in this branch:
1) Each sidebar item has its own ViewWrapper object, which at the same time wraps all the internal widgets.
2) (1) made possible to have a clearly distinct view area.
3) The view area is a GtkNotebook. This allows super-fast switching between sidebar elements
4) Implementation of https:/
5) Many minor improvements
To post a comment you must log in.
Although this is a work in progress, feel free to report bugs as comments in this merge proposal.
I'd appreciate if you read the commit logs before reporting issues :)
Thanks for testing!