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

« back to all changes in this revision

Viewing changes to wpa_gui-qt4/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
 
<ui version="4.0" stdsetdef="1" >
2
 
  <author></author>
3
 
  <comment></comment>
4
 
  <exportmacro></exportmacro>
5
 
  <class>EventHistory</class>
6
 
  <widget class="QDialog" name="EventHistory" >
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="windowTitle" >
16
 
      <string>Event history</string>
17
 
    </property>
18
 
    <layout class="QVBoxLayout" >
19
 
      <item>
20
 
        <widget class="QTableView" name="eventListView" >
21
 
          <property name="sizePolicy" >
22
 
            <sizepolicy>
23
 
              <hsizetype>7</hsizetype>
24
 
              <vsizetype>7</vsizetype>
25
 
              <horstretch>0</horstretch>
26
 
              <verstretch>0</verstretch>
27
 
            </sizepolicy>
28
 
          </property>
29
 
          <property name="selectionMode" >
30
 
            <enum>QAbstractItemView::NoSelection</enum>
31
 
          </property>
32
 
          <column>
33
 
            <property name="text" >
34
 
              <string>Timestamp</string>
35
 
            </property>
36
 
            <property name="clickable" >
37
 
              <bool>true</bool>
38
 
            </property>
39
 
            <property name="resizable" >
40
 
              <bool>true</bool>
41
 
            </property>
42
 
          </column>
43
 
          <column>
44
 
            <property name="text" >
45
 
              <string>Message</string>
46
 
            </property>
47
 
            <property name="clickable" >
48
 
              <bool>true</bool>
49
 
            </property>
50
 
            <property name="resizable" >
51
 
              <bool>true</bool>
52
 
            </property>
53
 
          </column>
54
 
        </widget>
55
 
      </item>
56
 
      <item>
57
 
        <layout class="QHBoxLayout" >
58
 
          <property name="margin" >
59
 
            <number>0</number>
60
 
          </property>
61
 
          <item>
62
 
            <spacer name="spacer3" >
63
 
              <property name="sizeHint" >
64
 
                <size>
65
 
                  <width>20</width>
66
 
                  <height>20</height>
67
 
                </size>
68
 
              </property>
69
 
              <property name="sizeType" >
70
 
                <enum>Expanding</enum>
71
 
              </property>
72
 
              <property name="orientation" >
73
 
                <enum>Horizontal</enum>
74
 
              </property>
75
 
            </spacer>
76
 
          </item>
77
 
          <item>
78
 
            <widget class="QPushButton" name="closeButton" >
79
 
              <property name="text" >
80
 
                <string>Close</string>
81
 
              </property>
82
 
            </widget>
83
 
          </item>
84
 
        </layout>
85
 
      </item>
86
 
    </layout>
87
 
  </widget>
88
 
  <layoutdefault spacing="6" margin="11" />
89
 
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
90
 
  <includes>
91
 
    <include location="local" >wpamsg.h</include>
92
 
  </includes>
93
 
</ui>