Commit Graph

18378 Commits

Author SHA1 Message Date
Robert Fewell
85ceb3b989 Files linked to dialog-query-view.glade 2017-06-18 12:34:12 +01:00
Robert Fewell
36a65d3375 Files linked to dialog-reset-warnings.glade 2017-06-18 12:30:04 +01:00
Robert Fewell
eb860343bd Change file dialog-totd.glade 2017-06-18 12:29:30 +01:00
Robert Fewell
cb9d24bd01 Files linked to dialog-object-references.glade 2017-06-18 11:58:56 +01:00
Robert Fewell
fb2c5073ee Files linked to dialog-file-access.glade 2017-06-18 11:58:31 +01:00
Robert Fewell
6d68ae0a76 Files linked to dialog-commodity.glade 2017-06-18 11:58:06 +01:00
Robert Fewell
e66430f4da Files linked to dialog-book-close.glade 2017-06-18 11:30:44 +01:00
Robert Fewell
70e9b88719 Files linked to assistant-xml-encoding.glade 2017-06-18 11:30:19 +01:00
Robert Fewell
d8831e8725 Change dialog-account.glade 2017-06-18 11:03:14 +01:00
Robert Fewell
30f082d199 Files linked to dialog-account.glade 2017-06-18 11:02:05 +01:00
Robert Fewell
04cf3d93e2 Couple of corrections to previous commit. 2017-06-17 16:34:56 +01:00
Robert Fewell
05eb41fe8b Replace gtk_misc_set_alignment with own label alignment function
Replace gtk_misc_set_alignment after Gtk3+3.16 with gtk_label_set_xalign
 and yalign
2017-06-17 13:55:05 +01:00
Robert Fewell
d724128a3d Replace gtk_scrolled_window_add_with_viewport
Replace gtk_scrolled_window_add_with_viewport with gtk_container_add
2017-06-17 12:50:45 +01:00
Robert Fewell
08660a29ff Change dialog buttons from using GKT_STOCK_ labels
Remove GTK_STOCK_... from dialog buttons as it is depreciated and
replace with text labels.
2017-06-17 12:16:54 +01:00
Robert Fewell
ade9f71b9d Remove depreciated gtk_button_set_use_stock 2017-06-17 11:55:08 +01:00
John Ralls
b5b0f60396 Correctly store time64 0 in the SQL backend.
The SQL backend ignored time64 0 when saving dates. time64 is a perfectly
valid timestamp (1970-01-01 00:00:00) and should be stored.
2017-06-16 15:57:52 -07:00
John Ralls
5f8f9b9a84 Clamp time64 values passed to GDateTime functions to the valid range.
Fixes a bug reported on the mailing list wherein a date of 0000-00-00
in a MySql database would crash GnuCash. Such dates may come from a bad
conversion of 1970-01-01 or from a crash.
2017-06-16 15:31:49 -07:00
Robert Fewell
090968f1f2 Replace deprecated widgets in goffice 2017-06-16 16:51:37 +01:00
Robert Fewell
d29bb5b8cd Correct corrupted line in gnc-account-sel.h 2017-06-16 16:50:45 +01:00
Robert Fewell
976a137069 Change register Gtk horizontal and vertical widgets
Change Gtk horizontal and vertical widgets to there equivalent with
orientation
2017-06-16 12:40:35 +01:00
Robert Fewell
b3c5b1cb5d Change all Gtk horizontal and vertical widgets
Change Gtk horizontal and vertical widgets to there equivalent with
orientation
2017-06-16 12:40:17 +01:00
Robert Fewell
9cefa509c7 Change register GtkHbox widgets
Change all GtkHBox widgets to GtkBox with orientation HORIZONTAL
2017-06-16 12:10:54 +01:00
Robert Fewell
409e43715a Change all the GtkHbox widgets
Change all GtkHBox widgets to GtkBox with orientation HORIZONTAL
2017-06-16 12:10:36 +01:00
Robert Fewell
5c2a70bcab Change all the GtkVBox widgets
Change all GtkVBox widgets to GtkBox with orientation VERTICAL
2017-06-16 11:33:41 +01:00
Robert Fewell
faecd7ffeb Fix the tab label width update function to reflect changes 2017-06-16 10:58:16 +01:00
Robert Fewell
a985541f77 Replaced some deprecated widgets with the gtk3 equivalent 2017-06-15 19:47:02 +01:00
Robert Fewell
4de57ba982 Fix Tab Labels
The tab labels do not keep to the width specified in the preferences,
use set_width_chars instead of set_max_width_chars.
2017-06-15 19:46:17 +01:00
Robert Fewell
78f28887a6 Replace some deprecated widgets in the register. 2017-06-15 19:45:39 +01:00
Robert Fewell
0abc3e32a1 There were critical errors in trace file.
Test for item being part of container first.
2017-06-15 19:43:49 +01:00
Robert Fewell
7f7ec67feb Replace deprecated widgets for GncDenseCal with gtk3 equivalents 2017-06-15 19:42:28 +01:00
Robert Fewell
c7f3994fe3 Composite functions not required for GncDenseCal 2017-06-15 19:41:48 +01:00
Robert Fewell
a6fd7f85d3 Set the background of the GncDenseCal Widget
The background of the GncDenseCal widget is not able to be set from the
default style. Set it white but allow it to be themed with css.
2017-06-15 19:40:20 +01:00
Robert Fewell
64deacf1e1 With Gtk3 it uses css to do the theming so change the file to load 2017-06-15 19:38:53 +01:00
christopherlam
385ca0c324 Bug 776396 Further Fix
This commit will further improve the styling of the table element used for foreign 
currencies in any report with foreign currencies or stocks. Adds non-breaking space 
between foreign currency/stock and report currency.
2017-06-04 12:26:46 +08:00
John Ralls
881a39d2eb Bug 783095 - gnucash-2.6.16 segfaults on startup
Null tip_list after freeing it the first time to prevent double-free,
then don't iterate over it if contents is NULL. Don't even try to open
dialog if tip_count < 1. Protect from dereferencing a NULL tip_list in
gnc_new_tip_number.
2017-05-26 11:34:00 -07:00
Mike Evans
e43e30d039 Change from deprecated gncEntrySetDate to gncEntrySetDateGDate.
Again.
2017-05-21 15:49:30 +01:00
Mike Evans
9591c52bf5 Revert "Change from deprecated gncEntrySetDate to gncEntrySetDateGDate."
Oops, more work required.

This reverts commit 78565f7939.
2017-05-21 15:38:51 +01:00
Mike Evans
78565f7939 Change from deprecated gncEntrySetDate to gncEntrySetDateGDate.
Should gncEntrySetDateEntered() similarly be deprecated?
2017-05-21 15:23:25 +01:00
Mike Evans
3e9716626f Correct a typo. 2017-05-19 08:03:12 +01:00
Mike Evans
5df97ba2a5 Use correct column for entry date.
The date opened will be set to today if that column is blank.
2017-05-18 19:27:47 +01:00
Guy Taylor
34bab999a5 Fix coredump in Python when using "get_namespaces"
The Python API incorectly had GncCommodityTable.get_namespaces() defined
as a list of GncCommodityNamespace over the correct list of String. This
fixes the issue and adds a test for GncCommodityTable.get_namespaces()
and GncCommodityTable.get_namespaces_list().

Note: This is not a direct fix as I could not get SWIG to detect/convert
"GList *" to a "gchar *" to a Python str list.
2017-05-17 10:40:21 +02:00
Guy Taylor
3cd2a6554c Enable Python tests in Travis CI 2017-05-17 01:28:43 +01:00
Bert
178013bf9d Bug 776396 - Foreign currency reports, amounts are not aligned correctly
Bug 776396 - Foreign currency reports, amounts are not aligned correctly

This commit will improve the styling of the table element used
for foreign currencies in the Balance sheet report so they
end up aligned with the other currencies.
2017-05-13 15:46:07 +02:00
fell
efaeb99ff1 Add XSU to iso-4217-currencies
The future common currency of south america?
2017-05-06 23:47:11 +02:00
Geert Janssens
9087418f81 Drop ifdeffed out code block 2017-05-03 18:08:37 +02:00
Geert Janssens
c5ef629fdc Bug 781634 - Alert on missing account currency when opening account 2017-05-03 18:08:37 +02:00
Geert Janssens
e0af43d413 Properly handle import of reconcile state.
Gnucash exports this state localized it should expect a localized state on import.
2017-05-03 12:19:04 +02:00
Geert Janssens
3603ec1aa8 Document supported date formats in the saved csv settings 2017-05-03 09:44:36 +02:00
Geert Janssens
9af57849ba Use GncDate in csv importer
This removes all date specific functionality from the importer
2017-05-02 23:16:21 +02:00
Geert Janssens
7df29b572a Add copy constructor and assignment operator to GncDate 2017-05-02 23:09:36 +02:00