]> saetta.ns0.it Git - albonline/be/commitdiff
Gestione atti.
authorAndrea Zagli <azagli@libero.it>
Sat, 16 Feb 2013 16:12:49 +0000 (17:12 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 16 Feb 2013 16:12:49 +0000 (17:12 +0100)
17 files changed:
.anjuta_sym_db.db
data/messi/form/Makefile.am
data/messi/form/atto.form [new file with mode: 0644]
data/messi/form/attoallegato.form [new file with mode: 0644]
data/messi/form/trovaatti.form [new file with mode: 0644]
data/messi/gui/messi.gui
docs/messi.sql
src/Makefile.am
src/atti.c [new file with mode: 0644]
src/atti.h [new file with mode: 0644]
src/atto.c [new file with mode: 0644]
src/atto.h [new file with mode: 0644]
src/attoallegato.c [new file with mode: 0644]
src/attoallegato.h [new file with mode: 0644]
src/main.c
src/trovaatti.c [new file with mode: 0644]
src/trovaatti.h [new file with mode: 0644]

index de7fcadba6c7facf3d934571aff58d3498cf269a..7aecda89f0679e1458ac419abddaa62515b30c1a 100644 (file)
Binary files a/.anjuta_sym_db.db and b/.anjuta_sym_db.db differ
index 41a74cb1e6ac47a00449cf09e52732ea12ffc518..7be77d09d450e8f23cd04c4e7bd71b8ede2640bc 100644 (file)
@@ -1,6 +1,9 @@
 formdir = $(datadir)/$(PACKAGE)/form
 
 form_DATA = \
-             tipoatto.form
+             atto.form \
+             attoallegato.form \
+             tipoatto.form \
+             trovaatti.form
 
 EXTRA_DIST = $(form_DATA)
diff --git a/data/messi/form/atto.form b/data/messi/form/atto.form
new file mode 100644 (file)
index 0000000..59889ec
--- /dev/null
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <table>atti</table>
+
+       <widget type="label" name="label3" label="label1">
+               <field type="integer" name="id">
+                       <is-key>t</is-key>
+                       <auto-increment>t</auto-increment>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry1" label="label4">
+               <field type="text" name="numero">
+                       <obligatory>t</obligatory>
+               </field>
+       </widget>
+
+       <widget type="decoder" name="gtkformdecoder1" label="label5">
+               <decoder>
+                       <sql>
+                               SELECT descrizione FROM tipi_atto WHERE id = ##key0::gint
+                       </sql>
+               </decoder>
+               <field type="integer" name="id_tipi_atto">
+                       <obligatory>t</obligatory>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry2" label="label6">
+               <field type="text" name="oggetto">
+                       <obligatory>t</obligatory>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry3" label="label7">
+               <field type="datetime" name="ricezione_data">
+                       <datetime-type>date</datetime-type>
+                       <display-format>%d/%m/%Y</display-format>
+                       <min-value>now</min-value>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry4" label="label8">
+               <field type="datetime" name="pubblicazione_inizio_data">
+                       <datetime-type>date</datetime-type>
+                       <display-format>%d/%m/%Y</display-format>
+                       <obligatory>t</obligatory>
+                       <min-value>now</min-value>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry5" label="label9">
+               <field type="datetime" name="pubblicazione_fine_data">
+                       <datetime-type>date</datetime-type>
+                       <display-format>%d/%m/%Y</display-format>
+                       <obligatory>t</obligatory>
+                       <min-value>now</min-value>
+               </field>
+       </widget>
+
+       <widget type="textview" name="textview1" label="label10">
+               <field type="text" name="note" />
+       </widget>
+
+</gtkform>
diff --git a/data/messi/form/attoallegato.form b/data/messi/form/attoallegato.form
new file mode 100644 (file)
index 0000000..03428d2
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <table>atto_allegati</table>
+
+       <widget type="label" name="label324" label="label323">
+               <field type="integer" name="id">
+                       <is-key>t</is-key>
+                       <auto-increment>t</auto-increment>
+               </field>
+       </widget>
+
+       <widget type="label" name="label330">
+               <field type="integer" name="id_atti" />
+       </widget>
+
+       <widget type="entry" name="entry111" label="label328">
+               <field type="text" name="titolo">
+                       <obligatory>t</obligatory>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry109" label="label325">
+               <field type="text" name="descrizione" />
+       </widget>
+
+       <widget type="entry" name="entry110" label="label327">
+               <field type="datetime" name="data_documento">
+                       <datetime-type>date</datetime-type>
+                       <display-format>%d/%m/%Y</display-format>
+               </field>
+       </widget>
+
+       <widget type="textview" name="textview22" label="label326">
+               <field type="text" name="note" />
+       </widget>
+
+</gtkform>
diff --git a/data/messi/form/trovaatti.form b/data/messi/form/trovaatti.form
new file mode 100644 (file)
index 0000000..c2401c5
--- /dev/null
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <widget type="decoder" name="gtkformdecoder4" label="label21">
+               <decoder>
+                       <sql>
+                               SELECT CASE WHEN ragione_sociale &lt;&gt; '' THEN ragione_sociale
+                               ELSE cognome || ' ' || nome END FROM beneficiari WHERE id = ##key0::gint
+                       </sql>
+               </decoder>
+               <field type="integer" name="id_beneficiari" />
+       </widget>
+
+       <widget type="decoder" name="gtkformdecoder15" label="label52">
+               <decoder>
+                       <sql>
+                               SELECT nome FROM uffici WHERE id = ##key0::gint
+                       </sql>
+               </decoder>
+               <field type="integer" name="id_uffici">
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry20" label="label53">
+               <field type="datetime" name="albo_da_data">
+                       <datetime-type>date</datetime-type>
+                       <display-format>%d/%m/%Y</display-format>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry21" label="label54">
+               <field type="datetime" name="albo_a_data">
+                       <datetime-type>date</datetime-type>
+                       <display-format>%d/%m/%Y</display-format>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry18" label="label34">
+               <field type="integer" name="determina_numero" />
+       </widget>
+
+       <widget type="entry" name="entry19" label="label35">
+               <field type="integer" name="determina_anno" />
+       </widget>
+
+</gtkform>
index 43e7a9c74515b7236664fcd96a4c77e45ab35891..53e0e0abd64d6334348b3abbef78ab4437d5b419 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <requires lib="gtk+" version="2.16"/>
+  <!-- interface-requires gtkformui 0.0 -->
   <!-- interface-naming-policy project-wide -->
   <object class="GtkAboutDialog" id="dlg_about">
     <property name="can_focus">False</property>
       </object>
     </child>
   </object>
-  <object class="GtkListStore" id="lstore_tipi_atto">
+  <object class="GtkListStore" id="lstore_atti">
+    <columns>
+      <!-- column-name id -->
+      <column type="guint"/>
+      <!-- column-name numero -->
+      <column type="gchararray"/>
+      <!-- column-name tipo -->
+      <column type="gchararray"/>
+      <!-- column-name oggetto -->
+      <column type="gchararray"/>
+      <!-- column-name ufficio -->
+      <column type="gchararray"/>
+      <!-- column-name ricezione_data -->
+      <column type="gchararray"/>
+      <!-- column-name pubblicazione_inizio_data -->
+      <column type="gchararray"/>
+      <!-- column-name pubblicazione_fine_data -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
+  <object class="GtkListStore" id="lstore_atto_allegati">
     <columns>
       <!-- column-name id -->
       <column type="guint"/>
+      <!-- column-name titolo -->
+      <column type="gchararray"/>
       <!-- column-name descrizione -->
       <column type="gchararray"/>
+      <!-- column-name percorso -->
+      <column type="gchararray"/>
+      <!-- column-name contenuto -->
+      <column type="guint"/>
     </columns>
   </object>
-  <object class="GtkWindow" id="w_albo_pretorio">
-    <property name="can_focus">False</property>
-    <child>
-      <object class="GtkVBox" id="vbox8">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
-        <property name="border_width">5</property>
-        <property name="spacing">5</property>
-        <child>
-          <object class="GtkTable" id="table3">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="n_rows">8</property>
-            <property name="n_columns">2</property>
-            <property name="column_spacing">5</property>
-            <property name="row_spacing">5</property>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkHButtonBox" id="hbuttonbox7">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="spacing">5</property>
-            <property name="layout_style">end</property>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-      </object>
-    </child>
+  <object class="GtkListStore" id="lstore_tipi_atto">
+    <columns>
+      <!-- column-name id -->
+      <column type="guint"/>
+      <!-- column-name descrizione -->
+      <column type="gchararray"/>
+    </columns>
   </object>
-  <object class="GtkWindow" id="w_lst_albo_pretorio">
+  <object class="GtkWindow" id="w_atti">
     <property name="can_focus">False</property>
+    <property name="title" translatable="yes">Atti - Gestione messi notificatori</property>
     <child>
       <object class="GtkVBox" id="vbox2">
         <property name="visible">True</property>
           <object class="GtkLabel" id="label2">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">&lt;b&gt;Albo pretorio&lt;/b&gt;</property>
+            <property name="label" translatable="yes">&lt;b&gt;Atti&lt;/b&gt;</property>
             <property name="use_markup">True</property>
           </object>
           <packing>
             <property name="vscrollbar_policy">automatic</property>
             <property name="shadow_type">etched-in</property>
             <child>
-              <object class="GtkTreeView" id="lst_albo_pretorio_trv_lista">
+              <object class="GtkTreeView" id="treeview1">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="model">lstore_atti</property>
+                <property name="rules_hint">True</property>
+                <property name="search_column">1</property>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn1">
+                    <property name="title" translatable="yes">ID</property>
+                    <child>
+                      <object class="GtkCellRendererSpin" id="cellrendererspin1"/>
+                      <attributes>
+                        <attribute name="text">0</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn2">
+                    <property name="title" translatable="yes">Numero</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
+                      <attributes>
+                        <attribute name="text">1</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn3">
+                    <property name="title" translatable="yes">Tipo</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext2"/>
+                      <attributes>
+                        <attribute name="text">2</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn4">
+                    <property name="title" translatable="yes">Oggetto</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext3"/>
+                      <attributes>
+                        <attribute name="text">3</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn8">
+                    <property name="title" translatable="yes">Ufficio</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext7"/>
+                      <attributes>
+                        <attribute name="text">4</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn5">
+                    <property name="title" translatable="yes">Data ricezione</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext4"/>
+                      <attributes>
+                        <attribute name="text">5</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn6">
+                    <property name="title" translatable="yes">Data inizio pubblicazione</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext5"/>
+                      <attributes>
+                        <attribute name="text">6</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn7">
+                    <property name="title" translatable="yes">Data fine pubblicazione</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext6"/>
+                      <attributes>
+                        <attribute name="text">7</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
               </object>
             </child>
           </object>
             <property name="spacing">5</property>
             <property name="layout_style">end</property>
             <child>
-              <object class="GtkButton" id="lst_albo_pretorio_btn_nuovo">
+              <object class="GtkButton" id="button4">
                 <property name="label">gtk-new</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="lst_albo_pretorio_btn_modifica">
-                <property name="label">gtk-edit</property>
+              <object class="GtkButton" id="button5">
+                <property name="label">gtk-edit</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button6">
+                <property name="label">gtk-delete</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button8">
+                <property name="label" translatable="yes">_Esporta</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">3</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button7">
+                <property name="label">gtk-find</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">4</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button9">
+                <property name="label">gtk-undo</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">5</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button10">
+                <property name="label">gtk-ok</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">6</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkWindow" id="w_atto">
+    <property name="can_focus">False</property>
+    <property name="title" translatable="yes">Atto - Gestione messi notificatori</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">600</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox8">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="border_width">5</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table3">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="n_rows">10</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">ID</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label3">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_id</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label4">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Numero</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">10</property>
+                <property name="invisible_char">•</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label5">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Tipo</property>
+              </object>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkFormDecoder" id="gtkformdecoder1">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label6">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Oggetto</property>
+              </object>
+              <packing>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry2">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">255</property>
+                <property name="invisible_char">•</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label7">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Data ricezione</property>
+              </object>
+              <packing>
+                <property name="top_attach">5</property>
+                <property name="bottom_attach">6</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label8">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Data inizio pubblicazione</property>
+              </object>
+              <packing>
+                <property name="top_attach">6</property>
+                <property name="bottom_attach">7</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label9">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Data fine pubblicazione</property>
+              </object>
+              <packing>
+                <property name="top_attach">7</property>
+                <property name="bottom_attach">8</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry3">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">10</property>
+                <property name="invisible_char">•</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry4">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">10</property>
+                <property name="invisible_char">•</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry5">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">10</property>
+                <property name="invisible_char">•</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label10">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="yalign">0</property>
+                <property name="label" translatable="yes">Note</property>
+              </object>
+              <packing>
+                <property name="top_attach">8</property>
+                <property name="bottom_attach">9</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkScrolledWindow" id="scrolledwindow2">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">etched-in</property>
+                <child>
+                  <object class="GtkTextView" id="textview1">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                  </object>
+                </child>
+              </object>
+              <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>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkFrame" id="frame1">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="label_xalign">0</property>
+                <child>
+                  <object class="GtkHBox" id="hbox31">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="border_width">5</property>
+                    <property name="spacing">5</property>
+                    <child>
+                      <object class="GtkScrolledWindow" id="scrolledwindow11">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="hscrollbar_policy">automatic</property>
+                        <property name="vscrollbar_policy">automatic</property>
+                        <property name="shadow_type">etched-in</property>
+                        <child>
+                          <object class="GtkTreeView" id="treeview3">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="model">lstore_atto_allegati</property>
+                            <property name="headers_clickable">False</property>
+                            <property name="rules_hint">True</property>
+                            <property name="search_column">0</property>
+                            <child>
+                              <object class="GtkTreeViewColumn" id="treeviewcolumn25">
+                                <property name="title">Titolo</property>
+                                <child>
+                                  <object class="GtkCellRendererText" id="cellrenderertext23"/>
+                                  <attributes>
+                                    <attribute name="text">1</attribute>
+                                  </attributes>
+                                </child>
+                              </object>
+                            </child>
+                            <child>
+                              <object class="GtkTreeViewColumn" id="treeviewcolumn26">
+                                <property name="title">Descrizione</property>
+                                <child>
+                                  <object class="GtkCellRendererText" id="cellrenderertext25"/>
+                                  <attributes>
+                                    <attribute name="text">2</attribute>
+                                  </attributes>
+                                </child>
+                              </object>
+                            </child>
+                          </object>
+                        </child>
+                      </object>
+                      <packing>
+                        <property name="expand">True</property>
+                        <property name="fill">True</property>
+                        <property name="position">0</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkVButtonBox" id="vbuttonbox1">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="spacing">5</property>
+                        <property name="layout_style">start</property>
+                        <child>
+                          <object class="GtkButton" id="button39">
+                            <property name="label">gtk-new</property>
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="receives_default">True</property>
+                            <property name="use_stock">True</property>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">0</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkButton" id="button40">
+                            <property name="label">gtk-edit</property>
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="receives_default">True</property>
+                            <property name="use_stock">True</property>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">1</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkButton" id="button41">
+                            <property name="label">gtk-delete</property>
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="receives_default">True</property>
+                            <property name="use_stock">True</property>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">2</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkButton" id="button42">
+                            <property name="label">gtk-open</property>
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="receives_default">True</property>
+                            <property name="use_stock">True</property>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">3</property>
+                          </packing>
+                        </child>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="fill">True</property>
+                        <property name="position">1</property>
+                      </packing>
+                    </child>
+                  </object>
+                </child>
+                <child type="label">
+                  <object class="GtkLabel" id="label15">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="label" translatable="yes">&lt;b&gt;Allegati&lt;/b&gt;</property>
+                    <property name="use_markup">True</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="right_attach">2</property>
+                <property name="top_attach">9</property>
+                <property name="bottom_attach">10</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkFormDecoder" id="gtkformdecoder2">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label16">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Ufficio</property>
+              </object>
+              <packing>
+                <property name="top_attach">4</property>
+                <property name="bottom_attach">5</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox7">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button1">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button2">
+                <property name="label">gtk-save</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button3">
+                <property name="label" translatable="yes">Salva e _chiudi</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkWindow" id="w_atto_allegato">
+    <property name="can_focus">False</property>
+    <property name="title" translatable="yes">Allegato - Amministrazione aperta</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">480</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox51">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="border_width">5</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table56">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="n_rows">7</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label323">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">ID</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label324">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_id</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label325">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Descrizione</property>
+              </object>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry109">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">255</property>
+                <property name="invisible_char">●</property>
+                <property name="activates_default">True</property>
+                <property name="invisible_char_set">True</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label326">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="yalign">0</property>
+                <property name="label" translatable="yes">Note</property>
+              </object>
+              <packing>
+                <property name="top_attach">4</property>
+                <property name="bottom_attach">5</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkScrolledWindow" id="scrolledwindow58">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">etched-in</property>
+                <child>
+                  <object class="GtkTextView" id="textview22">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                  </object>
+                </child>
+              </object>
+              <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>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label327">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Data documento</property>
+              </object>
+              <packing>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry110">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">10</property>
+                <property name="invisible_char">●</property>
+                <property name="activates_default">True</property>
+                <property name="invisible_char_set">True</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label328">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Titolo</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry111">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">255</property>
+                <property name="invisible_char">●</property>
+                <property name="activates_default">True</property>
+                <property name="invisible_char_set">True</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkFrame" id="frame36">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="label_xalign">0</property>
+                <child>
+                  <object class="GtkAlignment" id="alignment32">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="left_padding">12</property>
+                    <child>
+                      <placeholder/>
+                    </child>
+                  </object>
+                </child>
+                <child type="label">
+                  <object class="GtkLabel" id="label329">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="label" translatable="yes">&lt;b&gt;File&lt;/b&gt;</property>
+                    <property name="use_markup">True</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="right_attach">2</property>
+                <property name="top_attach">5</property>
+                <property name="bottom_attach">6</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label330">
+                <property name="can_focus">False</property>
+                <property name="label" translatable="yes">lbl_id_atti</property>
+              </object>
+              <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">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox55">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button125">
+                <property name="label">gtk-cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
-                <property name="position">1</property>
+                <property name="position">0</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="lst_albo_pretorio_btn_elimina">
-                <property name="label">gtk-delete</property>
+              <object class="GtkButton" id="button126">
+                <property name="label">gtk-save</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
                 <property name="receives_default">True</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
-                <property name="position">2</property>
+                <property name="position">1</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="lst_albo_pretorio_btn_trova">
-                <property name="label">gtk-find</property>
+              <object class="GtkButton" id="button31">
+                <property name="label" translatable="yes">Salva e _chiudi</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
+                <property name="use_underline">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
-                <property name="position">3</property>
+                <property name="position">2</property>
               </packing>
             </child>
           </object>
           <packing>
             <property name="expand">False</property>
             <property name="fill">True</property>
-            <property name="position">2</property>
+            <property name="position">1</property>
           </packing>
         </child>
       </object>
                         <property name="can_focus">False</property>
                         <property name="label" translatable="yes">_Albo pretorio</property>
                         <property name="use_underline">True</property>
+                        <child type="submenu">
+                          <object class="GtkMenu" id="menu5">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <child>
+                              <object class="GtkMenuItem" id="menuitem5">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="label" translatable="yes">_Atti</property>
+                                <property name="use_underline">True</property>
+                                <signal name="activate" handler="on_mnu_albo_atti_activate" swapped="no"/>
+                              </object>
+                            </child>
+                            <child>
+                              <object class="GtkMenuItem" id="menuitem6">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="label" translatable="yes">_Registro</property>
+                                <property name="use_underline">True</property>
+                              </object>
+                            </child>
+                          </object>
+                        </child>
                       </object>
                     </child>
                   </object>
       </object>
     </child>
   </object>
+  <object class="GtkWindow" id="w_trova_atti">
+    <property name="can_focus">False</property>
+    <property name="title" translatable="yes">Trova atti - Gestione messi notificatori</property>
+    <property name="modal">True</property>
+    <property name="default_width">450</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox7">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="border_width">5</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table4">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="n_rows">6</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label21">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Tipo</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkFormDecoder" id="gtkformdecoder4">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="show_btn_clean">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkFormDecoder" id="gtkformdecoder15">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="show_btn_clean">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label52">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Ufficio</property>
+              </object>
+              <packing>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label53">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Pubblicazione - da data</property>
+              </object>
+              <packing>
+                <property name="top_attach">5</property>
+                <property name="bottom_attach">6</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkHBox" id="hbox3">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="spacing">5</property>
+                <child>
+                  <object class="GtkEntry" id="entry20">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="max_length">10</property>
+                    <property name="invisible_char">●</property>
+                    <property name="invisible_char_set">True</property>
+                    <property name="primary_icon_activatable">False</property>
+                    <property name="secondary_icon_activatable">False</property>
+                    <property name="primary_icon_sensitive">True</property>
+                    <property name="secondary_icon_sensitive">True</property>
+                  </object>
+                  <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label54">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">a data</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">True</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkEntry" id="entry21">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="max_length">10</property>
+                    <property name="invisible_char">●</property>
+                    <property name="invisible_char_set">True</property>
+                    <property name="primary_icon_activatable">False</property>
+                    <property name="secondary_icon_activatable">False</property>
+                    <property name="primary_icon_sensitive">True</property>
+                    <property name="secondary_icon_sensitive">True</property>
+                  </object>
+                  <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
+                    <property name="position">2</property>
+                  </packing>
+                </child>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label11">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Numero</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry6">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">10</property>
+                <property name="invisible_char">•</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label12">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Ricezione - da data</property>
+              </object>
+              <packing>
+                <property name="top_attach">4</property>
+                <property name="bottom_attach">5</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkHBox" id="hbox1">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="spacing">5</property>
+                <child>
+                  <object class="GtkEntry" id="entry7">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="max_length">10</property>
+                    <property name="invisible_char">●</property>
+                    <property name="invisible_char_set">True</property>
+                    <property name="primary_icon_activatable">False</property>
+                    <property name="secondary_icon_activatable">False</property>
+                    <property name="primary_icon_sensitive">True</property>
+                    <property name="secondary_icon_sensitive">True</property>
+                  </object>
+                  <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label13">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">a data</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">True</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkEntry" id="entry8">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="max_length">10</property>
+                    <property name="invisible_char">●</property>
+                    <property name="invisible_char_set">True</property>
+                    <property name="primary_icon_activatable">False</property>
+                    <property name="secondary_icon_activatable">False</property>
+                    <property name="primary_icon_sensitive">True</property>
+                    <property name="secondary_icon_sensitive">True</property>
+                  </object>
+                  <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
+                    <property name="position">2</property>
+                  </packing>
+                </child>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label14">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Oggetto</property>
+              </object>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry9">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">255</property>
+                <property name="invisible_char">•</property>
+                <property name="primary_icon_activatable">False</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="primary_icon_sensitive">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <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">GTK_FILL</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox6">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button20">
+                <property name="label">gtk-clear</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button21">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button22">
+                <property name="label">gtk-ok</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
 </interface>
index 313f861313b6e8b3db5ee8c622b38212a01ce7b8..9e0f945879e283f91dce91d73c362ff3eaebde40 100644 (file)
@@ -4,7 +4,7 @@
 
 -- Dumped from database version 9.1.8
 -- Dumped by pg_dump version 9.1.8
--- Started on 2013-02-16 15:46:30 CET
+-- Started on 2013-02-16 16:55:25 CET
 
 SET statement_timeout = 0;
 SET client_encoding = 'UTF8';
@@ -13,7 +13,7 @@ SET check_function_bodies = false;
 SET client_min_messages = warning;
 
 --
--- TOC entry 163 (class 3079 OID 11649)
+-- TOC entry 164 (class 3079 OID 11649)
 -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
 --
 
@@ -21,8 +21,8 @@ CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
 
 
 --
--- TOC entry 1871 (class 0 OID 0)
--- Dependencies: 163
+-- TOC entry 1890 (class 0 OID 0)
+-- Dependencies: 164
 -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -
 --
 
@@ -34,19 +34,49 @@ SET search_path = public, pg_catalog;
 SET default_with_oids = false;
 
 --
--- TOC entry 161 (class 1259 OID 18085)
--- Dependencies: 6
+-- TOC entry 162 (class 1259 OID 18138)
+-- Dependencies: 1867 1868 1869 1870 1871 1872 6
 -- Name: atti; Type: TABLE; Schema: public; Owner: -
 --
 
 CREATE TABLE atti (
-    id integer NOT NULL
+    id integer NOT NULL,
+    numero character varying(10) DEFAULT ''::character varying,
+    id_tipi_atto integer DEFAULT 0,
+    oggetto character varying(255) DEFAULT ''::character varying,
+    id_uffici integer DEFAULT 0,
+    ricezione_data date,
+    pubblicazione_inizio_data date,
+    pubblicazione_fine_data date,
+    note text DEFAULT ''::text,
+    status character varying(1) DEFAULT ''::character varying
 );
 
 
 --
--- TOC entry 162 (class 1259 OID 18097)
--- Dependencies: 1859 1860 6
+-- TOC entry 163 (class 1259 OID 18235)
+-- Dependencies: 1873 1874 1875 1876 1877 6
+-- Name: atto_allegati; Type: TABLE; Schema: public; Owner: -
+--
+
+CREATE TABLE atto_allegati (
+    id integer NOT NULL,
+    id_atti integer,
+    titolo character varying(255) DEFAULT ''::character varying,
+    descrizione character varying DEFAULT ''::bpchar,
+    data_documento date,
+    note text DEFAULT ''::text,
+    percorso character varying(255) DEFAULT ''::character varying,
+    contenuto integer,
+    data_file timestamp without time zone,
+    dimensione_file bigint,
+    status character varying(1) DEFAULT ''::character varying
+);
+
+
+--
+-- TOC entry 161 (class 1259 OID 18097)
+-- Dependencies: 1865 1866 6
 -- Name: tipi_atto; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -58,8 +88,8 @@ CREATE TABLE tipi_atto (
 
 
 --
--- TOC entry 1862 (class 2606 OID 18089)
--- Dependencies: 161 161 1866
+-- TOC entry 1881 (class 2606 OID 18151)
+-- Dependencies: 162 162 1885
 -- Name: atti_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -68,8 +98,18 @@ ALTER TABLE ONLY atti
 
 
 --
--- TOC entry 1864 (class 2606 OID 18103)
--- Dependencies: 162 162 1866
+-- TOC entry 1883 (class 2606 OID 18247)
+-- Dependencies: 163 163 1885
+-- Name: atto_allegati_pkey; Type: CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY atto_allegati
+    ADD CONSTRAINT atto_allegati_pkey PRIMARY KEY (id);
+
+
+--
+-- TOC entry 1879 (class 2606 OID 18103)
+-- Dependencies: 161 161 1885
 -- Name: tipi_atto_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -77,7 +117,7 @@ ALTER TABLE ONLY tipi_atto
     ADD CONSTRAINT tipi_atto_pkey PRIMARY KEY (id);
 
 
--- Completed on 2013-02-16 15:46:30 CET
+-- Completed on 2013-02-16 16:55:26 CET
 
 --
 -- PostgreSQL database dump complete
index f5014437591a6732d4e22d639864d95898f29518..23307e4cf2fa50e422961099cc09daef026001a9 100644 (file)
@@ -22,7 +22,15 @@ messi_SOURCES = \
               commons.c \
               commons.h \
               main.c \
+              atti.c \
+              atti.h \
+              atto.c \
+              atto.h \
+              attoallegato.c \
+              attoallegato.h \
               tipiatto.c \
               tipiatto.h \
               tipoatto.c \
-              tipoatto.h
+              tipoatto.h \
+              trovaatti.c \
+              trovaatti.h
diff --git a/src/atti.c b/src/atti.c
new file mode 100644 (file)
index 0000000..e7517ab
--- /dev/null
@@ -0,0 +1,671 @@
+/* 
+ * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <gdk/gdkkeysyms.h>
+
+#include <libautoz/autoz.h>
+#include <libsolipa/libsolipa.h>
+
+#include <liborganigramma/ufficio.h>
+
+#include "atti.h"
+#include "atto.h"
+#include "trovaatti.h"
+
+static void atti_class_init (AttiClass *klass);
+static void atti_init (Atti *atti);
+
+static void atti_carica (Atti *atti);
+static void atti_modifica (Atti *atti);
+
+static void atti_selezionato (Atti *atti);
+static void atti_on_atto_aggiornato (gpointer instance, gpointer user_data);
+
+static void atti_on_filtra (gpointer instance, gpointer parametri, gpointer user_data);
+
+static void atti_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void atti_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean atti_on_key_release_event (GtkWidget *widget,
+                            GdkEventKey *event,
+                            gpointer user_data);
+
+static void atti_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data);
+static void atti_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data);
+static void atti_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data);
+static void atti_on_trv_atti_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data);
+
+static void atti_on_btn_esporta_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atti_on_btn_ricerca_clicked (GtkButton *button,
+                                    gpointer user_data);
+
+static void atti_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atti_on_btn_seleziona_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define ATTI_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_ATTI, AttiPrivate))
+
+enum
+{
+       COL_ID,
+       COL_NUMERO,
+       COL_TIPO,
+       COL_OGGETTO,
+       COL_UFFICIO,
+       COL_DATA_RICEZIONE,
+       COL_DATA_INIZIO_PUBBLICAZIONE,
+       COL_DATA_FINE_PUBBLICAZIONE
+};
+
+typedef struct _AttiPrivate AttiPrivate;
+struct _AttiPrivate
+       {
+               Commons *commons;
+
+               GtkWidget *widget;
+               GtkTreeSelection *selection;
+               GtkListStore *lstore_atti;
+
+               GHashTable *parametri_ricerca;
+
+               gboolean selezione;
+       };
+
+G_DEFINE_TYPE (Atti, atti, G_TYPE_OBJECT)
+
+static void
+atti_class_init (AttiClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (AttiPrivate));
+
+       object_class->set_property = atti_set_property;
+       object_class->get_property = atti_get_property;
+
+       /**
+        * Atti::selezionato:
+        * @atti:
+        *
+        */
+       klass->selezionato_signal_id = g_signal_new ("selezionato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__UINT,
+                                                      G_TYPE_NONE,
+                                                      1, G_TYPE_UINT);
+}
+
+static void
+atti_init (Atti *atti)
+{
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       priv->parametri_ricerca = NULL;
+}
+
+/**
+ * atti_new:
+ * @commons:
+ * @selezione:
+ *
+ * Returns: the newly created #Atti object.
+ */
+Atti
+*atti_new (Commons *commons, gboolean selezione)
+{
+       GError *error;
+       AutozIResource *ires1;
+
+       Atti *a = ATTI (g_object_new (atti_get_type (), NULL));
+
+       AttiPrivate *priv = ATTI_GET_PRIVATE (a);
+
+       priv->commons = commons;
+       priv->selezione = selezione;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit (g_strconcat ("lstore_atti|",
+                                                                   (selezione ? "w_atti" : "vbox2"),
+                                                                   NULL),
+                                                      "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->widget = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, (selezione ? "w_atti" : "vbox2")));
+       priv->selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview1")));
+       priv->lstore_atti = GTK_LIST_STORE (gtk_builder_get_object (priv->commons->gtkbuilder, "lstore_atti"));
+
+       g_signal_connect (priv->widget,
+                         "key-release-event", G_CALLBACK (atti_on_key_release_event), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button4"),
+                         "clicked", G_CALLBACK (atti_on_btn_nuovo_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button5"),
+                         "clicked", G_CALLBACK (atti_on_btn_modifica_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button6"),
+                         "clicked", G_CALLBACK (atti_on_btn_elimina_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview1"),
+                         "row-activated", G_CALLBACK (atti_on_trv_atti_row_activated), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button8"),
+                         "clicked", G_CALLBACK (atti_on_btn_esporta_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button7"),
+                         "clicked", G_CALLBACK (atti_on_btn_ricerca_clicked), (gpointer)a);
+
+       if (priv->selezione)
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "label2")));
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button9"),
+                                         "clicked", G_CALLBACK (atti_on_btn_annulla_clicked), (gpointer)a);
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button10"),
+                                         "clicked", G_CALLBACK (atti_on_btn_seleziona_clicked), (gpointer)a);
+               }
+       else
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button9")));
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button10")));
+               }
+
+       atti_carica (a);
+
+       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "messi_rw");
+       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+               {
+                       gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button4")), FALSE);
+                       gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button6")), FALSE);
+               }
+
+       return a;
+}
+
+/**
+ * atti_get_widget:
+ * @atti:
+ *
+ */
+GtkWidget
+*atti_get_widget (Atti *atti)
+{
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       return priv->widget;
+}
+
+/* PRIVATE */
+static void
+atti_carica (Atti *atti)
+{
+       GValue *gval;
+       gchar *gcval;
+       guint gival;
+       GDateTime *gdtval;
+
+       gchar *sql_where;
+       gchar *sql;
+
+       GdaDataModel *dm;
+
+       guint rows;
+       guint row;
+
+       GtkTreeIter iter;
+
+       AutozIResource *ires1;
+
+       guint id_uffici;
+
+       GHashTable *ht_ufficio;
+       GValue *gv_ufficio;
+       gchar *ufficio;
+
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       gtk_list_store_clear (priv->lstore_atti);
+
+       sql_where = g_strdup ("");
+
+       id_uffici = 0;
+
+       if (priv->parametri_ricerca != NULL)
+               {
+                       gival = g_value_get_int ((GValue *)g_hash_table_lookup (priv->parametri_ricerca, "id_beneficiari"));
+                       if (gival != 0)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND a.id_beneficiari = ",
+                                                                g_strdup_printf ("%d", gival),
+                                                                NULL);
+                               }
+                       id_uffici = g_value_get_int ((GValue *)g_hash_table_lookup (priv->parametri_ricerca, "id_uffici"));
+                       if (id_uffici != 0)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND a.id_uffici = ",
+                                                                g_strdup_printf ("%d", id_uffici),
+                                                                NULL);
+                               }
+                       gval = (GValue *)g_hash_table_lookup (priv->parametri_ricerca, "albo_da_data");
+                       if (gval != NULL && (gdtval = (GDateTime *)g_value_get_pointer (gval)) != NULL)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND a.albo_data_inizio >= '",
+                                                                g_date_time_format (gdtval, "%F"),
+                                                                "'",
+                                                                NULL);
+                               }
+                       gval = (GValue *)g_hash_table_lookup (priv->parametri_ricerca, "albo_a_data");
+                       if (gval != NULL && (gdtval = (GDateTime *)g_value_get_pointer (gval)) != NULL)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND a.albo_data_inizio <= '",
+                                                                g_date_time_format (gdtval, "%F"),
+                                                                "'",
+                                                                NULL);
+                               }
+               }
+
+       sql = g_strdup_printf ("SELECT a.id, a.numero,"
+                              " ta.descrizione AS tipo_atto,"
+                              " a.oggetto,"
+                              " a.ricezione_data, a.id_uffici,"
+                              " a.pubblicazione_inizio_data,"
+                              " a.pubblicazione_fine_data"
+                              " FROM atti AS a"
+                              " INNER JOIN tipi_atto AS ta ON a.id_tipi_atto = ta.id"
+                              " WHERE a.status <> 'E'"
+                              "%s"
+                              " ORDER BY a.id",
+                              sql_where);
+       dm = gdaex_query (priv->commons->gdaex, sql);
+       g_free (sql_where);
+       g_free (sql);
+       if (dm != NULL)
+               {
+                       rows = gda_data_model_get_n_rows (dm);
+                       for (row = 0; row < rows; row++)
+                               {
+                                       if (id_uffici == 0)
+                                               {
+                                                       /* controllo le autorizzazioni */
+                                                       ires1 = autoz_get_resource_from_id (priv->commons->autoz, g_strdup_printf ("opengov_u_%d_r_0", gdaex_data_model_get_field_value_integer_at (dm, row, "id_uffici")));
+                                                       if (ires1 != NULL && !autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+                                                               {
+                                                                       continue;
+                                                               }
+                                               }
+
+                                       ht_ufficio = organigramma_ufficio_get_by_id (priv->commons->organigramma_commons, gdaex_data_model_get_field_value_integer_at (dm, row, "id_uffici"));
+                                       if (ht_ufficio == NULL)
+                                               {
+                                                       ufficio = g_strdup ("");
+                                               }
+                                       else
+                                               {
+                                                       gv_ufficio = g_hash_table_lookup (ht_ufficio, "nome");
+                                                       if (gda_value_is_null (gv_ufficio))
+                                                               {
+                                                                       ufficio = g_strdup ("");
+                                                               }
+                                                       else
+                                                               {
+                                                                       ufficio = gda_value_stringify (gv_ufficio);
+                                                               }
+                                               }
+
+                                       gtk_list_store_append (priv->lstore_atti, &iter);
+                                       gtk_list_store_set (priv->lstore_atti, &iter,
+                                                           COL_ID, gdaex_data_model_get_field_value_integer_at (dm, row, "id"),
+                                                           COL_NUMERO, gdaex_data_model_get_field_value_stringify_at (dm, row, "numero"),
+                                                           COL_TIPO, gdaex_data_model_get_field_value_stringify_at (dm, row, "tipo_atto"),
+                                                           COL_OGGETTO, gdaex_data_model_get_field_value_stringify_at (dm, row, "oggetto"),
+                                                           COL_UFFICIO, ufficio,
+                                                           COL_DATA_RICEZIONE, solipa_gdatetime_format (gdaex_data_model_get_field_value_gdatetime_at (dm, row, "ricezione_data"), "%d/%m/%Y"),
+                                                           COL_DATA_INIZIO_PUBBLICAZIONE, solipa_gdatetime_format (gdaex_data_model_get_field_value_gdatetime_at (dm, row, "pubblicazione_inizio_data"), "%d/%m/%Y"),
+                                                           COL_DATA_FINE_PUBBLICAZIONE, solipa_gdatetime_format (gdaex_data_model_get_field_value_gdatetime_at (dm, row, "pubblicazione_fine_data"), "%d/%m/%Y"),
+                                                           -1);
+
+                                       g_free (ufficio);
+                               }
+                       g_object_unref (dm);
+               }
+}
+
+static void
+atti_modifica (Atti *atti)
+{
+       GtkTreeIter iter;
+       gint id;
+
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       GtkWidget *w;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_atti), &iter,
+                                           COL_ID, &id,
+                                           -1);
+
+                       Atto *c = atto_new (priv->commons, id);
+
+                       g_signal_connect (G_OBJECT (c), "aggiornato",
+                                         G_CALLBACK (atti_on_atto_aggiornato), (gpointer)atti);
+
+                       w = atto_get_widget (c);
+                       if (priv->selezione)
+                               {
+                                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->widget));
+                               }
+                       else
+                               {
+                                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")));
+                               }
+                       gtk_widget_show (w);
+               }
+       else
+               {
+                       solipa_message_dialog (priv->selezione ? priv->widget : GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Occorre prima selezionare un atto.");
+               }
+}
+
+static void
+atti_selezionato (Atti *atti)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       AttiClass *klass = ATTI_GET_CLASS (atti);
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_atti), &iter,
+                                           COL_ID, &id,
+                                           -1);
+
+                       g_signal_emit (G_OBJECT (atti), klass->selezionato_signal_id, 0, id);
+
+                       gtk_widget_destroy (priv->widget);
+                       g_object_unref (G_OBJECT (atti));
+               }
+       else
+               {
+                       solipa_message_dialog (priv->selezione ? priv->widget : GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Occorre prima selezionare un atto.");
+               }
+}
+
+static void
+atti_on_atto_aggiornato (gpointer instance, gpointer user_data)
+{
+       atti_carica ((Atti *)user_data);
+}
+
+static void
+atti_on_filtra (gpointer instance, gpointer parametri, gpointer user_data)
+{
+       Atti *i = (Atti *)user_data;
+       AttiPrivate *priv = ATTI_GET_PRIVATE (i);
+
+       priv->parametri_ricerca = (GHashTable *)parametri;
+
+       atti_carica (i);
+}
+
+static void
+atti_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       Atti *atti = ATTI (object);
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+atti_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       Atti *atti = ATTI (object);
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+/* CALLBACK */
+static gboolean
+atti_on_key_release_event (GtkWidget   *widget,
+                            GdkEventKey *event,
+                            gpointer     user_data)
+{
+       if (event->keyval == GDK_Escape)
+               {
+                       AttiPrivate *priv = ATTI_GET_PRIVATE ((Atti *)user_data);
+
+                       if (priv->selezione)
+                               {
+                                       gtk_button_clicked (GTK_BUTTON (gtk_builder_get_object (priv->commons->gtkbuilder, "button16")));
+                                       return TRUE;
+                               }
+               }
+
+       return FALSE;
+}
+
+static void
+atti_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       GtkWidget *w;
+
+       Atti *atti = (Atti *)user_data;
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       Atto *c = atto_new (priv->commons, 0);
+
+       g_signal_connect (G_OBJECT (c), "aggiornato",
+                         G_CALLBACK (atti_on_atto_aggiornato), user_data);
+
+       w = atto_get_widget (c);
+       if (priv->selezione)
+               {
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->widget));
+               }
+       else
+               {
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")));
+               }
+       gtk_widget_show (w);
+}
+
+static void
+atti_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       atti_modifica ((Atti *)user_data);
+}
+
+static void
+atti_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkTreeIter iter;
+       gint id;
+
+       Atti *atti = (Atti *)user_data;
+       AttiPrivate *priv = ATTI_GET_PRIVATE (atti);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       if (solipa_message_dialog (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                                  GTK_MESSAGE_QUESTION,
+                                                  GTK_BUTTONS_YES_NO,
+                                                  "Sicuro di voler eliminare l'atto selezionato?") == GTK_RESPONSE_YES)
+                               {
+                                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_atti), &iter,
+                                                           COL_ID, &id,
+                                                           -1);
+
+                                       gdaex_execute (priv->commons->gdaex,
+                                                      g_strdup_printf ("UPDATE atti SET status = 'E' WHERE id = %d", id));
+
+                                       atti_carica (atti);
+                               }
+               }
+       else
+               {
+                       solipa_message_dialog (priv->selezione ? priv->widget : GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Occorre prima selezionare un atto.");
+               }
+}
+
+static void
+atti_on_trv_atti_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data)
+{
+       AttiPrivate *priv = ATTI_GET_PRIVATE ((Atti *)user_data);
+
+       if (priv->selezione)
+               {
+                       atti_selezionato ((Atti *)user_data);
+               }
+       else
+               {
+                       atti_modifica ((Atti *)user_data);
+               }
+}
+
+static void
+atti_on_btn_esporta_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *transient;
+       guint ret;
+
+       AttiPrivate *priv = ATTI_GET_PRIVATE ((Atti *)user_data);
+
+       gchar **columns_title = g_strsplit ("ID|Numero|Tipo|Oggetto|Data ricezione|Data inizio pubblicazione|Data fine pubblicazione",
+                                           "|", -1);
+
+       if (priv->selezione)
+               {
+                       transient = priv->widget;
+               }
+       else
+               {
+                       transient = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main"));
+               }
+
+       ret = solipa_gtktreemodel_to_csv_gui (priv->commons->solipa, GTK_WINDOW (transient), GTK_TREE_MODEL (priv->lstore_atti),
+                                             columns_title, g_strv_length (columns_title));
+       if (ret == 1)
+               {
+                       solipa_message_dialog (transient,
+                                              GTK_MESSAGE_INFO,
+                                              GTK_BUTTONS_OK,
+                                              "Salvataggio eseguito con successo.");
+               }
+       else if (ret == 0)
+               {
+                       solipa_message_dialog (transient,
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Errore durante il salvataggio.");
+               }
+
+       g_strfreev (columns_title);
+}
+
+static void
+atti_on_btn_ricerca_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *w;
+
+       AttiPrivate *priv = ATTI_GET_PRIVATE ((Atti *)user_data);
+
+       TrovaAtti *rf = trova_atti_new (priv->commons, priv->parametri_ricerca);
+
+       g_signal_connect (G_OBJECT (rf), "filtra",
+                         G_CALLBACK (atti_on_filtra), (Atti *)user_data);
+
+       w = trova_atti_get_widget (rf);
+       if (priv->selezione)
+               {
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->widget));
+               }
+       else
+               {
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")));
+               }
+       gtk_widget_show (w);
+}
+
+static void
+atti_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       AttiPrivate *priv = ATTI_GET_PRIVATE ((Atti *)user_data);
+
+       gtk_widget_destroy (priv->widget);
+       g_object_unref (G_OBJECT (user_data));
+}
+
+static void
+atti_on_btn_seleziona_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       atti_selezionato ((Atti *)user_data);
+}
diff --git a/src/atti.h b/src/atti.h
new file mode 100644 (file)
index 0000000..c10ef4b
--- /dev/null
@@ -0,0 +1,65 @@
+/* 
+ * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __ATTI_H__
+#define __ATTI_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_ATTI                 (atti_get_type ())
+#define ATTI(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_ATTI, Atti))
+#define ATTI_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_ATTI, AttiClass))
+#define IS_ATTI(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_ATTI))
+#define IS_ATTI_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_ATTI))
+#define ATTI_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_ATTI, AttiClass))
+
+
+typedef struct _Atti Atti;
+typedef struct _AttiClass AttiClass;
+
+struct _Atti
+       {
+               GObject parent;
+       };
+
+struct _AttiClass
+       {
+               GObjectClass parent_class;
+
+               guint selezionato_signal_id;
+       };
+
+GType atti_get_type (void) G_GNUC_CONST;
+
+Atti *atti_new (Commons *commons, gboolean selezione);
+
+GtkWidget *atti_get_widget (Atti *atti);
+
+
+G_END_DECLS
+
+#endif /* __ATTI_H__ */
diff --git a/src/atto.c b/src/atto.c
new file mode 100644 (file)
index 0000000..75dfbf3
--- /dev/null
@@ -0,0 +1,778 @@
+/* 
+ * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <gdk/gdkkeysyms.h>
+
+#include <libautoz/autoz.h>
+#include <libgtkform/form.h>
+#include <libgtkformui/gtkformdecoder.h>
+#include <libsolipa/libsolipa.h>
+#include <libreptool/libreptool.h>
+
+#include <liborganigramma/uffici.h>
+#include <liborganigramma/ufficio.h>
+
+#include "atto.h"
+#include "tipiatto.h"
+#include "attoallegato.h"
+
+static void atto_class_init (AttoClass *klass);
+static void atto_init (Atto *atto);
+
+static void atto_carica (Atto *atto);
+static void atto_salva (Atto *atto, gboolean chiudi);
+
+static void atto_carica_allegati (Atto *atto);
+
+static void atto_modifica_allegato (Atto *atto);
+
+static void atto_on_tipo_atto_selezionato (gpointer instance, guint id, gpointer user_data);
+static void atto_on_ufficio_selezionato (gpointer instance, guint id, gpointer user_data);
+static gboolean atto_on_ufficio_ask_toshow (gpointer instance, guint id, gpointer user_data);
+static void atto_on_allegato_aggiornato (gpointer instance, gpointer user_data);
+
+static gboolean atto_conferma_chiusura (Atto *atto);
+
+static void atto_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void atto_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean atto_on_key_release_event (GtkWidget *widget,
+                            GdkEventKey *event,
+                            gpointer user_data);
+
+static gboolean atto_on_w_atto_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data);
+
+static void atto_on_btn_tipo_atto_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atto_on_btn_ufficio_clicked (GtkButton *button,
+                                    gpointer user_data);
+
+static void atto_on_btn_allegato_nuovo_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atto_on_btn_allegato_modifica_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atto_on_btn_allegato_elimina_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atto_on_btn_allegato_apri_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atto_on_trv_allegati_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data);
+
+static void atto_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atto_on_btn_salva_clicked (GtkButton *button,
+                                  gpointer user_data);
+static void atto_on_btn_salvachiudi_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define ATTO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_ATTO, AttoPrivate))
+
+enum
+{
+       LBL_ID,
+       LSTORE_ALLEGATI
+};
+
+enum
+{
+       COL_ALLEGATI_ID,
+       COL_ALLEGATI_TITOLO,
+       COL_ALLEGATI_DESCRIZIONE,
+       COL_ALLEGATI_PERCORSO,
+       COL_ALLEGATI_CONTENUTO
+};
+
+typedef struct _AttoPrivate AttoPrivate;
+struct _AttoPrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+
+               GObject **objects;
+
+               GtkTreeSelection *sel_allegati;
+
+               gint id;
+       };
+
+G_DEFINE_TYPE (Atto, atto, G_TYPE_OBJECT)
+
+static void
+atto_class_init (AttoClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (AttoPrivate));
+
+       object_class->set_property = atto_set_property;
+       object_class->get_property = atto_get_property;
+
+       /**
+        * Atto::aggiornato:
+        * @atto:
+        *
+        */
+       klass->aggiornato_signal_id = g_signal_new ("aggiornato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__VOID,
+                                                      G_TYPE_NONE,
+                                                      0);
+}
+
+static void
+atto_init (Atto *atto)
+{
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+}
+
+/**
+ * atto_new:
+ * @commons:
+ * @id:
+ *
+ * Returns: the newly created #Atto object.
+ */
+Atto
+*atto_new (Commons *commons, gint id)
+{
+       GError *error;
+       AutozIResource *ires1;
+
+       Atto *a = ATTO (g_object_new (atto_get_type (), NULL));
+
+       AttoPrivate *priv = ATTO_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit ("w_atto"
+                                                      "|lstore_atto_allegati",
+                                                      "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->form = gtk_form_new ();
+       g_object_set (priv->form, "gdaex", priv->commons->gdaex, NULL);
+       gtk_form_load_from_file (priv->form, g_build_filename (priv->commons->formdir, "atto.form", NULL), priv->commons->gtkbuilder);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_atto"));
+
+       priv->objects = gtk_form_get_objects_by_name (priv->form,
+                                                     "label3",
+                                                     "lstore_atto_allegati",
+                                                     NULL);
+
+       priv->sel_allegati = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview3")));
+
+       g_object_set (gtk_builder_get_object (priv->commons->gtkbuilder, "gtkformdecoder2"),
+                     "gdaex", priv->commons->organigramma_commons->gdaex,
+                     NULL);
+
+       g_signal_connect (priv->w,
+                         "key-release-event", G_CALLBACK (atto_on_key_release_event), (gpointer)a);
+       g_signal_connect (priv->w,
+                         "delete-event", G_CALLBACK (atto_on_w_atto_delete_event), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "gtkformdecoder1"),
+                         "btn-browse-clicked", G_CALLBACK (atto_on_btn_tipo_atto_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "gtkformdecoder2"),
+                         "btn-browse-clicked", G_CALLBACK (atto_on_btn_ufficio_clicked), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button39"),
+                         "clicked", G_CALLBACK (atto_on_btn_allegato_nuovo_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button40"),
+                         "clicked", G_CALLBACK (atto_on_btn_allegato_modifica_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button41"),
+                         "clicked", G_CALLBACK (atto_on_btn_allegato_elimina_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button42"),
+                         "clicked", G_CALLBACK (atto_on_btn_allegato_apri_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview3"),
+                         "row-activated", G_CALLBACK (atto_on_trv_allegati_row_activated), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button1"),
+                         "clicked", G_CALLBACK (atto_on_btn_annulla_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button2"),
+                         "clicked", G_CALLBACK (atto_on_btn_salva_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button3"),
+                         "clicked", G_CALLBACK (atto_on_btn_salvachiudi_clicked), (gpointer)a);
+
+       gtk_form_clear (priv->form);
+
+       priv->id = id;
+
+       if (priv->id == 0)
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+
+                       gtk_entry_set_text (GTK_ENTRY (gtk_builder_get_object (priv->commons->gtkbuilder, "entry4")),
+                                           solipa_gdatetime_format (g_date_time_add_days (g_date_time_new_now_local (), 2), "%d/%m/%Y"));
+                       gtk_entry_set_text (GTK_ENTRY (gtk_builder_get_object (priv->commons->gtkbuilder, "entry5")),
+                                           solipa_gdatetime_format (g_date_time_add_days (g_date_time_new_now_local (), 17), "%d/%m/%Y"));
+
+                       gtk_form_set_as_origin (priv->form);
+
+                       gtk_form_set_sensitive_by_name (priv->form, FALSE,
+                                                       "hbox31",
+                                                       NULL);
+               }
+       else
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+                       atto_carica (a);
+               }
+
+       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "messi_rw");
+       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+               {
+                       gtk_form_set_sensitive_by_name (priv->form, FALSE,
+                                                       "button39",
+                                                       "button41",
+                                                       "button2",
+                                                       "button3",
+                                                       NULL);
+               }
+
+       return a;
+}
+
+/**
+ * atto_get_widget:
+ * @atto:
+ *
+ */
+GtkWidget
+*atto_get_widget (Atto *atto)
+{
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+atto_carica (Atto *atto)
+{
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       if (gtk_form_fill_from_table (priv->form))
+               {
+                       atto_carica_allegati (atto);
+               }
+}
+
+static void
+atto_salva (Atto *atto, gboolean chiudi)
+{
+       gchar *sql;
+
+       AttoClass *klass = ATTO_GET_CLASS (atto);
+
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       if (!gtk_form_check (priv->form, (priv->id != 0), NULL, TRUE, priv->w, TRUE))
+               {
+                       return;
+               }
+
+       if (priv->id == 0)
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_INSERT);
+               }
+       else
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_UPDATE);
+               }
+
+       if (gdaex_execute (priv->commons->gdaex, sql) == 1)
+               {
+                       g_signal_emit (atto, klass->aggiornato_signal_id, 0);
+
+                       gtk_form_set_as_origin (priv->form);
+
+                       gtk_form_set_sensitive_by_name (priv->form, TRUE,
+                                                       "hbox31",
+                                                       NULL);
+
+                       if (priv->id == 0)
+                               {
+                                       priv->id = strtol (gtk_label_get_text (GTK_LABEL (priv->objects[LBL_ID])), NULL, 10);
+                               }
+
+                       solipa_message_dialog (priv->w,
+                                              GTK_MESSAGE_INFO,
+                                              GTK_BUTTONS_OK,
+                                              "Salvataggio eseguito con successo.");
+
+                       if (chiudi)
+                               {
+                                       gtk_widget_destroy (priv->w);
+                                       g_object_unref (atto);
+                               }
+               }
+       else
+               {
+                       if (priv->id == 0)
+                               {
+                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                               }
+
+                       solipa_message_dialog (priv->w,
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Errore durante il salvataggio.");
+               }
+}
+
+static void
+atto_carica_allegati (Atto *atto)
+{
+       GtkListStore *lstore;
+       GtkTreeIter iter;
+       GdaDataModel *dm;
+
+       gchar *sql;
+
+       gint rows;
+       gint row;
+
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       lstore = GTK_LIST_STORE (priv->objects[LSTORE_ALLEGATI]);
+       gtk_list_store_clear (lstore);
+
+       sql = g_strdup_printf ("SELECT aa.id, aa.titolo, aa.descrizione,"
+                         " aa.percorso, aa.contenuto"
+                         " FROM atto_allegati AS aa"
+                         " WHERE aa.status <> 'E' AND aa.id_atti = %d"
+                         " ORDER BY aa.titolo, aa.descrizione",
+                         priv->id);
+       dm = gdaex_query (priv->commons->gdaex, sql);
+       g_free (sql);
+       if (dm != NULL)
+               {
+                       rows = gda_data_model_get_n_rows (dm);
+                       for (row = 0; row < rows; row++)
+                               {
+                                       gtk_list_store_append (lstore, &iter);
+                                       gtk_list_store_set (lstore, &iter,
+                                                           COL_ALLEGATI_ID, gdaex_data_model_get_field_value_integer_at (dm, row, "id"),
+                                                           COL_ALLEGATI_TITOLO, gdaex_data_model_get_field_value_stringify_at (dm, row, "titolo"),
+                                                           COL_ALLEGATI_DESCRIZIONE, gdaex_data_model_get_field_value_stringify_at (dm, row, "descrizione"),
+                                                           COL_ALLEGATI_PERCORSO, gdaex_data_model_get_field_value_stringify_at (dm, row, "percorso"),
+                                                           COL_ALLEGATI_CONTENUTO, gdaex_data_model_get_field_value_integer_at (dm, row, "contenuto"),
+                                                           -1);
+                               }
+
+                       g_object_unref (dm);
+               }
+}
+
+static void
+atto_modifica_allegato (Atto *atto)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       if (gtk_tree_selection_get_selected (priv->sel_allegati, NULL, &iter))
+               {
+                       GtkWidget *w;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->objects[LSTORE_ALLEGATI]), &iter,
+                                           COL_ALLEGATI_ID, &id,
+                                           -1);
+
+                       AttoAllegato *c = atto_allegato_new (priv->commons, id, 0);
+
+                       g_signal_connect (G_OBJECT (c), "aggiornato",
+                                         G_CALLBACK (atto_on_allegato_aggiornato), (gpointer)atto);
+
+                       w = atto_allegato_get_widget (c);
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+                       gtk_widget_show (w);
+               }
+       else
+               {
+                       solipa_message_dialog (priv->w,
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Occorre prima selezionare un allegato.");
+               }
+}
+
+static void
+atto_on_allegato_aggiornato (gpointer instance, gpointer user_data)
+{
+       atto_carica_allegati ((Atto *)user_data);
+}
+
+static void
+atto_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       Atto *atto = ATTO (object);
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+atto_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       Atto *atto = ATTO (object);
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static gboolean
+atto_conferma_chiusura (Atto *atto)
+{
+       gboolean ret;
+
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       ret = TRUE;
+       if (gtk_form_is_changed (priv->form))
+               {
+                       if (solipa_message_dialog (priv->w,
+                                                  GTK_MESSAGE_QUESTION,
+                                                  GTK_BUTTONS_YES_NO,
+                                                  "Sicuro di voler chiudere senza salvare?") == GTK_RESPONSE_NO)
+                               {
+                                       ret = FALSE;
+                               }
+               }
+
+       return ret;
+}
+
+/* CALLBACK */
+static void
+atto_on_tipo_atto_selezionato (gpointer instance, guint id, gpointer user_data)
+{
+       Atto *a = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (a);
+
+       gtk_form_widget_set_value_stringify (gtk_form_get_form_widget_from_name (priv->form, "gtkformdecoder1"),
+                                            g_strdup_printf ("%d", id));
+}
+
+static void
+atto_on_ufficio_selezionato (gpointer instance, guint id, gpointer user_data)
+{
+       Atto *a = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (a);
+
+       gtk_form_widget_set_value_stringify (gtk_form_get_form_widget_from_name (priv->form, "gtkformdecoder2"),
+                                            g_strdup_printf ("%d", id));
+       gtk_form_widget_set_value_stringify (gtk_form_get_form_widget_from_name (priv->form, "gtkformdecoder3"),
+                                            "0");
+}
+
+static gboolean
+atto_on_ufficio_ask_toshow (gpointer instance, guint id, gpointer user_data)
+{
+       gboolean ret;
+
+       Atto *a = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (a);
+
+       AutozIResource *ires1;
+
+       ret = TRUE;
+
+       /* per adesso controllo solo gli uffici */
+       ires1 = autoz_get_resource_from_id (priv->commons->autoz, g_strdup_printf ("opengov_u_%d_r_0", id));
+       ret = autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE);
+
+       return ret;
+}
+
+static gboolean
+atto_on_key_release_event (GtkWidget   *widget,
+                            GdkEventKey *event,
+                            gpointer     user_data)
+{
+       if (event->keyval == GDK_Escape)
+               {
+                       AttoPrivate *priv = ATTO_GET_PRIVATE ((Atto *)user_data);
+
+                       gtk_button_clicked (GTK_BUTTON (gtk_builder_get_object (priv->commons->gtkbuilder, "button18")));
+                       return TRUE;
+               }
+       return FALSE;
+}
+
+static gboolean
+atto_on_w_atto_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data)
+{
+       return !atto_conferma_chiusura ((Atto *)user_data);
+}
+
+static void
+atto_on_btn_tipo_atto_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *w;
+
+       Atto *atto = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       TipiAtto *c = tipi_atto_new (priv->commons, TRUE);
+
+       g_signal_connect (G_OBJECT (c), "selezionato",
+                         G_CALLBACK (atto_on_tipo_atto_selezionato), user_data);
+
+       w = tipi_atto_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+       gtk_widget_show (w);
+}
+
+static void
+atto_on_btn_ufficio_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *w;
+
+       Atto *atto = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       OrganigrammaUffici *c = organigramma_uffici_new (priv->commons->organigramma_commons, TRUE);
+
+       g_signal_connect (G_OBJECT (c), "selezionato",
+                         G_CALLBACK (atto_on_ufficio_selezionato), user_data);
+       g_signal_connect (G_OBJECT (c), "ask-toshow",
+                         G_CALLBACK (atto_on_ufficio_ask_toshow), user_data);
+
+       w = organigramma_uffici_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+       gtk_widget_show (w);
+}
+
+static void
+atto_on_btn_allegato_nuovo_clicked (GtkButton *button,
+                                    gpointer user_data)
+{
+       GtkWidget *w;
+
+       Atto *atto = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       AttoAllegato *c = atto_allegato_new (priv->commons, 0, priv->id);
+
+       g_signal_connect (G_OBJECT (c), "aggiornato",
+                         G_CALLBACK (atto_on_allegato_aggiornato), user_data);
+
+       w = atto_allegato_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+       gtk_widget_show (w);
+
+}
+
+static void
+atto_on_btn_allegato_modifica_clicked (GtkButton *button,
+                                    gpointer user_data)
+{
+       atto_modifica_allegato ((Atto *)user_data);
+}
+
+static void
+atto_on_btn_allegato_elimina_clicked (GtkButton *button,
+                                    gpointer user_data)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       Atto *atto = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       if (gtk_tree_selection_get_selected (priv->sel_allegati, NULL, &iter))
+               {
+                       if (solipa_message_dialog (priv->w,
+                                                  GTK_MESSAGE_QUESTION,
+                                                  GTK_BUTTONS_YES_NO,
+                                                  "Sicuro di voler eliminare l'allegato selezionato?") == GTK_RESPONSE_YES)
+                               {
+                                       gtk_tree_model_get (GTK_TREE_MODEL (priv->objects[LSTORE_ALLEGATI]), &iter,
+                                                           COL_ALLEGATI_ID, &id,
+                                                           -1);
+
+                                       gdaex_execute (priv->commons->gdaex,
+                                                      g_strdup_printf ("UPDATE atto_allegati SET status = 'E' WHERE id = %d", id));
+
+                                       atto_carica_allegati (atto);
+                               }
+               }
+       else
+               {
+                       solipa_message_dialog (priv->w,
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Occorre prima selezionare un allegato.");
+               }
+}
+
+static void
+atto_on_btn_allegato_apri_clicked (GtkButton *button,
+                                        gpointer user_data)
+{
+       GtkTreeIter iter;
+       const gchar *percorso;
+       guint id;
+
+       gchar *sql;
+
+       Atto *atto = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       if (gtk_tree_selection_get_selected (priv->sel_allegati, NULL, &iter))
+               {
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->objects[LSTORE_ALLEGATI]), &iter,
+                                           COL_ALLEGATI_ID, &id,
+                                           -1);
+
+                       /* devo utilizzare le funzioni native di postgres
+                        * perché quelle di libgda non sembrano funzionare sotto windows */
+                       GError *error;
+                       GdaDataModel *dm;
+                       gchar *filename_orig;
+                       gchar *filename_tmp;
+                       gint fin;
+
+                       sql = g_strdup_printf ("SELECT percorso, contenuto FROM atto_allegati WHERE id = %d", id);
+                       dm = gdaex_query (priv->commons->gdaex, sql);
+                       g_free (sql);
+                       if (dm != NULL && gda_data_model_get_n_rows (dm) > 0)
+                               {
+                                       filename_orig = g_path_get_basename (gdaex_data_model_get_field_value_stringify_at (dm, 0, "percorso"));
+
+                                       error = NULL;
+                                       fin = g_file_open_tmp (g_strdup_printf ("opengov-XXXXXX-%s",
+                                                                               filename_orig),
+                                                              &filename_tmp, &error);
+                                       if (fin < 1 || error != NULL)
+                                               {
+                                                       solipa_message_dialog (priv->w,
+                                                                              GTK_MESSAGE_WARNING,
+                                                                              GTK_BUTTONS_OK,
+                                                                              g_strdup_printf ("Errore nell'apertura dell'allegato: %s",
+                                                                                               error != NULL && error->message != NULL ? error->message : "nessun dettaglio"));
+                                                       close (fin);
+                                                       return;
+                                               }
+                                       close (fin);
+
+#ifdef G_OS_WIN32
+                       filename_tmp = g_strjoinv ("\\", g_strsplit (filename_tmp, "/", -1));
+#endif
+
+                                       PQexec (priv->commons->pgcon, "BEGIN");
+
+                                       lo_export (priv->commons->pgcon,
+                                                  gdaex_data_model_get_field_value_integer_at (dm, 0, "contenuto"),
+                                                  filename_tmp);
+
+                                       PQexec (priv->commons->pgcon, "COMMIT");
+
+                                       solipa_allegato_apri_allegato (GTK_WINDOW (priv->w), filename_tmp);
+                               }
+                       else
+                               {
+                                       solipa_message_dialog (priv->w,
+                                                              GTK_MESSAGE_WARNING,
+                                                              GTK_BUTTONS_OK,
+                                                              "Occorre prima selezionare un allegato.");
+                               }
+               }
+       else
+               {
+                       solipa_message_dialog (priv->w,
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Occorre prima selezionare un allegato.");
+               }
+}
+
+static void
+atto_on_trv_allegati_row_activated (GtkTreeView *tree_view,
+                                         GtkTreePath *tree_path,
+                                         GtkTreeViewColumn *column,
+                                         gpointer user_data)
+{
+       atto_modifica_allegato ((Atto *)user_data);
+}
+
+static void
+atto_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       Atto *atto = (Atto *)user_data;
+       AttoPrivate *priv = ATTO_GET_PRIVATE (atto);
+
+       if (atto_conferma_chiusura (atto)) gtk_widget_destroy (priv->w);
+}
+
+static void
+atto_on_btn_salva_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       atto_salva ((Atto *)user_data, FALSE);
+}
+
+static void
+atto_on_btn_salvachiudi_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       atto_salva ((Atto *)user_data, TRUE);
+}
diff --git a/src/atto.h b/src/atto.h
new file mode 100644 (file)
index 0000000..d3ee4f5
--- /dev/null
@@ -0,0 +1,65 @@
+/* 
+ * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __ATTO_H__
+#define __ATTO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_ATTO                 (atto_get_type ())
+#define ATTO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_ATTO, Atto))
+#define ATTO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_ATTO, AttoClass))
+#define IS_ATTO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_ATTO))
+#define IS_ATTO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_ATTO))
+#define ATTO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_ATTO, AttoClass))
+
+
+typedef struct _Atto Atto;
+typedef struct _AttoClass AttoClass;
+
+struct _Atto
+       {
+               GObject parent;
+       };
+
+struct _AttoClass
+       {
+               GObjectClass parent_class;
+
+               guint aggiornato_signal_id;
+       };
+
+GType atto_get_type (void) G_GNUC_CONST;
+
+Atto *atto_new (Commons *commons, gint id);
+
+GtkWidget *atto_get_widget (Atto *atto);
+
+
+G_END_DECLS
+
+#endif /* __ATTO_H__ */
diff --git a/src/attoallegato.c b/src/attoallegato.c
new file mode 100644 (file)
index 0000000..8726127
--- /dev/null
@@ -0,0 +1,446 @@
+/* 
+ * Copyright (C) 2012 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <libpq-fe.h>
+
+#include <libsolipa/libsolipa.h>
+#include <libautoz/autoz.h>
+#include <libgtkform/form.h>
+
+#include "attoallegato.h"
+
+static void atto_allegato_class_init (AttoAllegatoClass *klass);
+static void atto_allegato_init (AttoAllegato *atto_allegato);
+
+static void atto_allegato_carica (AttoAllegato *atto_allegato);
+static void atto_allegato_salva (AttoAllegato *atto_allegato, gboolean chiudi);
+
+static gboolean atto_allegato_conferma_chiusura (AttoAllegato *atto_allegato);
+
+static void atto_allegato_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void atto_allegato_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean atto_allegato_on_w_atto_allegato_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data);
+
+static void atto_allegato_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void atto_allegato_on_btn_salva_clicked (GtkButton *button,
+                                  gpointer user_data);
+static void atto_allegato_on_btn_salvachiudi_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define ATTO_ALLEGATO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_ATTO_ALLEGATO, AttoAllegatoPrivate))
+
+enum
+{
+       LBL_ID,
+       LBL_ID_ATTO
+};
+
+typedef struct _AttoAllegatoPrivate AttoAllegatoPrivate;
+struct _AttoAllegatoPrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+               SolipaAllegato *sallegato;
+
+               GObject **objects;
+
+               gint id;
+       };
+
+G_DEFINE_TYPE (AttoAllegato, atto_allegato, G_TYPE_OBJECT)
+
+static void
+atto_allegato_class_init (AttoAllegatoClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (AttoAllegatoPrivate));
+
+       object_class->set_property = atto_allegato_set_property;
+       object_class->get_property = atto_allegato_get_property;
+
+       /**
+        * AttoAllegato::aggiornato:
+        * @atto_allegato:
+        *
+        */
+       klass->aggiornato_signal_id = g_signal_new ("aggiornato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__VOID,
+                                                      G_TYPE_NONE,
+                                                      0);
+}
+
+static void
+atto_allegato_init (AttoAllegato *atto_allegato)
+{
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (atto_allegato);
+}
+
+/**
+ * atto_allegato_new:
+ * @commons:
+ * @id:
+ * @id_atto:
+ *
+ * Returns: the newly created #AttoAllegato object.
+ */
+AttoAllegato
+*atto_allegato_new (Commons *commons, guint id, guint id_atto)
+{
+       GError *error;
+       AutozIResource *ires1;
+
+       AttoAllegato *a = ATTO_ALLEGATO (g_object_new (atto_allegato_get_type (), NULL));
+
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit ("w_atto_allegato", "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->form = gtk_form_new ();
+       g_object_set (priv->form, "gdaex", priv->commons->gdaex, NULL);
+       gtk_form_load_from_file (priv->form, g_build_filename (priv->commons->formdir, "attoallegato.form", NULL), priv->commons->gtkbuilder);
+
+       g_object_set (priv->form, "gdaex", priv->commons->gdaex, NULL);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_atto_allegato"));
+
+       priv->objects = gtk_form_get_objects_by_name (priv->form,
+                                                     "label324",
+                                                     "label330",
+                                                     NULL);
+
+       priv->sallegato = solipa_allegato_new (commons->solipa);
+       if (priv->sallegato != NULL)
+               {
+                       solipa_allegato_add_to_gtkform (priv->sallegato, priv->form,
+                                                       "percorso", "data_file", "dimensione_file");
+                       solipa_allegato_con_salva_in_db (priv->sallegato, FALSE);
+                       gtk_container_add (GTK_CONTAINER (gtk_builder_get_object (priv->commons->gtkbuilder, "alignment32")),
+                                          solipa_allegato_get_widget (priv->sallegato));
+               }
+
+       g_signal_connect (priv->w,
+                         "delete-event", G_CALLBACK (atto_allegato_on_w_atto_allegato_delete_event), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button125"),
+                         "clicked", G_CALLBACK (atto_allegato_on_btn_annulla_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button126"),
+                         "clicked", G_CALLBACK (atto_allegato_on_btn_salva_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button31"),
+                         "clicked", G_CALLBACK (atto_allegato_on_btn_salvachiudi_clicked), (gpointer)a);
+
+       gtk_form_clear (priv->form);
+
+       priv->id = id;
+       if (priv->id == 0)
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID_ATTO]), g_strdup_printf ("%d", id_atto));
+
+                       if (priv->sallegato != NULL)
+                               {
+                                       solipa_allegato_set_salva_in_db (priv->sallegato, TRUE);
+                               }
+
+                       gtk_form_set_as_origin (priv->form);
+               }
+       else
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+                       atto_allegato_carica (a);
+               }
+
+       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "opengov_rw");
+       if (!autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE))
+               {
+                       gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button126")), FALSE);
+                       gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button31")), FALSE);
+               }
+
+       return a;
+}
+
+/**
+ * atto_allegato_get_widget:
+ * @atto_allegato:
+ *
+ */
+GtkWidget
+*atto_allegato_get_widget (AttoAllegato *atto_allegato)
+{
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (atto_allegato);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+atto_allegato_carica (AttoAllegato *atto_allegato)
+{
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (atto_allegato);
+
+       if (gtk_form_fill_from_table (priv->form))
+               {
+                       solipa_allegato_set_salva_in_db (priv->sallegato, TRUE);
+               }
+}
+
+static void
+atto_allegato_salva (AttoAllegato *atto_allegato, gboolean chiudi)
+{
+       gchar *sql;
+       GtkWidget *dialog;
+
+       AttoAllegatoClass *klass = ATTO_ALLEGATO_GET_CLASS (atto_allegato);
+
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (atto_allegato);
+
+       if (!gtk_form_check (priv->form, (priv->id != 0), NULL, TRUE, priv->w, TRUE))
+               {
+                       return;
+               }
+
+       if (priv->id == 0)
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_INSERT);
+               }
+       else
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_UPDATE);
+               }
+
+       if (gdaex_execute (priv->commons->gdaex, sql) == 1)
+               {
+                       g_free (sql);
+
+                       g_signal_emit (atto_allegato, klass->aggiornato_signal_id, 0);
+
+                       gtk_form_set_as_origin (priv->form);
+
+                       if (priv->id == 0)
+                               {
+                                       priv->id = strtol (gtk_label_get_text (GTK_LABEL (priv->objects[LBL_ID])), NULL, 10);
+                               }
+
+                       /* salvo l'atto_allegato nel db */
+                       /* devo utilizzare le funzioni native di postgres
+                        * perché quelle di libgda non sembrano funzionare sotto windows */
+                       Oid oid;
+                       const gchar *percorso;
+
+                       percorso = solipa_allegato_get_percorso (priv->sallegato);
+
+                       if (PQexec (priv->commons->pgcon, "BEGIN") == NULL)
+                               {
+                                       if (priv->id == 0)
+                                               {
+                                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                                               }
+
+                                       solipa_message_dialog (priv->w,
+                                                              GTK_MESSAGE_WARNING,
+                                                              GTK_BUTTONS_OK,
+                                                              "Errore durante il salvataggio: allegato non importato nel database (impossibile aprire la transazione).");
+                                       return;
+                               }
+
+                       oid = lo_import (priv->commons->pgcon, percorso);
+
+                       if (oid > 0)
+                               {
+                                       sql = g_strdup_printf ("UPDATE atto_allegati "
+                                                              " SET contenuto = %d,"
+                                                              " percorso = '%s'"
+                                                              " WHERE id = %d",
+                                                              oid,
+                                                              gdaex_strescape (g_path_get_basename (percorso), NULL),
+                                                              priv->id);
+                                       if (gdaex_execute (priv->commons->gdaex, sql) < 1)
+                                               {
+                                                       g_free (sql);
+
+                                                       if (priv->id == 0)
+                                                               {
+                                                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                                                               }
+
+                                                       solipa_message_dialog (priv->w,
+                                                                              GTK_MESSAGE_WARNING,
+                                                                              GTK_BUTTONS_OK,
+                                                                              "Errore durante il salvataggio.");
+                                                       return;
+                                               }
+                                       g_free (sql);
+
+                                       atto_allegato_carica (atto_allegato);
+                               }
+                       else
+                               {
+                                       if (priv->id == 0)
+                                               {
+                                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                                               }
+
+                                       solipa_message_dialog (priv->w,
+                                                              GTK_MESSAGE_WARNING,
+                                                              GTK_BUTTONS_OK,
+                                                              "Errore durante il salvataggio: allegato non importato nel database.");
+                                       return;
+                               }
+
+                       PQexec (priv->commons->pgcon, "COMMIT");
+
+                       solipa_message_dialog (priv->w,
+                                              GTK_MESSAGE_INFO,
+                                              GTK_BUTTONS_OK,
+                                              "Salvataggio eseguito con successo.");
+
+                       if (chiudi)
+                               {
+                                       gtk_widget_destroy (priv->w);
+                                       g_object_unref (atto_allegato);
+                               }
+               }
+       else
+               {
+                       g_free (sql);
+
+                       if (priv->id == 0)
+                               {
+                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                               }
+
+                       solipa_message_dialog (priv->w,
+                                              GTK_MESSAGE_WARNING,
+                                              GTK_BUTTONS_OK,
+                                              "Errore durante il salvataggio.");
+               }
+}
+
+static void
+atto_allegato_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       AttoAllegato *atto_allegato = ATTO_ALLEGATO (object);
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (atto_allegato);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+atto_allegato_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       AttoAllegato *atto_allegato = ATTO_ALLEGATO (object);
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (atto_allegato);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static gboolean
+atto_allegato_conferma_chiusura (AttoAllegato *atto_allegato)
+{
+       gboolean ret;
+
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (atto_allegato);
+
+       ret = TRUE;
+       if (gtk_form_is_changed (priv->form))
+               {
+                       if (solipa_message_dialog (priv->w,
+                                                  GTK_MESSAGE_QUESTION,
+                                                  GTK_BUTTONS_YES_NO,
+                                                  "Sicuro di voler chiudere senza salvare?") == GTK_RESPONSE_NO)
+                               {
+                                       ret = FALSE;
+                               }
+               }
+
+       return ret;
+}
+
+/* CALLBACK */
+static gboolean
+atto_allegato_on_w_atto_allegato_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data)
+{
+       return !atto_allegato_conferma_chiusura ((AttoAllegato *)user_data);
+}
+
+static void
+atto_allegato_on_btn_annulla_clicked (GtkButton *button,
+                                 gpointer user_data)
+{
+       AttoAllegato *allegato = (AttoAllegato *)user_data;
+
+       AttoAllegatoPrivate *priv = ATTO_ALLEGATO_GET_PRIVATE (allegato);
+
+       if (atto_allegato_conferma_chiusura (allegato)) gtk_widget_destroy (priv->w);
+}
+
+static void
+atto_allegato_on_btn_salva_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       atto_allegato_salva ((AttoAllegato *)user_data, FALSE);
+}
+
+static void
+atto_allegato_on_btn_salvachiudi_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       atto_allegato_salva ((AttoAllegato *)user_data, TRUE);
+}
diff --git a/src/attoallegato.h b/src/attoallegato.h
new file mode 100644 (file)
index 0000000..96687f4
--- /dev/null
@@ -0,0 +1,65 @@
+/* 
+ * Copyright (C) 2012 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __ATTO_ALLEGATO_H__
+#define __ATTO_ALLEGATO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_ATTO_ALLEGATO                 (atto_allegato_get_type ())
+#define ATTO_ALLEGATO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_ATTO_ALLEGATO, AttoAllegato))
+#define ATTO_ALLEGATO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_ATTO_ALLEGATO, AttoAllegatoClass))
+#define IS_ATTO_ALLEGATO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_ATTO_ALLEGATO))
+#define IS_ATTO_ALLEGATO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_ATTO_ALLEGATO))
+#define ATTO_ALLEGATO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_ATTO_ALLEGATO, AttoAllegatoClass))
+
+
+typedef struct _AttoAllegato AttoAllegato;
+typedef struct _AttoAllegatoClass AttoAllegatoClass;
+
+struct _AttoAllegato
+       {
+               GObject parent;
+       };
+
+struct _AttoAllegatoClass
+       {
+               GObjectClass parent_class;
+
+               guint aggiornato_signal_id;
+       };
+
+GType atto_allegato_get_type (void) G_GNUC_CONST;
+
+AttoAllegato *atto_allegato_new (Commons *commons, guint id, guint id_atto);
+
+GtkWidget *atto_allegato_get_widget (AttoAllegato *atto_allegato);
+
+
+G_END_DECLS
+
+#endif /* __ATTO_ALLEGATO_H__ */
index fd8b17e9e22810423514eb3e0ef9480e3dcd4550..f712ebef17e0a7ebb146c90715356f52d31e60d8 100644 (file)
@@ -34,6 +34,7 @@
 #include <libautozgui/commons.h>
 
 #include "commons.h"
+#include "atti.h"
 #include "tipiatto.h"
 
 static Commons *commons;
@@ -104,6 +105,19 @@ main_set_vbx_body_child (GtkWidget *wchild, GObject *ochild)
        gtk_widget_grab_focus (wchild);
 }
 
+G_MODULE_EXPORT void
+on_mnu_albo_atti_activate (GtkMenuItem *menuitem,
+                            gpointer user_data)
+{
+       GtkWidget *vbx;
+
+       Atti *m = atti_new (commons, FALSE);
+
+       vbx = atti_get_widget (m);
+
+       main_set_vbx_body_child (vbx, G_OBJECT (m));
+}
+
 G_MODULE_EXPORT void
 on_mnu_tabelle_tipi_atto_activate (GtkMenuItem *menuitem,
                             gpointer user_data)
diff --git a/src/trovaatti.c b/src/trovaatti.c
new file mode 100644 (file)
index 0000000..8195eff
--- /dev/null
@@ -0,0 +1,345 @@
+/* 
+ * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <gdk/gdkkeysyms.h>
+
+#include <libgtkform/form.h>
+#include <libgtkformui/gtkformdecoder.h>
+
+#include <liborganigramma/uffici.h>
+
+#include "trovaatti.h"
+#include "tipiatto.h"
+
+static void trova_atti_class_init (TrovaAttiClass *klass);
+static void trova_atti_init (TrovaAtti *ricerca_atti);
+
+static void trova_atti_on_tipo_atto_selezionato (gpointer instance, guint id, gpointer user_data);
+static void trova_atti_on_ufficio_selezionato (gpointer instance, guint id, gpointer user_data);
+static gboolean trova_atti_on_ufficio_ask_toshow (gpointer instance, guint id, gpointer user_data);
+
+static void trova_atti_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void trova_atti_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean trova_atti_on_key_release_event (GtkWidget *widget,
+                            GdkEventKey *event,
+                            gpointer user_data);
+
+static void trova_atti_on_btn_tipo_atto_clicked (GtkButton *button,
+                                    gpointer user_data);
+
+static void trova_atti_on_btn_ufficio_clicked (GtkButton *button,
+                                    gpointer user_data);
+
+static void trova_atti_on_btn_pulisci_clicked (GtkButton *button,
+                      gpointer user_data);
+static void trova_atti_on_btn_annulla_clicked (GtkButton *button,
+                      gpointer user_data);
+static void trova_atti_on_btn_ok_clicked (GtkButton *button,
+                      gpointer user_data);
+
+#define TROVA_ATTI_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_TROVA_ATTI, TrovaAttiPrivate))
+
+typedef struct _TrovaAttiPrivate TrovaAttiPrivate;
+struct _TrovaAttiPrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+       };
+
+G_DEFINE_TYPE (TrovaAtti, trova_atti, G_TYPE_OBJECT)
+
+static void
+trova_atti_class_init (TrovaAttiClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (TrovaAttiPrivate));
+
+       object_class->set_property = trova_atti_set_property;
+       object_class->get_property = trova_atti_get_property;
+
+       /**
+        * TrovaAtti::filtra:
+        */
+       klass->filtra_signal_id = g_signal_new ("filtra",
+                                               G_TYPE_FROM_CLASS (object_class),
+                                               G_SIGNAL_RUN_LAST,
+                                               0,
+                                               NULL,
+                                               NULL,
+                                               g_cclosure_marshal_VOID__POINTER,
+                                               G_TYPE_NONE,
+                                               1, G_TYPE_POINTER);
+}
+
+static void
+trova_atti_init (TrovaAtti *ricerca_atti)
+{
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (ricerca_atti);
+}
+
+/**
+ * trova_atti_new:
+ * @commons:
+ * @values:
+ *
+ * Returns: the newly created #TrovaAtti object.
+ */
+TrovaAtti
+*trova_atti_new (Commons *commons, GHashTable *values)
+{
+       GError *error;
+
+       TrovaAtti *a = TROVA_ATTI (g_object_new (trova_atti_get_type (), NULL));
+
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit ("w_trova_atti", "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->form = gtk_form_new ();
+       g_object_set (priv->form, "gdaex", priv->commons->gdaex, NULL);
+       gtk_form_load_from_file (priv->form, g_build_filename (priv->commons->formdir, "trovaatti.form", NULL), priv->commons->gtkbuilder);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_trova_atti"));
+
+       g_signal_connect (priv->w,
+                         "key-release-event", G_CALLBACK (trova_atti_on_key_release_event), (gpointer)a);
+
+       g_object_set (gtk_builder_get_object (priv->commons->gtkbuilder, "gtkformdecoder15"),
+                     "gdaex", priv->commons->organigramma_commons->gdaex,
+                     NULL);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "gtkformdecoder4"),
+                         "btn-browse-clicked", G_CALLBACK (trova_atti_on_btn_tipo_atto_clicked), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "gtkformdecoder15"),
+                         "btn-browse-clicked", G_CALLBACK (trova_atti_on_btn_ufficio_clicked), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button20"),
+                         "clicked", G_CALLBACK (trova_atti_on_btn_pulisci_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button21"),
+                         "clicked", G_CALLBACK (trova_atti_on_btn_annulla_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button22"),
+                         "clicked", G_CALLBACK (trova_atti_on_btn_ok_clicked), (gpointer)a);
+
+       gtk_form_clear (priv->form);
+       if (values != NULL)
+               {
+                       gtk_form_fill_from_hashtable (priv->form, values);
+               }
+
+       return a;
+}
+
+/**
+ * trova_atti_get_widget:
+ * @ricerca_atti:
+ *
+ */
+GtkWidget
+*trova_atti_get_widget (TrovaAtti *ricerca_atti)
+{
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (ricerca_atti);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+trova_atti_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       TrovaAtti *ricerca_atti = TROVA_ATTI (object);
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (ricerca_atti);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+trova_atti_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       TrovaAtti *ricerca_atti = TROVA_ATTI (object);
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (ricerca_atti);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+/* CALLBACK */
+static void
+trova_atti_on_tipo_atto_selezionato (gpointer instance, guint id, gpointer user_data)
+{
+       TrovaAtti *a = (TrovaAtti *)user_data;
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (a);
+
+       gtk_form_widget_set_value_stringify (gtk_form_get_form_widget_from_name (priv->form, "gtkformdecoder4"),
+                                            g_strdup_printf ("%d", id));
+}
+
+static void
+trova_atti_on_ufficio_selezionato (gpointer instance, guint id, gpointer user_data)
+{
+       TrovaAtti *a = (TrovaAtti *)user_data;
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (a);
+
+       gtk_form_widget_set_value_stringify (gtk_form_get_form_widget_from_name (priv->form, "gtkformdecoder15"),
+                                            g_strdup_printf ("%d", id));
+}
+
+static gboolean
+trova_atti_on_ufficio_ask_toshow (gpointer instance, guint id, gpointer user_data)
+{
+       gboolean ret;
+
+       TrovaAtti *a = (TrovaAtti *)user_data;
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (a);
+
+       AutozIResource *ires1;
+
+       ret = TRUE;
+
+       /* per adesso controllo solo gli uffici */
+       ires1 = autoz_get_resource_from_id (priv->commons->autoz, g_strdup_printf ("opengov_u_%d_r_0", id));
+       ret = autoz_is_allowed (priv->commons->autoz, priv->commons->role_utente, ires1, FALSE);
+
+       return ret;
+}
+
+static gboolean
+trova_atti_on_key_release_event (GtkWidget   *widget,
+                            GdkEventKey *event,
+                            gpointer     user_data)
+{
+       if (event->keyval == GDK_Escape)
+               {
+                       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE ((TrovaAtti *)user_data);
+
+                       gtk_button_clicked (GTK_BUTTON (gtk_builder_get_object (priv->commons->gtkbuilder, "button21")));
+                       return TRUE;
+               }
+
+       return FALSE;
+}
+
+static void
+trova_atti_on_btn_tipo_atto_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *w;
+
+       TrovaAtti *trova_atti = (TrovaAtti *)user_data;
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (trova_atti);
+
+       TipiAtto *c = tipi_atto_new (priv->commons, TRUE);
+
+       g_signal_connect (G_OBJECT (c), "selezionato",
+                         G_CALLBACK (trova_atti_on_tipo_atto_selezionato), user_data);
+
+       w = tipi_atto_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+       gtk_widget_show (w);
+}
+
+static void
+trova_atti_on_btn_ufficio_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *w;
+
+       TrovaAtti *trova_atti = (TrovaAtti *)user_data;
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (trova_atti);
+
+       OrganigrammaUffici *c = organigramma_uffici_new (priv->commons->organigramma_commons, TRUE);
+
+       g_signal_connect (G_OBJECT (c), "selezionato",
+                         G_CALLBACK (trova_atti_on_ufficio_selezionato), user_data);
+       g_signal_connect (G_OBJECT (c), "ask-toshow",
+                         G_CALLBACK (trova_atti_on_ufficio_ask_toshow), user_data);
+
+       w = organigramma_uffici_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+       gtk_widget_show (w);
+}
+
+static void
+trova_atti_on_btn_pulisci_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE ((TrovaAtti *)user_data);
+
+       gtk_form_clear (priv->form);
+}
+
+static void
+trova_atti_on_btn_annulla_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE ((TrovaAtti *)user_data);
+
+       gtk_widget_destroy (priv->w);
+       g_object_unref (user_data);
+}
+
+static void
+trova_atti_on_btn_ok_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       TrovaAtti *ricerca_atti = (TrovaAtti *)user_data;
+       TrovaAttiClass *klass = TROVA_ATTI_GET_CLASS (ricerca_atti);
+
+       TrovaAttiPrivate *priv = TROVA_ATTI_GET_PRIVATE (ricerca_atti);
+
+       if (!gtk_form_check (priv->form, FALSE, NULL, TRUE, priv->w, TRUE))
+               {
+                       return;
+               }
+
+       g_signal_emit (ricerca_atti, klass->filtra_signal_id, 0, gtk_form_get_values_as_hashtable (priv->form));
+
+       gtk_widget_destroy (priv->w);
+       g_object_unref (user_data);
+}
diff --git a/src/trovaatti.h b/src/trovaatti.h
new file mode 100644 (file)
index 0000000..ca8ede1
--- /dev/null
@@ -0,0 +1,65 @@
+/* 
+ * Copyright (C) 2013 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __TROVA_ATTI_H__
+#define __TROVA_ATTI_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_TROVA_ATTI                 (trova_atti_get_type ())
+#define TROVA_ATTI(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TROVA_ATTI, TrovaAtti))
+#define TROVA_ATTI_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TROVA_ATTI, TrovaAttiClass))
+#define IS_TROVA_ATTI(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TROVA_ATTI))
+#define IS_TROVA_ATTI_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_TROVA_ATTI))
+#define TROVA_ATTI_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_TROVA_ATTI, TrovaAttiClass))
+
+
+typedef struct _TrovaAtti TrovaAtti;
+typedef struct _TrovaAttiClass TrovaAttiClass;
+
+struct _TrovaAtti
+       {
+               GObject parent;
+       };
+
+struct _TrovaAttiClass
+       {
+               GObjectClass parent_class;
+
+               guint filtra_signal_id;
+       };
+
+GType trova_atti_get_type (void) G_GNUC_CONST;
+
+TrovaAtti *trova_atti_new (Commons *commons, GHashTable *values);
+
+GtkWidget *trova_atti_get_widget (TrovaAtti *trova_atti);
+
+
+G_END_DECLS
+
+#endif /* __TROVA_ATTI_H__ */