Re: GDK Window Gravity linux vs. Win32

2008-12-30 Thread Brian Manning
On Tue, Dec 30, 2008 at 11:17 AM, zentara wrote: > On linux, the following script works fine, positioning > the windows in each corner, totally visible. > On Windows, the positions are wrong, and they are only partially visible. > > Can someone with a Gtk2 going on Win32 test this and see > if it'

Re: CamelBox Error - Entry Point Not Found

2009-01-09 Thread Brian Manning
2009/1/9 Jeff Hallock : > After installing the latest version of CamelBox and attempting to run > gyroscope.pl, I get this error: > > Entry Point Not Found > > The procedure entry point g_bookmark_file_error_quark could not be located > in the dynamic link library libglib-2.0-0.dll. > I am running

Re: Re-sampling a 32 bit geotif

2009-03-07 Thread Brian Manning
2009/3/7 Jamie Lahowetz : > I tried to make a test script but it crashes when trying to read the geotif. > Any ideas? Try ImageMagick from the command line? convert -depth 24 NED_52181266.tif NED_52181266.24bit.tif If it crashes there, then you need to find some other tool to convert it. You ma

Re: Gtk2::Imageview install

2009-03-26 Thread Brian Manning
2009/3/26 Jamie Lahowetz : > I just got gtkimageview installed using MSYS on my windows system (put it > under my camelbox). I am now trying to install the module Gtk2::Imageview. I > gave it a go and got this: > [ large snip about 'No libraries found for X' ] > These libs should be available since

Re: Gtk2::Imageview install

2009-03-27 Thread Brian Manning
On Fri, Mar 27, 2009 at 8:56 AM, Jamie Lahowetz wrote: > I went ahead and added these to the EXTRALIBS/LDLOADLIBS: [snippage] > and ran dmake. I then got these errors: > Running Mkbootstrap for Gtk2::ImageView () > AnimView.o:AnimView.c:(.text+0x7c): undefined reference to > `gtk2perl_new_gtkobj

Re: Gtk2::Imageview install

2009-03-27 Thread Brian Manning
On Fri, Mar 27, 2009 at 11:30 AM, Jamie Lahowetz wrote: > On Fri, Mar 27, 2009 at 12:57 PM, Brian Manning >> Any reason why didn't you add the new library that you just compiled >> and installed to the above list of EXTRALIBS/LDLOADLIBS libraries? > > I added this to th

Re: Gtk2::Imageview install

2009-03-27 Thread Brian Manning
On Fri, Mar 27, 2009 at 1:01 PM, Jamie Lahowetz wrote: > I searched for them and could not find libGtk2Perl. I did find libGlibPerl. > Where can I get them? Hmm, come to think of it, I missed this file in the last release. I'll have to generate a new one from the source and redo that package. If

Re: Can't install on OSX Tiger

2009-05-12 Thread Brian Manning
On Tue, May 12, 2009 at 8:08 PM, Brian McKee wrote: > I would like to install gtk2 on Tiger, but when I do so thru CPAN it > fails the vast majority of the tests. The link you posted in your previous e-mail recommends "Imendio" over using MacPorts. Which way are you trying to do it, via MacPorts

Re: Can't install on OSX Tiger

2009-05-14 Thread Brian Manning
On Thu, May 14, 2009 at 3:41 PM, Brian McKee wrote: > On Wed, May 13, 2009 at 1:10 AM, Brian Manning wrote: >> The link you posted in your previous e-mail recommends "Imendio" over >> using MacPorts.  Which way are you trying to do it, via MacPorts or >> Imendio?

Re: Problem installing gtk-perl on windows (XP)

2009-05-21 Thread Brian Manning
On Thu, May 21, 2009 at 9:29 AM, Jeff Hallock wrote: > I suggest installing camelbox - look for it on google. The binaries on that > site are pretty dated. Camelbox is actively maintained and installation is > trivial. Funny you should mention it, but I've just dropped a new release of Camelbox

Release: Camelbox 2009.141.0110Z-tahi

2009-05-21 Thread Brian Manning
Hi, I've just released a new version of Camelbox. You can read the release announcement and upgrade recommendations in [1]. New for this release is upgrades of most of the C libraries and Perl modules, as well as the addition of Perl/Tk and Bundle::libwin32. Thanks, Brian [1] http://groups.go

Re: Notes from building Gtk2-Perl using MinGW/dmake (long)

2009-06-09 Thread Brian Manning
On Tue, Jun 9, 2009 at 12:34 PM, Ari Jolma wrote: > Spicy Jack, > > This was a long time ago already. Did you get any reply or feedback? The > latest (May 30 2009) EU::MM still has this problem in MinGW. I used a patch that you created for EU::Liblist::Kid to work out library dependencies under Mi

Re: gtk2 install issues

2009-06-09 Thread Brian Manning
On Tue, Jun 9, 2009 at 1:57 PM, Toon Leijtens wrote: > I'm new to gtk2 and tried to install it on my Mac (it has got Tiger > OSX10.4). My perl is on 5.8.9. I have used Darwin ports to install gtk2 > using the following command; "sudo port install gtk2". The install is > without issues but when I go

Release: Camelbox 2009.167.2132Z-tahi

2009-06-19 Thread Brian Manning
Hi, I've released a new version of Camelbox [1]. You can read the release announcement and upgrade recommendations in [2]. The new installer is located at [3]. New for this release is that now Windows shortcuts are created for applications, demos, documentation and web links that are installed

Re: Glib.so not loading in CentOS-5.3 perl 5.8.8

2009-07-17 Thread Brian Manning
On Fri, Jul 17, 2009 at 1:18 PM, Ed Leaver wrote: > I use Zim, a gtk2-perl desktop wiki app I installed and ran fine under > CentOS-5.2 perl 5.8.6. After update to CentOS-5.3 perl 5.8.8 > I no longer find Glib.so: [snippage] > $ perl Glib.pm > Name "Glib::Object::Property::ReadWrite::FETCH" used

Re: how to handle other class event loop ?

2009-09-26 Thread Brian Manning
On Sat, Sep 26, 2009 at 6:29 PM, silent wrote: > hi, list >     when I add other Class(not gtk2::*) to programe, > and it has a event loop function like gtk_main(), let me call it "abc_main()", > > how can run both gtk_main() and abc_main() ? > > when the code run into gtk_main(), it will not retu

Re: Gtk2::Assistant and Button Access

2009-11-25 Thread Brian Manning
On Wed, Nov 25, 2009 at 2:24 PM, Kevin Ryde wrote: > Jeff Hallock writes: >> >> But never documented - >> http://gtk2-perl.sourceforge.net/doc/pod/Gtk2/Assistant.html > > That page looks a bit old, maybe it needs to be regenerated. Yes, the web docs need to be regenerated. I have the tools and

Re: Gtk2::Assistant and Button Access

2009-11-25 Thread Brian Manning
On Wed, Nov 25, 2009 at 2:41 PM, Dave M wrote: > Would it be possible to have a tarball of all the documentation for > offline viewing once they've been regenerated? I'm pretty sure it's > been requested before, but I can't remember what the answer was... > That would be very useful! (Apologies t

Re: Gtk2::Assistant and Button Access

2009-11-25 Thread Brian Manning
On Wed, Nov 25, 2009 at 3:52 PM, Jeffrey Ray wrote: >> perldoc Gtk2::xxx > > Doesn't on my system - I'm running camelbox on vista. http://camelbox.googlegroups.com/web/perldoc-gtk2-api.jpg?hl=en&gsc=6XQSUgsAAABz_T2L9K6tnZtih08cYtb0 Maybe there's something special about Vista and cmd.exe that's p

Re: GStreamer on windows

2009-12-12 Thread Brian Manning
On Sat, Dec 12, 2009 at 11:23 PM, Jeffrey Ray wrote: > Has anybody installed the gstreamer perl bindings on a windows system ? I > get this error (running camelbox on vista): > > Package gstreamer-0.10 was not found in the pkg-config search path. >    Perhaps you should add the directory containin

Re: GStreamer on windows

2009-12-13 Thread Brian Manning
On Sat, Dec 12, 2009 at 11:57 PM, Jeffrey Ray wrote: > Right - that was my first step after getting that error message. There is no > gstreamer-*.pc file anywhere in that directory or below. From what I > understand because package-config wasn't used - as it is a linux utility. pkg-config is a Gt

Updated Gtk2-Perl docs available

2009-12-18 Thread Brian Manning
Hi, I'd like to announce that updated Gtk2-Perl documentation is now available for viewing and downloading at http://gtk2-perl.sourceforge.net/doc/. Note that there are now two different sets of documentation posted, a set generated with Marek::Pod::HTML (what's been posted on the website previou

Re: Gtk2:Entry stock icon

2010-01-10 Thread Brian Manning
On Sun, Jan 10, 2010 at 1:58 PM, Attila bardi wrote: > Hello, > > I'm trying to create a text entry with icon like in the Evolution or > Firefox. > I did find it in C: [snipped function header for gtk_entry_set_icon_from_stock] > How can i make it in the perl version? > Is it possible at all? Yes

Re: Glib::filename_to_unicode bug?

2010-04-15 Thread Brian Manning
On Thu, Apr 15, 2010 at 2:25 PM, Dave Hayes wrote: > writes: >> This is important, since GLib on Windows always uses UTF-8 for >> filenames, no matter how those names are encoded on disk. On other >> platforms, filenames are returned in encoding, specified by current >> locale. > > That's curious

Re: Glib::filename_to_unicode bug?

2010-04-15 Thread Brian Manning
On Thu, Apr 15, 2010 at 6:45 PM, Dave Hayes wrote: > What happens if the file name is not proper utf-8 but can be accessed > by an open() call despite this? I'm guessing that Perl is just passing along the bytes unfiltered to FreeBSD's open() system call, and it looks like FreeBSD's open() call i

Re: Glib::filename_to_unicode bug?

2010-04-16 Thread Brian Manning
On Fri, Apr 16, 2010 at 12:19 PM, Dave Hayes wrote: > I guess I should ask this: If I have files on the disk that have invalid > UTF-8 characters in them, do I have a way to get Glib to operate on > files who's names are invalid UTF-8 strings? Is Glib really forcing me > to rename this file to ope

Re: packaging help?

2010-05-04 Thread Brian Manning
On Tue, May 4, 2010 at 3:58 PM, Jeremy DS Volkening wrote: > I guess I was hoping someone might say, "Hey, what you want is this > book/howto/tutorial called "Packaging Perl Applications for the GNOME > Desktop" or something equally to the point. I've since decided that I'm > just being lazy, and

Re: Japanese input into Text Entry field

2010-05-06 Thread Brian Manning
On Wed, May 5, 2010 at 2:56 PM, Peter Dennis wrote: > When I attempt to enter the kanji for 'okuru' which means to see somone (to > the door), or accompany someone, when it appears in the IME it appears as > 送る. However, once I confirm that this is the kanji I want i.e. hit enter, it > appears in

Re: Japanese input into Text Entry field

2010-05-06 Thread Brian Manning
On Thu, May 6, 2010 at 2:05 PM, Peter Dennis wrote: > I'm not actually reading the data from a filehandle or any other > source.  I'm typing it directly into my app after installing support > for Japanese on WinXP. I don't really have a Windows box handy right this second to work this out. I wou

Re: String Encocoding in Gtk-Perl: Hoping for Clarification

2010-05-08 Thread Brian Manning
On Sat, May 8, 2010 at 10:42 AM, Peter Daum wrote: > In the past, all data returned from any Gtk widgets used to be > UTF8-encoded (I vaguely remember that there were some locale-dependant > issues; I consistently use "en_US.ISO-8859-1"). Now in the same context > I get 8-bit data. Gtk2-Perl is s

Re: Scrolling on Larger Fonts

2010-06-08 Thread Brian Manning
On Thu, Jun 3, 2010 at 2:49 PM, Zettai Muri wrote: > In the attached program there are two textviews, one uses the default > fontsize and the other uses fontsize 12 - a little larger than the default.   > After typing text into each of the text views (copying and pasting this email > is enough),

Fwd: Glib cannot build (no more self hosted)

2010-08-11 Thread Brian Manning
Forgot to CC the list on this... On Sat, Aug 7, 2010 at 4:28 AM, Torsten Schoenfeld wrote: > On 05.08.2010 14:21, Thierry Vignaud wrote: >> Not related but the git links and the like remain broken on the main >> site (news section) > > This seems to be a problem on sf.net's end, actually.  We're

Re: reading a serial port, putting it in a EntryBox

2010-08-30 Thread Brian Manning
On Mon, Aug 30, 2010 at 10:44 AM, Wolfman wrote: > At this moment, I'm want to do an application capable to read permanently > from /dev/ttyS0 and the output put into an entry box > > I can read from /dev/ttyS0 but I dont know how can I read continously from it > and put the result in a entry Bo

Fwd: Re: Gtk2-Perl Study Guide lost?

2010-11-12 Thread Brian Manning
Sorry, forgot to hit reply to all... -- Forwarded message -- From: "Brian Manning" Date: Nov 12, 2010 8:57 PM Subject: Re: Gtk2-Perl Study Guide lost? To: "Zettai Muri" Go to the HTTP://gtk2-perl.SF.net, there's now a copy hosted on the project page; the

Re: Read contents of Gtk2::Entry and Gtk2::ComboBox when button is pressed

2010-11-19 Thread Brian Manning
On Fri, Nov 19, 2010 at 8:52 AM, haratron wrote: > At the moment, I have 3 Gtk2::Entry and 3 Gtk2::ComboBox objects. > I want to read their contents when a button is pressed (the OK button). > To illustrate better, the user is entering his data (Entry) and makes > his selections (ComboBox) and hit

Re: Read contents of Gtk2::Entry and Gtk2::ComboBox when button is pressed

2010-11-20 Thread Brian Manning
On Fri, Nov 19, 2010 at 8:06 PM, haratron wrote: > I understand that I have to read the controls in the callback of the > 'clicked' event of the button. What I don't understand is how to read > those controls, how to express them in code. Like how to get the > contents of the first Gtk2::Entry at

Re: Can't locate Gtk2.pm

2011-01-20 Thread Brian Manning
On Thu, Jan 20, 2011 at 5:48 PM, Doug Nomura wrote: > Got a bit of a puzzle, I'm getting a message saying > "Can't locate Gtk2.pm in @INC" > I've searched the drive and it really is nowhere to be found. Can you paste the full command you ran and it's error output please? Thanks, Brian _

Re: Can't locate Gtk2.pm

2011-01-20 Thread Brian Manning
> On Thu, Jan 20, 2011 at 6:09 PM, Brian Manning >> Can you paste the full command you ran and it's error output please? On Thu, Jan 20, 2011 at 6:18 PM, Doug Nomura wrote: > Here it is: > doug$/opt/local/bin/perl seat > Can't locate Gtk2.pm in @INC (@INC contains

Re: Gtk2 1.223 available

2011-03-02 Thread Brian Manning
Release info added to news section on Sourceforge and (by extension) the Gtk2-Perl homepage. Thanks, Brian On Wed, Mar 2, 2011 at 1:32 AM, Florian Ragwitz wrote: > > It gives me great pleasure to announce the third maintainance release of > the stable 1.22x branch of Gtk2. > > I've recently tak

Re: Cairo 1.062 available

2011-05-02 Thread Brian Manning
On Sun, May 1, 2011 at 11:26 AM, Torsten Schoenfeld wrote: > Overview of changes in Cairo 1.062 Added to the news section of the homepage. Thanks, Brian ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-

Re: installing Perl Gtk2 on windows xp

2011-05-11 Thread Brian Manning
On Wed, May 11, 2011 at 5:36 AM, RAPPAZ Francois wrote: > Hi > I tried to run a Gtk2 based perl script on window xp with active state perl > installed.  (perl version is 5.8.9) I use also mingw + dmake to compile from > C. > I have download Gtk2 from > http://sourceforge.net/userapps/mediawiki/

Re: installing Perl Gtk2 on windows xp

2011-05-12 Thread Brian Manning
On Thu, May 12, 2011 at 12:24 AM, RAPPAZ Francois wrote: > Running a perl script using Gtk2 gives the following error > (perl.exe:2672): libglade-WARNING **: unknown property `orientation' for > class ` GtkVBox' > > How can I solved this ? The Glade XML layout file is either newer or older than

Re: Gtk2 on windows xp: libglade warning

2011-05-12 Thread Brian Manning
On Thu, May 12, 2011 at 4:40 AM, RAPPAZ Francois wrote: > At the end, I follow the setup proposed here > > http://lostmind.de/gtk2-perl/ The libraries shown on that page are about 4-5 years old now. > and with this modification > http://mail.gnome.org/archives/gtk-perl-list/2006-May/msg00054.htm

Re: installing Perl Gtk2 on windows xp

2011-05-13 Thread Brian Manning
On Fri, May 13, 2011 at 12:06 AM, RAPPAZ Francois wrote: > Thanks for the comment > > I tried to install CamelBox and I updated my perl5lib path to include the > modules path from CB, but on start, it crashes because it was searching for a > perl-5.10.exe (that I had not install) > > Is there a

Re: Compiling Glib 1.223 on win xp

2011-05-24 Thread Brian Manning
On Tue, May 24, 2011 at 4:58 AM, RAPPAZ Francois wrote: > When I run dmake, I have the following error: > > [ LD blib\arch\auto\Glib\Glib.dll ] > C:\Perl\site\lib\auto\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin > \ld.exe: cannot open output file ut:blib\arch\auto\Glib\Glib.dll: Inv

Re: Compiling Glib 1.223 on win xp

2011-05-24 Thread Brian Manning
On Tue, May 24, 2011 at 10:54 PM, RAPPAZ Francois wrote: > No, the glib folder has not the dll file. On my pc it's at > C:\Perl\site\lib\auto\Glib > > Have I to copy the dll in the searched folder ? That's a strange place for the Glib library. Did you copy the Glib library .dll file to that fold

Re: Compiling Glib 1.223 on win xp

2011-05-25 Thread Brian Manning
On Tue, May 24, 2011 at 11:58 PM, RAPPAZ Francois wrote: > Now I have copied the dll in the folder blib\arch\auto\Glib > But still has the same error > Running Mkbootstrap for Glib () > C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 Glib.bs > [ LD blib\arch\auto\Glib\Glib.dll ] > C:\Pe

Re: Compiling Glib 1.223 on win xp

2011-05-25 Thread Brian Manning
On Wed, May 25, 2011 at 3:18 AM, RAPPAZ Francois wrote: > When I run the makefile.PL script, I got a lot of > Note (probably harmless): No library found for -lgobject-2.0 > Note (probably harmless): No library found for -lgthread-2.0 > Note (probably harmless): No library found for -lglib-2.0 > No

Re: Compiling Glib 1.223 on win xp

2011-05-27 Thread Brian Manning
On Fri, May 27, 2011 at 4:26 AM, RAPPAZ Francois wrote: > I wanted to compile perl bindind for Glib and friends to have a recent > Gtk2-perl, but I give up... > > I tried camelbox but without installing the core perl which was needed with > it, and that was not working either with my perl 5.8.9

Re: Using Gtk2::Helper->add_watch on win32

2011-05-31 Thread Brian Manning
On Mon, May 30, 2011 at 9:04 PM, Joe wrote: > Hi, > > So my perl/gtk app (http://sourceforge.net/projects/soldatmistress) > runs perfectly on Linux, Mac OSX, and FreeBSD, but on Windows > (Camelbox Perl and compiling it all from source) it doesn't work since > using Gtk2::Helper->add_watch on a ne

Re: Using Gtk2::Helper->add_watch on win32

2011-05-31 Thread Brian Manning
IO::Socket::INET->new( > PeerAddr => $self->{settings}->{host}, > PeerPort => $self->{settings}->{port}, > Proto => 'tcp', > Timeout => 3 > ) || return 0; > > On Tue, May 31, 2011 at 11:24 AM, Brian Manning wrote: >> On Mon, May 30, 2011 a

Re: Windows 7 64-bit compile error for Glib.pm

2011-07-18 Thread Brian Manning
On Mon, Jul 18, 2011 at 4:15 PM, Terrence Brannon wrote: > I installed the gtk+ windows all-in-one bundle version 2.22: > http://www.gtk.org/download/win64.php > and set it up successfully. However, the command `cpan Glib` on Strawberry > Perl 5.10 yields this error: [snip] > Note (probably harmle

Re: Gtk2 1.224 available

2011-08-03 Thread Brian Manning
I just added this batch of releases to the news feed on Sourceforge. Thanks, Brian On Tue, Aug 2, 2011 at 12:37 PM, Torsten Schoenfeld wrote: > Overview of changes in Gtk2 1.224 > = > > * Fix a few test failures. ___ gt

Re: Installing Gtk-Perl with ActiveState perl v5.12.2 on Windows

2011-08-08 Thread Brian Manning
On Sun, Aug 7, 2011 at 1:43 AM, Jean-François Dalbosco wrote: > Hello, > > I am trying to install Gtk-Perl on Windows+MinGW following the instruction > on the FAQ for ActiveStatePerl. What FAQ? URL? > I have done everything from installing GTK+ 2 runtime environment, updating > PATH and run ppm

Re: Compiling Gtk2::GladeXML

2011-11-03 Thread Brian Manning
On Thu, Nov 3, 2011 at 9:11 AM, RAPPAZ Francois wrote: > With perl 5.12 from strawberry, I managed to compile Gtk2 and friends from > CPAN. Now I need to use glade generated xml files and I need the > Gtk2::GladeXML module. > > I downloaded the libglade dll from http://wingtk.sourceforge.net/ an

Re: From Gtk2::GladeXML to Gtk2::Builder

2011-11-17 Thread Brian Manning
On Thu, Nov 17, 2011 at 7:36 AM, RAPPAZ Francois wrote: > To replace my use of Gtk2::GladeXML with Gtk2::Builder, I tried the following > steps: > With Glade 3.6.4, I saved my glade xml files as Gtkbuilder files. > > In my perl scripts, I changed > > # $self->{glade_xml_coll} = Gtk2::GladeXML->ne

Fwd: [spam message, please remove sender from mailing list]

2011-11-17 Thread Brian Manning
Can someone kick this person off the list please? This is this person's second spam in a week. -- Forwarded message -- From: YangXi Date: 2011/11/17 Subject: To: gtk-perl-list@gnome.org, gnome-cn-l...@gnome.org http://ourdogbrock-broken-link.com/review/upload/2011/06/12/thumbn

Glib 1.241 available

2011-11-20 Thread Brian Manning
Overview of changes in Glib 1.241 = * Register the boxed type Glib::GString, based almost completely on a patch by Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881) * Fix linking against perl < 5.9.4 on some platforms View the source in the Gtk2-Perl g

Glib::Object::Introspection 0.004 available

2011-11-20 Thread Brian Manning
Overview of changes in Glib::Object::Introspection 0.004 = * Properly check for definedness throughout; Use gperl_sv_is_defined instead of a direct comparison against &PL_sv_undef * Fix building test libraries on Ubuntu 11.10. View the source in the Gtk2-Pe

Gtk2 1.241 available

2011-11-20 Thread Brian Manning
Overview of changes in Gtk2 1.241 == * Fix a test failure in t/GtkEntryBuffer.t * Fix a test failure in t/tied-objects.t * Add the missing NEWS entries from the stable branch. View the source in the Gtk2-Perl git repo at http://git.gnome.org/browse/perl-Gtk2/ , or download

Pango 1.223 available

2011-11-20 Thread Brian Manning
Overview of changes in Pango 1.223 === * Fix a test failure in t/PangoCairo.t View the git repo at http://git.gnome.org/cgit/perl-Pango/ or download source at http://downloads.sourceforge.net/gtk2-perl/Pango-1.223.tar.gz Note that tags have not been applied in git, but wi

Re: Replacing Test::WWW::Selenium::Catalyst with Gtk3::WebKit

2011-11-29 Thread Brian Manning
On Tue, Nov 29, 2011 at 9:13 AM, Stefan Seifert wrote: > Out of sheer desperation I took X11::Xlib and called XTestFakeKeyEvent and > finally got some reaction. But of course, having to have a visible window > which has to have the focus was not exactly what I had in mind for improving > automated

Next Gtk2-Perl release deadline: December 22nd at midnight UTC

2011-12-09 Thread Brian Manning
Hi folks, /me dons his release engineer hat... Going forward, I will be roughly following the same monthly release schedule as the Gnome libraries use. Checking the Gnome release calendar[1], the next release of the (unstable) Gnome libraries will be on December 21st, so I'm going to set the dea

Glib 1.242 available

2011-12-29 Thread Brian Manning
Overview of changes in Glib 1.242 = * Changed addresses in GPL license notices * Glib::GenPod: fix typo in default pspec values * Glib::GenPod: delete a duplicate key in %basic_types View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-Glib/tag/?

Glib::Object::Introspection 0.005 available

2011-12-29 Thread Brian Manning
Overview of changes in Glib::Object::Introspection 0.005 = * Use the overloaded '==' operator directly when comparing flags * Make enums.t test more robust * Implement check_gi_version * Implement test skipping * Updated FSF address in license notices (RT#72

Next gtk2-perl release deadline: January 18th, 2012 @ midnight UTC

2011-12-29 Thread Brian Manning
Hi Folks, Checking the Gnome release calendar[1], the next release of the (unstable) Gnome libraries will be on Tuesday, January 18th 2012, so I'm going to set the deadline for code submissions for January's release of Gtk2-Perl modules to also be Tuesday, January 18th at midnight UTC. Please hav

Cairo 1.082 available

2011-12-29 Thread Brian Manning
Overview of changes in Cairo 1.082 == * Update the symbol export list for linking on win32 (https://bugzilla.gnome.org/show_bug.cgi?id=665265) View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-Cairo/tag/?id=rel-1-08-2 Or download the source r

Re: Glib::Object ref-counting change

2012-01-05 Thread Brian Manning
On Thu, Jan 5, 2012 at 9:33 AM, Torsten Schoenfeld wrote: > Brian: I think this change should go through an unstable release cycle > before getting into a stable release.  But there should definitely be a > stable release out with this fix when perl 5.16.0 will be released: it is > currently sched

Cairo 1.090 (unstable) available

2012-01-23 Thread Brian Manning
Overview of changes in Cairo 1.090 (unstable) == * Make "use Cairo x.yyy" work; fixes RT#72783. This required renaming the old Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we kept the old way of calling it working. * Updated FSF LGP

Glib::Object::Introspection 0.006 available

2012-01-23 Thread Brian Manning
Overview of changes in Glib::Object::Introspection 0.006 * Remove an unneeded argument of an internal function * Plug a leak in the wrapper for constants * Fix compilation of the test lib on x86-64 View the source in the Gtk2-Perl git repo

Glib 1.250 (unstable) available

2012-01-23 Thread Brian Manning
Overview of changes in Glib 1.250 (unstable) = * Add a fallback implementation of SvMAGIC_set; Bugzilla bug #665266 * Avoid a syntax error on older perls * Glib::Object: make ref-counting compatible with perl >= 5.16 (RT#73650) * Fix some typos in POD (RT#73616) Th

Gtk2 1.242 available

2012-01-23 Thread Brian Manning
Overview of changes in Gtk2 1.242 = * Add gitweb link to old ChangeLog * Be compatible with perl 5.8.0 (Bugzilla bug #666227) * Gtk2::Widget: don't implement is_sensitive() twice * Disable a few potentially annoying tests View the source in the Gtk2-Perl git repo

Next release deadline: Thursday, February 23rd @ 00:00 UTC

2012-01-23 Thread Brian Manning
Hi Folks, Checking the Gnome release calendar[1], the next release of the (beta) Gnome libraries will be on Wednesday, February 22nd 2012, so I'm going to set the deadline for code submissions for February's release of Gtk2-Perl modules to be Thursday, February 23rd at 00:00 UTC. Please have all

Re: Next release deadline: Thursday, February 23rd @ 00:00 UTC

2012-02-16 Thread Brian Manning
Hi folks, Quick reminder about the next upcoming release deadline (below). Thanks, Brian On Mon, Jan 23, 2012 at 1:07 PM, Brian Manning wrote: > Hi folks, > > Checking the Gnome release calendar[1], the next release of the > (beta) Gnome libraries will be on Wednesday, February 2

GStreamer 0.17 available

2012-02-27 Thread Brian Manning
Overview of changes in GStreamer 0.17 = * GStreamer::Buffer: do not leak all data * updated FSF address in license notices View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-GStreamer/tag/?id=rel-0-17 Or download the source release at: h

Glib::Object::Introspection 0.007 available

2012-02-29 Thread Brian Manning
Overview of changes in Glib::Object::Introspection 0.007 * Do not assume filenames are UTF8-encoded View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-Glib-Object-Introspection/tag/?id=rel-0-00-7 Or download th

Glib 1.251 (unstable) available

2012-02-29 Thread Brian Manning
Overview of changes in Glib 1.251 (unstable) = * Make signal marshalling more thread-safe (Bugzilla #620099) There were fundamental changes made to Glib to prepare for the release of Perl version 5.16, hence the unstable release tag. These changes were first discus

Gnome2::Vte 0.10 available

2012-02-29 Thread Brian Manning
Overview of changes in Gnome2::Vte 0.10 === * Avoid a segfault in the tests (RT#74532) View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-Gnome2-Vte/tag/?id=rel-0-10 Or download the source release at: http://downloads.sourceforge.

Next release deadline: Thursday, March 22nd @ 00:00 UTC

2012-03-01 Thread Brian Manning
Hi folks, Checking the Gnome release calendar[1], the next release of the (beta) Gnome libraries will be on Wednesday, March 21st 2012, so I'm going to set the deadline for code submissions for March's release of Gtk2-Perl modules to be Thursday, March 22nd at 00:00 UTC. Please have all code subm

Re: Glib 1.251 (unstable) available

2012-03-05 Thread Brian Manning
nks, Brian On Wed, Feb 29, 2012 at 11:16 PM, Brian Manning wrote: > Overview of changes in Glib 1.251 (unstable) > = > > * Make signal marshalling more thread-safe (Bugzilla #620099) > > There were fundamental changes made to Glib to prepare for t

Re: gtk-perl on win32 broken?

2012-03-13 Thread Brian Manning
On Tue, Mar 13, 2012 at 6:01 PM, haratron wrote: > For the last few hours I have been trying to make Gtk2 work on win32. > I simply can't get it to work. It requires Glib 1.240 and up, which > fails with many errors. If you are "dvgsvc" in the #gtk-perl IRC channel, please don't use spaces in you

Re: gtk-perl on win32 broken?

2012-03-14 Thread Brian Manning
On Wed, Mar 14, 2012 at 4:23 AM, haratron wrote: > Thanks for the reply. > I'm no longer using spaces in my file paths. > Here's the full pastebin log, first trying to install Gtk2 and then Glib. > > http://pastebin.com/1bm5m3C2 The errors in your pastebin post are with the tests for Glib, not bu

Re: Next release deadline: Thursday, March 22nd @ 00:00 UTC

2012-03-15 Thread Brian Manning
Reminder, the deadline for the next release is March 22nd at 00:00 UTC. Thanks, Brian On Thu, Mar 1, 2012 at 11:53 PM, Brian Manning wrote: > Hi folks, > > Checking the Gnome release calendar[1], the next release of the (beta) > Gnome libraries will be on Wednesday, March 21st 20

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Brian Manning
On Mon, Mar 19, 2012 at 11:21 PM, Emmanuel Rodriguez wrote: > The problem is that gtk3 and a few libraries are compiled without > introspection. Fire up your editor skills because we need to edit a > few files. You'll find the files here: > > cd /opt/local/var/macports/sources/rsync.macports.org/r

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Brian Manning
On Tue, Mar 20, 2012 at 10:27 AM, Emmanuel Rodriguez wrote: > I'm wondering why some ports are compiled with introspection and > others aren't. Life would be much more easy if all ports would be > compiled with introspection :) (sorry for the duplicate e-mails Emmanuel) Probably because the port

Glib 1.252 (unstable) available

2012-03-27 Thread Brian Manning
Overview of changes in Glib 1.252 (unstable) = * Make the thread-safety improvements work for non-threaded perls too There were fundamental changes made to Glib to prepare for the release of Perl version 5.16, hence the unstable release tag. These changes were firs

RFC: updated README file for all Gtk2-Perl repos

2012-03-27 Thread Brian Manning
Hi folks, RT ticket #74870 was opened against Cairo because the details of the source repository was not included anywhere in the distribution. To address this problem, I've created an updated README file in a branch of Cairo-GObject on Github with the following changes: - Lists the URL for the

Next release deadline: Thursday, April 19th @ 00:00 UTC

2012-04-06 Thread Brian Manning
Hi folks, Checking the Gnome release calendar[1], the next release of Gnome libraries will be on Wednesday, April 18th 2012, so I'm going to set the deadline for code submissions for April's release of Gtk2-Perl modules to be Thursday, April 19th at 00:00 UTC. Please have all code submissions int

Deletion of unstable Glib 1.25x series files from CPAN

2012-04-08 Thread Brian Manning
Hi all, Back when I uploaded Glib-1.250 to CPAN, I didn't use a filename that would tell CPAN to skip indexing the release file and skip making that file the current release. The current stable release of Glib is 1.242. The 1.25x series is an unstable series, and not meant for production use. T

Re: Deletion of unstable Glib 1.25x series files from CPAN

2012-04-09 Thread Brian Manning
On Sun, Apr 8, 2012 at 9:51 PM, Brian Manning wrote: > The current stable release of Glib is 1.242.  The 1.25x series is an > unstable series, and not meant for production use.  There's been a few > submissions about 1.250 being used as the stable release, so I will be > perform

Re: Gtk2::Builder and locales

2012-04-13 Thread Brian Manning
On Thu, Apr 12, 2012 at 6:04 PM, Chris Debenham wrote: > Does anyone have any ideas on this? > It is rather annoying that locale stuff doesn't work with Gtk2::Builder :( Can you break the problem down into a small snippet of code that you can post here on the list? I don't think anyone on the li

Re: Next release deadline: Thursday, April 19th @ 00:00 UTC

2012-04-16 Thread Brian Manning
Reminder, the deadline for this month's releases is in 3 days. Thanks, Brian On Fri, Apr 6, 2012 at 10:42 PM, Brian Manning wrote: > Hi folks, > > Checking the Gnome release calendar[1], the next release of Gnome > libraries will be on Wednesday, April 18th 2012, so >

Cairo 1.091 (unstable) available

2012-04-28 Thread Brian Manning
Overview of changes in Cairo 1.091 (unstable) == * Fix compiling and testing against older versions of cairo * Make t/CairoPath.t more robust * Auto-upgrade strings to utf8 (RT#73177) Note that the tarball file for release 1.090 was named incorrectly when it was up

ExtUtils::PkgConfig 1.13 available

2012-04-28 Thread Brian Manning
Overview of Changes in 1.13 === * Correctly handle major-only versions, like '2' (RT#68246) * Update the test output * Update the file manifests * Make git ignore generated files View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-Glib/tag/?id=r

Glib::Object::Introspection 0.008 available

2012-04-28 Thread Brian Manning
Overview of changes in Glib::Object::Introspection 0.008 * Do not use empty prototypes for constants subs * Use G_GSIZE_FORMAT instead of %d for printing a gtype * When looking up GTypes, also try by name * Add a global copyright statement

Glib 1.253 (unstable) available

2012-04-28 Thread Brian Manning
Overview of changes in Glib 1.253 (unstable) = * Add unit tests for the exportable constants * Export SOURCE_CONTINUE and SOURCE_REMOVE * Name an internal function appropriately * Create and register a GType for GConnectFlags The latest stable release of Glib is 1.

Gtk2 1.243 available

2012-04-28 Thread Brian Manning
Overview of changes in Gtk2 1.243 = * Hush a compiler warning * Avoid trying to re-register a GType for GConnectFlags View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-Gtk2/tag/?id=rel-1-24-3 Or download the source release at: http:/

Next release deadline: Thursday, May 17th @ 00:00 UTC

2012-04-28 Thread Brian Manning
Hi folks, Checking the Gnome release calendar[1], the next release of Gnome libraries will be on Wednesday, May 16th 2012, so I'm going to set the deadline for code submissions for April's release of Gtk2-Perl modules to be Thursday, May 17th at 00:00 UTC. Please have all code submissions into th

Re: ExtUtils::PkgConfig 1.13 available

2012-05-01 Thread Brian Manning
On Sat, Apr 28, 2012 at 1:27 PM, Brian Manning wrote: > View the source in the Gtk2-Perl git repo at: > > http://git.gnome.org/browse/perl-Glib/tag/?id=rel-1-25-2 I just noticed this bit of copy/paste goodness. The correct URL to the Git repo for this release tag actually

Glib 1.260 (stable) available

2012-05-21 Thread Brian Manning
Overview of changes in Glib 1.260 (stable) === * Tell CPAN to ignore POD fragments in Makefile.PL * Document that SOURCE_CONTINUE and _REMOVE can be exported The 1.26x series of Glib is now the stable branch of Glib. The 1.26x series of Glib contains fundamental chang

  1   2   3   4   5   6   >