Re: [pygtk] gnome-python-2.25.1: waf problem: unparsed spaces in LDFLAGS (SOLVED)

2009-01-22 Thread Gustavo J. A. M. Carneiro
ne. [1] http://code.google.com/p/waf/issues/list [2] http://bugzilla.gnome.org/ -- Gustavo J. A. M. Carneiro "The universe is always one step beyond logic" -- Frank Herbert ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/

Re: [pygtk] gnome-python-extras release?

2009-01-19 Thread Gustavo J. A. M. Carneiro
y long time. Volunteers welcome. -- Gustavo J. A. M. Carneiro "The universe is always one step beyond logic" -- Frank Herbert ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Writting a widget with native scrolling support

2008-10-23 Thread Gustavo J. A. M. Carneiro
On Thu, 2008-10-23 at 15:42 +0200, Laszlo Nagy wrote: > Gustavo J. A. M. Carneiro wrote: > > http://www.daa.com.au/pipermail/pygtk/2006-January/011668.html > > > Yes, this was the only related post that I could find on the internet. > But I could not use it for anythin

Re: [pygtk] Writting a widget with native scrolling support

2008-10-21 Thread Gustavo J. A. M. Carneiro
tion about this. Of course you > do not need to explain everything, just please point me to the right > place in the pygtk docs, or just give some hints how to do it. > > Thank you, > >Laszlo > > ___ > pygtk mailing list

Re: [pygtk] Possible GObject bug?

2008-09-13 Thread Gustavo J. A. M. Carneiro
ance will reflect the changes into all instances. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> "The universe is always one step beyond logic" -- Frank Herbert ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com

Re: [pygtk] Custom Widgets (Movable Containers)

2008-01-27 Thread Gustavo J. A. M. Carneiro
ansparent, *except* for where I've drawn." Since gtk+ does not (AFAIR) support alpha compositing at the widget level, you have to create a gdk.Bitmap and use gdk.Window.shape_combine_mask(). See the FAQ: http://faq.pygtk.org/index.py?req=show&file=faq10.024.htp Hope th

Re: [pygtk] ANNOUNCE: GnomePythonDesktop 2.21.1 (unstable)

2007-12-22 Thread Gustavo J. A. M. Carneiro
On Sat, 2007-12-22 at 20:04 +0100, David Hautbois wrote: > Gustavo J. A. M. Carneiro wrote: > > On Sat, 2007-12-22 at 19:25 +0100, David Hautbois wrote: > > > >> Gustavo J. A. M. Carneiro wrote: > >> > >>> GnomePythonDesktop 2.21.1 has been jus

Re: [pygtk] ANNOUNCE: GnomePythonDesktop 2.21.1 (unstable)

2007-12-22 Thread Gustavo J. A. M. Carneiro
On Sat, 2007-12-22 at 19:25 +0100, David Hautbois wrote: > Gustavo J. A. M. Carneiro wrote: > > GnomePythonDesktop 2.21.1 has been just released. This is a unstable > > release for testing purposes. > > > > I am especially interested in people testing the new WAF bu

[pygtk] ANNOUNCE: GnomePythonDesktop 2.21.1 (unstable)

2007-12-16 Thread Gustavo J. A. M. Carneiro
) The source tarball can be found here: http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.21/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-desktop Happy testing! -- Gustavo J. A. M. Carneiro <[EMAIL PROTEC

[pygtk] ANNOUNCE: GnomePython 2.21.0 (unstable)

2007-12-03 Thread Gustavo J. A. M. Carneiro
The source tarball can be found here: http://download.gnome.org/sources/gnome-python/2.21/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The un

Re: [pygtk] pycairo - translate question

2007-11-05 Thread Gustavo J. A. M. Carneiro
ke this: ctx.save() ctx.translate(10,10) ctx.restore() -- Gustavo J. A. M. Carneiro INESC Porto, Telecommunications and Multimedia Unit "The universe is always one step beyond logic." -- Frank Herbert ___ pygtk mailing list

Re: [pygtk] pixmap question...

2007-10-14 Thread Gustavo J. A. M. Carneiro
t(da, width, height) > top.show_all() > gobject.timeout_add(120,draw,da,pixmap) > gtk.main() > > if __name__ =="__main__": > main() > ___ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/

Re: [pygtk] signal emission problem with pygtk-2.11

2007-09-20 Thread Gustavo J. A. M. Carneiro
a GObject in your signal which was already destroyed. If your code is pure Python then it is likely that PyGObject or PyGtk is at fault, in which case we welcome a minimal test case to help fix the problem. Thanks. -- Gustavo J. A. M. Carneiro INESC Porto, Telecommunications and Multimedia Unit "

Re: [pygtk] Problems with improved garbage collection in PyGTK 2.11?

2007-09-05 Thread Gustavo J. A. M. Carneiro
quest_async should probably be g_object_ref'ing the beagle_query object, and unref it later after the response is received and after calling the async handler. I hope this helps. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> "The universe is always one step

[pygtk] ANNOUNCE: PyGTK 2.10.6

2007-07-10 Thread Gustavo J. A. M. Carneiro
oper.html and http://pygtk.org/feedback.html for links to posting and querying bug reports for PyGTK. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing li

[pygtk] ANNOUNCE: GnomePython 2.19.1 (unstable)

2007-07-07 Thread Gustavo J. A. M. Carneiro
-python/2.19/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _

[pygtk] ANNOUNCE: PyGObject 2.13.2 (unstable)

2007-07-07 Thread Gustavo J. A. M. Carneiro
purpose scripts up to large full featured applications. PyGObject requires GObject >= 2.8.0 and Python >= 2.3.5 to build. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___

Re: [pygtk] virtual function without a return value

2007-06-11 Thread Gustavo J. A. M. Carneiro
On Dom, 2007-06-10 at 23:26 +0100, Gustavo J. A. M. Carneiro wrote: > On Dom, 2007-06-10 at 21:46 +0200, Sébastien Granjoux wrote: > > Hi All, > > > > I'm writing a wrapper for a GInterface derived type, so I have written a > > .defs file with something like &

Re: [pygtk] virtual function without a return value

2007-06-10 Thread Gustavo J. A. M. Carneiro
an error somewhere ? I think it's a bug in codegen. A patch (codegen/reversewrapper.py) would be most welcome; it just needs to special case where PyArg_ParseTuple is called to parse return value if the template string is "", then j

[pygtk] gnome-python-extras 2.19.1 released (Was: Branching gnome-python-extras)

2007-06-10 Thread Gustavo J. A. M. Carneiro
gksu 1.x (Gian Mario Tagliaretti) - By popular demand, undeprecate egg.trayicon (Gustavo) Download: http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.19/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> "The universe is always one step beyond logic&q

[pygtk] ANNOUNCE: PyORBit 2.14.3

2007-05-26 Thread Gustavo J. A. M. Carneiro
orbit Changes from 2.14.2 to 2.14.3: - Fix build problem on Mac OS X - Fix compatibility with non-ORBit2 based servants -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic

[pygtk] ANNOUNCE: PyGObject 2.13.0 (unstable)

2007-04-23 Thread Gustavo J. A. M. Carneiro
3.5 to build. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] applet with ssh - passphrase problem

2007-04-16 Thread Gustavo J. A. M. Carneiro
t behaviours and how can I fix the problem? I would suggest you print os.environment to a file (one key,val pair on each line) in both cases, and compare the results. You'll be able to determine which environment variable is responsible. Also check for tips on this bug: http://bugzilla.gn

Re: [pygtk] PyGObject leaking?

2007-04-09 Thread Gustavo J. A. M. Carneiro
en right after a reference going out of scope, but not always. > > Thank you. > > cheers -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Re: Re: Cannot subclass gtk.Widget

2007-03-12 Thread Gustavo J. A. M. Carneiro
On Sex, 2007-03-09 at 11:05 -0500, John Dennis wrote: > On Fri, 2007-03-09 at 10:38 -0500, John Dennis wrote: > > On Fri, 2007-03-09 at 08:10 -0700, Jeffrey Barish wrote: > > > Gustavo J. A. M. Carneiro wrote: > > > > > > > Another, more complex,

Re: [pygtk] Re: Re: Cannot subclass gtk.Widget

2007-03-10 Thread Gustavo J. A. M. Carneiro
On Sáb, 2007-03-10 at 09:54 -0700, Jeffrey Barish wrote: > Gustavo J. A. M. Carneiro wrote: > > > Another, more complex, example can be found here: > > http://telecom.inescporto.pt/~gjc/higcontainer/higcontainer.py > > By studying the examples, I have learned a lot ab

Re: [pygtk] Re: Cannot subclass gtk.Widget

2007-03-09 Thread Gustavo J. A. M. Carneiro
ose widgets. > Or subclass e.g. gtk.HBox. However, if you feel adventurous, you can > play with this incomplete but working example: Another, more complex, example can be found here: http://telecom.inescporto.pt/~gjc/higcontainer/higcontainer.py Cheers. -- Gustavo J. A. M. Carneiro <[

Re: [pygtk] html wrapper for pygtk?

2007-02-24 Thread Gustavo J. A. M. Carneiro
apper around gecko or gtkhtml that I can use? Any tutorials? In addition to the suggestions other people have made, I once made a thin wrapper on top of gtk.TextView to allow it to render a very small subset of HTML: http://www.gnome.org/~gjc/htmltextview.py -- Gustavo J. A. M. Carn

Re: [pygtk] Bugbuddy on gnome-python-dekstop 2.17

2007-01-16 Thread Gustavo J. A. M. Carneiro
repo. Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python An please include more information, like where is bugbuddy being installed, and what is your python sys.path. Thanks. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECT

[pygtk] ANNOUNCE: GnomePythonDesktop 2.17.2 (unstable)

2007-01-07 Thread Gustavo J. A. M. Carneiro
/gnome-python-desktop/2.17/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-desktop Happy testing! -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step

[pygtk] ANNOUNCE: GnomePython 2.17.1 (unstable)

2007-01-07 Thread Gustavo J. A. M. Carneiro
ssing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http

Re: [pygtk] Overriding GObject methods in Python

2006-11-28 Thread Gustavo J. A. M. Carneiro
fs: most methods are automatically generated, some need manual code to go into a .override file. The way of the future is the gobject-introspection module, but unfortunately it is taking too long to be picked up by glib developers :-( -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]>

Re: [pygtk] Re: Overriding GObject methods in Python

2006-11-24 Thread Gustavo J. A. M. Carneiro
ython programmer to subclass a given GObject class > directly from Python. The GenericGtkFooBar are the old way of doing this and are deprecated. Nowadays you can subclass any gtk.XxxCellRenderer and override specific vfuncs. Take a look at (define-virtual ...) blocks in the .defs.

Re: [pygtk] Re: Overriding GObject methods in Python

2006-11-24 Thread Gustavo J. A. M. Carneiro
ct introspection. > > Even the new introspection? That's meant to make extra information > available. The "new introspection" doesn't really exist yet. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one s

Re: [pygtk] Setting application name in pygtk?

2006-11-11 Thread Gustavo J. A. M. Carneiro
ng sys.argv[0] should be pretty safe... unless done at some arbitrary point during application run time; better do it only once at startup. Another option is to pass an alternative argv to gnome.program_init() (4th parameter). -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED

[pygtk] Re: ANNOUNCE: GnomePython 2.16.1

2006-11-05 Thread Gustavo J. A. M. Carneiro
On Dom, 2006-11-05 at 16:14 +, Gustavo J. A. M. Carneiro wrote: > GnomePython 2.16.1 has been just released. This a bugfix release. There was a problem in this release, so I released 2.16.2 too which requires PyGTK 2.10.3, not 2.10.4 (which doesn't exist). Sorry ab

[pygtk] ANNOUNCE: GnomePython 2.16.1

2006-11-05 Thread Gustavo J. A. M. Carneiro
: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.co

[pygtk] ANNOUNCE: GnomePythonDesktop 2.17.1 (unstable)

2006-10-15 Thread Gustavo J. A. M. Carneiro
! -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.asyn

[pygtk] ANNOUNCE: gNumExp 0.11

2006-10-14 Thread Gustavo J. A. M. Carneiro
, GnomePython, PyGooCanvas 0.4.1 Bug reporting: == https://launchpad.net/products/gnumexp/+filebug -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing

[pygtk] gnome-python-desktop branched

2006-10-14 Thread Gustavo J. A. M. Carneiro
gnome-python-desktop branched (tag gnome-2-16) for GNOME 2.16; the HEAD branch will follow GNOME API changes and will possibly accept new APIs. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step

Re: [pygtk] Using a CheckButton on an applet Menu

2006-10-11 Thread Gustavo J. A. M. Carneiro
gt; self.applet.setup_menu_from_file (glob.resources_dir, > "computertemp_menu.xml", "computertemp", self.verbs) > > Ths signals for the normal menu items (About, Prefs, Alarm) work ok, but > i can't catch the signal for the t

Re: [pygtk] ANNOUNCE: PyGTK 2.10.3

2006-10-03 Thread Gustavo J. A. M. Carneiro
On Ter, 2006-10-03 at 19:05 +0100, Gustavo J. A. M. Carneiro wrote: > I am pleased to announce version 2.10.3 of the Python bindings for GTK. > > The new release is available from ftp.gnome.org and its mirrors > as soon as its synced correctly: > > http://ftp.gnome.org

[pygtk] ANNOUNCE: PyGTK 2.10.3

2006-10-03 Thread Gustavo J. A. M. Carneiro
Bugzilla; check out http://pygtk.org/developer.html and http://pygtk.org/feedback.html for links to posting and querying bug reports for PyGTK. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always

[pygtk] ANNOUNCE: PyGTK 2.10.2

2006-10-02 Thread Gustavo J. A. M. Carneiro
out http://pygtk.org/developer.html and http://pygtk.org/feedback.html for links to posting and querying bug reports for PyGTK. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _

Re: [pygtk] Using Kiwi useful?

2006-09-29 Thread Gustavo J. A. M. Carneiro
f doing things, or should I build something > custom? Sounds like you want goocanvas or diacanvas2. Although kiwi does have some bits useful for all apps. Regards. PS: try looking at a UML modelling program called Gaphor; might be more worth to contribute to it rather than start from sc

Re: [pygtk] ORBit and python

2006-09-26 Thread Gustavo J. A. M. Carneiro
Ter, 2006-09-26 às 16:43 +0100, Magnus Therning escreveu: > On Tue, Sep 26, 2006 at 11:24:44 +0100, Gustavo J. A. M. Carneiro wrote: > >On Ter, 2006-09-26 at 11:01 +0100, Magnus Therning wrote: > >> I copy-pasted your code into three files here and noticed the same > >>

Re: [pygtk] ORBit and python

2006-09-26 Thread Gustavo J. A. M. Carneiro
ter = Counter() > ref = counter._this() Then it works (after you fix the rest of the code, s/Test.TestInterface.Overflow/Test.Counter.Overflow/). The reason is that this expression "Counter()._this()" creates a Counter() servant, takes a CORBA object reference to it, but then the

Re: [pygtk] ORBit and python

2006-09-26 Thread Gustavo J. A. M. Carneiro
ll-known? Should I raise a bug on it? I think it's well known. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. ___ pygtk mailing list pygtk@daa.com.au http://www

Re: [pygtk] Documentation

2006-09-11 Thread Gustavo J. A. M. Carneiro
existing docs to > sarma. Why create some stupid form when there is product who can make > much more? That's what I'm saying. There's already a good starting point: Sarma. It can allow collaborative editing of DocBook over the Web. If anyone wanted to tackle this problem, I&#

[pygtk] PyGooCanvas 0.4.1

2006-09-10 Thread Gustavo J. A. M. Carneiro
build the docs) - PyGTK >= 2.8.4 - PyCairo >= 1.2.0 Bug reports should go to https://developer.berlios.de/bugs/?group_id=6813 [1] http://sourceforge.net/projects/goocanvas -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The univers

Re: [pygtk] Documentation

2006-09-04 Thread Gustavo J. A. M. Carneiro
> This would be very interesting as well, I'm not sure how it would be > solved in practice. > Perhaps generating an alternative view, similar to javadoc would be an > option for that. > > Both of these are worthy goal, but unfortunately none of them are > trivial to i

[pygtk] ANNOUNCE: PyGObject 2.11.4 (unstable)

2006-08-27 Thread Gustavo J. A. M. Carneiro
3.5 to build. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://ww

Re: [pygtk] Filters window in Thunderbird

2006-08-08 Thread Gustavo J. A. M. Carneiro
PIs. A XUL widget does _not_ wrap a gtk widget; it creates its own widget and asks gtk+ to paint it using the theme. > > Preben > ___ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Read the P

Re: [pygtk] Filters window in Thunderbird

2006-08-03 Thread Gustavo J. A. M. Carneiro
3- Add the VBox to the SW (SW.add_with_viewport(VB) IIRC) 4- add rows to the vbox (each row could be e.g. a HBox with widgets) > > Preben > _______ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Re

Re: [pygtk] pygtk.org mockup

2006-08-02 Thread Gustavo J. A. M. Carneiro
d make that logo more prominent, and add the other ones a bit smaller and more out of the way. In any case let there be no doubt that PyGTK and GNOME endorse each other. There seems to be some anti-GNOME feeling that I just don't understand. Regards, -- G

Re: [pygtk] Re: pygtk.org mockup

2006-07-28 Thread Gustavo J. A. M. Carneiro
e foot? > GTK doesn't have anything to do with Gnome. I disagree. Besides, pygtk.org is also home for GnomePython*, not just PyGTK. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. __

[pygtk] ANNOUNCE: GnomePythonDesktop 2.15.90 (unstable)

2006-07-24 Thread Gustavo J. A. M. Carneiro
/enter_bug.cgi?product=gnome-python-desktop Happy testing! -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/li

[pygtk] ANNOUNCE: GnomePython 2.15.90 (unstable)

2006-07-24 Thread Gustavo J. A. M. Carneiro
=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyG

Re: [pygtk] Re: pygtk.org mockup

2006-07-22 Thread Gustavo J. A. M. Carneiro
ng the existing structure as much as possible? Regards, -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au

Re: [pygtk] Re: pygtk.org mockup

2006-07-22 Thread Gustavo J. A. M. Carneiro
izable font size ;-) Cheers. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read

Re: [pygtk] more statics and hidden visibility

2006-07-22 Thread Gustavo J. A. M. Carneiro
ch easier for maintainers to track patches than email. Here, I've reopened http://bugzilla.gnome.org/show_bug.cgi?id=347825, please attach the patches there. Thanks. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step bey

Re: [pygtk] gtk+ have a entry only can input number

2006-07-20 Thread Gustavo J. A. M. Carneiro
On Qui, 2006-07-20 at 21:45 +0800, Frank Zheng wrote: > I only found gnome have a widget like this > gnome number entry gtk.SpinButton. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one

Re: [pygtk] layout + key-press-event

2006-07-20 Thread Gustavo J. A. M. Carneiro
why? This is missing: l.set_flags(gtk.CAN_FOCUS) l.grab_focus() Cheers. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. ___ pygtk mailing list pygtk@daa.com.au http

[pygtk] ANNOUNCE: PyGObject 2.11.0 (unstable)

2006-07-12 Thread Gustavo J. A. M. Carneiro
se in many applications ranging from small single purpose scripts up to large full featured applications. PyGObject requires GObject >= 2.8.0 and Python >= 2.3.5 to build. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is

[pygtk] ANNOUNCE: GnomePython 2.15.4 (unstable)

2006-07-12 Thread Gustavo J. A. M. Carneiro
The source tarball can be found here: http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.15/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The

[pygtk] ANNOUNCE: PyGTK 2.9.3 (unstable)

2006-07-12 Thread Gustavo J. A. M. Carneiro
2.3.5 to build. Bug reports, as always, should go to Bugzilla; check out http://pygtk.org/developer.html and http://pygtk.org/feedback.html for links to posting and querying bug reports for PyGTK. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is a

[pygtk] ANNOUNCE: GnomePythonExtras 2.14.1

2006-07-10 Thread Gustavo J. A. M. Carneiro
2.14.1 == * general - Mac OS X build fixes (Daniel Macks) * gtkmozembed - Allow building gtkmozembed against xulrunner (Julien Louis) -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The

[pygtk] ANNOUNCE: GnomePythonDesktop 2.15.4 (unstable)

2006-07-10 Thread Gustavo J. A. M. Carneiro
build fixes (Randall Wood) The source tarball can be found here: http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.15/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-desktop Happy testing! -- Gustavo J. A. M

[pygtk] ANNOUNCE: GnomePython 2.15.3 (unstable)

2006-07-10 Thread Gustavo J. A. M. Carneiro
=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyG

Re: [pygtk] print dialog and threading

2006-06-28 Thread Gustavo J. A. M. Carneiro
oes not have a very recent GTK version: 2.6.4; the PyGTK version is > 2.5.3; I'm using gnome-python-extras-2.9.4 . > > Any ideas or suggestions? > > Abel > _______________ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Read the

Re: [pygtk] faq 23.34 How can I use gtk.binding_entry_add

2006-06-25 Thread Gustavo J. A. M. Carneiro
object.SIGNAL_RUN_LAST|gobject.SIGNAL_ACTION,None,(str,))) put here: gobject.type_register(MyWindow) Regards, -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list

[pygtk] ANNOUNCE: PyGTK 2.9.2 (unstable)

2006-06-15 Thread Gustavo J. A. M. Carneiro
ports, as always, should go to Bugzilla; check out http://pygtk.org/developer.html and http://pygtk.org/feedback.html for links to posting and querying bug reports for PyGTK. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logi

[pygtk] ANNOUNCE: PyGTK 2.9.1 (unstable)

2006-06-13 Thread Gustavo J. A. M. Carneiro
upport (Finlay) - Add -I option to codegen (defs search path) (Gustavo) PyGTK requires GTK+ >= 2.8.0 and Python >= 2.3.5 to build. Bug reports, as always, should go to Bugzilla; check out http://pygtk.org/developer.html and http://pygtk.org/feedback.html for links to posting and querying

Re: [pygtk] Upgrading to gnome-python-2.15.2 broke my App

2006-06-13 Thread Gustavo J. A. M. Carneiro
ing or setting the PERM_ACCESS_* flags you have to use the new field fileinfo.access. This is a python-specific field which I had to invent to overcome some limitations. For more information see http://bugzilla.gnome.org/show_bug.cgi?id=338916 Regards, -- Gustavo J. A. M. Carneiro <

[pygtk] ANNOUNCE: PyORBit 2.14.1

2006-06-11 Thread Gustavo J. A. M. Carneiro
product=pyorbit Changes from 2.14.0 to 2.14.1: - Fix build problem on cygwin - Fix segmentation fault on orb.shutdown() - Make it work on Python 2.5 and 64-bit platforms -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is a

[pygtk] ANNOUNCE: GnomePythonDesktop 2.15.3 (unstable)

2006-06-11 Thread Gustavo J. A. M. Carneiro
tarball can be found here: http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.15/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-desktop Happy testing! -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> &

[pygtk] ANNOUNCE: GnomePython 2.15.2 (unstable)

2006-06-11 Thread Gustavo J. A. M. Carneiro
.gnome.org/pub/GNOME/sources/gnome-python/2.15/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always

Re: [pygtk] how to report bugs (Was: duplicate gtk.Clipboard causing visit_decref error)

2006-06-05 Thread Gustavo J. A. M. Carneiro
> > __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailm

Re: [pygtk] [Fwd: Using cairo to shape windows]

2006-06-04 Thread Gustavo J. A. M. Carneiro
ectangle and (commented out) a circle, that I wrote. I > > hope it helps you. > > > > Natan Zohar > ___ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/

Re: [pygtk] pygtk-codegen, enum/flags issue

2006-05-30 Thread Gustavo J. A. M. Carneiro
") > +'("change-height" "WNCK_WINDOW_CHANGE_HEIGHT") > + ) > +) > + > > ;; From /usr/include/libwnck-1.0/libwnck/application.h > > @@ -1033,6 +1063,20 @@ >) > ) > > +(define-method set_geometry > + (of-object "WnckWi

[pygtk] Re: gnome.ui.App.install_menus_hints missing?

2006-05-30 Thread Gustavo J. A. M. Carneiro
On Ter, 2006-05-30 at 03:54 +0200, Axel Thimm wrote: > On Mon, May 29, 2006 at 11:50:38PM +0100, Gustavo J. A. M. Carneiro wrote: > > Seg, 2006-05-29 às 14:04 +0200, Axel Thimm escreveu: > > > Hi, > > > > > > (is this the right place to ask about gnome-p

Re: [pygtk] gnome.ui.App.install_menus_hints missing?

2006-05-29 Thread Gustavo J. A. M. Carneiro
x27;m not taking requests[1] to wrap missing functions in gnome.ui which can be accomplished through gtk.UIManager instead. You should know that gnome.ui is mostly deprecated, apart from some very specialized functions not found elsewhere. Regards. [1] if they have a patch i may consider it, t

Re: [pygtk] wnck.Window.get_geometry missing?

2006-05-28 Thread Gustavo J. A. M. Carneiro
Dom, 2006-05-28 às 21:01 +0100, Magnus Therning escreveu: > On Sun, May 28, 2006 at 12:31:14PM +0100, Gustavo J. A. M. Carneiro wrote: > >Sáb, 2006-05-27 às 21:56 +0100, Magnus Therning escreveu: > >> I can't figure out why wnck.Window.get_geometry isn't

Re: [pygtk] wnck.Window.get_geometry missing?

2006-05-28 Thread Gustavo J. A. M. Carneiro
s (I've not managed to find any docs on > pygtk-codegen-2.0 at all) would be much appreciated. You can start by opening a bug report on gnome bugzilla, product gnome-python-desktop. Thanks. > > /M > > ___

[pygtk] ANNOUNCE: GnomePythonDesktop 2.15.2 (unstable)

2006-05-15 Thread Gustavo J. A. M. Carneiro
! -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.asyn

Re: [pygtk] [PATCH] delete user data on "None" (pygtk 2.8.6)

2006-05-01 Thread Gustavo J. A. M. Carneiro
ionen fr GMX Partner: http://www.gmx.net/de/go/partner > ___ pygtk mailing list > pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK > FAQ: http://www.async.com.br/faq/pygtk/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]

Re: [pygtk] New Gtk/PyGtk Book

2006-04-25 Thread Gustavo J. A. M. Carneiro
ding that Gtk 3 is around the > corner You are jumping to conclusions; Gtk 3 is _not_ around the corner. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mai

[pygtk] ANNOUNCE: GnomePython 2.15.1 (unstable)

2006-04-23 Thread Gustavo J. A. M. Carneiro
reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygt

[pygtk] ANNOUNCE: GnomePythonDesktop 2.15.1 (unstable)

2006-04-23 Thread Gustavo J. A. M. Carneiro
://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-extras Happy testing! -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic ___ pygtk mailing list pygtk@daa.com.au http://ww

Re: [pygtk] pygda build broken: const-GObject

2006-04-23 Thread Gustavo J. A. M. Carneiro
rning instead: > " > Could not write method GdaValue.get_gobject: No ArgType for 'const > GObject*' > " > > Has something changed? New code was added to pygtk codegen to handle const-SomeObject*, but we forgot to handle the case when it i

Re: [pygtk] WNCK question

2006-04-20 Thread Gustavo J. A. M. Carneiro
alled by the main loop (i.e. the main loop was already > running!) > > I patched that by now, but I guess the original wnck still has the > problem :) You patched wnck the C library or the python bindings? > > cheers, > Danny > > > ___

Re: [pygtk] raise reminder window

2006-03-28 Thread Gustavo J. A. M. Carneiro
;m sure Elijah Newren announced something to this respect in gnome desktop devel list, so if you search the archives you might find something useful there. Regards. > > On 3/28/06, Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> wrote: > > On Ter, 2006-03-28 at 10:13 -0500,

Re: [pygtk] raise reminder window

2006-03-28 Thread Gustavo J. A. M. Carneiro
Use gtk.Window.present_with_time. The "time" parameter to use should be event.time of the gdk event you're currently handling, if any, or zero, if not called from an event handler. Regards. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]>

Re: [pygtk] Core dump trying to get children of a Table widget

2006-03-24 Thread Gustavo J. A. M. Carneiro
ou remember this being fixed or not? It's likely that this is fixed now (in 2.8), but I cannot be sure without looking at a gdb backtrace. > -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic.

Re: [pygtk] New constructor style in PyGTK 2.8

2006-03-23 Thread Gustavo J. A. M. Carneiro
On Qui, 2006-03-23 at 16:31 +0100, Jacob Kroon wrote: > Jacob Kroon wrote: > > Gustavo J. A. M. Carneiro wrote: > >> On Qui, 2006-03-23 at 15:30 +0100, Jacob Kroon wrote: > >> > >>> Hi, > >>> > >>> I'm converting my defs fi

Re: [pygtk] New constructor style in PyGTK 2.8

2006-03-23 Thread Gustavo J. A. M. Carneiro
ility. If you don't need to preserve API, or if the property name is the same as the parameter name, you can leave it out. > > --Jacob > > ___ > pygtk mailing list pygtk@daa.com.au

[pygtk] ANNOUNCE: Gnome OSD 0.11

2006-03-12 Thread Gustavo J. A. M. Carneiro
-event-bridge using D-BUS * Add Czech translations, by Pavel Mlcoch === Requirements: gnome-python >= 2.6.1 Download: http://www.gnomefiles.org/app.php?soft_id=350 Repository: http://telecom.inescporto.pt/~gjc/gnome-osd/hg/gnome-osd/ -- Gustavo J. A

Re: [pygtk] gnomevfs and access rights

2006-02-24 Thread Gustavo J. A. M. Carneiro
__ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic.

Re: [pygtk] gtkmozembed for newer seamonkey?

2006-02-24 Thread Gustavo J. A. M. Carneiro
show_bug.cgi?id=297238 > [2]http://benjamin.smedbergs.us/blog/2005-12-23/whats-coming-for-gtkmozembed/ > > > ___ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: ht

Re: [pygtk] pygtk-codegen - wrapping enums

2006-02-24 Thread Gustavo J. A. M. Carneiro
n the library doesn't register a GType for the enum, so there is no GType available. Of course, option 1 is always preferable; you get a much nicer wrapping. Option 2 is useful when the gtype is missing. Hope it helps. -- Gustavo J. A. M. Carneiro <[EMAIL PRO

  1   2   3   4   5   >