~gary-lasker/software-center/launcher-integration-for-p

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Michael Vogt
  • Date: 2011-09-13 12:45:56 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110913124556-x2unce5rmp16o040
* softwarecenter/ui/gtk3/app.py, debian/control:
  - renenable plugin loader 
  - add conflict against older oneconf as the old oneconf plugin
    will crash softwarecenter because of mixing pygtk with pygi
  - load plugins from $SOFTWARE_CENTER_PLUGINS_DIR, 
    /usr/share/software-center/plugins, 
    ~/.local/share/software-center/plugins (LP: #631457)
* doc/example_plugin.py:
  - updated to the gtk3 version

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    - never cache local urls in the SimpleFileDownloader
8
8
  * softwarecenter/ui/gtk3/widgets/exhibits.py:
9
9
    - fix bug in banner image rendering when the agent serves the images
 
10
  * softwarecenter/ui/gtk3/app.py, debian/control:
 
11
    - renenable plugin loader 
 
12
    - add conflict against older oneconf as the old oneconf plugin
 
13
      will crash softwarecenter because of mixing pygtk with pygi
 
14
    - load plugins from $SOFTWARE_CENTER_PLUGINS_DIR, 
 
15
      /usr/share/software-center/plugins, 
 
16
      ~/.local/share/software-center/plugins (LP: #631457)
 
17
  * doc/example_plugin.py:
 
18
    - updated to the gtk3 version
10
19
  
11
20
  [ Matthew McGowan ]
12
21
  * softwarecenter/ui/gtk3/app.py: