Re: ANN: Graphos 0.1

2010-12-08 Thread William F. Adams
On Jun 8, 5:40 pm, Riccardo Mottola mul...@ngi.it wrote:
 GRAPHOS 0.1

Downloaded the Mac OS Binary.

Unzipped and untarred the bundle Graphos.app and moved it into
Applications.

Tried launching it, got the application icon in the Dock, and a new
empty window --- nothing else.

Oddly the Edit menu had ``Undo Change Print Settings'' in it?!?

Trying the menu entry Objectg | Inspector didn't seem to do anything.

Mac OS X 10.6.3

Looking forward to v0.2...

William
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: ANN: Graphos 0.1

2010-06-09 Thread Yavor Doganov
Congratulations!  I'll file an ITP to get this into Debian.

One minor remark.  The tarball has autosaved files:

ya...@keel:/tmp/Graphos-0.1$ find -name '.#*'
./.#GNUmakefile.1.9
./.#GNUmakefile.1.4
./.#GRBezierPathEditor.m.1.6
./.#PC.project.1.11
./.#GNUmakefile.1.8
./.#PC.project.1.16
./Resources/GRDocument.gorm/.#data.info.1.1
./Resources/GRDocument.gorm/.#objects.gorm.1.2
./.#PC.project.1.17

This junk is causing us trouble.  BatMon has an even more serious issue 
since it has object files.  It is a good idea to run `make distclean' (or 
even better: cvs export) before `make dist' and make sure all these files 
are removed...


___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: ANN: Graphos 0.1

2010-06-09 Thread Riccardo Mottola

Hi,

maybe this time I just run make clean instead of make distclean 
before running make dist.


I wonder if it might be be possible to always run make distclean before 
creating the tarball, directly by default by gnustep make. Once I had a 
.core file inside a dist which bloated it!

Could this have unwanted consequences?

Riccardo

Yavor Doganov wrote:

Congratulations!  I'll file an ITP to get this into Debian.

One minor remark.  The tarball has autosaved files:

ya...@keel:/tmp/Graphos-0.1$ find -name '.#*'
./.#GNUmakefile.1.9
./.#GNUmakefile.1.4
./.#GRBezierPathEditor.m.1.6
./.#PC.project.1.11
./.#GNUmakefile.1.8
./.#PC.project.1.16
./Resources/GRDocument.gorm/.#data.info.1.1
./Resources/GRDocument.gorm/.#objects.gorm.1.2
./.#PC.project.1.17

This junk is causing us trouble.  BatMon has an even more serious issue
since it has object files.  It is a good idea to run `make distclean' (or
even better: cvs export) before `make dist' and make sure all these files
are removed...


   



___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: ANN: Graphos 0.1

2010-06-09 Thread Adam Fedor
If the code is in CVS, you can define this in your GNUmakefile (or something 
similar):

NAME=MyApp
PACKAGE_NAME=$(NAME)
CVS_MODULE_NAME = gap/user-apps/$(NAME)
CVS_TAG_NAME=$(PACKAGE_NAME)

and then do just

make cvs-dist

There are also similar definitions for svn (and make svn-dist)

On Jun 9, 2010, at 2:36 PM, Riccardo Mottola wrote:

 Hi,
 
 maybe this time I just run make clean instead of make distclean before 
 running make dist.
 
 I wonder if it might be be possible to always run make distclean before 
 creating the tarball, directly by default by gnustep make. Once I had a .core 
 file inside a dist which bloated it!
 Could this have unwanted consequences?
 
 Riccardo
 
 Yavor Doganov wrote:
 Congratulations!  I'll file an ITP to get this into Debian.
 
 One minor remark.  The tarball has autosaved files:
 
 ya...@keel:/tmp/Graphos-0.1$ find -name '.#*'
 ./.#GNUmakefile.1.9
 ./.#GNUmakefile.1.4
 ./.#GRBezierPathEditor.m.1.6
 ./.#PC.project.1.11
 ./.#GNUmakefile.1.8
 ./.#PC.project.1.16
 ./Resources/GRDocument.gorm/.#data.info.1.1
 ./Resources/GRDocument.gorm/.#objects.gorm.1.2
 ./.#PC.project.1.17
 
 This junk is causing us trouble.  BatMon has an even more serious issue
 since it has object files.  It is a good idea to run `make distclean' (or
 even better: cvs export) before `make dist' and make sure all these files
 are removed...
 
 
   
 
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 http://lists.gnu.org/mailman/listinfo/discuss-gnustep


___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


ANN: Graphos 0.1

2010-06-08 Thread Riccardo Mottola

GRAPHOS 0.1

I am pleased to announce the first public release of Graphos. After 10 
years from the last release of GDraw... back from the ashes!



What is it?
---

Graphos is a vector drawing application centered around bezier paths.

Graphos roots are directly set in GDraw, written by Enrico Sersale and 
released in 2000. Version 0.1 of Graphos is a direct descendant of 
GDraw: the interface is almost unchanged, but the application has been 
refactored, reorganized, debugged, rewritten and updated. The file 
format was improved a little, Graphos is able to read GDraw files but 
not the other way around.


The main changes were the transition from post-script to NSBezierPath 
drawing, total rearrangement of the objects into Drawable Objects and 
their Editors organized hierarchically and the porting to Macintosh (and 
it works also on Windows). The text tool was debugged quite a bit too.


Finally, after the rearrangement was complete, it was possible to create 
the Circle tool of which there was no working version in the GDraw 
tarball I was able to get.


The Undo function was redone from scratch and Graphos 0.1 supports one 
level of undo for creating and editing of objects.



Where to get it:


Graphos is a user application of GAP, the GNUstep Application Project. 
Its page is here:


http://gap.nongnu.org/graphos/index.html

What's next:


A lot is still missing, but this release had to get out. The next 
enhancements will start departing from GDraw, part of the userinterface 
will be redone and the missing tools need to be implemented.



Riccardo Mottola

___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep