2000-06-02 04:00:31 -05:00
Main Developers:
----------------
2001-04-12 15:01:11 -05:00
(In Historical Order)
2000-06-02 04:00:31 -05:00
Robin Clark <rclark@hmc.edu> wrote the original X-Accountant in Motif
as a school project, taking it to version 0.9 by October 1997.
2001-04-12 15:01:11 -05:00
Although every single line of his code has been re-written (several
times over), his name appears as a credit in almost every file.
Such is the power of copyrights.
2000-06-02 04:00:31 -05:00
Linas Vepstas <linas@linas.org> liked what he saw: the GUI was slick,
the code was documented and well structured, and it was all GPL'ed.
And so he re-wrote it: adding cell-widgets to XbaeMatrix, so that
the combobox and arrows would make an even slicker GUI, rewrote the
X-Accountant internals to add double-entry, an account hierarchy,
2001-04-12 15:01:11 -05:00
split out a transaction mini-engine, add support for stocks, and spiffed
up the help menus. All for version 1.0 as of January 1998. Since
then, for version 1.1 & 1.2, the engine was expanded & refined, and the
2000-06-02 04:00:31 -05:00
register window code completely redesigned and made mostly
2002-06-21 17:05:25 -05:00
Motif-(and GUI-)independent.
2000-06-02 04:00:31 -05:00
Jeremy Collins <jcollins@gnucash.org> publicized the GnoMoney project
2001-04-12 15:01:11 -05:00
widely and broadly, and then changed its name to GnuCash. (Actually,
he put the selection of the name up to popular vote. We all learned
that democracy is not a good way to pick names.) Jeremy registered
the domain name, and created and maintained the gnucash.org web site
2006-12-05 15:15:45 -06:00
for years, and got the initial GTK/gnome code working.
2000-06-02 04:00:31 -05:00
Rob Browning <rlb@cs.utexas.edu> abused everyone for not using perl,
2001-04-12 15:01:11 -05:00
and then after we added Perl support, dumped Perl in favor of
2006-12-05 15:15:45 -06:00
Guile/Scheme support. Rob added user preferences, re-wrote the
reports in scheme, and contributed the change-over of the
file-format to XML. He then concentrated on scheme performance and
has been the g-wrap guile wrapper maintainer.
2001-04-12 15:01:11 -05:00
2002-06-21 17:05:25 -05:00
Dave Peticolas <dave@krondo.com> worked on most parts of Gnucash, especially
the register and GUI.
2000-06-02 04:00:31 -05:00
2001-04-12 15:01:11 -05:00
Bill Gribble <grib@billgribble.com> is not shy, or softly spoken. So don't
be shy if you find a bug in his code: QIF import, query API and
transaction search, check-printing, commodity and currency support, gtkhtml
integration and report printing, pgp support, guppi integration, and the
new main window layout.
2000-06-02 04:00:31 -05:00
2001-05-04 03:16:46 -05:00
Robert Graham Merkel <rgmerk@mira.net> extensive work on reports and
reporting infrastructure, gnome GUI work, and user preferences.
2000-06-02 04:00:31 -05:00
2001-04-12 15:01:11 -05:00
James LewisMoss <dres@debian.org> design doc patches, XML refactoring,
2001-05-04 03:16:46 -05:00
automated test suite, new file hierarchy import.
2001-04-12 15:01:11 -05:00
2001-06-09 19:33:43 -05:00
Christian Stimming <stimming@tuhh.de> is a report-generating
2006-12-05 15:15:45 -06:00
monster. He's been one of the largest contributors to the report
infrastructure, creating many of the important reports initially.
He has also contributed HBCI online banking support and manages
internationalization and translation.
2001-04-12 15:01:11 -05:00
2007-04-21 16:46:47 -05:00
Joshua Sled <jsled@asynchronous.org> works on scheduled transactions, and
general project monkeying (IRC bot, logs, website maintenance,
bug-triage, &c.).
2001-06-17 Joshua Sled <jsled@asynchronous.org>
* src/engine/gnc-account-xml-v2.c (dom_tree_to_account): Added.
* src/engine/gnc-transaction-xml-v2.c (dom_tree_to_transaction):
Added.
* src/FileDialog.c: Added support for copying
scheduled-transaction-related GNCBook fields.
src/engine/
* src/engine/FreqSpec.{h,c}: Added.
* src/engine/SchedXaction.{h,c}: Added.
* src/engine/gnc-{freqspec,schedxaction}-xml-v2.c: Added
* src/engine/gnc-book.c: Added the template group [template
transaction belong to the template group] and the Scheduled
Trasnaction list.
* src/gnome/glade/sched_xact.glade: Added.
* src/gnome/dialog-nextrun.{h,c}: Added.
* src/gnome/dialog-scheduledxaction.{h,c}: Added.
* src/gnome/gnc-frequency.{h,c}: Added.
* src/SplitLedger.c, src/MultiLedger.c: Added support for a
Template Ledger.
* src/guile/gnc.gwp: Added wrapping for
dialog-{scheduledxactions,nextrun}-creation functions.
* src/register/splitreg.c: Added formula credit and debit cells,
and flags for template-register support.
* src/register/formulacell.h: Added.
* src/gnome/gnc-dateedit.h: Added explanatory comment from dave_p
in IRC.
* src/gnome/query-user.h: Added prototype of
gnc_verify_dialog_parented(...), so I could use it the SX UI
stuff.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4725 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 03:25:46 -05:00
2002-02-04 10:06:27 -06:00
Derek Atkins <derek@ihtfp.com> wrote the business-accounting package
2002-06-21 17:05:25 -05:00
for Gnucash. This includes the Customer/Vendor database, Job tracking,
2002-02-04 10:06:27 -06:00
Order entry, Invoicing, Accounts Payable, Accounts Receivable, and
2002-12-03 18:14:03 -06:00
related technologies. In the process he re-wrote the Query engine,
2002-02-04 10:06:27 -06:00
modularized the Book object storage, and modularized the backend
to allow pluggable objects.
2001-03-26 20:50:54 -06:00
2005-11-09 22:25:08 -06:00
David Hampton <hampton@employees.org> is an all-around hacker. He
implemented a large porting of the gtk2 conversion. He generally
works on cleaning up the GUI and on fleshing out support for
stocks. David has picked up Dave Peticolas's previous tendency to
hack obsessively on GnuCash. (Something in the name?)
2002-06-23 01:27:50 -05:00
2002-10-14 01:20:13 -05:00
Chris Lyttle <chris@wilddev.net> Administers the GnuCash bug list.
2006-12-05 15:15:45 -06:00
Improved the help and integrated and finished a concepts and
tutorial written by Carol Champagne. Looks after
2002-10-14 01:20:13 -05:00
releasing new GnuCash versions and updating the website.
2002-06-21 17:05:25 -05:00
2005-11-20 11:09:07 -06:00
Benoit Grégoire <bock@step.polymtl.ca> coded a long awaited OFX module
2002-10-14 01:20:13 -05:00
for GnuCash and wrote the external libOFX library that it uses.
2002-06-21 17:05:25 -05:00
2005-11-09 22:25:08 -06:00
Neil Williams <linux@codehelp.co.uk> finished conversion from GncBook
2006-12-05 15:15:45 -06:00
to QofBook and worked on the separation of QoF into a standalone
library. He also contributed lots of Doxygen fixes and updates.
2005-11-09 22:25:08 -06:00
Chris Shoemaker <c.shoemaker@cox.net> implemented budgeting support
2006-12-05 15:15:45 -06:00
for GnuCash. He replaced g-wrap by SWIG as GnuCash's guile wrapper
generator and is also an all around hacker.
Andreas Köhler <andi5.py@gmx.net> is hunting down lots of bugs,
especially for GUI code and other gtk related issues.
2005-11-09 22:25:08 -06:00
2008-08-20 19:13:36 -05:00
Charles Day <cedayiv@gmail.com> overhauled the QIF importer and now
focuses mainly on investment- and currency-related issues.
2008-05-30 11:23:03 -05:00
2001-06-04 19:27:41 -05:00
Other Contributors:
2000-06-02 04:00:31 -05:00
----------------
2001-04-12 15:01:11 -05:00
(In alphabetical order)
2000-06-02 04:00:31 -05:00
2006-04-28 16:11:01 -05:00
Mike Alexander <mta@umich.edu> Cap gains, lot and MacOS fixes.
2000-06-02 04:00:31 -05:00
Andrew Arensburger <arensb@cfar.umd.edu> for FreeBSD & other patches
Matt Armstrong <matt_armstrong@bigfoot.com> for misc fixes
2006-12-12 05:36:51 -06:00
Jon Arney <jarney1@cox.net> Windows porting patches, misc fixes
2003-12-22 03:10:24 -06:00
A. Alper Atici <alper_atici@yahoo.com> Turkish translation
2008-09-27 06:28:20 -05:00
J. Alex Aycinena <alex.aycinena@gmail.com> Heavily improved Tax Report & TXF export
2000-06-02 04:00:31 -05:00
Fred Baube <fred@moremagic.com> for attempted Java port/MoneyDance
2006-05-10 07:50:35 -05:00
Roman Bertle <bertle@smoerz.org> Austrian German account templates
2003-09-16 16:50:24 -05:00
Jan-Pascal van Best <j.p.vanbest@tbm.tudelft.nl> MT940 importer
2005-11-20 11:09:07 -06:00
Dennis Björklund <dennisb@cs.chalmers.se> Swedish translation
2002-04-12 03:35:37 -05:00
Andreas Bogk <andreas@andreas.org> Postgres backend patch
2000-06-02 04:00:31 -05:00
Per Bojsen <bojsen@worldnet.att.net> several core dump fixes
2000-07-13 03:47:49 -05:00
Terry Boldt <tboldt@attglobal.net> financial calculator and expression parser
2009-01-18 11:19:08 -06:00
Forest Bond <forest@alittletooquiet.net> Budget report improvements
2001-11-12 11:05:23 -06:00
Richard Braakman <dark@xs4all.nl> xml version configure patch
2000-06-02 04:00:31 -05:00
Simon Britnell <simon.britnell@peace.com> patch to RPM spec
2001-04-12 15:01:11 -05:00
Christopher B. Browne <cbbrowne@hex.net> for perl, lots of scheme and documentation updates
2008-04-23 14:52:52 -05:00
Nathan Buchanan <nbinont@yahoo.ca> packaging Windows binaries for release
2005-12-02 21:29:57 -06:00
Johan Buret <johanburet@free.fr> french translation
Thomas Bushnell <tb@becket.net> fix for file backups
2006-01-19 12:02:18 -06:00
Eskil Bylund <eskil.bylund@gmail.com> account type deprecation
2001-09-22 23:29:15 -05:00
Paul Campbell <kemitix@users.sourceforge.net> reconcile children patch
2000-11-27 17:40:30 -06:00
Conrad Canterford <conrad@mail.watersprite.com.au> register bug fix
2000-08-04 11:08:20 -05:00
Bill Carlson <wwc@wwcnet.nu> performance improvements
2008-09-16 09:05:12 -05:00
David Marín Carreño <davefx@aspl.f2s.com> Spanish translation of account setup.
2005-12-02 21:29:57 -06:00
Tomas Cernaj <tcernaj@gmx.de> GType consistency changes, register fixes
2002-05-07 14:43:34 -05:00
Carol Champagne <carol@io.com> documentation & a patient GUI usability critic
2002-12-07 11:41:54 -06:00
Nikos Charonitakis <charosn@her.forthnet.gr> Greek translation
2000-06-02 04:00:31 -05:00
Graham Chapman <grahamc@zeta.org.au> for the xacc-rpts addon package
George Chen <georgec@sco.com> for MS-Money QIF's & fixes
Albert Chin-A-Young <china@thewrittenword.com> configure.in patch
2001-03-14 06:39:55 -06:00
Kenneth Christiansen <kenneth@gnome.org> Danish translation
2000-06-02 04:00:31 -05:00
Matthew Condell <mcondell@bbn.com> FreeBSD patch
2001-04-12 15:01:11 -05:00
Patrick Condron <pcondon@rackspace.com> for webserver and T1 connection (credits to rackspace.com)
2000-09-06 14:15:24 -05:00
Raphael Dechenaux <raphael.dechenaux@worldonline.fr> register patch
2000-06-02 04:00:31 -05:00
Ciaran Deignan <Ciaran.Deignan@bull.net> for AIX binary version
2000-08-11 18:11:18 -05:00
Glen Ditchfield <gjditchfield@acm.org> updated documentation
2000-06-02 04:00:31 -05:00
Tyson Dowd <tyson@tyse.net> for config/make patches & debian maint
Koen D'Hondt <ripley@xs4all.nl> for Solaris patches to XmHTML
Bob Drzyzgula <bob@mostly.com> for budgeting design notes
2008-08-12 14:14:52 -05:00
Frank H. Ellenberger <f.ellenberger@online.de> small things, usually germany related
2005-12-02 21:29:57 -06:00
Volker Englisch <Volker@englisch.us> QA and testing
2008-08-20 19:13:36 -05:00
Frank H. Ellenberger <f.ellenberger@online.de> Fix for IDR currency
2008-07-13 16:28:45 -05:00
Christoph Ernst <C.Ernst72@googlemail.com> Small bugfixes and minor enhancements
2006-04-18 14:27:37 -05:00
Jonathan Ernst <jonathan@ernstfamily.ch> Translations
2005-12-02 21:29:57 -06:00
Stephen Evanchik <evanchsa@clarkson.edu> Logging improvements; gtk2 conversions
2006-05-28 16:24:54 -05:00
Joshua Facemyer / Impressus Art <faceman@impressusart.com>: New artwork.
2000-08-19 14:45:41 -05:00
Paul Fenwick <pjf@schools.net.au> ASX support, Finance::Quote
2000-06-02 04:00:31 -05:00
Hubert Figuiere <hfiguiere@teaser.fr> patch to gnc-prices
2001-04-12 15:01:11 -05:00
Valek Filippov <frob@df.ru> messages Russian translation
Jan-Uwe Finck <jufi@nerdnet.de> for messages German translation
2001-06-17 19:56:33 -05:00
Kevin Finn <kevinfinn@mediaone.net> auto-decimal point, options, auto interest xfer patches
2006-05-21 08:04:43 -05:00
Danny Fischer <dan.pescaru@gmail.com> Romanian translation
2000-06-02 04:00:31 -05:00
Ron Forrester <rjf@aracnet.com> for gnome patches
2008-09-27 07:07:30 -05:00
Christoph Franzen <ChristophFranzen@gmx.net> German account template for Wohnungswirtschaft business
2000-06-02 04:00:31 -05:00
Dave Freese <DFreese@osc.uscg.mil> for leap-year fix
2003-03-29 15:33:04 -06:00
Todd T. Fries <todd@flare.fries.net> OpenBSD fix
2000-06-03 16:53:22 -05:00
John Goerzen <jgoerzen@complete.org> file i/o fix for 64-bit architectures
2008-07-08 17:56:27 -05:00
Jeff Green <jeff@parit.ca> Python bindings, with grant funding from Assiniboine Credit Union (http://assiniboine.mb.ca/)
2001-04-12 15:01:11 -05:00
Hans de Graaff <hans@degraaff.org> XML patches
2001-06-25 17:10:08 -05:00
Daniel Hagerty <hag@linnaean.org> patch to balance sheet report
2001-04-12 15:01:11 -05:00
Mitsuo Hamada <mhamada@redhat.com> messages Japanese translations
2000-06-02 04:00:31 -05:00
Otto Hammersmith <otto@bug.redhat.com> for RedHat RPM version
Eric Hanchrow <offby1@blarg.net> updated currency documentation
2008-04-23 14:52:52 -05:00
Daniel Harding <dharding@gmail.com> Windows build tweaks; various code fixes
2000-06-02 04:00:31 -05:00
Alexandru Harsanyi <haral@codec.ro> for core dumps, lockups, gtk work
John Hasler <john@dhh.gt.org> engine patch
2005-11-20 11:09:07 -06:00
Jon Kåre Hellan <hellan@acm.org> misc core dump fixes
2002-12-06 16:58:19 -06:00
Hendrik-Jan Heins <hjh@passys.nl> Dutch translation
2008-07-12 12:01:27 -05:00
Joachim Herb <joachim.herb@gmx.de> Data table option for barchart reports
2001-04-12 15:01:11 -05:00
Claus Hindsgaul <claus_h@image.dk> messages Danish translation
2008-05-01 04:10:30 -05:00
Ori Hoch <ori@uumpa.com> Hebrew translation
2005-11-20 11:09:07 -06:00
Péter Hosszú <hosszu@web.de> Hungarian translation
2005-12-02 21:29:57 -06:00
Edward J. Huff <ejhuff@huff20may77.us> Date handling in reports, quarterly option
2002-01-29 02:07:05 -06:00
Tomokazu Iwashita <iwashita@center.nitech.ac.jp> Japanese translation of xea
2010-02-02 10:18:23 -06:00
Geert Janssens <janssens-geert@telenet.be> GUI fixes for Lots, autocompletion in gnc-general-search, several small fixes
2005-12-10 18:52:12 -06:00
David Jafferian <david.jafferian@east.sun.com> Delete account query code.
2009-09-04 19:11:31 -05:00
Mark Jenkins <mark@parit.ca> Python bindings, with grant funding from Assiniboine Credit Union (http://assiniboine.mb.ca/) and Legal Aid Manitoba (http://www.legalaid.mb.ca/)
2010-02-02 10:18:23 -06:00
Rich Johnson <rich@dogstar-interactive.com> Mac OS X patch
2001-03-18 06:43:02 -06:00
Miquel Jordana Vilamitjana <jjvmjv@mundomail.net> Spanish translation of manual
2000-06-02 04:00:31 -05:00
Prakash Kailasa <PrakashK@bigfoot.com> for gnome build fixes
2001-04-12 15:01:11 -05:00
Alexey Kakunin <small@arcadia.spb.ru> quickfill patch for Cyrillic
Ben Kelly <ben.kelly@ieee.org> for Motif menu bug fix, core dump fixes
2000-06-02 04:00:31 -05:00
Tom Kludy <tkludy@csd.sgi.com> for SGI Irix port
2008-09-26 08:15:11 -05:00
Tuomo Kohvakka <tuomo.kohvakka@iki.fi> Finnish translation
2001-07-17 19:02:44 -05:00
Matt Kraai <kraai@alumni.carnegiemellon.edu> date accelerator bug fix
2000-06-02 04:00:31 -05:00
Sven Kuenzler <sk@xgm.de> for SuSE README file
2006-04-27 16:00:09 -05:00
Fabrice Kurz <kurzf@voila.fr> French translation
2003-12-22 03:10:24 -06:00
Eneko Lacunza <enlar@enlar.net> Spanish Translation
2000-06-02 04:00:31 -05:00
Bryan Larsen <blarsen@ada-works.com> guile budget report
2001-06-06 02:04:27 -05:00
Chris J (Oakton) Leach <LeachCJ@az1.bp.com> autoconf patch
2001-07-03 17:57:42 -05:00
Nicholas Lee <nj.lee@plumtree.co.nz> scheme bug fix
2000-06-02 04:00:31 -05:00
Graham Leggett <minfrin@sharp.fm> for fixing a hang
2008-07-07 11:13:04 -05:00
Rolf Leggewie <foss@rolf.leggewie.biz> SKR04 and gnucash for german business
2001-12-03 01:55:56 -06:00
Georg Lehner <Jorge.Lehner@gmx.net> Nicaraguan Spanish translation
2000-06-02 04:00:31 -05:00
Ted Lemon <mellon@andare.fugue.com> for NetBSD port
2002-06-21 17:05:25 -05:00
Yannick Le Ny <y-le-ny@ifrance.com> French translations
2005-12-02 21:29:57 -06:00
Frederic Leroy <> 64bit fixes, GUI improvements
2002-10-27 04:07:31 -06:00
Frederic Lespez <frederic.lespez@wanadoo.fr> French account templates fixes.
2003-12-22 03:10:24 -06:00
Chao-Hsiung Liao <pesder.liao@msa.hinet.net> Traditional Chinese translation
2000-06-02 04:00:31 -05:00
Grant Likely <glikely@nortelnetworks.com> gnome and engine patches
2005-12-02 21:29:57 -06:00
Vitaly Lipatov <lav@altlinux.ru> complete Russian translation, build tweaks, code cleanup
2002-12-06 16:58:19 -06:00
Volodymyr M. Lisivka <lvm@mystery.lviv.net> Ukrainian translation
2005-12-02 21:29:57 -06:00
Phil Longstaff <plongstaff@newearth.org> fixes for pricedb
2001-04-12 15:01:11 -05:00
Duarte Loreto <happyguy_pt@hotmail.com> message and documentation Portuguese translations
2008-02-24 14:48:31 -06:00
Raffael Luthiger <modir@huanga.com> Swiss German translation
2003-12-22 02:39:30 -06:00
Lionel Elie Mamane <lionel@mamane.lu> Patches for gcc2.95 macro compatibility
2001-05-25 20:12:20 -05:00
Kjartan Maraas <kmaraas@gnome.org> Norwegian translations
2005-12-02 21:29:57 -06:00
Heath Martin <martinh@pegasus.cc.ucf.edu> gnome patches, major register work, x86_64 support
2000-06-02 04:00:31 -05:00
Matt Martin <mgmartin@abacusnet.net> guile error handling code
2005-12-02 21:29:57 -06:00
Yves-Eric Martin <yem_lists.gnucash.org@filter.yve.net> work on financial year end work
2005-11-20 11:09:07 -06:00
Juan Manuel García Molina <juanmagm@mail.com> messages Spanish translation
2005-12-02 21:29:57 -06:00
David Montenegro <sunrise2000@comcast.net> all sorts of Scheme reports
2003-12-22 03:10:24 -06:00
Orestes Mas <orestes@tsc.upc.es> Catalan translation
2006-07-01 04:01:14 -05:00
Bernard Meens <meensb@xs4all.nl> Dutch translation
2000-07-10 14:56:27 -05:00
Christopher Molnar <molnarc@mandrakesoft.com> build system patch
2000-06-02 04:00:31 -05:00
Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> port to alpha-dec-osf4.0f
2002-11-27 14:52:59 -06:00
Lucimar Moresco <lucimarmoresco@hotmail.com> pt_BR account templates
2000-11-15 13:51:51 -06:00
G. Allen Morris III <gam3@ann.softgams.com> for QIF core dump
2001-05-03 16:21:06 -05:00
Steven Murdoch <sjmurdoch@bigfoot.com> gnc-prices fix for London exchange
2001-12-11 18:58:55 -06:00
Jose Carlos Nascimento <joseca@psabs.com> Brazilian Portuguese translation
2000-06-02 04:00:31 -05:00
Brent Neal <brent@baton.phys.lsu.edu> TIAA-CREF support.
2005-11-01 21:32:36 -06:00
Christian Neumair <chris@gnome-de.org> Various gnome2 fixes/HIG work.
2001-04-12 15:01:11 -05:00
Johnny Ernst Nielsen <j.e.nielsen@iname.com> messages Danish translation
2000-11-06 17:01:57 -06:00
Stefan Nobis <stefan-ml@snobis.de> German translation patch
2005-11-20 11:09:07 -06:00
Martin Norbäck <d95mback@dtek.chalmers.se> Swedish translation
2000-06-02 04:00:31 -05:00
Peter Norton <spacey@inch.com> for a valiant attempt at a GTK port
2001-06-23 21:38:21 -05:00
Bill Nottingham <notting@redhat.com> guile configure patch
2002-05-07 18:22:24 -05:00
Peter O'Gorman <peter@pogma.com> file i/o patches, Mac OS X patches
2000-06-02 04:00:31 -05:00
OmNiBuS <webmaster@obsidian.uia.net> web site graphics & content
2000-07-17 16:08:54 -05:00
Gordon Oliver <gordo@pincoya.com> multiple currency status line patch
2005-11-09 22:25:08 -06:00
Scott Oonk <s.oonk@comcast.net>, <scott.oonk@gmail.com> register changes for utf-8 and pango.
2001-06-05 04:17:19 -05:00
Alan Orndorff <dwarf@solarisresources.com> Solaris packager
2000-06-02 04:00:31 -05:00
Myroslav Opyr <mopyr@IPM.Lviv.UA> for misc patches
2008-09-16 09:05:12 -05:00
Laurent Pélecq <laurent.pelecq@wanadoo.fr> i18n patches with gettext
2003-12-22 02:50:57 -06:00
Sulyok Peter <sp@elte.hu> Hungarian account templates
2000-06-02 04:00:31 -05:00
Alain Peyrat <Alain.Peyrat@nmu.alcatel.fr> for configure.in patches
2005-11-20 11:09:07 -06:00
Zdenko Podobný <zdpo@mailbox.sk> Slovak translations
2000-06-02 04:00:31 -05:00
Peter Pointner <peter@wuzel.m.isar.de> QIF import fixes, Qt patches
Gavin Porter <maufk@csv.warwick.ac.uk> for euro style dates
2001-04-12 15:01:11 -05:00
Tomas Pospisek <tpo@spin.ch> Debian patches
2001-06-27 17:57:32 -05:00
Paul Poulain <famille.p.poulain@free.fr> French translations
2000-06-02 04:00:31 -05:00
Ron Record <rr@sco.com> for SCO Unixware & OpenServer binaries
Keith Refson <Keith.Refson@earth.ox.ac.uk> Solaris fixes
2006-12-05 15:21:21 -06:00
Jerry Quinn <jlquinn@optonline.net> Bugfixes
2005-12-02 21:29:57 -06:00
Andreas Rottmann <a.rottmann@gmx.at> fixes for g-wrap 1.9
2003-12-22 03:10:24 -06:00
Betina Schmidt <betina-s@gmx.de> German account template
2000-06-02 04:00:31 -05:00
Dirk Schoenberger <schoenberger@signsoft.com> Qt/KDE work
Jan Schrage <jan.schrage@urz.uni-heidelberg.de> documentation patches
Christopher Seawood <cls@seawood.org> for XbaeMatrix core dump
2001-04-12 15:01:11 -05:00
Alessandro Seveso <aleseveso@tiscalinet.it> messages Italian translations
2008-02-24 14:58:16 -06:00
Clytie Siddall <clytie@riverland.net.au> Vietnamese translation
2000-06-02 04:00:31 -05:00
Mike Simons <msimons@fsimons01.erols.com> misc configure.in patches
2001-04-12 15:01:11 -05:00
Keld Simonsen <keld@dkuug.dk> messages Danish translation
2000-06-02 04:00:31 -05:00
Richard Skelton <rich@brake.demon.co.uk> for Solaris cleanup
2002-11-17 18:59:52 -06:00
Thomas Vander Stichele <thomas@urgent.rug.ac.be> Macro for filtering system directories
2005-12-02 21:29:57 -06:00
James Strandboge <jstrand1@rochester.rr.com> "Easy" Invoice report
2000-06-02 04:00:31 -05:00
Henning Spruth <spruth@bigfoot.com> for German text & euro date rework
2001-03-23 01:27:36 -06:00
Ben Stanley <bds02@uow.edu.au> test infrastructure
2000-06-02 04:00:31 -05:00
Robby Stephenson <robby.stephenson@usa.net> register & file history patches
2008-07-11 18:19:26 -05:00
Robert Stocks <robert.stocks@gmail.com> additional register report options
2001-07-05 01:53:14 -05:00
Michael T. Garrison Stuber <garrisonstuber@bellsouth.net> report patch
2000-09-16 04:26:39 -05:00
Bartek Szady <bszx@bszxdomain.edu.eu.org> engine and build system patches
2000-06-02 04:00:31 -05:00
Herbert Thoma <tma@iis.fhg.de> gnome register & euro support patches
2005-12-30 10:00:05 -06:00
Tor Harald Thorland <linux@strigen.com> testing, Norwegian translation
2007-07-23 14:13:30 -05:00
Nigel Titley <nigel@titley.com> British English translation
2002-03-16 16:44:09 -06:00
James A. Treacy <treacy@debian.org> doc patch
2001-06-05 04:17:19 -05:00
Arnold Troeger <troeger@samart.co.th> Mandrake packager
2001-04-12 15:01:11 -05:00
Diane Trout <detrout@earthlink.net> scheme QIF import patch
2008-04-23 14:52:52 -05:00
Nicolae Turcan <nicturcan@gmail.com> Romanian translation
2000-12-05 15:58:38 -06:00
Richard -Gilligan- Uschold <uschold@cs.ucf.edu> tax report & txf export
2010-02-15 13:40:20 -06:00
Tom Van Braeckel <tomvanbraeckel@gmail.com> various patches and fixes
2005-12-02 21:29:57 -06:00
Matthew Vanecek <mevanecek@yahoo.com> lots of postgres backend work
2005-11-01 21:32:36 -06:00
Didier Vidal <didier-devel@9online.fr> various G2 fixes.
2006-06-18 15:27:12 -05:00
Oliver Vollmer <ovo@mx.lihas.de> German account templates SKR03
2000-07-09 19:26:40 -05:00
Richard Wackerbarth <rkw@dataplex.net> patch to gnc-prices, qif import fixes
2000-06-02 04:00:31 -05:00
Rob Walker <rob@valinux.com> guile and register patches
2005-12-02 21:29:57 -06:00
Darin Willits <darin@blueyonder.co.uk> initial budgeting prototype
2003-03-29 16:21:24 -06:00
Andy Wingo <wingo@pobox.com> income per day-of-week report
2003-12-22 03:10:24 -06:00
Tom Winterhalder <t.winterhalder@freesurf.ch> Swiss German account template
2001-04-12 15:01:11 -05:00
David Woodhouse <dwmw2@infradead.org> messages British translations
2000-06-02 04:00:31 -05:00
Ken Yamaguchi <gooch@ic.EECS.Berkeley.EDU> QIF import fixes; MYM import
2001-04-12 15:01:11 -05:00
Shimpei Yamashita <shimpei@gol.com> messages Japanese translation
2001-06-24 14:58:56 -05:00
Alex Zepeda <jazepeda@pacbell.net> postgres configure patch
2000-06-02 04:00:31 -05:00
... and I am sure that I have missed many others ...