Geert Janssens
0eb92f37d1
Merge branch 'maint'
2015-10-09 12:45:00 +02:00
Robert Fewell
557ec68667
Bug 754533 No Account Templates Error Patch
...
Add test for zero account list to stop warnings.
2015-10-09 12:01:07 +02:00
Robert Fewell
e5c0ec88aa
Bug 754530 Add CSV Export Simple Layout
...
This patch adds a simple layout to the CSV Transaction export.
2015-10-08 22:14:02 +02:00
John Ralls
42415056d0
Release 2.6.9
2015-10-05 12:57:12 -07:00
John Ralls
027080a830
Fix price-reading crash if the price needs to be inverted.
2015-10-05 12:57:12 -07:00
John Ralls
771b8e2691
Fix header warnings in TP translations.
2015-10-05 12:00:36 -07:00
John Ralls
1dd1b59698
Apply latest translations from the Translation Project.
2015-10-05 12:00:36 -07:00
John Ralls
16dee52b16
Msgmerge-update the po files.
...
Fixes bad paths from previous merge.
2015-10-05 12:00:32 -07:00
Mechtilde
b64eb92bf1
some more translation
2015-10-05 07:47:07 +02:00
Mechtilde
6123662d1e
more corrections
2015-10-05 07:21:36 +02:00
Mechtilde
ec36877b99
small corrections
2015-10-05 07:21:36 +02:00
John Ralls
0ad521c068
Remove duplicate call to gnc_set_default_directory().
2015-10-02 12:43:04 -07:00
John Ralls
8f8143b423
Bug 755920 - Crash (Freeze) when using File Save As.. in Windows OS
...
Fix termination of the loop so that it's not dependent upon Linux paths.
2015-10-01 17:15:26 -07:00
John Ralls
2b895aa79d
Add engine-common.i to EXTRA_DIST for consistency.
2015-09-29 14:02:49 -07:00
Dmitry Smirnov
f4e8d9a682
Bug 755778 - Test failure: test-engine:
...
duplicate test case path: /engine/Transaction/xaccTransScrubGainsDate
2015-09-29 12:30:18 -07:00
John Ralls
85141691bd
Bug 755781 - Files with copyright but no grant of license. Non-free?
...
Add the GPL Blurb to all source files lacking it via a perl utility,
util/fix-license.pl.
2015-09-29 12:08:48 -07:00
John Ralls
12f760228c
Release Gnucash-2.6.8
2015-09-26 12:05:50 -07:00
John Ralls
8e38126c78
Fix empty Language tag in tr.po.
2015-09-26 10:37:26 -07:00
Mechtilde
b1a021c7ae
corr some translations
2015-09-25 21:37:04 +02:00
Mechtilde
603bf9540d
some translations
2015-09-25 16:32:05 +02:00
John Ralls
c3e054a96c
Update POTILES.in for new date/time files.
2015-09-24 11:52:33 -07:00
John Ralls
5e7dd9d43a
Fix distcheck.
...
The trick in ff07762
that changing the automake default extension to
cpp, thus forcing C++ linking even with C sources, while it worked, had
the side-effect of breaking make-dist because it made automake look for
*.cpp to put in the tarball and there weren't any such files.
Instead, make the files which use test-engine-stuff.cpp also C++.
2015-09-24 11:28:07 -07:00
Mechtilde
51d1689f3e
update translation
2015-09-24 11:23:16 -07:00
Mechtilde
f2775650a3
some corrections
2015-09-23 20:37:48 +02:00
Mechtilde
ddbd869d4d
update translation
2015-09-23 20:37:47 +02:00
John Ralls
431a525b22
Merge branch 'maint'
2015-09-22 11:54:46 -07:00
John Ralls
2f8942d3ad
Correct implementation of gnc_numeric_invert() for GncRational.
...
By implementing it in GncRational.
2015-09-22 11:30:18 -07:00
John Ralls
782ff9ec5f
Failing to add a price to the db isn't a test failure.
...
Just try again.
2015-09-22 10:06:26 -07:00
Geert Janssens
4088a91326
Update POTFILES.in after removal of assistant-utils.c
2015-09-22 12:27:39 +02:00
Geert Janssens
4d72dd727c
Gtk code cleanups: setting a default color map is deprecated
2015-09-22 10:57:32 +02:00
Geert Janssens
3a99ca6791
Gtk code cleanups: Convert dense-cal from gdk_gc_* to cairo
2015-09-22 10:57:31 +02:00
Geert Janssens
5ffe52a03e
Gtk code cleanups: Use accessor functions on GtkWidget instead of deprecated direct access
2015-09-22 10:57:30 +02:00
Geert Janssens
ce3e36a7a5
Gtk code cleanups: drop use of deprecated GTK_CALENDAR_WEEK_START_ON_MONDAY
...
It has been deprecated as of gtk 2.4 and ignored ever since.
2015-09-22 10:57:28 +02:00
Geert Janssens
abd1684cc4
Gtk code cleanups: replace deprecated gdk_drawable_get_display with gdk_window_get_display
2015-09-22 10:57:27 +02:00
Geert Janssens
fe2149825f
Gtk code cleanups: drop custom arg type registration
...
Appears not to be used anywhere.
2015-09-22 10:57:27 +02:00
Geert Janssens
9ade051090
Gtk code cleanups: GTK_WIDGET_SET_FLAGS is deprecated
2015-09-22 10:57:26 +02:00
Geert Janssens
861bfa9ff5
Gtk code cleanups: use G_TYPE_CHECK_* instead of obsolete GTK_CHECK_*
2015-09-22 10:57:26 +02:00
Geert Janssens
4a07162ca1
Gtk code cleanups: use gdk_window_get_width/height functions
2015-09-22 10:57:25 +02:00
Geert Janssens
6846ee842c
Gtk code cleanups: consistently use new style key codes
2015-09-22 10:57:24 +02:00
Geert Janssens
b182f2f2e4
Gtk code cleanups: Avoid GtkObject where possible
2015-09-22 10:57:23 +02:00
Geert Janssens
8825d3feb7
Gtk code cleanups: Fix obsolete use of GtkType type.
2015-09-22 10:57:21 +02:00
Geert Janssens
8d1b452201
Drop function gnc_assistant_set_colors
...
It's not making any visual difference in current Gtk implementations.
2015-09-22 10:57:20 +02:00
John Ralls
986bb368cd
Merge branch 'maint'
2015-09-19 16:58:13 -07:00
John Ralls
b432356585
Update the translations from the Translation project.
2015-09-19 16:53:44 -07:00
John Ralls
04a6f4cfc5
Rearrange the LINGUAS as suggested by Frank Ellenberger in the wiki.
...
And remove the binary message catalog accidentally added in the last commit.
2015-09-19 16:19:00 -07:00
John Ralls
3c3f034393
Update all message catalogs with the 2.6.7 gnucash.pot and fix all warnings.
2015-09-19 15:34:25 -07:00
John Ralls
766cf48f45
Fix rename failure for gnc_xfer_dialog_set_exchange_rate.
2015-09-17 16:03:39 -07:00
John Ralls
6e6eba35c2
Correct the Stock, Bond, Market Index, and Mutual Fund account types in all locales.
2015-09-17 13:07:48 -07:00
John Ralls
0b7e4773f7
Fix warning about always-true condition.
2015-09-17 13:02:27 -07:00
John Ralls
42859b91bb
Set -std=gnu99, matching master.
...
Fixes broken build on win32
2015-09-16 17:59:50 -07:00