gdk-pixbuf and QT

2005-04-03 Thread Krasu
Hi. I searched hardly something like gdk-pixbuf on QT, but failed. I need real-time image manipulations (like zoom, smooth zoom, rotation, etc.) to work fine in my image viewer (like gqview). Can use gdk-pixbuf in my QT app ? Thanks. Regards, Krasu. __

Re: gtkila: log analyzer for RSBAC, 1st pre-version

2005-04-03 Thread Jonas Weismueller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonas Weismueller wrote: > > You can download gtkila from: > http://svn.rsbac.mprivacy-update.de/viewsvn.php?project=rsbac&path=/ila/gtkila/gtkila-0.1.tar.gz&download=yes > I just figured out, that this download link is broken. Please download the tar

Re: gtk-app-devel-list Digest, Vol 12, Issue 6

2005-04-03 Thread Dave Andruczyk
> Message: 2 > Date: Sun, 03 Apr 2005 18:34:41 +0300 > From: Krasu <[EMAIL PROTECTED]> > Subject: gdk-pixbuf and QT > To: gtk-app-devel-list@gnome.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="windows-1251"; format="flowed" > > Hi. I searched hardly something like gdk

Re: gtk-app-devel-list Digest, Vol 12, Issue 6

2005-04-03 Thread John Vetterli
On Sun, 3 Apr 2005, Dave Andruczyk wrote: Hi. I searched hardly something like gdk-pixbuf on QT, but failed. I need real-time image manipulations (like zoom, smooth zoom, rotation, etc.) to work fine in my image viewer (like gqview). Can use gdk-pixbuf in my QT app ? Try QCanvas, it has zoom, scrol

(no subject)

2005-04-03 Thread Krasu
Sun, 3 Apr 2005 15:15:34 -0400 (EDT), John Vetterli <[EMAIL PROTECTED]> писал(а): Try QCanvas, it has zoom, scroll etc You could also try QImage; it has scale and xForm functions. No ! :) QCanvas works bad. An example from qt/examples/canvas has repainting problems, and much slower tha

Re: gdk-pixbuf and QT

2005-04-03 Thread John Coppens
On Sun, 03 Apr 2005 18:34:41 +0300 Krasu <[EMAIL PROTECTED]> wrote: > Hi. I searched hardly something like gdk-pixbuf on QT, but failed. I > need real-time image manipulations (like zoom, smooth zoom, rotation, > etc.) to work fine in my image viewer (like gqview). > > Can use gdk-pixbuf in my

Re: Non-english strings

2005-04-03 Thread Russell Shaw
David Necas (Yeti) wrote: On Sun, Apr 03, 2005 at 01:59:38AM +1000, Russell Shaw wrote: How are gtk apps translated to other languages? Does someone need to rewrite all the gtk_label strings in a program? See gettext: http://www.gnu.org/software/gettext/ All strings obviously have to be translated

Re: Non-english strings

2005-04-03 Thread Russell Shaw
David Necas (Yeti) wrote: On Sun, Apr 03, 2005 at 01:59:38AM +1000, Russell Shaw wrote: How are gtk apps translated to other languages? Does someone need to rewrite all the gtk_label strings in a program? See gettext: http://www.gnu.org/software/gettext/ All strings obviously have to be translated