~ubuntu-branches/ubuntu/trusty/virtualbox-ose/trusty

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-12-18 16:44:29 UTC
  • mfrom: (0.3.3 upstream) (0.4.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091218164429-jd34ccexpv5na11a
Tags: 3.1.2-dfsg-1ubuntu1
* Merge from Debian unstable (LP: #498219), remaining changes:
  - Disable update action
    - debian/patches/u01-disable-update-action.dpatch
  - VirtualBox should go in Accessories, not in System tools (LP: #288590)
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Add Launchpad integration
    - debian/control
    - debian/lpi-bug.xpm
    - debian/patches/u02-lp-integration.dpatch
* Fixes the following bugs:
  - Kernel module fails to build with Linux >= 2.6.32 (LP: #474625)
  - X.Org drivers need to be rebuilt against X-Server 1.7 (LP: #495935)
  - The *-source packages try to build the kernel modules even though the
    kernel headers aren't available (LP: #473334)
* Replace *-source packages with transitional packages for *-dkms.
* Adapt u01-disable-update-action.dpatch and u02-lp-integration.dpatch for
  new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <comment>
3
 
 VBox frontends: Qt4 GUI ("VirtualBox"):
4
 
 
5
 
 Copyright (C) 2008 Sun Microsystems, Inc.
6
 
 
7
 
 This file is part of VirtualBox Open Source Edition (OSE), as
8
 
 available from http://www.virtualbox.org. This file is free software;
9
 
 you can redistribute it and/or modify it under the terms of the GNU
10
 
 General Public License (GPL) as published by the Free Software
11
 
 Foundation, in version 2 as it comes in the "COPYING" file of the
12
 
 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13
 
 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
 
 
15
 
 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16
 
 Clara, CA 95054 USA or visit http://www.sun.com if you need
17
 
 additional information or have any questions.
18
 
 </comment>
19
 
 <class>VBoxVMLogViewer</class>
20
 
 <widget class="QMainWindow" name="VBoxVMLogViewer" >
21
 
  <property name="geometry" >
22
 
   <rect>
23
 
    <x>0</x>
24
 
    <y>0</y>
25
 
    <width>588</width>
26
 
    <height>409</height>
27
 
   </rect>
28
 
  </property>
29
 
  <property name="windowTitle" >
30
 
   <string>Log Viewer</string>
31
 
  </property>
32
 
  <widget class="QWidget" name="centralwidget" >
33
 
   <layout class="QVBoxLayout" >
34
 
    <item>
35
 
     <widget class="QWidget" native="1" name="mLogsFrame" >
36
 
      <property name="sizePolicy" >
37
 
       <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
38
 
        <horstretch>0</horstretch>
39
 
        <verstretch>0</verstretch>
40
 
       </sizepolicy>
41
 
      </property>
42
 
     </widget>
43
 
    </item>
44
 
    <item>
45
 
     <widget class="QIDialogButtonBox" name="mButtonBox" >
46
 
      <property name="standardButtons" >
47
 
       <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Save</set>
48
 
      </property>
49
 
     </widget>
50
 
    </item>
51
 
   </layout>
52
 
  </widget>
53
 
 </widget>
54
 
 <customwidgets>
55
 
  <customwidget>
56
 
   <class>QIDialogButtonBox</class>
57
 
   <extends>QDialogButtonBox</extends>
58
 
   <header>QIDialogButtonBox.h</header>
59
 
  </customwidget>
60
 
 </customwidgets>
61
 
 <resources>
62
 
  <include location="../VirtualBox.qrc" />
63
 
 </resources>
64
 
 <connections>
65
 
  <connection>
66
 
   <sender>mButtonBox</sender>
67
 
   <signal>rejected()</signal>
68
 
   <receiver>VBoxVMLogViewer</receiver>
69
 
   <slot>close()</slot>
70
 
   <hints>
71
 
    <hint type="sourcelabel" >
72
 
     <x>293</x>
73
 
     <y>328</y>
74
 
    </hint>
75
 
    <hint type="destinationlabel" >
76
 
     <x>293</x>
77
 
     <y>204</y>
78
 
    </hint>
79
 
   </hints>
80
 
  </connection>
81
 
 </connections>
82
 
</ui>