]> saetta.ns0.it Git - solipa/organigramma/commitdiff
Migrazione a libzakautho e libzakauthe.
authorAndrea Zagli <azagli@libero.it>
Mon, 15 Feb 2016 17:02:46 +0000 (18:02 +0100)
committerAndrea Zagli <azagli@libero.it>
Mon, 15 Feb 2016 17:02:46 +0000 (18:02 +0100)
42 files changed:
configure.ac
src/commons.h
src/main.c
src/nodi.c
src/nodo.c
src/persona.c
src/personaincarico.c
src/personanodo.c
src/personanodorecapito.c
src/personarecapito.c
src/personaufficio.c
src/personaufficiorecapito.c
src/persone.c
src/posizioneeconomica.c
src/posizionieconomiche.c
src/profiliprofessionali.c
src/profiloprofessionale.c
src/ruoli.c
src/ruolo.c
src/struttura.c
src/strutturaallegato.c
src/strutturacollegamento.c
src/strutturaindirizzo.c
src/strutture.c
src/tipinodo.c
src/tipiprestazione.c
src/tipirapportolavoro.c
src/tipirecapito.c
src/tiponodo.c
src/tipoprestazione.c
src/tiporapportolavoro.c
src/tiporecapito.c
src/titoli.c
src/titolo.c
src/uffici.c
src/ufficio.c
src/ufficioallegato.c
src/ufficiocollegamento.c
src/ufficionodo.c
src/ufficioorario.c
src/ufficiorecapito.c
src/ufficiostanza.c

index 662c360af12f6888d100ca03b23a2cb8a4dc5ec7..0fec59229ac549c670ef9a6df3af22c811cab418 100644 (file)
@@ -43,11 +43,12 @@ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 
 # Checks for libraries.
 PKG_CHECK_MODULES(ORGANIGRAMMA, [gio-2.0 >= 2.36
-                          gtk+-3.0 >= 3.0
-                          libgtkform >= 0.5.0
-                          libaute >= 0.0.2
-                          libterritorio >= 0.0.1
-                          libpq])
+                                 gtk+-3.0 >= 3.0
+                                 libgtkform >= 0.5.0
+                                 libzakauthe >= 0.0.2
+                                 libzakautho >= 0.0.5
+                                 libterritorio >= 0.0.1
+                                 libpq])
 
 AC_SUBST(ORGANIGRAMMA_CFLAGS)
 AC_SUBST(ORGANIGRAMMA_LIBS)
index 1221a2230949e19e27a2cee6ff314e02ab30a588..3e5ee65cd1ca14ae1c5f0e4352bfa38120da0963 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2013 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
+ * Copyright (C) 2010-2016 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
@@ -32,8 +32,8 @@
 #include <gtk/gtk.h>
 
 #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>
 
 #include <libterritorio/commons.h>
@@ -52,8 +52,8 @@ typedef struct
                const gchar *guifile;
 
                const gchar *utente;
-               Autoz *autoz;
-               AutozIRole *role_utente;
+               ZakAutho *autoz;
+               ZakAuthoIRole *role_utente;
 
                Solipa *solipa;
 
index 2fe9d6be0b919a56fefb0cb188c80a9a88d88472..167f5dde68f45a4b5b4ef134819f09f8ca8772a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2013 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
+ * Copyright (C) 2010-2016 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
@@ -25,8 +25,8 @@
 #include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>
 
-#include <libaute.h>
-#include <libautoz/autoz.h>
+#include <libzakauthe.h>
+#include <libzakautho/autoz.h>
 
 #include <libterritorio/commons.h>
 
@@ -250,7 +250,7 @@ main (int argc, char *argv[])
 
        GdaConnection *gdacon;
 
-       Aute *aute;
+       ZakAuthe *aute;
        gchar **aute_params;
        gsize n_aute_params;
        GSList *sl_aute_params;
@@ -280,7 +280,7 @@ main (int argc, char *argv[])
 
        /* leggo i parametri per l'autenticazione */
        error = NULL;
-       aute_params = g_key_file_get_keys (config, "AUTE", &n_aute_params, &error);
+       aute_params = g_key_file_get_keys (config, "ZAKAUTHE", &n_aute_params, &error);
        if (aute_params == NULL)
                {
                        g_error ("Impossibile leggere la configurazione per il sistema di autenticazione.");
@@ -290,18 +290,18 @@ main (int argc, char *argv[])
        for (i = 0; i < n_aute_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_aute_params = g_slist_append (sl_aute_params, g_key_file_get_string (config, "ZAKAUTHE", aute_params[i], &error));
                }
 
        g_strfreev (aute_params);
 
        /* autenticazione */
-       aute = aute_new ();
-       aute_set_config (aute, sl_aute_params);
+       aute = zak_authe_new ();
+       zak_authe_set_config (aute, sl_aute_params);
 
        while (TRUE)
                {
-                       utente = aute_autentica (aute);
+                       utente = zak_authe_authe (aute);
 
                        if (utente == NULL)
                                {
@@ -364,12 +364,12 @@ main (int argc, char *argv[])
        commons->guifile = g_build_filename (commons->guidir, "organigramma.gui", NULL);
        commons->territorio_commons->guifile = g_build_filename (commons->territorio_commons->guidir, "territorio.gui", NULL);
 
-       /* leggo i parametri per libautoz */
+       /* leggo i parametri per libzakautho */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "AUTOZ", "cnc_string", &error);
+       cnc_string = g_key_file_get_value (config, "ZAKAUTHO", "cnc_string", &error);
        if (cnc_string == NULL)
                {
-                       g_warning ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile leggere la stringa di connessione per libzakautho dal file di configurazione: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
@@ -377,31 +377,31 @@ main (int argc, char *argv[])
        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.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile creare la connessione al db per libzakautho: %s.\n", 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 libzakautho.");
                        return 0;
                }
-       if (!autoz_load_from_db (commons->autoz, gdacon, NULL, TRUE))
+       if (!zak_autho_load_from_db (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;
                }
 
-       if (!autoz_is_allowed (commons->autoz, commons->role_utente, autoz_get_resource_from_id (commons->autoz, "organigramma_ro"), FALSE)
-           && !autoz_is_allowed (commons->autoz, commons->role_utente, autoz_get_resource_from_id (commons->autoz, "organigramma_rw"), FALSE))
+       if (!zak_autho_is_allowed (commons->autoz, commons->role_utente, zak_autho_get_resource_from_id (commons->autoz, "organigramma_ro"), FALSE)
+           && !zak_autho_is_allowed (commons->autoz, commons->role_utente, zak_autho_get_resource_from_id (commons->autoz, "organigramma_rw"), FALSE))
                {
                        g_critical ("Non si è autorizzati all'utilizzo di questa applicazione.");
                        return 0;
@@ -476,10 +476,10 @@ main (int argc, char *argv[])
 
        /* leggo i parametri per libautoz di territorio */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "AUTOZ_TERRITORIO", "cnc_string", &error);
+       cnc_string = g_key_file_get_value (config, "ZAKAUTHO_TERRITORIO", "cnc_string", &error);
        if (cnc_string == NULL)
                {
-                       g_warning ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile leggere la stringa di connessione per libzakautho dal file di configurazione: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
@@ -487,26 +487,26 @@ main (int argc, char *argv[])
        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 di territorio: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile creare la connessione al db per libzakautho di territorio: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
-       commons->territorio_commons->autoz = autoz_new ();
+       commons->territorio_commons->autoz = zak_autho_new ();
        if (commons->territorio_commons->autoz == NULL)
                {
-                       g_warning ("Impossibile creare l'oggetto per libautoz.");
+                       g_warning ("Impossibile creare l'oggetto per libzakautho.");
                        return 0;
                }
-       if (!autoz_load_from_db (commons->territorio_commons->autoz, gdacon, NULL, TRUE))
+       if (!zak_autho_load_from_db (commons->territorio_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->territorio_commons->role_utente = autoz_get_role_from_id (commons->territorio_commons->autoz, commons->territorio_commons->utente);
+       commons->territorio_commons->role_utente = zak_autho_get_role_from_id (commons->territorio_commons->autoz, commons->territorio_commons->utente);
        if (commons->territorio_commons->role_utente == NULL)
                {
-                       g_warning ("Utente \"%s\" non trovato nell configurazione di libautoz.", commons->territorio_commons->utente);
+                       g_warning ("Utente \"%s\" non trovato nell configurazione di libzakautho.", commons->territorio_commons->utente);
                        return 0;
                }
 
index c616d6c0003893085d1443dc9d55493a7b32d2c4..8d921f851034ea4de8ab160e8c57b791c3419cdf 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "nodi.h"
@@ -130,7 +130,7 @@ OrganigrammaNodi
 *organigramma_nodi_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaNodi *a = ORGANIGRAMMA_NODI (g_object_new (organigramma_nodi_get_type (), NULL));
 
@@ -141,7 +141,7 @@ OrganigrammaNodi
 
        error = NULL;
        gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
-                                          g_strsplit (g_strconcat ("tstore_nodi|", 
+                                          g_strsplit (g_strconcat ("tstore_nodi|",
                                           (selezione ? "w_nodi" : "vbx_nodi"),
                                           NULL), "|", -1),
                                           &error);
@@ -189,8 +189,8 @@ OrganigrammaNodi
 
        organigramma_nodi_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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);
index 8bf3736bd32d2f775dbf20da7c2ab326fc413291..51fe8ff7568beb1197bab596f8a44a861f293fcc 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -131,7 +131,7 @@ OrganigrammaNodo
 *organigramma_nodo_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaNodo *a = ORGANIGRAMMA_NODO (g_object_new (organigramma_nodo_get_type (), NULL));
 
@@ -192,8 +192,8 @@ OrganigrammaNodo
                        organigramma_nodo_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button5")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button152")), FALSE);
index a05752e7ab31a08ca714d17bd769fa7380574fb3..a6ad87b849423e97b17d4c1e25eac65ec720cb83 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
@@ -286,7 +286,7 @@ OrganigrammaPersona
 *organigramma_persona_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersona *a = ORGANIGRAMMA_PERSONA (g_object_new (organigramma_persona_get_type (), NULL));
 
@@ -426,8 +426,8 @@ OrganigrammaPersona
                        organigramma_persona_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button79")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button81")), FALSE);
index d22f937e38db1803a5cff014f46fd3839439491f..40331452a7d0b7e5ab40412463f35a0740e7505f 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -125,7 +125,7 @@ OrganigrammaPersonaIncarico
 *organigramma_persona_incarico_new (OrganigrammaCommons *commons, guint id, guint id_persone)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersonaIncarico *a = ORGANIGRAMMA_PERSONA_INCARICO (g_object_new (organigramma_persona_incarico_get_type (), NULL));
 
@@ -185,8 +185,8 @@ OrganigrammaPersonaIncarico
                        organigramma_persona_incarico_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button99")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button158")), FALSE);
index 38c70d12884d1de1c01b80de715c59e591a2fe2a..6589c90bb383259082f1818d2810cdc69fa3b221 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -130,7 +130,7 @@ OrganigrammaPersonaNodo
 *organigramma_persona_nodo_new (OrganigrammaCommons *commons, guint id, guint id_persone)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersonaNodo *a = ORGANIGRAMMA_PERSONA_NODO (g_object_new (organigramma_persona_nodo_get_type (), NULL));
 
@@ -190,8 +190,8 @@ OrganigrammaPersonaNodo
                        organigramma_persona_nodo_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button92")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button159")), FALSE);
index 3794dce595af6997b51dc92f5cade5db3ed7924c..68aef7bdb17bef669e529a90d5aaa30bffc5f59e 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -126,7 +126,7 @@ OrganigrammaPersonaNodoRecapito
 *organigramma_persona_nodo_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone, guint id_nodi)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersonaNodoRecapito *a = ORGANIGRAMMA_PERSONA_NODO_RECAPITO (g_object_new (organigramma_persona_nodo_recapito_get_type (), NULL));
 
@@ -185,8 +185,8 @@ OrganigrammaPersonaNodoRecapito
                        organigramma_persona_nodo_recapito_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button94")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button160")), FALSE);
index 98da9f9c4a98b366f6cfb5572e529398c9e0b2b8..8248dedc593f39ea2265457ec9bc8172cbdda5fc 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -124,7 +124,7 @@ OrganigrammaPersonaRecapito
 *organigramma_persona_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersonaRecapito *a = ORGANIGRAMMA_PERSONA_RECAPITO (g_object_new (organigramma_persona_recapito_get_type (), NULL));
 
@@ -181,8 +181,8 @@ OrganigrammaPersonaRecapito
                        organigramma_persona_recapito_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button88")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button163")), FALSE);
index d079b124caa73b1e83cdd34965a0503cbdf3bf58..7f8511cda3ec49e38b8f292a66f0ae227c71bf55 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
@@ -136,7 +136,7 @@ OrganigrammaPersonaUfficio
 *organigramma_persona_ufficio_new (OrganigrammaCommons *commons, guint id, guint id_persone)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersonaUfficio *a = ORGANIGRAMMA_PERSONA_UFFICIO (g_object_new (organigramma_persona_ufficio_get_type (), NULL));
 
@@ -199,8 +199,8 @@ OrganigrammaPersonaUfficio
                        organigramma_persona_ufficio_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button84")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button161")), FALSE);
index c6f76f1b7cbbf75824969568c3e7efe946325d2b..3eb6b49271db3c9e06a3a2c891478fa4d6af0dfb 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -126,7 +126,7 @@ OrganigrammaPersonaUfficioRecapito
 *organigramma_persona_ufficio_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone, guint id_uffici)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersonaUfficioRecapito *a = ORGANIGRAMMA_PERSONA_UFFICIO_RECAPITO (g_object_new (organigramma_persona_ufficio_recapito_get_type (), NULL));
 
@@ -183,8 +183,8 @@ OrganigrammaPersonaUfficioRecapito
                        organigramma_persona_ufficio_recapito_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button86")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button162")), FALSE);
index 199df0e3a64714ba94488d629797a022f89082f9..afe16d46d6506c99179970f10c918301d283debe 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "persone.h"
@@ -127,7 +127,7 @@ OrganigrammaPersone
                            guint id_uffici, GDateTime *when)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPersone *a = ORGANIGRAMMA_PERSONE (g_object_new (organigramma_persone_get_type (), NULL));
 
@@ -195,8 +195,8 @@ OrganigrammaPersone
 
        organigramma_persone_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button102")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button104")), FALSE);
index d17ab7c91bdc4de1f4862b237020b3fa6dcc8aab..82d055cbbca5e7674805ed815c2b4c0c821bea97 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -121,7 +121,7 @@ OrganigrammaPosizioneEconomica
 *organigramma_posizione_economica_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPosizioneEconomica *a = POSIZIONE_ECONOMICA (g_object_new (organigramma_posizione_economica_get_type (), NULL));
 
@@ -173,8 +173,8 @@ OrganigrammaPosizioneEconomica
                        organigramma_posizione_economica_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button122")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button147")), FALSE);
index 01e1d5e9b2a9df41c136493ff9dbe9b9f8fd23ec..36dc2ded7704f17dcfdff13d643b71458c2a91cf 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "posizionieconomiche.h"
@@ -123,7 +123,7 @@ OrganigrammaPosizioniEconomiche
 *organigramma_posizioni_economiche_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaPosizioniEconomiche *a = ORGANIGRAMMA_POSIZIONI_ECONOMICHE (g_object_new (organigramma_posizioni_economiche_get_type (), NULL));
 
@@ -182,8 +182,8 @@ OrganigrammaPosizioniEconomiche
 
        organigramma_posizioni_economiche_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button116")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button118")), FALSE);
index c6955b15b38fe45b9665f56f4ca368eb4daca28b..0b3bad18fd6bcbe63590695fe4b0d03a3505fab2 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "profiliprofessionali.h"
@@ -125,7 +125,7 @@ OrganigrammaProfiliProfessionali
 *organigramma_profili_professionali_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaProfiliProfessionali *a = ORGANIGRAMMA_PROFILI_PROFESSIONALI (g_object_new (organigramma_profili_professionali_get_type (), NULL));
 
@@ -175,8 +175,8 @@ OrganigrammaProfiliProfessionali
 
        organigramma_profili_professionali_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button130")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button132")), FALSE);
index 4bde7db75cc5b7594655dabef9c339e9f55a4a85..6f1429de0dc686cd7813d1d44fcecf55052d42c4 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
@@ -122,7 +122,7 @@ OrganigrammaProfiloProfessionale
 *organigramma_profilo_professionale_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaProfiloProfessionale *a = ORGANIGRAMMA_PROFILO_PROFESSIONALE (g_object_new (organigramma_profilo_professionale_get_type (), NULL));
 
@@ -174,8 +174,8 @@ OrganigrammaProfiloProfessionale
                        organigramma_profilo_professionale_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button136")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button148")), FALSE);
index 1be0cf8d15ce10c0f1c8440167d1bcc00673ed22..10c6e849770c592f5a32c1d6f727f5bc548c76e0 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2013-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "ruoli.h"
@@ -123,7 +123,7 @@ OrganigrammaRuoli
 *organigramma_ruoli_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaRuoli *a = ORGANIGRAMMA_RUOLI (g_object_new (organigramma_ruoli_get_type (), NULL));
 
@@ -182,8 +182,8 @@ OrganigrammaRuoli
 
        organigramma_ruoli_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button168")), FALSE);
index 8a20e0205e203614205cc336cced59b283944f71..8612e720da1cddafe12e78f46fb5a82b3ac800b1 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2013-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -121,7 +121,7 @@ OrganigrammaRuolo
 *organigramma_ruolo_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaRuolo *a = ORGANIGRAMMA_RUOLO (g_object_new (organigramma_ruolo_get_type (), NULL));
 
@@ -173,8 +173,8 @@ OrganigrammaRuolo
                        organigramma_ruolo_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button172")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button173")), FALSE);
index a602600a921a06ce064406fdb4febcb0b7b4ad7a..ec5f640dcca84298e16453fd44e071422b4db64d 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -23,7 +23,7 @@
 
 #include <libpq-fe.h>
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libterritorio/via.h>
 #include <libsolipa/utils.h>
@@ -207,7 +207,7 @@ OrganigrammaStruttura
 *organigramma_struttura_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaStruttura *a = ORGANIGRAMMA_STRUTTURA (g_object_new (organigramma_struttura_get_type (), NULL));
 
@@ -315,8 +315,8 @@ OrganigrammaStruttura
                        organigramma_struttura_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button47")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button51")), FALSE);
index f10f304c4f8d8b7a09ef802b75f12586eb2c43a0..9ddad88bab909372f4c89d414625ad74e43d58c8 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2013-2016 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
@@ -20,7 +20,7 @@
 #include <libpq-fe.h>
 
 #include <libsolipa/libsolipa.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 
 #include "strutturaallegato.h"
@@ -122,7 +122,7 @@ OrganigrammaStrutturaAllegato
 *organigramma_struttura_allegato_new (OrganigrammaCommons *commons, guint id, guint id_strutture)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaStrutturaAllegato *a = ORGANIGRAMMA_STRUTTURA_ALLEGATO (g_object_new (organigramma_struttura_allegato_get_type (), NULL));
 
@@ -194,8 +194,8 @@ OrganigrammaStrutturaAllegato
                        organigramma_struttura_allegato_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button189")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button190")), FALSE);
index b3e49eb7c2c86ec381964b03c24d5466c37efe52..3991811fe53044f4eaee3a5694d3c5edaa924edd 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2013-2016 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
@@ -18,7 +18,7 @@
  */
 
 #include <libsolipa/libsolipa.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 
 #include "strutturacollegamento.h"
@@ -119,7 +119,7 @@ OrganigrammaStrutturaCollegamento
 *organigramma_struttura_collegamento_new (OrganigrammaCommons *commons, guint id, guint id_uffici)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaStrutturaCollegamento *a = ORGANIGRAMMA_STRUTTURA_COLLEGAMENTO (g_object_new (organigramma_struttura_collegamento_get_type (), NULL));
 
@@ -176,8 +176,8 @@ OrganigrammaStrutturaCollegamento
                        organigramma_struttura_collegamento_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button186")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button187")), FALSE);
index 7b3331cb2d288a3c211bc4cd6a045471939d458c..bb63cbfe1eadef052ddc9c2d5c2454847dc1eac7 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libterritorio/vie.h>
 #include <libsolipa/utils.h>
@@ -129,7 +129,7 @@ OrganigrammaStrutturaIndirizzo
 *organigramma_struttura_indirizzo_new (OrganigrammaCommons *commons, guint id, guint id_strutture)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaStrutturaIndirizzo *a = ORGANIGRAMMA_STRUTTURA_INDIRIZZO (g_object_new (organigramma_struttura_indirizzo_get_type (), NULL));
 
@@ -191,8 +191,8 @@ OrganigrammaStrutturaIndirizzo
                        organigramma_struttura_indirizzo_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button56")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button150")), FALSE);
index c854191efb9dea816b82ecb7fc16f79ef46e0f72..2ce6524b6603dc390e87782c9c770226f404fb46 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "strutture.h"
@@ -123,7 +123,7 @@ OrganigrammaStrutture
 *organigramma_strutture_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaStrutture *a = ORGANIGRAMMA_STRUTTURE (g_object_new (organigramma_strutture_get_type (), NULL));
 
@@ -182,8 +182,8 @@ OrganigrammaStrutture
 
        organigramma_strutture_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button32")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button34")), FALSE);
index 3b6472e1d920ad921ef1302f4da6a7ce60cc4179..7733baaa94f3a3913295918cd5ba0068dc1ac763 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "tipinodo.h"
@@ -125,7 +125,7 @@ OrganigrammaTipiNodo
 *organigramma_tipi_nodo_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipiNodo *a = ORGANIGRAMMA_TIPI_NODO (g_object_new (organigramma_tipi_nodo_get_type (), NULL));
 
@@ -136,7 +136,7 @@ OrganigrammaTipiNodo
 
        error = NULL;
        gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
-                                          g_strsplit (g_strconcat ("lstore_tipi_nodo|", 
+                                          g_strsplit (g_strconcat ("lstore_tipi_nodo|",
                                           (selezione ? "w_tipi_nodo" : "vbx_tipi_nodo"),
                                           NULL), "|", -1),
                                           &error);
@@ -175,8 +175,8 @@ OrganigrammaTipiNodo
 
        organigramma_tipi_nodo_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button11")), FALSE);
index 15d992250901b93f69ae3d9a6cbd75449bb56681..32bcf3c8a9e887ddf3004d61997a91ed1509172e 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "tipiprestazione.h"
@@ -125,7 +125,7 @@ OrganigrammaTipiPrestazione
 *organigramma_tipi_prestazione_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipiPrestazione *a = ORGANIGRAMMA_TIPI_PRESTAZIONE (g_object_new (organigramma_tipi_prestazione_get_type (), NULL));
 
@@ -175,8 +175,8 @@ OrganigrammaTipiPrestazione
 
        organigramma_tipi_prestazione_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button123")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button125")), FALSE);
index a9fafb5d6126a73fc41aaa963fc702a056f334b3..43e49e647bbf68936c8922b98f806d8819c5b379 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "tipirapportolavoro.h"
@@ -123,7 +123,7 @@ OrganigrammaTipiRapportoLavoro
 *organigramma_tipi_rapporto_lavoro_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipiRapportoLavoro *a = ORGANIGRAMMA_TIPI_RAPPORTO_LAVORO (g_object_new (organigramma_tipi_rapporto_lavoro_get_type (), NULL));
 
@@ -182,8 +182,8 @@ OrganigrammaTipiRapportoLavoro
 
        organigramma_tipi_rapporto_lavoro_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button109")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button111")), FALSE);
index 2e83ab86468cd34dc8e48a8fc5370779d0edc59b..5f15ff1f0780f392993c45de405bd15a2510b0b0 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -17,7 +17,7 @@
  *
  */
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "tipirecapito.h"
@@ -123,7 +123,7 @@ OrganigrammaTipiRecapito
 *organigramma_tipi_recapito_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipiRecapito *a = ORGANIGRAMMA_TIPI_RECAPITO (g_object_new (organigramma_tipi_recapito_get_type (), NULL));
 
@@ -134,7 +134,7 @@ OrganigrammaTipiRecapito
 
        error = NULL;
        gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
-                                          g_strsplit (g_strconcat ("lstore_tipi_recapito|", 
+                                          g_strsplit (g_strconcat ("lstore_tipi_recapito|",
                                           (selezione ? "w_tipi_recapito" : "vbx_tipi_recapito"),
                                           NULL), "|", -1),
                                           &error);
@@ -182,8 +182,8 @@ OrganigrammaTipiRecapito
 
        organigramma_tipi_recapito_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button16")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button18")), FALSE);
index c05a8e4533182eb9d4102268a787bf654dfbe831..18edaea9417629ff095b6357dadab35d03375037 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
@@ -122,7 +122,7 @@ OrganigrammaTipoNodo
 *organigramma_tipo_nodo_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipoNodo *a = ORGANIGRAMMA_TIPO_NODO (g_object_new (organigramma_tipo_nodo_get_type (), NULL));
 
@@ -174,8 +174,8 @@ OrganigrammaTipoNodo
                        organigramma_tipo_nodo_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button9")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button142")), FALSE);
index 1cd85053fb35c1cc2360861940819c739c36c512..c1c19f73f8103f155c104a6b9ce804694516d915 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
@@ -122,7 +122,7 @@ OrganigrammaTipoPrestazione
 *organigramma_tipo_prestazione_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipoPrestazione *a = ORGANIGRAMMA_TIPO_PRESTAZIONE (g_object_new (organigramma_tipo_prestazione_get_type (), NULL));
 
@@ -174,8 +174,8 @@ OrganigrammaTipoPrestazione
                        organigramma_tipo_prestazione_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button129")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button143")), FALSE);
index 4e76a126bad32b7f989c54f5b29942bdc1f232dc..b21f39867ea70b887226c932f00cd1cd0dd9a764 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -121,7 +121,7 @@ OrganigrammaTipoRapportoLavoro
 *organigramma_tipo_rapporto_lavoro_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipoRapportoLavoro *a = ORGANIGRAMMA_TIPO_RAPPORTO_LAVORO (g_object_new (organigramma_tipo_rapporto_lavoro_get_type (), NULL));
 
@@ -173,8 +173,8 @@ OrganigrammaTipoRapportoLavoro
                        organigramma_tipo_rapporto_lavoro_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button115")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button144")), FALSE);
index fbe4e443182f39fa6312c5b1895df7834edf1052..cdb80570d092debdfa591bd2b9ba8fcb4c6037b9 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -23,7 +23,7 @@
 
 #include <libpq-fe.h>
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -124,7 +124,7 @@ OrganigrammaTipoRecapito
 *organigramma_tipo_recapito_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTipoRecapito *a = ORGANIGRAMMA_TIPO_RECAPITO (g_object_new (organigramma_tipo_recapito_get_type (), NULL));
 
@@ -186,8 +186,8 @@ OrganigrammaTipoRecapito
                        organigramma_tipo_recapito_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button145")), FALSE);
index a0a375740f95b03ac6335b060d5bb3f156e21180..188c595e68b8df135f4e4acc12cf2a93347462e9 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "titoli.h"
@@ -128,7 +128,7 @@ OrganigrammaTitoli
 *organigramma_titoli_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTitoli *a = ORGANIGRAMMA_TITOLI (g_object_new (organigramma_titoli_get_type (), NULL));
 
@@ -187,8 +187,8 @@ OrganigrammaTitoli
 
        organigramma_titoli_carica (a);
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button95")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button97")), FALSE);
index 14ae91926accdee69484a3f86f8b8d602a83b8cd..6b35918969795f4baae54b232a9bdde9428c3224 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -121,7 +121,7 @@ OrganigrammaTitolo
 *organigramma_titolo_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaTitolo *a = ORGANIGRAMMA_TITOLO (g_object_new (organigramma_titolo_get_type (), NULL));
 
@@ -173,8 +173,8 @@ OrganigrammaTitolo
                        organigramma_titolo_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button106")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button146")), FALSE);
index 24efa3177b25ae600cec827a0a17dc6be300cbdc..583e28ef8af5c119d896f9d981678471e70c5244 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libsolipa/utils.h>
 
 #include "uffici.h"
@@ -149,7 +149,7 @@ OrganigrammaUffici
 *organigramma_uffici_new (OrganigrammaCommons *commons, gboolean selezione)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUffici *a = ORGANIGRAMMA_UFFICI (g_object_new (organigramma_uffici_get_type (), NULL));
 
@@ -212,8 +212,8 @@ OrganigrammaUffici
                        organigramma_uffici_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button23")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button25")), FALSE);
index 846da7d6b8ec5f8185ea640bd180d152d4576c6e..235705e236886a2db214f70cbf27565a29cb96f2 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2010-2016 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
@@ -23,7 +23,7 @@
 
 #include <libpq-fe.h>
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
@@ -315,7 +315,7 @@ OrganigrammaUfficio
 *organigramma_ufficio_new (OrganigrammaCommons *commons, gint id)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUfficio *a = ORGANIGRAMMA_UFFICIO (g_object_new (organigramma_ufficio_get_type (), NULL));
 
@@ -471,8 +471,8 @@ OrganigrammaUfficio
                        organigramma_ufficio_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button43")), FALSE);
index c47bcf29d5ca141aaf6962823230c08fcdb26366..c4efa88d2afed1f01e548e6cda083a2a6eea4896 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2013-2016 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
@@ -20,7 +20,7 @@
 #include <libpq-fe.h>
 
 #include <libsolipa/libsolipa.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 
 #include "ufficioallegato.h"
@@ -122,7 +122,7 @@ OrganigrammaUfficioAllegato
 *organigramma_ufficio_allegato_new (OrganigrammaCommons *commons, guint id, guint id_strutture)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUfficioAllegato *a = ORGANIGRAMMA_UFFICIO_ALLEGATO (g_object_new (organigramma_ufficio_allegato_get_type (), NULL));
 
@@ -194,8 +194,8 @@ OrganigrammaUfficioAllegato
                        organigramma_ufficio_allegato_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button196")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button197")), FALSE);
index 02102414004279c84584cd6ff1448c239d91dec0..d3e8404c2f9dfb83dcadad69d52cf922d43a7920 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2013-2016 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
@@ -18,7 +18,7 @@
  */
 
 #include <libsolipa/libsolipa.h>
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 
 #include "ufficiocollegamento.h"
@@ -119,7 +119,7 @@ OrganigrammaUfficioCollegamento
 *organigramma_ufficio_collegamento_new (OrganigrammaCommons *commons, guint id, guint id_uffici)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUfficioCollegamento *a = ORGANIGRAMMA_UFFICIO_COLLEGAMENTO (g_object_new (organigramma_ufficio_collegamento_get_type (), NULL));
 
@@ -176,8 +176,8 @@ OrganigrammaUfficioCollegamento
                        organigramma_ufficio_collegamento_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button175")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button176")), FALSE);
index fe4434b57c7090290ef1c50d196b53fe3fa5eead..d9c5d54d456e7d1ced337b61d14fd40102bb79c2 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -129,7 +129,7 @@ OrganigrammaUfficioNodo
 *organigramma_ufficio_nodo_new (OrganigrammaCommons *commons, guint id, guint id_uffici)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUfficioNodo *a = ORGANIGRAMMA_UFFICIO_NODO (g_object_new (organigramma_ufficio_nodo_get_type (), NULL));
 
@@ -188,8 +188,8 @@ OrganigrammaUfficioNodo
                        organigramma_ufficio_nodo_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button46")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button154")), FALSE);
index e47fcf2484a4a8379c53e3811ae52943a66ea723..54df4b60c20abbdaaebc4a7ee9e0a76b511e09ee 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -124,7 +124,7 @@ OrganigrammaUfficioOrario
 *organigramma_ufficio_orario_new (OrganigrammaCommons *commons, guint id, guint id_uffici)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUfficioOrario *a = ORGANIGRAMMA_UFFICIO_ORARIO (g_object_new (organigramma_ufficio_orario_get_type (), NULL));
 
@@ -179,8 +179,8 @@ OrganigrammaUfficioOrario
                        organigramma_ufficio_orario_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button58")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button155")), FALSE);
index ecb1bd92e3c9d207bbd43ff70c717b0e854bc11f..4f18c4d63c47ca35ca8c4df8ad7d26e3b94a4716 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -124,7 +124,7 @@ OrganigrammaUfficioRecapito
 *organigramma_ufficio_recapito_new (OrganigrammaCommons *commons, guint id, guint id_uffici)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUfficioRecapito *a = ORGANIGRAMMA_UFFICIO_RECAPITO (g_object_new (organigramma_ufficio_recapito_get_type (), NULL));
 
@@ -179,8 +179,8 @@ OrganigrammaUfficioRecapito
                        organigramma_ufficio_recapito_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button49")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button156")), FALSE);
index f9486f088549d9a305daef5e7bab0d74e0342ce0..57a1d5596eaa5f0d41d9b1044f9cee9b624e1925 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2009-2013 Andrea Zagli <azagli@libero.it>
+/*
+ * Copyright (C) 2009-2016 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
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libautoz/autoz.h>
+#include <libzakautho/autoz.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
@@ -124,7 +124,7 @@ OrganigrammaUfficioStanza
 *organigramma_ufficio_stanza_new (OrganigrammaCommons *commons, guint id, guint id_uffici)
 {
        GError *error;
-       AutozIResource *ires1;
+       ZakAuthoIResource *ires1;
 
        OrganigrammaUfficioStanza *a = ORGANIGRAMMA_UFFICIO_STANZA (g_object_new (organigramma_ufficio_stanza_get_type (), NULL));
 
@@ -179,8 +179,8 @@ OrganigrammaUfficioStanza
                        organigramma_ufficio_stanza_carica (a);
                }
 
-       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "organigramma_rw");
-       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+       ires1 = zak_autho_get_resource_from_id (priv->commons->autoz, "organigramma_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, "button139")), FALSE);
                        gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button157")), FALSE);