]> saetta.ns0.it Git - solipa/territorio/commitdiff
Migrato a libgdaex 0.3.0.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 8 Jun 2011 09:22:09 +0000 (11:22 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 8 Jun 2011 09:22:09 +0000 (11:22 +0200)
Aggiunta la compilazione silenziosa.

25 files changed:
.project
.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
configure.ac
src/aggregazioneterritoriale.h
src/aggregazioniterritoriali.h
src/commons.h
src/comune.h
src/comuni.h
src/importacapcomuniitaliani.h
src/importacomuniistat.h
src/importaregioniprovinceistat.h
src/main.c
src/province.h
src/provincia.h
src/regione.h
src/regioni.h
src/ricercacomuni.h
src/ricercaprovince.h
src/ricercavie.h
src/stati.h
src/stato.h
src/tipiaggregazioneterritoriale.h
src/tipoaggregazioneterritoriale.h
src/via.h
src/vie.h

index bb569c305c0ebd5bbbac656396594b77ca31ae10..f295a15490efadc15cf648bbbff58ebd59f61329 100644 (file)
--- a/.project
+++ b/.project
@@ -70,7 +70,7 @@
        </natures>
        <filteredResources>
                <filter>
-                       <id>1288854571030</id>
+                       <id>1307524070148</id>
                        <name></name>
                        <type>30</type>
                        <matcher>
@@ -79,7 +79,7 @@
                        </matcher>
                </filter>
                <filter>
-                       <id>1288854571040</id>
+                       <id>1307524070162</id>
                        <name></name>
                        <type>22</type>
                        <matcher>
@@ -88,7 +88,7 @@
                        </matcher>
                </filter>
                <filter>
-                       <id>1288854571050</id>
+                       <id>1307524070176</id>
                        <name></name>
                        <type>22</type>
                        <matcher>
                                <arguments>1.0-name-matches-false-false-Makefile</arguments>
                        </matcher>
                </filter>
+               <filter>
+                       <id>1307524070191</id>
+                       <name></name>
+                       <type>22</type>
+                       <matcher>
+                               <id>org.eclipse.ui.ide.multiFilter</id>
+                               <arguments>1.0-name-matches-false-false-Makefile.in</arguments>
+                       </matcher>
+               </filter>
+               <filter>
+                       <id>1307524070205</id>
+                       <name></name>
+                       <type>22</type>
+                       <matcher>
+                               <id>org.eclipse.ui.ide.multiFilter</id>
+                               <arguments>1.0-name-matches-false-false-*.exe</arguments>
+                       </matcher>
+               </filter>
+               <filter>
+                       <id>1307524070222</id>
+                       <name></name>
+                       <type>22</type>
+                       <matcher>
+                               <id>org.eclipse.ui.ide.multiFilter</id>
+                               <arguments>1.0-name-matches-false-false-*.la</arguments>
+                       </matcher>
+               </filter>
+               <filter>
+                       <id>1307524070237</id>
+                       <name></name>
+                       <type>22</type>
+                       <matcher>
+                               <id>org.eclipse.ui.ide.multiFilter</id>
+                               <arguments>1.0-name-matches-false-false-*.lo</arguments>
+                       </matcher>
+               </filter>
        </filteredResources>
 </projectDescription>
diff --git a/.settings/org.eclipse.cdt.managedbuilder.core.prefs b/.settings/org.eclipse.cdt.managedbuilder.core.prefs
new file mode 100644 (file)
index 0000000..f33fc7b
--- /dev/null
@@ -0,0 +1,14 @@
+#Thu Oct 21 08:11:42 CEST 2010
+eclipse.preferences.version=1
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/CPATH/delimiter=;
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/CPATH/operation=remove
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/CPLUS_INCLUDE_PATH/delimiter=;
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/CPLUS_INCLUDE_PATH/operation=remove
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/C_INCLUDE_PATH/delimiter=;
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/C_INCLUDE_PATH/operation=remove
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/append=true
+environment/buildEnvironmentInclude/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/appendContributed=true
+environment/buildEnvironmentLibrary/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/LIBRARY_PATH/delimiter=;
+environment/buildEnvironmentLibrary/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/LIBRARY_PATH/operation=remove
+environment/buildEnvironmentLibrary/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/append=true
+environment/buildEnvironmentLibrary/cdt.managedbuild.toolchain.gnu.mingw.base.439600550/appendContributed=true
index 821bf5f64a7f480dbbde4dc5bb0a1889e811608f..73bf3311010bfce4ba117fce2bba5d0cca0659ba 100644 (file)
@@ -6,7 +6,10 @@ AC_INIT([territorio], [0.0.1], [azagli@libero.it])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(-Wall)
+
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 AM_MAINTAINER_MODE
 
 AC_CANONICAL_SYSTEM
@@ -23,6 +26,7 @@ AC_PROG_RANLIB
 # Checks for libraries.
 PKG_CHECK_MODULES(TERRITORIO, [gio-2.0 >= 2.20
                           gtk+-2.0 >= 2.16
+                          libgdaex >= 0.3.0
                           libgtkform >= 0.1.3
                           libaute >= 0.0.2
                           libautoz >= 0.0.1])
index 46a6a0f18556e9cdb7c424fcee38635b55709e51..2809c37224bcd48abe03380dad0c01c2ff8bd52d 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 079ea6a37fd8d85754364d299c6b0d27fd86a29d..61fa83674199c2f58a59b0ad221d83e412b87c8a 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index f48abb4bb429327c0dc0986b2e6d6124ee63df48..18b00318264174b0ae39a6a4ccfe55f252874176 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <gtk/gtk.h>
 
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
 #include <libautoz/autoz.h>
 #include <libautoz/role_interface.h>
 
index 115048934b551d79c86bff6f28a1e31994a30535..df8fd277cbac40f4daef41fe71a87fb297cb7c79 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 01db75057fa064b36e7c43fe3a49ac4c8e597a14..c86eeb4de95bec9ffee5fdb087335bb569344074 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index b3f56eea362897cb3d3b56866358757bd0ae3f93..2488a88e13e422d500b4d090b3e31fa0b3dbfe2d 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index c3a9da6db2acfd17e1fb337131525d5381728f6a..11d1d0874f4b264e74fceec8dcb6ba2cd9f3e375 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index b5079cc1927ac6eafb449f1ddaad14c5f45864d0..6d55c36e053d00f48c2f2745dda70fc696bc0140 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 67bf1460b5664f83b0e306cdbb49a92c7a0fdb96..c26806a1464edad1b64c2d90c43a44bbc7a68118 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
+ * Copyright (C) 2010-2011 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 
 #include <gtk/gtk.h>
 
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
 #include <libaute.h>
 #include <libautoz/autoz.h>
 
@@ -285,7 +285,8 @@ main (int argc, char *argv[])
        cnc_string = g_key_file_get_value (config, "AUTOZ", "cnc_string", &error);
        if (cnc_string == NULL)
                {
-                       g_warning ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile leggere la stringa di connessione per libautoz dal file di configurazione: %s.",
+                                  error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
@@ -293,7 +294,8 @@ main (int argc, char *argv[])
        gdacon = gda_connection_open_from_string (NULL, cnc_string, NULL, 0, &error);
        if (gdacon == NULL)
                {
-                       g_warning ("Impossibile creare la connessione al db per libautoz: %s.\n", error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
+                       g_warning ("Impossibile creare la connessione al db per libautoz: %s.",
+                                  error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                        return 0;
                }
 
@@ -328,10 +330,6 @@ main (int argc, char *argv[])
            && (g_ascii_strcasecmp (p + 1, "src") == 0
                || g_ascii_strcasecmp (p + 1, ".libs") == 0))
                {
-                       /*
-                       *p = '\0';
-                       commons->guidir = g_build_filename (moddir, "data", PACKAGE, "gui", NULL);
-                       commons->formdir = g_build_filename (moddir, "data", PACKAGE, "form", NULL);*/
                        commons->guidir = g_strdup (GUIDIR);
                        commons->formdir = g_strdup (FORMDIR);
                }
@@ -355,14 +353,8 @@ main (int argc, char *argv[])
        cnc_string = g_key_file_get_value (config, "DB", "cnc_string", &error);
        if (cnc_string == NULL)
                {
-                       if (error != NULL)
-                               {
-                                       g_error ("Impossibile leggere la stringa di connessione dal file di configurazione: %s", error->message);
-                               }
-                       else
-                               {
-                                       g_error ("Impossibile leggere la stringa di connessione dal file di configurazione.");
-                               }
+                       g_error ("Impossibile leggere la stringa di connessione dal file di configurazione: %s.",
+                                error != NULL && error->message != NULL ? error->message : "nessun dettaglio");
                }
 
        commons->gdaex = gdaex_new_from_string (cnc_string);
index 674c35eae7fa6fc9d3c586ac6b6867897da662d2..3b9ad6021fc90255bdd040daeb842da660f8dbe6 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 916eab5b0fb5512233c684fb049efbaa88049b68..ee21fe2473e50641f2ec5a44f1f93488047be320 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 7f53934007f9f275159fbd7d1bbf510c80193ce5..b2e558b1f7201c3c60f7678b595c03312fc398c8 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 9fd98432ce154c9aa148f8388266780d59ce9630..f542e0cea5f56cbf53e6b869f65dbe2df4a52c99 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 484078ba055b1582209b0a1a4dff624c5aa0b245..f722ed39a3f056e3aea773cf2acdf5ec07a4fc8c 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index a2d06892f1c8b64674797e61a897fef33b6addb0..3a0f2e495fc73e8fb642b36a644de0c44c4ca0b0 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 50876156a46232655e3788824e5ccea54c50b1c2..20152ad1d9302af1e2aec1abd6fcfabe3250d426 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 32cea0aa04c266040ff93db10e20030ae774b7a9..37320400071d5b836cbcc475c2f6a01232fdc6f4 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 95dbd47dd7255f55d3312d0537a3eaf5b4631d18..13d3ab005bc573c84c2e856ceb0acbee4f7dfcb9 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index d08009700fcdafed5f344536b776a7bb00beb931..5b4a2c4844b513d42f76449320a7a24d90ff86a0 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 0d51f31b2e4c5b9d73af3c90e4584cdb745e4fea..42b6fda77081239b2ad4e43d595b0b495c2fbb6b 100644 (file)
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 33bfb4a81179a6152a5337c63ee1f40f4ee39de3..935bba2e8a6fc482c94bbfa2290d33da054c5d3c 100644 (file)
--- a/src/via.h
+++ b/src/via.h
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"
 
index 8a39f2bfb3ac3d295cb83557633948adb76d3496..38b467a557edd953e63e3dcd120c929920be9865 100644 (file)
--- a/src/vie.h
+++ b/src/vie.h
@@ -24,7 +24,6 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
 
 #include "commons.h"