]> saetta.ns0.it Git - solipa/utenti/commitdiff
Prima compilazione.
authorAndrea Zagli <azagli@libero.it>
Sun, 8 Aug 2010 08:45:42 +0000 (10:45 +0200)
committerAndrea Zagli <azagli@libero.it>
Sun, 8 Aug 2010 08:45:42 +0000 (10:45 +0200)
13 files changed:
.gitignore [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am
autogen.sh
config.h.in
configure.ac
data/utenti/gui/utenti.gui
doc/Makefile.am [new file with mode: 0644]
doc/utenti/Makefile.am [new file with mode: 0644]
doc/utenti/examples/Makefile.am [new file with mode: 0644]
doc/utenti/examples/utenti.conf [new file with mode: 0644]
src/Makefile.am
src/main.c

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b431ed6
--- /dev/null
@@ -0,0 +1,24 @@
+*.o
+*~
+*.in
+src/utenti
+COPYING
+INSTALL
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.h
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+missing
+src/.deps/
+stamp-h1
+.anjuta*
+*exe
+*bak
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..e69de29
index 9768a98a9e0b6edd6c03c1806a1a9a6e3462fcaf..d79362d8faf85ecc12d697b86769d5c715064599 100644 (file)
@@ -1 +1 @@
-SUBDIRS = src data
+SUBDIRS = src data doc
index 1745655956176e82b6dbf366490704664e636960..c945f634bbc6d0299faa46e0adfdf7458d6a5eaf 100755 (executable)
@@ -4,7 +4,7 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="mezzi"
+PKG_NAME="utenti"
 
 (test -f $srcdir/configure.ac \
   && test -d $srcdir/src \
index fa592e57d4b1ee16969174dc1efd7a0fb92d5098..6a0abfa2781520efae2e1eba8b30eafdd3dba1c8 100644 (file)
@@ -15,6 +15,9 @@
 /* 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
 
index 2bdc4b34732595cfa2dca7c7f8607f3b425870cd..7097bd283530e7f55df3d97fe2d6d910f1909e68 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.60)
+AC_PREREQ([2.65])
 AC_INIT([utenti], [0.0.1], [azagli@libero.it])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADER([config.h])
@@ -35,5 +35,8 @@ AC_CONFIG_FILES([
   data/Makefile
   data/utenti/Makefile
   data/utenti/gui/Makefile
+  doc/Makefile
+  doc/utenti/Makefile
+  doc/utenti/examples/Makefile
 ])
 AC_OUTPUT
index 78ba661235e636e92cdc75c04ea82e7968eb3cdd..76f9504b1e2f073906c113a88f2e830e51ddaadf 100644 (file)
-<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
-<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
-
-<glade-interface>
-
-<widget class="GtkWindow" id="w_main">
-  <property name="visible">True</property>
-  <property name="title" translatable="yes">Gestione Utenti - SOLIPA</property>
-  <property name="type">GTK_WINDOW_TOPLEVEL</property>
-  <property name="window_position">GTK_WIN_POS_NONE</property>
-  <property name="modal">False</property>
-  <property name="default_width">500</property>
-  <property name="default_height">350</property>
-  <property name="resizable">True</property>
-  <property name="destroy_with_parent">False</property>
-  <property name="decorated">True</property>
-  <property name="skip_taskbar_hint">False</property>
-  <property name="skip_pager_hint">False</property>
-  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
-  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
-  <property name="focus_on_map">True</property>
-  <property name="urgency_hint">False</property>
-  <signal name="delete_event" handler="gtk_main_quit" last_modification_time="Sun, 13 Aug 2006 07:30:57 GMT"/>
-
-  <child>
-    <widget class="GtkVBox" id="vbox1">
-      <property name="visible">True</property>
-      <property name="homogeneous">False</property>
-      <property name="spacing">0</property>
-
-      <child>
-       <widget class="GtkMenuBar" id="menubar1">
-         <property name="visible">True</property>
-         <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
-         <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
-
-         <child>
-           <widget class="GtkMenuItem" id="mnu_utenti">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">_Utenti</property>
-             <property name="use_underline">True</property>
-
-             <child>
-               <widget class="GtkMenu" id="mnu_utenti_menu">
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_utenti_nuovo">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-new</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_utenti_nuovo_activate" last_modification_time="Sat, 12 Aug 2006 06:01:29 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_utenti_modifica">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-edit</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_utenti_modifica_activate" last_modification_time="Sat, 12 Aug 2006 06:09:27 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_utenti_elimina">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-delete</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_utenti_elimina_activate" last_modification_time="Sat, 12 Aug 2006 06:01:29 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
-                     <property name="visible">True</property>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_utenti_esci">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-quit</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="gtk_main_quit" last_modification_time="Sun, 13 Aug 2006 06:28:44 GMT"/>
-                   </widget>
-                 </child>
-               </widget>
-             </child>
-           </widget>
-         </child>
-
-         <child>
-           <widget class="GtkMenuItem" id="mnu_help">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">A_iuto</property>
-             <property name="use_underline">True</property>
-
-             <child>
-               <widget class="GtkMenu" id="mnu_help_menu">
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_help_help">
-                     <property name="visible">True</property>
-                     <property name="label" translatable="yes">_Sommario</property>
-                     <property name="use_underline">True</property>
-
-                     <child internal-child="image">
-                       <widget class="GtkImage" id="image1">
-                         <property name="visible">True</property>
-                         <property name="stock">gtk-help</property>
-                         <property name="icon_size">1</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xpad">0</property>
-                         <property name="ypad">0</property>
-                       </widget>
-                     </child>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_help_about">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-about</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_help_about_activate" last_modification_time="Sat, 12 Aug 2006 06:01:29 GMT"/>
-                   </widget>
-                 </child>
-               </widget>
-             </child>
-           </widget>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">False</property>
-         <property name="fill">False</property>
-       </packing>
-      </child>
-
-      <child>
-       <widget class="GtkHandleBox" id="handlebox1">
-         <property name="visible">True</property>
-         <property name="shadow_type">GTK_SHADOW_OUT</property>
-         <property name="handle_position">GTK_POS_LEFT</property>
-         <property name="snap_edge">GTK_POS_TOP</property>
-
-         <child>
-           <widget class="GtkToolbar" id="toolbar1">
-             <property name="visible">True</property>
-             <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
-             <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
-             <property name="tooltips">True</property>
-             <property name="show_arrow">True</property>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_nuovo">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Nuovo utente</property>
-                 <property name="stock_id">gtk-new</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <signal name="clicked" handler="on_mnu_utenti_nuovo_activate" last_modification_time="Sat, 12 Aug 2006 06:23:14 GMT"/>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_modifica">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Modifica utente</property>
-                 <property name="stock_id">gtk-edit</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <signal name="clicked" handler="on_mnu_utenti_modifica_activate" last_modification_time="Sat, 12 Aug 2006 06:23:49 GMT"/>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_elimina">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Elimina utente</property>
-                 <property name="stock_id">gtk-delete</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <signal name="clicked" handler="on_mnu_utenti_elimina_activate" last_modification_time="Sat, 12 Aug 2006 06:24:03 GMT"/>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
-                 <property name="visible">True</property>
-                 <property name="draw">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">False</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_esci">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Esci</property>
-                 <property name="stock_id">gtk-quit</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <signal name="clicked" handler="gtk_main_quit" last_modification_time="Sun, 13 Aug 2006 06:29:31 GMT"/>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-           </widget>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">False</property>
-         <property name="fill">True</property>
-       </packing>
-      </child>
-
-      <child>
-       <widget class="GtkScrolledWindow" id="scrolledwindow1">
-         <property name="visible">True</property>
-         <property name="can_focus">True</property>
-         <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
-         <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
-         <property name="shadow_type">GTK_SHADOW_IN</property>
-         <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
-
-         <child>
-           <widget class="GtkTreeView" id="tr_utenti">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="headers_visible">True</property>
-             <property name="rules_hint">False</property>
-             <property name="reorderable">False</property>
-             <property name="enable_search">True</property>
-             <property name="fixed_height_mode">False</property>
-             <property name="hover_selection">False</property>
-             <property name="hover_expand">False</property>
-             <signal name="row_activated" handler="on_mnu_utenti_modifica_activate" last_modification_time="Sun, 03 Sep 2006 09:51:24 GMT"/>
-           </widget>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">True</property>
-         <property name="fill">True</property>
-       </packing>
-      </child>
-    </widget>
-  </child>
-</widget>
-
-<widget class="GtkAboutDialog" id="diag_about">
-  <property name="visible">True</property>
-  <property name="destroy_with_parent">False</property>
-  <property name="name" translatable="yes">SOLIPA - Gestione Utenti</property>
-  <property name="copyright" translatable="yes">Copyright (C) 2006 Andrea Zagli</property>
-  <property name="license" translatable="yes">Gestione Utenti SOLIPA Ã¨ software libero; Ã¨ possibile ridistribuirlo e/o
+<?xml version="1.0"?>
+<interface>
+  <requires lib="gtk+" version="2.16"/>
+  <!-- interface-naming-policy project-wide -->
+  <object class="GtkWindow" id="w_main">
+    <property name="visible">True</property>
+    <property name="title" translatable="yes">Gestione Utenti - SOLIPA</property>
+    <property name="window_position">center</property>
+    <property name="default_width">600</property>
+    <property name="default_height">400</property>
+    <signal name="delete_event" handler="gtk_main_quit"/>
+    <child>
+      <object class="GtkVBox" id="vbox1">
+        <property name="visible">True</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkMenuBar" id="menubar1">
+            <property name="visible">True</property>
+            <child>
+              <object class="GtkMenuItem" id="menuitem1">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Utenti</property>
+                <property name="use_underline">True</property>
+                <child type="submenu">
+                  <object class="GtkMenu" id="menu1">
+                    <property name="visible">True</property>
+                    <child>
+                      <object class="GtkImageMenuItem" id="imagemenuitem5">
+                        <property name="label">gtk-quit</property>
+                        <property name="visible">True</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="gtk_main_quit"/>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+            <child>
+              <object class="GtkMenuItem" id="menuitem4">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">A_iuto</property>
+                <property name="use_underline">True</property>
+                <child type="submenu">
+                  <object class="GtkMenu" id="menu3">
+                    <property name="visible">True</property>
+                    <child>
+                      <object class="GtkImageMenuItem" id="imagemenuitem10">
+                        <property name="label">gtk-about</property>
+                        <property name="visible">True</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="utenti_on_mnu_help_about_activate"/>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkVBox" id="vbx_body">
+            <property name="visible">True</property>
+            <property name="orientation">vertical</property>
+            <child>
+              <placeholder/>
+            </child>
+          </object>
+          <packing>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkAboutDialog" id="dlg_about">
+    <property name="visible">True</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="destroy_with_parent">True</property>
+    <property name="type_hint">normal</property>
+    <property name="program_name">Gestione Utenti - SOLIPA</property>
+    <property name="copyright" translatable="yes">Copyright (C) 2010 Andrea Zagli</property>
+    <property name="license" translatable="yes">Gestione Utenti SOLIPA &#xE8; software libero; &#xE8; possibile ridistribuirlo e/o
 modificarlo secondo i termini della licenza GNU General Public License,
 come pubblicata dalla Free Software Foundation; versione 2 della
-licenza, o (a scelta) una versione più recente.
+licenza, o (a scelta) una versione pi&#xF9; recente.
 
-Gestione Utenti SOLIPA Ã¨ distribuito nella speranza che possa
+Gestione Utenti SOLIPA &#xE8; distribuito nella speranza che possa
 risultare utile, ma SENZA ALCUNA GARANZIA, nemmeno la garanzia
-implicita di COMMERCIABILITÀ o APPLICABILITÀ PER UNO SCOPO
+implicita di COMMERCIABILIT&#xC0; o APPLICABILIT&#xC0; PER UNO SCOPO
 PARTICOLARE. Per maggiori dettagli consultare la GNU General Public
 License.
 
@@ -294,559 +103,19 @@ fornita con Nautilus. In caso contrario scrivere a:
   Free Software Foundation, Inc.
   59 Temple Place, Suite 330, Boston, MA
   02111-1307  USA</property>
-  <property name="wrap_license">False</property>
-  <property name="authors">Andrea Zagli &lt;azagli@libero.it&gt;</property>
-  <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
-</widget>
-
-<widget class="GtkDialog" id="diag_utente">
-  <property name="title" translatable="yes">Utente - Gestione utenti SOLIPA</property>
-  <property name="type">GTK_WINDOW_TOPLEVEL</property>
-  <property name="window_position">GTK_WIN_POS_NONE</property>
-  <property name="modal">True</property>
-  <property name="default_width">450</property>
-  <property name="resizable">True</property>
-  <property name="destroy_with_parent">False</property>
-  <property name="decorated">True</property>
-  <property name="skip_taskbar_hint">False</property>
-  <property name="skip_pager_hint">False</property>
-  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
-  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
-  <property name="focus_on_map">True</property>
-  <property name="urgency_hint">False</property>
-  <property name="has_separator">True</property>
-
-  <child internal-child="vbox">
-    <widget class="GtkVBox" id="dialog-vbox1">
-      <property name="visible">True</property>
-      <property name="homogeneous">False</property>
-      <property name="spacing">0</property>
-
-      <child internal-child="action_area">
-       <widget class="GtkHButtonBox" id="dialog-action_area1">
-         <property name="visible">True</property>
-         <property name="layout_style">GTK_BUTTONBOX_END</property>
-
-         <child>
-           <widget class="GtkButton" id="btn_cancel">
-             <property name="visible">True</property>
-             <property name="can_default">True</property>
-             <property name="can_focus">True</property>
-             <property name="label">gtk-cancel</property>
-             <property name="use_stock">True</property>
-             <property name="relief">GTK_RELIEF_NORMAL</property>
-             <property name="focus_on_click">True</property>
-             <property name="response_id">-6</property>
-           </widget>
-         </child>
-
-         <child>
-           <widget class="GtkButton" id="btn_ok">
-             <property name="visible">True</property>
-             <property name="can_default">True</property>
-             <property name="has_default">True</property>
-             <property name="can_focus">True</property>
-             <property name="label">gtk-ok</property>
-             <property name="use_stock">True</property>
-             <property name="relief">GTK_RELIEF_NORMAL</property>
-             <property name="focus_on_click">True</property>
-             <property name="response_id">-5</property>
-           </widget>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">False</property>
-         <property name="fill">True</property>
-         <property name="pack_type">GTK_PACK_END</property>
-       </packing>
-      </child>
-
-      <child>
-       <widget class="GtkTable" id="table1">
-         <property name="border_width">5</property>
-         <property name="visible">True</property>
-         <property name="n_rows">9</property>
-         <property name="n_columns">2</property>
-         <property name="homogeneous">False</property>
-         <property name="row_spacing">3</property>
-         <property name="column_spacing">3</property>
-
-         <child>
-           <widget class="GtkLabel" id="label1">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Codice</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">0</property>
-             <property name="bottom_attach">1</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkEntry" id="txt_codice">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="editable">True</property>
-             <property name="visibility">True</property>
-             <property name="max_length">20</property>
-             <property name="text" translatable="yes"></property>
-             <property name="has_frame">True</property>
-             <property name="invisible_char">*</property>
-             <property name="activates_default">True</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">0</property>
-             <property name="bottom_attach">1</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label5">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Ultimo accesso</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">7</property>
-             <property name="bottom_attach">8</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="lbl_ultimo_accesso">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes"></property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">7</property>
-             <property name="bottom_attach">8</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label4">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Abilitato</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">6</property>
-             <property name="bottom_attach">7</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkCheckButton" id="chk_abilitato">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="label" translatable="yes"></property>
-             <property name="use_underline">True</property>
-             <property name="relief">GTK_RELIEF_NORMAL</property>
-             <property name="focus_on_click">True</property>
-             <property name="active">False</property>
-             <property name="inconsistent">False</property>
-             <property name="draw_indicator">True</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">6</property>
-             <property name="bottom_attach">7</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label8">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Conferma password</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">5</property>
-             <property name="bottom_attach">6</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkEntry" id="txt_conferma_password">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="editable">True</property>
-             <property name="visibility">False</property>
-             <property name="max_length">0</property>
-             <property name="text" translatable="yes"></property>
-             <property name="has_frame">True</property>
-             <property name="invisible_char">*</property>
-             <property name="activates_default">True</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">5</property>
-             <property name="bottom_attach">6</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label7">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Password</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">4</property>
-             <property name="bottom_attach">5</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkEntry" id="txt_password">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="editable">True</property>
-             <property name="visibility">False</property>
-             <property name="max_length">0</property>
-             <property name="text" translatable="yes"></property>
-             <property name="has_frame">True</property>
-             <property name="invisible_char">*</property>
-             <property name="activates_default">True</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">4</property>
-             <property name="bottom_attach">5</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label3">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Nome</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">3</property>
-             <property name="bottom_attach">4</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkEntry" id="txt_nome">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="editable">True</property>
-             <property name="visibility">True</property>
-             <property name="max_length">100</property>
-             <property name="text" translatable="yes"></property>
-             <property name="has_frame">True</property>
-             <property name="invisible_char">*</property>
-             <property name="activates_default">True</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">3</property>
-             <property name="bottom_attach">4</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label2">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Cognome</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">2</property>
-             <property name="bottom_attach">3</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkEntry" id="txt_cognome">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="editable">True</property>
-             <property name="visibility">True</property>
-             <property name="max_length">100</property>
-             <property name="text" translatable="yes"></property>
-             <property name="has_frame">True</property>
-             <property name="invisible_char">*</property>
-             <property name="activates_default">True</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">2</property>
-             <property name="bottom_attach">3</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label9">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">ID personale</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">1</property>
-             <property name="bottom_attach">2</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkEntry" id="txt_id_personale">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="editable">True</property>
-             <property name="visibility">True</property>
-             <property name="max_length">0</property>
-             <property name="text" translatable="yes"></property>
-             <property name="has_frame">True</property>
-             <property name="invisible_char">*</property>
-             <property name="activates_default">True</property>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">1</property>
-             <property name="bottom_attach">2</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkLabel" id="label10">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">Descrizione</property>
-             <property name="use_underline">False</property>
-             <property name="use_markup">False</property>
-             <property name="justify">GTK_JUSTIFY_LEFT</property>
-             <property name="wrap">False</property>
-             <property name="selectable">False</property>
-             <property name="xalign">0</property>
-             <property name="yalign">0.5</property>
-             <property name="xpad">0</property>
-             <property name="ypad">0</property>
-             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-             <property name="width_chars">-1</property>
-             <property name="single_line_mode">False</property>
-             <property name="angle">0</property>
-           </widget>
-           <packing>
-             <property name="left_attach">0</property>
-             <property name="right_attach">1</property>
-             <property name="top_attach">8</property>
-             <property name="bottom_attach">9</property>
-             <property name="x_options">fill</property>
-             <property name="y_options"></property>
-           </packing>
-         </child>
-
-         <child>
-           <widget class="GtkScrolledWindow" id="scrolledwindow2">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
-             <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
-             <property name="shadow_type">GTK_SHADOW_NONE</property>
-             <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
-
-             <child>
-               <widget class="GtkTextView" id="txtv_descrizione">
-                 <property name="visible">True</property>
-                 <property name="can_focus">True</property>
-                 <property name="editable">True</property>
-                 <property name="overwrite">False</property>
-                 <property name="accepts_tab">True</property>
-                 <property name="justification">GTK_JUSTIFY_LEFT</property>
-                 <property name="wrap_mode">GTK_WRAP_NONE</property>
-                 <property name="cursor_visible">True</property>
-                 <property name="pixels_above_lines">0</property>
-                 <property name="pixels_below_lines">0</property>
-                 <property name="pixels_inside_wrap">0</property>
-                 <property name="left_margin">0</property>
-                 <property name="right_margin">0</property>
-                 <property name="indent">0</property>
-                 <property name="text" translatable="yes"></property>
-               </widget>
-             </child>
-           </widget>
-           <packing>
-             <property name="left_attach">1</property>
-             <property name="right_attach">2</property>
-             <property name="top_attach">8</property>
-             <property name="bottom_attach">9</property>
-             <property name="x_options">fill</property>
-             <property name="y_options">fill</property>
-           </packing>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">True</property>
-         <property name="fill">True</property>
-       </packing>
-      </child>
-    </widget>
-  </child>
-</widget>
-
-</glade-interface>
+    <property name="authors">Andrea Zagli &lt;azagli@libero.it&gt;</property>
+    <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
+    <child internal-child="vbox">
+      <object class="GtkVBox" id="dialog-vbox1">
+        <child internal-child="action_area">
+          <object class="GtkHButtonBox" id="dialog-action_area1"/>
+          <packing>
+            <property name="expand">False</property>
+            <property name="pack_type">end</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+</interface>
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644 (file)
index 0000000..cd93d4b
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = utenti
diff --git a/doc/utenti/Makefile.am b/doc/utenti/Makefile.am
new file mode 100644 (file)
index 0000000..aee2d7b
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = examples
diff --git a/doc/utenti/examples/Makefile.am b/doc/utenti/examples/Makefile.am
new file mode 100644 (file)
index 0000000..cc33176
--- /dev/null
@@ -0,0 +1,6 @@
+utenti_examplesdir = $(docdir)/examples
+
+utenti_examples_DATA = \
+                         utenti.conf
+
+EXTRA_DIST = $(utenti_examples_DATA)
diff --git a/doc/utenti/examples/utenti.conf b/doc/utenti/examples/utenti.conf
new file mode 100644 (file)
index 0000000..9923c83
--- /dev/null
@@ -0,0 +1,3 @@
+[AUTE]
+plugin=/usr/local/lib/libaute/plugins/libaute-db
+cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=autedb
index ad7f71047e75527f199b8c999a441fddf491b0d0..b0551baec55ee41ce3394f0c503f9ccd6923100d 100644 (file)
@@ -1,8 +1,10 @@
-gladedir = $(datadir)/utenti/glade
+guidir = $(datadir)/utenti/gui
+formdir = $(datadir)/utenti/form
 
 AM_CPPFLAGS = -I.. \
               $(UTENTI_CFLAGS) \
-              -DGLADEDIR=\""$(gladedir)"\"
+              -DGUIDIR=\""$(guidir)"\" \
+              -DFORMDIR=\""$(formdir)"\"
 
 LIBS = $(UTENTI_LIBS) \
        -export-dynamic
index c12f115de90cb362004b2af2c19b3a822a3482ad..a07bcf8f61692693f1264ae61e187875a78f6aec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Andrea Zagli <azagli@inwind.it>
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.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
 #endif
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 
-#include <libsolipa.h>
 #include <libaute.h>
-#include <libconfi.h>
-#include <libgdaobj.h>
-
-#include <libform.h>
-#include <libformkey.h>
-#include <libformfieldboolean.h>
-#include <libformfielddatetime.h>
-#include <libformfieldinteger.h>
-#include <libformfieldtext.h>
-#include <libformwidgetcheck.h>
-#include <libformwidgetentry.h>
-#include <libformwidgetlabel.h>
-#include <libformwidgettextview.h>
-
-enum
-{
-       COL_STATO,
-       COL_COD,
-       COL_COGNOME,
-       COL_NOME,
-       UTENTI_COLS
-};
-
-static GtkWidget *w,
-                 *tr_utenti,
-                 *txt_codice,
-                 *txt_password,
-                 *txt_conferma_password,
-                 *btn_ok_utente;
-
-static GtkListStore *store_utenti;
-
-static GtkTreeSelection *sel_utenti;
-
-static GladeXML *gla_utente;
-static GtkWidget *diag_utente;
-static Form *frm_utente;
-
-static const SOLIPA *solipa;
-static GdaO *gdao;
-
-/* PRIVATE */
-static gboolean
-crea_tr_utenti ()
-{
-       GtkCellRenderer *renderer;
-       GtkTreeViewColumn *column;
-
-       store_utenti = gtk_list_store_new (UTENTI_COLS,
-                                          G_TYPE_STRING,
-                                          G_TYPE_STRING,
-                                          G_TYPE_STRING,
-                                          G_TYPE_STRING);
-
-       gtk_tree_view_set_model (GTK_TREE_VIEW (tr_utenti), GTK_TREE_MODEL (store_utenti));
-
-       renderer = gtk_cell_renderer_text_new ();
-       column = gtk_tree_view_column_new_with_attributes ("Stato",
-                                                     renderer,
-                                                     "text", COL_STATO,
-                                                     NULL);
-       gtk_tree_view_column_set_resizable (column, TRUE);
-       gtk_tree_view_append_column (GTK_TREE_VIEW (tr_utenti), column);
-
-       renderer = gtk_cell_renderer_text_new ();
-       column = gtk_tree_view_column_new_with_attributes ("Codice",
-                                                     renderer,
-                                                     "text", COL_COD,
-                                                     NULL);
-       gtk_tree_view_column_set_resizable (column, TRUE);
-       gtk_tree_view_append_column (GTK_TREE_VIEW (tr_utenti), column);
-
-       renderer = gtk_cell_renderer_text_new ();
-       column = gtk_tree_view_column_new_with_attributes ("Cognome",
-                                                     renderer,
-                                                     "text", COL_COGNOME,
-                                                     NULL);
-       gtk_tree_view_column_set_resizable (column, TRUE);
-       gtk_tree_view_append_column (GTK_TREE_VIEW (tr_utenti), column);
-
-       renderer = gtk_cell_renderer_text_new ();
-       column = gtk_tree_view_column_new_with_attributes ("Nome",
-                                                     renderer,
-                                                     "text", COL_NOME,
-                                                     NULL);
-       gtk_tree_view_column_set_resizable (column, TRUE);
-       gtk_tree_view_append_column (GTK_TREE_VIEW (tr_utenti), column);
-
-       sel_utenti = gtk_tree_view_get_selection (GTK_TREE_VIEW (tr_utenti));
-}
 
-static gboolean
-riempi_tr_utenti ()
-{
-       gtk_list_store_clear (store_utenti);
+static GtkBuilder *gtkbuilder;
+static gchar *guidir;
+static gchar *formdir;
+static gchar *guifile;
 
-       GdaDataModel *dm = gdao_query (gdao, "SELECT codice, cognome, nome, abilitato, stato "
-                                            "FROM utenti");
-       if (dm != NULL)
-               {
-                       GtkTreeIter iter;
-                       gint row;
-                       gint rows = gda_data_model_get_n_rows (dm);
-                       gchar *stato;
+static GKeyFile *config;
 
-                       for (row = 0; row < rows; row++)
-                               {
-                                       if (strcmp (gdao_data_model_get_field_value_stringify_at (dm, row, "stato"), "E") == 0)
-                                               {
-                                                       stato = g_strdup ("E");
-                                               }
-                                       else if (!gdao_data_model_get_field_value_boolean_at (dm, row, "abilitato"))
-                                               {
-                                                       stato = g_strdup ("D");
-                                               }
-                                       else
-                                               {
-                                                       stato = g_strdup ("");
-                                               }
-                               
-                                       gtk_list_store_append (store_utenti, &iter);
-                                       gtk_list_store_set (store_utenti, &iter,
-                                                           COL_STATO, stato,
-                                                           COL_COD, gdao_data_model_get_field_value_stringify_at (dm, row, "codice"),
-                                                           COL_COGNOME, gdao_data_model_get_field_value_stringify_at (dm, row, "cognome"),
-                                                           COL_NOME, gdao_data_model_get_field_value_stringify_at (dm, row, "nome"),
-                                                           -1);
-                               }
+static GtkWidget *w;
+static GtkWidget *vbx_body;
+static GtkWidget *vbx_body_child;
+
+static void
+utenti_set_vbx_body_child (GtkWidget *child)
+{
+       if (GTK_IS_WIDGET (vbx_body_child))
+               {
+                       gtk_container_remove (GTK_CONTAINER (vbx_body), vbx_body_child);
+                       gtk_widget_destroy (vbx_body_child);
                }
+
+       vbx_body_child = child;
+       gtk_box_pack_start (GTK_BOX (vbx_body), vbx_body_child, TRUE, TRUE, 0);
 }
 
-/* CALLBACKS */
-void
-on_mnu_utenti_nuovo_activate (GtkMenuItem *menuitem,
-                              gpointer user_data)
+G_MODULE_EXPORT void
+utenti_on_mnu_help_about_activate (GtkMenuItem *menuitem,
+                            gpointer user_data)
 {
-       form_clear (frm_utente);
-
-       while (TRUE)
+       GError *error;
+       GtkWidget *diag;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (gtkbuilder, guifile,
+                                          g_strsplit_set ("dlg_about", "|", -1),
+                                          &error);
+       if (error != NULL)
                {
-                       if (gtk_dialog_run (GTK_DIALOG (diag_utente)) == GTK_RESPONSE_OK)
-                               {
-                                       if (form_check (frm_utente))
-                                               {
-                                                       gchar *password;
-                                                       gchar *password_conferma;
-
-                                                       password = g_strdup (gtk_entry_get_text (GTK_ENTRY (txt_password)));
-                                                       password_conferma = g_strdup (gtk_entry_get_text (GTK_ENTRY (txt_conferma_password)));
-
-                                                       g_strstrip (password);
-                                                       g_strstrip (password_conferma);
-
-                                                       if (strcmp (password, "") != 0
-                                                           && strcmp (password, password_conferma) == 0)
-                                                               {
-                                                                       gchar *sql;
-
-                                                                       sql = form_get_sql (frm_utente, FORM_SQL_INSERT);
-                                                                       if (gdao_execute (gdao, sql) < 0)
-                                                                               {
-                                                                                       g_warning ("Errore nell'inserimento del nuovo utente.");
-                                                                               }
-                                                                       else
-                                                                               {
-                                                                                       gchar *codice;
-                                                                                       GModule *module;
-
-                                                                                       codice = g_strdup (gtk_entry_get_text (GTK_ENTRY (txt_codice)));
-                                                                                       g_strstrip (codice);
-
-                                                                                       /* carico il modulo per l'autenticazione */
-                                                                                       module = aute_plugin_get_module (solipa->confi);
-                                                                                       if (module != NULL)
-                                                                                               {
-                                                                                                       gboolean (*crea_utente) (Confi *confi, const gchar *codice, const gchar *password);
-
-                                                                                                       if (!g_module_symbol (module, "crea_utente", (gpointer *)&crea_utente))
-                                                                                                               {
-                                                                                                                       g_warning ("Errore nel caricamento della funzione del plugin di autenticazione.");
-                                                                                                               }
-                                                                                                       else
-                                                                                                               {
-                                                                                                                       (*crea_utente) (solipa->confi, codice, password);
-                                                                                                               }
-                                                                                               }
-
-                                                                                       riempi_tr_utenti ();
-                                                                               }
-                                                                       break;
-                                                               }
-                                                       else
-                                                               {
-                                                                       GtkWidget *diag;
-
-                                                                       diag = gtk_message_dialog_new (GTK_WINDOW (diag_utente),
-                                                                                                                                                                                                GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                                                                                                                                                                GTK_MESSAGE_WARNING,
-                                                                                                                                                                                                GTK_BUTTONS_OK,
-                                                                                                                                                                                                "La password o la sua conferma sono vuote o non coincidono.");
-                                                                       gtk_dialog_run (GTK_DIALOG (diag));
-                                                                       gtk_widget_destroy (diag);
-                                                                       gtk_widget_grab_focus (txt_password);
-                                                               }
-                                               }
-                                       else
-                                               {
-                                                       GtkWidget *diag;
-
-                                                       diag = gtk_message_dialog_new (GTK_WINDOW (diag_utente),
-                                                                                      GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                                                      GTK_MESSAGE_WARNING,
-                                                                                      GTK_BUTTONS_OK,
-                                                                                      "Inserire tutti i campi obbligatori.");
-                                                       gtk_dialog_run (GTK_DIALOG (diag));
-                                                       gtk_widget_destroy (diag);
-                                               }
-                               }
-                       else
-                               {
-                                       /* GTK_RESPONSE_CANCEL */
-                                       break;
-                               }
+                       g_error ("Errore: %s.", error->message);
                }
-       gtk_widget_hide (diag_utente);
+
+       diag = GTK_WIDGET (gtk_builder_get_object (gtkbuilder, "dlg_about"));
+
+       gtk_dialog_run (GTK_DIALOG (diag));
+       gtk_widget_destroy (diag);
 }
 
-void
-on_mnu_utenti_modifica_activate (GtkMenuItem *menuitem,
-                                 gpointer user_data)
+int
+main (int argc, char **argv)
 {
-       GtkTreeIter iter;
+       GError *error;
 
-       if (gtk_tree_selection_get_selected (sel_utenti, NULL, &iter))
-               {
-                       gchar *codice;
-                       gchar *sql;
-                       gchar *stato;
-                       GdaDataModel *dm;
+       Aute *aute;
+       gchar **aute_params;
+       gsize n_aute_params;
+       GSList *sl_aute_params;
 
-                       gtk_tree_model_get (GTK_TREE_MODEL (store_utenti), &iter,
-                                                                                                       COL_COD, &codice,
-                                           COL_STATO, &stato,
-                                                                                                       -1);
+       gchar *utente;
 
-                       gtk_entry_set_text (GTK_ENTRY (txt_codice), codice);
-                       gtk_editable_set_editable (GTK_EDITABLE (txt_codice), FALSE);
+       gchar *cnc_string;
 
-                       sql = form_get_sql (frm_utente, FORM_SQL_SELECT);
-                       dm = gdao_query (gdao, sql);
-                       form_clear (frm_utente);
-                       form_fill_from_datamodel (frm_utente, dm, 0);
+       guint i;
 
-                       if (strcmp (stato, "E") == 0)
-                               {
-                                       gtk_widget_set_sensitive (btn_ok_utente, FALSE);
-                               }
-                       else
-                               {
-                                       gtk_widget_set_sensitive (btn_ok_utente, TRUE);
-                               }
+       gtk_init (&argc, &argv);
 
-                       while (TRUE)
-                               {
-                                       if (gtk_dialog_run (GTK_DIALOG (diag_utente)) == GTK_RESPONSE_OK)
-                                               {
-                                                       if (form_check (frm_utente))
-                                                               {
-                                                                       gchar *password;
-                                                                       gchar *password_conferma;
-
-                                                                       password = g_strdup (gtk_entry_get_text (GTK_ENTRY (txt_password)));
-                                                                       password_conferma = g_strdup (gtk_entry_get_text (GTK_ENTRY (txt_conferma_password)));
-
-                                                                       g_strstrip (password);
-                                                                       g_strstrip (password_conferma);
-
-                                                                       if (strcmp (password, "") != 0
-                                                                                       && strcmp (password, password_conferma) == 0)
-                                                                               {
-                                                                                       gchar *sql;
-
-                                                                                       sql = form_get_sql (frm_utente, FORM_SQL_UPDATE);
-                                                                                       if (gdao_execute (gdao, sql) < 0)
-                                                                                               {
-                                                                                                       g_warning ("Errore nella modifica dell'utente.");
-                                                                                               }
-                                                                                       else
-                                                                                               {
-                                                                                                       gchar *codice;
-                                                                                                       GModule *module;
-
-                                                                                                       codice = g_strdup (gtk_entry_get_text (GTK_ENTRY (txt_codice)));
-                                                                                                       g_strstrip (codice);
-
-                                                                                                       /* carico il modulo per l'autenticazione */
-                                                                                                       module = aute_plugin_get_module (solipa->confi);
-                                                                                                       if (module != NULL)
-                                                                                                               {
-                                                                                                                       gboolean (*modifica_utente) (Confi *confi, const gchar *codice, const gchar *password);
-               
-                                                                                                                       if (!g_module_symbol (module, "modifica_utente", (gpointer *)&modifica_utente))
-                                                                                                                               {
-                                                                                                                                       g_warning ("Errore nel caricamento della funzione del plugin di autenticazione.");
-                                                                                                                               }
-                                                                                                                       else
-                                                                                                                               {
-                                                                                                                                       (*modifica_utente) (solipa->confi, codice, password);
-                                                                                                                               }
-                                                                                                               }
-
-                                                                                                       riempi_tr_utenti ();
-                                                                                               }
-                                                                                       break;
-                                                                               }
-                                                                       else
-                                                                               {
-                                                                                       GtkWidget *diag;
-
-                                                                                       diag = gtk_message_dialog_new (GTK_WINDOW (diag_utente),
-                                                                                                                                                                                                                GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                                                                                                                                                                                GTK_MESSAGE_WARNING,
-                                                                                                                                                                                                                GTK_BUTTONS_OK,
-                                                                                                                                                                                                                "La password o la sua conferma sono vuote o non coincidono.");
-                                                                                       gtk_dialog_run (GTK_DIALOG (diag));
-                                                                                       gtk_widget_destroy (diag);
-                                                                                       gtk_widget_grab_focus (txt_password);
-                                                                               }
-                                                               }
-                                                       else
-                                                               {
-                                                                       GtkWidget *diag;
-
-                                                                       diag = gtk_message_dialog_new (GTK_WINDOW (diag_utente),
-                                                                                                                                                                                                GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                                                                                                                                                                GTK_MESSAGE_WARNING,
-                                                                                                                                                                                                GTK_BUTTONS_OK,
-                                                                                                                                                                                                "Inserire tutti i campi obbligatori.");
-                                                                       gtk_dialog_run (GTK_DIALOG (diag));
-                                                                       gtk_widget_destroy (diag);
-                                                               }
-                                               }
-                                       else
-                                               {
-                                                       /* GTK_RESPONSE_CANCEL */
-                                                       break;
-                                               }
-                               }
+       /* leggo la configurazione dal file */
+       if (argc == 1)
+               {
+                       g_error ("Occorre passare a riga di comando il file di configurazione.");
+               }
+
+       error = NULL;
+       config = g_key_file_new ();
+       if (!g_key_file_load_from_file (config, argv[1], G_KEY_FILE_NONE, &error))
+               {
+                       g_error ("Impossibile caricare il file di configurazione specificato: %s.", argv[1]);
+               }
 
-                       gtk_editable_set_editable (GTK_EDITABLE (txt_codice), TRUE);
-                       gtk_widget_hide (diag_utente);
+       /* leggo i parametri per l'autenticazione */
+       error = NULL;
+       aute_params = g_key_file_get_keys (config, "AUTE", &n_aute_params, &error);
+       if (aute_params == NULL)
+               {
+                       g_error ("Impossibile leggere la configurazione per il sistema di autenticazione.");
                }
-       else
+
+       sl_aute_params = NULL;
+       for (i = 0; i < n_aute_params; i++)
                {
-                       /* TO DO */
+                       error = NULL;
+                       sl_aute_params = g_slist_append (sl_aute_params, g_key_file_get_string (config, "AUTE", aute_params[i], &error));
                }
-}
 
-void
-on_mnu_utenti_elimina_activate (GtkMenuItem *menuitem,
-                                gpointer user_data)
-{
-       GtkTreeIter iter;
+       g_strfreev (aute_params);
+
+       /* autenticazione */
+       aute = aute_new ();
+       aute_set_config (aute, sl_aute_params);
 
-       if (gtk_tree_selection_get_selected (sel_utenti, NULL, &iter))
+       while (TRUE)
                {
-                       GtkWidget *diag = gtk_message_dialog_new (GTK_WINDOW (w),
-                                                                 GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                                 GTK_MESSAGE_QUESTION,
-                                                                 GTK_BUTTONS_YES_NO,
-                                                                 "Sicuri di voler eliminare l'utente selezionato?");
-                       if (gtk_dialog_run (GTK_DIALOG (diag)) == GTK_RESPONSE_YES)
+                       utente = aute_autentica (aute);
+
+                       if (utente == NULL)
                                {
-                                       gchar *sql;
-                                       gchar *codice;
-
-                                       gtk_tree_model_get (GTK_TREE_MODEL (store_utenti), &iter,
-                                                           COL_COD, &codice,
-                                                           -1);
-                               
-                                       sql = g_strdup_printf ("UPDATE utenti "
-                                                              "SET stato = 'E' "
-                                                              "WHERE codice = '%s'",
-                                                              codice);
-                                       if (gdao_execute (gdao, sql) < 0)
-                                               {
-                                                       g_warning ("Errore nell'eliminazione dell'utente.");
-                                               }
-                                       else
-                                               {
-                                                       GModule *module;
-
-                                                       /* carico il modulo per l'autenticazione */
-                                                       module = aute_plugin_get_module (solipa->confi);
-                                                       if (module != NULL)
-                                                               {
-                                                                       gboolean (*elimina_utente) (Confi *confi, const gchar *codice);
-
-                                                                       if (!g_module_symbol (module, "elimina_utente", (gpointer *)&elimina_utente))
-                                                                               {
-                                                                                       g_warning ("Errore nel caricamento della funzione del plugin di autenticazione.");
-                                                                               }
-                                                                       else
-                                                                               {
-                                                                                       (*elimina_utente) (solipa->confi, codice);
-                                                                               }
-                                                               }
-
-                                                       riempi_tr_utenti ();
-                                               }
+                                       g_warning ("Nome utente o password non validi.");
+                               }
+                       else if (g_strcmp0 (utente, "") == 0)
+                               {
+                                       return 0;                               
+                               }
+                       else
+                               {
+                                       break;
                                }
-                       gtk_widget_destroy (diag);
-               }
-       else
-               {
-                       /* TO DO */
                }
-}
 
-void
-on_mnu_help_about_activate (GtkMenuItem *menuitem,
-                            gpointer user_data)
-{
-       GladeXML *gla_about = glade_xml_new (GLADEDIR "/utenti.glade", "diag_about", NULL);
-       GtkWidget *diag = glade_xml_get_widget (gla_about, "diag_about");
+#ifdef G_OS_WIN32
 
-       gtk_dialog_run (GTK_DIALOG (diag));
-       gtk_widget_destroy (diag);
-}
+#undef GUIDIR
+       guidir = g_build_filename (g_win32_get_package_installation_directory_of_module (NULL), "share", PACKAGE, "gui", NULL);
 
-int
-main (int argc, char **argv)
-{
-       GladeXML *gla_main;
-       gchar *provider_id;
-       gchar *cnc_string;
-       FormField *ffld;
-       FormWidget *fwdg;
-       FormKey *fkey;
+#undef FORMDIR
+       formdir = g_build_filename (g_win32_get_package_installation_directory_of_module (NULL), "share", PACKAGE, "form", NULL);
 
-       gtk_init (&argc, &argv);
+#else
 
-       solipa = solipa_init (&argc, &argv);
-       if (solipa == NULL)
-               {
-                       return 0;
-               }
+       guidir = g_strdup (GUIDIR);
+       formdir = g_strdup (FORMDIR);
 
-       provider_id = confi_path_get_value (solipa->confi, "utenti/db/provider_id");
-       cnc_string = confi_path_get_value (solipa->confi, "utenti/db/cnc_string");
-
-       gdao = gdao_new_from_string (NULL, provider_id, cnc_string);
-
-       gla_main = glade_xml_new (GLADEDIR "/utenti.glade", "w_main", NULL);
-       glade_xml_signal_autoconnect (gla_main);
-
-       w = glade_xml_get_widget (gla_main, "w_main");
-       tr_utenti = glade_xml_get_widget (gla_main, "tr_utenti");
-
-       gla_utente = glade_xml_new (GLADEDIR "/utenti.glade", "diag_utente", NULL);
-       diag_utente = glade_xml_get_widget (gla_utente, "diag_utente");
-       btn_ok_utente = glade_xml_get_widget (gla_utente, "btn_ok");
-
-       /* creo l'oggetto Form per diag_utente */
-       frm_utente = form_new ();
-
-       fkey = form_key_new ();
-       g_object_set (G_OBJECT (frm_utente),
-                     "key", fkey,
-                                                               "table", "utenti",
-                     NULL);
-
-       txt_codice = glade_xml_get_widget (gla_utente, "txt_codice");
-       txt_password = glade_xml_get_widget (gla_utente, "txt_password");
-       txt_conferma_password = glade_xml_get_widget (gla_utente, "txt_conferma_password");
-
-       fwdg = form_widget_entry_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "txt_codice");
-
-       ffld = form_field_text_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "field", "codice",
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-       form_key_add_field (fkey, ffld);
-
-       fwdg = form_widget_entry_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "txt_id_personale");
-
-       ffld = form_field_integer_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "field", "id_personale",
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       fwdg = form_widget_entry_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "txt_cognome");
-
-       ffld = form_field_text_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "field", "cognome",
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       fwdg = form_widget_entry_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "txt_nome");
-
-       ffld = form_field_text_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "field", "nome",
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       fwdg = form_widget_entry_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "txt_password");
-
-       ffld = form_field_text_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       fwdg = form_widget_entry_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "txt_conferma_password");
-
-       ffld = form_field_text_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       fwdg = form_widget_check_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "chk_abilitato");
-
-       ffld = form_field_boolean_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "field", "abilitato",
-                     "form-widget", fwdg,
-                                                               "default", TRUE,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       fwdg = form_widget_label_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "lbl_ultimo_accesso");
-
-       ffld = form_field_datetime_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "field", "ultimo_accesso",
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       fwdg = form_widget_textview_new ();
-       form_widget_set_from_glade (fwdg, gla_utente, "txtv_descrizione");
-
-       ffld = form_field_text_new ();
-       g_object_set (G_OBJECT (ffld),
-                     "field", "descrizione",
-                     "form-widget", fwdg,
-                                                               NULL);
-       form_add_field (frm_utente, ffld);
-
-       crea_tr_utenti ();
-       if (gdao != NULL)
+#endif
+
+       guifile = g_build_filename (guidir, "utenti.gui", NULL);
+
+       gtkbuilder = gtk_builder_new ();
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (gtkbuilder, guifile,
+                                          g_strsplit_set ("w_main", "|", -1),
+                                          &error);
+       if (error != NULL)
                {
-                       riempi_tr_utenti ();
+                       g_error ("Errore: %s", error->message);
                }
 
+       gtk_builder_connect_signals (gtkbuilder, NULL);
+
+       w = GTK_WIDGET (gtk_builder_get_object (gtkbuilder, "w_main"));
+
+       vbx_body = GTK_WIDGET (gtk_builder_get_object (gtkbuilder, "vbx_body"));
+
+       vbx_body_child = NULL;
+
+       gtk_widget_show (w);
+
        gtk_main ();
 
        return 0;