Print this page
*** NO COMMENTS ***
*** 1,15 ****
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
! <!--Generated with glade3 3.4.5 on Tue Sep 9 08:23:45 2008 -->
<glade-interface>
<widget class="GtkWindow" id="mainwindow">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="title" translatable="yes">Package Manager</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
! <property name="default_width">800</property>
! <property name="default_height">600</property>
<property name="icon">PM_app_48x.png</property>
<signal name="delete_event" handler="on_mainwindow_delete_event"/>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
--- 1,15 ----
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
! <!--Generated with glade3 3.4.5 on Wed Oct 8 10:46:15 2008 -->
<glade-interface>
<widget class="GtkWindow" id="mainwindow">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="title" translatable="yes">Package Manager</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
! <property name="default_width">750</property>
! <property name="default_height">615</property>
<property name="icon">PM_app_48x.png</property>
<signal name="delete_event" handler="on_mainwindow_delete_event"/>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
*** 29,40 ****
<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</property>
<child>
<widget class="GtkMenuItem" id="file_be">
<property name="visible">True</property>
! <property name="tooltip" translatable="yes">BE management</property>
! <property name="label" translatable="yes">BE management</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_file_be_activate"/>
</widget>
</child>
<child>
--- 29,40 ----
<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</property>
<child>
<widget class="GtkMenuItem" id="file_be">
<property name="visible">True</property>
! <property name="tooltip" translatable="yes">Boot Environment Management</property>
! <property name="label" translatable="yes">Boot Environment Management</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_file_be_activate"/>
</widget>
</child>
<child>
*** 201,210 ****
--- 201,231 ----
</widget>
</child>
</widget>
</child>
<child>
+ <widget class="GtkMenuItem" id="settings">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Settings</property>
+ <property name="use_underline">True</property>
+ <child>
+ <widget class="GtkMenu" id="menu4">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkMenuItem" id="settings_edit_repositories">
+ <property name="visible">True</property>
+ <property name="tooltip" translatable="yes">Edit Repositories</property>
+ <property name="label" translatable="yes">Edit Repositories...</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="on_settings_edit_repositories_activate"/>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
<widget class="GtkMenuItem" id="help">
<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</property>
<property name="label" translatable="yes">_Help</property>
<property name="use_underline">True</property>
*** 213,252 ****
<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</property>
<child>
<widget class="GtkMenuItem" id="help_about">
<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</property>
! <property name="tooltip" translatable="yes">About dialog</property>
<property name="label" translatable="yes">About</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_help_about_activate"/>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox1">
- <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</property>
- <child>
<widget class="GtkToolbar" id="actiontoolbar">
<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</property>
<child>
<widget class="GtkToolButton" id="reloadbutton">
<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</property>
<property name="label" translatable="yes">Reload</property>
! <property name="stock_id">gtk-refresh</property>
<signal name="clicked" handler="on_reload_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
--- 234,277 ----
<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</property>
<child>
<widget class="GtkMenuItem" id="help_about">
<property name="visible">True</property>
! <property name="tooltip" translatable="yes">About</property>
<property name="label" translatable="yes">About</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_help_about_activate"/>
</widget>
</child>
+ <child>
+ <widget class="GtkMenuItem" id="online_help">
+ <property name="visible">True</property>
+ <property name="tooltip" translatable="yes">Online Help</property>
+ <property name="label" translatable="yes">Online Help</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="on_help_help_activate"/>
+ </widget>
+ </child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkToolbar" id="actiontoolbar">
<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</property>
<child>
<widget class="GtkToolButton" id="reloadbutton">
<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</property>
<property name="label" translatable="yes">Reload</property>
! <property name="icon">reload24x.png</property>
<signal name="clicked" handler="on_reload_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
*** 255,265 ****
<widget class="GtkToolButton" id="update_all_button">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Update All</property>
! <property name="stock_id">gtk-redo</property>
<signal name="clicked" handler="on_update_all_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
--- 280,290 ----
<widget class="GtkToolButton" id="update_all_button">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Update All</property>
! <property name="icon">update_all24x.png</property>
<signal name="clicked" handler="on_update_all_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
*** 268,278 ****
<widget class="GtkToolButton" id="install_update_button">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Install/Update</property>
! <property name="stock_id">gtk-apply</property>
<signal name="clicked" handler="on_install_update_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
--- 293,303 ----
<widget class="GtkToolButton" id="install_update_button">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Install/Update</property>
! <property name="icon">install_update24x.png</property>
<signal name="clicked" handler="on_install_update_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
*** 281,343 ****
<widget class="GtkToolButton" id="remove_button">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Remove</property>
! <property name="stock_id">gtk-remove</property>
<signal name="clicked" handler="on_remove_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
</widget>
</child>
<child>
! <widget class="GtkFrame" id="frame1">
<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</property>
- <property name="label_xalign">0</property>
- <property name="label_yalign">1</property>
- <property name="shadow_type">GTK_SHADOW_OUT</property>
<child>
! <widget class="GtkFixed" id="fixed2">
! <property name="width_request">300</property>
<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</property>
<child>
<widget class="GtkLabel" id="label1">
<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</property>
<property name="yalign">0.60000002384185791</property>
<property name="label" translatable="yes"><i>Repository:</i></property>
<property name="use_markup">True</property>
</widget>
- <packing>
- <property name="x">5</property>
- <property name="y">18</property>
- </packing>
</child>
<child>
<widget class="GtkComboBox" id="repositorycombobox">
<property name="width_request">205</property>
<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</property>
<signal name="changed" handler="on_repositorycombobox_changed"/>
</widget>
<packing>
! <property name="x">90</property>
! <property name="y">12</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="fill">False</property>
! <property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
--- 306,383 ----
<widget class="GtkToolButton" id="remove_button">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Remove</property>
! <property name="icon">remove24x.png</property>
<signal name="clicked" handler="on_remove_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
+ <child>
+ <widget class="GtkSeparatorToolItem" id="toolbutton2">
+ <property name="visible">True</property>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">False</property>
+ </packing>
</child>
<child>
! <widget class="GtkToolItem" id="toolbutton3">
<property name="visible">True</property>
<child>
! <widget class="GtkToolItem" id="toolbutton1">
<property name="visible">True</property>
! <property name="resize_mode">GTK_RESIZE_QUEUE</property>
! <child>
! <widget class="GtkAlignment" id="alignment9">
! <property name="visible">True</property>
! <property name="resize_mode">GTK_RESIZE_QUEUE</property>
! <property name="xalign">1</property>
! <property name="top_padding">11</property>
! <property name="bottom_padding">11</property>
! <property name="left_padding">97</property>
! <child>
! <widget class="GtkHBox" id="hbox16">
! <property name="visible">True</property>
! <property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label1">
<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</property>
+ <property name="xalign">1</property>
<property name="yalign">0.60000002384185791</property>
<property name="label" translatable="yes"><i>Repository:</i></property>
<property name="use_markup">True</property>
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
</widget>
</child>
<child>
<widget class="GtkComboBox" id="repositorycombobox">
<property name="width_request">205</property>
<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</property>
<signal name="changed" handler="on_repositorycombobox_changed"/>
</widget>
<packing>
! <property name="pack_type">GTK_PACK_END</property>
! <property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
<packing>
<property name="expand">False</property>
! <property name="homogeneous">False</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
*** 405,415 ****
<child>
<widget class="GtkHBox" id="hbox2">
<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</property>
<property name="border_width">6</property>
! <property name="spacing">12</property>
<child>
<widget class="GtkHBox" id="hbox4">
<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</property>
<property name="spacing">6</property>
--- 445,455 ----
<child>
<widget class="GtkHBox" id="hbox2">
<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</property>
<property name="border_width">6</property>
! <property name="spacing">50</property>
<child>
<widget class="GtkHBox" id="hbox4">
<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</property>
<property name="spacing">6</property>
*** 438,457 ****
</child>
<child>
<widget class="GtkHBox" id="hbox5">
<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</property>
- <property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label3">
<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</property>
<property name="label" translatable="yes">Search:</property>
</widget>
</child>
<child>
<widget class="GtkEntry" id="searchentry">
<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>
<signal name="changed" handler="on_searchentry_changed"/>
<signal name="focus_out_event" handler="on_searchentry_focus_out_event"/>
--- 478,500 ----
</child>
<child>
<widget class="GtkHBox" id="hbox5">
<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</property>
<child>
<widget class="GtkLabel" id="label3">
<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</property>
<property name="label" translatable="yes">Search:</property>
</widget>
+ <packing>
+ <property name="padding">6</property>
+ </packing>
</child>
<child>
<widget class="GtkEntry" id="searchentry">
+ <property name="width_request">177</property>
<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>
<signal name="changed" handler="on_searchentry_changed"/>
<signal name="focus_out_event" handler="on_searchentry_focus_out_event"/>
*** 460,469 ****
--- 503,536 ----
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <widget class="GtkButton" id="clear_search">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="relief">GTK_RELIEF_NONE</property>
+ <property name="focus_on_click">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <property name="response_id">0</property>
+ <signal name="clicked" handler="on_clear_search_clicked"/>
+ <child>
+ <widget class="GtkImage" id="clear_image">
+ <property name="visible">True</property>
+ <property name="stock">gtk-missing-image</property>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
*** 663,672 ****
--- 730,767 ----
<property name="type">tab</property>
<property name="position">2</property>
<property name="tab_fill">False</property>
</packing>
</child>
+ <child>
+ <widget class="GtkScrolledWindow" id="scrolledwindow16">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <child>
+ <widget class="GtkTextView" id="licensetextview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="label23">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Licenses</property>
+ </widget>
+ <packing>
+ <property name="type">tab</property>
+ <property name="position">3</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
*** 713,722 ****
--- 808,818 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Install / Update Confirmation</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 881,890 ****
--- 977,987 ----
<widget class="GtkDialog" id="downloadpreferences">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Package Download Preferences</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="downloadpreferences_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">
*** 1083,1092 ****
--- 1180,1190 ----
<property name="border_width">5</property>
<property name="title" translatable="yes">Downloading Packages</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 1098,1124 ****
<widget class="GtkVBox" id="vbox7">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkProgressBar" id="downloadprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkLabel" id="packagedependencies2">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Downloading files...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
--- 1196,1222 ----
<widget class="GtkVBox" id="vbox7">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkLabel" id="packagedependencies2">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Downloading files...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkProgressBar" id="downloadprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
*** 1208,1217 ****
--- 1306,1316 ----
<property name="border_width">5</property>
<property name="title" translatable="yes">Install/Upgrade Check</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 1223,1249 ****
<widget class="GtkVBox" id="vbox9">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkProgressBar" id="createplanprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkLabel" id="packagedependencies">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Checking package dependencies...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
--- 1322,1348 ----
<widget class="GtkVBox" id="vbox9">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkLabel" id="packagedependencies">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Checking package dependencies...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkProgressBar" id="createplanprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
*** 1333,1342 ****
--- 1432,1442 ----
<property name="border_width">5</property>
<property name="title" translatable="yes">Installing Packages</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 1348,1374 ****
<widget class="GtkVBox" id="vbox8">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkProgressBar" id="installingprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkLabel" id="packagedependencies3">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Installing Packages...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
--- 1448,1474 ----
<widget class="GtkVBox" id="vbox8">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkLabel" id="packagedependencies3">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Installing Packages...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkProgressBar" id="installingprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
*** 1447,1456 ****
--- 1547,1557 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Remove Confirmation</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 1625,1637 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">About Glade</property>
<property name="resizable">False</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="program_name">Package Manager</property>
! <property name="version">0.1</property>
<property name="copyright" translatable="yes">Copyright 2008 Sun Microsystems, Inc.
All rights reserved.
Use is subject to license terms.</property>
<property name="license">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
--- 1726,1739 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">About Glade</property>
<property name="resizable">False</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="program_name">Package Manager</property>
! <property name="version">0.2</property>
<property name="copyright" translatable="yes">Copyright 2008 Sun Microsystems, Inc.
All rights reserved.
Use is subject to license terms.</property>
<property name="license">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
*** 1976,1986 ****
</property>
<property name="authors">Michal Pryc <Michal.Pryc@Sun.Com>
John Hawk <johnthawk@excite.com>
John Rice <John.Rice@Sun.Com>
Jenya Gestrin <Jenya.Gestrin@Sun.Com>
! Frank Ludolph <Frank.Ludolph@Sun.Com></property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox9">
<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</property>
<property name="spacing">2</property>
--- 2078,2089 ----
</property>
<property name="authors">Michal Pryc <Michal.Pryc@Sun.Com>
John Hawk <johnthawk@excite.com>
John Rice <John.Rice@Sun.Com>
Jenya Gestrin <Jenya.Gestrin@Sun.Com>
! Frank Ludolph <Frank.Ludolph@Sun.Com>
! Padraig O'Briain <Padraig.Obriain@Sun.Com></property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox9">
<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</property>
<property name="spacing">2</property>
*** 2007,2016 ****
--- 2110,2120 ----
<property name="border_width">5</property>
<property name="title" translatable="yes">Removing Packages</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 2022,2048 ****
<widget class="GtkVBox" id="vbox11">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkProgressBar" id="removingprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkLabel" id="packagedependencies4">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Removing Packages...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
--- 2126,2152 ----
<widget class="GtkVBox" id="vbox11">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkLabel" id="packagedependencies4">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Removing Packages...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkProgressBar" id="removingprogress">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
*** 2120,2129 ****
--- 2224,2234 ----
<property name="border_width">5</property>
<property name="title" translatable="yes">Remove Check</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 2135,2161 ****
<widget class="GtkVBox" id="vbox12">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkProgressBar" id="createplanprogress2">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkLabel" id="packagedependencies5">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Checking package dependencies...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
--- 2240,2266 ----
<widget class="GtkVBox" id="vbox12">
<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</property>
<property name="spacing">10</property>
<child>
! <widget class="GtkLabel" id="packagedependencies5">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Checking package dependencies...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkProgressBar" id="createplanprogress2">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
*** 2244,2253 ****
--- 2349,2359 ----
<property name="border_width">5</property>
<property name="title" translatable="yes">Network Problem</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 2341,2350 ****
--- 2447,2457 ----
<property name="border_width">5</property>
<property name="title" translatable="yes">Processing</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 2356,2382 ****
<widget class="GtkVBox" id="vbox14">
<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</property>
<property name="spacing">6</property>
<child>
! <widget class="GtkProgressBar" id="progressbar">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkLabel" id="progressinfo">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Checking for latest SUNWipkg and SUNWipkg-gui, please wait...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
--- 2463,2489 ----
<widget class="GtkVBox" id="vbox14">
<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</property>
<property name="spacing">6</property>
<child>
! <widget class="GtkLabel" id="progressinfo">
<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</property>
! <property name="xalign">0</property>
! <property name="yalign">0</property>
! <property name="label" translatable="yes">Checking for latest SUNWipkg and SUNWipkg-gui, please wait...</property>
! <property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
! <widget class="GtkProgressBar" id="progressbar">
<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</property>
! <property name="text" translatable="yes"></property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
*** 2423,2432 ****
--- 2530,2540 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Boot Environment Management</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_beadmin_delete_event"/>
<child internal-child="vbox">
*** 2633,2646 ****
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="repository">
<property name="border_width">5</property>
! <property name="title" translatable="yes">Edit Repository</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">mainwindow</property>
<property name="opacity">0.99999999977648257</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
--- 2741,2758 ----
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="repository">
+ <property name="width_request">520</property>
+ <property name="height_request">400</property>
<property name="border_width">5</property>
! <property name="title" translatable="yes">Edit Repositories</property>
! <property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">mainwindow</property>
<property name="opacity">0.99999999977648257</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 2651,2660 ****
--- 2763,2773 ----
<widget class="GtkVBox" id="vbox17">
<property name="visible">True</property>
<child>
<widget class="GtkVBox" id="vbox18">
<property name="visible">True</property>
+ <property name="spacing">5</property>
<child>
<widget class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
*** 2664,2815 ****
<property name="use_markup">True</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label27">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xpad">10</property>
<property name="ypad">4</property>
! <property name="label" translatable="yes">Enter the complete PKG line of the repository you want to add as a source
! and give it a name.</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox11">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label28">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xpad">10</property>
<property name="ypad">4</property>
! <property name="label" translatable="yes">Name: </property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
</packing>
</child>
<child>
! <widget class="GtkEntry" id="entry3">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="padding">3</property>
<property name="position">1</property>
</packing>
</child>
- <child>
- <widget class="GtkFrame" id="1">
- <property name="visible">True</property>
- <property name="label_xalign">0</property>
- <property name="shadow_type">GTK_SHADOW_NONE</property>
- <child>
- <widget class="GtkAlignment" id="alignment8">
- <property name="visible">True</property>
- <property name="left_padding">75</property>
- <child>
- <placeholder/>
- </child>
- </widget>
- </child>
- <child>
- <widget class="GtkLabel" id="label29">
- <property name="visible">True</property>
- <property name="use_markup">True</property>
- </widget>
- <packing>
- <property name="type">label_item</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="padding">45</property>
- <property name="position">2</property>
- </packing>
- </child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox12">
<property name="visible">True</property>
<child>
! <widget class="GtkLabel" id="label30">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
! <property name="xpad">9</property>
<property name="ypad">4</property>
! <property name="label" translatable="yes">URL: </property>
</widget>
<packing>
<property name="expand">False</property>
! <property name="padding">5</property>
</packing>
</child>
<child>
! <widget class="GtkEntry" id="entry4">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
! <property name="padding">4</property>
<property name="position">1</property>
</packing>
</child>
<child>
! <widget class="GtkFrame" id="frame7">
! <property name="visible">True</property>
! <property name="label_xalign">0</property>
! <property name="shadow_type">GTK_SHADOW_NONE</property>
! <child>
! <widget class="GtkAlignment" id="alignment15">
! <property name="visible">True</property>
! <property name="xalign">0</property>
! <child>
! <widget class="GtkVButtonBox" id="vbuttonbox6">
! <property name="visible">True</property>
! <child>
! <widget class="GtkButton" id="button4">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="label" translatable="yes">Add</property>
<property name="response_id">0</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
! </packing>
! </child>
! </widget>
! </child>
! </widget>
! </child>
! <child>
! <placeholder/>
! <packing>
! <property name="type">label_item</property>
! </packing>
! </child>
! </widget>
! <packing>
! <property name="expand">False</property>
! <property name="fill">False</property>
! <property name="padding">5</property>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
--- 2777,2886 ----
<property name="use_markup">True</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label27">
+ <property name="width_request">500</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xpad">10</property>
<property name="ypad">4</property>
! <property name="label" translatable="yes">Enter the repository name and URL you want to add as a new package source.
! Select from the list to modify or remove existing repositories.</property>
! <property name="wrap">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox11">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label28">
+ <property name="width_request">80</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xpad">10</property>
<property name="ypad">4</property>
! <property name="label" translatable="yes">_Name: </property>
! <property name="use_underline">True</property>
! <property name="mnemonic_widget">repositoryname</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
</packing>
</child>
<child>
! <widget class="GtkEntry" id="repositoryname">
! <property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <signal name="changed" handler="on_repositoryname_changed"/>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="padding">3</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox12">
<property name="visible">True</property>
<child>
! <widget class="GtkLabel" id="label21">
! <property name="width_request">80</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
! <property name="xpad">10</property>
<property name="ypad">4</property>
! <property name="label" translatable="yes">_URL: </property>
! <property name="use_underline">True</property>
! <property name="mnemonic_widget">repositoryurl</property>
</widget>
<packing>
<property name="expand">False</property>
! <property name="padding">3</property>
</packing>
</child>
<child>
! <widget class="GtkEntry" id="repositoryurl">
! <property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <signal name="changed" handler="on_repositoryurl_changed"/>
</widget>
<packing>
! <property name="expand">False</property>
! <property name="padding">3</property>
<property name="position">1</property>
</packing>
</child>
<child>
! <widget class="GtkButton" id="repositoryadd">
! <property name="width_request">50</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="label" translatable="yes">_Add</property>
! <property name="use_underline">True</property>
<property name="response_id">0</property>
+ <signal name="clicked" handler="on_repositoryadd_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
! <property name="padding">10</property>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
*** 2821,2836 ****
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
! <widget class="GtkHSeparator" id="hseparator13">
<property name="visible">True</property>
</widget>
<packing>
<property name="expand">False</property>
! <property name="padding">4</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox13">
--- 2892,2910 ----
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
! <widget class="GtkAlignment" id="alignment5">
<property name="visible">True</property>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="padding">10</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox13">
*** 2840,2965 ****
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
! <widget class="GtkTextView" id="textview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
</child>
</widget>
</child>
<child>
! <widget class="GtkVButtonBox" id="vbuttonbox2">
! <property name="visible">True</property>
! <child>
! <widget class="GtkFrame" id="frame5">
! <property name="visible">True</property>
! <property name="label_xalign">0</property>
! <property name="shadow_type">GTK_SHADOW_NONE</property>
! <child>
! <widget class="GtkAlignment" id="alignment13">
! <property name="visible">True</property>
! <property name="xalign">0</property>
! <property name="left_padding">6</property>
! <child>
! <widget class="GtkVButtonBox" id="vbuttonbox5">
<property name="visible">True</property>
<child>
! <widget class="GtkButton" id="button1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="label" translatable="yes">Remove</property>
<property name="response_id">0</property>
</widget>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
</child>
<child>
! <placeholder/>
! </child>
! </widget>
! </child>
! </widget>
! </child>
! <child>
! <placeholder/>
! <packing>
! <property name="type">label_item</property>
! </packing>
! </child>
! </widget>
! </child>
! <child>
! <widget class="GtkFrame" id="frame6">
<property name="visible">True</property>
! <property name="label_xalign">0</property>
! <property name="shadow_type">GTK_SHADOW_NONE</property>
! <child>
! <widget class="GtkAlignment" id="alignment14">
! <property name="visible">True</property>
! <property name="left_padding">12</property>
! <child>
! <placeholder/>
! </child>
! </widget>
! </child>
! <child>
! <placeholder/>
! <packing>
! <property name="type">label_item</property>
! </packing>
! </child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
- <child>
- <widget class="GtkFrame" id="frame2">
- <property name="visible">True</property>
- <property name="label_xalign">0</property>
- <property name="shadow_type">GTK_SHADOW_NONE</property>
- <child>
- <widget class="GtkAlignment" id="alignment9">
- <property name="visible">True</property>
- <property name="left_padding">12</property>
- <child>
- <widget class="GtkVButtonBox" id="vbuttonbox4">
- <property name="visible">True</property>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- </widget>
- </child>
- </widget>
- </child>
- <child>
- <widget class="GtkLabel" id="label31">
- <property name="visible">True</property>
- <property name="use_markup">True</property>
- </widget>
- <packing>
- <property name="type">label_item</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="position">2</property>
- </packing>
- </child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
--- 2914,2970 ----
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
! <widget class="GtkTreeView" id="repositorytreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="headers_clickable">True</property>
+ <signal name="move_cursor" handler="on_repositorytreeview_move_cursor"/>
+ <signal name="button_release_event" handler="on_repositorytreeview_button_release_event"/>
</widget>
</child>
</widget>
+ <packing>
+ <property name="padding">10</property>
+ </packing>
</child>
<child>
! <widget class="GtkVButtonBox" id="vbuttonbox1">
<property name="visible">True</property>
+ <property name="spacing">5</property>
+ <property name="layout_style">GTK_BUTTONBOX_START</property>
<child>
! <widget class="GtkButton" id="repositorymodify">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="label" translatable="yes">_Modify...</property>
! <property name="use_underline">True</property>
<property name="response_id">0</property>
+ <signal name="clicked" handler="on_repositorymodify_clicked"/>
</widget>
</child>
<child>
! <widget class="GtkButton" id="repositoryremove">
<property name="visible">True</property>
! <property name="can_focus">True</property>
! <property name="receives_default">True</property>
! <property name="label" translatable="yes">_Remove</property>
! <property name="use_underline">True</property>
! <property name="response_id">0</property>
! <signal name="clicked" handler="on_repositoryremove_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
*** 2970,2980 ****
<widget class="GtkHSeparator" id="hseparator14">
<property name="visible">True</property>
</widget>
<packing>
<property name="expand">False</property>
! <property name="padding">4</property>
<property name="position">3</property>
</packing>
</child>
</widget>
<packing>
--- 2975,2985 ----
<widget class="GtkHSeparator" id="hseparator14">
<property name="visible">True</property>
</widget>
<packing>
<property name="expand">False</property>
! <property name="padding">10</property>
<property name="position">3</property>
</packing>
</child>
</widget>
<packing>
*** 2984,3024 ****
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area23">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
! <widget class="GtkButton" id="button5">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="label" translatable="yes">Cancel</property>
! <property name="response_id">0</property>
! </widget>
! </child>
! <child>
! <widget class="GtkButton" id="button6">
! <property name="visible">True</property>
! <property name="can_focus">True</property>
! <property name="receives_default">True</property>
! <property name="label" translatable="yes">Reset</property>
! <property name="response_id">0</property>
! </widget>
! <packing>
! <property name="position">1</property>
! </packing>
! </child>
! <child>
! <widget class="GtkButton" id="button2">
! <property name="visible">True</property>
! <property name="can_focus">True</property>
! <property name="receives_default">True</property>
! <property name="label" translatable="yes">OK</property>
<property name="response_id">0</property>
</widget>
- <packing>
- <property name="position">2</property>
- </packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">GTK_PACK_END</property>
--- 2989,3007 ----
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area23">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
! <widget class="GtkButton" id="repositoryclose">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="label" translatable="yes">_Close</property>
! <property name="use_underline">True</property>
<property name="response_id">0</property>
+ <signal name="clicked" handler="on_repositoryclose_clicked"/>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">GTK_PACK_END</property>
*** 3033,3042 ****
--- 3016,3026 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">BE Management Changes Confirmation</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">beadmin</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
*** 3225,3230 ****
--- 3209,3372 ----
</packing>
</child>
</widget>
</child>
</widget>
+ <widget class="GtkDialog" id="repositorymodif">
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Modify Repository</property>
+ <property name="modal">True</property>
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="icon">PM_app_48x.png</property>
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+ <property name="transient_for">repository</property>
+ <property name="opacity">0.99999999977648257</property>
+ <property name="has_separator">False</property>
+ <child internal-child="vbox">
+ <widget class="GtkVBox" id="dialog-vbox24">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <widget class="GtkVBox" id="vbox16">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <widget class="GtkLabel" id="label22">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <property name="xpad">10</property>
+ <property name="ypad">2</property>
+ <property name="label" translatable="yes"><b>Modify Repository</b></property>
+ <property name="use_markup">True</property>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkHBox" id="hbox10">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkLabel" id="label24">
+ <property name="width_request">80</property>
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <property name="xpad">10</property>
+ <property name="ypad">4</property>
+ <property name="label" translatable="yes">_Name: </property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">repositorymodifyname</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="padding">3</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkEntry" id="repositorymodifyname">
+ <property name="width_request">320</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="padding">3</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkHBox" id="hbox14">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkLabel" id="label25">
+ <property name="width_request">80</property>
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <property name="xpad">10</property>
+ <property name="ypad">4</property>
+ <property name="label" translatable="yes">_URL: </property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">repositorymodifyurl</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="padding">3</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkEntry" id="repositorymodifyurl">
+ <property name="width_request">320</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="padding">3</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkHSeparator" id="hseparator11">
+ <property name="visible">True</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="padding">10</property>
+ <property name="position">3</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_area24">
+ <property name="visible">True</property>
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
+ <child>
+ <widget class="GtkButton" id="repositorymodifycancel">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="label" translatable="yes">_Cancel</property>
+ <property name="use_underline">True</property>
+ <property name="response_id">0</property>
+ <signal name="clicked" handler="on_repositorymodifycancel_clicked"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkButton" id="repositorymodifyok">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="label" translatable="yes">_OK</property>
+ <property name="use_underline">True</property>
+ <property name="response_id">0</property>
+ <signal name="clicked" handler="on_repositorymodifyok_clicked"/>
+ </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>