Re: First release of corebase coming soon

2012-05-22 Thread Fred Kiefer
On 21.05.2012 17:42, Stefan Bidi wrote: For those of you not familiar with the project, the GNUstep-corebase project is a free software implementation of the CoreFoundation library. I plan on making a release of GNUstep-corebase in a few weeks. Since this is the first release, and the code is

Re: DBus Menu in Gtk theme

2012-05-22 Thread Fred Kiefer
I don't think that libdbusmenu-glib is the way to go. We have a excellent DBUS interface in GNUstep and should build on that when implementing a theme that wants to handle menus that way. Please have a look at DBusKit before starting any other implementation on this issue. DBusKit was

Re: Script for installation on Ubuntu updated

2012-05-20 Thread Fred Kiefer
On 19.05.2012 23:15, Ivan Vučica wrote: Hi all, The script I already mentioned a couple of times is updated, and now also lives in a Mercurial repository instead of on my Dropbox account. https://bitbucket.org/ivucica/gnustep-ubuntu It's updated for latest GNUstep (which now seems to require

Re: Blurred GUI elements

2012-05-13 Thread Fred Kiefer
On 13.05.2012 12:38, Riccardo Mottola wrote: Hi, On 05/13/12 05:02, Eric Wasylishen wrote: Hey Riccardo, From the screenshot, it looks like in the window on the right, everything below the line under the General popup box is offset vertically by 0.5 or so. The easiest way to track down this

Re: Gorm: Editing a TextField - multiline support?

2012-05-06 Thread Fred Kiefer
On 06.05.2012 10:44, David Chisnall wrote: On 6 May 2012, at 09:38, Csanyi Pal wrote: NSTextField is designed to enter short text which (usually) fits on a line. If you want multi-line input you should be using a NSTextView instead. Actually what I want is a multiline output for Help text

Re: building gworkspace in a debian system where other components exist

2012-05-03 Thread Fred Kiefer
On 03.05.2012 22:39, Dan Hitt wrote: I have a debian 6.0.4 (squeeze) system. I installed the gnustep packages---24 of them, according to dpkg --get-selections | grep -i gnustep | wc The Window Maker program on debian is version 0.92, but i was advised to run with 0.95.2. So i compiled

Re: NSWindow receives NSAppKitDefined/GSAppKitWindowMoved strange messages with x = -1

2012-05-03 Thread Fred Kiefer
On 30.04.2012 19:39, Philippe Roussel wrote: Le 30/04/2012 18:16, Philippe Roussel a écrit : Le 30/04/2012 17:03, Fred Kiefer a écrit : Not handling move and reparenting events when the window is not visible sounds like a great idea to me. The only problem is that we would need to test

Re: NSWindow receives NSAppKitDefined/GSAppKitWindowMoved strange messages with x = -1

2012-04-30 Thread Fred Kiefer
On 28.04.2012 23:26, Philippe Roussel wrote: Le 28/04/2012 00:08, Fred Kiefer a écrit : Thank you for running this analysis. It looks like the XTranslateCoordinates call produces incorrect results. I don't have the time to look into this until early next week. Perhaps you are able to find out

Re: NSWindow receives NSAppKitDefined/GSAppKitWindowMoved strange messages with x = -1

2012-04-27 Thread Fred Kiefer
On 27.04.2012 19:44, Philippe Roussel wrote: Hi all, I'm currently chasing a strange behaviour. Preferences panels saving their position with [NSWindow -setFrameAutosaveName:] and friends are often redisplayed on the top left corner of the screen. Looking at the application defaults I found

Re: NSWindow receives NSAppKitDefined/GSAppKitWindowMoved strange messages with x = -1

2012-04-27 Thread Fred Kiefer
On 27.04.2012 23:30, Philippe Roussel wrote: Le 27/04/2012 22:53, Philippe Roussel a écrit : Hi Fred, Le 27/04/2012 22:33, Fred Kiefer a écrit : Hi Philippe, you code may work around the problem, but I would like to first understand what is causing it. You could add a break point on your

Re: problem loading GWorkspace DesktopPreferences Gorm file

2012-04-24 Thread Fred Kiefer
On 24.04.2012 01:21, Sebastian Reitenbach wrote: On Monday, April 23, 2012 21:48 CEST, Fred Kieferfredkie...@gmx.de wrote: On 23.04.2012 19:31, Sebastian Reitenbach wrote: On Monday, April 23, 2012 10:49 CEST, Sebastian Reitenbachsebas...@l00-bugdead-prods.de wrote: On Monday, April 23,

Re: Error in -NSURL writeToPasteboard:

2012-04-24 Thread Fred Kiefer
On 24.04.2012 09:37, Andreas Schik wrote: Hi, I was trying to install a default OpenURL service on my system and came across the following: while my service was being called it could not read the URL from the pasteboard. The pasteboard passed to my service reported an empty list of types, while

Re: Error in -NSURL writeToPasteboard:

2012-04-24 Thread Fred Kiefer
+0200 Von: Wolfgang Lux wolfgang@gmail.com An: Fred Kiefer fredkie...@gmx.de CC: discuss-gnustep@gnu.org Betreff: Re: Error in -NSURL writeToPasteboard: Fred Kiefer wrote: On 24.04.2012 09:37, Andreas Schik wrote: Hi, I was trying to install a default OpenURL service on my system

Re: problem loading GWorkspace DesktopPreferences Gorm file

2012-04-23 Thread Fred Kiefer
On 23.04.2012 19:31, Sebastian Reitenbach wrote: On Monday, April 23, 2012 10:49 CEST, Sebastian Reitenbachsebas...@l00-bugdead-prods.de wrote: On Monday, April 23, 2012 09:54 CEST, Riccardo Mottolariccardo.mott...@libero.it wrote: Sebastian Reitenbach wrote: I'm testing GWorkspace for a

Re: NSTextField setStringValue nil value

2012-04-23 Thread Fred Kiefer
Have you done more tests on this? Who is raising the exception, the text field, the control or the cell? Or will I have to do these tests myself? In [NSCell-setStringValue:] we have this code: if (aString == nil) { NSDebugMLLog (@MacOSXCompatibility, @Attempt to

Re: problem loading GWorkspace DesktopPreferences Gorm file

2012-04-16 Thread Fred Kiefer
On 15.04.2012 20:03, Sebastian Reitenbach wrote: Hi, I'm testing GWorkspace for a new release, and found, that the DesktopPrefs Gorm file doesn't load anymore: 2012-04-15 19:41:40.380 GWorkspace[7146] Exception occured while loading model: expected array count 8 and got 134479950 2012-04-15

Re: GNUmail on NetBSD

2012-04-13 Thread Fred Kiefer
this up with the GNUmail folks as a possible bug. On Thu, Apr 12, 2012 at 2:16 PM, Fred Kiefer fredkie...@gmx.de wrote: On 12.04.2012 11:54, Riccardo Mottola wrote: On 04/07/12 11:44, Wolfgang Lux wrote: Fred Kiefer wrote: For NSASCIIStringEncoding the code in GSFromUnicode() should never

Re: GNUmail on NetBSD

2012-04-12 Thread Fred Kiefer
On 12.04.2012 11:54, Riccardo Mottola wrote: On 04/07/12 11:44, Wolfgang Lux wrote: Fred Kiefer wrote: For NSASCIIStringEncoding the code in GSFromUnicode() should never try to use iconv. We have the conversion for this format hard coded. Could you please add a breakpoint in this function

Re: GNUmail on NetBSD

2012-04-05 Thread Fred Kiefer
On 05.04.2012 17:32, Riccardo Mottola wrote: Hi, after years, I am trying to tackle the effort of getting GNUMail to work on NetBSD! It never did I got some precious suggestions from the amiling list, I am writing a better way on how the DNS resolver gets called. I fixed that now, but I don't

Re: Gorm/Interface Builder compatibility question

2012-04-02 Thread Fred Kiefer
In this specific case the problem you are seeing is a bug in the GNUstep gui code, the menu separator should encode itself as a normal menu item. I hope to find time to fix this later today, but wouldn't mind if anybody beats me on that. In the future please feel free to report this as a bug,

Re: Gorm/Interface Builder compatibility question

2012-04-02 Thread Fred Kiefer
Should be fixed in SVN now, please try again. On 02.04.2012 19:08, Fred Kiefer wrote: In this specific case the problem you are seeing is a bug in the GNUstep gui code, the menu separator should encode itself as a normal menu item. I hope to find time to fix this later today, but wouldn't

Re: [ANNOUNCE] FisicaLab 0.2.1

2012-03-28 Thread Fred Kiefer
On 27.03.2012 23:20, Eduardo Osorio Armenta wrote: It works thanks, now everything is cool again! would you like to point me out to information about this in code or wiki 2012-03-27 15:14:59.177 FisicaLab[2144] The font specified for NSFont, Helvetica, can't be found. 2012-03-27 15:14:59.613

Re: [ANNOUNCE] FisicaLab 0.2.1

2012-03-26 Thread Fred Kiefer
The patch is slightly incorrect. You forgot to replace shouldEditTableColumn: with willDisplayCell: in he header file. In the long run we also need to remember to replace int with NSInteger, but this change is still missing for this class. On 27.03.2012 00:46, Germán Arias wrote: On

Re: Illegal instruction when running plmerge or a built app

2012-03-20 Thread Fred Kiefer
On 20.03.2012 00:18, David Chisnall wrote: On 19 Mar 2012, at 21:38, Alister Hood wrote: OK, thanks, that seems more promising - no illegal instruction running plmerge when building things. But it still crashes when I try to run any app. After also rebuilding gnustep-gui with debugging

Re: Illegal instruction when running plmerge or a built app

2012-03-18 Thread Fred Kiefer
Most likely this is caused by a compiler bug. The code in this function looks correct to me, it involves a lot of implicit type cast though and most likely one of them goes wrong for you. We could try to track this down and add more explicit type casts to convince your compiler to do things

Re: Bean: current problems

2012-03-13 Thread Fred Kiefer
On 13.03.2012 15:15, Riccardo Mottola wrote: Hi, 3) the toolbar items look strange. I don't think they need to have toolbar label: in the description Not visible on my machine. See screen shot. I just rebuilt Bean from scratch on my laptop. I still get those weird labels. I built bean with

Re: API differences between GNUstep and OS X

2012-02-27 Thread Fred Kiefer
On 27.02.2012 01:06, Jens Alfke wrote: I’ve gotten past my installation problem (thanks everyone!) and now I’m getting down to making my code compile. I’m running into a lot of issues where APIs are different or missing. Some of these are Linux vs. BSD (e.g. digittoint), some are Apple

Re: NSXML* classes

2012-02-26 Thread Fred Kiefer
On 26.02.2012 18:58, Ivan Vučica wrote: On Wed, Feb 22, 2012 at 17:32, Gregory Casamento greg.casame...@gmail.comwrote: Ivan, I will have some time to look into the cause tonight. GC Hi Gregory, you've talked about my use of fast iteration making it hard for you to use SlaveOPML for

Re: NSXML* classes

2012-02-26 Thread Fred Kiefer
On 26.02.2012 18:58, Ivan Vučica wrote: However, looks like an XPath query called on an NSXMLNode still doesn't return results as under OS X. That is, having called: NSArray *opmlNodes = [self nodesForXPath:@./opml error:nil]; [self setOpmlRoot:[opmlNodes objectAtIndex:0]]; with self

Re: NSXML* classes

2012-02-24 Thread Fred Kiefer
Am 23.02.2012 um 19:09 schrieb Richard Frith-Macdonald rich...@tiptree.demon.co.uk: On 23 Feb 2012, at 17:48, Gregory Casamento wrote: Fred, I see that Doug replied to the rest of it, I just have a couple questions... On Thu, Feb 23, 2012 at 4:37 AM, Fred Kiefer fredkie...@gmx.de

Re: NSXML* classes

2012-02-23 Thread Fred Kiefer
On 22.02.2012 20:45, Gregory Casamento wrote: There are unit tests for the XPath code, but it's only one or two cases. I need to build out the test cases to more thoroughly test the code. Anyone else who is interested should (if they would like) also put more cases in the make sure we have

Re: Testers wanted for MPDCon and Zipper

2012-02-22 Thread Fred Kiefer
On 22.02.2012 09:46, Wolfgang Lux wrote: Sebastian Reitenbach wrote: On Wednesday, February 22, 2012 06:10 CET, Germán Ariasger...@xelalug.org wrote: On 2012-02-17 14:26:53 -0600 Sebastian Reitenbach sebas...@l00-bugdead-prods.de wrote: Hi, GAP is proud to announce its two new

Re: Testers wanted for MPDCon and Zipper

2012-02-22 Thread Fred Kiefer
On 22.02.2012 12:40, Wolfgang Lux wrote: Riccardo Mottola wrote: Hi, I am not able to reproduce this behaviour here (OpenSuse 12.1, gcc 4.6, 64bit). I get plenty of horrible compiler warnings from Zipper (current CVS), which really should be fixed before looking deeper into any issue with

Re: Testers wanted for MPDCon and Zipper

2012-02-22 Thread Fred Kiefer
Looks like you fixed some more bugs since this mail. Most of he still remaining warnings should be caused by NSNotFound being of type NSUInteger and the code is using it as an int. Just change all these places to NSUInteger. On 22.02.2012 15:51, Sebastian Reitenbach wrote: On Wednesday,

Re: FOSDEM Slides

2012-02-22 Thread Fred Kiefer
On 22.02.2012 18:53, Dr. H. Nikolaus Schaller wrote: 2. Are the described frameworks (CoreTelephony, CoreWLAN, MKMapKit, CoreLocation) available with GNUstep, or do they require the rest of QuantumStep? I think yes. They use the standard Foundation/AppKit (Base/GUI) API. Have you thought

Re: NSXML* classes

2012-02-22 Thread Fred Kiefer
Are there any more serious test cases for this code? I mean we have excellent code to test the working of the basic operations on the NSXML* classes, but is there any real world example available as well? On 22.02.2012 17:32, Gregory Casamento wrote: Ivan, I will have some time to look into

Re: GNUstep github mirror status...

2012-02-20 Thread Fred Kiefer
On 20.02.2012 14:28, Derek Fawcus wrote: You could partially mitigate the issue that David highighted by grouping the svn repositories in to the git repositories - albeit as multi-header repositories, then it would be possible to commit to aggregate repositories. e.g. Make :make

Re: Find value of GNUSTEP_XXX_APPS

2012-02-19 Thread Fred Kiefer
Calling NSSearchPathForDirectoriesInDomains(NSApplicationDirectory, NSSystemDomainMask, YES) should do the trick. On 19.02.2012 17:44, Sebastian Reitenbach wrote: Hi, for Zipper, I was looking for an easy way to find out GNUSTEP_SYSTEM_APPS. I know I can use gnustep-config

Re: Bean: current problems

2012-02-18 Thread Fred Kiefer
On 16.02.2012 10:38, Riccardo Mottola wrote: Hi, with Bean I notice several problems. I don't imply that they are regressions, perhaps they have been this way since ages, I didn't try Bean lately, so I don't remember. Screenshot attached. 1) the color encoding problem Fred mentions. The

Re: refresh problem when resizing split panes

2012-02-18 Thread Fred Kiefer
:-( On 24.01.2012 23:35, Fred Kiefer wrote: I had almost forgotten about this old problem, as we no longer use XOR operations directly in the normal GNUstep code. There are at least to different issues here. First the Cocoa documentation states that NSCompositeHighlight gets mapped

Re: Bean through GnuStep - newbie on Linux question

2012-02-16 Thread Fred Kiefer
On 16.02.2012 08:57, Riccardo Mottola wrote: On 02/15/12 23:07, springbunn...@gmail.com wrote: I presently use the excellent word processor for mac called Bean. The author of Bean said he believed a version for Gnustep was created. The author is right. We forked a snapshot and are trying to

Re: GNA is down...

2012-02-14 Thread Fred Kiefer
On 14.02.2012 09:18, Richard Frith-Macdonald wrote: On 14 Feb 2012, at 06:07, Gregory Casamento wrote: Fossil, while it seems good and very comparable to both git and hg is not very well known and not widely adopted. I've learned in my career that, while something might be technically

Re: FOSDEM Slides

2012-02-13 Thread Fred Kiefer
On 13.02.2012 09:11, Sebastian Reitenbach wrote: I added the slides for my first two talks, and for Freds talk about the -gui improvements. Just to repeat myself, it was Eric's talk I only gave it. And I would like to thank Eric once more for preparing it. Fred

Re: GNA is down...

2012-02-13 Thread Fred Kiefer
On 11.02.2012 19:23, Riccardo Mottola wrote: Gregory Casamento wrote: GNA is still down. I'm wondering if we shouldn't explore alternatives at this point. In either case once it does come back I'm going to set up another svn repo locally that pulls the latest every day so that we always have

Re: Voting: do you want to move to git?

2012-02-13 Thread Fred Kiefer
On 13.02.2012 20:45, Amr Aboelela wrote: Why don't we make voting about moving to git? Do you want to move to git? Pls answer yes or no. My answer is: YES Sorry, but I would prefer to gather a few more arguments and hands on experience before voting about the move to another version

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

2012-02-13 Thread Fred Kiefer
On 13.02.2012 22:09, Eric Wasylishen wrote: One big advantage of dvcs's, which is something I don't hear discussed a lot, is how much better the GUI's are for reviewing recent commits made by other people. In my opinion, every active developer should be reviewing the diffs of most commits to

Re: crash in FlexiSheet

2012-02-07 Thread Fred Kiefer
On 07.02.2012 00:40, Riccardo Mottola wrote: Hi, Is datasrc nil? Could be the message-returning-struct sent to nil bug. Thank you. a as a quick test, I exit the method directly if datasrc is nil and I get no creash anymore. At a first sight, it might be reasonable to skip the whole method

Re: Re : Segmentation fault in NSCell

2012-02-07 Thread Fred Kiefer
On 07.02.2012 15:22, Lucas Schnorr wrote: On Tue, Feb 7, 2012 at 14:56, Mathieu Suenmathieus...@yahoo.fr wrote: My guess is: 0xdeadface = dead face? The pointer is already freed. Yes, this is definitely a double free isue. You are freeing an object that was already deallocated. What did

Re: FOSDEM Firday Dinner

2012-02-03 Thread Fred Kiefer
In a private mail David proposed to meet at 18:30 in the lobby of his hotel the Novotel near the Grand Place. We can decide there where we go to for dinner and when to join the beer event. Fred On the road Am 02.02.2012 um 23:59 schrieb Fred Kiefer fredkie...@gmx.de: David already organized

FOSDEM Firday Dinner

2012-02-02 Thread Fred Kiefer
David already organized dinner for Thursday, but what about Friday? Is there anybody not going to the beer event, or hungry enough to meet up after it? I remember that Indian restaurant close to David's hotel we went to last year and I really liked it there. It was called Feu de Bengales and

Re: Error while compiling on windows

2012-02-01 Thread Fred Kiefer
On 01.02.2012 16:04, riccardo.mott...@libero.it wrote: Hi, while compiling (on windows), I get: Compiling file GSThemeInspector.m ... GSThemeInspector.m: In function `-[GSThemeInspector update:]': GSThemeInspector.m:181: warning: `NSClipView' may not respond to `-bounds'

Re: crash in FlexiSheet

2012-01-30 Thread Fred Kiefer
On 30.01.2012 23:39, Riccardo Mottola wrote: Hi With your latest changes, it now also compiles with --non-fragile-abi, so the bug in the bug tracker can be closed too. It starts up, and I was able to open a new spreadsheet. A bit more testing will follow later today. That is good. I fixed

Re: Problem with NSTextView

2012-01-29 Thread Fred Kiefer
When decoding actions we call, NSSelectorFromString() and this internally uses sel_registerName(). According to your mail this is the right way to do it even for clang. You talk about a wrong way to generate selectors, could you explain what that would be? Fred On 29.01.2012 12:54, David

Re: Problem with NSShortDateFormatString

2012-01-29 Thread Fred Kiefer
On 29.01.2012 16:45, Riccardo Mottola wrote: Hi, On 01/28/12 13:36, Sebastian Reitenbach wrote: Hi, while looking into AddressManager, I found, I can enter a birth date, but its not shown there. Its using this in Frameworks/AddressView/ADPersonPropertyView+Private.m to set the value that

Re: ride for FOSDEM

2012-01-29 Thread Fred Kiefer
Your kind offer comes to late for me. I already have my train booked and it is to late to cancel that. Fred On 29.01.2012 22:39, Gerold Rupprecht wrote: Hi, I am looking to share the drive and or expenses for anyone wishing to go to FOSDEM. See below for how to contact me. I have decided to

Re: Problem with NSShortDateFormatString

2012-01-28 Thread Fred Kiefer
I tried to debug into this in base, but I am rather confused by the code in NSUserDefaults. What goes on there is really complicated and has to be. Still there could be a problem I am puzzled by the line 945 in NSUserDefaults.m using uL instead of nL as I would expect. But then, I really don't

Re: Problem with NSTextView

2012-01-28 Thread Fred Kiefer
On 28.01.2012 17:44, Sebastian Reitenbach wrote: On Saturday, January 28, 2012 14:44 CET, David Chisnallthera...@sucs.org wrote: Hi Sebastian, If you put a breakpoint on objc_selector_type_mismatch, you will enter the debugger whenever this is warning will be printed. OK, so I did

Re: window height problem - inwindow menu

2012-01-28 Thread Fred Kiefer
On 17.01.2012 15:29, Riccardo Mottola wrote: Hi, when using an in-window menu like the windows native theme, the window does not resize vertically to accomodate the menu bar if the window has a fixed maximum size, instead the menu overwrites the top of the interior frame. I'm pretty sure it

Re: error while opening AddressManager

2012-01-27 Thread Fred Kiefer
The corresponding real back trace is easy to get. Set a break point on [NSException raise] and run AddressManager, try to add a new person and you will get: Breakpoint 1, -[NSException raise] (self=0xbe3db8, _cmd=0x770d69e0) at NSException.m:955 955 { (gdb) bt #0 -[NSException

Re: error while opening AddressManager

2012-01-27 Thread Fred Kiefer
Lux wrote: Fred Kiefer wrote: The corresponding real back trace is easy to get. Set a break point on [NSException raise] and run AddressManager, try to add a new person and you will get: [...] This could be either fixed in AddressView, by not setting the string of a NSTextView to nil. Or we

Re: Tests

2012-01-24 Thread Fred Kiefer
: create.m:91 ... Strict path of http://www.w3.org/silly-file-name is silly-file-name --- Running tests in CFUUID --- 154 Passed tests 8 Failed tests 1 Failed file 1 Dashed hope On 23.01.2012 16:09, Fred Kiefer wrote: I did not get around to test your code on MacOSX

Re: Password fields and bullets

2012-01-24 Thread Fred Kiefer
Done, although I don't think a code freeze is the best time to implement this feature. We should rather stick with fixing important bugs than implementing or improving features. Fred On 24.01.2012 09:48, Riccardo Mottola wrote: Hi, since we are near a release, it would be nice to fix the

Re: refresh problem when resizing split panes

2012-01-24 Thread Fred Kiefer
I had almost forgotten about this old problem, as we no longer use XOR operations directly in the normal GNUstep code. There are at least to different issues here. First the Cocoa documentation states that NSCompositeHighlight gets mapped to NSCompositeSourceOver just as we do in the cairo

Re: [FOSDEM 2012] GNUstep Devroom Schedule final - last call for changes

2012-01-21 Thread Fred Kiefer
Fine by me, as long as we drop the Planned/upcoming features part. I already once lost my credibility by talking about gui 1.0 :-) I will need another laptop to give the talk, as mine is so unreliable now that I wont bring it along to FOSDEM. Will it be OK to mail the presentation to you

Re: NSXMLDocument and friends

2012-01-16 Thread Fred Kiefer
On 16.01.2012 02:43, Ivan Vučica wrote: glancing over NSXMLDocument, it looks like it's mostly unimplemented. Can someone confirm if that is correct? Greg and Doug are currently working on the NSXML classes which will result in a complete rewrite based on libxml. Still I would not call the

Re: [FOSDEM 2012] Preliminary GNUstep Devroom Schedule

2012-01-16 Thread Fred Kiefer
Sebastian, I see that you have three talks in a row. I would like to help you with that load, but will definitely not be able to say anything on the first two subjects. Maybe I could jump in and help with the GAP presentation? I am also still planing to prepare a (very) short talk on the

Re: Vespucci doesn't show images anymore

2012-01-16 Thread Fred Kiefer
On 15.01.2012 14:27, Sebastian Reitenbach wrote: I use gnustep -base, -gui (linked against ImageMagick), -back (cairo) from svn. (not yet the latest changes that went in with regard to the images loading speedup). I use simplewebkit from svn, and Vespucci from GAP CVS. I'm on OpenBSD i386

Re: Slow application startup when using a theme

2012-01-09 Thread Fred Kiefer
On 09.01.2012 00:58, Philippe Roussel wrote: Hi, I just noticed that applications start a lot slower when using a non default theme like Neos. To test this I added a NSLog as the first line of the AppController -init method and this is what I get (with a hacky method). With GNUstep theme :

Re: -base svn compilaton fails in NSJSONSerialization.m

2012-01-04 Thread Fred Kiefer
Greg, this is the second time within just a few days I had to clean up after you. You seem to be using a compiler that allows for duplicate ivar names, some of us don't. Could you please check manually before committing a change that the name you use is not used by subclasses? I only

Re: invalid printinfo data, NetBSD

2012-01-03 Thread Fred Kiefer
On 03.01.2012 08:57, Riccardo Mottola wrote: Hi, My only nitpick now remains that perhaps we should return nil as printInfo if the PPD information is invalid, and not some partial object. The only thing we could do here is to raise an exception, if the files could not be read. Probably this

Re: Fireplace.app

2012-01-01 Thread Fred Kiefer
Hi Ivan, Happy New Year to you as well! This looks like a very promising application. I wanted to help with the drawing problem and tried to read through the code, but failed in understanding the interaction. Sorry, this is to complex to see the problem easily. Fred On 01.01.2012 06:49,

Re: empty document at Graphos startup

2011-12-17 Thread Fred Kiefer
On 16.12.2011 20:26, Germán Arias wrote: On 2011-12-16 03:14:08 -0600 Riccardo Mottola riccardo.mott...@libero.it wrote: recently, when I use Graphos, I can't create usable new documents: the window creates, but there is no usable area inside. I did not change anything in Graphos and this used

Re: printing, default printer

2011-12-15 Thread Fred Kiefer
The main printing change I could find for the last few months was some cleanup I did in June (http://svn.gna.org/viewcvs/gnustep?view=revisionrevision=33252) when switching to newer methods for the print panel. I don't have any idea how this could be causing the issue, but will look into it on

Re: printing, default printer

2011-12-15 Thread Fred Kiefer
committed that change. Eric On 2011-12-15, at 1:40 AM, Fred Kiefer wrote: The main printing change I could find for the last few months was some cleanup I did in June (http://svn.gna.org/viewcvs/gnustep?view=revisionrevision=33252) when switching to newer methods for the print panel. I don't have

Re: characters problems in terminal

2011-11-27 Thread Fred Kiefer
On 25.11.2011 10:20, Riccardo Mottola wrote: Hi, I could track this down to this obscure code in TerminalParser_Linux.m plenty of explaination, still it wont help to understand what is going on. code cut What my change in back did was to set the AltGr key as the second Alternate key for

Re: gnustep-using game available as public beta

2011-11-16 Thread Fred Kiefer
On 16.11.2011 03:55, Julian Mayer wrote: hey gnusteppers the reason why i've been filing gnustep bugs like a madman the past few weeks is that i've been porting a game from the mac to linux. i want to thank everyone involved for your great fixes and help getting my app running (and

Re: Fwd: gnustep-base create $HOME/GNUstep/Library

2011-11-14 Thread Fred Kiefer
On 14.11.2011 09:25, Richard Frith-Macdonald wrote: Begin forwarded message: From: Julián Moreno Patiñodarkju...@gmail.com Date: 13 November 2011 21:58:31 GMT To: discuss-gnustep@gnu.org Subject: gnustep-base create $HOME/GNUstep/Library Hi Dear GNUstep Developers, I co-maintain open

Re: German Keyboard support...

2011-11-13 Thread Fred Kiefer
On 13.11.2011 17:22, Riccardo Mottola wrote: Hi, I'm seeing problems with supporting German keyboards on Windows. Does anyone have any experience regarding this? What is your problem? Are you referring to current SVN? Italian keyboards generally share the same problems. I do not ontice

Re: characters problems in terminal

2011-11-09 Thread Fred Kiefer
On 09.11.2011 00:39, Riccardo Mottola wrote: Hi, I noticed today that we have some troubles in terminal with characters generated with Alt-Gr (NetBSD in my case, I'll test elsewhere soon). I think we did not have them in the past, I would have noticed. On an Italian keyboard, I need alt-gr to

Re: characters problems in terminal

2011-11-09 Thread Fred Kiefer
On 09.11.2011 16:16, Riccardo Mottola wrote: Most likely this was caused by my recent change in gui to use AltGr as Alternate key. Could you locally test if undoing this change (it was in XGGServerEvent.m) resolves the problem for you? If this is the case I will have to undo my change and add

Re: GNUMail and Pantomime maintenance release

2011-11-08 Thread Fred Kiefer
On 08.11.2011 06:54, Germán Arias wrote: There are some minor changes in GNUMail (like a dot at AppIcon when GNUMail is hidden), This sounds like a nice little feature. Should we add this for all GNUstep applications? ___ Discuss-gnustep mailing

Re: GNUMail and Pantomime maintenance release

2011-11-08 Thread Fred Kiefer
On 08.11.2011 10:13, Wolfgang Lux wrote: Fred Kiefer wrote: On 08.11.2011 06:54, Germán Arias wrote: There are some minor changes in GNUMail (like a dot at AppIcon when GNUMail is hidden), This sounds like a nice little feature. Should we add this for all GNUstep applications? Maybe I'm

Re: fonts displaying strangely

2011-11-01 Thread Fred Kiefer
On 31.10.2011 23:39, Eric Wasylishen wrote: My idea of how to proceed is something like this: - add a method to NSLayoutManager for getting a range of glyphs and their advances as efficiently as possible, which should not be difficult (or maybe we already have that?). I'm not sure if I

Re: failing -base tests on OpenBSD 5.0 -current on sparc64

2011-10-30 Thread Fred Kiefer
Could you please re-test with the gcc libobjc instead of libobjc2? On 30.10.2011 16:07, Sebastian Reitenbach wrote: Hi, I thought I give it again a try, since the tests on i386 are now all fine for me. Before running the testsuite, I checked the testsuite of libffi, and I get the same output

Re: problems compiling gworkspace-0.9.0

2011-10-29 Thread Fred Kiefer
On 29.10.2011 00:27, Nir Borenshtein wrote: Hi, I'm trying to compile gworkspace-0.9.0 on my Ubuntu 4.4.3 and receives the following error: Making all for app GWorkspace... Linking app GWorkspace ... ./obj/GWorkspace.m.o: In function `-[GWorkspace validateMenuItem:]':

Re: some gnustep-base tests are randomly failing

2011-10-28 Thread Fred Kiefer
On 28.10.2011 16:44, Sebastian Reitenbach wrote: I found some time, trying to play with other locales so I did: export LC_CTYPE='en_US.UTF-8' and reran the testsuite for a couple of times. The random tests don't seem to fail anymore. But with the LC_CTYPE exported, some other tests fail

Re: some gnustep-base tests are randomly failing

2011-10-28 Thread Fred Kiefer
On 28.10.2011 19:03, Richard Frith-Macdonald wrote: On 28 Oct 2011, at 17:47, Sebastian Reitenbach wrote: On Friday, October 28, 2011 16:57 CEST, Fred Kieferfredkie...@gmx.de wrote: On 28.10.2011 16:44, Sebastian Reitenbach wrote: I found some time, trying to play with other locales so I

Re: releases for gorm or projectcenter??

2011-10-12 Thread Fred Kiefer
As I wrote previously, a release of Gorm or ProjectCenter before a gui/back release doesn't make any sense. We rather should discuss what the criteria for a gui release should be. I think it is the wrong time right now, as we have so many interesting bug reports to work on :-) On

Re: releases for gorm or projectcenter??

2011-10-11 Thread Fred Kiefer
On 11.10.2011 18:16, Sebastian Reitenbach wrote: usually the openbsd ports build with gcc-4.2.1 and the libobjc that comes with it. I plan to switch the ports to use clang/libobjc2 instead. I tried to compile the latest releases of gorm and projectcenter with clang/libobjc2. However, they fail

Re: Steven P. Jobs 1955-2011: Here's to the crazy one who inspired us all...

2011-10-07 Thread Fred Kiefer
Thank you Greg, your mail expresses how I feel about this myself. Just one little difference, I did join GNUstep because it was a free software project. That is why it makes me even sadder to read such ignorant statements from RMS. The free software movement should really be different to that.

Re: GNUstep on 10.7

2011-10-07 Thread Fred Kiefer
I think the original post was about libperformance, a GNUstep library not GNUstep itself. But this was so long ago, I might be wrong. Fred On the road Am 07.10.2011 um 23:24 schrieb Gregory Casamento greg.casame...@gmail.com: Nat, I don't speak for the FSF or for GNU, but as the

Re: Fwd: autogsdoc errors

2011-10-06 Thread Fred Kiefer
When you change your compiler or your libobjc you need to reconfigure, compile and install GNUstep make as some values get cached there. Does this answer your question or do you really want to know WHY this is happening? On 05.10.2011 23:46, Amr Aboelela wrote: does anyone knows why i am

Re: Steven P. Jobs 1955-2011: Here's to the crazy one who inspired us all...

2011-10-06 Thread Fred Kiefer
Thank you for writing this note. I have been thinking about putting a link to the commemoration page on the GNUstep web page. What do you think about this and who would be able to make this change? It has been twenty years now, but I still remember opening the first mail that got send to every

Re: Steven P. Jobs 1955-2011: Here's to the crazy one who inspired us all...

2011-10-06 Thread Fred Kiefer
have access to the webpage code, just tell me where you think we should put it. GC On Thu, Oct 6, 2011 at 2:55 PM, Fred Kiefer fredkie...@gmx.de wrote: Thank you for writing this note. I have been thinking about putting a link to the commemoration page on the GNUstep web page. What do you

Re: Failed gui test:NSView_autoresize_and_rounding WAS: gnustep compiled with clang and gworkspace problem

2011-10-05 Thread Fred Kiefer
First off and completely unrelated to the actual issue: GNUstep seems to use fake main on your system. Why is this the case? As far as I know this shouldn't be needed on any normal operating system. Could you please check the configuration output of base to find out what is going on here?

fake main Was: Failed gui test:NSView_autoresize_and_rounding WAS: gnustep compiled with clang and gworkspace problem

2011-10-05 Thread Fred Kiefer
Sorry for bringing this subject up. Better ignore it for now and stay on the original topic. If fake main is needed for your system and works, then it is ok to use it. There are a few drawbacks, but you can look into the options here later on. Fred On 05.10.2011 13:38, Sebastian Reitenbach

Re: gnustep compiled with clang and gworkspace problem

2011-10-03 Thread Fred Kiefer
The failed test for gui are unrelated to the GWorkspace issue. We shoudl start to flag tests that are expected to fail in gui, just as this was doen in base. The tests in gui are still somewhat minimal, any help with these is highly welcome. For me (with gcc) only one of the NSBrowser tests

Re: gnustep compiled with clang and gworkspace problem

2011-10-03 Thread Fred Kiefer
well be that clang an gcc result in different method signatures, although that is rather undesirable. The setDelegate_reload is one of the tests I expect to fail. On 03.10.2011 15:17, Sebastian Reitenbach wrote: On 10/03/11 12:50, Fred Kiefer wrote: The failed test for gui are unrelated

Re: problem with gworkspace-0.9.0 and gnustep-base-1.23.0

2011-10-02 Thread Fred Kiefer
On 02.10.2011 19:01, Sebastian Reitenbach wrote: On 10/01/11 23:07, Julian Mayer wrote: gnustep-gui-0.20.0, gnustep-back-0.20.1 gnustep-base to the new 1.23.0 i think i have encountered the same problem, this package combination just doesn't work. it didn't even compile for me until i linked

Re: Cross-compiling GNUstep?

2011-09-28 Thread Fred Kiefer
On 27.09.2011 20:09, David Chisnall wrote: HP has kindly sent me a TouchPad to play with, so I wanted to run GNUstep on it. I've managed to get clang to use their cross-build toolchain, but I'm having problems with the configure script for -base. It just aborts if you're cross compiling. Am

<    1   2   3   4   5   6   7   8   9   10   >