Merge lp://staging/~roignac/software-center/bug-630731-free-software-view into lp://staging/software-center
Proposed by
Vadim Rutkovsky
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | dobey | ||||
Proposed branch: | lp://staging/~roignac/software-center/bug-630731-free-software-view | ||||
Merge into: | lp://staging/software-center | ||||
Diff against target: |
541 lines (+150/-46) 8 files modified
data/ui/gtk/SoftwareCenter.ui (+10/-0) data/ui/gtk3/SoftwareCenter.ui (+12/-0) po/software-center.pot (+51/-39) softwarecenter/ui/gtk/app.py (+24/-0) softwarecenter/ui/gtk/appview.py (+16/-5) softwarecenter/ui/gtk3/app.py (+24/-0) softwarecenter/ui/gtk3/views/appview.py (+11/-0) softwarecenter/version.py (+2/-2) |
||||
To merge this branch: | bzr merge lp://staging/~roignac/software-center/bug-630731-free-software-view | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Matthew Paul Thomas | Needs Fixing | ||
Michael Vogt | Pending | ||
Review via email: mp+68953@code.staging.launchpad.net |
Description of the change
This changes adds a Free Software view. The packages, which have non-'Open Source' license (including 'None') are filtered
To post a comment you must log in.
Unmerged revisions
- 1981. By Vadim Rutkovsky
-
Another fix for gtk3
- 1980. By Vadim Rutkovsky
-
Updated gtk3 files
- 1979. By Vadim Rutkovsky
-
Adding a new view - Free Software Only
Two typos: "counterd" and "UNRELAED".
There are larger issues with the design, but I'll address those in the bug report.