summaryrefslogtreecommitdiff
path: root/core
authorllornkcor <llornkcor>2002-04-17 03:19:16 (UTC)
committer llornkcor <llornkcor>2002-04-17 03:19:16 (UTC)
commit530f334d28c6156c4a50ba072b6d638a507c9686 (patch) (unidiff)
treee364ab2ccce7c4c4e76cbdba1629ccf5d07e1a80 /core
parent2d9c872bd5ae7eb5c42a7e9954cec793db0ea729 (diff)
downloadopie-530f334d28c6156c4a50ba072b6d638a507c9686.zip
opie-530f334d28c6156c4a50ba072b6d638a507c9686.tar.gz
opie-530f334d28c6156c4a50ba072b6d638a507c9686.tar.bz2
LCD only off on suspend patch
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/light.cpp2
-rw-r--r--core/settings/light-and-power/lightsettingsbase.ui63
2 files changed, 39 insertions, 26 deletions
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp
index 24e1fab..960a165 100644
--- a/core/settings/light-and-power/light.cpp
+++ b/core/settings/light-and-power/light.cpp
@@ -70,2 +70,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl )
70 screensaver_lightoff->setChecked( config.readNumEntry("LightOff",1) != 0 ); 70 screensaver_lightoff->setChecked( config.readNumEntry("LightOff",1) != 0 );
71 LcdOffOnly->setChecked( config.readNumEntry("LcdOffOnly",0) != 0 );
71 int maxbright = qpe_sysBrightnessSteps(); 72 int maxbright = qpe_sysBrightnessSteps();
@@ -115,2 +116,3 @@ void LightSettings::accept()
115 config.writeEntry( "LightOff", (int)screensaver_lightoff->isChecked() ); 116 config.writeEntry( "LightOff", (int)screensaver_lightoff->isChecked() );
117 config.writeEntry( "LcdOffOnly", (int)LcdOffOnly->isChecked() );
116 config.writeEntry( "Interval_Dim", interval_dim->value() ); 118 config.writeEntry( "Interval_Dim", interval_dim->value() );
diff --git a/core/settings/light-and-power/lightsettingsbase.ui b/core/settings/light-and-power/lightsettingsbase.ui
index 47775f7..f2a4552 100644
--- a/core/settings/light-and-power/lightsettingsbase.ui
+++ b/core/settings/light-and-power/lightsettingsbase.ui
@@ -13,4 +13,4 @@
13 <y>0</y> 13 <y>0</y>
14 <width>256</width> 14 <width>269</width>
15 <height>316</height> 15 <height>317</height>
16 </rect> 16 </rect>
@@ -67,3 +67,3 @@
67 <name>margin</name> 67 <name>margin</name>
68 <number>6</number> 68 <number>11</number>
69 </property> 69 </property>
@@ -71,3 +71,3 @@
71 <name>spacing</name> 71 <name>spacing</name>
72 <number>3</number> 72 <number>6</number>
73 </property> 73 </property>
@@ -127,24 +127,2 @@
127 </widget> 127 </widget>
128 <widget row="1" column="0" >
129 <class>QCheckBox</class>
130 <property stdset="1">
131 <name>name</name>
132 <cstring>screensaver_lightoff</cstring>
133 </property>
134 <property stdset="1">
135 <name>sizePolicy</name>
136 <sizepolicy>
137 <hsizetype>1</hsizetype>
138 <vsizetype>0</vsizetype>
139 </sizepolicy>
140 </property>
141 <property stdset="1">
142 <name>text</name>
143 <string>Light off after</string>
144 </property>
145 <property stdset="1">
146 <name>checked</name>
147 <bool>true</bool>
148 </property>
149 </widget>
150 <widget row="0" column="0" > 128 <widget row="0" column="0" >
@@ -209,2 +187,35 @@
209 </widget> 187 </widget>
188 <widget row="3" column="0" rowspan="1" colspan="2" >
189 <class>QCheckBox</class>
190 <property stdset="1">
191 <name>name</name>
192 <cstring>LcdOffOnly</cstring>
193 </property>
194 <property stdset="1">
195 <name>text</name>
196 <string>Only deactivate LCD during Suspend</string>
197 </property>
198 </widget>
199 <widget row="1" column="0" >
200 <class>QCheckBox</class>
201 <property stdset="1">
202 <name>name</name>
203 <cstring>screensaver_lightoff</cstring>
204 </property>
205 <property stdset="1">
206 <name>sizePolicy</name>
207 <sizepolicy>
208 <hsizetype>1</hsizetype>
209 <vsizetype>0</vsizetype>
210 </sizepolicy>
211 </property>
212 <property stdset="1">
213 <name>text</name>
214 <string>Light off after</string>
215 </property>
216 <property stdset="1">
217 <name>checked</name>
218 <bool>true</bool>
219 </property>
220 </widget>
210 </grid> 221 </grid>