]>
Commit | Line | Data |
---|---|---|
75aa1946 RR |
1 | 0.1.8-0 |
2 | ------- | |
3 | ||
4 | New feature added from a patch submitted on sourceforge by botg: | |
5 | moving of tree items. | |
6 | ||
7 | Bugs fixed: | |
8 | - ChecklistBox content editing; | |
9 | - Window styles more in sync with the docs; | |
10 | - Replacing items; | |
11 | - Reference property page created correctly (every property is | |
12 | optional). | |
13 | ||
b3d78b0c RR |
14 | 0.1.7-5 |
15 | ------- | |
16 | ||
17 | Fix for non-ascii characters support when using other encodings | |
18 | than utf-8 in 'content' property. Tested under unicode build. | |
19 | ||
28e65e0f RR |
20 | 0.1.7-4 |
21 | ------- | |
22 | ||
23 | Second fix for Copy/Paste (using expat.native_encoding property). | |
24 | Added cellpos,cellspan properties for Spacer in GridBag sizer. | |
25 | ||
ecc19da7 RR |
26 | 0.1.7-3 |
27 | ------- | |
28 | ||
29 | Fix for Copy/Paste objects with international characters. | |
30 | ||
6165053b RR |
31 | 0.1.7-2 |
32 | ------- | |
33 | ||
34 | Fixed Cut command, added support for MenuBar inside Frame/Dialog. | |
35 | ||
126080e4 RR |
36 | 0.1.7-1 |
37 | ------- | |
38 | ||
39 | Important update of Paste command code which was passing too much data | |
40 | thru clipboard using cPickle. Objects created while unpickling (from | |
41 | minidom) were clogging memory. Now using toxml() (why didn't I do it | |
42 | before - was I drunk or what? :) ). | |
43 | ||
306b6fe9 RR |
44 | 0.1.7-0 |
45 | ------- | |
46 | ||
47 | Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and | |
48 | completed style flags. Test window is opened for an available parent | |
49 | control if no specific view defined. Better handling of exceptions | |
50 | (highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0. | |
51 | ||
af52e185 RR |
52 | 0.1.6-7 |
53 | ------- | |
54 | ||
55 | Using system clipboard for Copy/Paste. | |
56 | ||
c032d94e RR |
57 | 0.1.6-6 |
58 | ------- | |
59 | ||
60 | Improved some dialogs (window styles, growable cols). Changed the | |
61 | range for wxSpinCtrl min/max to all integers (default 0/100 is not | |
62 | always good). | |
63 | ||
14653d3b RR |
64 | 0.1.6-5 |
65 | ------- | |
66 | ||
34b29ae7 | 67 | Fixed testing for any element inside object tree. |
14653d3b | 68 | |
baba4aa5 RR |
69 | 0.1.6-4 |
70 | ------- | |
71 | ||
72 | Fixed replacing op for sizer children and spacer objects. | |
73 | UndoReplace is not yet implemented. | |
74 | ||
0725108f RR |
75 | 0.1.6-3 |
76 | ------- | |
77 | ||
78 | Fix for crash when opening new file with active tree selection. | |
79 | Replacing controls bug fixed. | |
80 | ||
83173c7a RR |
81 | 0.1.6-2 |
82 | ------- | |
83 | ||
84 | wxMSW wxTreeCtrl behaviour is still different from wxGTK for | |
85 | wxTR_MULTIPLE, some fixes for this. | |
86 | ||
03319b65 RR |
87 | 0.1.6-1 |
88 | ------- | |
89 | ||
90 | New (experimental ;) ) feature: support for "object_ref" tag, for | |
91 | creating references to named objects (see tn0014.txt). "reference..." | |
92 | menu command creates new object_ref node. Properties of the top-level | |
93 | object can be overriden, but overriding child controls is not working | |
94 | as expected (maybe a bug in wx). | |
95 | ||
5758b246 RR |
96 | 0.1.5-3 |
97 | ------- | |
98 | ||
99 | xxxStdDialogButtonSizer pulldown menu with standard buttons. | |
100 | ||
101 | Some fixes for selecting tools inside toolbar with test window open | |
102 | (whole toolbar is selected). | |
103 | ||
104 | Toolbars can be added inside windows. | |
105 | ||
016f67ba RR |
106 | 0.1.5-2 |
107 | ------- | |
108 | ||
109 | Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding. | |
110 | ||
111 | Fixed pasting siblings (Ctrl key pressed while pasting). | |
112 | ||
9a69d0aa RR |
113 | Dealed with ascii build (Python does not recognize 'ascii' as valid encoding). |
114 | If encoding is not specified it is not written in XRC. Will add more | |
115 | customization in the future. | |
116 | ||
117 | Changed to use SimpleTool instead or Toggle tool (does not work on Win32). | |
118 | ||
64bce500 RR |
119 | 0.1.5-1 |
120 | ------- | |
121 | ||
122 | Added wxWizard, wxWizardPageSimple (only from pull-down menu). | |
123 | ||
124 | Hide command for test window. | |
125 | ||
126 | Replacing classes works better. | |
127 | ||
128 | Added Locate tool. | |
129 | ||
ab24d442 RR |
130 | 0.1.4-1 |
131 | ------- | |
132 | ||
133 | Edit->Locate command (Ctrl-L) for quick selection of items. | |
134 | Works with event-handling controls (buttons, text fields) but | |
135 | not with labels/sizers. | |
136 | ||
137 | Some improvements: relative paths for files supplied as command- | |
138 | line argument work correctly, notebook panels are highlighted | |
139 | better. | |
140 | ||
a4c013b2 RR |
141 | 0.1.2-1 |
142 | _______ | |
143 | ||
144 | Added support for wxGridBagSizer (supported in wxPython 2.5). | |
145 | ||
146 | 0.1.1-5 | |
147 | ------- | |
148 | ||
149 | Added subclass attribute. | |
150 | ||
8b9a4190 RD |
151 | 0.1.1-4 |
152 | ------- | |
153 | ||
154 | Fixed problems with wxStaticBitmap (stock_id attribute, icon type | |
155 | switching). | |
156 | ||
157 | Changed some dimensions in properties panel elements. | |
158 | ||
1fded56b RD |
159 | 0.1.1-3 |
160 | ------- | |
161 | ||
162 | Sizes of some controls were not normal on wxMSW. Fixed. | |
163 | ||
164 | Some changes to test window code to make it resize better and to | |
165 | have focus control with sawfish for all types of windows. | |
166 | ||
167 | 0.1.1-2 | |
168 | ------- | |
169 | ||
170 | Bugs with currentEncoding and frame testing fixed. | |
171 | ||
172 | Some required parameters are set to default if missing. | |
173 | ||
174 | Unsupported classes are tolerated, with warning message. | |
175 | ||
176 | wxScrolledWindow added (to 'control' pulldown menu, not yet to the | |
177 | tool palette). | |
178 | ||
179 | Multi-line editing for labels and some values (wxTextCtrl, | |
180 | wxHtmlWindow). | |
181 | ||
182 | 0.1.1-1 | |
183 | ------- | |
184 | ||
185 | Changed internationalization support. '-i' option removed, default | |
186 | encoding is used (should be defined in sitecustomize.py, or 'ascii' by | |
187 | default). When XRC file is opened with encoding specified, | |
188 | translations are not used. | |
189 | ||
190 | 0.1.1 | |
191 | ----- | |
192 | ||
193 | Replace command added (not quite finished yet). | |
194 | ||
1e4a197e RD |
195 | 0.1.0 |
196 | ----- | |
197 | ||
198 | Finally implemented tools panel for almost all controls (except | |
199 | wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too | |
200 | rarely used). | |
201 | ||
202 | Changed some sizes in panel to better work with different fonts. | |
203 | ||
204 | Fixed double-refreshing after Ctrl+R. | |
205 | ||
206 | Maybe something else that I've forgot. It's been a looong day... :) | |
207 | ||
1fded56b | 208 | |
1e4a197e RD |
209 | 0.0.9-6 |
210 | ------- | |
211 | ||
212 | Added dialog unit support. | |
213 | ||
214 | Dealing with non-specified required values (set to defaults, if exist). | |
215 | ||
216 | Added 'minsize' parameter of sizeritem. | |
217 | ||
218 | Added '-i' option to turn off translations and use international characters. | |
219 | ||
220 | 0.0.9-5 | |
221 | ------- | |
222 | ||
223 | Mac platform-specific checks. | |
224 | ||
225 | 0.0.9-4 | |
226 | ------- | |
227 | ||
228 | Implemented standard bitmap selection. | |
229 | ||
230 | Fixed a bug in FlexGridSizer code. | |
231 | ||
232 | 0.0.9-3 | |
233 | ------- | |
234 | ||
235 | File browsing (for bitmaps/icons, etc.) had a small problem when current | |
236 | file was not saved yet. | |
237 | ||
238 | 0.0.9-2 | |
239 | ------- | |
240 | ||
241 | Small bug fix for initial don't panic message. | |
242 | ||
243 | 0.0.9-1 | |
244 | ------- | |
245 | ||
246 | Changed program structure, reduced use of global variables (grouped in | |
247 | module 'globals', which creates an instanse 'g' of class Globals. | |
248 | ||
249 | First version of undo/redo working! | |
250 | ||
251 | Support for toolbars inside panels and frames. | |
252 | ||
253 | Added 'container' submenu for creating Panel, Notebook and ToolBar objects. | |
254 | ||
255 | wxMSW-only: added code to switch focus back to main window when test | |
256 | window is updated. | |
257 | ||
258 | 0.0.8-2 | |
259 | ------- | |
260 | ||
261 | Fixed unicode problem for unicode build. | |
262 | ||
263 | 0.0.8-1 | |
264 | ------- | |
265 | ||
266 | Using WX_2_4_BRANCH. | |
267 | ||
268 | Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom | |
269 | control), improved wxXRC format suppor (menu styles, etc.). | |
270 | ||
271 | Some I18N support: parsing "encoding" attribute in XML header, later | |
272 | it can be modified in "properties" panel for "XML tree". | |
273 | ||
274 | UNIX note: currently XML writing for non-ascii chars works only if | |
275 | sys.getdefaultencoding() returns good value. To do this, one has to | |
276 | put following lines to "sitecustomize.py" file: | |
277 | ||
278 | # Start code segment | |
279 | import sys | |
280 | sys.setdefaultencoding('iso-8859-1') # or whatever | |
281 | # End code segment | |
282 | ||
283 | 0.0.7 | |
284 | ----- | |
285 | ||
286 | Some command-line arguments. | |
287 | ||
288 | "Test window" command and toolbar button. | |
289 | ||
290 | New panel interphace (wxHTMLWindow is not used anymore). | |
291 | ||
292 | Toggling between embedded and detached panel. | |
293 | ||
294 | Cache for already used windows. | |
295 | ||
296 | Current top-level control is bold, if test window shown. | |
297 | ||
298 | Undo/redo broken. | |
299 | ||
300 | CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and | |
301 | wxWin): | |
302 | ||
303 | contrib/src/xrc/xmlrsall.cpp | |
304 | 45,46c45,46 | |
305 | < AddHandler(new wxListCtrlXmlHandler); | |
306 | < #if CHECKLISTBOX | |
307 | --- | |
308 | > AddHandler(new wxListCtrlXmlHandler); | |
309 | > #if wxUSE_CHECKLISTBOX | |
310 | ||
311 | This is fixed in CVS. | |
312 | ||
313 | 0.0.6 | |
314 | ----- | |
315 | ||
316 | Toolbar, bitmap, icon support (no display yet). | |
317 | ||
318 | Changed parameter objects, added support for multiple parameters (like | |
319 | `growablecols'). | |
320 | ||
321 | Fixed double-clicking problem with tree control on Windows. | |
322 | ||
323 | Some performance improovements. | |
324 | ||
325 | ||
326 | 0.0.5 | |
327 | ----- | |
328 | ||
329 | Added notebook with properties page and style page. Fixed some problems | |
330 | on Windows. | |
331 | ||
332 | ||
333 | 0.0.4 | |
334 | ----- | |
335 | ||
336 | Some fixes suggested by RD | |
337 | ||
338 | ||
339 | 0.0.3 | |
340 | ----- | |
341 | ||
342 | Faster preview window refresh. | |
343 | ||
344 | Cut/Paste works better. | |
345 | ||
346 | Some tree icons. | |
347 | ||
348 | Tree item names. | |
349 | ||
350 | Bugfixes. | |
351 | ||
352 | ||
353 | 0.0.2 | |
354 | ----- | |
355 | ||
356 | The first release. | |
357 |