gnucash/src
Christian Stimming 2eec10f6c2 Bug #635469: Add a (typemap for a) QofQueryParamList typedef.
Patch by Matthijs Kooijman:

This is a typedef for a GSList, that is used to identify the path from
an object to one of its parameters in search queries and sorting.

This typedef replaces GSList everywhere where it's applicable. This
relieves the need to special case a few functions in the swig bindings
and makes the bindings for a bunch of other functions work as well.

Note this is (still) only an in typemap, since no useful functions that
return a QofQueryParamList are exposed in the bindings right now anyway.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19890 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-11-27 21:57:00 +00:00
..
app-utils Bug #502853 - Incorrent tax rounding in invoice (rounding of .5) 2010-10-23 10:38:48 +00:00
backend Fix error in r19822 which prevented creation of postgres databases. 2010-11-18 21:21:57 +00:00
bin Bug 634392: New sql database raises clobber warning 2010-11-11 06:12:20 +00:00
business Implement auto-completion in the invoice/bill entry ledger. 2010-11-27 21:01:15 +00:00
calculation MSVC compatiblity: Fix include files in MSVC. Replace QSTRCMP by g_strcmp0 on MSVC. 2010-03-14 21:02:13 +00:00
cmake_modules Cutecash: Add version check for guile and define HAVE_GUILE18 if appropriate. 2010-03-05 20:41:40 +00:00
core-utils Preferences window improvements: 2010-10-30 14:55:23 +00:00
debug Re-indentation of source code. 2010-03-27 21:01:56 +00:00
doc Set the desired line-ending style to the correct value on the server side. 2010-03-24 19:18:08 +00:00
engine Bug #635469: Add a (typemap for a) QofQueryParamList typedef. 2010-11-27 21:57:00 +00:00
experimental Replace some renamed functions by their real new names, removing the annoying #defines. 2010-10-13 16:16:04 +00:00
gnc Cutecash: Adapt to changed session_begin in r19798. 2010-11-14 13:16:31 +00:00
gnc-module Separate load paths for shared libraries and gnucash loadable modules. 2010-10-11 20:46:36 +00:00
gnome Bug #634906 - Re-enable splash screen preference option 2010-11-18 17:17:32 +00:00
gnome-search Re-indentation of source code. 2010-10-03 12:27:44 +00:00
gnome-utils Fix GtkSpinButton with page-size deprecated warning in gnucash.trace 2010-11-24 18:45:33 +00:00
html Bug 611077: Removed warnings, webkit handles jumps to anchors internally 2010-10-23 22:17:48 +00:00
import-export Fixed aqbanking transaction type on importing DTAUS online transfers. 2010-11-16 20:55:50 +00:00
libqof Bug #635469: Add a (typemap for a) QofQueryParamList typedef. 2010-11-27 21:57:00 +00:00
optional Fix python samples to work with reordered Session.__init__() args 2010-11-16 22:07:58 +00:00
pixmaps Add rules to copy the necessary icons during build. 2010-05-15 14:34:04 +00:00
quotes Spelling fixes in comments. 2010-10-16 12:08:29 +00:00
register Bug #589954: No blank split after creating a new account "on the fly" while editing a transaction. 2010-11-19 22:22:01 +00:00
report Bug #635632: Update existing eguile reports to use new for syntax. 2010-11-27 21:54:29 +00:00
scm Make sure the right gnc-fq-* scripts are used. 2010-10-13 16:11:44 +00:00
tax Bug #554396: Implement a partial TXF output for capital gains 2010-09-24 19:48:02 +00:00
test-core Remove gncmod-test from test-core 2010-03-04 22:03:42 +00:00
base-typemaps.i Add scheme/swig typemap for GDate. 2010-09-01 16:23:21 +00:00
CMakeLists.txt Merge the sql parsers of the business objects into the main sql module. 2010-07-14 19:39:19 +00:00
config.h.cmake.in Cutecash: Fix config.h creation by using the #cmakedefine feature of CONFIGURE_FILE. 2010-05-06 11:40:55 +00:00
gnc-test-env Prepend dirs in gnc-test-env, not append. Abstract a bit. 2007-02-04 21:16:05 +00:00
gnc-ui.h Bug #635355: Add public declaration of gnc_info_dialog. 2010-11-22 19:42:16 +00:00
guile-mappings.h Bug #615168: scm_c_string_length is the proper spelling now 2010-04-27 20:46:25 +00:00
Makefile.am Ensure necessary .h files are included in EXTRA_DIST 2010-04-17 19:44:43 +00:00
platform.h Add new CPP macros which make it cleaner to have conditional compilation based on compiler/system and options selected during config 2010-03-23 18:34:17 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Remove the old, obsolete postgres backend and its tools 2010-02-08 10:14:30 +00:00
RecnWindow.h Re-indentation of source code, next batch. 2010-03-02 21:40:02 +00:00

This directory contains the source for GnuCash.
See README.modules for the layout of the module subdirectories.
The non-module directories are:

  doc: various notes about design and the design documentation.
  experimental: for experimental systems.
  gnome: misc code for the gtk/gnome front end.
  optional: bits supported via ./configure --enable-* or --with-* args.
  pixmaps: various runtime images.
  quotes: code for downloading stock quotes.
  scm: misc scheme code.