*.pc
libtool
ltmain.sh
+config.h.in
src/territorio
COPYING
INSTALL
+++ /dev/null
-/* config.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to the sub-directory where libtool stores uninstalled libraries. */
-#undef LT_OBJDIR
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
libgdaex >= 0.5.0
libgtkform >= 0.5.0
libgtkformui >= 0.5.0
- libaute >= 0.2.0
- libautoz >= 0.0.5
+ libzakauthe >= 0.2.0
+ libzakautho >= 0.0.5
libsolipa >= 0.5.0])
AC_SUBST(TERRITORIO_CFLAGS)
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*/
#include <libgtkform/form.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "aggregazioneterritoriale.h"
*territorio_aggregazione_territoriale_new (TerritorioCommons *commons, gint id)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioAggregazioneTerritoriale *a = TERRITORIO_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_aggregazione_territoriale_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
}
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
*/
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "aggregazioniterritoriali.h"
*territorio_aggregazioni_territoriali_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioAggregazioniTerritoriali *a = TERRITORIO_AGGREGAZIONI_TERRITORIALI (g_object_new (territorio_aggregazioni_territoriali_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
territorio_aggregazioni_territoriali_on_btn_nuovo_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *w;
TerritorioAggregazioniTerritoriali *territorio_aggregazioni_territoriali = (TerritorioAggregazioniTerritoriali *)user_data;
TerritorioAggregazioniTerritorialiPrivate *priv = TERRITORIO_AGGREGAZIONI_TERRITORIALI_GET_PRIVATE (territorio_aggregazioni_territoriali);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
territorio_aggregazioni_territoriali_on_btn_elimina_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkTreeIter iter;
gchar *id;
if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
{
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
#endif
#include <libgdaex/libgdaex.h>
-#include <libautoz/autoz.h>
-#include <libautoz/role_interface.h>
+#include <libzakautho/autoz.h>
+#include <libzakautho/role_interface.h>
#include <libsolipa/libsolipa.h>
const gchar *guifile;
gchar *utente;
- Autoz *autoz;
- AutozIRole *role_utente;
+ ZakAutho *autoz;
+ ZakAuthoIRole *role_utente;
Solipa *solipa;
} TerritorioCommons;
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*/
#include <libgtkform/form.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "comune.h"
*territorio_comune_new (TerritorioCommons *commons, gint id)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *twidget;
TerritorioComune *a = TERRITORIO_COMUNE (g_object_new (territorio_comune_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
}
else if (priv->id != 0)
{
- ires1 = autoz_get_resource_from_id (priv->commons->autoz,
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz,
g_strdup_printf ("territorio_comuni_%d_rw", priv->id));
- if (AUTOZ_IS_IRESOURCE (ires1) && !autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ if (ZAK_AUTHO_IS_IRESOURCE (ires1) && !zak_autho_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);
}
-/*
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
#include <gdk/gdk.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include "comuni.h"
#include "comune.h"
*territorio_comuni_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioComuni *a = TERRITORIO_COMUNI (g_object_new (territorio_comuni_get_type (), NULL));
gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button26")));
}
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
territorio_comuni_on_btn_nuovo_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *w;
TerritorioComuni *territorio_comuni = (TerritorioComuni *)user_data;
TerritorioComuniPrivate *priv = TERRITORIO_COMUNI_GET_PRIVATE (territorio_comuni);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
GtkTreeIter iter;
guint id;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioComuni *territorio_comuni = (TerritorioComuni *)user_data;
TerritorioComuniPrivate *priv = TERRITORIO_COMUNI_GET_PRIVATE (territorio_comuni);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_comuni), &iter,
COL_ID, &id,
-1);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz,
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz,
g_strdup_printf ("territorio_comuni_%d_rw", id));
- if (AUTOZ_IS_IRESOURCE (ires1) && !autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ if (ZAK_AUTHO_IS_IRESOURCE (ires1) && !zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
/*
- * Copyright (C) 2010-2011 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
+ * Copyright (C) 2010-2015 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
#include <gtk/gtk.h>
#include <libgdaex/libgdaex.h>
-#include <libaute.h>
-#include <libautoz/autoz.h>
+#include <libzakauthe.h>
+#include <libzakautho/autoz.h>
#include "aggregazioniterritoriali.h"
#include "commons.h"
GdaConnection *gdacon;
- Aute *aute;
- gchar **aute_params;
- gsize n_aute_params;
- GSList *sl_aute_params;
+ ZakAuthe *zak_authe;
+ gchar **zak_authe_params;
+ gsize n_zak_authe_params;
+ GSList *sl_zak_authe_params;
gchar *utente;
g_error ("Impossibile caricare il file di configurazione specificato: %s.", argv[1]);
}
- /* leggo i parametri per l'autenticazione */
+ /* leggo i parametri per l'zak_authenticazione */
error = NULL;
- aute_params = g_key_file_get_keys (config, "AUTE", &n_aute_params, &error);
- if (aute_params == NULL)
+ zak_authe_params = g_key_file_get_keys (config, "ZAK_AUTHE", &n_zak_authe_params, &error);
+ if (zak_authe_params == NULL)
{
- g_error ("Impossibile leggere la configurazione per il sistema di autenticazione.");
+ g_error ("Impossibile leggere la configurazione per il sistema di zak_authenticazione.");
}
- sl_aute_params = NULL;
- for (i = 0; i < n_aute_params; i++)
+ sl_zak_authe_params = NULL;
+ for (i = 0; i < n_zak_authe_params; i++)
{
error = NULL;
- sl_aute_params = g_slist_append (sl_aute_params, g_key_file_get_string (config, "AUTE", aute_params[i], &error));
+ sl_zak_authe_params = g_slist_append (sl_zak_authe_params, g_key_file_get_string (config, "ZAK_AUTHE", zak_authe_params[i], &error));
}
- g_strfreev (aute_params);
+ g_strfreev (zak_authe_params);
- /* autenticazione */
- aute = aute_new ();
- aute_set_config (aute, sl_aute_params);
+ /* zak_authenticazione */
+ zak_authe = zak_authe_new ();
+ zak_authe_set_config (zak_authe, sl_zak_authe_params);
while (TRUE)
{
- utente = aute_autentica (aute);
+ utente = zak_authe_authe (zak_authe);
if (utente == NULL)
{
commons->utente = g_strdup (utente);
- /* leggo i parametri per libautoz */
+ /* leggo i parametri per libzak_autho */
error = NULL;
cnc_string = g_key_file_get_value (config, "AUTOZ", "cnc_string", &error);
if (cnc_string == NULL)
{
- g_warning ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.",
+ g_warning ("Impossibile leggere la stringa di connessione per libzakautho dal file di configurazione: %s.",
error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
return 0;
}
gdacon = gda_connection_open_from_string (NULL, cnc_string, NULL, 0, &error);
if (gdacon == NULL)
{
- g_warning ("Impossibile creare la connessione al db per libautoz: %s.",
+ g_warning ("Impossibile creare la connessione al db per libzakautho: %s.",
error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
return 0;
}
- commons->autoz = autoz_new ();
+ commons->autoz = zak_autho_new ();
if (commons->autoz == NULL)
{
- g_warning ("Impossibile creare l'oggetto per libautoz.");
+ g_warning ("Impossibile creare l'oggetto per libzak_autho.");
return 0;
}
- if (!autoz_load_from_db_with_monitor (commons->autoz, gdacon, NULL, TRUE))
+ if (!zak_autho_load_from_db_with_monitor (commons->autoz, gdacon, NULL, TRUE))
{
- g_warning ("Impossibile caricare la configurazione per libautoz dal db.");
+ g_warning ("Impossibile caricare la configurazione per libzakautho dal db.");
return 0;
}
- commons->role_utente = autoz_get_role_from_id (commons->autoz, commons->utente);
+ commons->role_utente = zak_autho_get_role_from_id (commons->autoz, commons->utente);
if (commons->role_utente == NULL)
{
- g_warning ("Utente «%s» non trovato nell configurazione di libautoz.", commons->utente);
+ g_warning ("Utente «%s» non trovato nell configurazione di libzakautho.", commons->utente);
return 0;
}
-/*
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
#include <gdk/gdk.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "province.h"
*territorio_province_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioProvince *a = TERRITORIO_PROVINCE (g_object_new (territorio_province_get_type (), NULL));
gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button19")));
}
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
territorio_province_on_btn_nuovo_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *w;
TerritorioProvince *territorio_province = (TerritorioProvince *)user_data;
TerritorioProvincePrivate *priv = TERRITORIO_PROVINCE_GET_PRIVATE (territorio_province);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
territorio_province_on_btn_elimina_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkTreeIter iter;
guint id;
if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
{
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*/
#include <libgtkform/form.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include "provincia.h"
#include "widget.h"
*territorio_provincia_new (TerritorioCommons *commons, gint id)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *twidget;
TerritorioProvincia *a = TERRITORIO_PROVINCIA (g_object_new (territorio_provincia_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
}
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*/
#include <libgtkform/form.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "regione.h"
*territorio_regione_new (TerritorioCommons *commons, gint id)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioRegione *a = TERRITORIO_REGIONE (g_object_new (territorio_regione_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
}
-/*
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
#include <gdk/gdk.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "regioni.h"
*territorio_regioni_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioRegioni *a = TERRITORIO_REGIONI (g_object_new (territorio_regioni_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
territorio_regioni_on_btn_nuovo_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *w;
TerritorioRegioni *territorio_regioni = (TerritorioRegioni *)user_data;
TerritorioRegioniPrivate *priv = TERRITORIO_REGIONI_GET_PRIVATE (territorio_regioni);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
territorio_regioni_on_btn_elimina_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkTreeIter iter;
guint id;
if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
{
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
-/*
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
#include <gdk/gdk.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "stati.h"
*territorio_stati_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioStati *a = TERRITORIO_STATI (g_object_new (territorio_stati_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
territorio_stati_on_btn_nuovo_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *w;
TerritorioStati *territorio_stati = (TerritorioStati *)user_data;
TerritorioStatiPrivate *priv = TERRITORIO_STATI_GET_PRIVATE (territorio_stati);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
territorio_stati_on_btn_elimina_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkTreeIter iter;
guint id;
if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
{
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*/
#include <libgtkform/form.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "stato.h"
*territorio_stato_new (TerritorioCommons *commons, gint id)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioStato *a = TERRITORIO_STATO (g_object_new (territorio_stato_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
}
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
*/
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "tipiaggregazioneterritoriale.h"
*territorio_tipi_aggregazione_territoriale_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioTipiAggregazioneTerritoriale *a = TERRITORIO_TIPI_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_tipi_aggregazione_territoriale_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
territorio_tipi_aggregazione_territoriale_on_btn_nuovo_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *w;
TerritorioTipiAggregazioneTerritoriale *territorio_tipi_aggregazione_territoriale = (TerritorioTipiAggregazioneTerritoriale *)user_data;
TerritorioTipiAggregazioneTerritorialePrivate *priv = TERRITORIO_TIPI_AGGREGAZIONE_TERRITORIALE_GET_PRIVATE (territorio_tipi_aggregazione_territoriale);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
territorio_tipi_aggregazione_territoriale_on_btn_elimina_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkTreeIter iter;
gchar *id;
if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
{
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*/
#include <libgtkform/form.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "tipoaggregazioneterritoriale.h"
*territorio_tipo_aggregazione_territoriale_new (TerritorioCommons *commons, gint id)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioTipoAggregazioneTerritoriale *a = TERRITORIO_TIPO_AGGREGAZIONE_TERRITORIALE (g_object_new (territorio_tipo_aggregazione_territoriale_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
}
-/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*/
#include <libgtkform/form.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "via.h"
*territorio_via_new (TerritorioCommons *commons, gint id)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioVia *a = TERRITORIO_VIA (g_object_new (territorio_via_get_type (), NULL));
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))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
}
else if (priv->id != 0)
{
- ires1 = autoz_get_resource_from_id (priv->commons->autoz,
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz,
g_strdup_printf ("territorio_comuni_%d_rw", territorio_widget_get_comune (TERRITORIO_WIDGET (priv->twidget))));
- if (AUTOZ_IS_IRESOURCE (ires1) && !autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ if (ZAK_AUTHO_IS_IRESOURCE (ires1) && !zak_autho_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);
}
territorio_via_salva (TerritorioVia *territorio_via)
{
gchar *sql;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioViaClass *klass = TERRITORIO_VIA_GET_CLASS (territorio_via);
return;
}
- ires1 = autoz_get_resource_from_id (priv->commons->autoz,
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz,
g_strdup_printf ("territorio_comuni_%d_rw", territorio_widget_get_comune (TERRITORIO_WIDGET (priv->twidget))));
- if (AUTOZ_IS_IRESOURCE (ires1) && !autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ if (ZAK_AUTHO_IS_IRESOURCE (ires1) && !zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (priv->w,
GTK_MESSAGE_WARNING,
-/*
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2015 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
#include <gdk/gdk.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
#include <libsolipa/libsolipa.h>
#include "vie.h"
*territorio_vie_new (TerritorioCommons *commons, gboolean selezione)
{
GError *error;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioVie *a = TERRITORIO_VIE (g_object_new (territorio_vie_get_type (), NULL));
gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button49")));
}
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_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);
territorio_vie_on_btn_nuovo_clicked (GtkButton *button,
gpointer user_data)
{
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
GtkWidget *w;
TerritorioVie *territorio_vie = (TerritorioVie *)user_data;
TerritorioViePrivate *priv = TERRITORIO_VIE_GET_PRIVATE (territorio_vie);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
guint id;
guint id_comuni;
- AutozIResource *ires1;
+ ZakAuthoIResource *ires1;
TerritorioVie *territorio_vie = (TerritorioVie *)user_data;
TerritorioViePrivate *priv = TERRITORIO_VIE_GET_PRIVATE (territorio_vie);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz, "territorio_rw");
- if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "territorio_rw");
+ if (!zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,
COL_ID, &id,
COL_ID_COMUNI, &id_comuni,
-1);
- ires1 = autoz_get_resource_from_id (priv->commons->autoz,
+ ires1 = zak_autho_get_resource_from_id (priv->commons->autoz,
g_strdup_printf ("territorio_comuni_%d_rw", id_comuni));
- if (AUTOZ_IS_IRESOURCE (ires1) && !autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+ if (ZAK_AUTHO_IS_IRESOURCE (ires1) && !zak_autho_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
{
solipa_message_dialog (GTK_WIDGET (priv->wtransient),
GTK_MESSAGE_WARNING,