~ubuntu-branches/ubuntu/karmic/kdebase-workspace/karmic-updates

« back to all changes in this revision

Viewing changes to plasma/applets/system-monitor/hdd-config.ui

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi, Alessandro Ghersi, Richard Johnson, Scott Kitterman, Jonathan Thomas
  • Date: 2009-10-03 00:05:53 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20091003000553-aurbf1n21soayz72
Tags: 4:4.3.2-0ubuntu1
[ Alessandro Ghersi ]
* New upstream release
  - Update kubuntu_80_fix_includes.diff
  - Bump version of KDE build-deps to 4.3.2
  - Update kdebase-workspace-data.install

[ Richard Johnson ]
* updating kdm upstart script - removing a lot of cruft

[ Scott Kitterman ]
* Drop debian/patches/powerdevil-suspend-dialogue/
  0001-Turn-low-battery-notifications-into-a-countdown-dialo.diff to return
  to the upstream behavior of using a notification for low power shutdown
  warnings (LP: #438445)
  - Keep 0002-Increase-WaitBeforeSuspendingTime-from-10-to-30-secon.diff so
    people have more time to react (change already upstream for KDE 4.4)
  - This is also not ideal, but work is planned to make this better for the
    next development cycle

[ Jonathan Thomas ]
* Make kdebase-workspace-bin depend on policykit. Otherwise anything that wants to
  use PolicyKit will crash (LP: #436748)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      </spacer>
75
75
     </item>
76
76
     <item>
77
 
      <widget class="QSpinBox" name="intervalSpinBox" >
 
77
      <widget class="KIntSpinBox" name="intervalSpinBox" >
78
78
       <property name="minimum" >
79
79
        <number>1</number>
80
80
       </property>
90
90
   </item>
91
91
  </layout>
92
92
 </widget>
 
93
 <customwidgets>
 
94
  <customwidget>
 
95
   <class>KIntSpinBox</class>
 
96
   <extends>QSpinBox</extends>
 
97
   <header>knuminput.h</header>
 
98
  </customwidget>
 
99
 </customwidgets>
93
100
 <resources/>
94
101
 <connections/>
95
102
</ui>