Re: [Gtk2hs-devel] [Fwd: Lenny and Mozilla 1.9]

2008-02-19 Thread Duncan Coutts
On Tue, 2008-02-19 at 22:28 +0100, Joachim Breitner wrote: > Hi Gtk2Hs team, > > could you please comment on this issue? I’m not sure where to look, and > you probably know the answer right away. No idea, would you like to try it and find out? We only use the GtkMozEmbed api so if that has not

[Gtk2hs-devel] Getting in touch with bug reporters

2008-04-20 Thread Duncan Coutts
I think we need to do something to make sure we can get back in touch with bug reporters to get extra information. There are a couple Windows bugs I just responded to where we really need more info to properly diagnose but it's not clear if we can get back in touch with the people who reported the

Re: [Gtk2hs-devel] patches pushed

2008-05-22 Thread Duncan Coutts
On Wed, 2008-05-21 at 21:08 -0400, Peter Gavin wrote: > Hi guys, > > I've pushed the patches I had in my repo. It looks like everything went > in ok, but the commit script didn't work: > > /home/duncan/bin/commit-messages-split.sh: line 15: > /home/darcs/bin/Xtract: No such file or directory >

Re: [Gtk2hs-devel] darcs patch: Missing link

2008-06-01 Thread Duncan Coutts
On Sun, 2008-06-01 at 15:36 -0400, Peter Gavin wrote: > Malebria wrote: > > Em Dom, 2008-06-01 às 20:30 +0200, Axel Simon escreveu: > >> On Jun 1, 2008, at 18:04, Malebria wrote: > >>> [typo in Windows.Dialog > >>> Antonio Regidor García <[EMAIL PROTECTED]>**20080406125153] > >> Did we see this pa

Re: [Gtk2hs-devel] Build problem on s390

2008-06-02 Thread Duncan Coutts
On Mon, 2008-06-02 at 11:48 +0200, Joachim Breitner wrote: > Hi, > > I got a last build problem for the Debian package, this time on s390, > and the problem appears in a different package: gtkrsync does not build, > and the maintainer believes the problem lies within the gtk2hs package: > > http

Re: [Gtk2hs-devel] [Fwd: Re: Status update for xulrunner 1.9 - maintainers, we need you]

2008-06-19 Thread Duncan Coutts
On Thu, 2008-06-19 at 17:16 -0300, Marco Túlio Gontijo e Silva wrote: > Hello there. > > I've tried to change the Debian gtk2hs package to use xulrunner-dev > instead of libxul-dev, but I got the problem that is described in this > e-mail. > > Do you know what kind of thing must be changed in Gt

[Gtk2hs-devel] building gtk2hs with Cabal

2008-06-19 Thread Duncan Coutts
Building gtk2hs with Cabal still needs a lot of work, but just as quick experiment to find out just how much work I had a go at the glib package since it's the smallest. I've pasted the glib.cabal file below. In addition to glib.cabal, I needed these changes... I hacked Cabal to pass the header f

Re: [Gtk2hs-devel] [Fwd: Re: Status update for xulrunner 1.9 - maintainers, we need you]

2008-06-20 Thread Duncan Coutts
On Thu, 2008-06-19 at 23:31 -0300, Marco Túlio Gontijo e Silva wrote: > Em Qui, 2008-06-19 às 22:10 +0100, Duncan Coutts escreveu: > > On Thu, 2008-06-19 at 17:16 -0300, Marco Túlio Gontijo e Silva wrote: > > It's looking for the pkg-config package xulrunner. We're aski

Re: [Gtk2hs-devel] building gtk2hs with Cabal

2008-06-20 Thread Duncan Coutts
On Fri, 2008-06-20 at 10:26 +0200, Axel Simon wrote: > As you can imagine, I am not happy about this at all. The thing is that > we have the new signal mechanism lying around for over a year and we > still haven't found time to incorporate the new signals. Though that's partly because we've not

Re: [Gtk2hs-devel] [Gtk2hs-commit] (main branch): Add transparency support to the clock demo

2008-06-22 Thread Duncan Coutts
On Sat, 2008-06-21 at 18:06 -0400, Peter Gavin wrote: > Hi Duncan, > > Peter Gavin wrote: > > Fri Jun 20 06:22:55 EDT 2008 Duncan Coutts <[EMAIL PROTECTED]> > > * Add transparency support to the clock demo > > > > hunk ./demo/cairo/Clock.hs 2

Re: [Gtk2hs-devel] [Fwd: Re: Problems to build with mozembed]

2008-06-24 Thread Duncan Coutts
On Tue, 2008-06-24 at 16:22 -0300, Marco Túlio Gontijo e Silva wrote: > Hello. > > I could build the gtk2hs package in current Debian sid, but I couldn't > run the gtkmozembed example, with the error message: > > ./testembedmoz: error while loading shared libraries: libxul.so: cannot > open shar

Re: [Gtk2hs-devel] [Fwd: Re: Problems to build with mozembed]

2008-06-24 Thread Duncan Coutts
On Tue, 2008-06-24 at 20:45 -0300, Marco Túlio Gontijo e Silva wrote: > Em Qua, 2008-06-25 às 00:36 +0100, Duncan Coutts escreveu: > > Sounds like you should try using libxul-embedding. Try the C test prog > > with: > > > > gcc test.c -o test `pkg-config --cflags --lib

Re: [Gtk2hs-devel] [Fwd: Re: Problems to build with mozembed]

2008-06-27 Thread Duncan Coutts
On Tue, 2008-06-24 at 23:39 -0300, Marco Túlio Gontijo e Silva wrote: > Em Qua, 2008-06-25 às 01:13 +0100, Duncan Coutts escreveu: > > Edit test.c to add #include before the #include > > line. > > By doing so I have: > > test.c:2:25: error: gtkmozembed.h: No such

Re: [Gtk2hs-devel] release

2008-06-27 Thread Duncan Coutts
On Fri, 2008-06-27 at 15:26 -0400, Peter Gavin wrote: > Hi guys, > > I'm going to go ahead and do the release now. I just want to know if > there are any new features I should list in the announcement that I > might not know about. I usually take a very quick skim through "darcs changes". >

Re: [Gtk2hs-devel] IconSize

2008-06-27 Thread Duncan Coutts
On Fri, 2008-06-27 at 20:03 -0300, Marco Túlio Gontijo e Silva wrote: > Shouldn't IconSize be: > > > data IconSize > > = IconSizeInvalid > > | IconSizeMenu > > | IconSizeSmallToolBar > > | IconSizeLargeToolBar > > | IconSizeButton > > | IconSizeDnd > > | IconSizeDialog > > instead

Re: [Gtk2hs-devel] pixbufNewFromFile documentation

2008-06-28 Thread Duncan Coutts
On Sat, 2008-06-28 at 12:14 +0200, Axel Simon wrote: > On Jun 28, 2008, at 2:11, Marco Túlio Gontijo e Silva wrote: > > > Hello. > > > > The documentation from pixbufNewFromFile :: FilePath -> IO Pixbuf > > gives: > > > > If an error occurs, the function will return Left (err,msg) where > > e

[Gtk2hs-devel] [Fwd: sourceview missing in new gtk2hs windows buid]

2008-08-10 Thread Duncan Coutts
Forwarded Message > From: Jürgen Nicklisch-Franken <[EMAIL PROTECTED]> > To: Duncan Coutts <[EMAIL PROTECTED]> > Subject: sourceview missing in new gtk2hs windows buid > Date: Sun, 10 Aug 2008 00:13:42 +0200 > > Hi Duncan, > in the new gtk2hs win

Re: [Gtk2hs-devel] [Haskell-cafe] gtk2hs question - derive SettingsWindow from Window

2008-12-18 Thread Duncan Coutts
On Fri, 2008-12-12 at 21:03 +0100, Cetin Sert wrote: > Hi all, > > For a network manager of sorts I'm working on, I want to derive a > SettingsWindowClass from the WindowClass present in Gtk2Hs: > > I want (the) instance(s) of the SettingsWindowClass to have a field to > store connection settings

Re: [Gtk2hs-devel] [Gtk2hs-commit] (main branch): configure.ac: deprecate sourceview and gnomevfs packages

2009-01-08 Thread Duncan Coutts
On Tue, 2009-01-06 at 16:48 +0100, Axel Simon wrote: > Hi Peter, > > you seem to have added a new meaning or variant of the --disable- > deprecated flag. > I think the --disable-deprecated will pass DISABLE_DEPRECATED or > something like that to CPP when pre-processing the gtk.h header file >

Re: [Gtk2hs-devel] Schedule

2009-01-14 Thread Duncan Coutts
On Tue, 2009-01-13 at 21:05 -0500, Peter Gavin wrote: > On 1/13/2009 3:49 AM, Axel Simon wrote: > > Hi Pete, > > > > could you quickly summarise when you stop accepting patches? > > > > > Uhh, will pretty much now, but since I wanted to make sure > gtksourceview2 is working I allowed those las

[Gtk2hs-devel] download page needs updating

2009-02-18 Thread Duncan Coutts
On the Gtk2Hs website, only the announcement links to the downloads. The download page http://haskell.org/gtk2hs/download/ still talks about version gtk2hs 0.9.13 and ghc 6.8.3 etc. This has been confusing people and they've been complaining to me about it :-). Duncan --

Re: [Gtk2hs-devel] download page needs updating

2009-02-18 Thread Duncan Coutts
On Wed, 2009-02-18 at 10:58 +0100, Axel Simon wrote: > On Feb 18, 2009, at 10:40, Duncan Coutts wrote: > > > On the Gtk2Hs website, only the announcement links to the > > downloads. The > > download page http://haskell.org/gtk2hs/download/ still talks about > >

[Gtk2hs-devel] [Fwd: [Gtk2Hs] Please moderate: "Mickinator File Manager"]

2009-03-10 Thread Duncan Coutts
I presume someone has noticed this? Forwarded Message > From: wordpr...@haskell.org > To: duncan.cou...@worc.ox.ac.uk > Subject: [Gtk2Hs] Please moderate: "Mickinator File Manager" > Date: Mon, 9 Mar 2009 22:17:19 -0400 (EDT) > > A new comment on the post #79 "Mickinator File Ma

[Gtk2hs-devel] minimal windows build for ghc-6.10.4

2009-08-21 Thread Duncan Coutts
All, I hear there isn't a windows installer yet for ghc-6.10.4. I did a gtk2hs build for ghc-6.10.4 something I'm working on. If it's useful to anyone until the proper build is done then it's here: http://haskell.org/~duncan/gtk2hs/gtk2hs-0.10.1-win32-installer.exe I warn that I've not tested it

[Gtk2hs-devel] Sigh: people avoiding gtk2hs as it's too hard to install

2009-10-01 Thread Duncan Coutts
http://www.serpentine.com/blog/2009/09/30/new-criterion-release-works-on-macs/ Of course, even once we get gtk2hs cabalised and on hackage we'll still have the problem on OSX that it needs the C libs. So it still would not be just "cabal install". Perhaps there are some OSX users who could be per

[Gtk2hs-devel] Bug in editableInsertText

2009-10-12 Thread Duncan Coutts
I'm getting crazy values returned as the position from editableInsertText. This is using the example from the Editable haddock documentation: idRef <- newIORef undefined id <- onInsertText entry $ \str pos -> do id <- readIORef idRef signalBlock id pos' <- editableInsertText entry (map

[Gtk2hs-devel] layoutGetExtents.dpatch

2009-11-27 Thread Duncan Coutts
Someone on #haskell noticed this. Fri Nov 27 23:14:28 GMT 2009 Duncan Coutts * Fix documentation of layoutGetExtents Crucially it now says which is the ink and logical rectangles. Also the variable names are now consistent with their uses. No actual change in behaviour. If you want

Re: [Gtk2hs-devel] compiling gtk2hs with ghc 6.12RC2

2009-12-10 Thread Duncan Coutts
On Thu, 2009-12-10 at 18:21 +0530, Salil wrote: > I tried compiling the darcs version of gtk2hs with ghc 6.12 rc2. Oh, I've also been trying that yesterday and today. I've just managed to get it installed. However it'll need a bit of cleaning up before sending in patches. > First, the each packa

Re: [Gtk2hs-devel] compiling gtk2hs with ghc 6.12RC2

2009-12-10 Thread Duncan Coutts
On Thu, 2009-12-10 at 18:21 +0530, Salil wrote: > I tried compiling the darcs version of gtk2hs with ghc 6.12 rc2. > > After doing that things seemed to be working until c2hsLocal starting > working on gtk/Graphics/UI/Gtk/Selectors/FileChooser.chs. At this > point, memory usage kept climbing, and

[Gtk2hs-devel] patch for ghc-6.12

2009-12-10 Thread Duncan Coutts
ore or not). You don't need to apply that one, though I'm hoping Axel will OK it. Duncan Fri Nov 27 23:14:28 GMT 2009 Duncan Coutts * Fix documentation of layoutGetExtents Crucially it now says which is the ink and logical rectangles. Also the variable names are now consistent with the

Re: [Gtk2hs-devel] Build gtk?

2009-12-10 Thread Duncan Coutts
On Thu, 2009-12-10 at 13:19 -0800, Lyle Kopnicky wrote: > Hi folks, > > > I downloaded the gtk2hs package. I ran 'configure', 'make' and 'sudo > make install'. It seemed to install a bunch of things, but then when I > type 'ghc-pkg list' it doesn't show a 'gtk' package. I looked back at > the con

Re: [Gtk2hs-devel] cabalized Gtk2Hs

2010-03-26 Thread Duncan Coutts
On Sat, 2010-03-13 at 18:31 +0100, Axel Simon wrote: > Dear all, > > this is a first announcement of cabal packages for Gtk2Hs. This is > meant for all those who can spare five minutes to check the packages > and to improve them. This is great Axel. I'm glad you've taken this on (and a bit so

Re: [Gtk2hs-devel] cabalized Gtk2Hs

2010-04-01 Thread Duncan Coutts
On Sun, 2010-03-14 at 11:29 +0100, Axel Simon wrote: > > So we need *split* current darcs repository after convert all > > libraries? > > Yes, I will probably make sense to split Gtk2Hs in many smaller darcs > repositories. I might keep the just published packages in one > repository, thoug

Re: [Gtk2hs-devel] Cabalized version of Gtk2Hs now up for testing.

2010-04-21 Thread Duncan Coutts
On 21 April 2010 13:43, Axel Simon wrote: >> For example, do I need to create a new repository >> http://code.haskell.org/vte/ >> after I finish conversion to Cabal? > > Yes. Maybe we can apply for these repositories all at once. You can let me know what new ones you want. I can do them in a bat

Re: [Gtk2hs-devel] Cabalized version of Gtk2Hs now up for testing.

2010-04-21 Thread Duncan Coutts
On 21 April 2010 21:03, Axel Simon wrote: > Hm, yes, I think I have briefly considered adding something to Setup.hs. I > tried to use the magic of Cabal since it seemed to be the appropriate thing > to do (rather than to complicate Setup). Aye, unfortunately the conditionals are not that great f

[Gtk2hs-devel] Update GError to use extensible exceptions

2011-04-20 Thread Duncan Coutts
_BLAH_ERROR quarks and GtkBlahError enums. Duncan 2 patches for repository http://code.haskell.org/gtk2hs: Wed Apr 20 09:33:58 BST 2011 Duncan Coutts * Switch GError from old style dynamic exceptions to new extensible exceptions Wed Apr 20 10:00:01 BST 2011 Duncan Coutts * Convert gtk m

Re: [Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2011-04-20 Thread Duncan Coutts
On Fri, 2010-11-26 at 00:47 +1000, Jens Petersen wrote: > On 25 November 2010 23:26, Axel Simon wrote: > > You suggest that Setup.hs fails to compile if the > > gtk2hs-buildtools package is not installed? > > I hadn't really thought it through when I originally suggested it, > but yeah pretty muc

[Gtk2hs-devel] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-08-30 Thread Duncan Coutts
Hi all, With Axel's permission I'm helping out with the release of gtk2hs-0.12.1 Pre-release tarballs I've got some pre-release tarballs for you all to try out and report issues. http://code.haskell.org/~duncan/gtk2hs/ There's the buildtools and the five core packages. I'

Re: [Gtk2hs-devel] [Gtk2hs-users] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-08-31 Thread Duncan Coutts
On Tue, 2011-08-30 at 18:50 -0400, Brandon Allbery wrote: > On Tue, Aug 30, 2011 at 15:05, Duncan Coutts > wrote: > > > I've got some pre-release tarballs for you all to try out and report > > issues. > > > > Builds on HEAD of last week with a ported haskel

Re: [Gtk2hs-devel] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-08-31 Thread Duncan Coutts
On Wed, 2011-08-31 at 09:35 +0200, Axel Simon wrote: > Hi Duncan, > > thanks! I builds on ghc 6.10.4 as it should. Two things: > > * You didn't bump the version number of soegtk! Sorry, that's a bit confusing isn't it. There was no soegtk-0.12.0 release, but it's probably more sensible to just c

Re: [Gtk2hs-devel] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-09-01 Thread Duncan Coutts
On Wed, 2011-08-31 at 15:32 +0200, Christian Maeder wrote: > Thanks for your work! I can contribute the glade package. > (Only some examples and the .cabal file needed updating.) > > http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/CoFI/hets/src-distribution/glade-0.12.1.tar.gz >

Re: [Gtk2hs-devel] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-09-04 Thread Duncan Coutts
On Tue, 2011-08-30 at 20:05 +0100, Duncan Coutts wrote: > Hi all, > > With Axel's permission I'm helping out with the release of gtk2hs-0.12.1 > Pre-release tarballs > > > I've got some pre-release tarballs for you all to tr

Re: [Gtk2hs-devel] gtk2hs and ghc 7.4

2012-03-05 Thread Duncan Coutts
On Tue, 2012-02-28 at 07:49 +0100, Axel Simon wrote: > > Preprocessing library pango-0.12.2... > > Graphics\Rendering\Pango\Structs.hsc:25:27: fatal error: > > glib-2.0/glib.h: No such file or directory > > Uh? This is odd... > > compilation terminated. > > compiling dist\build\Graphics\Rendering

[Gtk2hs-devel] Patch: fix for loading cairo package in ghci on Windows

2012-09-02 Thread Duncan Coutts
adjusted the cairo/Gtk2HsSetup.hs, and it's preferably to keep them all in sync. Also, I've not actually tested the patch on Windows but it looks "Obviously Correct"(tm) :-) Duncan 1 patch for repository code.haskell.org:/srv/code/gtk2hs/: Sun Sep 2 17:51:31 BST 2012