X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhomebank.h;fp=src%2Fhomebank.h;h=fc0c5e287679bd477ff6754fb23c756dab5bc83c;hp=dc6685f7f09e1b084ddba0ca8c1dd73a6cbe9a55;hb=5499ff44ef50b751b58f27fd13594f7dd4f959b7;hpb=a6c6b0df5492c2160ed97e3a376bdb2fe7c5ebc4 diff --git a/src/homebank.h b/src/homebank.h index dc6685f..fc0c5e2 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);