~ubuntu-branches/ubuntu/trusty/software-center/trusty

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/models/appstore2.py

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-12-18 09:30:13 UTC
  • Revision ID: package-import@ubuntu.com-20121218093013-fte692633i35ok59
Tags: 5.5.3
* lp:~mvo/software-center/pep8-e125:
  - more pep8 fixes with the rarning pep8 release (issue E125)
* lp:~mvo/software-center/support-size-from-agent:
  - Support showing the download size if the software-center-agent 
    provides it
* lp:~mvo/software-center/fix-removal-warning-metapackages:
  - Fixes a missing warning when a metapackage like "ubuntu-desktop"
    is marked for removal directly
* lp:~mvo/software-center/webapps-activation:
  - add support to activate webapps automatically on install

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
    # the following methods ensure that the contents data is refreshed
365
365
    # whenever a transaction potentially changes it:
366
366
    def _on_transaction_started(self, backend, pkgname, appname, trans_id,
367
 
        trans_type):
 
367
                                trans_type):
368
368
        #~ self._refresh_transaction_map()
369
369
        pass
370
370
 
540
540
        return it
541
541
 
542
542
    def set_nocategory_documents(self, documents, untranslated_name=None,
543
 
        display_name=None):
 
543
                                 display_name=None):
544
544
        category = UncategorisedRowRef(untranslated_name,
545
545
                                       display_name,
546
546
                                       len(documents))