gnome-packagekit r95 - in trunk: . data src
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-packagekit r95 - in trunk: . data src
- Date: Wed, 13 Feb 2008 20:01:47 +0000 (GMT)
Author: rhughes
Date: Wed Feb 13 20:01:46 2008
New Revision: 95
URL: http://svn.gnome.org/viewvc/gnome-packagekit?rev=95&view=rev
Log:
from git
Modified:
trunk/configure.in
trunk/data/pk-application.glade
trunk/src/pk-application-main.c
trunk/src/pk-application.c
trunk/src/pk-backend-status.c
trunk/src/pk-install-file.c
trunk/src/pk-install-package.c
trunk/src/pk-prefs.c
trunk/src/pk-repo.c
trunk/src/pk-transaction-viewer.c
trunk/src/pk-update-icon.c
trunk/src/pk-update-viewer.c
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Feb 13 20:01:46 2008
@@ -49,6 +49,7 @@
DBUS_GLIB_REQUIRED=0.73
LIBGLADE_REQUIRED=2.5.0
LIBNOTIFY_REQUIRED=0.4.3
+LIBSEXY_REQUIRED=0.1.10
dnl ---------------------------------------------------------------------------
dnl - Make above strings available for packaging files (e.g. rpm spec files)
@@ -60,6 +61,7 @@
AC_SUBST(DBUS_GLIB_REQUIRED)
AC_SUBST(LIBGLADE_REQUIRED)
AC_SUBST(LIBNOTIFY_REQUIRED)
+AC_SUBST(LIBSEXY_REQUIRED)
dnl ---------------------------------------------------------------------------
dnl - Check library dependencies
@@ -84,6 +86,11 @@
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)
+PKG_CHECK_MODULES(LIBSEXY, \
+ libsexy >= $LIBSEXY_REQUIRED)
+AC_SUBST(LIBSEXY_CFLAGS)
+AC_SUBST(LIBSEXY_LIBS)
+
PKG_CHECK_MODULES(LIBGLADE, \
libglade-2.0 >= $LIBGLADE_REQUIRED)
AC_SUBST(LIBGLADE_CFLAGS)
Modified: trunk/data/pk-application.glade
==============================================================================
--- trunk/data/pk-application.glade (original)
+++ trunk/data/pk-application.glade Wed Feb 13 20:01:46 2008
@@ -34,9 +34,9 @@
<property name="visible">True</property>
<property name="spacing">5</property>
<child>
- <widget class="GtkEntry" id="entry_text">
+ <widget class="Custom" id="entry_text">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
</widget>
</child>
<child>
@@ -92,15 +92,6 @@
<property name="fill">False</property>
</packing>
</child>
- <child>
- <widget class="GtkComboBox" id="combobox_depth">
- <property name="visible">True</property>
- <property name="items"></property>
- </widget>
- <packing>
- <property name="position">1</property>
- </packing>
- </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -125,43 +116,52 @@
<property name="column_spacing">5</property>
<property name="row_spacing">5</property>
<child>
- <widget class="GtkComboBox" id="combobox_filter_free">
+ <widget class="GtkLabel" id="label_filter_installed">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Installed:</property>
+ </widget>
+ <packing>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkComboBox" id="combobox_filter_installed">
<property name="visible">True</property>
<property name="items"></property>
</widget>
<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="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
- <widget class="GtkLabel" id="label_filter_free">
+ <widget class="GtkLabel" id="label_filter_devel">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Free:</property>
+ <property name="label" translatable="yes">Development:</property>
</widget>
<packing>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <widget class="GtkLabel" id="label_filter_gui">
+ <widget class="GtkComboBox" id="combobox_filter_devel">
<property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Graphical:</property>
+ <property name="items"></property>
</widget>
<packing>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
+ <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="x_options">GTK_FILL</property>
- <property name="y_options"></property>
+ <property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
@@ -178,52 +178,43 @@
</packing>
</child>
<child>
- <widget class="GtkComboBox" id="combobox_filter_devel">
+ <widget class="GtkLabel" id="label_filter_gui">
<property name="visible">True</property>
- <property name="items"></property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Graphical:</property>
</widget>
<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="top_attach">2</property>
+ <property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
+ <property name="y_options"></property>
</packing>
</child>
<child>
- <widget class="GtkLabel" id="label_filter_devel">
+ <widget class="GtkLabel" id="label_filter_free">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Development:</property>
+ <property name="label" translatable="yes">Free:</property>
</widget>
<packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <widget class="GtkComboBox" id="combobox_filter_installed">
+ <widget class="GtkComboBox" id="combobox_filter_free">
<property name="visible">True</property>
<property name="items"></property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
- <widget class="GtkLabel" id="label_filter_installed">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Installed:</property>
- </widget>
- <packing>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
+ <property name="y_options">GTK_FILL</property>
</packing>
</child>
</widget>
Modified: trunk/src/pk-application-main.c
==============================================================================
--- trunk/src/pk-application-main.c (original)
+++ trunk/src/pk-application-main.c Wed Feb 13 20:01:46 2008
@@ -29,6 +29,7 @@
#include <glib/gi18n.h>
#include <dbus/dbus-glib.h>
#include <gtk/gtk.h>
+#include <locale.h>
#include <pk-debug.h>
#include "pk-application.h"
Modified: trunk/src/pk-application.c
==============================================================================
--- trunk/src/pk-application.c (original)
+++ trunk/src/pk-application.c Wed Feb 13 20:01:46 2008
@@ -38,6 +38,7 @@
#include <pk-enum-list.h>
#include <pk-extra.h>
#include <pk-extra-obj.h>
+#include <locale.h>
#include "pk-statusbar.h"
#include "pk-common-gui.h"
Modified: trunk/src/pk-backend-status.c
==============================================================================
--- trunk/src/pk-backend-status.c (original)
+++ trunk/src/pk-backend-status.c Wed Feb 13 20:01:46 2008
@@ -32,6 +32,7 @@
#include <glade/glade.h>
#include <pk-enum-list.h>
#include <pk-client.h>
+#include <locale.h>
#include <pk-debug.h>
Modified: trunk/src/pk-install-file.c
==============================================================================
--- trunk/src/pk-install-file.c (original)
+++ trunk/src/pk-install-file.c Wed Feb 13 20:01:46 2008
@@ -29,6 +29,7 @@
#include <glib/gi18n.h>
#include <dbus/dbus-glib.h>
#include <gtk/gtk.h>
+#include <locale.h>
#include <pk-debug.h>
#include <pk-client.h>
Modified: trunk/src/pk-install-package.c
==============================================================================
--- trunk/src/pk-install-package.c (original)
+++ trunk/src/pk-install-package.c Wed Feb 13 20:01:46 2008
@@ -29,6 +29,7 @@
#include <glib/gi18n.h>
#include <dbus/dbus-glib.h>
#include <gtk/gtk.h>
+#include <locale.h>
#include <pk-debug.h>
#include <pk-client.h>
Modified: trunk/src/pk-prefs.c
==============================================================================
--- trunk/src/pk-prefs.c (original)
+++ trunk/src/pk-prefs.c Wed Feb 13 20:01:46 2008
@@ -35,6 +35,7 @@
#include <pk-client.h>
#include <pk-enum-list.h>
#include "pk-common-gui.h"
+#include <locale.h>
#define PK_FREQ_HOURLY_TEXT N_("Hourly")
#define PK_FREQ_DAILY_TEXT N_("Daily")
Modified: trunk/src/pk-repo.c
==============================================================================
--- trunk/src/pk-repo.c (original)
+++ trunk/src/pk-repo.c Wed Feb 13 20:01:46 2008
@@ -35,6 +35,7 @@
#include <pk-connection.h>
#include <pk-enum-list.h>
#include "pk-common-gui.h"
+#include <locale.h>
static GladeXML *glade_xml = NULL;
static GtkListStore *list_store = NULL;
Modified: trunk/src/pk-transaction-viewer.c
==============================================================================
--- trunk/src/pk-transaction-viewer.c (original)
+++ trunk/src/pk-transaction-viewer.c Wed Feb 13 20:01:46 2008
@@ -29,6 +29,7 @@
#include <math.h>
#include <string.h>
#include <dbus/dbus-glib.h>
+#include <locale.h>
#include <pk-debug.h>
#include <pk-client.h>
Modified: trunk/src/pk-update-icon.c
==============================================================================
--- trunk/src/pk-update-icon.c (original)
+++ trunk/src/pk-update-icon.c Wed Feb 13 20:01:46 2008
@@ -29,6 +29,7 @@
#include <glib/gi18n.h>
#include <dbus/dbus-glib.h>
#include <gtk/gtk.h>
+#include <locale.h>
#include <pk-debug.h>
Modified: trunk/src/pk-update-viewer.c
==============================================================================
--- trunk/src/pk-update-viewer.c (original)
+++ trunk/src/pk-update-viewer.c Wed Feb 13 20:01:46 2008
@@ -30,6 +30,7 @@
#include <math.h>
#include <string.h>
#include <dbus/dbus-glib.h>
+#include <locale.h>
#include <pk-debug.h>
#include <pk-client.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]