]> Dogcows Code - chaz/homebank/blobdiff - src/hb-preferences.h
Merge branch 'master' into ext-perl
[chaz/homebank] / src / hb-preferences.h
index a9ac1e77ae4330c2fe4b05195a06683774b437fc..69bb44e4d27b7a3c16d7404d30a7819da6855c85 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2016 Maxime DOYEN
+ *  Copyright (C) 1995-2017 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -120,6 +120,7 @@ struct Preferences
        /* windows/dialogs size an position */
        struct WinGeometry      wal_wg;
        struct WinGeometry      acc_wg;
+       
        struct WinGeometry      sta_wg;
        struct WinGeometry      tme_wg;
        struct WinGeometry      ove_wg;
@@ -128,6 +129,7 @@ struct Preferences
 
        struct WinGeometry      txn_wg;
 
+       // main window stuffs 
        gboolean        wal_toolbar;
        gboolean        wal_spending;
        gboolean        wal_upcoming;
@@ -135,6 +137,13 @@ struct Preferences
        gint            wal_vpaned;
        gint            wal_hpaned;
 
+       //home panel
+       gshort          pnl_acc_col_acc_width;
+       gshort          pnl_acc_show_by;
+       gshort          pnl_upc_col_pay_width;
+       gshort          pnl_upc_col_mem_width;
+       
+
        //vehiclecost units (mile/gal or km/liters)
        
        gchar      *vehicle_unit_dist;
@@ -142,6 +151,10 @@ struct Preferences
        gchar      *vehicle_unit_100;
        gchar      *vehicle_unit_distbyvol;
 
+       // plugins
+       gchar** ext_path;
+       GList* ext_whitelist;
+
 };
 
 
This page took 0.020807 seconds and 4 git commands to generate.