]>
Commit | Line | Data |
---|---|---|
1 | 0.1.5-1 | |
2 | ------- | |
3 | ||
4 | Added wxWizard, wxWizardPageSimple (only from pull-down menu). | |
5 | ||
6 | Hide command for test window. | |
7 | ||
8 | Replacing classes works better. | |
9 | ||
10 | Added Locate tool. | |
11 | ||
12 | 0.1.4-1 | |
13 | ------- | |
14 | ||
15 | Edit->Locate command (Ctrl-L) for quick selection of items. | |
16 | Works with event-handling controls (buttons, text fields) but | |
17 | not with labels/sizers. | |
18 | ||
19 | Some improvements: relative paths for files supplied as command- | |
20 | line argument work correctly, notebook panels are highlighted | |
21 | better. | |
22 | ||
23 | 0.1.2-1 | |
24 | _______ | |
25 | ||
26 | Added support for wxGridBagSizer (supported in wxPython 2.5). | |
27 | ||
28 | 0.1.1-5 | |
29 | ------- | |
30 | ||
31 | Added subclass attribute. | |
32 | ||
33 | 0.1.1-4 | |
34 | ------- | |
35 | ||
36 | Fixed problems with wxStaticBitmap (stock_id attribute, icon type | |
37 | switching). | |
38 | ||
39 | Changed some dimensions in properties panel elements. | |
40 | ||
41 | 0.1.1-3 | |
42 | ------- | |
43 | ||
44 | Sizes of some controls were not normal on wxMSW. Fixed. | |
45 | ||
46 | Some changes to test window code to make it resize better and to | |
47 | have focus control with sawfish for all types of windows. | |
48 | ||
49 | 0.1.1-2 | |
50 | ------- | |
51 | ||
52 | Bugs with currentEncoding and frame testing fixed. | |
53 | ||
54 | Some required parameters are set to default if missing. | |
55 | ||
56 | Unsupported classes are tolerated, with warning message. | |
57 | ||
58 | wxScrolledWindow added (to 'control' pulldown menu, not yet to the | |
59 | tool palette). | |
60 | ||
61 | Multi-line editing for labels and some values (wxTextCtrl, | |
62 | wxHtmlWindow). | |
63 | ||
64 | 0.1.1-1 | |
65 | ------- | |
66 | ||
67 | Changed internationalization support. '-i' option removed, default | |
68 | encoding is used (should be defined in sitecustomize.py, or 'ascii' by | |
69 | default). When XRC file is opened with encoding specified, | |
70 | translations are not used. | |
71 | ||
72 | 0.1.1 | |
73 | ----- | |
74 | ||
75 | Replace command added (not quite finished yet). | |
76 | ||
77 | 0.1.0 | |
78 | ----- | |
79 | ||
80 | Finally implemented tools panel for almost all controls (except | |
81 | wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too | |
82 | rarely used). | |
83 | ||
84 | Changed some sizes in panel to better work with different fonts. | |
85 | ||
86 | Fixed double-refreshing after Ctrl+R. | |
87 | ||
88 | Maybe something else that I've forgot. It's been a looong day... :) | |
89 | ||
90 | ||
91 | 0.0.9-6 | |
92 | ------- | |
93 | ||
94 | Added dialog unit support. | |
95 | ||
96 | Dealing with non-specified required values (set to defaults, if exist). | |
97 | ||
98 | Added 'minsize' parameter of sizeritem. | |
99 | ||
100 | Added '-i' option to turn off translations and use international characters. | |
101 | ||
102 | 0.0.9-5 | |
103 | ------- | |
104 | ||
105 | Mac platform-specific checks. | |
106 | ||
107 | 0.0.9-4 | |
108 | ------- | |
109 | ||
110 | Implemented standard bitmap selection. | |
111 | ||
112 | Fixed a bug in FlexGridSizer code. | |
113 | ||
114 | 0.0.9-3 | |
115 | ------- | |
116 | ||
117 | File browsing (for bitmaps/icons, etc.) had a small problem when current | |
118 | file was not saved yet. | |
119 | ||
120 | 0.0.9-2 | |
121 | ------- | |
122 | ||
123 | Small bug fix for initial don't panic message. | |
124 | ||
125 | 0.0.9-1 | |
126 | ------- | |
127 | ||
128 | Changed program structure, reduced use of global variables (grouped in | |
129 | module 'globals', which creates an instanse 'g' of class Globals. | |
130 | ||
131 | First version of undo/redo working! | |
132 | ||
133 | Support for toolbars inside panels and frames. | |
134 | ||
135 | Added 'container' submenu for creating Panel, Notebook and ToolBar objects. | |
136 | ||
137 | wxMSW-only: added code to switch focus back to main window when test | |
138 | window is updated. | |
139 | ||
140 | 0.0.8-2 | |
141 | ------- | |
142 | ||
143 | Fixed unicode problem for unicode build. | |
144 | ||
145 | 0.0.8-1 | |
146 | ------- | |
147 | ||
148 | Using WX_2_4_BRANCH. | |
149 | ||
150 | Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom | |
151 | control), improved wxXRC format suppor (menu styles, etc.). | |
152 | ||
153 | Some I18N support: parsing "encoding" attribute in XML header, later | |
154 | it can be modified in "properties" panel for "XML tree". | |
155 | ||
156 | UNIX note: currently XML writing for non-ascii chars works only if | |
157 | sys.getdefaultencoding() returns good value. To do this, one has to | |
158 | put following lines to "sitecustomize.py" file: | |
159 | ||
160 | # Start code segment | |
161 | import sys | |
162 | sys.setdefaultencoding('iso-8859-1') # or whatever | |
163 | # End code segment | |
164 | ||
165 | 0.0.7 | |
166 | ----- | |
167 | ||
168 | Some command-line arguments. | |
169 | ||
170 | "Test window" command and toolbar button. | |
171 | ||
172 | New panel interphace (wxHTMLWindow is not used anymore). | |
173 | ||
174 | Toggling between embedded and detached panel. | |
175 | ||
176 | Cache for already used windows. | |
177 | ||
178 | Current top-level control is bold, if test window shown. | |
179 | ||
180 | Undo/redo broken. | |
181 | ||
182 | CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and | |
183 | wxWin): | |
184 | ||
185 | contrib/src/xrc/xmlrsall.cpp | |
186 | 45,46c45,46 | |
187 | < AddHandler(new wxListCtrlXmlHandler); | |
188 | < #if CHECKLISTBOX | |
189 | --- | |
190 | > AddHandler(new wxListCtrlXmlHandler); | |
191 | > #if wxUSE_CHECKLISTBOX | |
192 | ||
193 | This is fixed in CVS. | |
194 | ||
195 | 0.0.6 | |
196 | ----- | |
197 | ||
198 | Toolbar, bitmap, icon support (no display yet). | |
199 | ||
200 | Changed parameter objects, added support for multiple parameters (like | |
201 | `growablecols'). | |
202 | ||
203 | Fixed double-clicking problem with tree control on Windows. | |
204 | ||
205 | Some performance improovements. | |
206 | ||
207 | ||
208 | 0.0.5 | |
209 | ----- | |
210 | ||
211 | Added notebook with properties page and style page. Fixed some problems | |
212 | on Windows. | |
213 | ||
214 | ||
215 | 0.0.4 | |
216 | ----- | |
217 | ||
218 | Some fixes suggested by RD | |
219 | ||
220 | ||
221 | 0.0.3 | |
222 | ----- | |
223 | ||
224 | Faster preview window refresh. | |
225 | ||
226 | Cut/Paste works better. | |
227 | ||
228 | Some tree icons. | |
229 | ||
230 | Tree item names. | |
231 | ||
232 | Bugfixes. | |
233 | ||
234 | ||
235 | 0.0.2 | |
236 | ----- | |
237 | ||
238 | The first release. | |
239 |