Andreas Köhler
df8925cc05
Build OpenSSL 0.9.8e from tarball.
...
Also starring:
* Add mingw32-make, as openssl will be built in cmd.exe
* Link gwenhywfar against dynamic libraries (-leay32 -lssl32)
* Install svn before openssl to have the newer ssl dlls as first in PATH
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15998 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-26 17:17:41 +00:00
Andreas Köhler
27595e43a6
Fix gnc_spawn_process_async and gnc_detach_process.
...
* Do not use g_child_watch_add if the spawn failed
* Give the child process a chance to die before we kill it
* Rather use g_message if file descriptors cannot be closed
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15997 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-25 18:25:34 +00:00
Andreas Köhler
39a9165290
Free a leaked return value of g_win32_error_message.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15996 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-25 18:22:05 +00:00
David Hampton
a654961e1b
Use gtk_widget_show, not gtk_widget_show_all. The latter screws up the
...
synchronization between the edit menu and which items are shown in the
window.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15995 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-23 02:06:19 +00:00
David Hampton
65bdd3a246
New version of the file from Zach Sadecki that include three different
...
image sizes. Fixes #432425
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15994 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-23 01:56:42 +00:00
David Hampton
e37f251ac8
Update ignore properties.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15993 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 22:15:00 +00:00
David Hampton
6b1d6e0ffd
Use simpler behavior for setting the "1 xxx = 2 yyy" exchange rate sample
...
strings in the lower right corner of the transfer dialog. Don't try and
duplicate the logic that sets the number in the exchange rate field, just pull
the the existing number straight out of the widget. Fixes #408703 .
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15992 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 22:02:16 +00:00
David Hampton
78c862c325
Move the price manupilation buttons to the right side of the dialog. For
...
languages where one of the button labels is very long, this prevents the
dialog from becoming excessively wide.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15991 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 21:20:06 +00:00
David Hampton
a5d420c9a4
Add the Moldovan Leu. Fixes #414064 .
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15990 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 20:22:06 +00:00
David Hampton
ecd3e31481
Changing the transaction number can affect the split sort order and
...
thus the running account balances. Fixes #386074 .
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15989 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 20:04:53 +00:00
David Hampton
6582c6b95b
Catch and short circuit the case of trying to get the balance of an account
...
that is so new it hasn't had a currency assigned yet. Fixes #432227 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15988 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 19:29:53 +00:00
David Hampton
14da30d2bf
Allow NULL pointers when calling xaccAccountGetFullName. Fixes #432314 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15987 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 18:30:48 +00:00
Joshua Sled
4c34eadeda
Bug#350993: hide the main window until it's ready to be interacted with (like most every other app).
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15986 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 16:30:55 +00:00
Joshua Sled
47f4b30df6
Bug#432232: confirm SX deletion.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15985 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 16:10:21 +00:00
Andreas Köhler
5d924c992c
Do not show ACCT_TYPE_ROOT in filter by dialog.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15984 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 11:36:47 +00:00
Andreas Köhler
51d728eb7e
In gnc_tree_view_account_select_subaccounts, determine correct last (deep) child.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15983 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 11:27:20 +00:00
Andreas Köhler
9622ec2d6d
Set mnemonic widget for "Smallest fraction" in account dialog.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15982 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 10:53:22 +00:00
Andreas Köhler
f50b080ed6
Set scroll policies in tax information dialog to automatic, #432072 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15981 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 10:26:17 +00:00
Andreas Köhler
f8447aac23
Remove urgency_hint (gtk+ >= 2.8) from glade files.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15980 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 10:26:11 +00:00
Andreas Köhler
d6760a9e1a
Add a 6px border to the printing tab of the preferences dialog for consistency.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15979 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 10:26:06 +00:00
Andreas Köhler
3c9fd76500
Close the splash screen on clicks, #366418 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15978 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 09:20:49 +00:00
Andreas Köhler
106f83b1b4
Fix double variable declaration on non-Windows, introduced by r15973.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15977 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 09:03:34 +00:00
David Hampton
434905ea1a
Remember the current session when an option dialog boxes is opened,
...
and close it when the session is closed. Fixes #394074 .
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15976 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 05:59:51 +00:00
David Hampton
c0dd45b5d2
Suspend qof events for the interval between swapping the books between
...
two sessions, and installing the new session as the current session.
The books end up same before and after, but there is small interval in
the middle where any call to get the current book will get bogus
results. Fixes #414783 .
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15975 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 05:22:51 +00:00
Andreas Köhler
319f22bf81
Compile with --enable-locale-specific-tax on Windows.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15974 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 00:49:31 +00:00
Andreas Köhler
2719db653d
To identify the active locale on Windows, use g_win32_getlocale instead of setlocale.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15973 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 00:48:03 +00:00
Joshua Sled
a135b79fa2
Bug#131623: Fix computation of unrealized gains in Balance Sheet report. Patch from Mike Alexander <mta@umich.edu>.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15972 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 22:20:18 +00:00
Joshua Sled
823e13c49b
ebuild updates
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15971 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 21:49:11 +00:00
Joshua Sled
1c0d91cade
update myself.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15970 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 21:46:47 +00:00
Joshua Sled
a2f828d235
Bug#372948: Add accounts/en_GB/ (as a copy of accounts/C/ ... sorry), add an example accounts file for VAT tracking.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15969 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 21:26:33 +00:00
Joshua Sled
c1f5e06edc
Update ebuild for 2.1.x'es.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15968 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 20:58:18 +00:00
David Hampton
2b16fa1f41
Use GNC_TYPE_NUMERIC instead of GNC_NUMERIC.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15967 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 20:07:23 +00:00
Derek Atkins
e5c59face3
Extend the stack size when pulling price quotes ( #428133 )
...
Patch from Mike Alexander.
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15966 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 19:43:11 +00:00
David Hampton
d6d784617a
Disable the close callback while updating reports. Fixes #416986 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15959 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 19:18:16 +00:00
Joshua Sled
619f085748
Bug#349693: s/Lot Viewer/View Lots/ for consistency with Account Tree and Action menu.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15955 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 18:44:15 +00:00
David Hampton
b1248d827c
Validate whether or not an account exists before calling various
...
functions in Account.c.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15954 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 18:31:39 +00:00
David Hampton
e1d77fb1d1
Relax the check on whether xaccAccountGetCommodity is called with a
...
valid commodity. This function is called from many places without
testing to see if the account is non-NULL.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15953 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 18:30:20 +00:00
Andreas Köhler
68adce5d1d
Replace monolithic MinGW setup by smaller and reusable downloads.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15952 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 18:14:42 +00:00
Joshua Sled
117e7e53b6
Bug#347257: make the initial window a reasonable size, especially for --nofile.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15951 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 16:32:11 +00:00
Joshua Sled
c818c83df7
Bug#431435: guard against dirtying the SX/book when setting to the same values the SX objects already contain.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15950 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 15:30:47 +00:00
Joshua Sled
3d1174a884
Add accel for Scheduled overlay menu
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15949 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 14:08:08 +00:00
Andreas Köhler
fd209757ec
Update the account name in the title of the account dialog on a parent change.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15948 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 12:47:05 +00:00
Andreas Köhler
e61407f673
Use correct mnemonic widget for "_Parent Account" in account dialog, #431963 .
...
BP
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15947 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 12:26:20 +00:00
Andreas Köhler
94364fb33e
Improve handling of the account in the account dialog.
...
* rename xaccAccountTypesCompatibleWith to
xaccParentAccountTypesCompatibleWith, typically allow ACCT_TYPE_ROOT
as parent but not as child
* remove ACCT_TYPE_ROOT from xaccAccountTypesValid
* no need to single-case the root account in gnc_common_ok anymore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15946 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 12:00:56 +00:00
Christian Stimming
55c4675868
Update German translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15945 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 08:59:49 +00:00
Joshua Sled
3e403f491f
Bug#431771: remove from SX deferred-instance list by value. Remove inexplicably-commented line from SX Instance Model.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15944 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 21:24:08 +00:00
Joshua Sled
428497a0fe
Bug#431756: use the correct return value for the xaccAccountForEachTransaction function.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15942 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 17:42:31 +00:00
Joshua Sled
01d7e59bc9
Only append if the list is valid.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15941 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 16:56:10 +00:00
Joshua Sled
98acaeba82
Fix crasher in variable handling in SX editor. Be more consistent about alloc'ed memory ownership. Some formatting cleanups.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15940 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 15:34:58 +00:00
Andreas Köhler
75be841eec
Convert tax strings to UTF-8.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15937 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-19 06:37:02 +00:00