~ubuntu-branches/ubuntu/karmic/software-store/karmic

« back to all changes in this revision

Viewing changes to data/templates/AppDetailsView.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-09-04 17:33:33 UTC
  • Revision ID: james.westby@ubuntu.com-20090904173333-7gosux5f7swimyr5
Tags: 0.2.1
* data/ui/SoftwareStore.ui:
  - add menu shortcuts (thanks to seb128)
* show loading animation when fetching screenshots 
  (thanks to rugby471)
* softwarestore/app.py:
  - fix crash when searching in sub-categories
* softwarestore/view/appdetailsview.py:
  - add workaround for missing xpm rendering with webkit
  - scale icons to default icon size
  - fix icon loading from the custom icon path
* softwarestore/app.py:
  - when started multiple times, focus the already running 
    one

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 <style type="text/css">
39
39
 #appname {font-size:120%;}
40
40
 #description {font-size:80%}
41
 
 #icon {width:64px; height:64px; padding:10px; z-index:4; background: url('file:$iconpath') no-repeat; position:absolute}
42
 
 #screenshot_thumbnail_loading {float:right; padding:10px; width:160px; height:120px; background:#fff url('$iconpath_loading') 50% 50% no-repeat;}
 
41
 #icon {width:64px; height:64px; padding:10px; z-index:-1; background: url('file:$iconpath') no-repeat; position:absolute; -webkit-background-size: ${icon_width}px ${icon_height}px;}
 
42
 #screenshot_thumbnail_loading {float:right; padding:10px; width:160px; height:120px; background:#fff url('file:$iconpath_loading') 50% 50% no-repeat;}
43
43
 #screenshot_thumbnail {visibility:hidden}
44
44
 #text {float:left; padding-left:64px; width:90%; }
45
45
 #installed_overlay { z-index:999; width:24px; height:24px; background: url('file:${software_installed_icon}'); position:absolute; left:40px; top:40px; visibility:${installed} }