~ubuntu-branches/ubuntu/lucid/software-store/lucid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Andrew Higginson, Michael Vogt
  • Date: 2009-09-15 11:35:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090915113548-rj13zzz8kgtk9zkk
Tags: 0.3.3
[ Andrew Higginson ]
* softwarestore/view/widgets/searchentry.py:
  - Included clearing of the main pane timeout
    when clicking the clear button in the search
    entry (LP: #423747)
  - Added correct behaviour when the search icon
    in the search entry is clicked
* softwarestore/data/ui/SoftwareStore.ui:
  - Made menu items have images (if they are enabled)
  - Added Undo, Redo, Cut, Copy, Paste, Delete Menu 
    items (LP: #426218)
  - Version bump and correct logo in about 
    dialog (LP: #428677)
* softwarestore/app.py:
  - Added functions for when the Edit menu items are 
    clicked (but not for Undo/Redo yet).
  - Added code to hide the Edit menu items when the 
    search entry is not focused
* data/icons/scalable/apps/software-store.svg:
  - removed obselete file
* data/icons/*/status/softwarestore-progress-*.png:
  - re-exported icons to be 24x24 and optimised
* software-store:
  - version bump
* data/templates/AppDetailsView.html:
  - made install/remove button disable itself 
    after click
* softwarestore/view/appdetailsview.py:
  - removed implemented FIXME

[ Michael Vogt ]
* softwarestore/view/appdetailsview.py:
  - ensure the gnome debconf frontend is used
  - make screenshot loading url configurable
  - cleanup
  - use internal viewer for large screenshot display 
    (thanks to Andrew Higginson)
  - made install/remove button enable again if the user
    cancels the action
  - use the new ShowImageDialog
  - detect if a package is not available for the given 
    architecture
  - add maintainance time to the status (LP: #427266)
* softwarestore/view/widgets/imagedialog.py:
  - new widget for the large screenshot display
* merged the help xml fixes from Matthew East (many thanks!)
  LP: #429897
* fix icon display in the progress view (LP: #428679)
* softwarestore/view/appview.py:
  - fix crash for applications with no summary
* softwarestore/view/widgets/searchentry.py:
  - add undo/redo (LP: #428291)
* softwarestore/app.py:
  - simply the copy/cut/paste
  - use undo/redo from searchentry 
  - fix crash for packages not available in cache (LP #428356)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software-store (0.3.3) karmic; urgency=low
 
2
 
 
3
  [ Andrew Higginson ]
 
4
  * softwarestore/view/widgets/searchentry.py:
 
5
    - Included clearing of the main pane timeout
 
6
      when clicking the clear button in the search
 
7
      entry (LP: #423747)
 
8
    - Added correct behaviour when the search icon
 
9
      in the search entry is clicked
 
10
  * softwarestore/data/ui/SoftwareStore.ui:
 
11
    - Made menu items have images (if they are enabled)
 
12
    - Added Undo, Redo, Cut, Copy, Paste, Delete Menu 
 
13
      items (LP: #426218)
 
14
    - Version bump and correct logo in about 
 
15
      dialog (LP: #428677)
 
16
  * softwarestore/app.py:
 
17
    - Added functions for when the Edit menu items are 
 
18
      clicked (but not for Undo/Redo yet).
 
19
    - Added code to hide the Edit menu items when the 
 
20
      search entry is not focused
 
21
  * data/icons/scalable/apps/software-store.svg:
 
22
    - removed obselete file
 
23
  * data/icons/*/status/softwarestore-progress-*.png:
 
24
    - re-exported icons to be 24x24 and optimised
 
25
  * software-store:
 
26
    - version bump
 
27
  * data/templates/AppDetailsView.html:
 
28
    - made install/remove button disable itself 
 
29
      after click
 
30
  * softwarestore/view/appdetailsview.py:
 
31
    - removed implemented FIXME
 
32
 
 
33
  [ Michael Vogt ]
 
34
  * softwarestore/view/appdetailsview.py:
 
35
    - ensure the gnome debconf frontend is used
 
36
    - make screenshot loading url configurable
 
37
    - cleanup
 
38
    - use internal viewer for large screenshot display 
 
39
      (thanks to Andrew Higginson)
 
40
    - made install/remove button enable again if the user
 
41
      cancels the action
 
42
    - use the new ShowImageDialog
 
43
    - detect if a package is not available for the given 
 
44
      architecture
 
45
    - add maintainance time to the status (LP: #427266)
 
46
  * softwarestore/view/widgets/imagedialog.py:
 
47
    - new widget for the large screenshot display
 
48
  * merged the help xml fixes from Matthew East (many thanks!)
 
49
    LP: #429897
 
50
  * fix icon display in the progress view (LP: #428679)
 
51
  * softwarestore/view/appview.py:
 
52
    - fix crash for applications with no summary
 
53
  * softwarestore/view/widgets/searchentry.py:
 
54
    - add undo/redo (LP: #428291)
 
55
  * softwarestore/app.py:
 
56
    - simply the copy/cut/paste
 
57
    - use undo/redo from searchentry 
 
58
    - fix crash for packages not available in cache (LP #428356)
 
59
 
 
60
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 15 Sep 2009 11:35:48 +0200
 
61
 
1
62
software-store (0.3.2) karmic; urgency=low
2
63
 
3
64
  * softwarestore/view/viewswitcher.py: