From 9d5a4fc319fdb8d61c906024a24bf89f66ceb2c0 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sun, 27 Sep 2009 11:31:07 +0200 Subject: [PATCH] Import iniziale. --- .gitignore | 30 + AUTHORS | 1 + ChangeLog | 0 Makefile.am | 1 + NEWS | 0 README | 0 config.h.in | 25 + configure.ac | 39 ++ data/Makefile.am | 1 + data/messi/Makefile.am | 1 + data/messi/form/Makefile.am | 5 + data/messi/gui/Makefile.am | 5 + data/messi/gui/messi.gui | 1245 +++++++++++++++++++++++++++++++++++ note/note.txt | 50 ++ src/Makefile.am | 14 + src/main.c | 125 ++++ 16 files changed, 1542 insertions(+) create mode 100644 .gitignore create mode 100644 AUTHORS create mode 100644 ChangeLog create mode 100644 Makefile.am create mode 100644 NEWS create mode 100644 README create mode 100644 config.h.in create mode 100644 configure.ac create mode 100644 data/Makefile.am create mode 100644 data/messi/Makefile.am create mode 100644 data/messi/form/Makefile.am create mode 100644 data/messi/gui/Makefile.am create mode 100644 data/messi/gui/messi.gui create mode 100644 note/note.txt create mode 100644 src/Makefile.am create mode 100644 src/main.c diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d3ba0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*.o +*~ +src/messi +COPYING +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.log +config.status +config.sub +configure +data/Makefile +data/Makefile.in +data/messi/Makefile +data/messi/Makefile.in +data/messi/form/Makefile +data/messi/form/Makefile.in +data/messi/gui/Makefile +data/messi/gui/Makefile.in +depcomp +install-sh +missing +src/.deps/ +src/Makefile +src/Makefile.in +stamp-h1 diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..ad1de0f --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Andrea Zagli diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..9768a98 --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = src data diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..dd3b02c --- /dev/null +++ b/config.h.in @@ -0,0 +1,25 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Version number of package */ +#undef VERSION diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..4064409 --- /dev/null +++ b/configure.ac @@ -0,0 +1,39 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.61]) +AC_INIT([messi], [0.0.1], [azagli@libero.it]) +AC_CONFIG_SRCDIR([src/main.c]) +AC_CONFIG_HEADERS([config.h]) + +AM_INIT_AUTOMAKE +AM_MAINTAINER_MODE + +AC_CANONICAL_SYSTEM + +# Checks for programs. +AC_PROG_CC + +# Checks for libraries. +PKG_CHECK_MODULES([MESSI], [gtk+-2.0 >= 2.12.0 + libgtkform >= 0.1.0]) + +AC_SUBST(MESSI_CFLAGS) +AC_SUBST(MESSI_LIBS) + +# Checks for header files. + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. + +AC_CONFIG_FILES([ + Makefile + data/Makefile + data/messi/Makefile + data/messi/form/Makefile + data/messi/gui/Makefile + src/Makefile +]) + +AC_OUTPUT diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..9c88079 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = messi diff --git a/data/messi/Makefile.am b/data/messi/Makefile.am new file mode 100644 index 0000000..93b52d7 --- /dev/null +++ b/data/messi/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = form gui diff --git a/data/messi/form/Makefile.am b/data/messi/form/Makefile.am new file mode 100644 index 0000000..e4a6cf1 --- /dev/null +++ b/data/messi/form/Makefile.am @@ -0,0 +1,5 @@ +formdir = $(datadir)/messi/form + +form_DATA = + +EXTRA_DIST = $(form_DATA) diff --git a/data/messi/gui/Makefile.am b/data/messi/gui/Makefile.am new file mode 100644 index 0000000..ca67b3d --- /dev/null +++ b/data/messi/gui/Makefile.am @@ -0,0 +1,5 @@ +guidir = $(datadir)/messi/gui + +gui_DATA = messi.gui + +EXTRA_DIST = $(gui_DATA) diff --git a/data/messi/gui/messi.gui b/data/messi/gui/messi.gui new file mode 100644 index 0000000..4ae3bfd --- /dev/null +++ b/data/messi/gui/messi.gui @@ -0,0 +1,1245 @@ + + + + + + Gestione messi + center-on-parent + 600 + 450 + + + True + vertical + + + True + + + True + _File + True + + + True + + + gtk-quit + True + True + True + + + + + + + + + True + _Visualizza + True + + + True + + + True + _Albo pretorio + True + + + + + + + + + True + _Tabelle + True + + + True + + + True + _Mittenti + True + + + + + True + _Allegati + True + + + + + True + Ti_pi allegati + True + + + + + + + + + True + A_iuto + True + + + True + + + gtk-about + True + True + True + + + + + + + + + False + 0 + + + + + True + vertical + + + + + + 1 + + + + + True + 2 + + + False + 2 + + + + + + + + + True + 5 + vertical + 5 + + + True + <b>Albo pretorio</b> + True + + + False + 0 + + + + + True + True + automatic + automatic + etched-in + + + True + True + + + + + 1 + + + + + True + 5 + end + + + gtk-new + True + True + True + True + + + False + False + 0 + + + + + gtk-edit + True + True + True + True + + + False + False + 1 + + + + + gtk-delete + True + True + True + True + + + False + False + 2 + + + + + gtk-find + True + True + True + True + + + False + False + 3 + + + + + False + 2 + + + + + + + Mittenti + + + True + 5 + vertical + 5 + + + True + <b>Mittenti</b> + True + + + False + 0 + + + + + True + True + automatic + automatic + etched-in + + + True + True + + + + + 1 + + + + + True + 5 + end + + + gtk-new + True + True + True + True + + + False + False + 0 + + + + + gtk-edit + True + True + True + True + + + False + False + 1 + + + + + gtk-delete + True + True + True + True + + + False + False + 2 + + + + + gtk-find + True + True + True + True + + + False + False + 3 + + + + + gtk-cancel + True + True + True + True + + + False + False + 4 + + + + + _Seleziona + True + True + True + True + + + False + False + 5 + + + + + False + 2 + + + + + + + + + True + 5 + vertical + 5 + + + True + 2 + 2 + 5 + 5 + + + True + 0 + ID + + + GTK_FILL + GTK_FILL + + + + + True + 0 + Descrizione + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + True + 300 + + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + True + 0 + lbl_id + + + 1 + 2 + GTK_FILL + + + + + 0 + + + + + True + 5 + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-save + True + True + True + True + + + False + False + 1 + + + + + False + 1 + + + + + + + + + True + 5 + vertical + 5 + + + True + 2 + 2 + 5 + 5 + + + True + 0 + ID + + + GTK_FILL + GTK_FILL + + + + + True + 0 + Descrizione + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + True + 300 + + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + True + 0 + lbl_id + + + 1 + 2 + GTK_FILL + + + + + 0 + + + + + True + 5 + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-save + True + True + True + True + + + False + False + 1 + + + + + False + 1 + + + + + + + Mittenti + + + True + 5 + vertical + 5 + + + True + <b>Tipi allegato</b> + True + + + False + 0 + + + + + True + True + automatic + automatic + etched-in + + + True + True + + + + + 1 + + + + + True + 5 + end + + + gtk-new + True + True + True + True + + + False + False + 0 + + + + + gtk-edit + True + True + True + True + + + False + False + 1 + + + + + gtk-delete + True + True + True + True + + + False + False + 2 + + + + + gtk-find + True + True + True + True + + + False + False + 3 + + + + + gtk-cancel + True + True + True + True + + + False + False + 4 + + + + + _Seleziona + True + True + True + True + + + False + False + 5 + + + + + False + 2 + + + + + + + Allegati + + + True + 5 + vertical + 5 + + + True + <b>Allegati</b> + True + + + False + 0 + + + + + True + True + automatic + automatic + etched-in + + + True + True + + + + + 1 + + + + + True + 5 + end + + + gtk-new + True + True + True + True + + + False + False + 0 + + + + + gtk-edit + True + True + True + True + + + False + False + 1 + + + + + gtk-delete + True + True + True + True + + + False + False + 2 + + + + + gtk-find + True + True + True + True + + + False + False + 3 + + + + + gtk-cancel + True + True + True + True + + + False + False + 4 + + + + + _Seleziona + True + True + True + True + + + False + False + 5 + + + + + False + 2 + + + + + + + + + True + 5 + vertical + 5 + + + True + 9 + 2 + 5 + 5 + + + True + 0 + ID + + + GTK_FILL + GTK_FILL + + + + + True + 0 + Protocollo + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + True + 20 + + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + True + 0 + lbl_id + + + 1 + 2 + GTK_FILL + + + + + True + 0 + Descrizione + + + 2 + 3 + GTK_FILL + GTK_FILL + + + + + True + True + 300 + + + + 1 + 2 + 2 + 3 + GTK_FILL + + + + + True + 0 + Mittente + + + 3 + 4 + GTK_FILL + GTK_FILL + + + + + True + + + True + True + + + + 0 + + + + + ... + True + True + True + + + False + 1 + + + + + lbl_id_mittenti + + + False + 2 + + + + + 1 + 2 + 3 + 4 + GTK_FILL + + + + + True + 0 + Data ricezione + + + 4 + 5 + GTK_FILL + GTK_FILL + + + + + True + True + 10 + + + + 1 + 2 + 4 + 5 + + + + + True + 0 + Data pubblicazione da + + + 5 + 6 + GTK_FILL + GTK_FILL + + + + + True + True + 10 + + + + 1 + 2 + 5 + 6 + + + + + True + True + 10 + + + + 1 + 2 + 6 + 7 + + + + + True + 0 + Data pubblicazione a + + + 6 + 7 + GTK_FILL + GTK_FILL + + + + + True + 0 + 0 + Note + + + 7 + 8 + + + + + True + True + automatic + automatic + + + True + queue + + + True + True + + + + + + + 1 + 2 + 7 + 8 + + + + + True + 0 + Messo + + + 8 + 9 + + + + + True + + + True + 0 + lbl_messo_nome + + + 0 + + + + + lbl_id_messi + + + False + 1 + + + + + 1 + 2 + 8 + 9 + + + + + 0 + + + + + True + 5 + end + + + _Allegati + True + True + True + True + + + False + False + 0 + + + + + gtk-cancel + True + True + True + True + + + False + False + 1 + + + + + gtk-save + True + True + True + True + + + False + False + 2 + + + + + False + 1 + + + + + + diff --git a/note/note.txt b/note/note.txt new file mode 100644 index 0000000..17b9bc2 --- /dev/null +++ b/note/note.txt @@ -0,0 +1,50 @@ +ALBO PRETORIO + +CREATE TABLE albo_pretorio ( + id INTEGER, + protocollo VARCHAR(20), + descrizione VARCHAR(300), + id_mittenti INTEGER, + data_ricezione DATE, + data_pubblicazione_da DATE, + data_pubblicazione_a DATE, + id_messi INTEGER, + note TEXT, + status CHAR(1) DEFAULT '', + CONSTRAINT albo_pretorio_pkey PRIMARY KEY (id) +) + +CREATE TABLE mittenti ( + id INTEGER, + descrizione VARCHAR(300), + status CHAR(1) DEFAULT '', + CONSTRAINT mittenti_pkey PRIMARY KEY (id) +) + +CREATE TABLE messi ( + id INTEGER, + nome VARCHAR(100), + status CHAR(1) DEFAULT '', + CONSTRAINT messi_pkey PRIMARY KEY (id) +) + +CREATE TABLE allegati ( + id INTEGER, + id_tipi_allegati INTEGER, + + status CHAR(1) DEFAULT '', + CONSTRAINT allegati_pkey PRIMARY KEY (id) +) + +CREATE TABLE tipi_allegati ( + id INTEGER, + descrizione VARCHAR(200), + status CHAR(1) DEFAULT '', + CONSTRAINT tipi_allegati_pkey PRIMARY KEY (id) +) + +CREATE TABLE albo_pretorio_allegati ( + id_albo_pretorio INTEGER, + id_allegati INTEGER, + CONSTRAINT albo_pretorio_allegati_pkey PRIMARY KEY (id_albo_pretorio, id_allegati) +) diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..222a59a --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,14 @@ +guidir = $(datadir)/messi/gui +formdir = $(datadir)/messi/form + +AM_CPPFLAGS = $(MESSI_CFLAGS) \ + -DGUIDIR=\""$(guidir)"\" \ + -DFORMDIR=\""$(formdir)"\" + +LIBS = $(MESSI_LIBS) \ + -export-dynamic + +bin_PROGRAMS = messi + +messi_SOURCES = \ + main.c diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..126f024 --- /dev/null +++ b/src/main.c @@ -0,0 +1,125 @@ +/* + * Copyright (C) 2009 Andrea Zagli + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#include + +#ifdef HAVE_CONFIG_H + #include +#endif + +#include + +GdaEx *gdaex; + +GtkBuilder *gtkbuilder; + +GtkWidget *w; +GtkWidget *vbx_body; +GtkWidget *vbx_body_child; + +static void +main_set_vbx_body_child (GtkWidget *child) +{ + if (GTK_IS_WIDGET (vbx_body_child)) + { + gtk_container_remove (GTK_CONTAINER (vbx_body), vbx_body_child); + gtk_widget_destroy (vbx_body_child); + } + + vbx_body_child = child; + gtk_box_pack_start (GTK_BOX (vbx_body), vbx_body_child, TRUE, TRUE, 0); +} + +/*G_MODULE_EXPORT void +on_mnu_view_intestatari_activate (GtkMenuItem *menuitem, + gpointer user_data) +{ + GtkWidget *vbx_intestatari; + + Intestatari *i = intestatari_new (gtkbuilder, gdaex, FALSE, 0); + + vbx_intestatari = intestatari_get_widget (i); + + main_set_vbx_body_child (vbx_intestatari); +}*/ + +G_MODULE_EXPORT void +on_mnu_help_about_activate (GtkMenuItem *menuitem, + gpointer user_data) +{ + GError *error; + GtkWidget *diag; + + error = NULL; + gtk_builder_add_objects_from_file (gtkbuilder, GUIDIR "/messi.gui", + g_strsplit_set ("dlg_about", "|", -1), + &error); + if (error != NULL) + { + g_fprintf (stderr, "Errore: %s\n", error->message); + return; + } + + diag = GTK_WIDGET (gtk_builder_get_object (gtkbuilder, "dlg_about")); + + gtk_dialog_run (GTK_DIALOG (diag)); + gtk_widget_destroy (diag); +} + +int +main (int argc, char *argv[]) +{ + GError *error; + + gtk_init (&argc, &argv); + + gda_init (); + + gdaex = gdaex_new_from_string (argv[1]); + if (gdaex == NULL) + { + g_fprintf (stderr, "Errore nella connessione al database: %s\n", argv[1]); + return 0; + } + + gtkbuilder = gtk_builder_new (); + + error = NULL; + gtk_builder_add_objects_from_file (gtkbuilder, GUIDIR "/messi.gui", + g_strsplit_set ("w_main", "|", -1), + &error); + if (error != NULL) + { + g_fprintf (stderr, "Errore: %s\n", error->message); + return 0; + } + + gtk_builder_connect_signals (gtkbuilder, NULL); + + w = GTK_WIDGET (gtk_builder_get_object (gtkbuilder, "w_main")); + + vbx_body = GTK_WIDGET (gtk_builder_get_object (gtkbuilder, "vbx_body")); + + vbx_body_child = NULL; + + gtk_widget_show (w); + + gtk_main (); + + return 0; +} -- 2.49.0