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

Diff of /gnue-navigator/ChangeLog

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

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

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

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