Re: NSManagedObject.h

2008-12-01 Thread [EMAIL PROTECTED]
On 1 Dez., 15:29, David Chisnall [EMAIL PROTECTED] wrote: On 1 Dec 2008, at 14:27, Richard Frith-Macdonald wrote: On 1 Dec 2008, at 13:55, David Chisnall wrote: NSManagedObject is part of CoreData.  GNUstep does not contain an   implementation of CoreData (and Apple don't seem to like

Re: gui 'slow' with remote X ?

2008-12-01 Thread [EMAIL PROTECTED]
On 30 Nov., 19:17, Riccardo Mottola [EMAIL PROTECTED] wrote: -- Forwarded message -- Date: 2008-11-28 20:37:06 +0100  From: Fred Kiefer [EMAIL PROTECTED] Subject: Re: gui 'slow' with remote X ? [EMAIL PROTECTED] wrote: The last of these is the most relevant part here.  As I

Re: gui 'slow' with remote X ?

2008-11-28 Thread [EMAIL PROTECTED]
On 28 Nov., 18:53, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The last of these is the most relevant part here.  As I recall, when we do a copy, we currently: 1) Copy the relevant parts into the (client-side) buffer. 2) Draw the new bits. 3) Copy the buffer to the client. Doesn't

Re: CF-Lite

2008-11-24 Thread [EMAIL PROTECTED]
On 24 Nov., 12:35, David Chisnall [EMAIL PROTECTED] wrote: CFLite was released by Apple a few years ago, and is an implementation   of the objects used in property lists.  As I recall, it was APSL'd.   It was used in porting Launchd and a few other Apple projects to other   systems. See: http

Re: Is there going to be a release soon?

2008-11-21 Thread [EMAIL PROTECTED]
On 21 Nov., 16:24, Adam Fedor [EMAIL PROTECTED] wrote: On Nov 20, 2008, at 3:15 PM, David Chisnall wrote: P.S.  The stable/unstable version numbering system really confuses a   lot of people.  Everyone expects 0.14 to come after 0.13, not   before.  The odd-unstable/even-unstable system

Re: quick poll (was: Re: GNUstep @ FOSDEM 2009 - 7th and 8th February 2009)

2008-11-19 Thread [EMAIL PROTECTED]
So before I start the effort of organizing something I want to know   who is likely or not likely to come to FOSDEM 2009 (and be present at   the booth/dev room). Just reply to the list with either likely or   unlikely. Unlikely Nikolaus ___

Re: GNUstep @ FOSDEM 2009 - 7th and 8th February 2009

2008-11-17 Thread [EMAIL PROTECTED]
On 17 Nov., 00:12, Fred Kiefer [EMAIL PROTECTED] wrote: Helge Hess wrote: On 09.11.2008, at 08:55, [EMAIL PROTECTED] wrote: I have not seen a discussion so far, but want to let all of you know that FOSDEM 2009 has been announced: http://www.fosdem.org/2009/node/150 Unfortunately, I

GNUstep @ FOSDEM 2009 - 7th and 8th February 2009

2008-11-09 Thread [EMAIL PROTECTED]
I have not seen a discussion so far, but want to let all of you know that FOSDEM 2009 has been announced: http://www.fosdem.org/2009/node/150 Unfortunately, I can't contribute this time so others have to take care. Nikolaus ___ Discuss-gnustep mailing

Re: Cocotron used for a real-world app

2008-11-03 Thread [EMAIL PROTECTED]
On 3 Nov., 10:43, Fred Kiefer [EMAIL PROTECTED] wrote: Markus Hitter wrote: Am 02.11.2008 um 23:58 schrieb Fred Kiefer: Doing a configure for cross compilation is bound to fail Why? My gcc experience is a bit dated, but in the Mac OS X 10.0 days, gcc could configure for cross-targets

Re: .xcodeproj to GNUmakefile tool

2008-11-03 Thread [EMAIL PROTECTED]
On 2 Nov., 21:03, Daniel J Farrell [EMAIL PROTECTED] wrote: Hello, I work mostly with Xcode and would like a tool that creates an   makefile from my project. This would allow me to easily build my code   on Linux machines. Before I make one myself I would like to know if   one already exists

Re: GNUstep SCALE Attendance

2008-10-28 Thread [EMAIL PROTECTED]
On 18 Okt., 11:30, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is anyone available to go to SCALE in California? For those who don't know SCALE is the (S)outhern (CA)lifornia (L)inux (E)xpo, it's website is:http://scale7x.socallinuxexpo.org/.  I would really like for us to have

Re: D-Bus, ObjC, PDO, ?

2008-10-15 Thread [EMAIL PROTECTED]
On 15 Okt., 02:05, grendelan [EMAIL PROTECTED] wrote: If GNOME uses D-Bus, doesn't that conflict, from a design standpoint, with GNUStep's inherent message bus?  What about the scope/namespace of the bus? They simply run on parallel streets and can't communicate with each other. GNUstep's DO

RE: Suitability for production code?

2008-10-08 Thread [EMAIL PROTECTED]
Message d'origine De: [EMAIL PROTECTED] Date: 2008.10.07 19:22 À: discuss-gnustep@gnu.org Objet: Suitability for production code? This is an overly blunt question, but my timeframes right now are shorter than I'd like. I've used NeXTstep a bit and Cocoa extensively but I'm new

Re: One question about subclass

2008-09-25 Thread [EMAIL PROTECTED]
On 25 Sep., 04:27, Germán André Arias Santiago [EMAIL PROTECTED] wrote: I want make an app to solve some physics problems. Then my app have a panel wiht many things (ball, cannon, wall, ) to represent the problem. When a user do click in some of this things, a NSViewImage is add

Re: CoreData clone

2008-09-16 Thread [EMAIL PROTECTED]
On 15 Sep., 21:57, Mirko Viviani [EMAIL PROTECTED] wrote: Hi, the other day I've came across a CoreData clone from the Omni folks. I haven't tryed it yet but I think it isn't easily portable to gnustep. Usually, it should not be difficult unless they mix Core Foundation and Cocoa Foundation

Re: Copying files with special characters

2008-09-09 Thread [EMAIL PROTECTED]
On 9 Sep., 19:43, Andreas Höschler [EMAIL PROTECTED] wrote: Dear all, I would like to programmatically copy files with     system([[NSString stringWithFormat:@cp -r %@ %@, sourcePath, destPath] cString]); or alternatively using NSFileManager. This works as long as sourcePath does

Re: ANN: Yap2.app (maintenance release)

2008-08-28 Thread [EMAIL PROTECTED]
On 27 Aug., 23:46, Marko Riedel [EMAIL PROTECTED] wrote: Hi folks, this brief announcement is to let you know that I made a maintenance release of Yap.app. I mostly fixed compiler warnings and tested it for stability. The new release is found in Yap2.tgz or Yap2.zip, here: http

Re: Some questions about NSText

2008-08-18 Thread [EMAIL PROTECTED]
On 17 Aug., 07:57, Germán André Arias Santiago [EMAIL PROTECTED] wrote: For example, in GORM when you add a new component in your app's window and you select this, the component show a border with a small square in each corner and in the middle of each side. These let you resize the component

Re: Google Data API

2008-08-13 Thread [EMAIL PROTECTED]
On 13 Aug., 04:23, TMC [EMAIL PROTECTED] wrote: I asked the same question at the [GData forum][1], and basically got no for Ah, that appears to be an interesting new beast that should be tamed by GNUstep... an answer. However, [SimpleWebKit][2] has NSURL and some XML support. I It appears

Re: Google Data API

2008-08-13 Thread [EMAIL PROTECTED]
Some first observations from looking into the code (you should please inform that back to the GData project): * there is some dependency on Core Foundation (e.g. GDataUtilities.m) * there is a dependency on libxml in GDataXMLNode.h * there is some dependency on SenTestingKit All this should be

Re: newbee question

2008-08-02 Thread [EMAIL PROTECTED]
1) Someone at Apple, whose name escapes me, is backporting their   front-end changes to GNU GCC.  This will add all of the features that   don't require runtime support (properties and so on) to GNU GCC. Here is a link to the patches Apple has applied to gcc-4.2:

Re: newbee question

2008-08-01 Thread [EMAIL PROTECTED]
On 31 Jul., 21:32, Jason Hanneman [EMAIL PROTECTED] wrote: Hello all, I am new to discussion lists and how they work. I think   this question has probably come up before so I apologize ahead of time   for asking. My question is: Does anyone know if there are plans to   bring Objective-C 2.0

Re: MplayerGS Update

2008-07-14 Thread [EMAIL PROTECTED]
On 14 Jul., 12:17, Charles philip Chan [EMAIL PROTECTED] wrote: Hello: I have updated MplayerGS with the following features:   1. Change Open VIDEO_TS to use dvdnav   2. Added Open DVD (dvdnav) menu item     3. Added Open VCD menu item In order to use dvdnav, you must have a recent svn

Re: ANN: BatMon 0.3

2008-07-07 Thread [EMAIL PROTECTED]
On 7 Jul., 00:40, Riccardo [EMAIL PROTECTED] wrote: B A T T E R Y    M O N I T O R  0.3 --- WHAT IS IT: Battery monitor is a small utility that displays the status of your laptop battery (charge/discharge and status). Currently, it works only on Linux

Re: Simpler Garbage Collection

2008-07-06 Thread [EMAIL PROTECTED]
My general thoughts are that while these suggestions are interesting   and worthwhile, they don't address the main issues for GNUstep: 1. Apple compatibility 2. Ease of use ... for the inexperinced programmer to be able to   ignore the issue of memory management in most cases. The

GNUstep/QuantumSTEP on Openmoko

2008-06-30 Thread [EMAIL PROTECTED]
Hi all, I just want to let you know that my company has become a reseller of the Openmoko Freerunner Linux PDA-Phone platform (e.g. http://www.linuxdevices.com/news/NS9978560959.html ). If anyone is interested to (help) develop GNUstep for it, please contact me (for cheaper devices etc.). Best

Re: Redirecting standard output to a file

2008-06-29 Thread [EMAIL PROTECTED]
On 29 Jun., 13:15, Michael Hopkins [EMAIL PROTECTED] research.com wrote: Hi all I have a question about using the classes in base to redirect standard output to a file without too much hassle or re-writing of code.  I have classes that print themselves to standard output like

Re: ANN: GNUstep Software Index is up and running

2008-06-16 Thread [EMAIL PROTECTED]
On 13 Jun., 10:54, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, after some experimentation, a new tool is up and running on the GNUstep server to improve the user's experience of GNUstep: http://www.gnustep.org/softwareindex/ The idea behind is to have a complete and easily maintained

Re: I never knew GNUstep's main language was C++ ;-)

2008-06-13 Thread [EMAIL PROTECTED]
On 13 Jun., 00:47, Lars Sonchocky-Helldorf lars.sonchocky- [EMAIL PROTECTED] wrote: http://www.ohloh.net/projects/4843 Well, they say C/C++. So it appears that they even don't distinguish between plain C and C+ +. Maybe they just look for the relative frequency of some simple keywords

ANN: GNUstep Software Index is up and running

2008-06-13 Thread [EMAIL PROTECTED]
Hi all, after some experimentation, a new tool is up and running on the GNUstep server to improve the user's experience of GNUstep: http://www.gnustep.org/softwareindex/ The idea behind is to have a complete and easily maintained repository of GNUstep based applications. It is NOT thought to

Re: They don't know GNUstep

2008-06-03 Thread [EMAIL PROTECTED]
On 3 Jun., 03:22, Lars Sonchocky-Helldorf lars.sonchocky- [EMAIL PROTECTED] wrote: Funny: http://episteme.arstechnica.com/eve/forums/a/tpc/f/174096756/m/ 770008752931?r=401009752931#401009752931 We need a reimplementation of cocoa on top of GNU/linux, D-BUS, and   QT or something. regards

Re: RFC: Non-fragile ivars

2008-06-03 Thread [EMAIL PROTECTED]
On 3 Jun., 15:47, Michael Ash [EMAIL PROTECTED] wrote: Saso Kiselkov [EMAIL PROTECTED] wrote: It would be great to also add this algorithm into +poseAsClass: and possibly category handling, since that would allow to have posing classes and categories define their own ivars. You have

Re: RFC: Non-fragile ivars

2008-06-01 Thread [EMAIL PROTECTED]
On 31 Mai, 17:28, Gregory John Casamento [EMAIL PROTECTED] wrote: This certainly sounds like an interesting idea with is worth considering.   I'd like to hear from some of the other core devs regarding their opinions on this. GC  Gregory Casamento -- Principal Consultant - OLC, Inc

Re: Devices for embedded GNUstep development

2008-05-27 Thread [EMAIL PROTECTED]
I think the main problem for the GNUstep developers is to have a common handheld device platform to develop for. I know some of you have a N770 or N800, some others have a Sharp Zuarus. But I don't know of anyone to own a Neo 1973 (besides me). I would say the biggest problem is the

Devices for embedded GNUstep development

2008-05-26 Thread [EMAIL PROTECTED]
Since desktop systems are decreasing in popularity, notebooks are at their top attractivity and UMPCs/Handhelds at the horizon, I think we have to put a little more public emphasis on smaller embedded devices. I think the main problem for the GNUstep developers is to have a common handheld device

mySTEP (embedded Linux) at LinuxTag Berlin this week

2008-05-26 Thread [EMAIL PROTECTED]
Hi all, LinuxTag is coming close and will start on Wednesday. As I had already written, there will be a booth mySTEP / embedded GNUstep within the Mobile Embedded partner stand Hall 7.2b # 112. Amongst the partners will be the projects GPE and Open Embedded. I will present mySTEP / GNUstep

Re: Invitation for BavariaSTEP Workshop (11.)/12./13. July 2008

2008-05-24 Thread [EMAIL PROTECTED]
On 9 Mai, 19:28, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, after some initial discussion with Riccardo and Fred which did not (as usual) come to a final conclusion, I think we need to make nails with heads. Therefore I invite for a BavariaSTEP Workshop to take place in the nice

Re: Invitation for BavariaSTEP Workshop (11.)/12./13. July 2008

2008-05-10 Thread o Kiselkov [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Count me in for sure. I have some great plans for reviving my old *STEP distro project, and I'd like to discuss with more people in person. - -- Saso [EMAIL PROTECTED] wrote: Hi all, after some initial discussion with Riccardo and Fred which

Re: Cross Compiling for OS X?

2008-05-09 Thread [EMAIL PROTECTED]
On 6 Mai, 11:05, Nicola Pero [EMAIL PROTECTED] wrote: This is all already done - gnustep-make is able to build native OS X   applications on OS X - I'm confused - either nobody tried it out (it's a great feature!), or something is broken. Well, I would assume a third option: nobody knows

Invitation for BavariaSTEP Workshop (11.)/12./13. July 2008

2008-05-09 Thread [EMAIL PROTECTED]
Hi all, after some initial discussion with Riccardo and Fred which did not (as usual) come to a final conclusion, I think we need to make nails with heads. Therefore I invite for a BavariaSTEP Workshop to take place in the nice village of Oberhaching, Bavaria, Germany. It is in the Munich area

Re: embedded GNUstep / mySTEP @ Linuxtag Berlin, 28-31th May

2008-05-07 Thread [EMAIL PROTECTED]
On 7 Mai, 01:02, Helge Hess [EMAIL PROTECTED] wrote: On 06.05.2008, at 21:14, [EMAIL PROTECTED] wrote: Please let me know if you are interested in helping out with booth service (otherwise I have to be there 4 full days without a good chance to see other things myself) - you will get

Re: embedded GNUstep / mySTEP @ Linuxtag Berlin, 28-31th May

2008-05-06 Thread [EMAIL PROTECTED]
On 2 Mai, 10:46, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear all, I was asked by friends to make a presentation similar to the FOSDEM 08 show at Linuxtag, and the proposal was accepted. So, there will be a small (less than 1x1m) area to show the Zaurus, the Openmoko, the Acer n30

Re: Cross Compiling for OS X?

2008-05-03 Thread [EMAIL PROTECTED]
I don't see why I should have to install GNUstep on OS X when it already has a perfectly good Foundation. I'll look into creating a cross-compiling environment. So you have some GNUstep code that you want to run natively on OSX? And compile on OSX? Then, your preferred cross-compiling

Re: Cross Compiling for OS X?

2008-05-03 Thread [EMAIL PROTECTED]
After thinking a little and taking into account that essentially the same question was asked twice this week, I have thought to write some simple FAQ: 1. I have a GNUstep source running on Linux/GNUstep and want the same application to run on OSX You have several options - more or less complex.

Re: socket losing data

2008-05-02 Thread [EMAIL PROTECTED]
I would try [fileHandle synchronizeFile]; which should push all internal buffers to the network (but does NOT denote end of data to the peer - so the peer TCP/IP stack may buffer and NOT deliver to its application). and [fileHandle closeFile]; which is described to notify end of

Re: Cross-dev with gnustep make and xCode

2008-05-01 Thread [EMAIL PROTECTED]
On 30 Apr., 18:59, Andreas Höschler [EMAIL PROTECTED] wrote: xCode and tried to link against the frameworks built with gnustep make. Just a side-note: it is called Xcode (not X-Code or xCode etc.). This worked with debug as the target but failed with release as the target. There I got an eror

Re: The orca, GNUstep's mascot

2008-04-28 Thread [EMAIL PROTECTED]
Should it not be Free Willy ;-) No. -[Willy release]. -- hns ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: The orca, GNUstep's mascot

2008-04-28 Thread [EMAIL PROTECTED]
See... this is gnustep, so while you could do that, it would best be done as: RELEASE(willy); Well, I never understood completely why is it better (or best) to replace some standard Obj-C method call syntax by standard C function call syntax that breaks compilation on OSX without adding some

Re: Central GNUstep software index?

2008-04-21 Thread [EMAIL PROTECTED]
Hi all, I have invested approx. 30 minutes to set up an initial GNUstep Software Index and add a handful of projects. Please take a look and experiment with to find out if we should use it for the GNUstep project. Main aspects: * central Versiontracker for description, versions and selected

Re: Central GNUstep software index?

2008-04-21 Thread [EMAIL PROTECTED]
 I believe that what we need is something like what we already have on the wiki, but more focused.   A central registry which contains links to where you can download the software... something like Version Tracker, I suppose. Yes. However, this would basically just require a (big) XML

Re: Central GNUstep software index?

2008-04-20 Thread [EMAIL PROTECTED]
I believe that what we need is something like what we already have on the wiki, but more focused.   A central registry which contains links to where you can download the software... something like Version Tracker, I suppose. Yes, that is my proposal with the Software Index. It works quite

Central GNUstep software index?

2008-04-18 Thread [EMAIL PROTECTED]
One key problem of GNUstep is IMHO that it is quite difficult to find application software projects. There is GAP, some other (partially abandoned) projects and some announcements apear here on this list from time to time. I don't know why I didn't have the idea earlier to set up a central

Re: Google Summer of Code

2008-04-18 Thread [EMAIL PROTECTED]
On 3 Apr., 16:53, Stefan Bidigaray [EMAIL PROTECTED] wrote: Yes... check the link bellow:http://wiki.gnustep.org/index.php/Summer_Of_Code_Ideas FYI, you need to apply at Google's website, and the deadline is April 7th, I think. Good luck, Stefan On 4/2/08, Ryan Chapman [EMAIL PROTECTED

Re: Newsgroup alive?

2008-04-08 Thread [EMAIL PROTECTED]
: Does anyone use this newsgroup, or just the mailing list? Sure. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Experiences with MacPorts of GNUstep

2008-03-10 Thread [EMAIL PROTECTED]
3 hns admin 102 17 Feb 15:57 pdfkit drwxr-xr-x 3 hns admin 102 17 Feb 15:57 plconv drwxr-xr-x 4 hns admin 136 17 Feb 15:57 system-preferences So, there is already quite a lot there! If we look e.g. at the PRICE portfile it looks like: # $Id: Portfile 30229 2007-10-22 23:01:24Z [EMAIL

Re: Experiences with MacPorts of GNUstep

2008-03-10 Thread [EMAIL PROTECTED]
Ok, it is currently installing gcc-objc-4.2.3 -- hns ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: mingw msys gnustep for winxp

2008-03-06 Thread [EMAIL PROTECTED]
On 6 Mrz., 09:57, Nicola Pero [EMAIL PROTECTED] wrote: Hi Marcio you can certainly use GNUstep to learn Objective-C and write nice Objective-C programs. :-) Not sure about the iPhone though - I don't think there is an SDK available yet, All rumours indicate that it will be announced

Re: Things I'd like to hear more about (from FOSDEM notes)

2008-03-04 Thread [EMAIL PROTECTED]
On 4 Mrz., 10:02, Nicola Pero [EMAIL PROTECTED] wrote: 1. I definitely want to hear more about OOo's possible involvement with Renaissance. They were interested in using Renaissance to do a proper Apple Cocoa port of OpenOffice.  It seemed like an excellent idea for various reasons

Re: LLVM

2008-03-01 Thread [EMAIL PROTECTED]
As usual, world isn't white or black: There was/is a proposal to integrate LLVM into gcc and this message also addresses some of the licence issues. http://gcc.gnu.org/ml/gcc/2005-11/msg00888.html He reports a LLVM based compiler that is command-line compatible to gcc. I don't know anything

FOSDEM 2008 Wrapup

2008-03-01 Thread [EMAIL PROTECTED]
Hi Folks, unfortunately I was sick this week and no-one else did write some lines, so I do it... 1. Booth We did have a nice booth at mostly the same location as the year before (thanks Helge). The ggod thing was that the Debian Project at the next booth did find a better location and so we

Re: LLVM

2008-02-29 Thread [EMAIL PROTECTED]
On 29 Feb., 16:51, Nicola Pero [EMAIL PROTECTED] wrote:  One of the design goals for my runtime was to provide a superset of   the functionality required   for Objective-C 2.0.  It was also designed with the aim of future   integration with LLVM (and has   a compatible license) (puzzled

Re: FOSDEM 2008

2008-02-22 Thread [EMAIL PROTECTED]
On 22 Feb., 13:18, Nicolas Roard [EMAIL PROTECTED] wrote: Hi *, I have a last minute problem, and can't leave today :-/ so don't count on me for tonight's meeting in bruxelles... I may be able to catch a train tomorrow, probably arriving late in the afternoon. -- Nicolas Roard Java

Re: FOSDEM 2008

2008-02-22 Thread [EMAIL PROTECTED]
I just sent them by Chronopost to SUN hotel. They should be delivered   tomorrow in the day. Cheers, Quentin. It has arrived. Thanks! Nikolaus ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: FOSDEM 2008

2008-02-20 Thread [EMAIL PROTECTED]
This was my initial plan, but sadly there is a last minute change. I think I won't be able to attend to FOSDEM this year, I'm sick right now and I'm afraid I won't feel well enough to do the trip on the week- end. That is indeed sad. Best wishes! I came back with the two existing GNUstep

Re: FOSDEM 2008

2008-02-20 Thread [EMAIL PROTECTED]
Since we both are unable to attend, GAP is not being represented. You are project leader there too... Is any GAP user (are there any?) interested in making a presence for us at FOSDEM? Showing off current applications, future plans, needs? I'd be happy to provide some assistance to get the

Re: FOSDEM 2008

2008-02-20 Thread [EMAIL PROTECTED]
I will bring: * a MiniPC with TFT and QWERTY, 40 GB HDD, LAN, Debian Etch * needs some installation of latest GNUstep + GAP (someone there who knows how it goes and/or can help)? * some LAN cables * some power extenders * workshop materials (pins, scissors, tape, etc.) I just learned from

Re: FOSDEM 2008

2008-02-20 Thread [EMAIL PROTECTED]
On 21 Feb., 01:23, Ingolf Jandt [EMAIL PROTECTED] wrote: Am 21.02.2008 um 00:46 schrieb Helge Hess: On 20.02.2008, at 22:34, [EMAIL PROTECTED] wrote: I just learned from the FOSDEM organizers that Belgium has different power plugs than Germany. So, we need at least one adapter plug. Uhm

Re: scrollview internals

2008-02-18 Thread [EMAIL PROTECTED]
On 18 Feb., 03:09, Rogelio M. Serrano Jr. [EMAIL PROTECTED] wrote: How does a scrollview work? Is there a big pixmap somewhere and its just blit/clipped to the scrollview viewport? No. The main work is done in NSClipView which has two modes - copiesOnScroll YES/NO. If it is set, the still

Re: Posters for FOSDEM?

2008-02-11 Thread [EMAIL PROTECTED]
On 9 Feb., 18:56, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am thinking about which posters we should place at the wall behind our 2m stand... I think we shall compile is a list of companies using and/or supporting and/or promoting GNUstep actively (by contributions: e.g. paying

Re: FOSDEM 2008

2008-01-25 Thread [EMAIL PROTECTED]
On 24 Jan., 19:59, Helge Hess [EMAIL PROTECTED] wrote: On 14.01.2008, at 17:24, [EMAIL PROTECTED] wrote: * depart by car sharing on Saturday at approx. 10:00 or 11:00   towards Brussels. * 1 night stay in Brussels (individually booked) * return on Sunday late afternoon to Frankfurt

Re: FOSDEM 2008

2008-01-24 Thread o Kiselkov [EMAIL PROTECTED]
wrote: On 14.01.2008, at 17:24, [EMAIL PROTECTED] wrote: * depart by car sharing on Saturday at approx. 10:00 or 11:00 towards Brussels. * 1 night stay in Brussels (individually booked) * return on Sunday late afternoon to Frankfurt Actually I wonder why I made a fuss with Pascal to get

Re: Question on mini windows

2008-01-08 Thread o Kiselkov [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I've observed the same behavior, art backend. It seems the backend doesn't inform the WM about the window being iconified, so it doesn't appear as a miniwindow in WindowMaker, or as a window-icon in any other WM (tested on Gnome and KDE). - --

Re: Question on mini windows

2008-01-08 Thread o Kiselkov [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Oh and one more thing: when I miniaturize a window and then hide the app, the miniwindow sticks around and doesn't hide as well. This is kind of confusing, as double-clicking the miniwindow doesn't bring the app up again - for that I have to

Re: Update GNUstep on Debian to more recent version?

2007-12-19 Thread [EMAIL PROTECTED]
On 19 Dez., 12:50, Yavor Doganov [EMAIL PROTECTED] wrote: Hmm, there are no bugs filed against the debian package gorm.app. Perhaps you meanthttp://savannah.gnu.org/bugs/?21845? Yes since it turned out not to be Debian specific. Gregory will work on it and so it will be fixed in GNUstep

Re: NSURL loading system

2007-12-16 Thread [EMAIL PROTECTED]
NSURLHandle is already deprecated in Cocoa 10.4. So, if you need future compatibility, I would prefer to develop new applications based on NSURLConnection. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: HTMLLinker documentation

2007-12-13 Thread [EMAIL PROTECTED]
On 13 Dez., 15:13, Dennis Leeuw [EMAIL PROTECTED] wrote: I am trying to document HTMLLinker and found in the HTMLLinker.m file a reference to HTMLLinker.html. This file however is not installed in the Documentation directory nor in the gnustep-base source directory. Does someone have a copy

Re: Invite for GNUStep to Southern California Linux Expo 6x

2007-12-12 Thread [EMAIL PROTECTED]
On 11 Dez., 08:57, Gareth J. Greenaway [EMAIL PROTECTED] wrote: Greetings, I would like to formally invite the GNUStep project to participate in the 6th annual Southern California Linux Expo. The expo will be taking place February 8th through the 10th, 2008 in Los Angeles, California

Re: Tasks for GNUstep going forward...

2007-12-11 Thread [EMAIL PROTECTED]
Just following on from the forum software, phpbb seems quite feature rich. But what I wanted to talk about was their website. It's very I did have several phpBB2 fora in operation until I had to shut them down unfortunately. There are robots out there that automatically scan for phpBB2

Re: SVN source code repository of GNUstep CoreData?

2007-12-05 Thread o Kiselkov [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Dr. H. Nikolaus Schaller wrote: Hi Nikolaus The CVS version is the latest one. Ok, great. So it is useful to start patches against that version. The problems you've been having are because GSCoreData was never meant to be used on OSX

SVN source code repository of GNUstep CoreData?

2007-12-03 Thread [EMAIL PROTECTED]
I tried to locate the latest source code and could find only the old CVS one on Savannah. The svn repository at totorisu.sk looked dead. Best regards, Nikolaus ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: No FOSDEM 2008 stand/devroom this year: new Plans for GNUstep-Dev-Meeting How to attract General Public?

2007-11-28 Thread o Kiselkov [EMAIL PROTECTED]
From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: discuss-gnustep@gnu.org Sent: Wednesday, November 28, 2007 2:29:00 AM Subject: No FOSDEM 2008 stand/devroom this year: new Plans for GNUstep-Dev-Meeting How to attract General Public? Hi all, we just got the note that they have so many

Re: does GORM no longer use TextView?

2007-11-18 Thread o Kiselkov [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Try double clicking the widget. If that doesn't work, it's probably a bug in Gorm. You should still be able to access text view during program run time through the NSScrollView outlet using [scrollView documentView]. - -- Saso Mark Grice wrote:

Re: does GORM no longer use TextView?

2007-11-18 Thread o Kiselkov [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 It really is very simple. You can access the widget at design time by double-clicking it and dragging connections to/from it. However, should you have a problem connecting to the text view directly (remember, the text view is the white thing

Re: does GORM no longer use TextView?

2007-11-18 Thread o Kiselkov [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Mark Grice wrote: you can instead create a connection to the surrounding scroll view and at runtime access it using its -documentView method (which will return to you the text view contained inside). As was mentioned in earlier posts however,

Re: GNUstep slogan - discussion and voting

2007-11-16 Thread [EMAIL PROTECTED]
On 16 Nov., 13:10, markjoel60 [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Nokia has used this slogan (tagline) since 15 years to get into our heads and straighten the misconception that they make rubber boots... Well, I think a couple of things here... First off, I am not sure

Re: GNUstep slogan - discussion and voting

2007-11-15 Thread [EMAIL PROTECTED]
On 15 Nov., 08:55, Renaud Molla [EMAIL PROTECTED] wrote: make you users smile : i may not want to make someone smile. To sum up my thoughts, all captions telling me what to do, what to Good point. If we look at my original Nokia example they rather formulate: connecting people

Re: GNUstep slogan - discussion and voting

2007-11-15 Thread [EMAIL PROTECTED]
how about the slogan already used in the GNUstep brochure: GNUstep - The Ultimate Development Environment (http://www.gnustep.org/ information/GNUstep-brochure.pdf) Well, that does not fulfill all criteria for a good slogan: it does not describe a benefit for someone (contrary to making your

Re: Objective-C 2.0 and other new features in Leopard

2007-11-11 Thread [EMAIL PROTECTED]
On 11 Nov., 03:57, Gregory John Casamento [EMAIL PROTECTED] wrote: A few (tongue in cheek) suggestions I have for a slogan are: * GNUstep - The greatest API you've never heard of! * GNUstep - We ain't WindowMaker, Jack! * GNUstep - Not your father's Cocoa! * GNUstep - Differently Thunk

Re: Objective-C 2.0 and other new features in Leopard

2007-11-11 Thread [EMAIL PROTECTED]
On 11 Nov., 12:23, Michael Thaler [EMAIL PROTECTED] muenchen.de wrote: On Sunday 11 November 2007, [EMAIL PROTECTED] wrote: Yes, I agree that a nice slogan can help focus ourselves and others. All the proponents of GNUstep can then use it to explain to others what GNUstep is in just a few

Re: Objective-C 2.0 and other new features in Leopard

2007-11-11 Thread [EMAIL PROTECTED]
GNUstep - make your users smile today Great idea! We should IMHO experiment a little with this phrase to try if we can improve it (IMHO the today is not yet strongly enough saying that GNUstep has a fast learning curve, rapid results and is mature - this is why I had proposed to use the

Re: Site Redesign (was: Objective-C 2.0 and other new features in Leopard)

2007-11-11 Thread [EMAIL PROTECTED]
Homegnustep.org - Get Started /start (overview, downloads, installation) - Documentation /documentation (wiki-based docs) - News /news (planet-based) - Status/status (CIA feed) - Applications

Re: Objective-C 2.0 and other new features in Leopard

2007-11-08 Thread [EMAIL PROTECTED]
On 8 Nov., 09:23, Graham J Lee [EMAIL PROTECTED] wrote: That's supposedly for performance purposes - apparently there are people who care that the KVC mechanism is too slow. Oh yes. KVC needs one method call to setValue:forKey, and another one for calling the real setter

Re: [Etoile-dev] ANN: New Objective-C Runtime

2007-11-08 Thread o Kiselkov [EMAIL PROTECTED]
list [EMAIL PROTECTED] https://mail.gna.org/listinfo/etoile-dev -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHMygrakxhuWWzY78RA/gaAKCON1I4ik+ELY9103EMkjNPdHH2IACeK+zM wabGf8oRqwgnDr4eS5NNp3Q= =dBaT

Re: Objective-C 2.0 and other new features in Leopard

2007-11-05 Thread [EMAIL PROTECTED]
I just found this interesting article http://gemma.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_5_section_5.html#//apple_ref/doc/uid/TP30001163-CH17-SW6 which states that properties and KVC are orthogonal and that property acessors using the dot notation is calling

Re: Objective-C 2.0 and other new features in Leopard

2007-10-27 Thread [EMAIL PROTECTED]
On 27 Okt., 01:58, Gregory John Casamento [EMAIL PROTECTED] wrote: All, As many of you are probably aware, Apple released Leopard today. Leopard contains a number of enhancements which are important to us, one of which is Objective-C 2.0. Objective-C 2.0 = Odds are the existing

Re: GNUstep Apps, iPhone.

2007-10-22 Thread [EMAIL PROTECTED]
On 19 Okt., 23:54, Markus Hitter [EMAIL PROTECTED] wrote: Am 19.10.2007 um 08:12 schrieb [EMAIL PROTECTED]: It has a new, separate UIKit.framework which appears to be a simplified (???) AppKit. Sounds like AppKit can be even lighter without loosing essential functionality. Markus

Re: GNUstep Apps, iPhone.

2007-10-22 Thread [EMAIL PROTECTED]
Am 22.10.2007 um 11:49 schrieb David Chisnall: On 22 Oct 2007, at 09:53, [EMAIL PROTECTED] wrote: Here is a nice discussion on what could probably happen: http://daringfireball.net/2007/10/tea_leaf_reading It seems cocoadev has a partial list of UIKit classes already: http

Re: GNUstep Apps, iPhone.

2007-10-22 Thread [EMAIL PROTECTED]
http://www.cocoadev.com/index.pl?UIKit Look: http://www.cocoadev.com/index.pl?UITableCell derived from UIView and there is no UICell... And, it appears that NSEvent and NSNotification are merged into some common GSEvent class. So, UIKit only inherits some conecpts but is a completely

Re: GNUstep Apps, iPhone.

2007-10-21 Thread [EMAIL PROTECTED]
It has a new, separate UIKit.framework which appears to be a simplified (???) AppKit. Sounds like AppKit can be even lighter without loosing essential functionality. Well, I would assume that it really looses essential functionality for a **desktop** system. My assumptions: * it is not

Re: GNUstep Apps, iPhone.

2007-10-19 Thread [EMAIL PROTECTED]
On 19 Okt., 00:09, Marko Riedel [EMAIL PROTECTED] wrote: I don't know if I got this right -- will Apple offer a Cocoa-based SDK for iPhones? If yes, should we be porting GNUstep apps as a means of Nobody knows yet. It could as well be some Dashboard/Dashcode Widget based SDK. But there is one

  1   2   >