Commit Graph

61 Commits (67dbfca0e7d8a879ce76cd2e4a7634c07dcee0c6)

Author SHA1 Message Date
Rob Reid 9be545f5ce Fixes for new 64-bit time setter/getters
7 years ago
John Ralls b8574a004a Merge Christoff Holterman's 'PR-Python-GetBalTaxValues' into maint.
7 years ago
Frank Oltmanns 5675dad2f3 Update query for get_all_customers
7 years ago
Christoph Holtermann ff660a873e Revert "Question about GncMonetary class instead of tuple"
7 years ago
Christoph Holtermann 8fe0b14213 Question about GncMonetary class instead of tuple
7 years ago
Christoph Holtermann b431d471e0 decorate monetary list to access GncCommodity and GncNumeric
7 years ago
Christoph Holtermann 929a3bcd9e pass additional args and document function
7 years ago
Frank H. Ellenberger 0467dd0b92 Fix several URLs in documentation parts
7 years ago
John Ralls d9ed847595 Merge Christoph Holterman's 'PR-python2to3fixes' into maint.
7 years ago
Tom Lofts 820cd842f1 Bug 796893 - invoice.GetDatePosted() and other date related...
7 years ago
Mahmoud Yaser 3e014f189f
Update change_tax_code.py
8 years ago
Mahmoud Yaser f726238865
Update change_tax_code.py
8 years ago
Mahmoud Yaser 3b416f07be
Update change_tax_code.py
8 years ago
Christoph Holtermann 64a28b5263 xrange deprecated in python3, change to range
8 years ago
Christoph Holtermann 97916c6682 whitespace fixes
8 years ago
Christoph Holtermann 34fa18f04e additional fixes for python3
8 years ago
Christoph Holtermann 54cb3358ce add basic test for python query
8 years ago
John Ralls 1a7c5b9a32 Merge Christoff Holterman's Bug 796137 repair into maint.
8 years ago
Christoph Holtermann 3ab66623cd Bug 796137 - implement search_for as method of Python Query
8 years ago
Christoph Holtermann 0551ee36e8 add option to exclude specified methods
8 years ago
John Ralls fee589b28c Remove Timespec from pricedb.
8 years ago
John Ralls 756f444ac3 Update bug tracker URL
8 years ago
Geert Janssens 1f3cf845c4 Work around a conflict between gcc 8.0 and swig 3.0
8 years ago
Geert Janssens a9f35ed7ae Lowercase cmake commands
8 years ago
Fabian Köster 07a5485814 Fix syntax
8 years ago
John Ralls a0f49d8b17 Revert "Load the environment file when initializing the python bindings."
8 years ago
John Ralls 7b6854c163 Load the environment file when initializing the python bindings.
8 years ago
John Ralls 148c02d231 [python bindings] Add required posted dates to the transactions.
8 years ago
John Ralls bea89a50ac More python 3 fixups.
8 years ago
John Ralls 7989f02c73 Merge Tomas Schlosser's "Allow creation of prices in Python bindings" into unstable.
8 years ago
Julian Wollrath a43b115a45 Bug 791831 - Add python3 support
8 years ago
Tomas Schlosser 01bb298504
Allow creation of prices in Python bindings
8 years ago
John Ralls c9f3c0760c Provide fallback value for test_core_dir in case it hasn't been built yet.
8 years ago
John Ralls fbb172d096 Bug 793900 - 2.7.5: test failure: 105 - python-bindings.
8 years ago
John Ralls 474c3ae079 Make a target for the python-bindings test to set its dependencies.
8 years ago
Geert Janssens 36cb167b68 Rewrite gnc_add_swig_python_command to work in dist tarball as well
8 years ago
Geert Janssens 4317d8a8f6 Improve handling of generated distributable files
8 years ago
Geert Janssens 3dff4e5211 Fix make dist on a clean checkout
8 years ago
John Ralls 74ddb671e4 Merge Chris Lam's and Aaron Laws's branch 'time64-ftw' into unstable.
8 years ago
John Ralls 91f4b19039 Convert python bindings from timespec to time64.
8 years ago
John Ralls 6ffb77de20 Merge branch Rob Gowin's 'bye_bye_autotools' into unstable.
8 years ago
John Ralls 8900b19da3 Bug 790845 - 2.7.3: massive test failures on some architectures (reopened).
8 years ago
Rob Gowin 54ac7f23e0 Remove Autotools
8 years ago
Geert Janssens f11eab36d9 Replace GNC_CONFIGURE(2) with configure_file
8 years ago
John Ralls ad11afefb4 LIBDIR is not lib--two more CMakeLists.txt.
8 years ago
John Ralls 4a84fca9b1 Add GLIB_CFLAGS and srcdir to SWIG includes.
8 years ago
John Ralls 41656c920e Fix python test failure on Travis.
8 years ago
Guy Taylor 744cdac5a4 Use builtin SWIG conversions for glib types
8 years ago
Guy Taylor e011576e37 Add GncNumeric to native Python Fraction
8 years ago
Guy Taylor 1ef379a704 Fix Python GncNumeric for non (int, int) pairs
8 years ago