[ANN] CoreObject Preview Release

2014-06-03 Thread Quentin Mathé
Hi everyone, Eric and I had been hard at work finishing the CoreObject preview release, and are happy to announce that it’s finally ready! Cheers Quentin. CoreObject Preview Release = CoreObject is a version-controlled object database for Objective-C that supports

Re: Trying to use GNUstep and libdispatch in an ARC based objective-C program

2014-01-08 Thread Quentin Mathé
Hi Mathias, Le 8 janv. 2014 à 00:11, Mathias Bauer a écrit : Hi, I've set up a build environment with the lastest trunk versions of GNUstep, clang and libobjc2 on Ubuntu 12.04. In my program (compiled with ARC) I tried to dispatch a block with

Re: Crash in countByEnumeratingWithState method of GNUstep's implementation of NSArray

2014-01-08 Thread Quentin Mathé
Hi Matthias, Le 8 janv. 2014 à 10:45, Mathias Bauer a écrit : Hi, it seems that the implementation of countByEnumeratingWithState in NSArray is broken. The following code in NSArray.m { NSUInteger size = [self count]; NSInteger count; /* This is cached in the caller at the

Re: Trying to use GNUstep and libdispatch in an ARC based objective-C program

2014-01-08 Thread Quentin Mathé
Hi David, Le 8 janv. 2014 à 13:17, David Chisnall a écrit : Hi Quentin, On 8 Jan 2014, at 09:32, Quentin Mathé qma...@gmail.com wrote: It seems libdispatch ObjC integration is not compatible with libobjc2 as it is. When compiling code that uses libdispatch, I pass

Re: Crash in countByEnumeratingWithState method of GNUstep's implementation of NSArray

2014-01-08 Thread Quentin Mathé
some more feedback before committing any changes. Quentin. Am 08.01.14 13:21, schrieb Quentin Mathé: Hi Matthias, Le 8 janv. 2014 à 10:45, Mathias Bauer a écrit : Hi, it seems that the implementation of countByEnumeratingWithState in NSArray is broken. The following code in NSArray.m

Re: Crash in countByEnumeratingWithState method of GNUstep's implementation of NSArray

2014-01-08 Thread Quentin Mathé
Le 8 janv. 2014 à 14:02, Richard Frith-Macdonald a écrit : On 8 Jan 2014, at 12:34, Mathias Bauer mathias_ba...@gmx.net wrote: Am 08.01.14 13:21, schrieb Quentin Mathé: Le 8 janv. 2014 à 10:45, Mathias Bauer a écrit : it seems that the implementation of countByEnumeratingWithState

Re: FOSDEM

2014-01-03 Thread Quentin Mathé
Hi Ivan, David, I won't be coming to FOSDEM this year either. Cheers, Quentin. Le 3 janv. 2014 à 20:49, David Chisnall a écrit : I probably won't make FOSDEM this year. I'd like to, but I don't get back to the UK until about a week before, and I think that my desire to travel will be

Re: Wrong default icon for themes

2013-07-22 Thread Quentin Mathé
Hi, Le 16 juil. 2013 à 14:56, Riccardo Mottola a écrit : Hi, Germán Arias wrote: I think the problem is the first line at nsmapping.strings: GNUstep = NSApplicationIcon; Actually, I'm unsure if this is the culprit and perhaps not generally the new changes in the GSTheme image naming.

Re: How to enable themes now days?

2013-03-08 Thread Quentin Mathé
Hey Jesse, Le 21 févr. 2013 à 13:38, Jesse Ross a écrit : after copying the bundle into the Library/Themes directory. Unfortunately, the theme is slightly incomplete. In particular, scroll bars look horrible. If you feel like adding the missing pixmaps based on this mockup then we'd be

Re: [FOSDEM-Devrooms] GNUstep/Étoilé/GAP/QuantumSTEP joint application for a Devroom at FOSDEM 2013

2012-10-22 Thread Quentin Mathé
Hello Lars, I'd be in favor of just meeting informally. We could ask the FOSDEM organizers to get a small GNUstep room just for hacking… Cheers, Quentin. Le 22 oct. 2012 à 00:26, Lars Sonchocky-Helldorf a écrit : Bad news: no FOSDEM devroom next year. Now we have to decide if we want to

Re: git mirror

2012-02-15 Thread Quentin Mathé
Le 15 févr. 2012 à 11:37, Derek Fawcus a écrit : Oh, and it seems git-hg interaction is available: http://hg-git.github.com/ https://github.com/schacon/hg-git Which is an hg plugin giving r/w access to git. It seems there is also the opposite - git access to hg (ala git svn), but I

Re: Code review [Was: GNA is down...}

2012-02-14 Thread Quentin Mathé
Le 14 févr. 2012 à 12:49, David Chisnall a écrit : On 14 Feb 2012, at 08:43, Sebastian Reitenbach wrote: Code review is usually done before its commited to the main tree. For each part of the tree, there is at least one, sometimes more maintainers. If you have changes, you figure out, who

Re: GNA is down...

2012-02-13 Thread Quentin Mathé
Le 13 févr. 2012 à 13:26, Ivan Vučica a écrit : On Mon, Feb 13, 2012 at 12:35, David Chisnall thera...@sucs.org wrote: The only disadvantage I've seen of Fossil compared to git or hg is that it doesn't (yet) scale as well. For a comparatively small project like GNUstep, this is not a

Re: [cfe-dev] LLVM / Clang 3.0 rc1 Binaries Available

2011-11-08 Thread Quentin Mathé
Le 7 nov. 2011 à 13:08, Richard Frith-Macdonald a écrit : On 7 Nov 2011, at 11:51, Quentin Mathé wrote: Hi, Just to mention that with Clang 3.0 rc1 and the current libobjc2 from trunk, I can compile GNUstep core and Gorm without troubles on Ubuntu 10.4 x86-32. For the test suite

Re: Doxygen documentation

2011-09-29 Thread Quentin Mathé
Le 26 sept. 2011 à 20:54, BTS a écrit : I can't comment on the objective-c output since I only tried with -corebase. However, the output can be customized and new directives created using aliases. I'm not sure how much work that would take, though. I'll take a look at DocGenerator,

Re: API diffs

2011-07-23 Thread Quentin Mathé
Le 21 juil. 2011 à 11:34, David Chisnall a écrit : Hi Everyone, Just in case you've not see this already, this release Apple has published diffs against the last set of APIs, so it's easy to see what was added across an entire framework with 10.7:

Re: Cleanup of memory on process exit

2011-06-19 Thread Quentin Mathé
Le 19 juin 2011 à 12:20, Richard Frith-Macdonald a écrit : On 18 Jun 2011, at 12:48, Quentin Mathé wrote: Le 18 juin 2011 à 09:41, Richard Frith-Macdonald a écrit : On 17 Jun 2011, at 11:39, Quentin Mathé wrote: Here is the valgrind output with 'valgrind --leak-check=full

Re: Please test pending bugfix release of base

2011-06-17 Thread Quentin Mathé
Hi Richard, Le 16 juin 2011 à 09:58, Richard Frith-Macdonald a écrit : It's long enough now since the last release that I'd like to make a bugfix release of the base library (going from 1.22.0 to 1.22.1). This release is mostly for portability issues, but there are fixes to atomic

Re: [Gnustep-cvs] r33146 - in /libs/gui/trunk: Source/ TextConverters/RTF/ Tools/

2011-05-29 Thread Quentin Mathé
Le 29 mai 2011 à 07:42, Richard Frith-Macdonald a écrit : On 27 May 2011, at 13:42, David Chisnall wrote: On another issue ... you say: Also deleted some [pool release] lines just before exit() or return-from-main statements. These cause objects to be swapped in and destructors to be run

Re: Property List Editor

2011-05-20 Thread Quentin Mathé
Hello Ivan, Le 19 mai 2011 à 18:36, Ivan Vučica a écrit : Hi all, I'd like to announce that I'm working on a small tool with a name that surely demonstrates my enormous imagination: Property List Editor. https://bitbucket.org/ivucica/propertylisteditor I'm trying to write it to be

Re: ANN: GNUstep Objective-C Runtime 1.4

2011-05-07 Thread Quentin Mathé
Le 7 mai 2011 à 11:53, David Chisnall a écrit : On 7 May 2011, at 09:19, Wolfgang Lux wrote: PS: Don't tell me that the release calls in the sample program are redundant. I know you think they are, but I prefer writing code which is correct independent of its context. The only one that

Re: FOSDEM Beer / Discussion

2011-01-23 Thread Quentin Mathé
Le 22 janv. 2011 à 21:09, David Chisnall a écrit : Hi Everyone, The consensus among people I've spoken to so far seems to be to not stay too late at the beer event, but instead find somewhere a bit quieter where we can talk without having to shout in each other's ears. The FOSDEM

Re: FOSDEM Devroom schedules deadline is in 6 days: 25th of January

2011-01-23 Thread Quentin Mathé
reserved for discussing UIKit / iOS implementation plans * 45 min Nikolaus Schaller: Latest progress of Simple WebKit and QuantumSTEP * 45 to 60 min Quentin Mathé: Fast and Flexible UI Development with EtoileUI (overview and what's new since the previous FOSDEM) * 30 to 45 min Quentin Mathé

Re: FOSDEM Arrangements

2011-01-14 Thread Quentin Mathé
Just to let you know that Nicolas and I have booked a room at the Argus hotel. The Louise hotel seems to be full already. Cheers, Quentin. Le 11 janv. 2011 à 18:49, Nicolas Roard a écrit : I haven't yet booked my hotel, so I'm wondering which one will contain the most gnustep-minded people :)

Re: Using GCC 4.5 on GNUStep

2010-12-13 Thread Quentin Mathé
Hi Nicola, Le 13 déc. 2010 à 11:52, Nicola Pero a écrit : You probably mean GCC 4.6 :-) All the new Objective-C enhancements will be in GCC 4.6, which hasn't been released yet. Because it's not even been released yet, there aren't any smooth, ready-to-use packages or instructions for

Re: FOSDEM Arrangements

2010-12-13 Thread Quentin Mathé
Le 13 déc. 2010 à 00:42, David Chisnall a écrit : On 12 Dec 2010, at 22:05, Quentin Mathé wrote: Le 12 déc. 2010 à 16:26, David Chisnall a écrit : How long I spend at the beer event will largely depend on whether I have to give a talk on Saturday morning... I'm tempted by a shorter

Re: FOSDEM Arrangements

2010-12-12 Thread Quentin Mathé
Le 12 déc. 2010 à 16:26, David Chisnall a écrit : On 12 Dec 2010, at 14:59, Niels Grewe wrote: On Sat, Dec 11, 2010 at 05:17:08PM +, David Chisnall wrote: Getting in on Friday morning would require me to leave in the middle of the night, so I probably won't do that. I could probably

Re: FOSDEM 2011 Devroom for World of GNUstep accepted

2010-10-26 Thread Quentin Mathé
Great ! Thanks a lot for the application Lars. Quentin. Le 26 oct. 2010 à 00:51, Lars Sonchocky-Helldorf a écrit : Rejoice, we got our FOSDEM-devroom! Now we can start planning sessions. cheers, Lars Anfang der weitergeleiteten E-Mail: Von: Pascal Bleser l...@fosdem.org

Re: GSoC Roundup

2010-09-06 Thread Quentin Mathé
Hi Eric, Le 6 sept. 2010 à 02:03, Eric Wasylishen a écrit : Hey, Sorry for the delay; I've posted a little writeup outlining my work on Opal here: http://etoileos.com/news/archive/2010/09/04/1752/ Looks great! Just a question, why are you using lcms 1 rather than 2 (according to the

Re: [Etoile-dev] Étoilé Hackathon

2010-07-04 Thread Quentin Mathé
Le 3 juil. 2010 à 05:13, Nicolas Roard a écrit : On Fri, Jul 2, 2010 at 10:46 AM, David Chisnall thera...@sucs.org wrote: On 13 Apr 2010, at 23:45, David Chisnall wrote: On 13 Apr 2010, at 23:42, Lars Sonchocky-Helldorf wrote: is the date for the Étoilé Hackathon already set? I was

Re: gdomap and registered names

2010-06-28 Thread Quentin Mathé
Le 26 juin 2010 à 17:38, Richard Frith-Macdonald a écrit : On 26 Jun 2010, at 13:31, Quentin Mathé wrote: I'd be interested to know how to register a name with gdomap, list all the registered names etc. gdomap -H gives you the options but ... When I try gdomap -R Test, gdomap -N

gdomap and registered names

2010-06-26 Thread Quentin Mathé
Hi, I'd be interested to know how to register a name with gdomap, list all the registered names etc. When I try gdomap -R Test, gdomap -N or gdomap -L GDNCServer (while having gdnc running) I get: failled to contact gdomap on myhostname(127.0.1.1) - Operation now in progress Trying to

Re: Can somebody give the talks prepared by Nikolaus Schaller? (was: Re: [FOSDEM] Printable schedule for FOSDEM 2010)

2010-02-01 Thread Quentin Mathé
all (GNUstep Developer's Meeting) dropped/replacement (QuantumSTEP) - but I can set up some demo- devices to play with 10:30-11:15 Fred Kiefer (GNUstep GUI 1.0) 11:30-12:00 me (Simple Webkit) 12:15-12:45 David Chisnall, Quentin Mathé (Etoilé) 13:00-13:45 Quentin Mathé (EtoiléUI+Smalltalk) 14:00-14

Re: Last Call to FOSDEM speakers: Please send me your resume and a short abstract for each of your talks!

2010-01-09 Thread Quentin Mathé
Le 9 janv. 2010 à 21:02, Lars Sonchocky-Helldorf a écrit : Hi, the deadline is near (I already can hear its whooshing sound ;-)), so please, please, please send me the following for forwarding it to the FOSDEM organizers: Did you receive the mail I sent to you this afternoon with the

Re: Call for talks at our FOSDEM 2010 devroom (deadline 2010-01-03)

2010-01-03 Thread Quentin Mathé
Le 2 janv. 2010 à 17:46, h...@computer.org a écrit : Finally, I have added my proposals to the list on the wiki: Simple WebKit - a simplified WebKit compatible implementation in pure Obj-C 1.0 / status, architecture, demo, discussion ocpp-2.0 - a preprocessor approach to translate Obj-C 2.0

Re: FOSDEM 2010 devroom list is available

2009-12-01 Thread Quentin Mathé
Le 1 déc. 2009 à 19:52, h...@computer.org a écrit : On 1 Dez., 18:42, Lars Sonchocky-Helldorf lars.sonchocky- helld...@hamburg.de wrote: So I guess there's no devroom at FOSDEM 2010 for us. Sorry folks, projects like Jabber/XMPP and NoSQL seem to be more important than us. Why there's

Re: gcc problem

2009-09-01 Thread Quentin Mathé
Hi Andreas, Le 1 sept. 2009 à 09:37, Andreas Höschler a écrit : Is current Etoile compatible with current gnustep or do I have to download an older release of GNUstep to get Etoile working? Étoilé trunk is compatible with GNUstep unstable trunk and should be compatible with the last

Re: Higher Order Messaging (MPWFoundation, ...)

2009-08-11 Thread Quentin Mathé
Le 11 août 09 à 13:32, David Chisnall a écrit : On 11 Aug 2009, at 12:11, Lucas Schnorr wrote: There is also this post in the Étoilé site: http://etoileos.com/news/archive/2009/07/02/0217/ It presents the implementation of HOM in EtoileFoundation. Is it possible to use it with other

Re: Who helped David Chisnall giving his talk and gave the talk that Nicolas Roard prepared during FOSDEM?

2009-07-01 Thread Quentin Mathé
Hi Lars, Le 29 juin 09 à 22:53, Lars Sonchocky-Helldorf a écrit : I am finally got around cutting the videos I recorded during FOSDEM. Who helped David Chisnall giving his talk and gave the talk that Nicolas Roard prepared during FOSDEM? I need your name for the video titles. iirc it

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-10 Thread Quentin Mathé
Le 9 mars 09 à 22:47, Adam Fedor a écrit : On Mar 8, 2009, at 10:08 AM, Quentin Mathé wrote: Also who is going to be in charge of the joint application? Someone from GNUstep? That sounds likely since it's the umbrella project for the application. I applied for GNUstep last year, so I

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-08 Thread Quentin Mathé
Le 6 mars 09 à 00:00, Lars Sonchocky-Helldorf a écrit : According to http://code.google.com/soc/ there is not much time left until applications are accepted: [snip] Therefore I have created the following wiki page: http://wiki.gnustep.org/index.php/Summer_Of_Code_2009 and hope now that this

Re: our Devroom - what do we want to do there - call for papers

2009-01-06 Thread Quentin Mathé
Hi Lars, Le 6 janv. 09 à 01:57, Lars Sonchocky-Helldorf a écrit : I would like to add some personal favorites I'd like to see at FOSDEM: - Some updates about what is going on with Étoilé - I read the blog on http://etoileos.com/news/ from time to time and David's runtime stuff, the

Re: GNUstep base now installed in Local

2008-11-28 Thread Quentin Mathé
Le 28 nov. 08 à 09:26, Richard Frith-Macdonald a écrit : On 27 Nov 2008, at 23:11, Quentin Mathé wrote: Hi, If you compile GNUstep from source, I just want let you know that GNUstep base from trunk is now installed in Local domain rather than System domain. So if you build and install

GNUstep base now installed in Local

2008-11-27 Thread Quentin Mathé
Hi, If you compile GNUstep from source, I just want let you know that GNUstep base from trunk is now installed in Local domain rather than System domain. So if you build and install GNUstep base above r27148, you should run 'make uninstall' before updating to the new revision. If you

Re: Latest GNUstep problems

2008-09-05 Thread Quentin Mathé
Le 4 sept. 08 à 20:23, Andreas Höschler a écrit : Hi all, I just did some tests with the latest GNustep downloaded yesterday on Solaris 10 with Etoile switched off for now to exclude potential problems caused by Etoile overloads. I encountered massive problems experimenting with

Re: How to get a running GNUstep desktop ?

2008-05-16 Thread Quentin Mathé
Hi, Le 16 mai 08 à 01:37, Rubens_Septimus a écrit : I had a GNUstep running a few weeks with Wmaker, GWorkspace and so on, all from deb packages from Ubunutu Hardy, but with buggy printing. Well, GC explained to me that Ubuntu packages were out of date. I was told to make it all by myself

Re: GNUstep on Ubuntu Hardy and Debian Testing.

2008-04-30 Thread Quentin Mathé
Le 30 avr. 08 à 09:18, Truls Becken a écrit : On Tue, Apr 29, 2008 at 11:19 PM, Rubens_Septimus [EMAIL PROTECTED] wrote: Hubert Chathi-2 wrote: Try running: defaults write NSGlobalDomain NSMenuInterfaceStyle NSMacintoshInterfaceStyle (and disable WildMenus too.) There is a also a new

Re: GNUstep Google Summer of Code 2008

2008-03-30 Thread Quentin Mathé
Le 30 mars 08 à 14:52, Fred Kiefer a écrit : Adam Fedor wrote: GNustep was accepted as a mentoring organization for 2008 Google SoC! However, that means we have a lot of work to do in the next few weeks. There is barely a week before students are able to submit applications for projects,

Re: FOSDEM 2008

2008-02-20 Thread Quentin Mathé
Le 19 févr. 08 à 00:44, Nicolas Roard a écrit : On Feb 18, 2008 9:42 PM, Fred Kiefer [EMAIL PROTECTED] wrote: Nicolas Roard wrote: On Jan 26, 2008 4:40 PM, Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 25 Jan 2008, at 22:18, Nicola Pero wrote: Actually I wonder why I made a fuss with

Re: Posters for FOSDEM?

2008-02-13 Thread Quentin Mathé
Le 12 févr. 08 à 14:28, Nicolas Roard a écrit : On Feb 12, 2008 10:20 AM, Dr. H. Nikolaus Schaller [EMAIL PROTECTED] wrote: Nicola, Am 12.02.2008 um 11:07 schrieb Nicola Pero: No comments? Although it virtually takes no time to prepare posters, FOSDEM starts next week... What about

Re: Live CD for FOSDEM?

2008-01-28 Thread Quentin Mathé
Hello, Le 27 janv. 08 à 23:28, Lars Sonchocky-Helldorf a écrit : Am 27.01.2008 um 21:37 schrieb Stefan Bidigaray: On Jan 27, 2008 1:31 PM, Lars Sonchocky-Helldorf [EMAIL PROTECTED] wrote: Hi everybody, has there anyone a Live CD ready (or nearly ready - I am willing to beta test) for

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

2007-11-11 Thread Quentin Mathé
Hi David, Le 8 nov. 07 à 16:03, David Chisnall a écrit : Hi Everyone, I've spent the last two days locked in my room doing some therapeutic coding[1], and the result is a new Objective-C runtime (rejection is obviously good for my productivity; I should apply for more jobs). :-) A quick

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

2007-11-11 Thread Quentin Mathé
Le 11 nov. 07 à 01:42, Quentin Mathé a écrit : The idea behind slotContext is explained in details here: As I explain it below I think what is detailed in the previous link can be seen in a less prototype-centric way. I just forgot to paste this link: http://piumarta.com/pepsi

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

2007-10-29 Thread Quentin Mathé
in the same format. I would like to be able to load and save this model directly (in Gorm and in applications) rather than generating it from GNUstep view hierachy on nib loading. Cheers, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss

Re: European GNUstep Developer's Meeting

2007-07-25 Thread Quentin Mathé
network switches. I will bring two PC's and my NeXTstation. We ask you to bring a network cable if required. Remember to bring an electricity adapter for your computer if required. ok Cheers, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss

Re: Alpenstep workshop proposal

2007-06-18 Thread Quentin Mathé
(512 MB ram, 1.7 GHz cpu with 20 and 80 G disks for file serving and compiling). Will we want a projector, flip chart, printer ? I think it would be useful. Thanks Gerold, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list

Re: European GNUstep Developer's Meeting

2007-05-22 Thread Quentin Mathé
, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: FOSDEM 2007 organization - just 4 weeks left!!!

2007-01-27 Thread Quentin Mathé
with some gnustep apps. But that's only ideally :) -- I doubt we can have as much machines. So the first thing, before wishful thinking, is to know *what* hardware we can have. I will come with a MacBook. Cheers, Quentin. -- Quentin Mathé [EMAIL PROTECTED

Re: How to obtain GNUstep environment values without openapp or GNUstep.sh?

2006-12-05 Thread Quentin Mathé
Le 5 déc. 06 à 06:26, Richard Frith-Macdonald a écrit : On 5 Dec 2006, at 02:07, Quentin Mathé wrote: GNUSTEP_SYSTEM_ROOT, LD_LIBRARY_PATH etc. Just to be able to launch tool like gpbs with NSTask and without modifying PATH or using opentool. I would like to do the same for an application

How to obtain GNUstep environment values without openapp or GNUstep.sh?

2006-12-04 Thread Quentin Mathé
to achieve the same result? Cheers, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: How to obtain GNUstep environment values without openapp or GNUstep.sh?

2006-12-04 Thread Quentin Mathé
, and it will work. :-) If the environment is properly set, it should work :-) Thanks, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: How to use DO in a Foundation-based daemon

2006-10-20 Thread Quentin Mathé
Le 19 oct. 06 à 08:21, Richard Frith-Macdonald a écrit : On 19 Oct 2006, at 00:59, Quentin Mathé wrote: But I still think there is a host related issue, because my code seems correct if you take in account my daemon is for a single user on a single machine. In my test, it fails

Re: How to use DO in a Foundation-based daemon

2006-10-18 Thread Quentin Mathé
Hi Richard, Le 12 oct. 06 à 18:37, Richard Frith-Macdonald a écrit : On 12 Oct 2006, at 17:23, Quentin Mathé wrote: I'm looking for help on how to set up NSConnection properly in a gnustep daemon (Foundation only). I tried various strategies without success. I usually start gdomap from

How to use DO in a Foundation-based daemon

2006-10-12 Thread Quentin Mathé
) (127.0.0.1, 127.0.1.1))' If I link AppKit and I call [NSApp run] instead of setting up my own run loop, -registerName: returns NO failing in a clear manner. Cheers, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss

Re: Tabbing into not editable cells

2006-09-08 Thread Quentin Mathé
Le 20 août 06 à 13:49, Quentin Mathé a écrit : Le 7 juil. 06 à 02:20, Fred Kiefer a écrit : Andreas Höschler schrieb: I just discovered a serious bug in NSTableView. We have a column in the tablevie that is set to setEditable:NO. This successfully prevents the user from doubleclicking

Re: Development help requested

2006-09-05 Thread Quentin Mathé
. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Camaelon - GNUstep

2006-09-02 Thread Quentin Mathé
more free-time to spend on other important Étoilé specific tasks. Cheers, Quentin -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Tabbing into not editable cells

2006-08-20 Thread Quentin Mathé
the delegate, if there is one. Could somebody please verify what the behaviour on MacOSX is like? If verifying the behavior on Mac OS X is still needed, I can do it. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list

Re: Building étoilé on MacOSX

2006-07-31 Thread Quentin Mathé
Menulet depends on ServiceBarKit but is built before, so indeed no lib to link with. This problem should now be fixed (with the svn repository r890). Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

How to control when SUBPROJECTS are compiled ?

2006-07-30 Thread Quentin Mathé
this behavior. Right now I can only think of one solution : to move my project source source in a subproject. May be someone knows a trick to control subprojects vs project source build order ? Thanks, Quentin. -- Quentin Mathé [EMAIL PROTECTED

Re: How to control when SUBPROJECTS are compiled ?

2006-07-30 Thread Quentin Mathé
Le 30 juil. 06 à 15:28, Yves de Champlain a écrit : Le 06-07-30 à 06:34, Chris Vetter a écrit : On 2006-07-30 12:08:25 +0200 Quentin Mathé [EMAIL PROTECTED] internet.fr wrote: [...] Right now I can only think of one solution : to move my project source source in a subproject. May

Re: How to control when SUBPROJECTS are compiled ?

2006-07-30 Thread Quentin Mathé
:-) Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: [Etoile-dev] Re: Io language for StepTalk on Cocoa

2006-05-30 Thread Quentin Mathé
Le 26 mai 06 à 09:56, Stefan Urbanek a écrit : Citát Quentin Mathé [EMAIL PROTECTED]: Le 25 mai 06 ŕ 12:03, Nicolas Roard a écrit : Really cool ! io_objc works fine on gnustep. Impressive ! in StepTalk it seems to be broken though (seems a problem not saving the context) Good news, I can

Re: [Etoile-dev] Re: Io language for StepTalk on Cocoa

2006-05-25 Thread Quentin Mathé
-env AppKit). I'm going to commit it in Étoilé repository really soon. Thanks, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: NSComboBoxCell bug

2006-05-11 Thread Quentin Mathé
, show it with some example code. Will know more on the issue after some tests. Cheers, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: [Q] '_OBJC_INSTANCE_0' defined but not used

2006-05-04 Thread Quentin Mathé
they are defined. Do you know what does that mean and how to fix the problem if it exists? I don't know but I encountered the same issue when compiling -base on Mac OS X 10.4.6 with FSF GCC 4.1. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss

Re: GNUstep on MacOSX

2006-05-01 Thread Quentin Mathé
Le 24 avr. 06 à 13:47, Yves de Champlain a écrit : Le 06-04-24 à 06:52, Quentin Mathé a écrit : Well it's a bit off topic, but may be you can help me… Right now, I'm unable to compile FSF GCC 4.1 on Mac OS X 10.4, I just got this error : Then I suppose I have to install libgmp

Re: Etoile on MacOSX

2006-05-01 Thread Quentin Mathé
, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Google summer of code

2006-04-27 Thread Quentin Mathé
://www.gnu.org/software/soc-projects/ideas.html I would like to know also if the tasks/projects mentionned in the previous page for GNUstep are just only an extract of what you can choose on this page : http://mediawiki.gnustep.org/index.php/Summer_Of_Code_2006 ? Thanks, Quentin. -- Quentin Mathé

Re: [ANN] Azalea preview

2006-04-26 Thread Quentin Mathé
(at least when you are letting X11 handling the window decorations). You can observe that any windows with a toolbar are slowly shifted to the bottom right corner when you repeatedly hide/unhide the toolbar. Quentin. -- Quentin Mathé [EMAIL PROTECTED

Re: GNUstep on MacOSX

2006-04-24 Thread Quentin Mathé
Le 24 avr. 06 à 01:53, Yves de Champlain a écrit : Le 06-04-23 à 18:26, Quentin Mathé a écrit : Well the last time I tried, basically I was getting a segmentation fault every times I was loading a bundle (using FSF GCC 4.0.1, and GNUstep repository version from 3 weeks ago). I stumbled

Re: GNUstep on MacOSX

2006-04-23 Thread Quentin Mathé
Le 8 avr. 06 à 01:14, Yves de Champlain a écrit : Le 06-04-06 à 08:25, Quentin Mathé a écrit : Le 6 avr. 06 à 04:01, Yves de Champlain a écrit : preliminary tests show that GNUstep runs on Tiger. Two conditions : 1- disable glx in back 2- don't have aspell installed (--disable-aspell

Re: GNUstep on MacOSX

2006-04-06 Thread Quentin Mathé
(Apple) Happy to hear the issue is finally sorted out :-) I'll commit everything to darwinports soon Do you mean current GNUstep svn repository already includes working bundle support ? Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss

Re: FOSDEM 2006 page

2006-03-07 Thread Quentin Mathé
website css. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: FOSDEM 2006

2006-03-07 Thread Quentin Mathé
it with me. I hope to have a laptop next year also (not sure though). Cheers, Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: ANN: MaxCurve Theme for Camaelon

2006-03-05 Thread Quentin Mathé
look at http://brante.dyndns.org/gnustep. Nice :-) I added a link to it in Camaelon page. Look here: http:// www.dromasoftware.com/etoile/mediawiki/index.php?title=Camaelon Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing

Re: Windows and GnuStep

2006-02-05 Thread Quentin Mathé
, Let's calm down about the new svn repository ;-) Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Windows and libraries, again

2006-02-04 Thread Quentin Mathé
any mails from you on gnustep-dev in past days. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Getting Started w/ GNUSTEP-GUI

2006-02-02 Thread Quentin Mathé
y:(int)y; - (void)setPixel:(unsigned int[])p atX:(int)x y:(int)y; #endif Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: NSComboBox delegate

2006-02-02 Thread Quentin Mathé
are : - control:textShouldBeginEditing: - control:textShouldEndEditing: - controlTextDidBeginEditing: - controlTextDidChange: - controlTextDidEndEditing: I hope I haven't made wrong statements :-) Let me know whether it works better this way or not. Quentin. -- Quentin Mathé [EMAIL PROTECTED

Re: Two random thoughts

2005-12-16 Thread Quentin Mathé
. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: NSPredicate

2005-10-23 Thread Quentin Mathé
Kiselkov because he was needing them for CoreData. He may have done more work on theses classes and may be too committed them to gscoredata repository, I haven't checked recently though. Enrico, I can send you the version I sent to Saso if you are interested. Cheers, Quentin. -- Quentin Mathé

Re: Proposal: Subversion Migration

2005-10-22 Thread Quentin Mathé
happen as CVS branches. True. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Gorm on Mac OS 10.4.2?

2005-09-23 Thread Quentin Mathé
occurs. I must say I have been unable to fix it by myself. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: _NSUncaughtExceptionHandler Windows question

2005-09-12 Thread Quentin Mathé
such uncaught exception handler called (my setup code was in main() too), this behavior seems to be documented nowhere and NSApplication should probably setup its own exception handler as a fall back when we create our own. Quentin. -- Quentin Mathé [EMAIL PROTECTED

Re: RFC: StepTalk semi-persistent shared environment(s)

2005-08-31 Thread Quentin Mathé
to external KILL signal, that is, KILL to self)?Environment terminateQuentin.--Quentin Mathé[EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: customize GNUstep

2005-06-22 Thread Quentin Mathé
Le 22 juin 05 à 15:13, Richard Frith-Macdonald a écrit : On 2005-06-22 13:40:49 +0100 Adam Fedor [EMAIL PROTECTED] wrote: From: Quentin Mathé [mailto:[EMAIL PROTECTED] Well currently GSToolbarView supports custom colors but this feature is not documented because it may change a bit

Re: GNUstep support for Core Data?

2005-06-16 Thread Quentin Mathé
Le 15 juin 05 23:40, Sao Kiselkov a crit : In Mac OS X 10.4, Apple added `Core Data', a framework that allows data manipulation (see developer.apple.com for more information). I think that GNUstep should have support for Core Data. Samuel Lauber I'm currently working on an

Re: ComboBox in TableView no longer works

2005-06-12 Thread Quentin Mathé
Le 6 juin 05 à 15:00, Fred Kiefer a écrit : Quentin Mathé wrote: Le 24 mai 05 à 20:08, Andreas Höschler a écrit : I don't remember precisely the whole story now. But IIRC I would say combo boxes never worked in table view, because table view had and still has a broken cell support

Re: ComboBox in TableView no longer works

2005-06-06 Thread Quentin Mathé
it was better to support first standalone combo boxes and not embedded until I or somebody may find some time to fix cell support in table view. Quentin. -- Quentin Mathé [EMAIL PROTECTED] ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http

  1   2   >