Difference between revisions of "Bounties"

From Free Pascal wiki
Jump to navigationJump to search
(VFI bounty withdrawn. My client had a deadline for this to be completed. As they could not wait anymore, they have moved to an alternative solution.)
Line 14: Line 14:
 
==Multi-platform bounties==
 
==Multi-platform bounties==
  
===Visual Form Inheritance (VFI) - $400===
+
None
by Graeme Geldenhuys (''graemeg at gmail.com'')
 
 
 
Requirements:
 
 
 
For example:
 
FormA adds a Button and a Edit component.  FormB descends from FormA,
 
so I can see the Button and Edit in FormB.  For now, FormB looks
 
identical to FormA.
 
 
 
* The dialog 'File - New...' will have to change, so you can select existing forms in your project to descend from.
 
 
 
* You cannot delete components introduced in ancestral forms. Using the example above - you cannot delete the Button in FormB. Lazarus should popup and say in was introduced in a ancestral form. I know Visual Studio puts a little image of a lock or something in the corner of the component, to visually show that it was introduced in a ancestral form, but this is not that important, only a nice-to-have.
 
 
 
* You must can change the properties of the Button and Edit components in FormB. eg: Change the Caption of the Button, Resize the Button, etc.
 
 
 
* If you move the Button in FormA and you haven't modified (overridden) any of the positioning properties of the Button in FormB, the Button in FormB will also move.
 
 
 
* Continuing from the previous point. If you have moved the Button in FormB (overriding the position values), moving the button in FormA, will have no affect in FormB.  This is normal class inheritance behaviour, FormB overrides the properties set by FormA.
 
 
 
* 'Revert to inherited' to context menu. It should remove any changes made to the selected component.
 
 
 
'''Accepted by Mattias Gaertner'''.
 
  
 
==Windows bounties==
 
==Windows bounties==

Revision as of 23:05, 8 November 2007

English (en) português (pt)

Introduction

Need a particular feature? Set a price here, giving a short description, your name and email address. Hopefully, one or more people will contact you and you can arrange the terms of this development work.

Currently, Lazarus depends on volunteers to implement everything on it. Recently Lazarus popularity has increased a lot, and many commercial projects are being developed with it. The idea behind the Bounties is not to substitute the current Mantis bug system, where work will continue normally. The idea is to provide a new development mechanism where commercial application developers can receive professional support and at the same time be able to contribute back to the community.

Example:

  • Make Lazarus hello world work on PamOS 5 Garnet. $500 Contact myemail@domain.com
  • Add new component. $100 Contact myemail@domain.com

Multi-platform bounties

None

Windows bounties

Solving the bugs 0009589, 0008703 and 0009496. R$25,00. <antoniog12345 at hotmail.com>

Gtk bounties

Fix bugs on Gtk 2 IDE and Interface - $200

  • $200.00 US to anyone or group that gets the IDE to use gtk2 and to compile programs for GTK2 without major GUI bugs - both should work. The award of the bounty will be determined by votes from the mailing list. The list will first vote if the IDE and programs work and then on which person or group should receive the bounty.

Windows CE bounties

None

Symbian bounties

RTL for Symbian phones - $1000

Create a RTL for Symbian phones (FPC for ARM already exists).

  • Include a very simple GUI app (like this one for PocketPC).
  • Needed for Symbian UIQ 2 and 3 at least.
  • Bounty $1000, open for negotiation if Series 60/80/90 supported.
  • Contact bounty (at) ccrdu.de.
    • Volunteers found and in contact!

Carbon bounties

None

Qt bounties

None

fpGUI bounties

None

Linux x86_64 bounties

Fix Lazarus so it is able to load and compile MRIcroN : 50 USD. This software already loads and compiles for Linux 32, Windows and MacOSX. However, loading the .lpr with the Linux x86_64 causes the IDE to report an Access Violation. The bug has already been reported on Mantis (http://www.freepascal.org/mantis/view.php?id=9216) This may be due to the fact that portions were created using Lazarus on a Windows and OSX platforms, both of which use different line endings than Linux. For details, you can email me at rorden!!gwm.sc.edu.

Closed bounties

These are examples of successfully concluded bounties.

Carbon Components

  • Tombo earned $600 US for developing new Carbon components including TSpinEdit, TFloatSpinEdit, TSpeedButton

Small Windows Bugs

Apache modules - €300

  • Apache modules header translation and basic example. Awarded to Sekelsenmat.
FPC and Apache Modules