Re: [PyQt] Small paid development task

2009-07-18 Thread Arve Knudsen
Hi Jason

I'm looking at this as we speak (checking out Qt from git), although I can't
promise anything.

Arve

On Tue, Jul 14, 2009 at 10:58 PM, Jason H scorp...@yahoo.com wrote:


 I mentioned last week that I was looking to get some of the Kinetic
 project's bindings into PyQt. Unfortunately, it is going slow, and my time
 has had me working things where I am more productive. I am now offering
 anyone up to $200US via paypal to get these patched into the latest PyQt
 4.5.2 snapshot. I am hoping this code will be done in a way (quality, style,
 license) that it can be used by Phil in the PyQt 4.6 release. I just need to
 test these features sooner than later, and the next Qt release is 6-9 months
 off.

 In order to get these classes, you'll have to get Qt/master or
 Qt/master-stable out of the git repo. Part of deleivery, aside from sip
 files is to then provide instructions on how to drop it into a PyQt 4.5.2
 installation.

 Classes I need immediately for my test: ($100)
* QAbstractAnimation
* QAnimationGroup
* QEasingCurve
* QParallelAnimationGroup
* QPropertyAnimation
* QSequentialAnimationGroup
* QVariantAnimation

 Not so immediate, but would like to have them eventually: ($100)
* QGraphicsWidget
* QAbstractState
* QAbstractTransition
* QActionState
* QEventTransition
* QFinalState
* QHistoryState
* QKeyEventTransition
* QMouseEventTransition
* QSignalEvent
* QSignalTransition
* QState
* QStateAction
* QStateFinishedEvent
* QStateFinishedTransition
* QStateInvokeMethodAction
* QtStateMachine
* QTransition

 I figure it's a cool opportunity to get paid for something that has to be
 done anyway.

 Thanks




 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Small paid development task

2009-07-17 Thread Arnold Krille
On Wednesday 15 July 2009 23:27:45 Jason H wrote:
 Well no one jumped at my offer. I am curious, what would it take?

I am meaning to look at sip for quite some time. This would be a wonderfull 
opportunity. And a bounty would be fun.
But I haven't done anything with Kinetic. And unfortunately I am in the middle 
of moving houses, which decreases time for such projects to a small to the 
hours when its dark and when I am tired (to tired for real programming). :-(

Maybe it changes when the flat is set up...

Have fun,

Arnold


signature.asc
Description: This is a digitally signed message part.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Small paid development task

2009-07-17 Thread David Boddie
I remembered that someone else had already asked about using the animation
API:

http://www.riverbankcomputing.com/pipermail/pyqt/2009-April/022813.html

Perhaps you guys could join forces.

David
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Small paid development task

2009-07-16 Thread Sandro Dutra
I don't have the necessary knowledgement to take this project, I only do
simple things with PyQt, like a dialog, a Interface for mysql with pyqt and
sqlalchemy, this kind of thing...

2009/7/15 Jason H scorp...@yahoo.com



 Well no one jumped at my offer. I am curious, what would it take?


 - Original Message 
 From: Jason H scorp...@yahoo.com
 To: pyqt@riverbankcomputing.com
 Sent: Tuesday, July 14, 2009 4:58:29 PM
 Subject: [PyQt] Small paid development task


 I mentioned last week that I was looking to get some of the Kinetic
 project's bindings into PyQt. Unfortunately, it is going slow, and my time
 has had me working things where I am more productive. I am now offering
 anyone up to $200US via paypal to get these patched into the latest PyQt
 4.5.2 snapshot. I am hoping this code will be done in a way (quality, style,
 license) that it can be used by Phil in the PyQt 4.6 release. I just need to
 test these features sooner than later, and the next Qt release is 6-9 months
 off.

 In order to get these classes, you'll have to get Qt/master or
 Qt/master-stable out of the git repo. Part of deleivery, aside from sip
 files is to then provide instructions on how to drop it into a PyQt 4.5.2
 installation.

 Classes I need immediately for my test: ($100)
* QAbstractAnimation
* QAnimationGroup
* QEasingCurve
* QParallelAnimationGroup
* QPropertyAnimation
* QSequentialAnimationGroup
* QVariantAnimation

 Not so immediate, but would like to have them eventually: ($100)
* QGraphicsWidget
* QAbstractState
* QAbstractTransition
* QActionState
* QEventTransition
* QFinalState
* QHistoryState
* QKeyEventTransition
* QMouseEventTransition
* QSignalEvent
* QSignalTransition
* QState
* QStateAction
* QStateFinishedEvent
* QStateFinishedTransition
* QStateInvokeMethodAction
* QtStateMachine
* QTransition

 I figure it's a cool opportunity to get paid for something that has to be
 done anyway.

 Thanks




 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt




 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Small paid development task

2009-07-16 Thread David Boddie
On Wed, 15 Jul 2009 14:27:45 -0700 (PDT), Jason H wrote:

 Well no one jumped at my offer. I am curious, what would it take?

My employer probably wouldn't approve if I took you up on your offer,
so unless you are considering buying them and forcing them to let me
do it, I'll have to politely decline. ;-)

I remember a time when I would have happily experimented with creating
a set of bindings for these ahead of the official PyQt set, but I don't
have the time these days. 

I would suggest writing a simple set of .sip files for each of the first
group of classes and put them alongside the others in the same modules
in the PyQt sources, then extend each of the relevant module .sip files
to refer to them. After that, build PyQt against a working Qt build.
If you run into problems, post the errors to the mailing list - unless
someone takes you up on your offer in the meantime. :-)

David
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Small paid development task

2009-07-15 Thread Jason H


Well no one jumped at my offer. I am curious, what would it take?


- Original Message 
From: Jason H scorp...@yahoo.com
To: pyqt@riverbankcomputing.com
Sent: Tuesday, July 14, 2009 4:58:29 PM
Subject: [PyQt] Small paid development task


I mentioned last week that I was looking to get some of the Kinetic project's 
bindings into PyQt. Unfortunately, it is going slow, and my time has had me 
working things where I am more productive. I am now offering anyone up to 
$200US via paypal to get these patched into the latest PyQt 4.5.2 snapshot. I 
am hoping this code will be done in a way (quality, style, license) that it can 
be used by Phil in the PyQt 4.6 release. I just need to test these features 
sooner than later, and the next Qt release is 6-9 months off. 

In order to get these classes, you'll have to get Qt/master or Qt/master-stable 
out of the git repo. Part of deleivery, aside from sip files is to then provide 
instructions on how to drop it into a PyQt 4.5.2 installation. 

Classes I need immediately for my test: ($100)
* QAbstractAnimation 
* QAnimationGroup 
* QEasingCurve 
* QParallelAnimationGroup 
* QPropertyAnimation 
* QSequentialAnimationGroup 
* QVariantAnimation 

Not so immediate, but would like to have them eventually: ($100)
* QGraphicsWidget 
* QAbstractState 
* QAbstractTransition 
* QActionState 
* QEventTransition 
* QFinalState 
* QHistoryState 
* QKeyEventTransition 
* QMouseEventTransition 
* QSignalEvent 
* QSignalTransition 
* QState 
* QStateAction 
* QStateFinishedEvent 
* QStateFinishedTransition 
* QStateInvokeMethodAction 
* QtStateMachine 
* QTransition 

I figure it's a cool opportunity to get paid for something that has to be done 
anyway. 

Thanks



  
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt



  
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Small paid development task

2009-07-14 Thread Jason H

I mentioned last week that I was looking to get some of the Kinetic project's 
bindings into PyQt. Unfortunately, it is going slow, and my time has had me 
working things where I am more productive. I am now offering anyone up to 
$200US via paypal to get these patched into the latest PyQt 4.5.2 snapshot. I 
am hoping this code will be done in a way (quality, style, license) that it can 
be used by Phil in the PyQt 4.6 release. I just need to test these features 
sooner than later, and the next Qt release is 6-9 months off. 

In order to get these classes, you'll have to get Qt/master or Qt/master-stable 
out of the git repo. Part of deleivery, aside from sip files is to then provide 
instructions on how to drop it into a PyQt 4.5.2 installation. 

Classes I need immediately for my test: ($100)
* QAbstractAnimation 
* QAnimationGroup 
* QEasingCurve 
* QParallelAnimationGroup 
* QPropertyAnimation 
* QSequentialAnimationGroup 
* QVariantAnimation 

Not so immediate, but would like to have them eventually: ($100)
* QGraphicsWidget 
* QAbstractState 
* QAbstractTransition 
* QActionState 
* QEventTransition 
* QFinalState 
* QHistoryState 
* QKeyEventTransition 
* QMouseEventTransition 
* QSignalEvent 
* QSignalTransition 
* QState 
* QStateAction 
* QStateFinishedEvent 
* QStateFinishedTransition 
* QStateInvokeMethodAction 
* QtStateMachine 
* QTransition 

I figure it's a cool opportunity to get paid for something that has to be done 
anyway. 

Thanks



  
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt