Commit Graph

13252 Commits

Author SHA1 Message Date
Christian Stimming
8e781e8cb4 Move initialization of business objects into gncBusiness.c so that this fits to the header where the function was declared.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19328 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 21:53:08 +00:00
Christian Stimming
5133b1733e Remove header gncBusinessP.h which is unused anyway.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19327 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 21:52:51 +00:00
Geert Janssens
474915ecf6 Bug #556713 - inconsistency in report options, partial fix
This commit aligns all occurences of "Report Currency" and variants to "Report's currency"

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19326 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 14:57:38 +00:00
Geert Janssens
bac826d063 Bug #556713 - inconsistency in report options, partial fix
This commit replaces "From/To" with "Start Date/End Date" in all standard reports.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19325 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 14:36:13 +00:00
Cristian Marchi
8ec2678f30 Updated Dutch translation, copied from the Translation Project
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19324 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-02 05:51:27 +00:00
Cristian Marchi
17b1f2966c Bug #389841: Wrong translation of Tax Amount and update of Italian translation by Cristian Marchi
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19323 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-01 16:57:46 +00:00
Geert Janssens
c9d42e3af1 Convert glade files to glade3/gtk+2.10, next batch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19322 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 21:33:23 +00:00
Geert Janssens
9653a36c70 Remove obsolete code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19321 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:42:18 +00:00
Geert Janssens
f07305f8db Some changes to align the README files with the current state of gnucash.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19320 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:42:02 +00:00
Geert Janssens
207c54a680 Future default file extension is .gnucash, so
- rename example files to this extension
- replace references to the old extension where appropriate

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19319 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:17:37 +00:00
Geert Janssens
fb7be5d6ef Fix binary test.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19318 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:15:00 +00:00
Geert Janssens
2307265f82 More path fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19317 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:14:18 +00:00
Geert Janssens
550ba24ee9 Fix paths. On Mandriva the original code resulted in two absolute path being appended, resulting in file not found errors.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19316 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:06:59 +00:00
Geert Janssens
eb66cdcb2b Python bindings, gncnumeric and accounttype constants, patch by Mark Jenkins.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19315 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 19:29:39 +00:00
Geert Janssens
c84e7c381c Nice example python scripts, patch by Mark Jenkins.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19314 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 19:26:57 +00:00
Christian Stimming
eaf3c5cbf8 Updated Dutch translation, copied from the Translation Project
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19311 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 18:20:36 +00:00
Christian Stimming
84d8a07dc5 Fix erroneous quotation in scheme string of last commit
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19310 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-28 14:56:12 +00:00
Christian Stimming
f4a684f0fd Improve the initial report loading code so that it loads only files ending with .scm.
This should avoid accidentally loading .scm~ backup files etc. The code
matches the filenames against the regexp "\.scm$", so the previous hand-
written comparison against "." and ".." is no longer necessary as those don't
match that regexp anyway.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19309 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-27 18:56:56 +00:00
Christian Stimming
8c8fcd39af Update de.po after invoice review.
There were some equivocalnesses between invoice and balance.
After using the strings from tax-invoice in the other invoice forms,
the de translations should switch back.

Patch by Frank H. Ellenberger.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19308 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-27 18:39:14 +00:00
Geert Janssens
312c993b49 Bug #622953 - Enable comment for date format string again in gnucash.pot, patch by Frank H. Ellenberger.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19306 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-27 16:35:28 +00:00
Geert Janssens
ccda70535c Convert glade files to gtk+2.10, next batch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19305 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-26 17:44:02 +00:00
Geert Janssens
314e1f3eec Convert to glade-3 target gtk+2.10
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19304 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-26 07:35:55 +00:00
Geert Janssens
c2b474bd40 Re-enable colored tabs on Windows. This works fine with gtk+2.16.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19303 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 21:45:13 +00:00
Christian Stimming
187da546b6 Re-indentation of source code.
This re-indentation was done using astyle-1.24 using the following options:

astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19301 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 18:44:40 +00:00
Christian Stimming
63eed826bd Improve i18n comments: Comment for gnucash.pot must appear immediately before the marked string.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19300 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 18:22:59 +00:00
Geert Janssens
22ed2d500b Bug #622637 - The classical invoices should use the more specific strings from taxinvoice, part 2, by Frank H. Ellenberger
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19299 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 13:20:11 +00:00
Geert Janssens
fb3de966c9 Bug #622637 - The classical invoices should use the more specific strings from taxinvoice, part 1: whitespace cleanups, patch by Frank H. Ellenberger.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19298 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 13:01:30 +00:00
Geert Janssens
1e087824a5 Bug #617797 - Win32 need to downgrade to gtk-2.16 (Default theme not working under Windows), second patch adding custom themes, by Tao Wang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19297 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 12:50:20 +00:00
Cristian Marchi
53b36371cc Updated Latvian translation by Rihards Priedītis, copied from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19296 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 11:43:35 +00:00
Cristian Marchi
9e7033e75f Update of Italian translation by Cristian Marchi
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19295 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 11:40:43 +00:00
Geert Janssens
9e6d8fb1e9 Bug #622523 - Python bindings are crash prone when linked to guile
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19294 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 11:06:29 +00:00
Geert Janssens
f490759ebb Bug #622520 - gnucash business objects disapear on save, patch by Mark Jenkins
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19293 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 09:53:10 +00:00
Geert Janssens
642db962a7 Bug #622271 - Category 'Gas' under 'Auto' should be translated to Petrol in en_GB and en_AU
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19292 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 09:44:25 +00:00
Geert Janssens
df5a4533bc Update lv translation, correct translation prefixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19291 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-24 09:43:02 +00:00
Geert Janssens
6973a20cce Bug #617797 - Win32 need to downgrade to gtk-2.16 (Default theme not working under Windows), patch by Tao Wang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19290 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-24 08:56:35 +00:00
Geert Janssens
9b29398cf9 Fix build failure introduced by r19285 on systems with guile 1.6.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19289 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-24 08:54:38 +00:00
Geert Janssens
a00ba4f1ae Updated latvian translation, patch by Valdis Vītoliņš
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19288 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-23 07:24:14 +00:00
Mike Alexander
53c6330c12 Properly check for SWIG version 2.0.0 and later.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19287 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-23 07:05:31 +00:00
Mike Alexander
0b87e05c53 Revert part of R19263. DYLD_LIBRARY_PATH must be set on MacOSX (running under X11, not Quartz) in order for GnuCash to find its dynamic libraries.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19286 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-23 07:04:09 +00:00
Phil Longstaff
63f8b4b257 Bug #616606: Add gnc-get-default-report-font-family function callable from scm.
Currently returns "Arial" but can be modified to get default GtkWindow font.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19285 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-22 22:02:01 +00:00
Geert Janssens
cb3c965667 Change gnucash-bin to gnucash on OS X (the other platforms had been changed already)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19284 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-22 20:30:58 +00:00
Christian Stimming
14940a96fa After learning the scheme case syntax, implement it correctly this time.
Fixes r19281, r19280, r19253, r19252.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19283 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-21 19:45:22 +00:00
Geert Janssens
1351dc1c37 Add missing UTF-8 BOM
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19282 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-21 15:55:51 +00:00
Christian Stimming
e859131511 Some more disabling of the new deactivated option in the piechart. Forgotten in r19280, sorry for that.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19281 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-20 18:42:25 +00:00
Christian Stimming
ebb6d2120f Disable new option of piechart report even more.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19280 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 20:03:52 +00:00
Geert Janssens
ed32d4e9f3 Improve name consistency. Use "GnuCash" (or more precisely PACKAGE_NAME), wherever the name is visible to the user, and "gnucash" (or more precisely PACKAGE) everywhere else.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19279 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 15:42:32 +00:00
Geert Janssens
bb28ca2dde Bug #600574 - Would like to disable creation of log files and backup files entirely
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19278 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 14:50:55 +00:00
Geert Janssens
ad768a3449 Document what to do if svn isn't found. This only applies to the scripts used to setup an automated build system
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19277 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 13:28:23 +00:00
Geert Janssens
b7c02bd15d Cleanup use of constants
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19276 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 10:47:11 +00:00
Geert Janssens
936a1f9721 Add utf-8 prefix, so the Windows installer interprets the file properly
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19275 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 08:17:59 +00:00