]> saetta.ns0.it Git - solipa/libsolipa/commitdiff
Inizio sviluppo allegato.
authorAndrea Zagli <azagli@libero.it>
Fri, 15 Oct 2010 18:49:03 +0000 (20:49 +0200)
committerAndrea Zagli <azagli@libero.it>
Fri, 15 Oct 2010 18:49:03 +0000 (20:49 +0200)
configure.ac
data/libsolipa/gui/libsolipa.ui
src/Makefile.am
src/allegato.c [new file with mode: 0644]
src/allegato.h [new file with mode: 0644]
src/solipa.c
src/solipa.h

index ba4308011b8f0bdd247ce938efb2f16f592454f0..4b781941ce6e47d0ecde91f05daa23c0207e1a81 100644 (file)
@@ -28,7 +28,8 @@ AC_PROG_RANLIB
 
 # Checks for libraries.
 PKG_CHECK_MODULES(SOLIPA, [gobject-2.0 >= 2.24.0
-                          glib-2.0 >= 2.24.0])
+                           glib-2.0 >= 2.24.0
+                           libgdaex >= 0.2.2])
 
 AC_SUBST(SOLIPA_CFLAGS)
 AC_SUBST(SOLIPA_LIBS)
index 8fc2c385d63e8bb9d0aaa0a9ee99957914a99eaa..8accd27c93b8df063311c611576786d38a2527ce 100644 (file)
@@ -1,4 +1,154 @@
 <?xml version="1.0"?>
 <interface>
+  <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy project-wide -->
+  <object class="GtkWindow" id="w_allegato">
+    <property name="title" translatable="yes">Allegato - Gestione mezzi</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">480</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkTable" id="table22">
+        <property name="visible">True</property>
+        <property name="n_rows">4</property>
+        <property name="n_columns">2</property>
+        <property name="column_spacing">5</property>
+        <property name="row_spacing">5</property>
+        <child>
+          <object class="GtkLabel" id="label139">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Percorso del file</property>
+          </object>
+          <packing>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options">GTK_FILL</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHBox" id="hbox13">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <child>
+              <object class="GtkEntry" id="entry42">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="editable">False</property>
+                <property name="invisible_char">&#x25CF;</property>
+                <property name="secondary_icon_stock">gtk-clear</property>
+                <property name="secondary_icon_activatable">True</property>
+                <property name="secondary_icon_sensitive">True</property>
+              </object>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button144">
+                <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="position">1</property>
+              </packing>
+            </child>
+          </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="label141">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Data del file</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="entry44">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="editable">False</property>
+            <property name="invisible_char">&#x25CF;</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="label142">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Dimensione del file</property>
+          </object>
+          <packing>
+            <property name="top_attach">3</property>
+            <property name="bottom_attach">4</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options">GTK_FILL</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="entry45">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="editable">False</property>
+            <property name="invisible_char">&#x25CF;</property>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="right_attach">2</property>
+            <property name="top_attach">3</property>
+            <property name="bottom_attach">4</property>
+            <property name="y_options">GTK_FILL</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkCheckButton" id="checkbutton2">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">False</property>
+            <property name="xalign">0.52999997138977051</property>
+            <property name="draw_indicator">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="label143">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Salva nel database</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>
+      </object>
+    </child>
+  </object>
 </interface>
index 775fea9a670648cb46a0ad9ccea4a06248677ed2..e16786de86d58a26611d17fbf4a5f47e75cb16c7 100644 (file)
@@ -4,11 +4,13 @@ AM_CPPFLAGS = $(SOLIPA_CFLAGS)
 
 lib_LTLIBRARIES = libsolipa.la
 
-libsolipa_la_SOURCES = solipa.c
+libsolipa_la_SOURCES = solipa.c \
+                       allegato.c
 
 libsolipa_la_LDFLAGS = -no-undefined
 
 libsolipa_include_HEADERS = libsolipa.h \
-                            solipa.h
+                            solipa.h \
+                            allegato.h
 
 libsolipa_includedir = $(includedir)/libsolipa
diff --git a/src/allegato.c b/src/allegato.c
new file mode 100644 (file)
index 0000000..7d0e43a
--- /dev/null
@@ -0,0 +1,122 @@
+/*
+ * Copyright (C) 2010 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
+ */
+
+#ifdef HAVE_CONFIG_H
+       #include <config.h>
+#endif
+
+#include "allegato.h"
+
+static void solipa_allegato_class_init (SolipaAllegatoClass *class);
+static void solipa_allegato_init (SolipaAllegato *solipa_allegato);
+
+static void solipa_allegato_set_property (GObject *object,
+                               guint property_id,
+                               const GValue *value,
+                               GParamSpec *pspec);
+static void solipa_allegato_get_property (GObject *object,
+                               guint property_id,
+                               GValue *value,
+                               GParamSpec *pspec);
+
+#define SOLIPA_ALLEGATO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_SOLIPA_ALLEGATO, SolipaAllegatoPrivate))
+
+typedef struct _SolipaAllegatoPrivate SolipaAllegatoPrivate;
+struct _SolipaAllegatoPrivate
+       {
+               Solipa *solipa;
+       };
+
+G_DEFINE_TYPE (SolipaAllegato, solipa_allegato, G_TYPE_OBJECT)
+
+static void
+solipa_allegato_class_init (SolipaAllegatoClass *class)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (class);
+
+       object_class->set_property = solipa_allegato_set_property;
+       object_class->get_property = solipa_allegato_get_property;
+
+       g_type_class_add_private (object_class, sizeof (SolipaAllegatoPrivate));
+}
+
+static void
+solipa_allegato_init (SolipaAllegato *solipa_allegato)
+{
+       SolipaAllegatoPrivate *priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+}
+
+/**
+ * solipa_allegato_new:
+ * @solipa:
+ *
+ * Returns: the newly created #SolipaAllegato object.
+ */
+SolipaAllegato
+*solipa_allegato_new (Solipa *solipa)
+{
+       SolipaAllegato *solipa_allegato;
+       SolipaAllegatoPrivate *priv;
+
+       g_return_val_if_fail (IS_SOLIPA (solipa), NULL);
+
+       solipa_allegato = SOLIPA_ALLEGATO (g_object_new (solipa_allegato_get_type (), NULL));
+
+       priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+
+       priv->solipa = solipa;
+
+       return solipa_allegato;
+}
+
+/* PRIVATE */
+static void
+solipa_allegato_set_property (GObject *object,
+                   guint property_id,
+                   const GValue *value,
+                   GParamSpec *pspec)
+{
+       SolipaAllegato *solipa_allegato = (SolipaAllegato *)object;
+
+       SolipaAllegatoPrivate *priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+         }
+}
+
+static void
+solipa_allegato_get_property (GObject *object,
+                   guint property_id,
+                   GValue *value,
+                   GParamSpec *pspec)
+{
+       SolipaAllegato *solipa_allegato = (SolipaAllegato *)object;
+
+       SolipaAllegatoPrivate *priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+         }
+}
diff --git a/src/allegato.h b/src/allegato.h
new file mode 100644 (file)
index 0000000..b26b9f0
--- /dev/null
@@ -0,0 +1,60 @@
+/*
+ * Copyright (C) 2010 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 __SOLIPA_ALLEGATO_H__
+#define __SOLIPA_ALLEGATO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <solipa.h>
+
+
+G_BEGIN_DECLS
+
+
+#define TYPE_SOLIPA_ALLEGATO                 (solipa_allegato_get_type ())
+#define SOLIPA_ALLEGATO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_SOLIPA_ALLEGATO, SolipaAllegato))
+#define SOLIPA_ALLEGATO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_SOLIPA_ALLEGATO, SolipaAllegatoClass))
+#define IS_SOLIPA_ALLEGATO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_SOLIPA_ALLEGATO))
+#define IS_SOLIPA_ALLEGATO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_SOLIPA_ALLEGATO))
+#define SOLIPA_ALLEGATO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_SOLIPA_ALLEGATO, SolipaAllegatoClass))
+
+typedef struct _SolipaAllegato SolipaAllegato;
+typedef struct _SolipaAllegatoClass SolipaAllegatoClass;
+
+struct _SolipaAllegato
+       {
+               GObject parent;
+       };
+
+struct _SolipaAllegatoClass
+       {
+               GObjectClass parent_class;
+       };
+
+GType solipa_allegato_get_type (void) G_GNUC_CONST;
+
+
+SolipaAllegato *solipa_allegato_new (Solipa *solipa);
+
+
+G_END_DECLS
+
+
+#endif /* __SOLIPA_ALLEGATO_H__ */
index b344a28b68503655ba0a74b39fd4f4dfa0eaac24..c4a99d21bd1b0d12533a6ac7dfc4d565ea34b970 100644 (file)
@@ -39,7 +39,7 @@ static void solipa_get_property (GObject *object,
 typedef struct _SolipaPrivate SolipaPrivate;
 struct _SolipaPrivate
        {
-               gpointer foo;
+               GdaEx *gdaex;
        };
 
 G_DEFINE_TYPE (Solipa, solipa, G_TYPE_OBJECT)
@@ -73,6 +73,19 @@ Solipa
        return SOLIPA (g_object_new (solipa_get_type (), NULL));
 }
 
+void
+solipa_set_gdaex (Solipa *solipa, GdaEx *gdaex)
+{
+       SolipaPrivate *priv;
+
+       g_return_if_fail (IS_SOLIPA (solipa));
+       g_return_if_fail (IS_GDAEX (gdaex));
+
+       priv = SOLIPA_GET_PRIVATE (solipa);
+
+       priv->gdaex = gdaex;
+}
+
 /* PRIVATE */
 static void
 solipa_set_property (GObject *object,
index f102fb211bd11857632988ca7bd199ec66f298ea..18126f592ad043e38020c4437f554774a2624653 100644 (file)
@@ -22,6 +22,8 @@
 #include <glib.h>
 #include <glib-object.h>
 
+#include <libgdaex.h>
+
 
 G_BEGIN_DECLS
 
@@ -51,6 +53,8 @@ GType solipa_get_type (void) G_GNUC_CONST;
 
 Solipa *solipa_new (void);
 
+void solipa_set_gdaex (Solipa *solipa, GdaEx *gdaex);
+
 
 G_END_DECLS