From cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6 Mon Sep 17 00:00:00 2001
From: Maxime Doyen
Date: Sun, 4 Feb 2018 09:43:49 -0700
Subject: [PATCH] import homebank-5.1.7
---
ChangeLog | 149 +-
Makefile.am | 16 +
configure.ac | 6 +-
debian/changelog | 2 +-
debian/copyright | 2 +-
doc/00-lexicon.html | 8 +-
doc/dlg-acco.html | 4 +-
doc/dlg-assi.html | 12 +-
doc/dlg-curr.html | 17 +-
doc/dlg-pref.html | 5 +-
doc/dlg-tran.html | 19 +-
doc/frm-main.html | 6 +-
doc/images/d-info.png | Bin 0 -> 879 bytes
doc/images/d-warn.png | Bin 0 -> 683 bytes
doc/menu-main.html | 20 +-
doc/use-auto_addition.html | 10 +-
doc/win-account.html | 12 +-
doc/win-budget.html | 14 +-
doc/win-main.html | 4 +-
doc/win-statistics.html | 9 +-
doc/win-trendtime.html | 8 +-
po/POTFILES.in | 3 +
po/af.po | 1760 ++++++++++++------------
po/ar.po | 1769 ++++++++++++------------
po/ast.po | 1764 ++++++++++++------------
po/be.po | 1766 ++++++++++++------------
po/bg.po | 1799 +++++++++++++------------
po/br.po | 1798 +++++++++++++------------
po/ca.po | 1800 +++++++++++++------------
po/cs.po | 1963 ++++++++++++++-------------
po/cy.po | 1761 ++++++++++++------------
po/da.po | 1819 +++++++++++++------------
po/de.po | 1852 +++++++++++++------------
po/el.po | 1834 +++++++++++++------------
po/en_AU.po | 1795 +++++++++++++------------
po/en_CA.po | 1767 ++++++++++++------------
po/en_GB.po | 2018 ++++++++++++++--------------
po/es.po | 1819 +++++++++++++------------
po/et.po | 1764 ++++++++++++------------
po/eu.po | 1775 ++++++++++++------------
po/fa.po | 2331 +++++++++++++++++---------------
po/fi.po | 1777 ++++++++++++------------
po/fr.po | 1794 +++++++++++++------------
po/gl.po | 1768 ++++++++++++------------
po/he.po | 1985 ++++++++++++++-------------
po/hr.po | 1800 +++++++++++++------------
po/hu.po | 1795 +++++++++++++------------
po/id.po | 1767 ++++++++++++------------
po/is.po | 1768 ++++++++++++------------
po/it.po | 1800 +++++++++++++------------
po/ja.po | 1780 ++++++++++++------------
po/ko.po | 1766 ++++++++++++------------
po/lt.po | 1797 +++++++++++++------------
po/lv.po | 1770 ++++++++++++------------
po/mr.po | 1756 ++++++++++++------------
po/ms.po | 1767 ++++++++++++------------
po/nb.po | 1774 ++++++++++++------------
po/nds.po | 1774 ++++++++++++------------
po/nl.po | 1810 +++++++++++++------------
po/oc.po | 1777 ++++++++++++------------
po/pl.po | 1857 +++++++++++++------------
po/pt.po | 2123 +++++++++++++++--------------
po/pt_BR.po | 1927 +++++++++++++-------------
po/pt_PT.po | 1795 +++++++++++++------------
po/ro.po | 2142 +++++++++++++++--------------
po/ru.po | 1830 +++++++++++++------------
po/si.po | 1763 ++++++++++++------------
po/sk.po | 1779 ++++++++++++------------
po/sl.po | 1840 +++++++++++++------------
po/sr.po | 1831 +++++++++++++------------
po/sv.po | 2615 +++++++++++++++++++-----------------
po/tr.po | 1802 +++++++++++++------------
po/uk.po | 1788 ++++++++++++------------
po/vi.po | 1772 ++++++++++++------------
po/zh_CN.po | 2099 +++++++++++++++--------------
po/zh_TW.po | 2482 ++++++++++++++++++----------------
src/Makefile.am | 2 +
src/dsp_account.c | 865 +++---------
src/dsp_account.h | 22 +-
src/dsp_mainwindow.c | 331 +++--
src/dsp_mainwindow.h | 4 +-
src/enums.h | 6 +-
src/gtk-chart-colors.c | 7 +-
src/gtk-chart-colors.h | 7 +-
src/gtk-chart-stack.c | 148 +-
src/gtk-chart-stack.h | 2 +-
src/gtk-chart.c | 1173 ++++++++--------
src/gtk-chart.h | 75 +-
src/gtk-dateentry.c | 958 ++++---------
src/gtk-dateentry.h | 13 +-
src/hb-account.c | 4 +-
src/hb-account.h | 3 +-
src/hb-archive.c | 122 +-
src/hb-archive.h | 6 +-
src/hb-assign.c | 2 +-
src/hb-assign.h | 2 +-
src/hb-category.c | 36 +-
src/hb-category.h | 2 +-
src/hb-currency.c | 244 ++--
src/hb-currency.h | 24 +-
src/hb-encoding.c | 2 +-
src/hb-encoding.h | 2 +-
src/hb-export.c | 499 ++++++-
src/hb-export.h | 10 +-
src/hb-filter.c | 101 +-
src/hb-filter.h | 10 +-
src/hb-hbfile.c | 44 +-
src/hb-hbfile.h | 4 +-
src/hb-import-csv.c | 4 +-
src/hb-import-ofx.c | 18 +-
src/hb-import-qif.c | 4 +-
src/hb-import.c | 2 +-
src/hb-import.h | 2 +-
src/hb-misc.c | 62 +-
src/hb-misc.h | 6 +-
src/hb-payee.c | 2 +-
src/hb-payee.h | 2 +-
src/hb-preferences.c | 23 +-
src/hb-preferences.h | 2 +-
src/hb-report.c | 2 +-
src/hb-report.h | 4 +-
src/hb-split.c | 2 +-
src/hb-split.h | 2 +-
src/hb-tag.c | 2 +-
src/hb-tag.h | 2 +-
src/hb-transaction.c | 289 ++--
src/hb-transaction.h | 17 +-
src/hb-xml.c | 149 +-
src/hb-xml.h | 2 +-
src/homebank.c | 115 +-
src/homebank.h | 17 +-
src/language.c | 2 +-
src/language.h | 2 +-
src/list_account.c | 22 +-
src/list_account.h | 4 +-
src/list_operation.c | 171 ++-
src/list_operation.h | 4 +-
src/list_topspending.c | 2 +-
src/list_topspending.h | 2 +-
src/list_upcoming.c | 37 +-
src/list_upcoming.h | 4 +-
src/rep_balance.c | 186 ++-
src/rep_balance.h | 2 +-
src/rep_budget.c | 342 ++++-
src/rep_budget.h | 7 +-
src/rep_stats.c | 440 ++++--
src/rep_stats.h | 6 +-
src/rep_time.c | 306 ++++-
src/rep_time.h | 6 +-
src/rep_vehicle.c | 31 +-
src/rep_vehicle.h | 4 +-
src/ui-account.c | 83 +-
src/ui-account.h | 2 +-
src/ui-archive.c | 55 +-
src/ui-archive.h | 2 +-
src/ui-assign.c | 5 +-
src/ui-assign.h | 2 +-
src/ui-assist-import.c | 4 +-
src/ui-assist-import.h | 2 +-
src/ui-assist-start.c | 29 +-
src/ui-assist-start.h | 2 +-
src/ui-budget.c | 19 +-
src/ui-budget.h | 2 +-
src/ui-category.c | 47 +-
src/ui-category.h | 2 +-
src/ui-currency.c | 379 ++++--
src/ui-currency.h | 17 +-
src/ui-dialogs.c | 133 +-
src/ui-dialogs.h | 4 +-
src/ui-filter.c | 1055 ++++++++-------
src/ui-filter.h | 6 +-
src/ui-hbfile.c | 2 +-
src/ui-hbfile.h | 2 +-
src/ui-payee.c | 5 +-
src/ui-payee.h | 2 +-
src/ui-pref.c | 236 ++--
src/ui-pref.h | 26 +-
src/ui-split.c | 2 +-
src/ui-split.h | 2 +-
src/ui-transaction.c | 331 +++--
src/ui-transaction.h | 2 +-
src/ui-txn-multi.c | 549 ++++++++
src/ui-txn-multi.h | 46 +
src/ui-widgets.c | 38 +-
src/ui-widgets.h | 6 +-
185 files changed, 58468 insertions(+), 52421 deletions(-)
create mode 100644 doc/images/d-info.png
create mode 100644 doc/images/d-warn.png
create mode 100644 src/ui-txn-multi.c
create mode 100644 src/ui-txn-multi.h
diff --git a/ChangeLog b/ChangeLog
index f66974f..dbf3e52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,122 @@
+
+2018-01-06 Maxime Doyen
+
+ Made 5.1.7 release.
+ * new : added an icon for closed accounts
+ * new : rewritten partially the charts and removed the treeview for legend
+ * new : chart line have now a vertical line on active item
+ * new : chart now display the 0 scale text
+ * new : rewritten the dateentry widget to use a popover
+ * new : reports enable to copy to clipboard in addition to export as CSV
+ * change: chart bar/line now span automatically
+ * change: chart donut hole do not trigger overlay anymore
+ * change: preferences, txn column list removed, as there is a now a context menu
+ * change: top spending is now display top 10 items
+ * change: fixer.io is now used to get currencies exchange rate (replace yahoo)
+ * change: changes and new entries into the help menu
+ * wish : #1709374 enable to export detail list from reports
+ * wish : #1697241 allow custom currencies for cryptocurrency and discontinued
+ * wish : #1674018 usability and UX improvements for the reports dialog's toolbars
+ * wish : #1661986 separate view of out of budget categories in budget report
+ * wish : #1656589 add highlighting on legend text for report graph
+ * wish : (#300380 beta: add pdf export for transaction)
+ * bugfix: chart x-scale labels were sometime overriding each others
+ * bugfix: balance report: overdrawn was not displayed if the threshold was 0
+ * bugfix: balance report: the amount scale was faulty offset to left at first draw
+ * bugfix: budget report: chart bar was not showing over state
+ * bugfix: report: fixed a bad empty detail list problem
+ * bugfix: fixed some minor memory leak
+ * bugfix: #1734449 date range in Trend Time Report
+ * bugfix: #1734210 date/calendar popup registers keyboard bindings (Gnome asks)
+ * bugfix: #1730527 currencies update fail due to yahoo discontinued service
+ * bugfix: #1721980 group internal xfer when sort by payee
+ * bugfix: #1720377 title bar close do not backup a new file
+ * bugfix: #1688744 euro minor converts Euro to Euro wrong
+
+
+2017-09-14 Maxime Doyen
+
+ Made 5.1.6 release.
+ * change: win32: upgraded to gtk+ 3.22.16
+ * wish : #1710955 warn when opening a backup file
+ * bugfix: #1716182 New memo doesn't get added to quick list
+ * bugfix: #1716181 New/deleted transactions and search box show inconsistency
+ * bugfix: #1715532 "All date" range remains as is after "Select All" in Report
+ * bugfix: #1713413 Un-editable category
+ * bugfix: #1710800 Manage budget window do not expand properly
+ * bugfix: #1708956 Automatic check numbering issue
+ * bugfix: #1707201 Anonymize dialog change accounts if user close window
+ * bugfix: #1697174 Months in Manage Budget should allow tabbing from consecutive months
+ * bugfix: #1697171 'Notes' field in 'Manage Accounts' should wrap text
+ * bugfix: #1694520 Windows 10 x64 5.1.5 cannot start application
+ * bugfix: #1693998 Start Balance not shown after new file assistant
+ * bugfix: #1691992 The "other" side of an internal transfer is not marked as changed when an internal transfer is deleted
+ * bugfix: #1690555 Internal transfers with a status of "Remind" are not created correctly
+ * bugfix: #1664012 libofx: macos, cannot import newer OFX versions
+
+
+2017-05-10 Maxime Doyen
+
+ Made 5.1.5 release.
+ * change: win32: upgraded to gtk+ 3.22.7
+ * bugfix: updating currency rate was not updating file changes (and enable save)
+ * bugfix: #1689308 category usage count does not get updated for split transactions
+ * bugfix: #1687117 statistic report filter do not update date range
+ * bugfix: #1683646 only one changed icon is displayed in accounts window when an internal transfer is edited
+ * bugfix: #1681532 segfault when pressing escape while editing a new transaction
+ * bugfix: #1678476 french translation is missing in filter
+ * bugfix: #1678230 time report show all category may be wrong if split
+ * bugfix: #1676162 can't set transaction amount to 6 decimal points
+ * bugfix: #1674020 statistics Report: sorting by amount does not work with "Expenses and Income"
+ * bugfix: #1672209 account window "0.00" balance sometimes displayed in warning color
+ * bugfix: #1672205 "Show # days in advance the current date" preference doesn't work
+ * bugfix: #1672135 BYN - new Belorussian currency is not in the list
+ * bugfix: #1668036 cannot filter on memo if split transaction
+ * bugfix: #1667201 original account shows edits when inheriting transaction into another account
+ * bugfix: #1664916 balance report does not include accounts with no transactions
+
+
+2017-02-16 Maxime Doyen
+
+ Made 5.1.4 release.
+
+ * change: filter, reworked the layout
+ * change: filter, category select change now propagate to subcategories
+ * wish : #1661806 show overdraft amount in account window (balance column)
+ * wish : #1655542 improve handling of end of month scheduled transactions
+ * bugfix: sanity was not checking dst_account
+ * bugfix: sanity orphaned account was not working
+ * bugfix: #1663795 "show all" shows as enabled after opening another file
+ * bugfix: #1663789 both sides of internal transfers' accounts not changed
+ * bugfix: #1663399 display Order of Account Types (5.1.3)
+ * bugfix: #1662197 main window's upcoming transactions pane shifts downwards on every startup
+ * bugfix: #1662189 main window size/position saved only when using wm close (X) button
+ * bugfix: #1661279 memory Fault on homebank-5.1.1-1.fc25.x86_64 and later
+ * bugfix: #1660910 main window layout is not persisted
+ * bugfix: #1658538 balance Report crash when no txn at all
+ * bugfix: #1656720 save button in main window disabled despite pending changes
+ * bugfix: #1655626 libofx for windows bad utf-8 char import corrupt xml file
+
+
2017-01-22 Maxime Doyen
Made 5.1.3 release.
+
* new : your account, added expand/collapse button
* wish : #1653350 cvs import default category for payee
* wish : #1645126 remember the size of columns listview in the main window
* wish : #1530784 easy way to see closed accounts in account list
* wish : #1164643 totals per Financial Institution in account summary
- * bugfix: #1658047 Euro major Lithuanian template corrections
- * bugfix: #1658045 Euro major settings: list countries alphabetically
- * bugfix: #1658043 Euro major feature calculates amounts incorrectly
+ * bugfix: #1658047 euro major Lithuanian template corrections
+ * bugfix: #1658045 euro major settings: list countries alphabetically
+ * bugfix: #1658043 euro major feature calculates amounts incorrectly
* bugfix: #1656531 account combobox can be default set to disabled account
- * bugfix: #1653957 Importing QIF file with existing accounts
- * bugfix: #1652994 Sorting for account in Statistics Report doen't work
- * bugfix: #1652527 Balance report crash when no result
- * bugfix: #1649081 Exclude from budget option seems ignored
- * bugfix: #1649078 Remind operations are included in "today" balance calculation
+ * bugfix: #1653957 importing QIF file with existing accounts
+ * bugfix: #1652994 sorting for account in Statistics Report doesn't work
+ * bugfix: #1652527 balance report crash when no result
+ * bugfix: #1649081 exclude from budget option seems ignored
+ * bugfix: #1649078 remind operations are included in "today" balance calculation
* bugfix: #1648856 balance report "select all" is not working
@@ -45,7 +146,7 @@
* wish : #1634182 template chooser popover could be wider by default
* wish : #1629647 'Multiple Edit' to include account
* bugfix: #1638035 moving txn between account hide it into destination
- * bugfix: #1637805 overwrite assignment doesnt work
+ * bugfix: #1637805 overwrite assignment doesn't work
* bugfix: #1635857 balance report crash when no selection in main window
* bugfix: #1635260 win: missing .dll for windows 7, vista, XP
* bugfix: #1635053 must enter Payment method twice in Add Transaction dialog
@@ -62,7 +163,7 @@
* change: transaction dialog, changed the layout
* change: template/scheduled dialog, changed the layout
* change: register, refactored toolbar grouping single and multiple actions
- * change: listview, removed deprecated rule hint (alternate row color)
+ * change: listview, removed deprecated rule hint (alternate row colour)
* change: listview, added line grid (new GTK+ option)
* change: preferences, reworked layout
* wish : #1610672 multiple edit should allow clearing fields
@@ -71,7 +172,7 @@
* wish : #1500220 allow auto assignments to overwrite payee
* wish : #1484449 warn when amount sign and category don't match
* wish : #1448613 display full category name in autocompletion
- * wish : #1424365 separe scheduled transaction from template transaction
+ * wish : #1424365 separate scheduled transaction from template transaction
* wish : #1242312 category split for template/scheduled transaction
* wish : #1102981 add comment bloc for accounts
* wish : #1094528 auto-assign Payment
@@ -100,7 +201,7 @@
* bugfix: #1594152 zillion questions importing from QIF file
* bugfix: #1583406 changes in settings -> format-> numbers options is never saved
* bugfix: #1562372 statistics filtered on category with split display wrong results
- * bugfix: #1535483 importing cvs file silently skips a line!
+ * bugfix: #1535483 importing CSV file silently skips a line!
2016-05-21 Maxime Doyen
@@ -119,7 +220,7 @@
* wish : #1509485 quicksearch split transactions memo/category
* wish : #1507252 ability to batch-edit selected transactions easily
* wish : #1501125 export to CSV for all reports list view
- * wish : #1501111 double-click on sheduled txn in main window to open template editor
+ * wish : #1501111 double-click on scheduled txn in main window to open template editor
* wish : #1292377 enable edit transactions from report detail list
* wish : #880846 hide/show txn list column on right click
* bugfix: #1577555 scheduled transaction edit doesn't enable file save
@@ -167,7 +268,7 @@
* change: win32: upgraded to gtk+ 3.16.6
* change: amount toggle sign button changed from text button to entry icon
* change: added/changed transaction are always showed by default filter
- * bugfix: #1492634 using memo filter does not list memos in split catagories
+ * bugfix: #1492634 using memo filter does not list memos in split categories
* bugfix: #1475969 no help file. F1 does nothing. Windows 10
* bugfix: #1473717 year on statistics is preset to 1900 instead of e.g. current year
* bugfix: #1464961 inconsistency in internal xfer
@@ -225,7 +326,7 @@
* bugfix: #1425986 QIF import sometimes fails in v5.0
* bugfix: #1424437 gtk warning from console
* bugfix: #1422617 trend time report shows dates from closed accounts
- * bugfix: #1420859 alternate row colors not working
+ * bugfix: #1420859 alternate row colours not working
* bugfix: #1420495 typo problem in chart tooltip (apos)
* bugfix: #1420098 ctrl+w no longer closes account window
* bugfix: #1419992 visible column names are not localized in preferences dialog
@@ -267,7 +368,7 @@
* change: replaced 'remove' string by 'delete' (more relevant)
* change: import process reworked and refactored to ease import and enable future evolution
* change: lot of small visual changes (disable state, reworked texts and sentences)
- * change: splitted import menu by file type and presetted the file filter on the type
+ * change: split import menu by file type and preset the file filter on the type
* change: removed the currency symbol into transaction list
* change: doc entirely updated with new screenshots
* wish : #1388402 'Pinned' remind transaction (with no set date)
@@ -277,7 +378,7 @@
* wish : #1231865 win32 add version in EXE properties
* wish : #1202500 top5 spending for subcategories
* wish : #995436 average in Trendtime Report
- * wish : #706600 euro major convertion feature
+ * wish : #706600 euro major conversion feature
* bugfix: #1412200 Text fields to input a new category name (or subcategories) writes in reverse (right to left)
* bugfix: #1410166 add transaction crash after selecting cheque payment
* bugfix: #1400403 5.0-rc Reconciled status lost at reload <=4.6.3 converted file
@@ -290,7 +391,7 @@
* bugfix: #1411898 win32: (libofx 0.9.9) Incorrect encoding when reading .QFX files
* bugfix: #1408966 move a category still display it in the list just after
* bugfix: #1407091 5.0-rc cannot sort by clicking on C column
- * bugfix: #1400381 5.0-rc Memo column empty in OFX import assitant
+ * bugfix: #1400381 5.0-rc Memo column empty in OFX import assistant
* bugfix: #1388520 5.0-rc Internal Transfer linked choose dialog box too small
* bugfix: #1384202 Alphabetical category sorting does not work when there are spaces in the name
* bugfix: #1378836 Scheduled transaction display is not complete in case of internal transfer
@@ -577,8 +678,8 @@
* change: xhb data file format (v0.6)
* change: upgraded to gtk 2.20 / glib 2.24
* change: auto assign is done when payee or category is empty (both were necessary)
- * change: rewritten the managment of internal transfer
- * change: rewritten the old overdrawn report to a new more powerfull balance report
+ * change: rewritten the management of internal transfer
+ * change: rewritten the old overdrawn report to a new more powerful balance report
* change: date range information above the listview in all report window
* change: #695790 compile problem with gtk 2.23 with deprecated flags
* change: #690024 remove deprecated gdk stuffs from gtkchart.c
@@ -628,7 +729,7 @@
Made 4.3 release.
* new : welcome dialog at first run and available later from the help menu
- * new : a new wallet assisant to initialize categories and the first account
+ * new : a new wallet assistant to initialize categories and the first account
* new : preset categories files for some languages loaded when creating a new wallet
* new : account column in upcoming listview and report detail listview
* new : utf-8 validation for csv import of payee, category, budget
@@ -640,7 +741,7 @@
* bugfix: #378992 win32: libofx not always convert string to utf-8 causes partial load on file reopen
* bugfix: #528923 slackware64+kde4: crashes on start / load saved files
* bugfix: #528993 opening other wallet with account window open causes a crash
- * bugfix: #527260 trend time report for category dont sum subcategories
+ * bugfix: #527260 trend time report for category don't sum subcategories
* bugfix: #530290 budget problem with category and subcategories
* bugfix: #492755 transfer validation validate both source + destination
* bugfix: #512046 links broken and file permissions changed
@@ -740,7 +841,7 @@
* bugfix: #396964 The automatic cheque numbering is no more working
* bugfix: #395254 Colours not as selected
* bugfix: #380642 Budget report shows an inverted Decay (screenshot Attached)
- * bugfix: #329897 transaction list sort by payee doesnt work
+ * bugfix: #329897 transaction list sort by payee doesn't work
* bugfix: using the clear button on filter was not refreshing data's
* bugfix: dropping a non-homebank file was causing to close the current file
* bugfix: imperial measurement units display in carcost
@@ -855,7 +956,7 @@
* bugfix: #152556 balance for new ofx created account using import feature was not computed
* bugfix: #238571 account window bank balances was false when modifying transaction amount
* bugfix: #239939 crash was occurred when loading file with orphans transactions (deleted account)
- * bugfix: #240247 editing a transaction to transfert, the invert transaction was not created
+ * bugfix: #240247 editing a transaction to transfer, the invert transaction was not created
* bugfix: #244621 transfer inverted transaction was not validated if the source was
* bugfix: #263024 removed obsolete GtkType and GtkSignalFunc *
* bugfix: #207203 untranslatable string "Bank Account" and "%/%d under %s"
diff --git a/Makefile.am b/Makefile.am
index 0a66203..e5c6cfe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,13 @@
SUBDIRS = src data images mime pixmaps themes po doc
+datasdir = $(datadir)/homebank/datas/
+datas_DATA = \
+ChangeLog
+
+EXTRA_DIST = $(datas_DATA)
+
+
# don't forget to do a 'make check'
# to ensure all files are in po/POTFILES.in
@@ -18,3 +25,12 @@ DISTCLEANFILES = ... intltool-extract \
intltool-merge \
intltool-update \
po/.intltool-merge-cache
+
+
+# we clean every folder under /usr/share/homebank as well on uninstall
+uninstall-hook:
+ -rm -rf $(datadir)/homebank/datas
+ -rm -rf $(datadir)/homebank/help
+ -rm -rf $(datadir)/homebank/icons
+ -rm -rf $(datadir)/homebank/images
+#-rmdir $(datadir)/homebank
diff --git a/configure.ac b/configure.ac
index d938d85..99db971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT([homebank], [5.1.3])
+AC_INIT([homebank], [5.1.7])
#AC_INIT([homebank], [x.x-rc])
AM_CONFIG_HEADER(config.h)
@@ -22,7 +22,7 @@ AC_PROG_INSTALL
AC_PROG_INTLTOOL
# Checks for libraries.
-PKG_CHECK_MODULES(DEPS, gtk+-3.0 >= 3.12 glib-2.0 >= 2.39)
+PKG_CHECK_MODULES(DEPS, gtk+-3.0 >= 3.16 glib-2.0 >= 2.39)
AC_SUBST(DEPS_CFLAGS)
AC_SUBST(DEPS_LIBS)
AC_CHECK_LIB(m, pow)
@@ -31,7 +31,7 @@ PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= 2.26])
AC_SUBST(LIBSOUP_CFLAGS)
AC_SUBST(LIBSOUP_LIBS)
-# release flags
+# general usage flags
CFLAGS="${CFLAGS} -Wall -Wmissing-prototypes"
# disable deprecated warnings
diff --git a/debian/changelog b/debian/changelog
index 085c535..9f46f4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-homebank (5.1.3-1) unstable; urgency=medium
+homebank (5.1.7-1) unstable; urgency=medium
* debian/control: changed description (Closes: #734503, #639536)
(LP: #155059)
diff --git a/debian/copyright b/debian/copyright
index f9ebabf..17499f4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ It was downloaded from http://homebank.free.fr/
Upstream Author: Maxime Doyen
Copyrights:
- Copyright © 1995-2017 Maxime DOYEN
+ Copyright © 1995-2018 Maxime DOYEN
License:
diff --git a/doc/00-lexicon.html b/doc/00-lexicon.html
index ca4ba99..c05d861 100644
--- a/doc/00-lexicon.html
+++ b/doc/00-lexicon.html
@@ -109,10 +109,10 @@
Cash refers to money in the physical form of currency, such as banknotes and coins.
transfer
A transfer is a method of electronic funds transfer from one person or entity to another. It can be made from one bank account to another bank account.
- normal transfer are to be used with different bank institution
+ normal transfer are to be used with different bank institution
internal transfer
- A transfer is a method of electronic funds transfer from one person or entity to another. It can be made from one bank account to another bank account.
- internal transfer are to be used within the same bank institution (yours) and with same currency account
+ An internal transfer is like a normal transfer but is designed to occurs within your Financial institition only, you emit and receive money, so there is no payee.
+ internal transfer are to be used within the same bank institution (yours) and with same currency account
This is a special transfer for HomeBank, as it will link the source and destination transaction for further changes data to be synced. It means that Date, Amount (opposite), Memo, Payee and Category are synced. The status is not because the reconciliation might be different in time within accounts.
When you change the payment of a transaction to this one, HomeBank may, if some exists, also propose some target transaction for you to select within this dialog.
debit card
@@ -183,4 +183,4 @@
â Back to Top