Joshua Sled
86f3842984
Move g_strdup inside of set_log_level to be a slightly better citizen and fix a serious bug. :/
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16402 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-08 04:19:22 +00:00
Andreas Köhler
36d1fe4aa7
Fix a win32 crash when resetting pixmap options.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16401 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-07 10:35:35 +00:00
Andreas Köhler
84a9378d0b
Let gnc_html_parse_url grok Windows filenames, #462567 .
...
Change the regular expression that should match the protocol in a given
URL so that it requires at least two characters and C:\ or C:/ will not
be interpreted as [prot=C, path=\] (or path=/, resp.). Also replace two
hard-coded slash operations by g_path_is_absolute and g_build_filename.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16400 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-07 10:28:47 +00:00
Joshua Sled
a5b6c728ff
Bug#452496: This survived my regular receipt entry session, a whole 30 minutes of light testing. So, more testing is probably good, but ain't that always the case.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16399 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-07 01:00:56 +00:00
Andreas Köhler
a794e15882
In gncFindFile, use g_path_is_absolute instead of file[0]=='/'.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16398 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-07 00:56:40 +00:00
Andreas Köhler
1cce7a24b7
Avoid critical warnings when searching interactively in account tree.
...
gnc_account_n_children will print those when it is called with NULL.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16393 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-06 15:40:55 +00:00
Andreas Köhler
9056b19e0c
Avoid a critical warning when editing an account.
...
As gnc_account_to_ui is called before a parent account is selected,
get_ui_fullname should not depend on it so that gnc_account_is_root does
not always print a critical warning (GNC_IS_ACCOUNT(account) failed).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16392 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-06 10:30:08 +00:00
Joshua Sled
a1be6f3458
If there's no SQL_DIR, then there's no SQL module to load. So don't. :p
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16388 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-05 21:44:21 +00:00
Joshua Sled
f5923ae956
Remove FreqSpec.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16387 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-05 21:24:16 +00:00
Christian Stimming
7d15dbd105
Updated Japanese translation by Hiroto Kagotani
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16383 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-04 10:31:44 +00:00
Christian Stimming
a252d0833e
Add Hungarian glossary by Tako Kornel.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16382 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-04 10:10:05 +00:00
Joshua Sled
3580a2663c
Bug#170729: format a literal value to get the locale-specific decimal separator.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16380 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-03 01:30:46 +00:00
Joshua Sled
fceaf3cd37
Bug#445917: parity between label and button. Patch from Andreas Köhler. ;)
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16379 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-03 01:26:36 +00:00
Joshua Sled
5e7e7edf59
Bug#457944: Keep splash screen during file loading.
...
- do not destroy the splash screen during file loading
- display which reports are rendered in the progress field of the splash screen
Patch from Herbert Thoma <herbert.thoma iis fraunhofer de>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16378 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-02 23:48:04 +00:00
Joshua Sled
71e8d79a57
whitespace: s/tab/space/
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16377 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-02 23:41:14 +00:00
Christian Stimming
efdd7dff20
Updated Catalan translation from the Translation Project.
...
Fixed the context-prefix messages with `|' myself, though.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16373 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-30 19:21:44 +00:00
Joshua Sled
1a9a4fb4de
Bug#361604: patch from Mike Alexander <mta umich edu> to fix datatype for gnc-date.h to allow ranging negative, which is important in a few places.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16370 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-29 16:00:06 +00:00
Christian Stimming
da84b1c704
Updated Catalan translation from the Translation Project.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16366 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-27 16:49:19 +00:00
Derek Atkins
0d45c24a03
Don't need to test for NULL. ( #460924 )
...
dnow,dent,dpost always exist
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16365 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-27 14:12:57 +00:00
Derek Atkins
c052ac4078
limit SVK version information to 5 revisions/copies.
...
Otherwise the svk version info just continues to grow ad nausium
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16362 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-26 19:15:54 +00:00
Derek Atkins
5ccebc9d76
Don't crash running the Account/Account Txn Reports from A/R ( #460432 )
...
Two fixes here:
* make sure to call the correct report. The C code calls into scheme
with a #f, not '(), so check for both cases in standard-reports.scm.
* In the owner-report, don't return #f or '() but rather return -1
when the user tries to run the Account Transaction Report on A/R or
A/P when they don't have a transaction selected. This will at least
stop gnucash from crashing, but it will appear that gnucash isn't
doing anything. A step in the right direction but still not the
best solution.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16361 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-26 19:15:43 +00:00
Christian Stimming
7eb53df5a0
Fix XPF [CFP Franc Pacifique] to not use cents.
...
By Dominique Corbex <dominique.corbex@gmail.com>:
The XPF currency [CFP Franc Pacifique], used in French Polynesia,
New Caledonia, Wallis and Futuna islands has 2 digits after the decimal point in Gnucash.
That's wrong as the XPF currency makes no use of cents.
(see http://www.wikipedia.com/wiki/Currency_codes
and search for XPF)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16353 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-24 18:32:16 +00:00
Christian Stimming
5366ec7e5c
Update British English translation by Nigel Titley.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16352 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-23 19:13:30 +00:00
Andreas Köhler
5bdf27c9ab
Add code page information to gnucash.bat, #458783 .
...
Instead of trying to retrieve the system code page, simply hard-code the
code pages for the configured languages. This is one more string for
each new translation of the custom messages. Suggestions for how to
parse the LangOptions/LanguageCodePage parameter in isl files are
welcome.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16351 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-22 19:17:19 +00:00
Christian Stimming
960ef4b98b
Fix erroneous msgstr containing context prefix
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16350 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-22 12:09:46 +00:00
Christian Stimming
cf76497cf5
Updated French translation by Stephane Raimbault
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16349 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-22 08:21:25 +00:00
Andreas Köhler
257b731bde
LibGSF does not install schema files anymore, drop corresponding dist rule.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16347 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-22 01:51:36 +00:00
Andreas Köhler
9058666fc0
Update LibGSF (1.14.5) and GOffice (0.4.1) on Windows.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16346 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-22 01:41:01 +00:00
Christian Stimming
88fea4aa61
Update many Gnome packages in the hope of getting rid of some bugs.
...
This includes updating ORBit2 to 2.14.7; on the WinXP machine
I have available this meant gconfd ran just fine. But we'd need
to get some further feedback on whether it really works or whether
we need to stick to ORBit2 2.13.3.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16345 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-21 19:57:53 +00:00
Christian Stimming
833017da95
Update German translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16344 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-21 08:07:23 +00:00
Christian Stimming
a1c5fb7d5d
Ship the gnucash binary including the Qt DLLs. #457228
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16341 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 21:59:19 +00:00
Christian Stimming
00ce809891
Install Windows theme of gtk for improved ui. #458567
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16340 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 21:59:16 +00:00
Christian Stimming
dac329ff71
Updated Japanese translation by Hiroto Kagotani
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16336 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 21:06:26 +00:00
Christian Stimming
d840db4e35
Fix missing keyboard shortcut in string.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16335 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 20:52:02 +00:00
Christian Stimming
a1b8759f2f
Update gitignore
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16334 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 20:51:56 +00:00
Christian Stimming
e9cbd8e582
Updated Catalan translation from the Translation Project.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16333 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 20:51:18 +00:00
Joshua Sled
30b0300a0c
[branches/2.2 16327] Bug#458434: disable the not-really-ready "Close Books" and "Import QSF" menu items.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16331 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:34:03 +00:00
Joshua Sled
73e382ad7f
[branches/2.2 16326] Bug#457027: adjust the near-side copyright year to, uh, this year. :)
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16330 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:33:28 +00:00
Joshua Sled
d582ce5218
[branches/2.2 16325] Bug#457812: adjust the stable (2.2)/dev (2.4) version number message text. Patch from Kevin Hale Boyes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16329 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:32:58 +00:00
Joshua Sled
811da6ee1e
[branches/2.2 16324] Bug#458080: update RPM specfile BuildRequires to remove g-wrap. Patch from Kevin Hale Boyes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16328 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:31:03 +00:00
Christian Stimming
c6685ed3bc
Revert latest French translation as per Stephane Raimbault's request,
...
due to various introduced wording errors.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16310 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-14 11:20:55 +00:00
Christian Stimming
3c37aae287
Updated Ukrainian translation from Translation Project.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16308 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-14 08:09:43 +00:00
Chris Lyttle
34981ecbf1
update to release 2.2.0
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16306 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-14 01:31:29 +00:00
Chris Lyttle
4edef7ae38
update to release 2.2.0
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16303 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-14 01:00:34 +00:00
Christian Stimming
a9740b776e
Updated Portuguese (Brazil) translation by Leonardo Fontenelle and team.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16301 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-12 19:14:53 +00:00
Christian Stimming
1acc74e927
Improve German translation as proposed by Frank H. Ellenberger.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16300 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-12 19:14:36 +00:00
Christian Stimming
02392036b7
Update Slovak translation from TP.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16299 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-12 19:14:10 +00:00
Andreas Köhler
e3834d26db
Fix an ofx import memory leak and a non-ascii-path problem on win32.
...
On Win32, the import file path needs to be converted to the system
codepage for libofx. Also, free it afterwards.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16296 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-11 20:51:54 +00:00
Christian Stimming
6e29e04cfa
Fix erroneous dir in Makefile
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16295 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-10 20:51:14 +00:00
Christian Stimming
3e20c75255
Merge translation updates because of very last string change.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16294 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-10 20:11:04 +00:00