Commit Graph

22 Commits (b71d01975d4e63c829a17a747ecd587d05eab6e6)

Author SHA1 Message Date
Mike Alexander ce3143c4be Avoid warning returning a boolean result in python bindings.
15 years ago
John Ralls 4ee898d90b [Python] Export core-utils SWIG wrappers to Python.
15 years ago
Geert Janssens ff9ddda750 Completed mapping for owner types and added tests.
15 years ago
Geert Janssens 698a1dc6ac Added bindings for Employee, Job and Owner types.
15 years ago
Geert Janssens 24269aab8a Added gncVendor and gncCustomer to base-typemap.i.
15 years ago
Geert Janssens 56441aabda Add qof queries to python bindings and set PYTHON_PATH in gnucash-env
15 years ago
Christian Stimming f16a4e3a83 639980: Add EntryList and _gncEntry objects to list typemap.
15 years ago
Christian Stimming e0e8300c54 Bug #637346: A second step towards doxygen python-bindings docs
16 years ago
Christian Stimming 7c76425cbf Bug #637346: Adding python-bindings to doxygen documentation
16 years ago
Mike Evans 5d1e22bf92 Adds checking of gnc_commodity_namespace in glists
16 years ago
Mike Evans 0607593792 Add PriceList to typemap for Python bindings
16 years ago
Christian Stimming 4b3ef0786d Add scheme/swig typemap for GDate.
16 years ago
Geert Janssens 64efd1f35c Fix compiler warning
16 years ago
Geert Janssens fe928cda93 Bug 625976 - Python Bindings Patch for Transaction.GetImbalance(), patch by Mark Jenkins
16 years ago
Christian Stimming a322015eb8 Rename the type GUID into GncGUID because on Windows, the system headers have a type GUID which clashes with ours.
16 years ago
Geert Janssens 35c352d09b Fix bug #582325 by refactoring some deprecated guile functions:
17 years ago
Charles Day 0c09333ce8 Bug #570887: Change the swig type mapping for GUID* so that Scheme can tell the difference between a GUID* that is NULL, and a GUID* pointing to storage containing the "null" GUID. Previously the former case returned SCM_UNDEFINED to Scheme, which would unbind Scheme variables and make crashes. Now SCM_BOOL_F is used instead, and Scheme code can check for a NULL by comparing to #f.
17 years ago
Christian Stimming bd145a3416 Updated python bindings (r17263) for the gnucash API as of 2008-06-06.
18 years ago
Andreas Köhler 5e325fa41d #483796, Fancy Invoice: Convert the elements of an AccountValueList when wrapping.
19 years ago
Chris Shoemaker 0866a83d33 Add a custom SWIG typemap for wrapping a return value of (char *)NULL
20 years ago
Andreas Köhler 7ebf6b80b7 Add swig base-typemap double gdouble. gnc-progress-dialog-set-value
20 years ago
Chris Shoemaker 838ff86fbd Factor out some common typemaps into src/base-typemaps.i
20 years ago