Merge lp:~artem-anufrij/webby-browser/reload-apps-after-added-new-app into lp:webby-browser
Proposed by
Artem Anufrij
on 2015-10-11
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Erasmo Marín on 2015-10-12 | ||||
Approved revision: | 14 | ||||
Merged at revision: | 13 | ||||
Proposed branch: | lp:~artem-anufrij/webby-browser/reload-apps-after-added-new-app | ||||
Merge into: | lp:webby-browser | ||||
Diff against target: |
207 lines (+66/-39) 4 files modified
src/AppWindow.vala (+35/-18) src/ApplicationsView.vala (+23/-10) src/Assistant.vala (+5/-7) src/DesktopFile.vala (+3/-4) |
||||
To merge this branch: | bzr merge lp:~artem-anufrij/webby-browser/reload-apps-after-added-new-app | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Erasmo Marín | code & functionality | 2015-10-11 | Pending |
Review via email:
|
This proposal supersedes a proposal from 2015-10-07.
Commit message
Reload preview after adding a new app.
Description of the change
Reload preview after adding a new app.
To post a comment you must log in.
Artem Anufrij (artem-anufrij) wrote : | # |
1) done
2) done
Erasmo Marín (erasmo-marin) wrote : | # |
Thanks, it just need to get the focus now, but I will do that.
This is great, just 2 details:
1) Can you explicitly declare the new attributes as private please?
2) Would be cool if the new added app is selected when you are back to the icon view.
Thanks! :)