Commit Graph

261 Commits (zzzoldfeatures/gobject-engine-dev)

Author SHA1 Message Date
Daniel Espinosa eef551a119 Work around compile to get first milestone: Use GType as type system and Get Qof and engine depends on GObject
19 years ago
Daniel Espinosa 0b121228ca LibQof now use GType to manages objects, sustituting the actual strig type based; this means less memory and faster object type test and memory usage.
19 years ago
Daniel Espinosa 56dd0775da Begin Work on GncAccount object. Modifications (for now) to: QofInstance, QofBook, QofBackend
19 years ago
Daniel Espinosa 7b1cdfca72 First QOF->GObject work. Now working on QofBook & QofBackend. Next auditing all the modified fiels and others becouse API changes and/or sync with the use of new GObject
19 years ago
Derek Atkins 9160a39948 Make sure we properly add the glib28 sources to EXTRA_DIST
19 years ago
Andreas Köhler f0d6aab958 Replace mkstemp and rename by g_mkstemp and g_rename.
19 years ago
David Hampton 0927d97115 Fix glib28 utils on non-win32 system.
19 years ago
Andreas Köhler 5d79c1a22f Add a few functions from GLib 2.8 in lib/glib28.
19 years ago
Derek Atkins a929bcdf33 /tmp/qof.trace or /tmp/gnucash.trace is opened for writing directly.
19 years ago
Andreas Köhler 5c126dea86 Use g_open, g_fopen, g_stat and g_unlink.
20 years ago
Andreas Köhler 6783775210 Use g_dir_{open,read_name,close}.
20 years ago
Andreas Köhler 35f43c0a1a Raise dependencies: GLib 2.6, Pango 1.8, GTK+ 2.6.
20 years ago
Andreas Köhler b34a1c9f3f Unify library names and installation directories.
20 years ago
Andreas Köhler 96e1ed071d Call g_module_make_resident in qof backend provider modules.
20 years ago
Derek Atkins 7a763898d3 Use G_GINT64_MODIFIER for qofmath test.
20 years ago
Derek Atkins d122eddbb6 Fix the printf routines in the qofmath tests.
20 years ago
Derek Atkins 078d3d0cd8 Uncomment the test-qofmath to make it easier to use.
20 years ago
Christian Stimming def1a50c61 For convenience, add commented-out build rules for testing the qofmath128 test program
20 years ago
Christian Stimming bf3e8f4c1b Make math128 test program compilable again
20 years ago
Christian Stimming 320c1af625 Code cleanup: Move variable declaration into block where it is used.
20 years ago
Christian Stimming a95ff05967 Check for return value of regcomp() and return NULL on failure, as suggested by Jon Arney.
20 years ago
Andreas Köhler 47f406a9b7 Fix some printf's of NULL in DEBUG, ENTER and LEAVE macro invocations.
20 years ago
Chris Shoemaker 60e5a01dfd Fix bug #353450 - Crash on quit during save.
20 years ago
Christian Stimming f60c817a45 Remove unneeded extra Makefile variable
20 years ago
Chris Shoemaker 31e926c486 Merge swig-redo branch back into trunk.
20 years ago
Derek Atkins 57cc5debe9 Don't pass a pointer to a pointer. It's just expecting the pointer.
20 years ago
Derek Atkins 21f2f4e93e Missed one patch hunk in r14903.
20 years ago
Derek Atkins c7c9199800 Add the ability to override the default sort (#150799).
20 years ago
Derek Atkins 8bf369217a Revert r14892 in order to try a different approach.
20 years ago
Derek Atkins f82c369b0e Implement SubQuery functionality in QOF: qof_query_run_subquery()
20 years ago
Derek Atkins 2bb357def4 Add a new QOF_TYPE_NUMSTRING to add numeric sorts. (#150799).
20 years ago
Christian Stimming 0415051267 On Windows/mingw32, scanf only accepts %I64d for long long integers.
20 years ago
Christian Stimming 03cf6d7d01 Fix missing include config.h. Also fix still-used deprecated typedef.
20 years ago
Christian Stimming 042ec5de5e Error out if none of the two SCANF formats are defined in config.h.
20 years ago
Christian Stimming 9495945584 For windows, clean up error conditions before trying again to load the session.
20 years ago
Christian Stimming 3675e7470e If the file type wasn't recognized, check whether this failed because
20 years ago
Christian Stimming 455f96a355 Fix typo
20 years ago
Christian Stimming 6e568f1d91 For windows, fall back to the file backend if a colon was in the URL name.
20 years ago
Derek Atkins e16fdddd01 and one more file needs strptime.h.
20 years ago
Derek Atkins 27f50aa954 need to include strptime.h so we get the declaration.
20 years ago
Derek Atkins 352d39d412 libqof/backend/file needs lib/libc for the missing libc functions.
20 years ago
Christian Stimming 1fa413f54d First round of Makefile symlink cleanup.
20 years ago
Christian Stimming 44ddca68cd Add REGEX_LIBS linker flag that is needed on win32 platform
20 years ago
Christian Stimming 2648783526 Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon.
20 years ago
David Hampton e0244824a0 Add some 'const' declarations.
20 years ago
Christian Stimming 337bb207d4 Move #include "qofla-dir.h" into qofsession.c because this is the only place where it is used.
20 years ago
Derek Atkins 3ad22b5eb5 Allow proper compile/install from tarball using separate builddir.
20 years ago
Chris Shoemaker f0d64c1185 Avoid SIGFPE due to modulo-by-zero is the requested number of significant
20 years ago
Andreas Köhler 4762dbf429 String fixes that have been delayed due to the string freeze.
20 years ago
Derek Atkins 3366829dc2 Move the GLIB26 compatibility checks to configure.in.
20 years ago