GModel support

2013-04-13 Thread Riccardo Mottola
Hi, with the last and only known application, Cenon, now being essentially a Mac port, we don't need GModels anymore. What do you think of not building it by default anymore and making a bundle so that Gorm can read them and save them to proper gorm files? I remember Gregory itched more tha

Re: GModel support

2013-04-13 Thread Maxthon Chan
Um, I think my project, a partly open-source social aggregation software, WebFusion, will have a Linux version that is a direct port (as in almost 100% code reused) from the Mac version. Hence it will not be the last known application. You can check out my GitHub for this project: https://gith

Re: GModel support

2013-04-13 Thread Riccardo Mottola
Maxthon Chan wrote: > Um, I think my project, a partly open-source social aggregation software, > WebFusion, will have a Linux version that is a direct port (as in almost 100% > code reused) from the Mac version. Hence it will not be the last known > application. > You use GModel? that doesn't e

Re: Gorm, NSCollectionView

2013-04-13 Thread Fred Kiefer
On 12.04.2013 23:52, foru...@smartmobili.com wrote: Hi, I would lile to open a xib file created under Xcode and that has an empty NSCollectionView, how can I slightly modify the GSXibKeyedUnarchiver to ignore this object or to display a dummy view ? Here is an extract of the xib file :

Re: Gorm, NSCollectionView

2013-04-13 Thread Fred Kiefer
On 13.04.2013 00:02, foru...@smartmobili.com wrote: While I am at it, I would like to understand some parts of Gorm and to debug it so I tried this : $ gdb /usr/local/bin/Gorm Reading symbols from /usr/local/bin/Gorm...done. (gdb) b loadFileWrapper: No source file named loadFileWrapper. Make br

Re: Cenon 4 with latest GNUstep and 64 bit

2013-04-13 Thread Fred Kiefer
On 13.04.2013 07:12, Germán A. Arias wrote: El jue, 11-04-2013 a las 19:50 +0200, Georg Fleischmann escribió: Hi Fred, I finally tested Cenon 4 with the latest GNUstep packages (gui 0.23.1, base 1.24.4) on SUSE 12.3, 64 bit. Cenon compiles and runs with your fixes applied. I also added a few m

Re: GNUstep on OSX

2013-04-13 Thread Richard Frith-Macdonald
On 12 Apr 2013, at 00:14, Ibadinov Marat wrote: > > On Apr 11, 2013, at 1:50 AM, Riccardo Mottola wrote: > >> Hi Ibadinow, >> >> >> Ibadinov Marat wrote: >>> Hello, fellow GNUstepers. >>> >>> For a quite some time i've been maintaining fork of GNUstep primarily >>> focused on OSX support and

Re: GModel support

2013-04-13 Thread Maxthon Chan
Well it depends. I will look into it and may end up using it. I may use it as a better AutoProtocol alternative. AutoProtocol is a tool that allow programmers to write Objective-C native bindings to an application server using JSON exchange over HTTP (HTTPS) without actually writing any code. I

Re: Gorm, NSCollectionView

2013-04-13 Thread Gregory Casamento
Fred, I will be working on getting those files merged this weekend for the new classes. I was very busy last week. I'll advise as to my progress. GC On Sat, Apr 13, 2013 at 4:41 AM, Fred Kiefer wrote: > On 12.04.2013 23:52, foru...@smartmobili.com wrote: > >> Hi, >> >> I would lile to open

Re: Gorm, NSCollectionView

2013-04-13 Thread forumer
Le 13.04.2013 16:44, Gregory Casamento a écrit : Fred, I will be working on getting those files merged this weekend for the new classes.  I was very busy last week.  Ill advise as to my progress. Ok thanks. I also have some questions about debugging and gdb, is there any way of inspecting

Re: Gorm, NSCollectionView

2013-04-13 Thread Sebastian Reitenbach
On Saturday, April 13, 2013 17:13 CEST, foru...@smartmobili.com wrote: > Le 13.04.2013 16:44, Gregory Casamento a écrit : > > Fred, > > > > I will be working on getting those files merged this weekend for the > > new classes.  I was very busy last week.  Ill advise as to my > > progress. > >

Re: Cenon 4 with latest GNUstep and 64 bit

2013-04-13 Thread A. Arias
El sáb, 13-04-2013 a las 10:56 +0200, Fred Kiefer escribió: > > I would expect that this issue isn't related to Cenon. The line in NSBox > that causes this is: > > NSSize borderSize = [theme sizeForBorderType: _border_type]; > > I would expect that it is the specific theme you are using