Commit Graph
100 Commits
Author SHA1 Message Date
Christian Stimming 27667582b1 I18n message improvements: Fix typos; unify strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23388 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-11-13 07:18:36 +00:00
Christian Stimming 79d8d8059a Bug #711493: Fix unselected account that is NULL.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23383 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-11-05 21:44:15 +00:00
Christian Stimming 4455afbf04 Bug #710739: Fill in field for remote bank account information also for SEPA transfers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23329 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-10-25 19:02:20 +00:00
Christian Stimming a81e9f6693 Fix typo in string (punctuation)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23201 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-09-30 19:38:23 +00:00
Christian Stimming b44cf4ac27 Minor improvement in message about last modification time upon opening a file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23200 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-09-28 21:28:17 +00:00
Christian Stimming 1968b38cfa Win32: Update aqbanking/gwenhywfar package versions for windows build.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23199 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-09-28 21:28:05 +00:00
Christian Stimming a46dba1201 After opening a file, display a statusbar message with the last modification date and time.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23185 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-09-20 21:09:46 +00:00
Christian Stimming 517a621d9a Make gnc_g_date_time_new_from_unix_local() function known in header.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23184 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-09-20 21:09:33 +00:00
Christian Stimming d1a2d70be9 Fix memory leak due to missing free after gnc_ctime().
Also, remove the trailing newline from the returned time string, as this is rather unexpected here.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23183 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-09-20 21:09:21 +00:00
Christian Stimming b73c10b8b9 Fix erroneous memset() parameter ordering, as notified by gcc-4.6.3
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23182 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-09-20 21:09:06 +00:00
Christian Stimming 29facc54c6 Bug #629136: Move the code that updates the sensitivity of immutable page actions from gnc_main_window_switch_page to gnc_main_window_generate_title.
Patch by Guilherme Salgado.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23132 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-15 19:44:32 +00:00
Christian Stimming bbf7c34f98 Bug #696492: Change report name in menu or in report output to be consistent
Change the register name to "Accout Transaction Report" when the register
type is GENERAL_LEDGER, INCOME_LEDGER, or default in function gnc_reg_get_name().

Patch by Carsten Rinke.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23131 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-15 19:44:20 +00:00
Christian Stimming 2655c4aaf0 Cutecash: Fix linker flags for guile so that it links again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23084 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 18:47:31 +00:00
Christian Stimming e7537f85e9 Bug #702899: Fix crash in scrubbing code
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23074 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-30 20:38:14 +00:00
Christian Stimming ca7bb16d69 Bug #703305: Fix crash on entering a non-valid date.
For now, the date that couldn't get parsed is replaced by today. Improvements
to this behaviour are welcome, though :-)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23073 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-30 20:18:37 +00:00
Christian Stimming ef9b8a8920 Remove the unused code for feature "shift txn forward", disabled already in r18450.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23065 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-25 18:44:52 +00:00
Christian Stimming 8237afd97f Bug #700804: Add up/down buttons for ordering of transactions in register2.
This changes the ordering but only for txn with the same date
and same number.  The buttons are active only in cases where this is
possible, otherwise the buttons are inactive anyway.

- for reconciled splits, user will be asked
- book-closing txn are ignored as well as frozen splits
- After changing the sort order, update the UI buttons immediately as well

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23061 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-23 07:57:40 +00:00
Christian Stimming db8a08a3d0 Register2: Minor code cleanup: Rename moved_cb to uiupdate_cb. Refactor common sanity check into extra function.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23060 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-20 20:44:43 +00:00
Christian Stimming a8516187b7 Bug #691587: Catch scheme exceptions when converting error messages to a C string.
When loading a scheme data file such as ~/.gnucash/stylesheets that contains
invalid characters (e.g., all-zero bytes), the loading throws a scheme
exception and we are redirected into the error catch handler. When trying
to convert the erroneous scheme expression into a string for the
message output, scheme runs into an exception right again. Hence, the
conversion to string must be guarded by a stack_catch as well.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23059 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-19 15:48:13 +00:00
Christian Stimming d8a0015a3c Bug #669964: Fix txn creation that forgot to set a txn currency.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23058 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-19 15:48:02 +00:00
Christian Stimming 9b093abc4a Register2: Improve commodity/currency handling: Try to always use account_or_default_currency lookup instead of code duplication.
The code for ensuring a commodity that is a currency was duplicated among
the file. This is now refactored into the reg_currency variable. Also, in
a non-currency register the currency is now taken from parent accounts or
the default currency, which matches the old register's policy but is different
from what register2 previously did.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23057 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-19 15:47:49 +00:00
Christian Stimming fd9ea2d808 Improve transaction currency lookup by using the new account_or_default currency getter.
Previously, this could result in transactions that have a non-currency as
txn commodity, which is what the multi-currency register tried to avoid hard.
Now by using account_or_default_currency, the currency choosing policy from
the register is available in the other places where new transactions are
created, hence we better use that here.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23056 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-19 15:47:39 +00:00
Christian Stimming 2bbcd7733f Refactor lookup of a commodity that is a currency for a specific account into general function gnc_account_or_default_currency().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23055 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-19 15:47:27 +00:00
Christian Stimming 2ed03ccc57 Cutecash: Adapt cmake files to recent file moves.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23054 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-19 15:47:13 +00:00
Christian Stimming 8e524a4370 Bug #672595: After creation of a new book, make sure to set it to dirty so that a cancelled save_as dialog leaves the book dirty.
The missing part was the line in assistant-hierarchy.c, but I've added
it to the two other calls to file_access_for_save_as() to be on the safe
side on those two other book creation places as well.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23053 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-16 08:30:09 +00:00
Christian Stimming 511c970256 Bug #700582: Enable online actions in Register2
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23052 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-14 21:43:17 +00:00
Christian Stimming bff5edbb66 Minor code cleanup (again from r23043): Don't print a warning in a comparison.
This only changes the single line that doesn't break the existing utest-Split.c

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23051 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-13 20:42:46 +00:00
Christian Stimming c52ac5de5b Minor code cleanup: Decrease verbosity of register2 that makes the debugging output unreadable.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23050 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-13 20:25:24 +00:00
Christian Stimming b5c4d37af3 Register2: Add more sanity checks when converting TreePaths from one to another.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23049 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-13 20:25:12 +00:00
Christian Stimming 581f27825e Revert r23043 "Minor code cleanup: Don't print "warning" output in comparison function."
Sigh. It turns out the utest-Split.c relies on the "warning" log level
in order to check for specific code paths. This sucks. The log level
"warning" should please be reserved for things that are actual warnings,
not for code path checks that are used in the unittests.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23048 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-13 07:58:49 +00:00
Christian Stimming 91b8b3c14d Had to partly revert r23045 when it comes to the PostedDate of book-closing txns.
The book-closing txn currently assume that their
posted-date is the end date plus 12 hours, so that the closing txn can
be distinguished from normal txns of the last day. This is the only
case within GnuCash where the PostedDate is a different time-of-day
that what the GDate normally says as a normalized date.

We better change this sometime in the future so that the PostedDate
doesn't silently contain this hidden extra meaning...

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23047 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-13 07:32:23 +00:00
Christian Stimming bae4862575 Register (old+new): Duplicated transactions need a DateEntered as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23046 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-09 21:39:34 +00:00
Christian Stimming 85749ec058 Change all usage of xaccTransSetDatePostedSecs to xaccTransSetDatePostedSecsNormalized.
In fact, all calls to this setter refer to the plain date and not to
any time-of-day. Consequently, only the normalized setter must be used
everywhere. (Subsequently, the previous setter could be removed, as
it turned out to be not used anywhere, but that's another story.)

As a side effect, this makes the register2 set the PostedDate in the
same way as the old register again. The register2 used to introduce a
time-of-day part in the PostedDate, but this should not be done. Only
the EnteredDate has a time-of-day part.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23045 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-09 21:33:19 +00:00
Christian Stimming 697d228eb3 Introduce transaction setter xaccTransSetDatePostedSecsNormalized() that ignores the time-of-day part.
We've struggled with the time-of-day part of the PostedDate for long
enough. The PostedDate field is just not meaningful with anything else
but a plain date, and no time-of-day at all. Hence, the correct setter
function for this particular field must ignore the time-of-day. Consequently,
a GDate should be used here anyway, but in many places the time64 is more
convenient. The new function will now redirect that time64 to the GDate
setter function to make sure we will now map everything to one single date.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23044 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-09 21:32:06 +00:00
Christian Stimming 581871813d Minor code cleanup: Don't print "warning" output in comparison function.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23043 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-09 21:31:51 +00:00
Christian Stimming 5adb56bd77 Minor code cleanup: Don't use "class" as identifier.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23042 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-08 22:20:34 +00:00
Christian Stimming 82f0f7d024 Win32 build: Update versions of gwenhywfar, aqbanking
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23006 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-26 19:21:31 +00:00
Christian Stimming 48ce3061b1 Merge latest pot template from trunk into updated da.po file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22997 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-20 18:45:49 +00:00
Christian Stimming 2b25c56db0 Copy recently updated Danish translation from 2.4 branch to trunk.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22996 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-20 18:42:40 +00:00
Christian Stimming 9f5eebb35f I18n: Change composed strings (report title) into fully translated string.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22993 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-18 20:29:46 +00:00
Christian Stimming ab0cfdce5a Add ZMW currency
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22965 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-08 20:47:18 +00:00
Christian Stimming b3ea9556dc Update German translation a bit.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22964 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-08 20:38:36 +00:00
Christian Stimming 0b807c6df1 Minor user message fixes: Spelling fix, Capitalization fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22963 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-08 20:38:26 +00:00
Christian Stimming 85ce377a8a Update German glossary (a bit).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22962 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-08 20:38:16 +00:00
Christian Stimming 4f2a2cd120 Fix glossary table that was mistakently using spaces instead of tabs. Update all glossary po files with the new terms.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22961 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-08 20:38:04 +00:00
Christian Stimming a79905dcc7 Merge latest pot template from trunk into po files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22958 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-07 10:25:01 +00:00
Christian Stimming 0f5999e481 Copy program translations from 2.4 branch to trunk.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22957 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-07 10:17:39 +00:00
Christian Stimming d0bc0ea91a Copy glossary translations from 2.4 branch to trunk.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22956 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-05-07 10:17:10 +00:00
Christian Stimming 96f660eeb1 Finally fix the maddening long waiting times after clicking "Ok" in the import matcher window.
Turns out we were simply missing a suspend_gui_refresh call before actually
processing the results. Sigh.

(Can go into 2.4 because the bugfix is so surprisingly simple.)
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22929 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-24 09:08:31 +00:00
Christian Stimming d98f1ef194 String improvements: For singular form of ngettest, the %d conversion specifier can be skipped.
See e.g. this thread http://article.gmane.org/gmane.comp.version-control.git/221583

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22914 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-18 07:24:21 +00:00
Christian Stimming 0f8d8eb058 Win32 build: Update libofx to version 0.9.8
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22911 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-17 20:15:07 +00:00
Christian Stimming 20f468ca0c Adapt to latest split of engine-helpers.h, r22902.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22906 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-14 20:04:46 +00:00
Christian Stimming ddffb67011 Adapt to latest split of engine-helpers.h, r22902.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22904 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-14 19:41:04 +00:00
Christian Stimming de238cb984 Add probably missing GUILE_INCS to CPPFLAGS because table-gnome.c includes "guile-mappings.h" that includes <libguile.h>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22900 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-12 19:08:21 +00:00
Christian Stimming 8f964e33fd Add missing GLIB_LIBS to LDFLAGS as needed by newer gcc/libtool.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22899 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-12 19:08:08 +00:00
Christian Stimming 43093cdc73 Win32 build: Upgrade libofx to 0.9.7 due to bug #697133 with long lines
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22895 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-11 20:31:30 +00:00
Christian Stimming 67ac544ffa Win32 build: Disable debug output of r22877 again as it does not seem necessary anymore.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22890 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-08 10:23:04 +00:00
Christian Stimming bb26969082 Win32 build: Copy an initial logfile to the webserver when the build is started
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22880 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-07 07:48:06 +00:00
Christian Stimming d265eb4a6d Update start SVN revision of this year's ChangeLog generation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22879 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-06 20:42:45 +00:00
Christian Stimming 65c91906f2 Update ActivePerl URL to a currently active (no pun intended) one.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22878 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-06 20:28:48 +00:00
Christian Stimming c7031ee702 Win32 build: Add debug output where xsltproc currently fails
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22877 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-06 20:13:18 +00:00
Christian Stimming 2b290cee85 Win32 build: Version update for libxslt, libxml2, goffice.
No special reason for this, though, except that it still compiles.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22876 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-05 19:42:20 +00:00
Christian Stimming 73b1789c6f Win32 build: Switch to another libgsf version 1.4.21 that has a .tar.bz2 available
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22873 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-04 19:46:30 +00:00
Christian Stimming 9d4a8b40d6 Win32 build: Can we get along without libgsf-gnome?
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22869 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-03 13:21:21 +00:00
Christian Stimming bb04aaa8ca Win32 build: Add probably missing libgsf configure argument
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22868 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-03 08:21:54 +00:00
Christian Stimming 9d70996b8d Win32 build: Remove check for pixman lib, because that one was removed in r22813.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22864 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-02 14:06:28 +00:00
Christian Stimming ca1435df60 Win32 build: Increase verbosity on check for installed gnome.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22863 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-02 06:59:08 +00:00
Christian Stimming 27dc5f3f77 Win32 build: Add more output for debugging.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22861 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-04-01 19:37:31 +00:00
Christian Stimming ba52d3c9e5 Win32 build: Add some more output into log on error conditions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22857 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-31 21:28:56 +00:00
Christian Stimming bef51d212c Update libofx version to 0.9.6, released today
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22848 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-30 14:58:56 +00:00
Christian Stimming 2fd588dd32 Win32 build: Update libofx version... there was a 0.9.5 release last year.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22843 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-29 20:14:09 +00:00
Christian Stimming 94a92f1e45 Fix spell error in Russian translation, by enikulenkov.
Patch submitted as github pull request, see here:
https://github.com/enikulenkov/gnucash/commit/ceab7311fc6512349a73bfe927f7f0b53868d173
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22840 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-29 20:03:46 +00:00
Christian Stimming a10422268e Win32 build: Temporarily disable ja_JP guide htmlhelp because the hhc compiler seems to crash on this every time.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22838 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-29 16:42:30 +00:00
Christian Stimming a70b6dce3f Fix erroneous conversion from time64 to struct tm because the Sunday weekday has a different number in GDateTime vs. struct tm.
In struct tm, the weekday is in the range 0..6 with Sunday=0, but
in GDateTime the weekday is in the range 1..7 with Sunday=7. This should
better be added to the GDateTime documentation at g_date_time_get_day_of_week,
but apparently nobody documented this so far.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22830 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-22 21:40:01 +00:00
Christian Stimming c50b91505a Fix memory leaks due to localtime -> gnc_localtime replacement in r22618, r22626, r22627
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22829 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-22 21:39:49 +00:00
Christian Stimming ab0879d034 Again reorder the initialization in gnucash-bin: gtk_init_check must be called before gnc_module_system_init.
This commit reverts parts of r22399, because the gtk_init after
module_system_init caused some messed-up locale settings in dependent
modules (in particular, the aqbanking module).

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22828 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-22 21:39:37 +00:00
Christian Stimming 614e6f347f Bug #695423: Fix OFX Commodity Account handling.
Patch by Burke.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22825 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-09 10:22:18 +00:00
Christian Stimming 94708c3fb8 Adding statement about GPLv2 and v3 license as discussed on gnucash-devel yesterday.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22824 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-06 20:28:58 +00:00
Christian Stimming 1f7ef9d7a6 Win32 installer: Update version numbers for gwenhywfar, aqbanking, ktoblzcheck.
Once this compiles, the resulting binary can also run SEPA online transfers.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22821 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-02 14:03:42 +00:00
Christian Stimming 82837dbf63 Minor bugfix: Guard against NULL pointer in sprintf argument.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22820 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-02 13:49:06 +00:00
Christian Stimming f65b2e1aa3 Fix erroneous widget lookup after a widget in the glade file has been renamed
This is a result of the glorious idea of glade to have all widget names
in one file have unique names, but not verifying that we really can
continue to do the lookup as before. Oh well.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22817 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-01 21:38:08 +00:00
Christian Stimming eb64b1008d Aqbanking SEPA transfer: Really test and finish the implementation.
Also, apparently the iTAN authentication method doesn't work unless
one activates the GTK2_GUI code in gnc-gwen-gui.c:70 but I need to check
this further.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22816 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-03-01 21:28:01 +00:00
Christian Stimming 1189b3bdc7 Aqbanking online transfer: Disable SEPA direct debit menu item again because no bank supports it.
The (SEPA) banks apparently only support multi-jobs, not single jobs, but the
former is not yet in aqbanking and not yet in gnucash.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22811 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-23 16:22:55 +00:00
Christian Stimming 3d322ca082 Set svn:eol-style property to LF on .h and .c that did not yet have it so far.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22810 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-23 16:11:40 +00:00
Christian Stimming 6c6dc51222 Also set svn:eol-style property LF on .js files so that the files will surely have LF line endings in SVN in all cases.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22809 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-23 15:58:09 +00:00
Christian Stimming df6c89eae3 Aqbanking online transfer: Disable the non-SEPA verification rules for SEPA transactions.
Eventually, the SEPA rules need to be implemented, but for now we
just allow any alphanumerics.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22786 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-19 21:05:14 +00:00
Christian Stimming ac23fa1183 Aqbanking online transfer: Set the date in the gnucash txn dialog to non-sensitive.
Users regularly expect that date to be the online job execution date,
but that's not what is implemented. So we prevent editing here at all.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22784 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-18 20:48:28 +00:00
Christian Stimming 37c66aea36 Minor update for SEPA (European) online transfers (after r22445)
Add direct debit. Make menu items sensitive correctly.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22783 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-18 20:37:08 +00:00
Christian Stimming 6b0ade1851 Get cutecash/C++ to compile again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22767 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-08 20:47:42 +00:00
Christian Stimming bc34c7b23b Add some initial implementation for international (European) SEPA online transfers.
Needs testing, though - my bank doesn't offer it for me.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22445 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-10-16 20:06:10 +00:00
Christian Stimming 42a9a15285 Upgrade aqbanking package versions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22428 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-09-30 19:05:48 +00:00
Christian Stimming d2b0242b6d Aqbanking plugin: Cache pointer to GncMainWindow each time the plugin command is started.
Hopefully fixes bug#684632.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22419 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-09-23 19:53:29 +00:00
Christian Stimming 05a6a1cc87 Minor improvement of OFX import with missing date field. Unfortunately libofx doesn't do this right in any case.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22376 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-09-09 20:26:58 +00:00
Christian Stimming 36654ff81a Fix windows/mingw build failure due to different struct tm length.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22213 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-06-10 19:59:19 +00:00
Christian Stimming bf6e5ba95f Fix compiler error about overflow of integer calculations.
To reproduce: gcc-4.6.1 and -O2 switched on.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22212 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-06-10 19:32:13 +00:00
Christian Stimming 08465a594a Bug #674494: Fix version and method of downloading isocodes in win32 packaging
Patch by Mark Jenkins

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22157 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-04-22 20:51:16 +00:00
Christian Stimming 9d8fbe538e Bug #674495: Fix libbonoboui build for win32 packaging insists on availability of glade
Patch alters packaging/win32/libbonoboui-2.24.2.patch to not look for glade and not
build libbonoboui-2.24.2/glade

Patch by Mark Jenkins.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22156 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-04-22 20:49:01 +00:00
Christian Stimming c725033cea Finally clean up linker flags so that windows build builds again as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22150 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-04-17 19:55:33 +00:00
Christian Stimming a77ee1bc6f Increase trunk requirements to gtk-2.24, glib-2.28.
This means SVN trunk does no longer support a stock RHEL6 distribution.
See http://lists.gnucash.org/pipermail/gnucash-devel/2012-April/033877.html
and http://lists.gnucash.org/pipermail/gnucash-devel/2011-November/032931.html
for the discussion.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22148 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-04-15 18:57:05 +00:00
Christian Stimming 1052ebe778 Add library flags for newly introduced libutest-Split because Windows needs those.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22147 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-04-15 18:47:26 +00:00