Skip to content

Commit

Permalink
* merged from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vogt committed Dec 18, 2006
2 parents 4a1bef4 + 674e277 commit 81dccd1
Show file tree
Hide file tree
Showing 11 changed files with 2,951 additions and 4,223 deletions.
5 changes: 0 additions & 5 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ AC_PROG_INTLTOOL([0.23])
synapticlocaledir='${prefix}/${DATADIRNAME}/locale'
AC_SUBST(synapticlocaledir)

dnl check for xmlto
AC_CHECK_PROG(XMLTO, xmlto, yes, no)
if test x"$XMLTO" == xno; then
AC_MSG_ERROR([You need xmlto to build the documentation. Apt-get it or download it from http://cyberelk.net/tim/xmlto/])
fi

dnl ask for wings
dnl AC_ARG_WITH(wings,
Expand Down
5 changes: 4 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
synaptic (0.57.12) unstable; urgency=low
synaptic (0.57.12) UNRELEASED; urgency=low

* moved most icons use the icontheme
* support repmod on rpm systems
Expand All @@ -12,6 +12,9 @@ synaptic (0.57.12) unstable; urgency=low
* help/sv:
- added swedish manual (thanks to Daniel Nylander)
closes: #384388
* added support for GUI configuraton of http proxy
* translation updates:
- cs.po: thanks to Vít Pelcak

-- Michael Vogt <[email protected]> Thu, 2 Nov 2006 13:22:41 +0100

Expand Down
108 changes: 108 additions & 0 deletions gtk/glade/dialog_authentication.glade
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.0.2 on Sat Nov 4 19:09:40 2006 by egon@tas-->
<glade-interface>
<widget class="GtkDialog" id="dialog_authentication">
<property name="border_width">5</property>
<property name="title" translatable="yes">HTTP authentication</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
<property name="spacing">2</property>
<child>
<widget class="GtkTable" id="table1">
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Username</property>
</widget>
<packing>
<property name="x_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="label" translatable="yes">Password</property>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="entry_username">
<property name="visible">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="entry_password">
<property name="visible">True</property>
<property name="visibility">False</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="x_options"></property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="button2">
<property name="visible">True</property>
<property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="response_id">-6</property>
</widget>
</child>
<child>
<widget class="GtkButton" id="button1">
<property name="visible">True</property>
<property name="label" translatable="yes">gtk-ok</property>
<property name="use_stock">True</property>
<property name="response_id">-5</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>
Loading

0 comments on commit 81dccd1

Please sign in to comment.