~nik90/ubuntu/precise/software-center/add_keywords

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Michael Vogt, Brendan Donegan, Gary Lasker
  • Date: 2012-02-03 18:34:43 UTC
  • Revision ID: package-import@ubuntu.com-20120203183443-1r39x52ozrb1revz
Tags: 5.1.8
[ Michael Vogt ]
* softwarecenter/db/update.py:
  - trivial fix to skip unreadable app-install-data files
* lp:~mvo/software-center/device-profiles:
  - implement the hardware-requirements display in
    the detailsview
* lp:~mvo/software-center/arb-partner-channels:
  - add support for extras.ubuntu.com and archive.canonical.com
    channel detection and adding via software-center-agent
* data/software-center.menu.in:
  - do not show "X-Publishing" in education because the
    software-center-agent will send "X-Publishing;Education" for
    compatibility with the old clients
* lp:~mvo/software-center/fix-cachedir-for-public-api:
  - add missing cachedir argument
* lp:~mvo/software-center/region-support:
  - add support for a region tag and display a warning to
    the user if an application is not suitable for their
    region

[ Brendan Donegan ]
* lp:~brendan-donegan/software-center/test_utils_get_nice_date_string:
  - add a test function in test_utils.py which covers all of
    get_nice_date_string

[ Gary Lasker ]
* lp:~gary-lasker/software-center/launcher-integration-lp761851:
  - update to the Unity launcher integration implementation to
    support the revamped functionality on the Unity side (LP: #761851) 
* lp:~gary-lasker/software-center/recommends-ui-lobby:
  - initial recommends UI implementation, limited to non-personalized
    recommends currently
* lp:~gary-lasker/software-center/appdetailsview-button-focus-fix:
  - make sure the action button in the applications details view
    always gets the initial focus (LP: #925613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
The following environment is suported:
43
43
 
44
 
SOFTWARE_CENTER_USE_GCONF_PROXY - set user proxy instead of using system-wide
45
 
SOFTWARE_CENTER_USE_BUILTIN_LOGIN - use built-in login instead of ubuntu-sso-client
46
 
SOFTWARE_CENTER_APPDETAILS_WEBKIT - use the webkit appdetails instead of gtk
47
 
APPVIEW_DEBUG_TERMS - show debug output for the terms in a search
48
44
SOFTWARE_CENTER_AGENT_HOST - use a alternative hosts to query for pay software
49
45
SOFTWARE_CENTER_REVIEWS_HOST - a alternative host for the ratings&reviews
50
46
SOFTWARE_CENTER_DEBUG_HTTP - enable httplib2 debuging
51
 
 
52
47
SOFTWARE_CENTER_IPSUM_REVIEWS - geneate random reviews
53
48
SOFTWARE_CENTER_FAKE_REVIEW_API - use a fake server for all review network operations
54
 
SOFTWARE_CENTER_OLD_PATHBAR - use old pathbar code
55
 
SOFTWARE_CENTER_SEARCHES_SORT_MODE={popcon,alphabetic,xapian}
56
49
SOFTWARE_CENTER_GWIBBER_MOCK_USERS=2 - use mock gwibber service
57
50
SOFTWARE_CENTER_AGENT_INCLUDE_QA - show not yet QA apps available from the agent
58
51
SOFTWARE_CENTER_NET_DISCONNECTED - make software-center's netstatus module believe network manager is in a disconnected state
59
52
SOFTWARE_CENTER_WEBLIVE_HOST - overwrite default weblive server
60
53
SOFTWARE_CENTER_DISTRO_CODENAME - overwrite "lsb_release -c -s" output
 
54
SOFTWARE_CENTER_ARCHITECTURE - overwrite the current architecture
61
55
SOFTWARE_CENTER_NO_SC_AGENT - disable the software-center-agent
62
56
SOFTWARE_CENTER_DEBUG_TABS - show notebook tabs for debugging
63
57