X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fhomebank.h;fp=src%2Fhomebank.h;h=b3e1875012061f64764a347ed12600893fc151c0;hb=ee5038e6ccae412295b44be762d3445419042d59;hp=60cd2a450c22aa40e36784f331c2db47d8562eeb;hpb=0e1e5f856e9ab5faa63fd822354781baccccbcd9;p=chaz%2Fhomebank diff --git a/src/homebank.h b/src/homebank.h index 60cd2a4..b3e1875 100644 --- a/src/homebank.h +++ b/src/homebank.h @@ -24,6 +24,7 @@ #include #endif + #include /* isprint */ #include #include @@ -74,13 +75,13 @@ #define HB_VERSION_MAJOR 5 #define HB_VERSION_MINOR 2 -#define HB_VERSION_MICRO 4 +#define HB_VERSION_MICRO 6 -#define HB_VERSION "5.2.4" +#define HB_VERSION "5.2.6" #define HB_VERSION_NUM (HB_VERSION_MAJOR*10000) + (HB_VERSION_MINOR*100) + HB_VERSION_MICRO #define FILE_VERSION 1.3 -#define PREF_VERSION 524 +#define PREF_VERSION 526 #if HB_UNSTABLE == FALSE #define PROGNAME "HomeBank" @@ -110,9 +111,11 @@ /* container spacing */ #define SPACING_TINY 3 #define SPACING_SMALL 6 +#define SPACING_POPOVER 10 #define SPACING_MEDIUM 12 #define SPACING_LARGE 18 + #define HB_DATE_MAX_GAP 7 // those 2 line are duplicated into dateentry @@ -310,7 +313,7 @@ struct HomeBank }; -gint homebank_alienfile_recognize(gchar *filename); + gchar *homebank_filepath_with_extention(gchar *path, gchar *extension); gchar *homebank_filename_without_extention(gchar *path); void homebank_file_ensure_xhb(gchar *filename);