Commit Graph

10880 Commits

Author SHA1 Message Date
Joshua Sled
15b4d2b3fd add note re: 'freq=none' bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16154 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-06 21:12:36 +00:00
Joshua Sled
28db75bf9e add 'every x months' bug note.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16153 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-06 20:56:11 +00:00
Andreas Köhler
b253df6c8a Add exact->inexact in plots for Guile 1.8 to print parsable doubles.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16152 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 20:56:52 +00:00
Christian Stimming
d4439dc3e4 Add yet another registry key needed for aqbanking.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16151 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 20:00:14 +00:00
Andreas Köhler
a5355e2bd4 Handle marker shape and color options of scatter plots, #353871.
Lost in translation, Guppi -> GOffice.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16150 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 19:43:40 +00:00
Andreas Köhler
13b667f971 Show price scatterplot if the source is the price db and no account has shares.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16149 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-03 19:43:35 +00:00
Chris Lyttle
4ae1a2983f update to release 2.1.3
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16145 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-02 17:33:47 +00:00
Joshua Sled
d0033047b6 Remove swig. It's not actually a dependency for tarball releases.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16144 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-02 17:21:45 +00:00
Andreas Köhler
5d338a6932 Fix another %s-NULL-printf in the options dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16143 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-02 16:36:33 +00:00
Andreas Köhler
7a6d193581 Enable libgncqof-backend-qsf on Win32 by exporting QOF_LIB_DIR.
This is not needed for the installation tree built by install.sh, but
the binary installer has to add that environment variable to the
relocatable gnucash.bat it writes out.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16142 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-01 23:13:23 +00:00
Andreas Köhler
c24fca6d1e Check for QOF_LIB_DIR environment variable and try to load qof backends from there first.
This is a minimally invasive way to make qof backends relocatable and
needed for the Windows port.  Avoiding qofla-dir.h completely is
probably desirable anyway.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16141 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-01 22:44:33 +00:00
Christian Stimming
ed8b853ef0 Update svn:ignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16140 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 20:02:41 +00:00
Andreas Köhler
8498c69a8d Readd two pixels to the widths of colored backgrounds in the dense calendar.
When drawing week backgrounds and the outer month borders, two
mysterious pixels were subtracted from the widths.  This led to two
white pixels at the end of incomplete weeks that contained the last day
of the month and belonged to the last month of a calendar column.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16139 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 17:44:08 +00:00
Andreas Köhler
f65e8bb40a Correctly check against end of dense calendar to avoid spurious marks, #433156.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16138 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 16:16:41 +00:00
Andreas Köhler
c6759a4e15 Unref a few pango layouts returned by gtk_widget_create_pango_layout().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16137 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 15:56:31 +00:00
Andreas Köhler
d9808804d5 In tax report, do not set to start and end of month if from-to mode is selected, #435329.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16136 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-30 15:56:27 +00:00
Andreas Köhler
949e3d5779 Do not change internal scheme strings in place, #389740.
This fixes a crash that happened in the QIF import with Guile 1.8 after
stripping utf8 violating bytes from the internal null-terminated string
of a scheme string, as the length parameter has not been updated and a
safety check threw an error from within a critical section at a later
stage.  Just do not wrap gnc_utf8_strip_invalid but rather
gnc_utf8_strip_invalid_strdup.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16135 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-29 16:24:38 +00:00
Andreas Köhler
d8bfaa0572 Fix %s-NULL-printfs in image option previewers, #441798.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16134 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-28 20:44:46 +00:00
Andreas Köhler
e83103cb96 Avoid unwanted signed->unsigned conversions in dense cal computations, #441209.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16132 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-27 23:18:36 +00:00
Andreas Köhler
e549c193ef Fix a %s-NULL-printf in the register, #441207.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16131 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-27 15:19:21 +00:00
Andreas Köhler
0776778be4 Use UNIX line delimiters in dist.sh as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16130 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-26 22:23:49 +00:00
Andreas Köhler
268dbc379c Fix dist_libxml2().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16129 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-26 22:23:46 +00:00
Andreas Köhler
6c934547d5 Ignore custom.sh instead of custom.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16128 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-24 22:04:52 +00:00
Andreas Köhler
5433712750 Fix cross compilation of OpenSP and LibOFX.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16127 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-24 16:03:34 +00:00
Andreas Köhler
5332dc2830 Do not use register_env_var PKG_CONFIG_LIBDIR and leave it unset on Windows.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16126 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-23 19:04:14 +00:00
Andreas Köhler
c61a83f29f Add $LIBXSLT_DIR/bin to PATH.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16125 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-23 18:49:47 +00:00
Andreas Köhler
ba20c1d712 Fix cross platform installation of libxml2, gnome and exetype.
A native rebuild of packages should not be necessary.  Just remove
libxml2-2.6.27.win32.zip from your downloads directory.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16124 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-23 17:21:28 +00:00
Andreas Köhler
a9bd785b02 Use UNIX line delimiters in packaging/win32/exetype.pl.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16123 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-23 17:21:20 +00:00
Andreas Köhler
88ade04604 Integrate create_cross_mingw.sh into install.sh. Minor cleanups.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16122 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-23 17:21:14 +00:00
Andreas Köhler
911647063a Untabify major scripts in packaging/win32. Use indent-tabs-mode instead of tab-width.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16121 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-23 17:21:07 +00:00
Andreas Köhler
3ddd959fc8 Let wget download to a UNIX path.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16120 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-23 17:21:03 +00:00
Christian Stimming
74092e309d Auto-genenerate ChangeLog only when building from svn.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16119 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-22 20:00:49 +00:00
Christian Stimming
aa098de60b Updated British English translation by Nigel Titley.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16118 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-22 19:17:23 +00:00
Andreas Köhler
8ccadd8410 Set executable flag on a few scripts in packaging/win32.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16117 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-21 17:27:12 +00:00
Andreas Köhler
6dd242aefa Use UNIX line delimiters in packaging/win32/functions.sh.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16116 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-21 17:22:26 +00:00
Andreas Köhler
3d32f08493 Link report-gnome against engine for gnc_get_current_session().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16115 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-21 08:12:20 +00:00
Derek Atkins
b378cd8898 Fix space->tab issue in a Makefile (need tabs, not spaces)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16113 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-20 20:56:19 +00:00
Chris Lyttle
6ee3cced76 correction to NEWS for 2.1.2
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16107 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-20 03:54:11 +00:00
Chris Lyttle
c9d20c0107 update to release 2.1.2
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16105 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-20 03:42:53 +00:00
Andreas Köhler
f18fa0614b Improve gui component handling of report plugin pages.
Let them be closed on session shutdown by setting the session.  Call
gnc_main_window_close_page in close handler.  Unregister the component
in _destroy_widget and move _destroy into it.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16104 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-19 23:19:56 +00:00
Andreas Köhler
b23b36822f Add close handler for register plugin pages, just call gnc_main_window_close_page.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16103 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-19 23:19:51 +00:00
Andreas Köhler
193b0cd6a8 Unregister option dialogs from gui component list while destroying.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16102 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-19 23:19:44 +00:00
Andreas Köhler
1e327c3f2b gnc-budget-lookup, used for getter of budget option, may return '() instead of #f.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16101 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-19 23:19:39 +00:00
Andreas Köhler
f17426d697 In the transfer dialog, always use bold headers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16100 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-18 23:31:49 +00:00
Andreas Köhler
ff06f1a801 In reconciliation window, only show interest button if account type is CREDIT or LIABILITY.
It used to be hidden and showed again by gtk_widget_show_all.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16099 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-18 23:09:30 +00:00
Andreas Köhler
55d98f19fc Make date picker in registers visible for rtl locales like hebrew, #386816.
The calendar popup starts at x=0, but in a right-to-left interface it is
drawn to the left, i.e. out off the window.  This can be avoided by
overwriting the default direction of the surrounding horizontal box.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16098 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-18 21:41:32 +00:00
Andreas Köhler
12d95d5262 Deuglify the account selection dialog for the account search a little bit.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16097 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-18 15:14:01 +00:00
Andreas Köhler
c8a63e3c73 Correct the checks for gnc:*finance-quote-{check,helper}* to use string-null?.
g-find-program-in-path returns a string---it may be empty but not #f or '().


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16096 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-18 14:54:24 +00:00
Andreas Köhler
3000cdacb5 Fix a qif import error if commission account cannot be found in the mappings, #378274.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16095 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-18 14:54:19 +00:00
Andreas Köhler
fa0cc34ec2 Update the main window titles and the window list on HOOK_BOOK_OPENED.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16094 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-18 14:54:14 +00:00