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
Christian Stimming
d19fb557a1
Fix (hopefully) Greek string encodings.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16289 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:34:04 +00:00
Christian Stimming
364d4c6035
Add French translation of README by Pierre-Antoine and Spel.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16288 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:23:59 +00:00
Christian Stimming
30c8d8cd4e
Update Inno Setup version
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16287 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:23:51 +00:00
Christian Stimming
473115444c
Add Greek translation for Setup messages by Nikos Charonitakis.
...
Add the Greek translation file for whole Inno Setup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16286 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:23:46 +00:00
Christian Stimming
9030c6fb7b
Add French translation of Installer messages
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16281 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 18:42:22 +00:00
Andreas Köhler
aa3998edb3
Update the firewall rules to match the new location of gconfd-2.exe.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16280 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:22:08 +00:00
Christian Stimming
10005a7929
Update German translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16279 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:21:51 +00:00
Christian Stimming
2e581e2520
Fix typo
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16278 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:19:39 +00:00
Andreas Köhler
8a2238218d
Use redirect.exe for gconfd-2.exe ( #450052 ) and qt3-wizard.exe ( #452382 ).
...
Move the original executables to bin\, use renamed copies of
redirect.exe at the old locations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16277 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:12:37 +00:00
Andreas Köhler
ef937b6697
Add win32/redirect.c, a tool spawning itself in a parent bin\ directory.
...
This program, called as "prog.exe (arg)*", will search for
.\bin\prog.exe, ..\bin\prog.exe and so on. The first hit will be
spawned with the same parameters and its exit status will be the exit
status of this program.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16276 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:08:49 +00:00
Christian Stimming
c08743abad
Update German translations of windows menu items
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16275 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:07:17 +00:00
Christian Stimming
9fc2192f7a
Recode README again to latin1
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16274 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 12:56:15 +00:00