[grisbi-cvs] grisbi/src etats_config.c, 1.161, 1.162 export.c, 1.20, 1.21 gsb_assistant_account.c, 1.21, 1.22 gsb_assistant_file.c, 1.11, 1.12 gsb_payment_method_config.c, 1.28, 1.29 gsb_reconcile_config.c, 1.22, 1.23 gsb_reconcile_sort_config.c, 1.7, 1.8 import.c, 1.256, 1.257 navigation.c, 1.105, 1.106

Martin Stromberger fabiolla at users.sourceforge.net
Fri Dec 26 00:15:01 CET 2008


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18773/src

Modified Files:
	etats_config.c export.c gsb_assistant_account.c 
	gsb_assistant_file.c gsb_payment_method_config.c 
	gsb_reconcile_config.c gsb_reconcile_sort_config.c import.c 
	navigation.c 
Log Message:
changes for new icons

Index: etats_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/etats_config.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- etats_config.c	16 Dec 2008 20:40:21 -0000	1.161
+++ etats_config.c	25 Dec 2008 23:14:58 -0000	1.162
@@ -2481,7 +2481,7 @@
     GtkWidget *hbox;
     GtkWidget *vbox_onglet;
 
-    vbox_onglet = new_vbox_with_title_and_icon ( _("Account selection"), "bank-account.png" );
+    vbox_onglet = new_vbox_with_title_and_icon ( _("Account selection"), "ac_bank.png" );
     gtk_widget_show ( vbox_onglet );
 
     /* on met dans la partie de gauche une liste contenant les comptes à */
@@ -5307,7 +5307,7 @@
     GtkWidget *vbox_onglet;
     GtkWidget *scrolled_window;
 
-    vbox_onglet = new_vbox_with_title_and_icon ( _("Amount"), "money.png" );
+    vbox_onglet = new_vbox_with_title_and_icon ( _("Amount"), "amount.png" );
     gtk_widget_show ( vbox_onglet );
 
 
@@ -6214,7 +6214,7 @@
     GtkWidget *vbox_onglet;
     GtkWidget *frame;
 
-    vbox_onglet = new_vbox_with_title_and_icon ( _("Miscellaneous"), "miscellaneous.png" );
+    vbox_onglet = new_vbox_with_title_and_icon ( _("Miscellaneous"), "generalities.png" );
     gtk_widget_show ( vbox_onglet );
 
 

Index: export.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/export.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- export.c	23 Nov 2008 09:44:40 -0000	1.20
+++ export.c	25 Dec 2008 23:14:58 -0000	1.21
@@ -77,7 +77,7 @@
 				   "As QIF and CSV do not support currencies, all "
 				   "transactions will be converted into currency of their "
 				   "respective account."),
-				 "import.png",
+				 "impexp.png",
 				 NULL );
 
     gsb_assistant_add_page ( dialog, export_create_selection_page(dialog), 1, 0, 2, 

Index: gsb_reconcile_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_reconcile_config.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gsb_reconcile_config.c	26 Oct 2008 08:43:39 -0000	1.22
+++ gsb_reconcile_config.c	25 Dec 2008 23:14:58 -0000	1.23
@@ -100,7 +100,7 @@
     GtkWidget *button;
 
     vbox_pref = new_vbox_with_title_and_icon ( _("Reconciliation"),
-					       "reconciliation.png" );
+					       "reconciliationlg.png" );
     paddingbox = new_paddingbox_with_title ( vbox_pref, TRUE,
 					     _("List of reconciliations") );
 

Index: gsb_reconcile_sort_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_reconcile_sort_config.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gsb_reconcile_sort_config.c	27 Oct 2008 14:34:36 -0000	1.7
+++ gsb_reconcile_sort_config.c	25 Dec 2008 23:14:58 -0000	1.8
@@ -83,7 +83,7 @@
     GtkTreeSelection *reconcile_selection;
 
     vbox_pref = new_vbox_with_title_and_icon ( _("Sort for reconciliation"),
-					       "reconciliation.png" );
+					       "reconciliationlg.png" );
     paddingbox = new_paddingbox_with_title ( vbox_pref, TRUE,
 					     _("Reconciliation: sort transactions") );
 

Index: gsb_payment_method_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_payment_method_config.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- gsb_payment_method_config.c	7 Dec 2008 22:57:51 -0000	1.28
+++ gsb_payment_method_config.c	25 Dec 2008 23:14:58 -0000	1.29
@@ -115,7 +115,7 @@
 
     /* Now we have a model, create view */
     vbox_pref = new_vbox_with_title_and_icon ( _("Payment methods"),
-					       "payment-methods.png" );
+					       "payment.png" );
 
     /* Known payment methods */
     paddingbox = new_paddingbox_with_title (vbox_pref, TRUE,

Index: navigation.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/navigation.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- navigation.c	22 Dec 2008 18:42:40 -0000	1.105
+++ navigation.c	25 Dec 2008 23:14:58 -0000	1.106
@@ -246,7 +246,7 @@
 				  GTK_TREE_VIEW_COLUMN ( column ) );
     /* Account list */
     gchar* tmpstr = g_build_filename ( PIXMAPS_DIR,
-				       "resume.png", NULL );
+				       "ac_home.png", NULL );
     pixbuf = gdk_pixbuf_new_from_file ( tmpstr , NULL );
     g_free ( tmpstr );
     gtk_tree_store_append(GTK_TREE_STORE(navigation_model), &account_iter, NULL);
@@ -368,27 +368,6 @@
 		       -1 );
     create_report_list ( GTK_TREE_MODEL(navigation_model), &reports_iter );
 
-    /** FIXME (later) : define an api so that plugin register here itself.  */
-    if ( gsb_plugin_find ( "g2banking" ) )
-    {
-	/* Gbanking */
-	gchar* tmpstr = g_build_filename( PIXMAPS_DIR,
-					  "aqbanking.png", NULL );
-        pixbuf = gdk_pixbuf_new_from_file ( tmpstr , NULL );
-        g_free ( tmpstr );
-	gtk_tree_store_append(GTK_TREE_STORE(navigation_model), &iter, NULL);
-	gtk_tree_store_set(GTK_TREE_STORE(navigation_model), &iter, 
-			   NAVIGATION_PIX, pixbuf,
-			   NAVIGATION_TEXT, _("AqBanking"), 
-			   NAVIGATION_PIX_VISIBLE, TRUE, 
-			   NAVIGATION_FONT, 800,
-			   NAVIGATION_PAGE, GSB_AQBANKING_PAGE,
-			   NAVIGATION_ACCOUNT, -1,
-			   NAVIGATION_REPORT, -1,
-			   NAVIGATION_SENSITIVE, 1,
-			   -1 );
-    }
-
     /* Finish tree. */
     /* gtk_tree_view_expand_all ( GTK_TREE_VIEW(navigation_tree_view) ); */
     gtk_box_pack_start ( GTK_BOX(vbox), sw, TRUE, TRUE, 0 );
@@ -888,23 +867,23 @@
     switch ( gsb_data_account_get_kind ( account_number ) )
     {
 	case GSB_TYPE_BANK:
-	    account_icon = "bank-account";
+	    account_icon = "ac_bank";
 	    break;
 
 	case GSB_TYPE_CASH:
-	    account_icon = "cash";
+	    account_icon = "ac_cash";
 	    break;
 
 	case GSB_TYPE_ASSET:
-    account_icon = "asset";
+    account_icon = "ac_asset";
 	    break;
 
 	case GSB_TYPE_LIABILITIES:
-	    account_icon = "liabilities";
+	    account_icon = "ac_liability";
 	    break;
 
 	default:
-	    account_icon = "warnings";
+	    account_icon = "ac_bank";
 	    break;
     }
 

Index: gsb_assistant_file.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_file.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gsb_assistant_file.c	27 Oct 2008 21:33:22 -0000	1.11
+++ gsb_assistant_file.c	25 Dec 2008 23:14:58 -0000	1.12
@@ -259,7 +259,7 @@
 				     10 );
 
     vbox = new_vbox_with_title_and_icon ( _("General configuration"),
-					  "new-payee.png" );
+					  "payees.png" );
     gtk_box_pack_start ( GTK_BOX (page),
 			 vbox,
 			 TRUE, TRUE, 0 );

Index: import.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/import.c,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- import.c	8 Dec 2008 14:39:00 -0000	1.256
+++ import.c	25 Dec 2008 23:14:58 -0000	1.257
@@ -268,7 +268,7 @@
 				  formats, NULL );
     assistant = gsb_assistant_new ( _("Importing transactions into Grisbi"),
 			    tmpstr,
-			    "csv.png",
+			    "impexp.png",
 			    NULL );
     g_free (formats);
     g_free (tmpstr);
@@ -3073,7 +3073,7 @@
     GtkWidget *button;
 
     vbox_pref = new_vbox_with_title_and_icon ( _("Import"),
-					       "import.png" );
+					       "importlg.png" );
     hbox = gtk_hbox_new ( FALSE,
 			  0 );
     gtk_box_pack_start ( GTK_BOX ( vbox_pref ),

Index: gsb_assistant_account.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_account.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- gsb_assistant_account.c	16 Nov 2008 20:34:25 -0000	1.21
+++ gsb_assistant_account.c	25 Dec 2008 23:14:58 -0000	1.22
@@ -155,7 +155,7 @@
 				     10 );
 
     vbox = new_vbox_with_title_and_icon ( _("Account type selection"),
-					  "bank-account.png" );
+					  "ac_bank.png" );
     gtk_box_pack_start ( GTK_BOX (page),
 			 vbox,
 			 TRUE, TRUE, 0 );



More information about the cvs mailing list