/[projects]/wxCpuThrottle/wxcputhrottle.kdevelop
ViewVC logotype

Annotation of /wxCpuThrottle/wxcputhrottle.kdevelop

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (hide annotations) (download)
Fri Aug 10 18:12:36 2007 UTC (16 years, 9 months ago) by torben
File size: 7115 byte(s)
A lot of gui modifications, but now the application works as I want it to.

1 torben 19 <?xml version = '1.0'?>
2     <kdevelop>
3     <general>
4     <author>Torben Nielsen</author>
5     <email>torben@t-hoerup.dk</email>
6     <version>0.1</version>
7     <projectmanagement>KDevAutoProject</projectmanagement>
8     <primarylanguage>C++</primarylanguage>
9     <keywords>
10     <keyword>C++</keyword>
11     <keyword>Code</keyword>
12     <keyword>wxWidgets</keyword>
13     </keywords>
14     <ignoreparts/>
15     <projectname>wxCpuThrottle</projectname>
16 torben 24 <projectdirectory>.</projectdirectory>
17     <absoluteprojectpath>false</absoluteprojectpath>
18     <description></description>
19     <defaultencoding></defaultencoding>
20 torben 19 </general>
21     <kdevautoproject>
22     <general>
23     <activetarget>src/wxcputhrottle</activetarget>
24 torben 25 <useconfiguration>optimized</useconfiguration>
25 torben 19 </general>
26     <run>
27     <mainprogram>src/wxcputhrottle</mainprogram>
28     </run>
29     <configurations>
30     <optimized>
31     <builddir>optimized</builddir>
32     <ccompiler>kdevgccoptions</ccompiler>
33     <cxxcompiler>kdevgppoptions</cxxcompiler>
34     <f77compiler>kdevg77options</f77compiler>
35     <cxxflags>-O2 -g0</cxxflags>
36     </optimized>
37     <debug>
38     <configargs>--enable-debug=full</configargs>
39     <builddir>debug</builddir>
40     <ccompiler>kdevgccoptions</ccompiler>
41     <cxxcompiler>kdevgppoptions</cxxcompiler>
42     <f77compiler>kdevg77options</f77compiler>
43     <cxxflags>-O0 -g3</cxxflags>
44     </debug>
45     </configurations>
46     <make>
47     <envvars>
48     <envvar value="1" name="WANT_AUTOCONF_2_5" />
49     <envvar value="1" name="WANT_AUTOMAKE_1_6" />
50     </envvars>
51     </make>
52     </kdevautoproject>
53     <kdevfileview>
54     <groups>
55     <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
56     <group pattern="*.rc" name="Resource file" />
57     <group pattern="*.png" name="Icons" />
58     <group pattern="*" name="Others" />
59     <hidenonprojectfiles>false</hidenonprojectfiles>
60     <hidenonlocation>false</hidenonlocation>
61     </groups>
62     <tree>
63     <hidepatterns>*.o,*.lo,CVS</hidepatterns>
64     <hidenonprojectfiles>false</hidenonprojectfiles>
65     </tree>
66     </kdevfileview>
67     <kdevdoctreeview>
68     <ignoretocs>
69     <toc>ada</toc>
70     <toc>ada_bugs_gcc</toc>
71     <toc>bash</toc>
72     <toc>bash_bugs</toc>
73     <toc>clanlib</toc>
74     <toc>w3c-dom-level2-html</toc>
75     <toc>fortran_bugs_gcc</toc>
76     <toc>gnome1</toc>
77     <toc>gnustep</toc>
78     <toc>gtk</toc>
79     <toc>gtk_bugs</toc>
80     <toc>haskell</toc>
81     <toc>haskell_bugs_ghc</toc>
82     <toc>java_bugs_gcc</toc>
83     <toc>java_bugs_sun</toc>
84     <toc>kde2book</toc>
85     <toc>opengl</toc>
86     <toc>pascal_bugs_fp</toc>
87     <toc>php</toc>
88     <toc>php_bugs</toc>
89     <toc>perl</toc>
90     <toc>perl_bugs</toc>
91     <toc>python</toc>
92     <toc>python_bugs</toc>
93     <toc>qt-kdev3</toc>
94     <toc>ruby</toc>
95     <toc>ruby_bugs</toc>
96     <toc>sdl</toc>
97     <toc>stl</toc>
98     <toc>w3c-svg</toc>
99     <toc>sw</toc>
100     <toc>w3c-uaag10</toc>
101     </ignoretocs>
102     <ignoreqt_xml>
103     <toc>Guide to the Qt Translation Tools</toc>
104     <toc>Qt Assistant Manual</toc>
105     <toc>Qt Designer Manual</toc>
106     <toc>Qt Reference Documentation</toc>
107     <toc>qmake User Guide</toc>
108     </ignoreqt_xml>
109     <ignoredoxygen>
110     <toc>KDE Libraries (Doxygen)</toc>
111     </ignoredoxygen>
112     </kdevdoctreeview>
113     <kdevdebugger>
114     <general>
115     <dbgshell>libtool</dbgshell>
116 torben 24 <gdbpath></gdbpath>
117     <configGdbScript></configGdbScript>
118     <runShellScript></runShellScript>
119     <runGdbScript></runGdbScript>
120     <breakonloadinglibs>true</breakonloadinglibs>
121     <separatetty>false</separatetty>
122     <floatingtoolbar>false</floatingtoolbar>
123 torben 19 </general>
124 torben 24 <display>
125     <staticmembers>false</staticmembers>
126     <demanglenames>true</demanglenames>
127     <outputradix>10</outputradix>
128     </display>
129 torben 19 </kdevdebugger>
130     <kdevfilecreate>
131     <filetypes/>
132     <useglobaltypes>
133     <type ext="rc" />
134     <type ext="cpp" />
135     <type ext="h" />
136     </useglobaltypes>
137     </kdevfilecreate>
138     <kdevdocumentation>
139     <projectdoc>
140     <docsystem>Doxygen Documentation Collection</docsystem>
141     <docurl>wxcputhrottle.tag</docurl>
142     </projectdoc>
143     </kdevdocumentation>
144     <substmap>
145     <APPNAME>wxCpuThrottle</APPNAME>
146     <APPNAMELC>wxcputhrottle</APPNAMELC>
147     <APPNAMESC>WxCpuThrottle</APPNAMESC>
148     <APPNAMEUC>WXCPUTHROTTLE</APPNAMEUC>
149     <AUTHOR>Torben Nielsen</AUTHOR>
150     <EMAIL>torben@t-hoerup.dk</EMAIL>
151     <LICENSE>GPL</LICENSE>
152     <LICENSEFILE>COPYING</LICENSEFILE>
153     <VERSION>0.1</VERSION>
154     <YEAR>2007</YEAR>
155     <dest>/home/torben/projects/wxCpuThrottle</dest>
156     </substmap>
157     <kdevcppsupport>
158     <qt>
159     <used>false</used>
160     <version>3</version>
161     <includestyle>3</includestyle>
162     <root>/usr/lib/qt3/</root>
163     <designerintegration>EmbeddedKDevDesigner</designerintegration>
164     <qmake>/usr/lib/qt3//bin/qmake</qmake>
165     <designer>/usr/bin/designer-qt3</designer>
166     <designerpluginpaths/>
167     </qt>
168     <references/>
169     <codecompletion>
170 torben 24 <automaticCodeCompletion>true</automaticCodeCompletion>
171 torben 19 <automaticArgumentsHint>true</automaticArgumentsHint>
172     <automaticHeaderCompletion>true</automaticHeaderCompletion>
173 torben 25 <codeCompletionDelay>350</codeCompletionDelay>
174 torben 19 <argumentsHintDelay>400</argumentsHintDelay>
175     <headerCompletionDelay>250</headerCompletionDelay>
176     <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
177     <completionBoxItemOrder>0</completionBoxItemOrder>
178     <howEvaluationContextMenu>true</howEvaluationContextMenu>
179     <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
180 torben 24 <statusBarTypeEvaluation>true</statusBarTypeEvaluation>
181 torben 19 <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
182     <processPrimaryTypes>true</processPrimaryTypes>
183     <processFunctionArguments>false</processFunctionArguments>
184 torben 24 <preProcessAllHeaders>true</preProcessAllHeaders>
185 torben 19 <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
186     <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
187     <alwaysParseInBackground>true</alwaysParseInBackground>
188     <usePermanentCaching>true</usePermanentCaching>
189     <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
190 torben 24 <includePaths>.;/usr/lib/wx/include/;/usr/lib/wx/include/gtk2-ansi-release-2.6;/usr/include/wx-2.6;</includePaths>
191 torben 19 </codecompletion>
192 torben 24 <creategettersetter>
193     <prefixGet></prefixGet>
194     <prefixSet>set</prefixSet>
195     <prefixVariable>m_,_</prefixVariable>
196     <parameterName>theValue</parameterName>
197     <inlineGet>true</inlineGet>
198     <inlineSet>true</inlineSet>
199     </creategettersetter>
200     <splitheadersource>
201     <enabled>false</enabled>
202     <synchronize>true</synchronize>
203     <orientation>Vertical</orientation>
204     </splitheadersource>
205 torben 19 </kdevcppsupport>
206 torben 24 <cppsupportpart>
207     <filetemplates>
208     <interfacesuffix>.h</interfacesuffix>
209     <implementationsuffix>.cpp</implementationsuffix>
210     </filetemplates>
211     </cppsupportpart>
212 torben 19 </kdevelop>

  ViewVC Help
Powered by ViewVC 1.1.20