/[gnue]/gnue-navigator/ChangeLog
ViewVC logotype

Diff of /gnue-navigator/ChangeLog

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

revision 1.5 by jamest, Mon Nov 18 01:27:05 2002 UTC revision 1.6 by jamest, Sat Jul 26 00:56:39 2003 UTC
# Line 1  Line 1 
1    2003-07-05 17:09  btami
2    
3            * src/UIwin32.py: A first activex contol in GNUe, wow !
4    
5    2003-06-27 02:22  btami
6    
7            * src/UIwin32.py: more work on win32 navigator
8    
9    2003-06-25 18:03  btami
10    
11            * src/: GNClient.py, UIwin32.py: starting a native win32 navigator
12              driver
13    
14    2003-06-16 07:39  btami
15    
16            * src/: GNClient.py, GNObjects.py: fixing reports support in
17              navigator
18    
19    2003-04-15 17:06  jcater
20    
21            * src/__init__.py: set version numbers to reflect development
22              status
23    
24    2003-04-15 16:35  jcater
25    
26            * NEWS, src/__init__.py: updated navigator version
27    
28    2003-04-07 12:50  jamest
29    
30            * src/UIwxpython.py: get navigator working again
31    
32    2003-04-06 21:12  jamest
33    
34            * src/__init__.py: last updates prior to release
35    
36    2003-04-06 20:16  jamest
37    
38            * NEWS: Updating text docs for release
39    
40    2003-04-02 15:20  jcater
41    
42            * NEWS: updated NEWS
43    
44    2003-02-17 01:32  jcater
45    
46            * src/: GNClient.py, GNConfig.py, GNObjects.py, GNParser.py,
47              UItext.py, UIwxpython.py: phase I of gnue-common structural
48              cleanup
49    
50    2003-01-11 11:19  jcater
51    
52            * src/GNClient.py: more independence fixes
53    
54    2003-01-11 11:05  jcater
55    
56            * src/: GNObjects.py, UIwxpython.py: fixed reports imports
57    
58    2003-01-01 18:45  jcater
59    
60            * setup.cfg.in, setup.py, scripts/gnue-navigator.in,
61              src/GNClient.py, src/GNConfig.py, src/GNObjects.py,
62              src/GNParser.py, src/UItext.py, src/UIwxpython.py,
63              src/UIwxweb.py, src/__init__.py, src/Actions/gnome_menu.py,
64              src/Actions/kde_menu.py: updated copyright headers
65    
66    2002-12-11 19:00  jcater
67    
68            * ROADMAP.in: added roadmap/feature plan template and parser script
69    
70    2002-11-19 14:52  jcater
71    
72            * src/: GNParser.py, __init__.py: added description to be a child
73              of step
74    
75    2002-11-17 19:27  jamest
76    
77            * ChangeLog, NEWS: Final updates for new release
78    
79  2002-11-17 19:17  jcater  2002-11-17 19:17  jcater
80    
81          * src/__init__.py: doc/version changes in prep for a release          * src/__init__.py: doc/version changes in prep for a release
# Line 13  Line 91 
91  2002-11-13 21:55  jcater  2002-11-13 21:55  jcater
92    
93          * packaging/mcmillan/: navigator.spec,          * packaging/mcmillan/: navigator.spec,
94          hooks/hook-gnue.common.GComm.py,            hooks/hook-gnue.common.GComm.py,
95          hooks/hook-gnue.common.GConnections.py,            hooks/hook-gnue.common.GConnections.py,
96          hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,            hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
97          hooks/hook-gnue.forms.GFClient.py,            hooks/hook-gnue.forms.GFClient.py,
98          hooks/hook-gnue.reports.GREngine.py,            hooks/hook-gnue.reports.GREngine.py,
99          hooks/hook-gnue.reports.GRFilters.py:            hooks/hook-gnue.reports.GRFilters.py:
100            
101          Added btami's mcmillan support files            Added btami's mcmillan support files
102    
103  2002-11-12 18:39  jamest  2002-11-12 18:39  jamest
104    
# Line 29  Line 107 
107  2002-11-12 17:07  jcater  2002-11-12 17:07  jcater
108    
109          * src/__init__.py: updated VERSION numbers to be the new .99 format          * src/__init__.py: updated VERSION numbers to be the new .99 format
110          for cvs            for cvs
111    
112  2002-11-10 14:32  jcater  2002-11-10 14:32  jcater
113    
# Line 37  Line 115 
115    
116  2002-11-04 18:38  jcater  2002-11-04 18:38  jcater
117    
118          * src/GNClient.py:          * src/GNClient.py:
119          * Added gConfigForm global config method            * Added gConfigForm global config method
120            
121          * added setFeature support to forms in On-Startup, you can do:              * added setFeature support to forms in On-Startup, you can do:
122          form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu bar            form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu
123          likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in            bar likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
124          On-Startup and their use is not officially supported!!!!            On-Startup and their use is not officially supported!!!!
125    
126  2002-11-04 12:59  jamest  2002-11-04 12:59  jamest
127    
# Line 52  Line 130 
130  2002-11-04 08:55  jamest  2002-11-04 08:55  jamest
131    
132          * src/UIwxpython.py: Migration of import system into common          * src/UIwxpython.py: Migration of import system into common
133          (partially complete) Added G*Parser attribute 'Importable' to            (partially complete) Added G*Parser attribute 'Importable' to
134          entities if set to 1 makes then that entity becomes importable.            entities if set to 1 makes then that entity becomes importable.
135          Adjustments to make reports support importable triggers All still            Adjustments to make reports support importable triggers All still
136          pretty rough            pretty rough
137    
138  2002-11-04 00:02  jcater  2002-11-04 00:02  jcater
139    
140          * src/GNParser.py:          * src/GNParser.py:
141            
142          * Misc cleanup            * Misc cleanup
143    
144  2002-11-02 00:02  jcater  2002-11-02 00:02  jcater
145    
146          * src/GNObjects.py: moved the dumpXML root call into GRootObj, so          * src/GNObjects.py: moved the dumpXML root call into GRootObj, so
147          each tool doesn't have to redefine dumpXML()            each tool doesn't have to redefine dumpXML()
148    
149  2002-10-07 16:45  jcater  2002-10-07 16:45  jcater
150    
# Line 83  Line 161 
161  2002-09-29 19:19  jcater  2002-09-29 19:19  jcater
162    
163          * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:          * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
164          final changes for release            final changes for release
165    
166  2002-09-25 18:05  jcater  2002-09-25 18:05  jcater
167    
168          * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to          * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
169          documentation            documentation
170    
171  2002-09-23 23:41  jcater  2002-09-23 23:41  jcater
172    
173          * src/UIwxpython.py: fixed runForm support in Navigator (darn          * src/UIwxpython.py: fixed runForm support in Navigator (darn
174          typos, part 2)            typos, part 2)
175    
176  2002-09-23 23:38  jcater  2002-09-23 23:38  jcater
177    
178          * src/UIwxpython.py: fixed runForm support in Navigator (darn          * src/UIwxpython.py: fixed runForm support in Navigator (darn
179          typos)            typos)
180    
181  2002-09-23 23:35  jcater  2002-09-23 23:35  jcater
182    
# Line 111  Line 189 
189  2002-09-20 01:23  jcater  2002-09-20 01:23  jcater
190    
191          * ChangeLog, INSTALL, NEWS: first round of changes to text          * ChangeLog, INSTALL, NEWS: first round of changes to text
192          documents in prep for a release            documents in prep for a release
193    
194  2002-09-17 10:27  jcater  2002-09-17 10:27  jcater
195    
196          * src/: GNClient.py, UIwxpython.py: removed code from          * src/: GNClient.py, UIwxpython.py: removed code from
197          gnue.common.__init__ and placed in either gnue.common.FileUtils or            gnue.common.__init__ and placed in either gnue.common.FileUtils
198          gnue.common.TextUtils; added stub for gear support            or gnue.common.TextUtils; added stub for gear support
199    
200  2002-08-08 09:47  jcater  2002-08-08 09:47  jcater
201    
202          * doc/technotes/index.html: merged psu's index.html code into our          * doc/technotes/index.html: merged psu's index.html code into our
203          create-technote-index.py script so both an index.html and index.txt            create-technote-index.py script so both an index.html and
204          are created            index.txt are created
205    
206  2002-07-18 13:29  jcater  2002-07-18 13:29  jcater
207    
# Line 136  Line 214 
214  2002-07-15 15:00  jcater  2002-07-15 15:00  jcater
215    
216          * doc/gnue-navigator.dtd: more changes to DTD to play nicer with          * doc/gnue-navigator.dtd: more changes to DTD to play nicer with
217          emacs            emacs
218    
219  2002-07-15 14:35  jcater  2002-07-15 14:35  jcater
220    
# Line 145  Line 223 
223  2002-07-01 18:09  jamest  2002-07-01 18:09  jamest
224    
225          * src/UIwxpython.py: Added delete() to trigger namespace to delete          * src/UIwxpython.py: Added delete() to trigger namespace to delete
226          the current record being commited usefull in pre-commit triggers            the current record being commited usefull in pre-commit triggers
227          removed unneeded import from navigator            removed unneeded import from navigator
228    
229  2002-06-30 19:30  jcater  2002-06-30 19:30  jcater
230    
231          * doc/gnue-navigator.dtd: Reworked support for gnuedtd... created          * doc/gnue-navigator.dtd: Reworked support for gnuedtd... created
232          base tool's DTD's as an example            base tool's DTD's as an example
233    
234  2002-06-30 19:26  jcater  2002-06-30 19:26  jcater
235    
# Line 160  Line 238 
238  2002-06-10 18:42  siesel  2002-06-10 18:42  siesel
239    
240          * samples/foobulations.gpd, src/GNClient.py, src/GNConfig.py,          * samples/foobulations.gpd, src/GNClient.py, src/GNConfig.py,
241          src/GNObjects.py, src/UItext.py, src/UIwxpython.py, src/UIwxweb.py:            src/GNObjects.py, src/UItext.py, src/UIwxpython.py,
242          add foobulations navigator test changes to let navigator start            src/UIwxweb.py: add foobulations navigator test changes to let
243          reports with single logon            navigator start reports with single logon
244    
245  2002-06-07 05:11  siesel  2002-06-07 05:11  siesel
246    
247          * src/: GNClient.py, UItext.py, UIwxpython.py, UIwxweb.py: add          * src/: GNClient.py, UItext.py, UIwxpython.py, UIwxweb.py: add
248          about box to UIwxpython, update text client to work with the new            about box to UIwxpython, update text client to work with the new
249          GNDescription type, add an back button to UIwxweb.            GNDescription type, add an back button to UIwxweb.
250    
251  2002-06-07 00:24  dneighbors  2002-06-07 00:24  dneighbors
252    
253          * src/GNClient.py: Lame fix to circumvent fact that web interface          * src/GNClient.py: Lame fix to circumvent fact that web interface
254          isnt same as wx interface just yet.            isnt same as wx interface just yet.
255    
256  2002-06-06 22:03  dneighbors  2002-06-06 22:03  dneighbors
257    
258          * src/UIwxpython.py: Fixed not being able to run forms from          * src/UIwxpython.py: Fixed not being able to run forms from
259          navigator.  Seemed like there was a stray 'return' sitting out            navigator.  Seemed like there was a stray 'return' sitting out
260          there.  I commented out incase it was there for reason, but            there.  I commented out incase it was there for reason, but
261          removing it fixed things.            removing it fixed things.
262    
263  2002-06-06 21:15  jamest  2002-06-06 21:15  jamest
264    
265          * samples/sample.gpd, src/UIwxpython.py: Minor updates to sample          * samples/sample.gpd, src/UIwxpython.py: Minor updates to sample
266          and new startup page            and new startup page
267    
268  2002-06-06 17:07  jamest  2002-06-06 17:07  jamest
269    
270          * samples/sample.gpd, src/GNObjects.py, src/GNParser.py,          * samples/sample.gpd, src/GNObjects.py, src/GNParser.py,
271          src/UIwxpython.py: Added support for <description> tag that can            src/UIwxpython.py: Added support for <description> tag that can
272          contain html code containing help text for the navigator            contain html code containing help text for the navigator
273    
274  2002-06-06 16:16  siesel  2002-06-06 16:16  siesel
275    
276          * samples/sample.gpd, src/UIwxpython.py: corrected sample.gfd add          * samples/sample.gpd, src/UIwxpython.py: corrected sample.gfd add
277          error dialog and removed endless handle error loop            error dialog and removed endless handle error loop
278    
279  2002-06-06 15:55  jamest  2002-06-06 15:55  jamest
280    
281          * src/: GNParser.py, UItext.py, UIwxpython.py, UIwxweb.py: panels          * src/: GNParser.py, UItext.py, UIwxpython.py, UIwxweb.py: panels
282          size properly now replaced the help text widget with html widget            size properly now replaced the help text widget with html widget
283          replaced the description attribute with title in preperation for            replaced the description attribute with title in preperation for
284          adding a <description> tag            adding a <description> tag
285    
286  2002-06-06 14:48  jamest  2002-06-06 14:48  jamest
287    
288          * src/UIwxpython.py: Starting to add description/help pane to          * src/UIwxpython.py: Starting to add description/help pane to
289          navigator            navigator
290    
291  2002-06-05 19:35  jcater  2002-06-05 19:35  jcater
292    
293          * src/UIwxpython.py: It's here! GNUe Navigator can launch multiple          * src/UIwxpython.py: It's here! GNUe Navigator can launch multiple
294          forms within its python instance, requiring a single session login            forms within its python instance, requiring a single session
295              login
296    
297  2002-06-05 18:02  jcater  2002-06-05 18:02  jcater
298    
299          * src/: GNClient.py, GNObjects.py, UIwxpython.py: more work on          * src/: GNClient.py, GNObjects.py, UIwxpython.py: more work on
300          threading support in Navigator            threading support in Navigator
301    
302  2002-06-04 22:54  jcater  2002-06-04 22:54  jcater
303    
# Line 227  Line 306 
306  2002-06-04 18:20  jcater  2002-06-04 18:20  jcater
307    
308          * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py:          * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py:
309          working on getting navigator to do local forms instances            working on getting navigator to do local forms instances
310    
311  2002-06-04 16:59  jcater  2002-06-04 16:59  jcater
312    
# Line 244  Line 323 
323  2002-06-02 17:21  jcater  2002-06-02 17:21  jcater
324    
325          * src/GNClient.py: Added --generate-man-page to GBaseApp and          * src/GNClient.py: Added --generate-man-page to GBaseApp and
326          updated the setup.py's to create the manpages before creating a            updated the setup.py's to create the manpages before creating a
327          source distribution            source distribution
328    
329  2002-06-01 12:47  jcater  2002-06-01 12:47  jcater
330    
331          * setup.py: added missing MANIFEST entries; added support for          * setup.py: added missing MANIFEST entries; added support for
332          GNUE_VERSION_SUFFIX to the setup.py's to ease the creating of            GNUE_VERSION_SUFFIX to the setup.py's to ease the creating of
333          prereleases            prereleases
334    
335  2002-05-21 00:33  baumannd  2002-05-21 00:33  baumannd
336    
337          * scripts/.cvsignore, src/.cvsignore, src/Actions/.cvsignore:          * scripts/.cvsignore, src/.cvsignore, src/Actions/.cvsignore:
338          Ignore some files.            Ignore some files.
339    
340  2002-05-04 11:45  jamest  2002-05-04 11:45  jamest
341    
342          * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py,          * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py,
343          Actions/gnome_menu.py, Actions/kde_menu.py: Removed dependency on            Actions/gnome_menu.py, Actions/kde_menu.py: Removed dependency on
344          gnue.conf files (new config system) Moved text out of gnue.conf            gnue.conf files (new config system) Moved text out of gnue.conf
345          setting as the new i18n stuff replaces it Something else I've            setting as the new i18n stuff replaces it Something else I've
346          forgotten :)            forgotten :)
347    
348  2002-04-27 15:59  jcater  2002-04-27 15:59  jcater
349    
350          * setup.py: to do a non-standard installation, pass "--cfg-file          * setup.py: to do a non-standard installation, pass "--cfg-file
351          /my/site/file.cfg" to all the setup.py scripts            /my/site/file.cfg" to all the setup.py scripts
352    
353  2002-04-22 10:46  jcater  2002-04-22 10:46  jcater
354    
# Line 278  Line 357 
357  2002-04-22 02:18  jcater  2002-04-22 02:18  jcater
358    
359          * setup.py: fixed if's without corresponding code blocks (per          * setup.py: fixed if's without corresponding code blocks (per
360          btami)            btami)
361    
362  2002-04-18 10:12  jcater  2002-04-18 10:12  jcater
363    
# Line 287  Line 366 
366  2002-04-17 14:09  jamest  2002-04-17 14:09  jamest
367    
368          * src/__init__.py: removed getObjectType() clean up start of some          * src/__init__.py: removed getObjectType() clean up start of some
369          subtle new bugs            subtle new bugs
370    
371  2002-04-14 00:19  jcater  2002-04-14 00:19  jcater
372    
# Line 296  Line 375 
375  2002-04-02 21:52  dneighbors  2002-04-02 21:52  dneighbors
376    
377          * src/GNObjects.py: ** Added log message instead of doing blind          * src/GNObjects.py: ** Added log message instead of doing blind
378          pass until reports    type implemented.            pass until reports    type implemented.
379    
380  2002-03-22 01:38  jcater  2002-03-22 01:38  jcater
381    
382          * src/GNParser.py: clarified the loadXML parameter names (renamed          * src/GNParser.py: clarified the loadXML parameter names (renamed
383          the misleading 'URL' to 'buffer' as it expected an open file            the misleading 'URL' to 'buffer' as it expected an open file
384          buffer, not a URL)            buffer, not a URL)
385    
386  2002-02-14 17:07  jamest  2002-02-14 17:07  jamest
387    
# Line 315  Line 394 
394  2002-02-13 15:59  jamest  2002-02-13 15:59  jamest
395    
396          * src/: GNObjects.py, UIwxpython.py: fixed window startup size on          * src/: GNObjects.py, UIwxpython.py: fixed window startup size on
397          win32 start of default path support for running forms (broken on            win32 start of default path support for running forms (broken on
398          win32)            win32)
399    
400  2002-02-13 14:38  jamest  2002-02-13 14:38  jamest
401    
402          * setup.py, src/GNClient.py, src/GNObjects.py, src/GNParser.py,          * setup.py, src/GNClient.py, src/GNObjects.py, src/GNParser.py,
403          src/UItext.py, src/UIwxpython.py, src/UIwxweb.py: added type='app'            src/UItext.py, src/UIwxpython.py, src/UIwxweb.py: added
404          support to steps added hourglass feedback on form/app launch fixed            type='app' support to steps added hourglass feedback on form/app
405          setup to include Actions package on install            launch fixed setup to include Actions package on install
406    
407  2002-01-22 19:25  jcater  2002-01-22 19:25  jcater
408    
409          * src/GNObjects.py: implemented a basic GNUe Navigator module for          * src/GNObjects.py: implemented a basic GNUe Navigator module for
410          GNUe Designer            GNUe Designer
411    
412  2002-01-21 17:56  jcater  2002-01-21 17:56  jcater
413    
414          * src/UIwxweb.py: added widget toolbar to designer; not yet          * src/UIwxweb.py: added widget toolbar to designer; not yet
415          functional            functional
416    
417  2002-01-18 14:57  jcater  2002-01-18 14:57  jcater
418    
419          * src/: UIwxpython.py, UIwxweb.py: fixed problem w/navigator          * src/: UIwxpython.py, UIwxweb.py: fixed problem w/navigator
420          hanging on exit            hanging on exit
421    
422  2002-01-13 23:40  jcater  2002-01-13 23:40  jcater
423    
424          * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in          * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
425          directories/submenus            directories/submenus
426    
427  2002-01-13 22:13  jcater  2002-01-13 22:13  jcater
428    
429          * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in          * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
430          filenames            filenames
431    
432  2002-01-11 01:35  jcater  2002-01-11 01:35  jcater
433    
434          * src/__init__.py: misc changes; restructuring -- this may          * src/__init__.py: misc changes; restructuring -- this may
435          temporarily break cvs, I'll fix in the AM            temporarily break cvs, I'll fix in the AM
436    
437  2002-01-10 19:14  jcater  2002-01-10 19:14  jcater
438    
# Line 362  Line 441 
441  2002-01-08 23:09  jcater  2002-01-08 23:09  jcater
442    
443          * AUTHORS, README: updated AUTHORS and created a basic README   **          * AUTHORS, README: updated AUTHORS and created a basic README   **
444          SOMEONE PLEASE DO A BETTER README **            SOMEONE PLEASE DO A BETTER README **
445    
446  2002-01-08 22:57  jcater  2002-01-08 22:57  jcater
447    
448          * src/: GNClient.py, Actions/__init__.py, Actions/gnome_menu.py,          * src/: GNClient.py, Actions/__init__.py, Actions/gnome_menu.py,
449          Actions/kde_menu.py: Implemented --install-kde-menu and            Actions/kde_menu.py: Implemented --install-kde-menu and
450          --install-gnome-menu functionality            --install-gnome-menu functionality
451    
452  2002-01-08 18:07  jcater  2002-01-08 18:07  jcater
453    
454          * src/: GNClient.py, UItext.py, UIwxpython.py: added a text-based          * src/: GNClient.py, UItext.py, UIwxpython.py: added a text-based
455          (line-oriented) menu module            (line-oriented) menu module
456    
457  2002-01-08 16:31  jcater  2002-01-08 16:31  jcater
458    
# Line 382  Line 461 
461  2002-01-08 16:16  jcater  2002-01-08 16:16  jcater
462    
463          * AUTHORS, COPYING, ChangeLog, INSTALL, README, samples/sample.gpd,          * AUTHORS, COPYING, ChangeLog, INSTALL, README, samples/sample.gpd,
464          scripts/gnue-navigator.in, src/GNClient.py, src/GNObjects.py,            scripts/gnue-navigator.in, src/GNClient.py, src/GNObjects.py,
465          src/GNParser.py, src/UIwxpython.py, src/__init__.py: first stab at            src/GNParser.py, src/UIwxpython.py, src/__init__.py: first stab
466          a navigator            at a navigator
467    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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