]> saetta.ns0.it Git - solipa/utenti/commitdiff
Import iniziale.
authorAndrea Zagli <azagli@libero.it>
Sun, 8 Aug 2010 08:13:21 +0000 (10:13 +0200)
committerAndrea Zagli <azagli@libero.it>
Sun, 8 Aug 2010 08:13:21 +0000 (10:13 +0200)
14 files changed:
AUTHORS [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
config.h.in [new file with mode: 0644]
configure.ac [new file with mode: 0644]
data/Makefile.am [new file with mode: 0644]
data/utenti/Makefile.am [new file with mode: 0644]
data/utenti/gui/Makefile.am [new file with mode: 0644]
data/utenti/gui/utenti.gui [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/main.c [new file with mode: 0644]
tests/test.db [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..948556f
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+Andrea Zagli <azagli@inwind.it>
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..9768a98
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = src data
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..1745655
--- /dev/null
@@ -0,0 +1,23 @@
+#!/bin/bash
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="mezzi"
+
+(test -f $srcdir/configure.ac \
+  && test -d $srcdir/src \
+  && test -f $srcdir/src/main.c) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level utenti directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from GNOME and make"
+    echo "sure the gnome-autogen.sh script is in your \$PATH."
+    exit 1
+}
+
+USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/config.h.in b/config.h.in
new file mode 100644 (file)
index 0000000..fa592e5
--- /dev/null
@@ -0,0 +1,25 @@
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Version number of package */
+#undef VERSION
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
diff --git a/configure.ac b/configure.ac
new file mode 100644 (file)
index 0000000..2bdc4b3
--- /dev/null
@@ -0,0 +1,39 @@
+#                                               -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ(2.60)
+AC_INIT([utenti], [0.0.1], [azagli@libero.it])
+AC_CONFIG_SRCDIR([src/main.c])
+AC_CONFIG_HEADER([config.h])
+
+AM_INIT_AUTOMAKE
+AM_MAINTAINER_MODE
+
+AC_CANONICAL_SYSTEM
+
+# Checks for programs.
+AC_PROG_CC
+AC_PROG_CXX
+
+# Checks for libraries.
+PKG_CHECK_MODULES(UTENTI, [gtk+-2.0 >= 2.20.0
+                           libaute >= 0.0.2])
+
+AC_SUBST(UTENTI_CFLAGS)
+AC_SUBST(UTENTI_LIBS)
+
+# Checks for header files.
+
+# Checks for typedefs, structures, and compiler characteristics.
+AC_C_CONST
+
+# Checks for library functions.
+
+AC_CONFIG_FILES([
+  Makefile
+  src/Makefile
+  data/Makefile
+  data/utenti/Makefile
+  data/utenti/gui/Makefile
+])
+AC_OUTPUT
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644 (file)
index 0000000..cd93d4b
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = utenti
diff --git a/data/utenti/Makefile.am b/data/utenti/Makefile.am
new file mode 100644 (file)
index 0000000..13c2b3d
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = gui
diff --git a/data/utenti/gui/Makefile.am b/data/utenti/gui/Makefile.am
new file mode 100644 (file)
index 0000000..75f8f6e
--- /dev/null
@@ -0,0 +1,5 @@
+guidir = $(datadir)/utenti/gui
+
+gui_DATA = utenti.gui
+
+EXTRA_DIST = $(gui_DATA)
diff --git a/data/utenti/gui/utenti.gui b/data/utenti/gui/utenti.gui
new file mode 100644 (file)
index 0000000..78ba661
--- /dev/null
@@ -0,0 +1,852 @@
+<?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
+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.
+
+Gestione Utenti SOLIPA Ã¨ distribuito nella speranza che possa
+risultare utile, ma SENZA ALCUNA GARANZIA, nemmeno la garanzia
+implicita di COMMERCIABILITÀ o APPLICABILITÀ PER UNO SCOPO
+PARTICOLARE. Per maggiori dettagli consultare la GNU General Public
+License.
+
+Una copia della GNU General Public License dovrebbe essere stata
+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>
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644 (file)
index 0000000..ad7f710
--- /dev/null
@@ -0,0 +1,12 @@
+gladedir = $(datadir)/utenti/glade
+
+AM_CPPFLAGS = -I.. \
+              $(UTENTI_CFLAGS) \
+              -DGLADEDIR=\""$(gladedir)"\"
+
+LIBS = $(UTENTI_LIBS) \
+       -export-dynamic
+
+bin_PROGRAMS = utenti
+
+utenti_SOURCES = main.c
diff --git a/src/main.c b/src/main.c
new file mode 100644 (file)
index 0000000..c12f115
--- /dev/null
@@ -0,0 +1,603 @@
+/*
+ * Copyright (C) 2006 Andrea Zagli <azagli@inwind.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
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifdef HAVE_CONFIG_H
+       #include <config.h>
+#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);
+
+       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;
+
+                       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);
+                               }
+               }
+}
+
+/* CALLBACKS */
+void
+on_mnu_utenti_nuovo_activate (GtkMenuItem *menuitem,
+                              gpointer user_data)
+{
+       form_clear (frm_utente);
+
+       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_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;
+                               }
+               }
+       gtk_widget_hide (diag_utente);
+}
+
+void
+on_mnu_utenti_modifica_activate (GtkMenuItem *menuitem,
+                                 gpointer user_data)
+{
+       GtkTreeIter iter;
+
+       if (gtk_tree_selection_get_selected (sel_utenti, NULL, &iter))
+               {
+                       gchar *codice;
+                       gchar *sql;
+                       gchar *stato;
+                       GdaDataModel *dm;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (store_utenti), &iter,
+                                                                                                       COL_COD, &codice,
+                                           COL_STATO, &stato,
+                                                                                                       -1);
+
+                       gtk_entry_set_text (GTK_ENTRY (txt_codice), codice);
+                       gtk_editable_set_editable (GTK_EDITABLE (txt_codice), FALSE);
+
+                       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);
+
+                       if (strcmp (stato, "E") == 0)
+                               {
+                                       gtk_widget_set_sensitive (btn_ok_utente, FALSE);
+                               }
+                       else
+                               {
+                                       gtk_widget_set_sensitive (btn_ok_utente, TRUE);
+                               }
+
+                       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;
+                                               }
+                               }
+
+                       gtk_editable_set_editable (GTK_EDITABLE (txt_codice), TRUE);
+                       gtk_widget_hide (diag_utente);
+               }
+       else
+               {
+                       /* TO DO */
+               }
+}
+
+void
+on_mnu_utenti_elimina_activate (GtkMenuItem *menuitem,
+                                gpointer user_data)
+{
+       GtkTreeIter iter;
+
+       if (gtk_tree_selection_get_selected (sel_utenti, NULL, &iter))
+               {
+                       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)
+                               {
+                                       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 ();
+                                               }
+                               }
+                       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");
+
+       gtk_dialog_run (GTK_DIALOG (diag));
+       gtk_widget_destroy (diag);
+}
+
+int
+main (int argc, char **argv)
+{
+       GladeXML *gla_main;
+       gchar *provider_id;
+       gchar *cnc_string;
+       FormField *ffld;
+       FormWidget *fwdg;
+       FormKey *fkey;
+
+       gtk_init (&argc, &argv);
+
+       solipa = solipa_init (&argc, &argv);
+       if (solipa == NULL)
+               {
+                       return 0;
+               }
+
+       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)
+               {
+                       riempi_tr_utenti ();
+               }
+
+       gtk_main ();
+
+       return 0;
+}
diff --git a/tests/test.db b/tests/test.db
new file mode 100644 (file)
index 0000000..8918cd1
Binary files /dev/null and b/tests/test.db differ