~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/headerfixup/wxsmith/execution.wxs

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<wxsmith>
 
3
        <object class="wxScrollingDialog" name="Execution">
 
4
                <title>Header Fixup</title>
 
5
                <centered>1</centered>
 
6
                <handler function="OnClose" entry="EVT_CLOSE" />
 
7
                <object class="wxBoxSizer" variable="sizMain" member="yes">
 
8
                        <object class="sizeritem">
 
9
                                <object class="wxBoxSizer" variable="sizLeft" member="yes">
 
10
                                        <orient>wxVERTICAL</orient>
 
11
                                        <object class="sizeritem">
 
12
                                                <object class="wxRadioBox" name="ID_RB_SCOPE" variable="m_Scope" member="yes">
 
13
                                                        <label>Scope</label>
 
14
                                                        <content>
 
15
                                                                <item>Scan source files in project</item>
 
16
                                                                <item>Scan source files in workspace</item>
 
17
                                                        </content>
 
18
                                                        <dimension>2</dimension>
 
19
                                                        <size>337,70</size>
 
20
                                                        <tooltip>This will setup on what files to operate: All from active project or whole workspace.</tooltip>
 
21
                                                        <style>wxRA_SPECIFY_ROWS</style>
 
22
                                                </object>
 
23
                                                <flag>wxALL|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
24
                                                <border>5</border>
 
25
                                        </object>
 
26
                                        <object class="sizeritem">
 
27
                                                <object class="wxRadioBox" name="ID_RB_OPTIONS" variable="m_Options" member="yes">
 
28
                                                        <label>Options</label>
 
29
                                                        <content>
 
30
                                                                <item>Use &quot;include.h&quot; (quotation marks)</item>
 
31
                                                                <item>Use &lt;include.h&gt; (brackets)</item>
 
32
                                                        </content>
 
33
                                                        <default>1</default>
 
34
                                                        <dimension>2</dimension>
 
35
                                                        <size>337,70</size>
 
36
                                                        <tooltip>This will setup the way missing header files are included: By quotation mark or brackets.</tooltip>
 
37
                                                        <style>wxRA_SPECIFY_ROWS</style>
 
38
                                                </object>
 
39
                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
40
                                                <border>5</border>
 
41
                                        </object>
 
42
                                        <object class="sizeritem">
 
43
                                                <object class="wxStaticBoxSizer" variable="sizAdvancedOptions" member="yes">
 
44
                                                        <label>Advanced options</label>
 
45
                                                        <orient>wxVERTICAL</orient>
 
46
                                                        <object class="sizeritem">
 
47
                                                                <object class="wxCheckBox" name="ID_CHK_IGNORE" variable="m_Ignore" member="yes">
 
48
                                                                        <label>Ignore any existing includes / forward decls</label>
 
49
                                                                        <tooltip>This will work as if there were no incluides / forwards decls at all int the files (as &quot;from scratch&quot;).</tooltip>
 
50
                                                                </object>
 
51
                                                                <flag>wxALL|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
52
                                                                <border>5</border>
 
53
                                                        </object>
 
54
                                                        <object class="sizeritem">
 
55
                                                                <object class="wxCheckBox" name="ID_CHK_FWD_DECL" variable="m_FwdDecl" member="yes">
 
56
                                                                        <label>Try to use forward declarations in header files</label>
 
57
                                                                        <tooltip>This will setup if forward declarations shall be used for objects apearing *only* as pointers/references in header files.</tooltip>
 
58
                                                                </object>
 
59
                                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
60
                                                                <border>5</border>
 
61
                                                        </object>
 
62
                                                        <object class="sizeritem">
 
63
                                                                <object class="wxCheckBox" name="ID_CHK_OBSOLETE_LOG" variable="m_ObsoleteLog" member="yes">
 
64
                                                                        <label>Show includes not required (only for known bindings)</label>
 
65
                                                                        <tooltip>This will show a list of included files in the log (protocol) which were found with unknown bindings that could *possibly* be removed.</tooltip>
 
66
                                                                </object>
 
67
                                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
68
                                                                <border>5</border>
 
69
                                                        </object>
 
70
                                                        <object class="sizeritem">
 
71
                                                                <object class="wxRadioBox" name="ID_RDO_FILE_TYPE" variable="m_FileType" member="yes">
 
72
                                                                        <label>File types to process:</label>
 
73
                                                                        <content>
 
74
                                                                                <item>Process header files only</item>
 
75
                                                                                <item>Process implementation files only</item>
 
76
                                                                                <item>Process both files (2-step-fix up)</item>
 
77
                                                                        </content>
 
78
                                                                        <default>2</default>
 
79
                                                                        <dimension>3</dimension>
 
80
                                                                        <size>317,95</size>
 
81
                                                                        <tooltip>This will setup on what file types the plugin shall operate: Header files, implementation files or both (after each other).</tooltip>
 
82
                                                                        <style>wxRA_SPECIFY_ROWS</style>
 
83
                                                                </object>
 
84
                                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
85
                                                                <border>5</border>
 
86
                                                        </object>
 
87
                                                        <object class="sizeritem">
 
88
                                                                <object class="wxCheckBox" name="ID_CHK_DEBUG_LOG" variable="m_Protocol" member="yes">
 
89
                                                                        <label>Show full log of parser operations in a protocol.</label>
 
90
                                                                        <tooltip>This will show *all* interesting parser operations in a protocol window in the end as summary.</tooltip>
 
91
                                                                </object>
 
92
                                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
93
                                                                <border>5</border>
 
94
                                                        </object>
 
95
                                                        <object class="sizeritem">
 
96
                                                                <object class="wxCheckBox" name="ID_CHK_SIMULATION" variable="m_Simulation" member="yes">
 
97
                                                                        <label>Only simulate (do *not* change any files)</label>
 
98
                                                                        <tooltip>This will setup if all operation shall be simulated only - interesting in combination with full log (protocol) to analyse a project without modifications.</tooltip>
 
99
                                                                        <handler function="OnChkSimulationClick" entry="EVT_CHECKBOX" />
 
100
                                                                </object>
 
101
                                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
102
                                                                <border>5</border>
 
103
                                                        </object>
 
104
                                                </object>
 
105
                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
106
                                                <border>5</border>
 
107
                                        </object>
 
108
                                </object>
 
109
                                <flag>wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
110
                                <border>5</border>
 
111
                                <option>1</option>
 
112
                        </object>
 
113
                        <object class="sizeritem">
 
114
                                <object class="wxBoxSizer" variable="sizRight" member="yes">
 
115
                                        <orient>wxVERTICAL</orient>
 
116
                                        <object class="sizeritem">
 
117
                                                <object class="wxStaticBoxSizer" variable="sizHeaderSets" member="yes">
 
118
                                                        <label>Header sets</label>
 
119
                                                        <object class="sizeritem">
 
120
                                                                <object class="wxCheckListBox" name="ID_LST_SETS" variable="m_Sets" member="yes" />
 
121
                                                                <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
122
                                                                <border>5</border>
 
123
                                                                <option>1</option>
 
124
                                                        </object>
 
125
                                                        <object class="sizeritem">
 
126
                                                                <object class="wxBoxSizer" variable="sizAllNoneInvert" member="yes">
 
127
                                                                        <orient>wxVERTICAL</orient>
 
128
                                                                        <object class="sizeritem">
 
129
                                                                                <object class="wxButton" name="ID_BTN_SELECT_ALL" variable="m_SelectAll" member="yes">
 
130
                                                                                        <label>All</label>
 
131
                                                                                        <tooltip>Select all.</tooltip>
 
132
                                                                                        <style>wxBU_EXACTFIT</style>
 
133
                                                                                        <handler function="OnBtnSelectAllClick" entry="EVT_BUTTON" />
 
134
                                                                                </object>
 
135
                                                                                <flag>wxBOTTOM|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
136
                                                                                <border>5</border>
 
137
                                                                                <option>1</option>
 
138
                                                                        </object>
 
139
                                                                        <object class="sizeritem">
 
140
                                                                                <object class="wxButton" name="ID_BTN_SELECT_NONE" variable="m_SelectNone" member="yes">
 
141
                                                                                        <label>None</label>
 
142
                                                                                        <tooltip>Select none.</tooltip>
 
143
                                                                                        <style>wxBU_EXACTFIT</style>
 
144
                                                                                        <handler function="OnBtnSelectNoneClick" entry="EVT_BUTTON" />
 
145
                                                                                </object>
 
146
                                                                                <flag>wxBOTTOM|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
147
                                                                                <border>5</border>
 
148
                                                                                <option>1</option>
 
149
                                                                        </object>
 
150
                                                                        <object class="sizeritem">
 
151
                                                                                <object class="wxButton" name="ID_BTN_INVERT" variable="m_Invert" member="yes">
 
152
                                                                                        <label>Invert</label>
 
153
                                                                                        <tooltip>Invert selection.</tooltip>
 
154
                                                                                        <style>wxBU_EXACTFIT</style>
 
155
                                                                                        <handler function="OnBtnInvertClick" entry="EVT_BUTTON" />
 
156
                                                                                </object>
 
157
                                                                                <flag>wxBOTTOM|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
158
                                                                                <border>5</border>
 
159
                                                                                <option>1</option>
 
160
                                                                        </object>
 
161
                                                                </object>
 
162
                                                                <flag>wxTOP|wxBOTTOM|wxRIGHT|wxALIGN_TOP|wxALIGN_CENTER_HORIZONTAL</flag>
 
163
                                                                <border>5</border>
 
164
                                                        </object>
 
165
                                                </object>
 
166
                                                <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
167
                                                <border>5</border>
 
168
                                                <option>1</option>
 
169
                                        </object>
 
170
                                        <object class="sizeritem">
 
171
                                                <object class="wxStaticBoxSizer" variable="sizExecute" member="yes">
 
172
                                                        <label>Execute</label>
 
173
                                                        <orient>wxVERTICAL</orient>
 
174
                                                        <object class="sizeritem">
 
175
                                                                <object class="wxGauge" name="ID_GAU_PROGRESS" variable="m_Progress" member="yes" />
 
176
                                                                <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
177
                                                                <border>5</border>
 
178
                                                        </object>
 
179
                                                        <object class="sizeritem">
 
180
                                                                <object class="wxBoxSizer" variable="sizRunExit" member="yes">
 
181
                                                                        <object class="sizeritem">
 
182
                                                                                <object class="wxButton" name="ID_BTN_RUN" variable="m_Run" member="yes">
 
183
                                                                                        <label>Run</label>
 
184
                                                                                        <tooltip>Run the fixup plugin and begin parsing...</tooltip>
 
185
                                                                                        <handler function="OnBtnRunClick" entry="EVT_BUTTON" />
 
186
                                                                                </object>
 
187
                                                                                <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
188
                                                                                <border>5</border>
 
189
                                                                                <option>1</option>
 
190
                                                                        </object>
 
191
                                                                        <object class="sizeritem">
 
192
                                                                                <object class="wxButton" name="ID_BTN_EXIT" variable="m_Exit" member="yes">
 
193
                                                                                        <label>Exit</label>
 
194
                                                                                        <tooltip>Exit the plugin without (further) modifications.</tooltip>
 
195
                                                                                        <handler function="OnBtnExitClick" entry="EVT_BUTTON" />
 
196
                                                                                </object>
 
197
                                                                                <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
198
                                                                                <border>5</border>
 
199
                                                                                <option>1</option>
 
200
                                                                        </object>
 
201
                                                                </object>
 
202
                                                                <flag>wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
203
                                                                <border>5</border>
 
204
                                                        </object>
 
205
                                                </object>
 
206
                                                <flag>wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
207
                                                <border>5</border>
 
208
                                        </object>
 
209
                                </object>
 
210
                                <flag>wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
211
                                <border>5</border>
 
212
                        </object>
 
213
                </object>
 
214
        </object>
 
215
</wxsmith>