summaryrefslogtreecommitdiff
path: root/utils/themeeditor/qtfindreplacedialog
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2011-11-06 22:44:25 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2011-11-06 22:44:25 +0000
commit569285794b9112f0134ddad4bb886308ea4a7be6 (patch)
treece702cb07829820261a682c471133c76d11c610e /utils/themeeditor/qtfindreplacedialog
parentd9b7d58fa6c9ceb136bea429adf6746cc7138208 (diff)
downloadrockbox-569285794b9112f0134ddad4bb886308ea4a7be6.tar.gz
rockbox-569285794b9112f0134ddad4bb886308ea4a7be6.zip
Bulk convert all DOS line endings to UNIX.
For the git migration we want a nice clean repository with UNIX line endings. git does not use svn:eol-style, we just need the file contents to be sane. Sorry everybody. I know this messes up blame. Scumbag *NIX developer says migrating to git will make line ending issues go away; commits giant change to svn which changes line endings anyway. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/qtfindreplacedialog')
-rw-r--r--utils/themeeditor/qtfindreplacedialog/findreplace_global.h42
-rw-r--r--utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui64
-rw-r--r--utils/themeeditor/qtfindreplacedialog/findreplaceform.ui408
3 files changed, 257 insertions, 257 deletions
diff --git a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
index be71bff752..8b4b2a8e0a 100644
--- a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
+++ b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
@@ -1,21 +1,21 @@
1/* 1/*
2 * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it> 2 * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it>
3 * See COPYING file that comes with this distribution 3 * See COPYING file that comes with this distribution
4 */ 4 */
5 5
6#ifndef FINDREPLACE_GLOBAL_H 6#ifndef FINDREPLACE_GLOBAL_H
7#define FINDREPLACE_GLOBAL_H 7#define FINDREPLACE_GLOBAL_H
8 8
9#include <QtCore/qglobal.h> 9#include <QtCore/qglobal.h>
10 10
11#ifndef FINDREPLACE_NOLIB 11#ifndef FINDREPLACE_NOLIB
12#if defined(FINDREPLACE_LIBRARY) 12#if defined(FINDREPLACE_LIBRARY)
13# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT 13# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
14#else 14#else
15# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT 15# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
16#endif 16#endif
17#else 17#else
18#define FINDREPLACESHARED_EXPORT 18#define FINDREPLACESHARED_EXPORT
19#endif 19#endif
20 20
21#endif // FINDREPLACE_GLOBAL_H 21#endif // FINDREPLACE_GLOBAL_H
diff --git a/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui b/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui
index 74984b3070..3bc837e099 100644
--- a/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui
+++ b/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui
@@ -1,32 +1,32 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0"> 2<ui version="4.0">
3 <class>FindReplaceDialog</class> 3 <class>FindReplaceDialog</class>
4 <widget class="QDialog" name="FindReplaceDialog"> 4 <widget class="QDialog" name="FindReplaceDialog">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>342</width> 9 <width>342</width>
10 <height>140</height> 10 <height>140</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Find/Replace</string> 14 <string>Find/Replace</string>
15 </property> 15 </property>
16 <layout class="QGridLayout" name="gridLayout"> 16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0"> 17 <item row="0" column="0">
18 <widget class="FindReplaceForm" name="findReplaceForm" native="true"/> 18 <widget class="FindReplaceForm" name="findReplaceForm" native="true"/>
19 </item> 19 </item>
20 </layout> 20 </layout>
21 </widget> 21 </widget>
22 <customwidgets> 22 <customwidgets>
23 <customwidget> 23 <customwidget>
24 <class>FindReplaceForm</class> 24 <class>FindReplaceForm</class>
25 <extends>QWidget</extends> 25 <extends>QWidget</extends>
26 <header location="global">findreplaceform.h</header> 26 <header location="global">findreplaceform.h</header>
27 <container>1</container> 27 <container>1</container>
28 </customwidget> 28 </customwidget>
29 </customwidgets> 29 </customwidgets>
30 <resources/> 30 <resources/>
31 <connections/> 31 <connections/>
32</ui> 32</ui>
diff --git a/utils/themeeditor/qtfindreplacedialog/findreplaceform.ui b/utils/themeeditor/qtfindreplacedialog/findreplaceform.ui
index acc055ca88..a68e120772 100644
--- a/utils/themeeditor/qtfindreplacedialog/findreplaceform.ui
+++ b/utils/themeeditor/qtfindreplacedialog/findreplaceform.ui
@@ -1,204 +1,204 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0"> 2<ui version="4.0">
3 <class>FindReplaceForm</class> 3 <class>FindReplaceForm</class>
4 <widget class="QWidget" name="FindReplaceForm"> 4 <widget class="QWidget" name="FindReplaceForm">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>483</width> 9 <width>483</width>
10 <height>288</height> 10 <height>288</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Form</string> 14 <string>Form</string>
15 </property> 15 </property>
16 <layout class="QGridLayout" name="gridLayout"> 16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0"> 17 <item row="0" column="0">
18 <layout class="QVBoxLayout" name="verticalLayout_5"> 18 <layout class="QVBoxLayout" name="verticalLayout_5">
19 <item> 19 <item>
20 <layout class="QVBoxLayout" name="verticalLayout_2"> 20 <layout class="QVBoxLayout" name="verticalLayout_2">
21 <item> 21 <item>
22 <layout class="QGridLayout" name="gridLayout_3"> 22 <layout class="QGridLayout" name="gridLayout_3">
23 <item row="0" column="0"> 23 <item row="0" column="0">
24 <widget class="QLabel" name="label"> 24 <widget class="QLabel" name="label">
25 <property name="text"> 25 <property name="text">
26 <string>&amp;Find:</string> 26 <string>&amp;Find:</string>
27 </property> 27 </property>
28 <property name="buddy"> 28 <property name="buddy">
29 <cstring>textToFind</cstring> 29 <cstring>textToFind</cstring>
30 </property> 30 </property>
31 </widget> 31 </widget>
32 </item> 32 </item>
33 <item row="0" column="1"> 33 <item row="0" column="1">
34 <widget class="QLineEdit" name="textToFind"/> 34 <widget class="QLineEdit" name="textToFind"/>
35 </item> 35 </item>
36 <item row="1" column="0"> 36 <item row="1" column="0">
37 <widget class="QLabel" name="replaceLabel"> 37 <widget class="QLabel" name="replaceLabel">
38 <property name="text"> 38 <property name="text">
39 <string>R&amp;eplace with:</string> 39 <string>R&amp;eplace with:</string>
40 </property> 40 </property>
41 <property name="buddy"> 41 <property name="buddy">
42 <cstring>textToReplace</cstring> 42 <cstring>textToReplace</cstring>
43 </property> 43 </property>
44 </widget> 44 </widget>
45 </item> 45 </item>
46 <item row="1" column="1"> 46 <item row="1" column="1">
47 <widget class="QLineEdit" name="textToReplace"/> 47 <widget class="QLineEdit" name="textToReplace"/>
48 </item> 48 </item>
49 </layout> 49 </layout>
50 </item> 50 </item>
51 </layout> 51 </layout>
52 </item> 52 </item>
53 <item> 53 <item>
54 <widget class="QLabel" name="errorLabel"> 54 <widget class="QLabel" name="errorLabel">
55 <property name="text"> 55 <property name="text">
56 <string>errorLabel</string> 56 <string>errorLabel</string>
57 </property> 57 </property>
58 </widget> 58 </widget>
59 </item> 59 </item>
60 <item> 60 <item>
61 <layout class="QHBoxLayout" name="horizontalLayout"> 61 <layout class="QHBoxLayout" name="horizontalLayout">
62 <item> 62 <item>
63 <widget class="QGroupBox" name="groupBox"> 63 <widget class="QGroupBox" name="groupBox">
64 <property name="title"> 64 <property name="title">
65 <string>D&amp;irection</string> 65 <string>D&amp;irection</string>
66 </property> 66 </property>
67 <layout class="QVBoxLayout" name="verticalLayout_3"> 67 <layout class="QVBoxLayout" name="verticalLayout_3">
68 <item> 68 <item>
69 <widget class="QRadioButton" name="downRadioButton"> 69 <widget class="QRadioButton" name="downRadioButton">
70 <property name="text"> 70 <property name="text">
71 <string>&amp;Down</string> 71 <string>&amp;Down</string>
72 </property> 72 </property>
73 <property name="checked"> 73 <property name="checked">
74 <bool>true</bool> 74 <bool>true</bool>
75 </property> 75 </property>
76 </widget> 76 </widget>
77 </item> 77 </item>
78 <item> 78 <item>
79 <widget class="QRadioButton" name="upRadioButton"> 79 <widget class="QRadioButton" name="upRadioButton">
80 <property name="text"> 80 <property name="text">
81 <string>&amp;Up</string> 81 <string>&amp;Up</string>
82 </property> 82 </property>
83 </widget> 83 </widget>
84 </item> 84 </item>
85 </layout> 85 </layout>
86 </widget> 86 </widget>
87 </item> 87 </item>
88 <item> 88 <item>
89 <widget class="QGroupBox" name="groupBox_2"> 89 <widget class="QGroupBox" name="groupBox_2">
90 <property name="title"> 90 <property name="title">
91 <string>&amp;Options</string> 91 <string>&amp;Options</string>
92 </property> 92 </property>
93 <layout class="QVBoxLayout" name="verticalLayout_4"> 93 <layout class="QVBoxLayout" name="verticalLayout_4">
94 <item> 94 <item>
95 <widget class="QCheckBox" name="caseCheckBox"> 95 <widget class="QCheckBox" name="caseCheckBox">
96 <property name="text"> 96 <property name="text">
97 <string>&amp;Case sensitive</string> 97 <string>&amp;Case sensitive</string>
98 </property> 98 </property>
99 </widget> 99 </widget>
100 </item> 100 </item>
101 <item> 101 <item>
102 <widget class="QCheckBox" name="wholeCheckBox"> 102 <widget class="QCheckBox" name="wholeCheckBox">
103 <property name="text"> 103 <property name="text">
104 <string>&amp;Whole words only</string> 104 <string>&amp;Whole words only</string>
105 </property> 105 </property>
106 </widget> 106 </widget>
107 </item> 107 </item>
108 <item> 108 <item>
109 <widget class="QCheckBox" name="regexCheckBox"> 109 <widget class="QCheckBox" name="regexCheckBox">
110 <property name="toolTip"> 110 <property name="toolTip">
111 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; 111 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
112&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; 112&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
113p, li { white-space: pre-wrap; } 113p, li { white-space: pre-wrap; }
114&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt; 114&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
115&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;whether the text to search should be interpreted as a regular expression.&lt;/p&gt; 115&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;whether the text to search should be interpreted as a regular expression.&lt;/p&gt;
116&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt; 116&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
117&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;You may want to take a look at the syntax of regular expressions:&lt;/p&gt; 117&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;You may want to take a look at the syntax of regular expressions:&lt;/p&gt;
118&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;http://doc.trolltech.com/qregexp.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://doc.trolltech.com/qregexp.html&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 118&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;http://doc.trolltech.com/qregexp.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://doc.trolltech.com/qregexp.html&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
119 </property> 119 </property>
120 <property name="text"> 120 <property name="text">
121 <string>R&amp;egular Expression</string> 121 <string>R&amp;egular Expression</string>
122 </property> 122 </property>
123 </widget> 123 </widget>
124 </item> 124 </item>
125 </layout> 125 </layout>
126 </widget> 126 </widget>
127 </item> 127 </item>
128 </layout> 128 </layout>
129 </item> 129 </item>
130 </layout> 130 </layout>
131 </item> 131 </item>
132 <item row="0" column="1"> 132 <item row="0" column="1">
133 <layout class="QVBoxLayout" name="verticalLayout"> 133 <layout class="QVBoxLayout" name="verticalLayout">
134 <property name="leftMargin"> 134 <property name="leftMargin">
135 <number>10</number> 135 <number>10</number>
136 </property> 136 </property>
137 <item> 137 <item>
138 <widget class="QPushButton" name="findButton"> 138 <widget class="QPushButton" name="findButton">
139 <property name="enabled"> 139 <property name="enabled">
140 <bool>false</bool> 140 <bool>false</bool>
141 </property> 141 </property>
142 <property name="text"> 142 <property name="text">
143 <string>&amp;Find</string> 143 <string>&amp;Find</string>
144 </property> 144 </property>
145 </widget> 145 </widget>
146 </item> 146 </item>
147 <item> 147 <item>
148 <widget class="QPushButton" name="closeButton"> 148 <widget class="QPushButton" name="closeButton">
149 <property name="text"> 149 <property name="text">
150 <string>&amp;Close</string> 150 <string>&amp;Close</string>
151 </property> 151 </property>
152 </widget> 152 </widget>
153 </item> 153 </item>
154 <item> 154 <item>
155 <widget class="QPushButton" name="replaceButton"> 155 <widget class="QPushButton" name="replaceButton">
156 <property name="enabled"> 156 <property name="enabled">
157 <bool>false</bool> 157 <bool>false</bool>
158 </property> 158 </property>
159 <property name="text"> 159 <property name="text">
160 <string>&amp;Replace</string> 160 <string>&amp;Replace</string>
161 </property> 161 </property>
162 </widget> 162 </widget>
163 </item> 163 </item>
164 <item> 164 <item>
165 <widget class="QPushButton" name="replaceAllButton"> 165 <widget class="QPushButton" name="replaceAllButton">
166 <property name="enabled"> 166 <property name="enabled">
167 <bool>false</bool> 167 <bool>false</bool>
168 </property> 168 </property>
169 <property name="text"> 169 <property name="text">
170 <string>Replace &amp;All</string> 170 <string>Replace &amp;All</string>
171 </property> 171 </property>
172 </widget> 172 </widget>
173 </item> 173 </item>
174 <item> 174 <item>
175 <spacer name="verticalSpacer"> 175 <spacer name="verticalSpacer">
176 <property name="orientation"> 176 <property name="orientation">
177 <enum>Qt::Vertical</enum> 177 <enum>Qt::Vertical</enum>
178 </property> 178 </property>
179 <property name="sizeHint" stdset="0"> 179 <property name="sizeHint" stdset="0">
180 <size> 180 <size>
181 <width>20</width> 181 <width>20</width>
182 <height>40</height> 182 <height>40</height>
183 </size> 183 </size>
184 </property> 184 </property>
185 </spacer> 185 </spacer>
186 </item> 186 </item>
187 </layout> 187 </layout>
188 </item> 188 </item>
189 </layout> 189 </layout>
190 </widget> 190 </widget>
191 <tabstops> 191 <tabstops>
192 <tabstop>textToFind</tabstop> 192 <tabstop>textToFind</tabstop>
193 <tabstop>textToReplace</tabstop> 193 <tabstop>textToReplace</tabstop>
194 <tabstop>downRadioButton</tabstop> 194 <tabstop>downRadioButton</tabstop>
195 <tabstop>upRadioButton</tabstop> 195 <tabstop>upRadioButton</tabstop>
196 <tabstop>caseCheckBox</tabstop> 196 <tabstop>caseCheckBox</tabstop>
197 <tabstop>wholeCheckBox</tabstop> 197 <tabstop>wholeCheckBox</tabstop>
198 <tabstop>regexCheckBox</tabstop> 198 <tabstop>regexCheckBox</tabstop>
199 <tabstop>findButton</tabstop> 199 <tabstop>findButton</tabstop>
200 <tabstop>closeButton</tabstop> 200 <tabstop>closeButton</tabstop>
201 </tabstops> 201 </tabstops>
202 <resources/> 202 <resources/>
203 <connections/> 203 <connections/>
204</ui> 204</ui>