forked from mvo5/synaptic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
2,951 additions
and
4,223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.