~gary-lasker/software-center/launcher-integration-lp761851

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Gary Lasker
  • Date: 2012-01-19 16:39:15 UTC
  • mfrom: (2566.1.113 trunk)
  • Revision ID: gary.lasker@canonical.com-20120119163915-lrgq5cdg6rttdn29
merge with trunk and fix conflicts to get 5.1.6 and lots of recent speedup/bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
software-center (5.1.5) UNRELEASED; urgency=low
2
 
 
3
 
  [ Kiwinote ]
 
1
software-center (5.1.7) UNRELEASED; urgency=low
 
2
 
 
3
  [ Anthony Lenton ]
 
4
  * lp:~elachuni/software-center/any-language:
 
5
    - add support to display reviews in any language
 
6
  * lp:~elachuni/software-center/reset-review-page:
 
7
    - Small bugfix to ensure that switching language or 
 
8
      reviews sort method resets the reviews page, and 
 
9
      added tests.
 
10
  * lp:~elachuni/software-center/relax-origin-distroseries:
 
11
    - provide "relaxed" mode for fetching reviews if the exact
 
12
      review matcher does not find anything (LP: #766951)
 
13
 
 
14
  [ Michael Vogt ]
 
15
  * lp:~mvo/software-center/improve-debug-in-piston-generic-helper:
 
16
    - improve debug output of piston-generic-helper and a README 
 
17
      with examples how it can be used to debug server side issues
 
18
  * lp:~mvo/software-center/review-language-i18n:
 
19
    - make the language selection combo in the reviews widget
 
20
      nicer by adding a proper i18n name to it
 
21
  
 
22
  [ Michael Nelson ]
 
23
  * lp:~michael.nelson/software-center/833982-purchased-app-not-available,
 
24
    lp:~michael.nelson/software-center/917137-previous-purchases-empty-precise-2:
 
25
    - refactor/cleanup parser code and update for API 2.0 (LP: #917137)
 
26
 
 
27
  [ Danny Tamez ]
 
28
  * lp:~zematynnad/software-center/rename_host_var_918270:
 
29
    - rename the env variable SOFTWARE_CENTER_BUY_HOST  to the more
 
30
      correct SOFTWARE_CENTER_AGENT_HOST, but support the former as a
 
31
      fallback, update corresponding unit test (LP: #918270)
 
32
 
 
33
 -- Gary Lasker <gary.lasker@canonical.com>  Wed, 18 Jan 2012 17:09:29 -0500
 
34
 
 
35
software-center (5.1.6) precise; urgency=low
 
36
 
 
37
  [ Michael Vogt ]
 
38
  * lp:~mvo/software-center/startup-speed2:
 
39
    - additional startup speed improvements, brings up main window
 
40
      much more quickly
 
41
  * lp:~mvo/software-center/fix-server-pagination:    
 
42
    - reset reviews "page" when showing a new app
 
43
  
 
44
  [Christopher Kyle Horton]
 
45
  * utils/submit_review_gtk3.py:
 
46
    - fix crash when submitting a review (LP: #912855)
 
47
 
 
48
  [ Anthony Lenton ]
 
49
  * lp:~elachuni/software-center/test_downloader_fix:
 
50
    - fix test hang on incorrect proxy settings
 
51
  * lp:~elachuni/software-center/check-edit-labels:
 
52
    - add test for correct labels in "Modify review" mode
 
53
    - move main RnR Helper GUI into softwarecenter.backend.rnr 
 
54
      to make testing easier
 
55
  
 
56
  [ Gary Lasker ]
 
57
  * lp:~gary-lasker/software-center/fix-lp913756:
 
58
    - do not add an icon to the Unity launcher for packages that do
 
59
      not have an Exec entry in their corresponding desktop file,
 
60
      e.g. ubuntu-restricted-extras, wine (LP: #913756)
 
61
  * lp:~gary-lasker/software-center/search-down-arrow-lp842711:
 
62
    - select the first item in the result list when the down
 
63
      arrow is pressed during a search (LP: #842711)
 
64
  * lp:~gary-lasker/software-center/fix-lp896474:
 
65
    - fix crash when attempting to install or remove an item
 
66
      via the menu (LP: #896474) 
 
67
 
 
68
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jan 2012 14:19:57 +0100
 
69
 
 
70
software-center (5.1.5.1) precise; urgency=low
 
71
 
 
72
  [ Kiwinote ]
 
73
  * utils/submit_review_gtk3.py:
 
74
    - use named argument as per (LP: #841000)
 
75
  * trigger .pot file rebuild
 
76
 
 
77
  [ Didier Roche ]
 
78
  * lp:~didrocks/software-center/oneconf-remove-computers-from-share
 
79
    - Enable (from the new spec) removing a host which isn't the 
 
80
      current one from the gui. 
 
81
  
 
82
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 06 Jan 2012 13:03:01 +0100
 
83
 
 
84
software-center (5.1.5) precise; urgency=low
 
85
 
 
86
  [ Kiwinote ]
 
87
  * softwarecenter/ui/gtk3/models/appstore2.py:
 
88
    - fix TypeError in load_range (LP: #911886)
4
89
  * softwarecenter/ui/gtk3/panes/historypane.py:
5
90
    - change COL_PKG to an object rather than a str (LP: #905762)
 
91
  * softwarecenter/ui/gtk3/panes/installedpane.py:
 
92
    - fix utf8 oddness to make remote installed panes work
6
93
  * softwarecenter/ui/gtk3/widgets/oneconfviews.py:
7
94
    - ensure that hostid is always a string (as we declared) (LP: #905605)
8
95
  * softwarecenter/ui/gtk3/widgets/thumbnail.py:
21
108
  * lp:~mvo/software-center/icon-data:
22
109
    - remove the need for inline icon data from the agent, instead
23
110
      download icons directly using the provided URL
24
 
 
25
 
 -- Gary Lasker <gary.lasker@canonical.com>  Wed, 04 Jan 2012 20:43:32 -0500
 
111
  * softwarecenter/db/debfile.py:
 
112
    - fix encoding error for some debs (based on 
 
113
      lp:~roignac/software-center/bug-738771-summary-unicode), thanks
 
114
      to Vadim Rutkovsky, LP: #738771
 
115
  * softwarecenter/ui/gtk3/views/appdetailsview.py:
 
116
    - fix crash in test/gtk3/test_views.py
 
117
  * lp:~mvo/software-center/replace-restfulclient-with-piston:
 
118
    - replace lazr.restfulclient with piston-mini-client for ubuntu-sso
 
119
      and cleanup the piston-mini-client helper code
 
120
 
 
121
  [ Gary Lasker ]
 
122
  * softwarecenter/backend/channel_impl/aptchannels.py:
 
123
    - display the correct label text for the For Purchase menu item
 
124
      in the toolbar (LP: #911964)
 
125
  * lp:~gary-lasker/software-center/date-published-cleanup:
 
126
    - remove no longer needed code
 
127
  * lp:~gary-lasker/software-center/replace-restfulclient-with-piston-tweaks:
 
128
    - tweaks and fixes the branch
 
129
  
 
130
  [ Vadim Rutkovsky ]
 
131
  * lp:~roignac/software-center/bug-632773-selectable-title:
 
132
    - make the app title selectable (LP: #632773)
 
133
 
 
134
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 06 Jan 2012 10:56:48 +0100
26
135
 
27
136
software-center (5.1.4) precise; urgency=low
28
137