]> saetta.ns0.it Git - albonline/be/commitdiff
Gestione tabella tipi_atto.
authorAndrea Zagli <azagli@libero.it>
Sat, 16 Feb 2013 14:47:04 +0000 (15:47 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 16 Feb 2013 14:47:04 +0000 (15:47 +0100)
.anjuta_sym_db.db
data/messi/form/Makefile.am
data/messi/form/tipoatto.form [new file with mode: 0644]
data/messi/gui/messi.gui
docs/messi.sql
src/Makefile.am
src/main.c
src/tipiatto.c [new file with mode: 0644]
src/tipiatto.h [new file with mode: 0644]
src/tipoatto.c [new file with mode: 0644]
src/tipoatto.h [new file with mode: 0644]

index 9f18dc5e333f2f5e890886fa91adba4c7016aadb..de7fcadba6c7facf3d934571aff58d3498cf269a 100644 (file)
Binary files a/.anjuta_sym_db.db and b/.anjuta_sym_db.db differ
index 8d770f479248a420e1cf3c29e049c110d1aee7a6..41a74cb1e6ac47a00449cf09e52732ea12ffc518 100644 (file)
@@ -1,5 +1,6 @@
 formdir = $(datadir)/$(PACKAGE)/form
 
-form_DATA = 
+form_DATA = \
+             tipoatto.form
 
 EXTRA_DIST = $(form_DATA)
diff --git a/data/messi/form/tipoatto.form b/data/messi/form/tipoatto.form
new file mode 100644 (file)
index 0000000..1961f25
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <table>tipi_atto</table>
+
+       <widget type="label" name="label230" label="label228">
+               <field type="integer" name="id">
+                       <is-key>t</is-key>
+                       <auto-increment>t</auto-increment>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry80" label="label229">
+               <field type="text" name="descrizione" />
+       </widget>
+
+</gtkform>
index 5d79d90e22229925ac288475b7692b1a041a3a23..43e7a9c74515b7236664fcd96a4c77e45ab35891 100644 (file)
       </object>
     </child>
   </object>
+  <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_albo_pretorio">
     <property name="can_focus">False</property>
     <child>
           <object class="GtkTable" id="table3">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="n_rows">9</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>
-              <object class="GtkLabel" id="albo_pretorio_lbl_lbl_id">
-                <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="albo_pretorio_lbl_protocollo">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Protocollo</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="albo_pretorio_txt_protocollo">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="max_length">20</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="albo_pretorio_lbl_id">
-                <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="albo_pretorio_lbl_descrizione">
-                <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="albo_pretorio_txt_Descrizione">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="max_length">300</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>
-            <child>
-              <object class="GtkLabel" id="albo_pretorio_lbl_mittente">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Mittente</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>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkHBox" id="hbox1">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <child>
-                  <object class="GtkEntry" id="albo_pretorio_txt_mittente">
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</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="expand">True</property>
-                    <property name="fill">True</property>
-                    <property name="position">0</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkButton" id="albo_pretorio_btn_mittente">
-                    <property name="label" translatable="yes">...</property>
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">True</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">True</property>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkLabel" id="albo_pretorio_lbl_id_mittenti">
-                    <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">lbl_id_mittenti</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</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">3</property>
-                <property name="bottom_attach">4</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkLabel" id="albo_pretorio_lbl_data_ricezione">
-                <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">4</property>
-                <property name="bottom_attach">5</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options">GTK_FILL</property>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkEntry" id="albo_pretorio_txt_data_ricezione">
-                <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">4</property>
-                <property name="bottom_attach">5</property>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkLabel" id="albo_pretorio_lbl_data_pubblicazione_da">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Data pubblicazione da</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>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkEntry" id="albo_pretorio_txt_data_pubblicazione_da">
-                <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>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkEntry" id="albo_pretorio_txt_data_pubblicazione_a">
-                <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>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkLabel" id="albo_pretorio_lbl_data_pubblicazione_a">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Data pubblicazione a</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>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkLabel" id="albo_pretorio_lbl_note">
-                <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">7</property>
-                <property name="bottom_attach">8</property>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkScrolledWindow" id="scrolledwindow5">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="hscrollbar_policy">automatic</property>
-                <property name="vscrollbar_policy">automatic</property>
-                <child>
-                  <object class="GtkViewport" id="viewport1">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="resize_mode">queue</property>
-                    <child>
-                      <object class="GtkTextView" id="albo_pretorio_txtv_note">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-              </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>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkLabel" id="albo_pretorio_lbl_messo">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Messo</property>
-              </object>
-              <packing>
-                <property name="top_attach">8</property>
-                <property name="bottom_attach">9</property>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkHBox" id="hbox2">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <child>
-                  <object class="GtkLabel" id="albo_pretorio_lbl_messo_nome">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="xalign">0</property>
-                    <property name="label" translatable="yes">lbl_messo_nome</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="albo_pretorio_lbl_id_messi">
-                    <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">lbl_id_messi</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">True</property>
-                    <property name="position">1</property>
-                  </packing>
-                </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>
+              <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>
-              <object class="GtkButton" id="albo_pretorio_btn_allegati">
-                <property name="label" translatable="yes">_Allegati</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">0</property>
-              </packing>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkButton" id="albo_pretorio_btn_annulla">
-                <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>
+              <placeholder/>
             </child>
-            <child>
-              <object class="GtkButton" id="albo_pretorio_btn_salva">
-                <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">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_allegati">
-    <property name="can_focus">False</property>
-    <property name="title" translatable="yes">Allegati</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="GtkLabel" id="label4">
-            <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>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow4">
-            <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="allegati_trv_lista">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-              </object>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
-            <property name="position">1</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="allegati_btn_nuovo">
-                <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="allegati_btn_modifica">
-                <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="allegati_btn_elimina">
-                <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="allegati_btn_trova">
-                <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">3</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="allegati_btn_annulla">
-                <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">4</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" id="allegati_btn_seleziona">
-                <property name="label" translatable="yes">_Seleziona</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">5</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_lst_albo_pretorio">
-    <property name="can_focus">False</property>
-    <child>
-      <object class="GtkVBox" id="vbox2">
-        <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="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="use_markup">True</property>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow1">
-            <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="lst_albo_pretorio_trv_lista">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-              </object>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkHButtonBox" id="hbuttonbox1">
-            <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="lst_albo_pretorio_btn_nuovo">
-                <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="lst_albo_pretorio_btn_modifica">
-                <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="lst_albo_pretorio_btn_elimina">
-                <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="lst_albo_pretorio_btn_trova">
-                <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">3</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_main">
-    <property name="can_focus">False</property>
-    <property name="title" translatable="yes">Gestione messi notificatori</property>
-    <property name="window_position">center</property>
-    <property name="default_width">600</property>
-    <property name="default_height">450</property>
-    <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
-    <child>
-      <object class="GtkVBox" id="vbox1">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
-        <child>
-          <object class="GtkMenuBar" id="menubar1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <child>
-              <object class="GtkMenuItem" id="menuitem1">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="label" translatable="yes">_File</property>
-                <property name="use_underline">True</property>
-                <child type="submenu">
-                  <object class="GtkMenu" id="menu1">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <child>
-                      <object class="GtkImageMenuItem" id="imagemenuitem5">
-                        <property name="label">gtk-quit</property>
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="use_underline">True</property>
-                        <property name="use_stock">True</property>
-                        <signal name="activate" handler="gtk_main_quit" swapped="no"/>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-            <child>
-              <object class="GtkMenuItem" id="menuitem3">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="label" translatable="yes">_Visualizza</property>
-                <property name="use_underline">True</property>
-                <child type="submenu">
-                  <object class="GtkMenu" id="menu2">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <child>
-                      <object class="GtkMenuItem" id="mnu_visualizza_albo_pretorio">
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">_Albo pretorio</property>
-                        <property name="use_underline">True</property>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-            <child>
-              <object class="GtkMenuItem" id="menuitem2">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="label" translatable="yes">_Tabelle</property>
-                <property name="use_underline">True</property>
-                <child type="submenu">
-                  <object class="GtkMenu" id="menu4">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <child>
-                      <object class="GtkMenuItem" id="mnu_tabelle_mittenti">
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">_Mittenti</property>
-                        <property name="use_underline">True</property>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkMenuItem" id="mnu_tabelle_allegati">
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">_Allegati</property>
-                        <property name="use_underline">True</property>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkMenuItem" id="mnu_tabelle_tipi_allegati">
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">Ti_pi allegati</property>
-                        <property name="use_underline">True</property>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-            <child>
-              <object class="GtkMenuItem" id="menuitem4">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="label" translatable="yes">A_iuto</property>
-                <property name="use_underline">True</property>
-                <child type="submenu">
-                  <object class="GtkMenu" id="menu3">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <child>
-                      <object class="GtkImageMenuItem" id="imagemenuitem10">
-                        <property name="label">gtk-about</property>
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="use_underline">True</property>
-                        <property name="use_stock">True</property>
-                        <signal name="activate" handler="on_mnu_help_about_activate" swapped="no"/>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkVBox" id="vbx_body">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkStatusbar" id="statusbar1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="spacing">2</property>
-          </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_mittente">
-    <property name="can_focus">False</property>
-    <child>
-      <object class="GtkVBox" id="vbox4">
-        <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="table1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="n_rows">2</property>
-            <property name="n_columns">2</property>
-            <property name="column_spacing">5</property>
-            <property name="row_spacing">5</property>
-            <child>
-              <object class="GtkLabel" id="mittente_lbl_lbl_id">
-                <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="mittente_lbl_descrizione">
-                <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">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="mittente_txt_descrizione">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="max_length">300</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="mittente_lbl_id">
-                <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>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
             </child>
           </object>
           <packing>
           </packing>
         </child>
         <child>
-          <object class="GtkHButtonBox" id="hbuttonbox3">
+          <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="mittente_btn_annulla">
-                <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>
+              <placeholder/>
             </child>
             <child>
-              <object class="GtkButton" id="mittente_btn_salva">
-                <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>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
             </child>
           </object>
           <packing>
       </object>
     </child>
   </object>
-  <object class="GtkWindow" id="w_mittenti">
+  <object class="GtkWindow" id="w_lst_albo_pretorio">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes">Mittenti</property>
     <child>
-      <object class="GtkVBox" id="vbox3">
+      <object class="GtkVBox" id="vbox2">
         <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="GtkLabel" id="label1">
+          <object class="GtkLabel" id="label2">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">&lt;b&gt;Mittenti&lt;/b&gt;</property>
+            <property name="label" translatable="yes">&lt;b&gt;Albo pretorio&lt;/b&gt;</property>
             <property name="use_markup">True</property>
           </object>
           <packing>
           </packing>
         </child>
         <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow2">
+          <object class="GtkScrolledWindow" id="scrolledwindow1">
             <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="mittenti_trv_lista">
+              <object class="GtkTreeView" id="lst_albo_pretorio_trv_lista">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </object>
           </packing>
         </child>
         <child>
-          <object class="GtkHButtonBox" id="hbuttonbox2">
+          <object class="GtkHButtonBox" id="hbuttonbox1">
             <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="mittenti_btn_nuovo">
+              <object class="GtkButton" id="lst_albo_pretorio_btn_nuovo">
                 <property name="label">gtk-new</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="mittenti_btn_modifica">
+              <object class="GtkButton" id="lst_albo_pretorio_btn_modifica">
                 <property name="label">gtk-edit</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="mittenti_btn_elimina">
+              <object class="GtkButton" id="lst_albo_pretorio_btn_elimina">
                 <property name="label">gtk-delete</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="mittenti_btn_trova">
+              <object class="GtkButton" id="lst_albo_pretorio_btn_trova">
                 <property name="label">gtk-find</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="position">3</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_main">
+    <property name="can_focus">False</property>
+    <property name="title" translatable="yes">Gestione messi notificatori</property>
+    <property name="window_position">center</property>
+    <property name="default_width">600</property>
+    <property name="default_height">450</property>
+    <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
+    <child>
+      <object class="GtkVBox" id="vbox1">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkMenuBar" id="menubar1">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
             <child>
-              <object class="GtkButton" id="mittenti_btn_annulla">
-                <property name="label">gtk-cancel</property>
+              <object class="GtkMenuItem" id="menuitem1">
                 <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="can_focus">False</property>
+                <property name="label" translatable="yes">_File</property>
+                <property name="use_underline">True</property>
+                <child type="submenu">
+                  <object class="GtkMenu" id="menu1">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <child>
+                      <object class="GtkImageMenuItem" id="imagemenuitem5">
+                        <property name="label">gtk-quit</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="gtk_main_quit" swapped="no"/>
+                      </object>
+                    </child>
+                  </object>
+                </child>
               </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">4</property>
-              </packing>
             </child>
             <child>
-              <object class="GtkButton" id="mittenti_btn_seleziona">
-                <property name="label" translatable="yes">_Seleziona</property>
+              <object class="GtkMenuItem" id="menuitem3">
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
+                <property name="can_focus">False</property>
+                <property name="label" translatable="yes">_Visualizza</property>
                 <property name="use_underline">True</property>
+                <child type="submenu">
+                  <object class="GtkMenu" id="menu2">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <child>
+                      <object class="GtkMenuItem" id="mnu_visualizza_albo_pretorio">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="label" translatable="yes">_Albo pretorio</property>
+                        <property name="use_underline">True</property>
+                      </object>
+                    </child>
+                  </object>
+                </child>
               </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">5</property>
-              </packing>
             </child>
+            <child>
+              <object class="GtkMenuItem" id="menuitem2">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="label" translatable="yes">_Tabelle</property>
+                <property name="use_underline">True</property>
+                <child type="submenu">
+                  <object class="GtkMenu" id="menu4">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <child>
+                      <object class="GtkMenuItem" id="mnu_tabelle_tipi_atti">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="label" translatable="yes">Ti_pi atti</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_tabelle_tipi_atto_activate" swapped="no"/>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+            <child>
+              <object class="GtkMenuItem" id="menuitem4">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="label" translatable="yes">A_iuto</property>
+                <property name="use_underline">True</property>
+                <child type="submenu">
+                  <object class="GtkMenu" id="menu3">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <child>
+                      <object class="GtkImageMenuItem" id="imagemenuitem10">
+                        <property name="label">gtk-about</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_help_about_activate" swapped="no"/>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkVBox" id="vbx_body">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <child>
+              <placeholder/>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkStatusbar" id="statusbar1">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="spacing">2</property>
           </object>
           <packing>
             <property name="expand">False</property>
       </object>
     </child>
   </object>
-  <object class="GtkWindow" id="w_tipi_allegato">
+  <object class="GtkWindow" id="w_tipi_atto">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes">Mittenti</property>
+    <property name="title" translatable="yes">Tipi atto - Gestione messi notificatori</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">500</property>
+    <property name="default_height">350</property>
+    <property name="destroy_with_parent">True</property>
     <child>
-      <object class="GtkVBox" id="vbox6">
+      <object class="GtkVBox" id="vbx_tipi_atto">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
-        <property name="border_width">5</property>
+        <property name="can_focus">True</property>
+        <property name="border_width">6</property>
         <property name="spacing">5</property>
         <child>
-          <object class="GtkLabel" id="label3">
+          <object class="GtkLabel" id="label222">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">&lt;b&gt;Tipi allegato&lt;/b&gt;</property>
+            <property name="label" translatable="yes">&lt;b&gt;Tipi atto&lt;/b&gt;</property>
             <property name="use_markup">True</property>
           </object>
           <packing>
           </packing>
         </child>
         <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow3">
+          <object class="GtkScrolledWindow" id="scrolledwindow54">
             <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="tipi_allegato_trv_lista">
+              <object class="GtkTreeView" id="treeview31">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="model">lstore_tipi_atto</property>
+                <property name="headers_clickable">False</property>
+                <property name="rules_hint">True</property>
+                <property name="search_column">1</property>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn94">
+                    <property name="title">ID</property>
+                    <child>
+                      <object class="GtkCellRendererSpin" id="cellrenderercombo20">
+                        <property name="xalign">1</property>
+                      </object>
+                      <attributes>
+                        <attribute name="text">0</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn95">
+                    <property name="title">Descrizione</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext95"/>
+                      <attributes>
+                        <attribute name="text">1</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
               </object>
             </child>
           </object>
           </packing>
         </child>
         <child>
-          <object class="GtkHButtonBox" id="hbuttonbox5">
+          <object class="GtkHButtonBox" id="hbuttonbox53">
             <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="tipi_allegato_btn_nuovo">
+              <object class="GtkButton" id="button211">
                 <property name="label">gtk-new</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="tipi_allegato_btn_modifica">
+              <object class="GtkButton" id="button212">
                 <property name="label">gtk-edit</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="tipi_allegato_btn_elimina">
+              <object class="GtkButton" id="button213">
                 <property name="label">gtk-delete</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="tipi_allegato_btn_trova">
-                <property name="label">gtk-find</property>
+              <object class="GtkButton" id="button214">
+                <property name="label">gtk-cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="tipi_allegato_btn_annulla">
-                <property name="label">gtk-cancel</property>
+              <object class="GtkButton" id="button215">
+                <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="position">4</property>
               </packing>
             </child>
-            <child>
-              <object class="GtkButton" id="tipi_allegato_btn_seleziona">
-                <property name="label" translatable="yes">_Seleziona</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">5</property>
-              </packing>
-            </child>
           </object>
           <packing>
             <property name="expand">False</property>
       </object>
     </child>
   </object>
-  <object class="GtkWindow" id="w_tipo_allegato">
+  <object class="GtkWindow" id="w_tipo_atto">
     <property name="can_focus">False</property>
+    <property name="title" translatable="yes">Tipo atto - Gestione messi notificatori</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="destroy_with_parent">True</property>
     <child>
-      <object class="GtkVBox" id="vbox5">
+      <object class="GtkVBox" id="vbox35">
         <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="table2">
+          <object class="GtkTable" id="table41">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="n_rows">2</property>
             <property name="column_spacing">5</property>
             <property name="row_spacing">5</property>
             <child>
-              <object class="GtkLabel" id="tipo_allegato_lbl_lbl_id">
+              <object class="GtkLabel" id="label228">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="tipo_allegato_lbl_descrizione">
+              <object class="GtkLabel" id="label229">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
               </packing>
             </child>
             <child>
-              <object class="GtkEntry" id="tipo_allegato_txt_descrizione">
+              <object class="GtkLabel" id="label230">
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="max_length">300</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>
+                <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="top_attach">1</property>
-                <property name="bottom_attach">2</property>
                 <property name="y_options">GTK_FILL</property>
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="tipo_allegato_lbl_id">
+              <object class="GtkEntry" id="entry80">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">lbl_id</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">150</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>
           </packing>
         </child>
         <child>
-          <object class="GtkHButtonBox" id="hbuttonbox4">
+          <object class="GtkHButtonBox" id="hbuttonbox8">
             <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="tipo_allegato_btn_annulla">
+              <object class="GtkButton" id="button223">
                 <property name="label">gtk-cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="tipo_allegato_btn_salva">
+              <object class="GtkButton" id="button224">
                 <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>
                 <property name="position">1</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkButton" id="button34">
+                <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>
index b38b95a281ee8e03a6c40cdec6dcd80cc1ab3b64..313f861313b6e8b3db5ee8c622b38212a01ce7b8 100644 (file)
@@ -4,16 +4,16 @@
 
 -- Dumped from database version 9.1.8
 -- Dumped by pg_dump version 9.1.8
--- Started on 2013-02-16 15:15:33 CET
+-- Started on 2013-02-16 15:46:30 CET
 
 SET statement_timeout = 0;
-SET client_encoding = 'LATIN9';
+SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
 SET client_min_messages = warning;
 
 --
--- TOC entry 162 (class 3079 OID 11649)
+-- TOC entry 163 (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 1863 (class 0 OID 0)
--- Dependencies: 162
+-- TOC entry 1871 (class 0 OID 0)
+-- Dependencies: 163
 -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -
 --
 
@@ -45,8 +45,21 @@ CREATE TABLE atti (
 
 
 --
--- TOC entry 1856 (class 2606 OID 18089)
--- Dependencies: 161 161 1858
+-- TOC entry 162 (class 1259 OID 18097)
+-- Dependencies: 1859 1860 6
+-- Name: tipi_atto; Type: TABLE; Schema: public; Owner: -
+--
+
+CREATE TABLE tipi_atto (
+    id integer NOT NULL,
+    descrizione character varying(255) DEFAULT ''::character varying,
+    status character varying(1) DEFAULT ''::character varying
+);
+
+
+--
+-- TOC entry 1862 (class 2606 OID 18089)
+-- Dependencies: 161 161 1866
 -- Name: atti_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -54,7 +67,17 @@ ALTER TABLE ONLY atti
     ADD CONSTRAINT atti_pkey PRIMARY KEY (id);
 
 
--- Completed on 2013-02-16 15:15:33 CET
+--
+-- TOC entry 1864 (class 2606 OID 18103)
+-- Dependencies: 162 162 1866
+-- Name: tipi_atto_pkey; Type: CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY tipi_atto
+    ADD CONSTRAINT tipi_atto_pkey PRIMARY KEY (id);
+
+
+-- Completed on 2013-02-16 15:46:30 CET
 
 --
 -- PostgreSQL database dump complete
index c44443c2ec1caca3528ce42dc7c93fedae83ba31..f5014437591a6732d4e22d639864d95898f29518 100644 (file)
@@ -21,4 +21,8 @@ bin_PROGRAMS = messi
 messi_SOURCES = \
               commons.c \
               commons.h \
-              main.c
+              main.c \
+              tipiatto.c \
+              tipiatto.h \
+              tipoatto.c \
+              tipoatto.h
index 2e8e24328ecfcd0fa010b6f16dcf2e9fa9733c75..fd8b17e9e22810423514eb3e0ef9480e3dcd4550 100644 (file)
@@ -34,6 +34,7 @@
 #include <libautozgui/commons.h>
 
 #include "commons.h"
+#include "tipiatto.h"
 
 static Commons *commons;
 
@@ -103,18 +104,18 @@ main_set_vbx_body_child (GtkWidget *wchild, GObject *ochild)
        gtk_widget_grab_focus (wchild);
 }
 
-/*G_MODULE_EXPORT void
-on_mnu_view_intestatari_activate (GtkMenuItem *menuitem,
+G_MODULE_EXPORT void
+on_mnu_tabelle_tipi_atto_activate (GtkMenuItem *menuitem,
                             gpointer user_data)
 {
-       GtkWidget *vbx_intestatari;
+       GtkWidget *vbx;
 
-       Intestatari *i = intestatari_new (gtkbuilder, gdaex, FALSE, 0);
+       TipiAtto *m = tipi_atto_new (commons, FALSE);
 
-       vbx_intestatari = intestatari_get_widget (i);
+       vbx = tipi_atto_get_widget (m);
 
-       main_set_vbx_body_child (vbx_intestatari);
-}*/
+       main_set_vbx_body_child (vbx, G_OBJECT (m));
+}
 
 G_MODULE_EXPORT void
 on_mnu_help_about_activate (GtkMenuItem *menuitem,
diff --git a/src/tipiatto.c b/src/tipiatto.c
new file mode 100644 (file)
index 0000000..1a885bd
--- /dev/null
@@ -0,0 +1,451 @@
+/* 
+ * 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 "tipiatto.h"
+#include "tipoatto.h"
+
+static void tipi_atto_class_init (TipiAttoClass *klass);
+static void tipi_atto_init (TipiAtto *tipi_atto);
+
+static void tipi_atto_carica (TipiAtto *tipi_atto);
+static void tipi_atto_modifica (TipiAtto *tipi_atto);
+
+static void tipi_atto_selezionato (TipiAtto *tipi_atto);
+static void tipi_atto_on_tipo_atto_aggiornato (gpointer instance, gpointer user_data);
+
+static void tipi_atto_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void tipi_atto_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean tipi_atto_on_key_release_event (GtkWidget *widget,
+                            GdkEventKey *event,
+                            gpointer user_data);
+
+static void tipi_atto_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data);
+static void tipi_atto_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data);
+static void tipi_atto_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data);
+static void tipi_atto_on_trv_tipi_atto_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data);
+
+static void tipi_atto_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void tipi_atto_on_btn_seleziona_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define TIPI_ATTO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_TIPI_ATTO, TipiAttoPrivate))
+
+enum
+{
+       COL_ID,
+       COL_DESCRIZIONE
+};
+
+typedef struct _TipiAttoPrivate TipiAttoPrivate;
+struct _TipiAttoPrivate
+       {
+               Commons *commons;
+
+               GtkWidget *widget;
+               GtkTreeSelection *selection;
+               GtkListStore *lstore_tipi_atto;
+
+               gboolean selezione;
+       };
+
+G_DEFINE_TYPE (TipiAtto, tipi_atto, G_TYPE_OBJECT)
+
+static void
+tipi_atto_class_init (TipiAttoClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (TipiAttoPrivate));
+
+       object_class->set_property = tipi_atto_set_property;
+       object_class->get_property = tipi_atto_get_property;
+
+       /**
+        * TipiAtto::selezionato:
+        * @tipi_atto:
+        *
+        */
+       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
+tipi_atto_init (TipiAtto *tipi_atto)
+{
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+}
+
+/**
+ * tipi_atto_new:
+ * @commons:
+ * @selezione:
+ *
+ * Returns: the newly created #TipiAtto object.
+ */
+TipiAtto
+*tipi_atto_new (Commons *commons, gboolean selezione)
+{
+       GError *error;
+       AutozIResource *ires1;
+
+       TipiAtto *a = TIPI_ATTO (g_object_new (tipi_atto_get_type (), NULL));
+
+       TipiAttoPrivate *priv = TIPI_ATTO_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_tipi_atto|",
+                                          (selezione ? "w_tipi_atto" : "vbx_tipi_atto"),
+                                          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_tipi_atto" : "vbx_tipi_atto")));
+       priv->selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview31")));
+       priv->lstore_tipi_atto = GTK_LIST_STORE (gtk_builder_get_object (priv->commons->gtkbuilder, "lstore_tipi_atto"));
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button211"),
+                         "clicked", G_CALLBACK (tipi_atto_on_btn_nuovo_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button212"),
+                         "clicked", G_CALLBACK (tipi_atto_on_btn_modifica_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button213"),
+                         "clicked", G_CALLBACK (tipi_atto_on_btn_elimina_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview31"),
+                         "row-activated", G_CALLBACK (tipi_atto_on_trv_tipi_atto_row_activated), (gpointer)a);
+
+       if (priv->selezione)
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "label222")));
+                       g_signal_connect (priv->widget,
+                                         "key-release-event", G_CALLBACK (tipi_atto_on_key_release_event), (gpointer)a);
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button214"),
+                                         "clicked", G_CALLBACK (tipi_atto_on_btn_annulla_clicked), (gpointer)a);
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button215"),
+                                         "clicked", G_CALLBACK (tipi_atto_on_btn_seleziona_clicked), (gpointer)a);
+               }
+       else
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button214")));
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button215")));
+               }
+
+       tipi_atto_carica (a);
+
+       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "opengov_tab_tipi_atto_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, "button211")), FALSE);
+                       gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button213")), FALSE);
+               }
+
+       return a;
+}
+
+/**
+ * tipi_atto_get_widget:
+ * @tipi_atto:
+ *
+ */
+GtkWidget
+*tipi_atto_get_widget (TipiAtto *tipi_atto)
+{
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       return priv->widget;
+}
+
+/* PRIVATE */
+static void
+tipi_atto_carica (TipiAtto *tipi_atto)
+{
+       gchar *sql;
+
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       gtk_list_store_clear (priv->lstore_tipi_atto);
+
+       sql = g_strdup_printf  ("SELECT c.id, c.descrizione"
+                               " FROM tipi_atto AS c"
+                               " WHERE c.status <> 'E'"
+                               " ORDER BY c.descrizione");
+       gdaex_fill_liststore_from_sql (priv->commons->gdaex,
+                                      priv->lstore_tipi_atto,
+                                      sql,
+                                      0,
+                                      NULL);
+}
+
+static void
+tipi_atto_modifica (TipiAtto *tipi_atto)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       GtkWidget *w;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_atto), &iter,
+                                           COL_ID, &id,
+                                           -1);
+
+                       TipoAtto *c = tipo_atto_new (priv->commons, id);
+
+                       g_signal_connect (G_OBJECT (c), "aggiornato",
+                                         G_CALLBACK (tipi_atto_on_tipo_atto_aggiornato), (gpointer)tipi_atto);
+
+                       w = tipo_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 tipo atto.");
+               }
+}
+
+static void
+tipi_atto_selezionato (TipiAtto *tipi_atto)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       TipiAttoClass *klass = TIPI_ATTO_GET_CLASS (tipi_atto);
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_atto), &iter,
+                                           COL_ID, &id,
+                                           -1);
+
+                       g_signal_emit (G_OBJECT (tipi_atto), klass->selezionato_signal_id, 0, id);
+
+                       gtk_widget_destroy (priv->widget);
+                       g_object_unref (G_OBJECT (tipi_atto));
+               }
+       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 tipo atto.");
+               }
+}
+
+static void
+tipi_atto_on_tipo_atto_aggiornato (gpointer instance, gpointer user_data)
+{
+       tipi_atto_carica ((TipiAtto *)user_data);
+}
+
+static void
+tipi_atto_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       TipiAtto *tipi_atto = TIPI_ATTO (object);
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+tipi_atto_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       TipiAtto *tipi_atto = TIPI_ATTO (object);
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+/* CALLBACK */
+static gboolean
+tipi_atto_on_key_release_event (GtkWidget *widget,
+                            GdkEventKey *event,
+                            gpointer user_data)
+{
+       if (event->keyval == GDK_Escape)
+               {
+                       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE ((TipiAtto *)user_data);
+
+                       gtk_button_clicked (GTK_BUTTON (gtk_builder_get_object (priv->commons->gtkbuilder, "button214")));
+                       return TRUE;
+               }
+
+       return FALSE;
+}
+
+static void
+tipi_atto_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       GtkWidget *w;
+
+       TipiAtto *tipi_atto = (TipiAtto *)user_data;
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       TipoAtto *c = tipo_atto_new (priv->commons, 0);
+
+       g_signal_connect (G_OBJECT (c), "aggiornato",
+                         G_CALLBACK (tipi_atto_on_tipo_atto_aggiornato), (gpointer)tipi_atto);
+
+       w = tipo_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
+tipi_atto_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       tipi_atto_modifica ((TipiAtto *)user_data);
+}
+
+static void
+tipi_atto_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       TipiAtto *tipi_atto = (TipiAtto *)user_data;
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE (tipi_atto);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       if (solipa_message_dialog (priv->selezione ? priv->widget : GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                                  GTK_MESSAGE_QUESTION,
+                                                  GTK_BUTTONS_YES_NO,
+                                                  "Sicuro di voler eliminare il tipo atto selezionato?") == GTK_RESPONSE_YES)
+                               {
+                                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_atto), &iter,
+                                                           COL_ID, &id,
+                                                           -1);
+
+                                       gdaex_execute (priv->commons->gdaex,
+                                                      g_strdup_printf ("UPDATE tipi_atto SET status = 'E' WHERE id = %d", id));
+
+                                       tipi_atto_carica (tipi_atto);
+                               }
+               }
+       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 tipo atto.");
+               }
+}
+
+static void
+tipi_atto_on_trv_tipi_atto_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data)
+{
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE ((TipiAtto *)user_data);
+
+       if (priv->selezione)
+               {
+                       tipi_atto_selezionato ((TipiAtto *)user_data);
+               }
+       else
+               {
+                       tipi_atto_modifica ((TipiAtto *)user_data);
+               }
+}
+
+
+static void
+tipi_atto_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       TipiAttoPrivate *priv = TIPI_ATTO_GET_PRIVATE ((TipiAtto *)user_data);
+
+       gtk_widget_destroy (priv->widget);
+       g_object_unref (G_OBJECT (user_data));
+}
+
+static void
+tipi_atto_on_btn_seleziona_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       tipi_atto_selezionato ((TipiAtto *)user_data);
+}
diff --git a/src/tipiatto.h b/src/tipiatto.h
new file mode 100644 (file)
index 0000000..13f812c
--- /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 __TIPI_ATTO_H__
+#define __TIPI_ATTO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_TIPI_ATTO                 (tipi_atto_get_type ())
+#define TIPI_ATTO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TIPI_ATTO, TipiAtto))
+#define TIPI_ATTO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TIPI_ATTO, TipiAttoClass))
+#define IS_TIPI_ATTO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TIPI_ATTO))
+#define IS_TIPI_ATTO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_TIPI_ATTO))
+#define TIPI_ATTO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_TIPI_ATTO, TipiAttoClass))
+
+
+typedef struct _TipiAtto TipiAtto;
+typedef struct _TipiAttoClass TipiAttoClass;
+
+struct _TipiAtto
+       {
+               GObject parent;
+       };
+
+struct _TipiAttoClass
+       {
+               GObjectClass parent_class;
+
+               guint selezionato_signal_id;
+       };
+
+GType tipi_atto_get_type (void) G_GNUC_CONST;
+
+TipiAtto *tipi_atto_new (Commons *commons, gboolean selezione);
+
+GtkWidget *tipi_atto_get_widget (TipiAtto *tipi_atto);
+
+
+G_END_DECLS
+
+#endif /* __TIPI_ATTO_H__ */
diff --git a/src/tipoatto.c b/src/tipoatto.c
new file mode 100644 (file)
index 0000000..418d2c8
--- /dev/null
@@ -0,0 +1,370 @@
+/* 
+ * 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 "tipoatto.h"
+
+static void tipo_atto_class_init (TipoAttoClass *klass);
+static void tipo_atto_init (TipoAtto *tipo_atto);
+
+static void tipo_atto_carica (TipoAtto *tipo_atto);
+static void tipo_atto_salva (TipoAtto *tipo_atto, gboolean chiudi);
+
+static gboolean tipo_atto_conferma_chiusura (TipoAtto *tipo_atto);
+
+static void tipo_atto_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void tipo_atto_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean tipo_atto_on_key_release_event (GtkWidget *widget,
+                            GdkEventKey *event,
+                            gpointer user_data);
+
+static gboolean tipo_atto_on_w_tipo_atto_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data);
+
+static void tipo_atto_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void tipo_atto_on_btn_salva_clicked (GtkButton *button,
+                                  gpointer user_data);
+static void tipo_atto_on_btn_salvachiudi_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define TIPO_ATTO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_TIPO_ATTO, TipoAttoPrivate))
+
+enum
+{
+       LBL_ID
+};
+
+typedef struct _TipoAttoPrivate TipoAttoPrivate;
+struct _TipoAttoPrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+
+               GObject **objects;
+
+               gint id;
+       };
+
+G_DEFINE_TYPE (TipoAtto, tipo_atto, G_TYPE_OBJECT)
+
+static void
+tipo_atto_class_init (TipoAttoClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (TipoAttoPrivate));
+
+       object_class->set_property = tipo_atto_set_property;
+       object_class->get_property = tipo_atto_get_property;
+
+       /**
+        * TipoAtto::aggiornato:
+        * @tipo_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
+tipo_atto_init (TipoAtto *tipo_atto)
+{
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_atto);
+}
+
+/**
+ * tipo_atto_new:
+ * @commons:
+ * @id:
+ *
+ * Returns: the newly created #TipoAtto object.
+ */
+TipoAtto
+*tipo_atto_new (Commons *commons, gint id)
+{
+       GError *error;
+       AutozIResource *ires1;
+
+       TipoAtto *a = TIPO_ATTO (g_object_new (tipo_atto_get_type (), NULL));
+
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit ("w_tipo_atto", "|", -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, "tipoatto.form", NULL), priv->commons->gtkbuilder);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_tipo_atto"));
+
+       priv->objects = gtk_form_get_objects_by_name (priv->form,
+                                                     "label230",
+                                                     NULL);
+
+       g_signal_connect (priv->w,
+                         "key-release-event", G_CALLBACK (tipo_atto_on_key_release_event), (gpointer)a);
+       g_signal_connect (priv->w,
+                         "delete-event", G_CALLBACK (tipo_atto_on_w_tipo_atto_delete_event), (gpointer)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button223"),
+                         "clicked", G_CALLBACK (tipo_atto_on_btn_annulla_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button224"),
+                         "clicked", G_CALLBACK (tipo_atto_on_btn_salva_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button34"),
+                         "clicked", G_CALLBACK (tipo_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_form_set_as_origin (priv->form);
+               }
+       else
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+                       tipo_atto_carica (a);
+               }
+
+       ires1 = autoz_get_resource_from_id (priv->commons->autoz, "opengov_tab_titoli_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, "button224")), FALSE);
+                       gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (commons->gtkbuilder, "button34")), FALSE);
+               }
+
+       return a;
+}
+
+/**
+ * tipo_atto_get_widget:
+ * @tipo_atto:
+ *
+ */
+GtkWidget
+*tipo_atto_get_widget (TipoAtto *tipo_atto)
+{
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_atto);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+tipo_atto_carica (TipoAtto *tipo_atto)
+{
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_atto);
+
+       gtk_form_fill_from_table (priv->form);
+}
+
+static void
+tipo_atto_salva (TipoAtto *tipo_atto, gboolean chiudi)
+{
+       gchar *sql;
+
+       TipoAttoClass *klass = TIPO_ATTO_GET_CLASS (tipo_atto);
+
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_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 (tipo_atto, 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);
+                               }
+
+                       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 (tipo_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
+tipo_atto_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       TipoAtto *tipo_atto = TIPO_ATTO (object);
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_atto);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+tipo_atto_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       TipoAtto *tipo_atto = TIPO_ATTO (object);
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_atto);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static gboolean
+tipo_atto_conferma_chiusura (TipoAtto *tipo_atto)
+{
+       gboolean ret;
+
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_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 gboolean
+tipo_atto_on_key_release_event (GtkWidget *widget,
+                            GdkEventKey *event,
+                            gpointer user_data)
+{
+       if (event->keyval == GDK_Escape)
+               {
+                       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE ((TipoAtto *)user_data);
+
+                       gtk_button_clicked (GTK_BUTTON (gtk_builder_get_object (priv->commons->gtkbuilder, "button223")));
+                       return TRUE;
+               }
+
+       return FALSE;
+}
+
+static gboolean
+tipo_atto_on_w_tipo_atto_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data)
+{
+       return !tipo_atto_conferma_chiusura ((TipoAtto *)user_data);
+}
+
+static void
+tipo_atto_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       TipoAtto *tipo_atto = (TipoAtto *)user_data;
+
+       TipoAttoPrivate *priv = TIPO_ATTO_GET_PRIVATE (tipo_atto);
+
+       if (tipo_atto_conferma_chiusura (tipo_atto)) gtk_widget_destroy (priv->w);
+}
+
+static void
+tipo_atto_on_btn_salva_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       tipo_atto_salva ((TipoAtto *)user_data, FALSE);
+}
+
+static void
+tipo_atto_on_btn_salvachiudi_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       tipo_atto_salva ((TipoAtto *)user_data, TRUE);
+}
diff --git a/src/tipoatto.h b/src/tipoatto.h
new file mode 100644 (file)
index 0000000..b64ae40
--- /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 __TIPO_ATTO_H__
+#define __TIPO_ATTO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_TIPO_ATTO                 (tipo_atto_get_type ())
+#define TIPO_ATTO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TIPO_ATTO, TipoAtto))
+#define TIPO_ATTO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TIPO_ATTO, TipoAttoClass))
+#define IS_TIPO_ATTO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TIPO_ATTO))
+#define IS_TIPO_ATTO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_TIPO_ATTO))
+#define TIPO_ATTO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_TIPO_ATTO, TipoAttoClass))
+
+
+typedef struct _TipoAtto TipoAtto;
+typedef struct _TipoAttoClass TipoAttoClass;
+
+struct _TipoAtto
+       {
+               GObject parent;
+       };
+
+struct _TipoAttoClass
+       {
+               GObjectClass parent_class;
+
+               guint aggiornato_signal_id;
+       };
+
+GType tipo_atto_get_type (void) G_GNUC_CONST;
+
+TipoAtto *tipo_atto_new (Commons *commons, gint id);
+
+GtkWidget *tipo_atto_get_widget (TipoAtto *tipo_atto);
+
+
+G_END_DECLS
+
+#endif /* __TIPO_ATTO_H__ */