~ubuntu-branches/ubuntu/vivid/wpasupplicant/vivid

« back to all changes in this revision

Viewing changes to wpa_supplicant/wpa_gui/eventhistory.ui

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2008-03-12 20:03:04 UTC
  • mfrom: (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080312200304-4331y9wj46pdd34z
Tags: 0.6.3-1
* New upstream release.
* Drop patches applied upstream:
  - debian/patches/30_wpa_gui_qt4_eventhistoryui_rework.patch
  - debian/patches/31_wpa_gui_qt4_eventhistory_always_scrollbar.patch
  - debian/patches/32_wpa_gui_qt4_eventhistory_scroll_with_events.patch
  - debian/patches/40_dbus_ssid_data.patch
* Tidy up the clean target of debian/rules. Now that the madwifi headers are
  handled differently we no longer need to do any cleanup.
* Fix formatting error in debian/ifupdown/wpa_action.8 to make lintian
  quieter.
* Add patch to fix formatting errors in manpages build from sgml source. Use
  <emphasis> tags to hightlight keywords instead of surrounding them in
  strong quotes.
  - debian/patches/41_manpage_format_fixes.patch
* wpasupplicant binary package no longer suggests pcscd, guessnet, iproute
  or wireless-tools, nor does it recommend dhcp3-client. These are not
  needed.
* Add debian/patches/10_silence_siocsiwauth_icotl_failure.patch to disable
  ioctl failure messages that occur under normal conditions.
* Cherry pick two upstream git commits concerning the dbus interface:
  - debian/patches/11_avoid_dbus_version_namespace.patch
  - debian/patches/12_fix_potential_use_after_free.patch
* Add debian/patches/42_manpage_explain_available_drivers.patch to explain
  that not all of the driver backends are available in the provided
  wpa_supplicant binary, and that the canonical list of supported driver
  backends can be retrieved from the wpa_supplicant -h (help) output.
  (Closes: #466910)
* Add debian/patches/20_wpa_gui_qt4_disable_link_prl.patch to remove
  link_prl CONFIG compile flag added by qmake-qt4 >= 4.3.4-2 to avoid excess
  linking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>EventHistory</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>EventHistory</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>533</width>
 
12
            <height>285</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Event history</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QListView">
 
23
            <column>
 
24
                <property name="text">
 
25
                    <string>Timestamp</string>
 
26
                </property>
 
27
                <property name="clickable">
 
28
                    <bool>true</bool>
 
29
                </property>
 
30
                <property name="resizable">
 
31
                    <bool>true</bool>
 
32
                </property>
 
33
            </column>
 
34
            <column>
 
35
                <property name="text">
 
36
                    <string>Message</string>
 
37
                </property>
 
38
                <property name="clickable">
 
39
                    <bool>true</bool>
 
40
                </property>
 
41
                <property name="resizable">
 
42
                    <bool>true</bool>
 
43
                </property>
 
44
            </column>
 
45
            <property name="name">
 
46
                <cstring>eventListView</cstring>
 
47
            </property>
 
48
            <property name="sizePolicy">
 
49
                <sizepolicy>
 
50
                    <hsizetype>7</hsizetype>
 
51
                    <vsizetype>7</vsizetype>
 
52
                    <horstretch>0</horstretch>
 
53
                    <verstretch>0</verstretch>
 
54
                </sizepolicy>
 
55
            </property>
 
56
            <property name="resizePolicy">
 
57
                <enum>Manual</enum>
 
58
            </property>
 
59
            <property name="selectionMode">
 
60
                <enum>NoSelection</enum>
 
61
            </property>
 
62
            <property name="resizeMode">
 
63
                <enum>LastColumn</enum>
 
64
            </property>
 
65
        </widget>
 
66
        <widget class="QLayoutWidget">
 
67
            <property name="name">
 
68
                <cstring>layout30</cstring>
 
69
            </property>
 
70
            <hbox>
 
71
                <property name="name">
 
72
                    <cstring>unnamed</cstring>
 
73
                </property>
 
74
                <spacer>
 
75
                    <property name="name">
 
76
                        <cstring>spacer3</cstring>
 
77
                    </property>
 
78
                    <property name="orientation">
 
79
                        <enum>Horizontal</enum>
 
80
                    </property>
 
81
                    <property name="sizeType">
 
82
                        <enum>Expanding</enum>
 
83
                    </property>
 
84
                    <property name="sizeHint">
 
85
                        <size>
 
86
                            <width>20</width>
 
87
                            <height>20</height>
 
88
                        </size>
 
89
                    </property>
 
90
                </spacer>
 
91
                <widget class="QPushButton">
 
92
                    <property name="name">
 
93
                        <cstring>closeButton</cstring>
 
94
                    </property>
 
95
                    <property name="text">
 
96
                        <string>Close</string>
 
97
                    </property>
 
98
                </widget>
 
99
            </hbox>
 
100
        </widget>
 
101
    </vbox>
 
102
</widget>
 
103
<connections>
 
104
    <connection>
 
105
        <sender>closeButton</sender>
 
106
        <signal>clicked()</signal>
 
107
        <receiver>EventHistory</receiver>
 
108
        <slot>close()</slot>
 
109
    </connection>
 
110
</connections>
 
111
<includes>
 
112
    <include location="local" impldecl="in declaration">wpamsg.h</include>
 
113
    <include location="local" impldecl="in implementation">eventhistory.ui.h</include>
 
114
</includes>
 
115
<slots>
 
116
    <slot>addEvents( WpaMsgList msgs )</slot>
 
117
    <slot>addEvent( WpaMsg msg )</slot>
 
118
</slots>
 
119
<functions>
 
120
    <function access="private" specifier="non virtual">init()</function>
 
121
    <function access="private" specifier="non virtual">destroy()</function>
 
122
</functions>
 
123
<pixmapinproject/>
 
124
<layoutdefaults spacing="6" margin="11"/>
 
125
</UI>