Re: CentOS 6.4 gtk+-3.6.2 build failure

2013-03-27 Thread Roger Davis

OK, I think I've figured out what's going on and fixed it. (I now know a lot
more about autoconf than I ever wanted to. ;- ). The xorg* downgrade that was
required to get my X server working again introduced an incompatibility between 
the xorg-x11-proto-devel and libXi-* packages. After downgrading the latter
to the CentOS 6.3 version the gtk+3 configure script worked properly and things
compiled OK. (Haven't tested my actual app yet as I am at a remote site, but
it's probably all right.)

This CentOS 6.4 Xorg ABI mess is truly something special -- I expect it will be
the gift that keeps on giving. Beware!!
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+ 3.8.0 released

2013-03-27 Thread Edscott Wilson
2013/3/26 Allin Cottrell cottr...@wfu.edu

 On Tue, 26 Mar 2013, Edscott Wilson wrote:

  It would be nice know that =pango1.32.4 means that systems with
 fontconfig, freetype and xft if and only if harfbuzz = 0.9.9.

 Seems like the pango 1.32.4 configure.ac tests in things in the wrong
 order.


 Not sure about that, but the thing that bothers me is that the shiny new
 pango 1.34.0 (latest stable, one might suppose) depends on a
 release-candidate version of fontconfig (2.10.91).


From the configure script of 1.32.4, the test for fontconfig=2.5.0 will
only take place if the condition  harfbuzz=0.9.9 is met. If the fontconfig
test does not take place this will avoid the tests for freetype=2.1.5 and
xft=2.0.0 and cairo-ft=1.7.6. The consequence is that if your system has
the correct fontconfig, freetype, xft and cairo-ft, but no harfbuzz,
configure will fail with a

configure: error: *** Could not enable any backends.
*** Must have at least one backend to build Pango.

Instead of a nicer: harfbuzz=0.9.9 requirement not met (after verifying
that correct freetype, xft, cairo-ft and fontconfig are installed).

With regard to pango-1.34.0, I suppose the message intended (with the
dependence on a release candidate fontconfig) is that this pango version
should be avoided like the plague unless there is some specific new feature
or bug fix which you require to test.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


wild popup bug

2013-03-27 Thread Edscott Wilson
This is a follow up on
http://comments.gmane.org/gmane.comp.gnome.lib.gtk%2B.devel.apps/31337

I've kept investigating the bug and found that it occurs on any processor,
but only when fvwm2 is the WM and the desktop is located beyond the fourth
desktop. It does not occur in gtk-2.24, but invariable occurs in GTK+3.4.2
and again in GTK+3.8.0. I'm now quite convinced it is a gtk bug and will
try to cook up a simple example to reproduce at will before filing a bug
report.

Apparently the problem arises from a race with fvwm on accessing XServer
information regarding the root window geometry in order to place the popup
menu. The bug also happens, in the exact same manner, when placing the
tooltip window.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: [RC] GTK+ 3.4.2/3.6.4 Bundle (Win32)

2013-03-27 Thread tarnyko
Hi people, 

GTK+ 3.6.4 win32 build environment has been updated : 

http://www.tarnyko.net/repo/gtk3_build_system/GTK+3.6.4_build_system_(win32) 
(v2).zip 

and integrates the following patches : 


* GtkAssistant highlighted text now readable with gray background
https://bugzilla.gnome.org/show_bug.cgi?id=696171 


* GtkNotebook tabs now render correctly again (thanks to Andy Spencer)
https://bugzilla.gnome.org/show_bug.cgi?id=691678 


* GtkSpinners are animated again (thanks to Martin Schlemmer)
https://bugzilla.gnome.org/show_bug.cgi?id=696202 

The corresponding bundle has been produced and is available at : 

http://www.tarnyko.net/repo/gtk3_build_system/gtk+-bundle_3.6.4-20130327_win 
32.zip 


Links will work in a few minutes.
As for a personal opinion, I think it's ready for a release.
Your suggestions and reviews are welcome ! 


Regards,
Tarnyko 

tarn...@tarnyko.net writes: 



Hi,  

A GTK+ 3.4.2 64-bit bundle, and his build environment, are now available 
on http://www.tarnyko.net/repo/gtk3_build_system/ :

GTK+3.4.2_build_system_(win64)(v1).zip
gtk+-bundle_3.4.2-20130314_win64.zip  

As for now, the build environment can only work on a Win64 host due to the 
way scripts work (cross-compiling from Win32 to Win64 is theorically 
possible but would require a huge rewrite).  

The 3.4.2 bundle can't be more complete, I think. Ready for release.  


Regards,
Tarnyko  

tarn...@tarnyko.net writes:  

Hi Martin,   

Thanks for your intervention, very well appreciated !   

I'm definitely interested in your gobject-introspection and webkit stuff, 
I tried to compile them months ago but was not successful..
GStreamer gave me headaches, seems to need serious patches, maybe we 
should delay it until the rest works.   

I've seen your bug reports on GtkNotebook and Spinners too, currently 
trying to compile unstable and installing Linux to compare stuff.   


Regards,
Tarnyko   

Martin Schlemmer writes:   

Hi,   

I know you asked for validation some time back, but I could not get time 
as yet, sorry.   

I have a bit of a very custom build system that mostly uses shell 
scripts via bash  msys, but it includes:

- making tools (intltool, etc.) more relocatable
- rather build gdk-pixbuf and gtk+ loaders into the libraries (skipping 
*-query-* commands mostly)

- include other libraries and programs like:
  - gobject-introspection
  - gtk2/gtk3
  - glade for both above
  - webkit and needed stack (not gstreamer and co yet)
- some other odd stuff.   

I have been planning to clean it up and make it a bit more modular for 
ages, but just never get to it, but if anybody want to have a look and 
maybe get some extra ideas (I started back in 2007 by looking at TML's 
stuff), I can put it somewhere.   



Regards,
Martin   


On 3/7/2013 at  2:43 AM, tarn...@tarnyko.net wrote:
Hi folks,

Following the discussion in this previous thread 
(https://mail.gnome.org/archives/gtk-devel-list/2013-March/msg00020.htm 
l ), I am very pleased to announce the availability for tests of two 
Win32 bundles :

 - GTK 3.4.2 / GLib 2.32.2
 built with GTK+3.4.2_build_system_(v3)
 - GTK+ 3.6.4 / GLib 2.34.3
 build with GTK+3.6.4_build_system_(v1)


You will find the downloads here :
http://www.tarnyko.net/repo/gtk3_build_system/


Each bundle is a ZIP archive containing among binaries :
 - a README including installation instructions ;
 - a manifest file ;
- source build scripts with build logs (see 
src/tarnyko/scripts/logs).   

Each build system is a complete MinGW/MSYS environments intended for 
installation on vanilla Windows XP/Vista/7/8. They are very 
straightforward to use if you follow the instructions carefully. They 
should work out-of-the-box.

 ---

If you want to test a real-world GTK+3 win32 app with these bundles, 
please grab Glade 3.14.1 here :
http://www.tarnyko.net/repo/Glade-3.14.1_(RAUM-TARNYKO).exe

It's an installer without GTK+3, so it always uses the system-wide 
bundle (or the binaries dropped directly in its bin folder).

 ---

It's very nice to see GTK+ 3.6.4 working on Windows. Here is a 
screenshot of


the new CSS widgets :
http://www.tarnyko.net/repo/gtk-demo-3.6.4-win32.png

But some resources don't seem to load properly (see red-crossed images 
in Style Classes demo). Debug planned...

 ---


Regards,
Tarnyko
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org 
https://mail.gnome.org/mailman/listinfo/gtk-devel-list
   

   

Vrywaringsklousule / Disclaimer:  
http://www.nwu.ac.za/it/gov-man/disclaimer.html


___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: [RC] GTK+ 3.4.2/3.6.4 Bundle (Win32)

2013-03-27 Thread tarnyko
Oops, sorry for the malformed links. Best to grab directly : 

http://www.tarnyko.net/repo/gtk3_build_system/ 


GTK+3.6.4_build_system_(win32)(v3).zip
gtk+-bundle_3.6.4-20130327_win32.zip 


Regards,
Tarnyko 

tarn...@tarnyko.net writes: 

Hi people,  

GTK+ 3.6.4 win32 build environment has been updated :  

http://www.tarnyko.net/repo/gtk3_build_system/GTK+3.6.4_build_system_(win3 
2) (v2).zip  

and integrates the following patches :  


* GtkAssistant highlighted text now readable with gray background
https://bugzilla.gnome.org/show_bug.cgi?id=696171  


* GtkNotebook tabs now render correctly again (thanks to Andy Spencer)
https://bugzilla.gnome.org/show_bug.cgi?id=691678  


* GtkSpinners are animated again (thanks to Martin Schlemmer)
https://bugzilla.gnome.org/show_bug.cgi?id=696202  

The corresponding bundle has been produced and is available at :  

http://www.tarnyko.net/repo/gtk3_build_system/gtk+-bundle_3.6.4-20130327_w 
in 32.zip  


Links will work in a few minutes.
As for a personal opinion, I think it's ready for a release.
Your suggestions and reviews are welcome !  


Regards,
Tarnyko  

tarn...@tarnyko.net writes:  



Hi,   

A GTK+ 3.4.2 64-bit bundle, and his build environment, are now available 
on http://www.tarnyko.net/repo/gtk3_build_system/ :

GTK+3.4.2_build_system_(win64)(v1).zip
gtk+-bundle_3.4.2-20130314_win64.zip   

As for now, the build environment can only work on a Win64 host due to 
the way scripts work (cross-compiling from Win32 to Win64 is theorically 
possible but would require a huge rewrite).   

The 3.4.2 bundle can't be more complete, I think. Ready for release.   


Regards,
Tarnyko   

tarn...@tarnyko.net writes:   

Hi Martin,

Thanks for your intervention, very well appreciated !

I'm definitely interested in your gobject-introspection and webkit 
stuff, I tried to compile them months ago but was not successful..
GStreamer gave me headaches, seems to need serious patches, maybe we 
should delay it until the rest works.

I've seen your bug reports on GtkNotebook and Spinners too, currently 
trying to compile unstable and installing Linux to compare stuff.


Regards,
Tarnyko

Martin Schlemmer writes:

Hi,

I know you asked for validation some time back, but I could not get 
time as yet, sorry.

I have a bit of a very custom build system that mostly uses shell 
scripts via bash  msys, but it includes:

- making tools (intltool, etc.) more relocatable
- rather build gdk-pixbuf and gtk+ loaders into the libraries (skipping 
*-query-* commands mostly)

- include other libraries and programs like:
  - gobject-introspection
  - gtk2/gtk3
  - glade for both above
  - webkit and needed stack (not gstreamer and co yet)
- some other odd stuff.

I have been planning to clean it up and make it a bit more modular for 
ages, but just never get to it, but if anybody want to have a look and 
maybe get some extra ideas (I started back in 2007 by looking at TML's 
stuff), I can put it somewhere.



Regards,
Martin


On 3/7/2013 at  2:43 AM, tarn...@tarnyko.net wrote:
Hi folks, 

Following the discussion in this previous thread 
(https://mail.gnome.org/archives/gtk-devel-list/2013-March/msg00020.ht 
m l ), I am very pleased to announce the availability for tests of two 
Win32 bundles :

 - GTK 3.4.2 / GLib 2.32.2
 built with GTK+3.4.2_build_system_(v3)
 - GTK+ 3.6.4 / GLib 2.34.3
 build with GTK+3.6.4_build_system_(v1) 


You will find the downloads here :
http://www.tarnyko.net/repo/gtk3_build_system/ 


Each bundle is a ZIP archive containing among binaries :
 - a README including installation instructions ;
 - a manifest file ;
- source build scripts with build logs (see 
src/tarnyko/scripts/logs).

Each build system is a complete MinGW/MSYS environments intended for 
installation on vanilla Windows XP/Vista/7/8. They are very 
straightforward to use if you follow the instructions carefully. They 
should work out-of-the-box. 

 --- 

If you want to test a real-world GTK+3 win32 app with these bundles, 
please grab Glade 3.14.1 here :
http://www.tarnyko.net/repo/Glade-3.14.1_(RAUM-TARNYKO).exe 

It's an installer without GTK+3, so it always uses the system-wide 
bundle (or the binaries dropped directly in its bin folder). 

 --- 

It's very nice to see GTK+ 3.6.4 working on Windows. Here is a 
screenshot of 


the new CSS widgets :
http://www.tarnyko.net/repo/gtk-demo-3.6.4-win32.png 

But some resources don't seem to load properly (see red-crossed images 
in Style Classes demo). Debug planned... 

 --- 


Regards,
Tarnyko
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org 
https://mail.gnome.org/mailman/listinfo/gtk-devel-list




Vrywaringsklousule / Disclaimer:  
http://www.nwu.ac.za/it/gov-man/disclaimer.html 


___
gtk-devel-list 

Re: New baseline branch, review wanted

2013-03-27 Thread Alexander Larsson
On tis, 2013-03-26 at 16:56 +0100, Alexander Larsson wrote:
 I've done a bunch of work on the baseline stuff and rebased it into a
 nice branch called wip/baseline3. Its got the core working with a bunch
 of widgets converted.

I pushed some minor details that cosimo pointed out, and this solution
to the vfunch issue:

https://git.gnome.org/browse/gtk+/commit/?id=308aebff9daa863ea4144ec2b474ea021995b47f

Which I believe will work.

The remaining issues are GtkComboBox ( cell renderers in general) and
the non-property aspect of gtk_grid_set_row_baseline_position. 



___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Bug 696632 - dead circumflex is not printed as ^

2013-03-27 Thread Ritesh Khadgaray
Hi 

  Is it possible to review the attach patch[1] ? 


Thank you
[1] https://bugzilla.gnome.org/show_bug.cgi?id=696632


-- 
 --ritz
(riddles)
%
Q:  What do you call a dog with no legs?
A:  What does it matter?  He can't come anyway.

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list