/[papo]/gnue/common/ChangeLog
ViewVC logotype

Diff of /gnue/common/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by styxman, Fri Nov 15 15:32:54 2002 UTC revision 1.2.2.1 by anthonyl, Tue Mar 4 22:09:30 2003 UTC
# Line 1  Line 1 
1    2002-12-20 18:15  jcater
2    
3            * ChangeLog:
4            
5            synching machines
6    
7    2002-12-16 21:07  jcater
8    
9            * ChangeLog, NEWS, ROADMAP.in, TODO, src/__init__.py,
10            utils/generate-feature-plan.py: Preliminary updates for pending
11            release
12    
13    2002-12-14 12:05  jcater
14    
15            * src/schema/scripter/processors/postgresql.py:
16            * Corrected a timestamp issue with the PgSQL schema writer
17    
18    2002-12-12 19:22  jcater
19    
20            * src/__init__.py: ready to tag a release
21    
22    2002-12-12 18:55  jcater
23    
24            * src/: GDataObjects.py, GDataSource.py, cursing/ColorScheme.py:
25            * Implemented block-level (per-record) Pre-Query and Post-Query *
26            More updates on Dev Guide
27    
28    2002-12-12 14:35  jcater
29    
30            * src/cursing/: ColorScheme.py, Control.py, Dialog.py,
31            FocusedLabel.py, Frame.py, Menu.py, MenuBar.py, MenuItem.py,
32            Notebook.py, ScreenContainer.py, VScrollBar.py: ported cursing
33            changes from 0.4.x branch
34    
35    2002-12-12 11:57  jcater
36    
37            * src/GDataObjects.py: committed fixes for incorrect
38            isFirstRecord() and isLastRecord() logic
39    
40    2002-12-12 11:39  jcater
41    
42            * src/GDataObjects.py:
43            
44            Added isLastRecord to ResultSet to complement the isFirstRecord()
45            call
46    
47    2002-12-11 23:16  jcater
48    
49            * doc/technotes/: 00008.txt, 00009.txt, index.html, index.txt: more
50            futile attempts to find the segfault issue in designer
51    
52    2002-12-11 22:38  jcater
53    
54            * ChangeLog, NEWS, src/__init__.py: checkins for 0.4.3 prerelease
55    
56    2002-12-11 22:27  jcater
57    
58            * src/dbdrivers/_pgsql/DBdriver.py: backported fix for
59            encoding=default issue w/Pg7.3
60    
61    2002-12-11 22:05  jcater
62    
63            * src/dbdrivers/_pgsql/DBdriver.py: fix for using encoding=default
64            under Pg7.3
65    
66    2002-12-11 19:00  jcater
67    
68            * ROADMAP.in, utils/generate-feature-plan.py: added roadmap/feature
69            plan template and parser script
70    
71    2002-12-07 02:31  jcater
72    
73            * src/schema/GSParser.py:
74            * Updated Dev Guide to new GFD format * Renamed the Pre-Modify
75            attribute on blocks to Pre-Change to be consistent with the
76            field.Pre-Change call * Cleanup
77    
78    2002-12-06 11:28  dneighbors
79    
80            * src/schema/: GSParser.py, scripter/Scripter.py,
81            scripter/processors/__init__.py, scripter/processors/base.py,
82            scripter/processors/oracle.py, scripter/processors/postgresql.py:
83            Upgrades to schema tool for oracle and primary key support.
84    
85    2002-12-06 11:11  dneighbors
86    
87            * src/dbdrivers/mysql/DBdriver.py: Master/Detail bug fix for mysql.
88    
89    2002-12-06 00:46  jcater
90    
91            * src/schema/scripter/Scripter.py: fixed a bug with -o not working
92    
93    2002-12-06 00:25  jcater
94    
95            * src/: __init__.py, schema/GSParser.py,
96            schema/scripter/Scripter.py,
97            schema/scripter/processors/__init__.py,
98            schema/scripter/processors/base.py,
99            schema/scripter/processors/oracle.py,
100            schema/scripter/processors/postgresql.py:
101            * Made scripter.py into a GClientApp (run with --help to see) *
102            Added indexes (unique and non-unique) * Added primary key support *
103            Added Oracle driver
104    
105    2002-12-04 18:40  jcater
106    
107            * src/dbdrivers/mysql/DBdriver.py: hopefully, a fix for the buggy
108            mysqldb driver
109    
110    2002-12-03 21:05  jamest
111    
112            * src/GDataSource.py: remove GFObj referece from common moving
113            things about and adding notes to ui drivers in preperation for some
114            changes
115    
116    2002-12-03 12:06  jamest
117    
118            * src/: GObjects.py, GParser.py: more changes for <dialog> support
119    
120    2002-12-02 20:37  jamest
121    
122            * ChangeLog, NEWS, src/__init__.py: Checkins final for 0.4.2
123            releases of common, designer, forms
124    
125    2002-12-01 18:44  jcater
126    
127            * src/: GConnections.py, GConnections.py: fix for custom
128            authenticator support
129    
130    2002-12-01 17:04  jcater
131    
132            * src/GConnections.py: backported the getAuthenticatedUser()
133            support
134    
135    2002-12-01 16:53  jcater
136    
137            * doc/technotes/00005.txt, src/GConnections.py:
138            
139            * Added form.getAuthenticatedUser(connection) * Cleaned up custom
140            authenticators
141    
142    2002-12-01 08:42  dimas
143    
144            * doc/technotes/00005.txt: Correction after playing with custom
145            login
146    
147    2002-12-01 05:27  siesel
148    
149            * src/dbdrivers/dbf/DBdriver.py: fix bugs in introspection support
150            of DBF dbdriver
151    
152    2002-11-30 18:00  siesel
153    
154            * src/dbdrivers/dbf/DBdriver.py: add introspection support to dbf
155            driver
156    
157    2002-11-29 01:06  jcater
158    
159            * src/: GObjects.py, GRootObj.py:
160            * Improved trigger selector support * Improved code editor
161            interaction with rest of system * Fixed outstanding bugs related to
162            wizards/templates and object creation * Many bug fixes
163    
164    2002-11-27 20:24  jamest
165    
166            * src/: GConfig.py, GParser.py, GTrigger.py: cleaning things up in
167            preparation for <dialog>
168    
169    2002-11-27 18:11  jcater
170    
171            * src/GObjects.py: * Visual cleanup (panel/text spacing, etc) *
172            First attempt at getting wizards working with the new layout
173            management markup * More cleanup
174    
175    2002-11-27 15:29  jamest
176    
177            * src/GObjects.py: Syncing machines.
178    
179    2002-11-26 23:47  jamest
180    
181            * src/GParser.py: start of <dialog> support (still useless)
182    
183    2002-11-26 17:45  jcater
184    
185            * src/: GObjects.py, GParser.py, GRootObj.py:
186            
187            Moved to namespaces for layout management in forms
188    
189    2002-11-25 22:23  jcater
190    
191            * src/GTrigger.py: * More cleanup in Designer
192    
193    2002-11-25 20:00  jamest
194    
195            * src/dbdrivers/mxodbc/DBdriver.py: syntax error in the mxodbc
196            driver
197    
198    2002-11-25 19:53  jcater
199    
200            * src/cursing/Notebook.py: typo
201    
202    2002-11-25 18:45  siesel
203    
204            * src/dbdrivers/dbf/: DBdriver.py, __init__.py, dbf.py: add a
205            static DBF (Dbase III+) driver
206    
207    2002-11-25 18:09  jamest
208    
209            * src/__init__.py: fix the fix
210    
211    2002-11-25 18:02  jamest
212    
213            * src/__init__.py: flip the release bit off
214    
215    2002-11-24 23:41  jcater
216    
217            * src/events/EventController.py: * Implemented a docking system for
218            forms * Started on HotKey support (F10 ==> Property Editor, etc) *
219            Moved from the old listener support to common's events model * More
220            work to get Designer working with new GFD format * Start of Trigger
221            Inspector
222    
223    2002-11-23 06:37  arturas
224    
225            * etc/sample.connections.conf: Added sample encoding parameter.
226    
227    2002-11-23 06:36  arturas
228    
229            * doc/technotes/00002.txt: Updating dabatase encoding part.
230    
231    2002-11-23 06:06  arturas
232    
233            * etc/sample.gnue.conf: Minor typo correction. (Spaces do not work)
234    
235    2002-11-21 18:57  jcater
236    
237            * src/cursing/: ColorScheme.py, VScrollBar.py, sio.py: more work on
238            curses
239    
240    2002-11-21 14:59  jcater
241    
242            * src/cursing/: ColorScheme.py, Control.py, Dialog.py,
243            FocusedLabel.py, Frame.py, Menu.py, MenuBar.py, MenuItem.py,
244            ScreenContainer.py, sio.py: updates to get curses mostly working;
245            lots of menubar work
246    
247    2002-11-20 21:47  jamest
248    
249            * src/: GConditions.py, GConfig.py, GObjects.py,
250            dbdrivers/_dbsig/DBdriver.py, dbdrivers/mysql/DBdriver.py: merged
251            in config fixes from 0.4.x branch merged in papo patches from 0.4.x
252            branch a possible workaround for older mysql drivers
253    
254    2002-11-20 21:11  jamest
255    
256            * src/: GConditions.py, GObjects.py, dbdrivers/_dbsig/DBdriver.py:
257            Added in papo's null and not null conditionals, formatting cleanup
258    
259    2002-11-20 19:39  jcater
260    
261            * src/GDataSource.py: start of layout/logic separation; cleaned up
262            GFParser.py to reflect new tags
263    
264    2002-11-20 18:27  jcater
265    
266            * etc/sample.gnue.conf, src/GDataSource.py:
267            
268            * Moved the <database> tag to common (as a <connection> tag... we
269            will have a converter script soon) * Fixed some incorrect code
270            samples in the dev guide
271    
272    2002-11-20 14:54  jamest
273    
274            * src/GConfig.py: fixes to configuration loading added support for
275            a global [default] section to config files CV:
276            -------------------------------------------------------------------
277            ---
278    
279    2002-11-20 08:52  jamest
280    
281            * src/dbdrivers/mysql/DBdriver.py:
282            Possible fix for buggy mysqldb drivers < version 0.9.2a2
283    
284    2002-11-19 19:01  jcater
285    
286            * src/: GObjects.py, __init__.py:
287            
288            * When writing back to XML, name attributes are listed first * Misc
289            cleanup * Added a Forms 0.5.0 converter
290    
291    2002-11-17 19:29  jcater
292    
293            * MANIFEST.in: modified manifest
294    
295    2002-11-17 19:27  jamest
296    
297            * ChangeLog, NEWS: Final updates for new release
298    
299    2002-11-17 19:17  jcater
300    
301            * doc/Developers-Guide.sxw, src/__init__.py,
302            utils/doc-xml-attrs-openoffice.py: doc/version changes in prep for
303            a release
304    
305    2002-11-17 16:53  jcater
306    
307            * src/cursing/Button.py, src/cursing/ColorScheme.py,
308            src/cursing/ComboBox.py, src/cursing/Control.py,
309            src/cursing/Dialog.py, src/cursing/Frame.py,
310            src/cursing/GraphicObject.py, src/cursing/GroupBox.py,
311            src/cursing/Label.py, src/cursing/MenuBar.py,
312            src/cursing/MenuItem.py, src/cursing/ScreenContainer.py,
313            src/cursing/StatusBar.py, src/cursing/TextArea.py,
314            src/cursing/TextBox.py, src/cursing/VButton.py,
315            src/cursing/VScrollBar.py, src/cursing/sio.py,
316            src/cursing/utility.py, utils/doc-xml-attrs-openoffice.py: updated
317            Forms Dev Guide to have new descriptions of attributes
318    
319    2002-11-17 10:00  jamest
320    
321            * setup.py: added gnue.common.external to setup.py
322    
323    2002-11-16 23:17  dimas
324    
325            * doc/technotes/00002.txt: Minor typo.
326    
327    2002-11-16 15:14  jamest
328    
329            * src/GDataObjects.py: Fixed for unbound fields in blocks sometimes
330            flaging that blocks resultset to require saving
331    
332    2002-11-16 09:44  jcater
333    
334            * src/GParser.py: If a referenced importable object is not found,
335            raise an exception
336    
337    2002-11-16 09:20  jcater
338    
339            * src/cursing/: ComboBox.py, Dialog.py, VScrollBar.py:
340            
341            Fixed incorrect drawing of Login dialog and scrollbars
342    
343    2002-11-15 17:18  jcater
344    
345            * src/cursing/sio.py:
346            
347            More work on color support
348    
349    2002-11-15 16:13  jamest
350    
351            * src/GDataObjects.py: master datasources no longer cause detail
352            datasources to execute a query for detail key = to null when the
353            master is cleared or at startup
354    
355    2002-11-15 11:06  jcater
356    
357            * setup.py: added sqlite to setup.py
358    
359    2002-11-15 01:20  jcater
360    
361            * src/cursing/: Button.py, ColorScheme.py, GraphicObject.py,
362            MenuItem.py, StatusBar.py, TextArea.py, sio.py: more work on curses
363    
364    2002-11-14 22:00  jamest
365    
366            * doc/Developers-Guide.sxw: The start of a developers guide for
367            GNUe Common.
368    
369    2002-11-14 19:44  jcater
370    
371            * src/cursing/: Button.py, Frame.py, ScreenContainer.py,
372            StatusBar.py, TextBox.py, sio.py: more work in curses driver
373    
374    2002-11-13 23:05  jcater
375    
376            * ChangeLog, NEWS: Updated NEWS and ChangeLogs
377    
378  2002-11-13 22:06  jcater  2002-11-13 22:06  jcater
379    
380          * src/: GBaseApp.py, GParser.py:          * src/: GBaseApp.py, GParser.py:
# Line 66  Line 443 
443          * utils/win-links.txt: A small readme about link creation tools for          * utils/win-links.txt: A small readme about link creation tools for
444          Windows.          Windows.
445    
 2002-11-12 02:48  arturas  
   
         * utils/: fsutil.exe, linkd.exe: Removing non free software for  
         creating links under Windows.  
   
446  2002-11-11 14:51  jamest  2002-11-11 14:51  jamest
447    
448          * src/dbdrivers/_dbsig/DBdriver.py: distinct support fix          * src/dbdrivers/_dbsig/DBdriver.py: distinct support fix
449    
 2002-11-11 11:31  arturas  
   
         * utils/: fsutil.exe, linkd.exe: Two .exe files for creating links  
         under Windows (NTFS5). fsutil has many uses, among them it can  
         create file links (file comes with WindowsXP, but not with  
         Windows2000). linkd only creates links for directories.  If file is  
         linked, link can be safely deleted and it does not change original  
         file, but if directory is linked, deletion of any either original  
         target or link itself, results in deleting both (explorer does not  
         differ whether it is link or original), so linkd also implements  
         deletion of linked directories.  
   
450  2002-11-10 23:59  jcater  2002-11-10 23:59  jcater
451    
452          * src/cursing/: Frame.py, GraphicObject.py, MenuBar.py,          * src/cursing/: Frame.py, GraphicObject.py, MenuBar.py,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26