Commit Graph

17853 Commits

Author SHA1 Message Date
John Ralls
c1e38d5a9f Actually checkout gtest 1.8.0 in travis tests.
The other way just makes a new branch pointing to refs/master/HEAD.
2017-01-14 10:33:14 -08:00
John Ralls
67a0e46f18 Fix local timezone-dependent test. 2017-01-13 14:54:12 -08:00
John Ralls
09cbb9c12e Change last test in test-gnc-timezone to EXPECT_EQ so it will log the results. 2017-01-13 14:03:16 -08:00
John Ralls
8de841f1b8 Display failing test-gnc-timezone.log for troubleshooting. 2017-01-13 13:37:05 -08:00
John Ralls
b6838d039e Fix test failures from adding bad-date tests. 2017-01-13 12:29:07 -08:00
Geert Janssens
6f419b5127 Travis - lock google test framework to 1.8.0 for reproducible tests 2017-01-13 21:17:22 +01:00
Geert Janssens
b4be76589d Travis - skip testing on trunk branch
This is an alias for master, so it would only duplicate that test run.
2017-01-13 15:14:32 +01:00
Geert Janssens
3c57c44078 Enable google test on travis
This enables a number of additional unit tests.
Unfortunately several of them fail on travis and need
some more attention.
2017-01-13 14:45:15 +01:00
Geert Janssens
a71d8417c6 Fix signedness of certain gmock based tests 2017-01-13 14:44:43 +01:00
John Ralls
1ce1aff014 Prevent leaking exceptions from gnc_dmy2timespec_neutral
And test out-of-range values in other functions for good measure.
2017-01-12 16:55:45 -08:00
John Ralls
3a794e75be Add note about setting GTEST cmake variables.
Because I keep forgetting them...
2017-01-12 16:54:11 -08:00
Geert Janssens
8187624b68 Fix compiler warning about confusing indentation 2017-01-10 16:21:47 +01:00
Geert Janssens
f4510cf546 Drop unused DEBUG_MEMORY macro
Thanks to Stefan Talpalaru for spotting this.
2017-01-10 13:21:14 +01:00
Stefan Talpalaru
897fc841b6
configure: fix --disable-debug, --disable-profile and --disable-locale-specific-tax 2017-01-07 18:16:54 +01:00
John Ralls
e8c159104d Define _(X) to handle localization of GNC_COMMODITY_NS_CURRENCY. 2016-12-27 15:21:50 -08:00
John Ralls
1cc10b5b4c Bug 776494 - Wrong menu entry in Tip of the day 2016-12-27 14:46:25 -08:00
John Ralls
7432ba8c91 Localize the word “CURRENCY” used in the commodity namespace selectors. 2016-12-27 14:46:25 -08:00
John Ralls
84b7a90b54 Bug 773945 - Select Security Dialog Not User Friendly
Add a new namespace “ALL NON-CURRENCY” to the namespace (type) selector
lists on the security picker and price editor which causes the commodity
list to include all non-security commodities.
2016-12-27 14:46:25 -08:00
John Ralls
d658b7570c Fix reference to SVN in README. 2016-12-18 12:50:30 -08:00
John Ralls
176bc89e22 Fix stray line from maint merge. 2016-12-18 12:29:43 -08:00
John Ralls
4979eb62a7 Merge branch 'maint' after release 2.6.15. 2016-12-18 12:14:00 -08:00
John Ralls
1ef17e6e16 Release 2.6.15 2016-12-17 11:11:56 -08:00
John Ralls
bbb5e56e30 Update AUTHORS and DOCUMENTORS. 2016-12-17 10:27:09 -08:00
John Ralls
21bd13b91a Update Danish and Serbian translations from the Translation Project. 2016-12-17 09:45:21 -08:00
Phil Davis
2cecc2934d README typo 2016-12-17 09:29:23 -08:00
John Ralls
38527d08f1 Bug 775912 - Tips of the Day shows content only once very 3 times
Remove extra line-feeds from CMake generation of tips_of_the_day.list. They're unneeded and mess up windows parsing the file.
2016-12-13 11:53:23 -08:00
John Ralls
3ed1c7616d Remove QIF importer error “Dates earlier than 1970 are not supported”.
Because they are. The parser can’t figure out years earlier than 1930,
but that’s not really a major concern.
2016-12-11 17:21:28 -08:00
John Ralls
54beffd936 Bug 685329 - Crashes on non-existent date
Log an error instead of crashing. The transaction will be imported with
today’s date.
2016-12-11 16:35:46 -08:00
John Ralls
78b41f7ac1 Bug 772369 - Replace use of guile's internal date/time functions
with our own implementation of gnc-date.
2016-12-11 15:23:55 -08:00
John Ralls
ad208810f0 Bug 773808 - Export Report Crash
It's possible for the GtkFileChooserDialog to return a NULL filename,
so defend against that.
2016-12-11 10:01:16 -08:00
John Ralls
ad1ba56105 Bug 772484 - Segfault on Transaction edit
Fix a couple of places where we can pass a NULL GDateTime* if the
database contains a bad date.
2016-12-10 15:08:03 -08:00
John Ralls
fcd817a6bf Bug 774237 - FTBFS under some timezones (eg. GMT-14)
Fix the neutral offset calculations so that the fixed UTC time doesn't
change the date in the timezones near the international date line. Divide
offset by 60 instead of 3600 so that the Chatham Islands (GMT-12:45 with DST)
use 9:59 instead of 10:59 like the rest of NZ (GMT-12).
2016-12-10 14:26:16 -08:00
John Ralls
fc3dc3e7a8 Bug 775385 - Confusing error message which includes the text "file file"
Remove the scheme from file URIs before displaying
error messages and change the one file error message that can show up in
database dialogs to say "file/URI foo" instead of "file foo".
2016-12-09 16:09:33 -08:00
John Ralls
7b7c780a36 Bug 775368 - "Average cost" price source problem
This series of changes modifies the Average Cost report function to
finding the average amount-weighted price of all transactions recording
a "buy" of the report commodity so that the correct amount is now
reported without the need of a capital gains split--though one is still
needed to get the Trial Balance report to balance.

Since book-wide averages are not what most users expect, it also changes
the default pricing option on all reports to "Nearest in Time", which is
what most confused users have selected after asking about it in the
mailing lists. This also fixes
Bug 340991 - Default price source for reports not good.
2016-12-09 10:34:02 -08:00
John Ralls
332bd3bb3e Change the default price-source from Average Cost to Nearest in Time.
Average cost is a counter-intuitive calculation for most users; Nearest in
Time is generally reported to produce the results that users expect.
2016-12-09 10:33:28 -08:00
John Ralls
98697a1e23 Calculate rates only for buy transactions in the report commodity for cost totals.
Reverse the direction of splits with negative amounts as they represent a
sale of the transaction commodity. Accumulate buys and sells of commodities
into separate comm-lists and use only the buy-side ones for the report-commodity
in the calculation.
2016-12-09 10:22:06 -08:00
Geert Janssens
feee7ca6a4 Add code to keep the chart dynamically resizable when exported 2016-12-09 12:33:37 +01:00
Geert Janssens
85e9c64b13 Drop DOCTYPE header altogether.
It makes the jqplot charts behave poorly. And looking at current
websites on the net, most don't specify this header any more.
2016-12-09 12:32:48 +01:00
John Ralls
d9dbc3de04 Single functions for gnc:make-exchange-alist and gnc:get-exchange-totals.
Extract helper functions and add a parameter, eliminating gnc:make-exchange-cost-alist
and gnc:get-exchange-cost-totals.

This makes it more clear the differences between the two algorithms and
makes it easier to correct the algorithm for the cost case.
2016-12-06 16:27:39 -08:00
John Ralls
0829d6dc03 Move checks for no split amount and trading accounts to get-match-commodity-splits.
They apply to all price retrievals.
2016-12-06 16:27:38 -08:00
John Ralls
5803c141c1 Clean up whitespace in commodity-utilities.scm. 2016-12-06 16:27:38 -08:00
John Ralls
1f30e2dacb Merge branch 'maint' 2016-12-06 16:26:25 -08:00
Ryan Tucker
57e7ba869d fix missing chmod +x in configure.ac 2016-12-06 15:30:38 -08:00
Robert Fewell
5c6383e426 Update the saved reports to 2.8 and old to 2.4 2016-12-06 10:38:25 +01:00
Robert Fewell
ac5fb71369 Missing comma in tm answers structure 2016-12-06 10:38:24 +01:00
Robert Fewell
ad07d2e33f Fix error when closing application
There are errors when closing the application to do with gnc_uri when
trying to create a filename from an empty book_id value to update the
page title. Added a test for empty book_id as well as it being null.
2016-12-06 10:38:23 +01:00
Robert Fewell
7f4b656815 Use new options-fancy-date to retrieve date format
Use the new function so we do not need to test for valid format
2016-12-06 10:38:22 +01:00
Robert Fewell
354694b744 Update the Fancy Date Format
When the format is set to unset, the kvp data will now be removed and
added a function to retrieve the 'Fancy Date Format' and test for it
being valid, if not retrieve the preference date format.
2016-12-06 10:38:20 +01:00
Robert Fewell
03a11451bd Add the ability to delete a path from options
There is a requirement to delete the "Fancy Date Format" book KVP data
when set to unset. This was not possible as is as it would delete all
the 'Business' options. This is still possible by passing a null list.
2016-12-06 10:38:19 +01:00
Robert Fewell
7d927cb830 Add missing liststore to preference list 2016-12-06 10:38:18 +01:00