~ubuntu-branches/ubuntu/oneiric/calibre/oneiric

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/jobs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-06-21 10:18:08 UTC
  • mfrom: (1.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621101808-aue828f532tmo4zt
Tags: 0.7.2+dfsg-1
* New major upstream version. See http://calibre-ebook.com/new-in/seven for
  details.
* Refresh patches to apply cleanly.
* debian/control: Bump python-cssutils to >= 0.9.7~ to ensure the existence
  of the CSSRuleList.rulesOfType attribute. This makes epub conversion work
  again. (Closes: #584756)
* Add debian/local/calibre-mount-helper: Simple and safe replacement for
  upstream's calibre-mount-helper, using udisks --mount and eject.
  (Closes: #584915, LP: #561958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   <string>Active Jobs</string>
15
15
  </property>
16
16
  <property name="windowIcon">
17
 
   <iconset resource="../../../work/calibre/resources/images.qrc">
 
17
   <iconset resource="../../../../resources/images.qrc">
18
18
    <normaloff>:/images/jobs.svg</normaloff>:/images/jobs.svg</iconset>
19
19
  </property>
20
20
  <layout class="QVBoxLayout">
21
21
   <item>
22
 
    <widget class="JobsView" name="jobs_view">
 
22
    <widget class="QTableView" name="jobs_view">
23
23
     <property name="contextMenuPolicy">
24
24
      <enum>Qt::NoContextMenu</enum>
25
25
     </property>
66
66
   </item>
67
67
  </layout>
68
68
 </widget>
69
 
 <customwidgets>
70
 
  <customwidget>
71
 
   <class>JobsView</class>
72
 
   <extends>QTableView</extends>
73
 
   <header>widgets.h</header>
74
 
  </customwidget>
75
 
 </customwidgets>
76
69
 <resources>
77
 
  <include location="../../../work/calibre/resources/images.qrc"/>
 
70
  <include location="../../../../resources/images.qrc"/>
78
71
 </resources>
79
72
 <connections/>
80
73
</ui>