AM_PROG_AR
# Checks for libraries.
-PKG_CHECK_MODULES(AUTOZGUI, [libgda-ui-5.0 >= 5.0.0])
+PKG_CHECK_MODULES(AUTOZGUI, [gtk+-3.0
+ libgda-5.0 >= 5.0.0])
AC_SUBST(AUTOZGUI_CFLAGS)
AC_SUBST(AUTOZGUI_LIBS)
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
<property name="title" translatable="yes">Open ZakAutho Datasource - ZakAutho GUI</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
+ <property name="default_width">400</property>
<property name="destroy_with_parent">True</property>
<child>
<object class="GtkBox" id="vbox2">
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>
- <object class="GtkBox" id="hbox1">
+ <object class="GtkGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="spacing">5</property>
+ <property name="row_spacing">5</property>
+ <property name="column_spacing">5</property>
<child>
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="label" translatable="yes">Table name prefix</property>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
</packing>
</child>
<child>
<property name="secondary_icon_activatable">False</property>
</object>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
</packing>
</child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkFrame" id="frame1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label_xalign">0</property>
<child>
- <placeholder/>
- </child>
- <child type="label">
- <object class="GtkLabel" id="label7">
+ <object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Connection parameters</b></property>
- <property name="use_markup">True</property>
+ <property name="halign">start</property>
+ <property name="label" translatable="yes">Connection string</property>
</object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="entry6">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="invisible_char">•</property>
+ <property name="primary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ </packing>
</child>
</object>
<packing>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">2</property>
+ <property name="position">1</property>
</packing>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
</child>
</object>
</child>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
Name: @PACKAGE_NAME@
Description: Library with zak-autho-gui interface.
Version: @PACKAGE_VERSION@
-Requires: libgda-ui-5.0
+Requires: gtk+-3.0 libgda-5.0
Libs: -L${libdir} -lzakauthogui
Cflags: -I${includedir}
/*
- * Copyright (C) 2012 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2012-2017 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
*
*/
-#include <libgda-ui/libgda-ui.h>
+#include <libgda/libgda.h>
#include <sql-parser/gda-sql-parser.h>
#include "authorization.h"
/*
- * Copyright (C) 2011 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2011-2017 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
*
*/
-#include <libgda-ui/libgda-ui.h>
+#include <libgda/libgda.h>
#include "openauditds.h"
GValue *value,
GParamSpec *pspec);
-static void zak_autho_gui_open_audit_ds_on_wlogin_changed (GdauiLogin *gdauilogin,
- gboolean arg1,
- gpointer user_data);
-
static void zak_autho_gui_open_audit_ds_on_btn_cancel_clicked (GtkButton *button,
gpointer user_data);
static void zak_autho_gui_open_audit_ds_on_btn_open_clicked (GtkButton *button,
{
GError *error;
- GdauiLoginMode mode;
-
ZakAuthoGuiOpenAuditDS *a = ZAK_AUTHO_GUI_OPEN_AUDIT_DS (g_object_new (zak_autho_gui_open_audit_ds_get_type (), NULL));
ZakAuthoGuiOpenAuditDSPrivate *priv = ZAK_AUTHO_GUI_OPEN_AUDIT_DS_GET_PRIVATE (a);
g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button2"),
"clicked", G_CALLBACK (zak_autho_gui_open_audit_ds_on_btn_open_clicked), (gpointer *)a);
- /* creating login widget */
- priv->wlogin = gdaui_login_new (NULL);
-
- g_object_get (G_OBJECT (priv->wlogin), "mode", &mode, NULL);
- mode |= GDA_UI_LOGIN_HIDE_DSN_SELECTION_MODE;
- gdaui_login_set_mode (GDAUI_LOGIN (priv->wlogin), mode);
-
- g_signal_connect (G_OBJECT (priv->wlogin), "changed",
- G_CALLBACK (zak_autho_gui_open_audit_ds_on_wlogin_changed), (gpointer *)a);
-
- gtk_container_add (GTK_CONTAINER (gtk_builder_get_object (priv->commons->gtkbuilder, "frame1")),
- priv->wlogin);
-
- gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button2")), FALSE);
-
return a;
}
}
/* CALLBACK */
-static void
-zak_autho_gui_open_audit_ds_on_wlogin_changed (GdauiLogin *gdauilogin,
- gboolean arg1,
- gpointer user_data)
-{
- ZakAuthoGuiOpenAuditDS *open_audit_ds = (ZakAuthoGuiOpenAuditDS *)user_data;
-
- ZakAuthoGuiOpenAuditDSPrivate *priv = ZAK_AUTHO_GUI_OPEN_AUDIT_DS_GET_PRIVATE (open_audit_ds);
-
- gboolean is_valid;
-
- g_object_get (G_OBJECT (priv->wlogin), "valid", &is_valid, NULL);
- gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button2")),
- is_valid);
-}
-
static void
zak_autho_gui_open_audit_ds_on_btn_cancel_clicked (GtkButton *button,
gpointer user_data)
ZakAuthoGuiOpenAuditDSPrivate *priv = ZAK_AUTHO_GUI_OPEN_AUDIT_DS_GET_PRIVATE (open_audit_ds);
ZakAuthoGuiOpenAuditDSClass *klass = ZAK_AUTHO_GUI_OPEN_AUDIT_DS_GET_CLASS (open_audit_ds);
- gchar *cncstring;
-
- const GdaDsnInfo *info;
- info = gdaui_login_get_connection_information (GDAUI_LOGIN (priv->wlogin));
-
- cncstring = g_strconcat (info->provider, "://",
- (info->auth_string != NULL ? g_strdup_printf ("%s;", info->auth_string) : ""),
- info->cnc_string,
- NULL);
-
- g_signal_emit (open_audit_ds, klass->opened_signal_id, 0, cncstring);
+ g_signal_emit (open_audit_ds, klass->opened_signal_id, 0,
+ gtk_entry_get_text (GTK_ENTRY (gtk_builder_get_object (priv->commons->gtkbuilder , "entry6"))));
gtk_widget_destroy (priv->w);
}
/*
- * Copyright (C) 2011-2012 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2011-2012-2017 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
*
*/
-#include <libgda-ui/libgda-ui.h>
+#include <libgda/libgda.h>
#include <sql-parser/gda-sql-parser.h>
#include "resource.h"
/*
- * Copyright (C) 2011-2012 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2011-2017 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
*
*/
-#include <libgda-ui/libgda-ui.h>
+#include <libgda/libgda.h>
#include <sql-parser/gda-sql-parser.h>
#include "role.h"