From: Andrea Zagli Date: Thu, 28 Oct 2010 07:14:41 +0000 (+0200) Subject: Gestione autorizzazioni. X-Git-Tag: gtk3~30 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=e67230cc567571b7c01b75971e541a8a36965542;p=solipa%2Fterritorio Gestione autorizzazioni. --- diff --git a/src/aggregazioneterritoriale.c b/src/aggregazioneterritoriale.c index 3946c4b..8401b4f 100644 --- a/src/aggregazioneterritoriale.c +++ b/src/aggregazioneterritoriale.c @@ -18,6 +18,7 @@ */ #include +#include #include "aggregazioneterritoriale.h" @@ -113,6 +114,7 @@ TerritorioAggregazioneTerritoriale *territorio_aggregazione_territoriale_new (TerritorioCommons *commons, gint id) { GError *error; + AutozIResource *ires1; TerritorioAggregazioneTerritoriale *a = TERRITORIO_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_aggregazione_territoriale_get_type (), NULL)); @@ -163,6 +165,12 @@ TerritorioAggregazioneTerritoriale territorio_aggregazione_territoriale_carica (a); } + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button42")), FALSE); + } + return a; } diff --git a/src/aggregazioniterritoriali.c b/src/aggregazioniterritoriali.c index 37732f6..e56ef3a 100644 --- a/src/aggregazioniterritoriali.c +++ b/src/aggregazioniterritoriali.c @@ -17,6 +17,8 @@ * */ +#include + #include "aggregazioniterritoriali.h" #include "aggregazioneterritoriale.h" @@ -120,6 +122,7 @@ TerritorioAggregazioniTerritoriali *territorio_aggregazioni_territoriali_new (TerritorioCommons *commons, gboolean selezione) { GError *error; + AutozIResource *ires1; TerritorioAggregazioniTerritoriali *a = TERRITORIO_AGGREGAZIONI_TERRITORIALI (g_object_new (territorio_aggregazioni_territoriali_get_type (), NULL)); @@ -178,6 +181,13 @@ TerritorioAggregazioniTerritoriali territorio_aggregazioni_territoriali_carica (a); + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button36")), FALSE); + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button38")), FALSE); + } + return a; } diff --git a/src/comune.c b/src/comune.c index ce2d74e..78b91e1 100644 --- a/src/comune.c +++ b/src/comune.c @@ -18,6 +18,7 @@ */ #include +#include #include "comune.h" #include "province.h" @@ -119,6 +120,7 @@ TerritorioComune *territorio_comune_new (TerritorioCommons *commons, gint id) { GError *error; + AutozIResource *ires1; TerritorioComune *a = TERRITORIO_COMUNE (g_object_new (territorio_comune_get_type (), NULL)); @@ -171,6 +173,12 @@ TerritorioComune territorio_comune_carica (a); } + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button28")), FALSE); + } + return a; } diff --git a/src/comuni.c b/src/comuni.c index 455c0a5..864978f 100644 --- a/src/comuni.c +++ b/src/comuni.c @@ -17,6 +17,8 @@ * */ +#include + #include "comuni.h" #include "comune.h" #include "ricercacomuni.h" @@ -130,6 +132,7 @@ TerritorioComuni *territorio_comuni_new (TerritorioCommons *commons, gboolean selezione) { GError *error; + AutozIResource *ires1; TerritorioComuni *a = TERRITORIO_COMUNI (g_object_new (territorio_comuni_get_type (), NULL)); @@ -190,6 +193,13 @@ TerritorioComuni territorio_comuni_carica (a); + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button22")), FALSE); + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button24")), FALSE); + } + return a; } diff --git a/src/importaregioniprovinceistat.c b/src/importaregioniprovinceistat.c index 28f77fe..88208bd 100644 --- a/src/importaregioniprovinceistat.c +++ b/src/importaregioniprovinceistat.c @@ -105,8 +105,8 @@ TerritorioImportaRegioniProvinceIstat guint id_province; filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (fchooser)); - g_message (filename); gtk_widget_destroy (fchooser); + g_message (filename); GdaSet *plist = gda_set_new_inline (14, "SEPARATOR", G_TYPE_STRING, ";", @@ -135,6 +135,7 @@ TerritorioImportaRegioniProvinceIstat gtk_widget_destroy (dialog); return NULL; } + gda_data_model_dump (dm, stderr); /*errors = gda_data_model_import_get_errors (GDA_DATA_MODEL_IMPORT (dm)); if (errors != NULL) @@ -156,11 +157,8 @@ TerritorioImportaRegioniProvinceIstat return NULL; }*/ - plist = gda_set_new_inline (1, "OVERWRITE", G_TYPE_BOOLEAN, TRUE); - gda_data_model_export_to_file (dm, GDA_DATA_MODEL_IO_TEXT_SEPARATED, "importato.csv", - NULL, 0, NULL, 0, plist, NULL); - rows = gda_data_model_get_n_rows (dm); + g_message ("Numero di record: %d.", rows); if (rows < 1) { dialog = gtk_message_dialog_new (w_main, @@ -172,7 +170,10 @@ TerritorioImportaRegioniProvinceIstat gtk_widget_destroy (dialog); return NULL; } - g_message ("Numero di record: %d.", rows); + + plist = gda_set_new_inline (1, "OVERWRITE", G_TYPE_BOOLEAN, TRUE); + gda_data_model_export_to_file (dm, GDA_DATA_MODEL_IO_TEXT_SEPARATED, "importato.csv", + NULL, 0, NULL, 0, plist, NULL); /* TODO * segnarsi i record aggiornati, perché alla fine del ciclo quelli diff --git a/src/province.c b/src/province.c index 06d2b5a..b1f79d3 100644 --- a/src/province.c +++ b/src/province.c @@ -17,6 +17,8 @@ * */ +#include + #include "province.h" #include "provincia.h" #include "ricercaprovince.h" @@ -130,6 +132,7 @@ TerritorioProvince *territorio_province_new (TerritorioCommons *commons, gboolean selezione) { GError *error; + AutozIResource *ires1; TerritorioProvince *a = TERRITORIO_PROVINCE (g_object_new (territorio_province_get_type (), NULL)); @@ -190,6 +193,13 @@ TerritorioProvince territorio_province_carica (a); + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button15")), FALSE); + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button17")), FALSE); + } + return a; } diff --git a/src/provincia.c b/src/provincia.c index 38a9294..e39fe0c 100644 --- a/src/provincia.c +++ b/src/provincia.c @@ -18,6 +18,7 @@ */ #include +#include #include "provincia.h" #include "regioni.h" @@ -119,6 +120,7 @@ TerritorioProvincia *territorio_provincia_new (TerritorioCommons *commons, gint id) { GError *error; + AutozIResource *ires1; TerritorioProvincia *a = TERRITORIO_PROVINCIA (g_object_new (territorio_provincia_get_type (), NULL)); @@ -171,6 +173,12 @@ TerritorioProvincia territorio_provincia_carica (a); } + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button21")), FALSE); + } + return a; } diff --git a/src/regione.c b/src/regione.c index 539d8bb..9c6ac02 100644 --- a/src/regione.c +++ b/src/regione.c @@ -18,6 +18,7 @@ */ #include +#include #include "regione.h" @@ -113,6 +114,7 @@ TerritorioRegione *territorio_regione_new (TerritorioCommons *commons, gint id) { GError *error; + AutozIResource *ires1; TerritorioRegione *a = TERRITORIO_REGIONE (g_object_new (territorio_regione_get_type (), NULL)); @@ -162,6 +164,12 @@ TerritorioRegione territorio_regione_carica (a); } + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button14")), FALSE); + } + return a; } diff --git a/src/regioni.c b/src/regioni.c index b677feb..f9a6755 100644 --- a/src/regioni.c +++ b/src/regioni.c @@ -17,6 +17,8 @@ * */ +#include + #include "regioni.h" #include "regione.h" @@ -120,6 +122,7 @@ TerritorioRegioni *territorio_regioni_new (TerritorioCommons *commons, gboolean selezione) { GError *error; + AutozIResource *ires1; TerritorioRegioni *a = TERRITORIO_REGIONI (g_object_new (territorio_regioni_get_type (), NULL)); @@ -178,6 +181,13 @@ TerritorioRegioni territorio_regioni_carica (a); + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button8")), FALSE); + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button10")), FALSE); + } + return a; } diff --git a/src/stati.c b/src/stati.c index a206cfa..c8147b1 100644 --- a/src/stati.c +++ b/src/stati.c @@ -17,6 +17,8 @@ * */ +#include + #include "stati.h" #include "stato.h" @@ -120,6 +122,7 @@ TerritorioStati *territorio_stati_new (TerritorioCommons *commons, gboolean selezione) { GError *error; + AutozIResource *ires1; TerritorioStati *a = TERRITORIO_STATI (g_object_new (territorio_stati_get_type (), NULL)); @@ -178,6 +181,13 @@ TerritorioStati territorio_stati_carica (a); + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button1")), FALSE); + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button3")), FALSE); + } + return a; } diff --git a/src/stato.c b/src/stato.c index 1a6615d..8c53aeb 100644 --- a/src/stato.c +++ b/src/stato.c @@ -18,6 +18,7 @@ */ #include +#include #include "stato.h" @@ -113,6 +114,7 @@ TerritorioStato *territorio_stato_new (TerritorioCommons *commons, gint id) { GError *error; + AutozIResource *ires1; TerritorioStato *a = TERRITORIO_STATO (g_object_new (territorio_stato_get_type (), NULL)); @@ -162,6 +164,12 @@ TerritorioStato territorio_stato_carica (a); } + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button7")), FALSE); + } + return a; } diff --git a/src/tipiaggregazioneterritoriale.c b/src/tipiaggregazioneterritoriale.c index d5ad4f5..a1fb453 100644 --- a/src/tipiaggregazioneterritoriale.c +++ b/src/tipiaggregazioneterritoriale.c @@ -17,6 +17,8 @@ * */ +#include + #include "tipiaggregazioneterritoriale.h" #include "tipoaggregazioneterritoriale.h" @@ -120,6 +122,7 @@ TerritorioTipiAggregazioneTerritoriale *territorio_tipi_aggregazione_territoriale_new (TerritorioCommons *commons, gboolean selezione) { GError *error; + AutozIResource *ires1; TerritorioTipiAggregazioneTerritoriale *a = TERRITORIO_TIPI_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_tipi_aggregazione_territoriale_get_type (), NULL)); @@ -178,6 +181,13 @@ TerritorioTipiAggregazioneTerritoriale territorio_tipi_aggregazione_territoriale_carica (a); + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button29")), FALSE); + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button31")), FALSE); + } + return a; } diff --git a/src/tipoaggregazioneterritoriale.c b/src/tipoaggregazioneterritoriale.c index 7de324b..c1fe355 100644 --- a/src/tipoaggregazioneterritoriale.c +++ b/src/tipoaggregazioneterritoriale.c @@ -18,6 +18,7 @@ */ #include +#include #include "tipoaggregazioneterritoriale.h" @@ -113,6 +114,7 @@ TerritorioTipoAggregazioneTerritoriale *territorio_tipo_aggregazione_territoriale_new (TerritorioCommons *commons, gint id) { GError *error; + AutozIResource *ires1; TerritorioTipoAggregazioneTerritoriale *a = TERRITORIO_TIPO_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_tipo_aggregazione_territoriale_get_type (), NULL)); @@ -162,6 +164,12 @@ TerritorioTipoAggregazioneTerritoriale territorio_tipo_aggregazione_territoriale_carica (a); } + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button35")), FALSE); + } + return a; } diff --git a/src/via.c b/src/via.c index 957dd20..da3bd9a 100644 --- a/src/via.c +++ b/src/via.c @@ -18,6 +18,7 @@ */ #include +#include #include "via.h" #include "comuni.h" @@ -119,6 +120,7 @@ TerritorioVia *territorio_via_new (TerritorioCommons *commons, gint id) { GError *error; + AutozIResource *ires1; TerritorioVia *a = TERRITORIO_VIA (g_object_new (territorio_via_get_type (), NULL)); @@ -171,6 +173,12 @@ TerritorioVia territorio_via_carica (a); } + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button52")), FALSE); + } + return a; } diff --git a/src/vie.c b/src/vie.c index 9f7aba7..a777a2d 100644 --- a/src/vie.c +++ b/src/vie.c @@ -18,6 +18,7 @@ */ #include +#include #include "vie.h" #include "via.h" @@ -140,6 +141,7 @@ TerritorioVie *territorio_vie_new (TerritorioCommons *commons, gboolean selezione) { GError *error; + AutozIResource *ires1; TerritorioVie *a = TERRITORIO_VIE (g_object_new (territorio_vie_get_type (), NULL)); @@ -202,6 +204,13 @@ TerritorioVie territorio_vie_carica (a); + ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw"); + if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE)) + { + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button45")), FALSE); + gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button47")), FALSE); + } + return a; }