aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_frame.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-12-11 16:26:51 -0800
committerGerald Combs <gerald@wireshark.org>2019-09-25 16:26:31 +0000
commitac4f3c0f4ddad04f0be16513357b3f03d6e565ab (patch)
tree9b15779caa9ef8839e43b4d3b4beba939f828115 /ui/qt/interface_frame.ui
parent1f779bf9c99a75e5ee0dfa709194235175fb809e (diff)
macOS: Make Wireshark.app drag-installable.
Create ChmodBPF installer and uninstaller packages using pkgbuild and productbuild. Place them in Wireshark.app/Resources/Extras. Add a path_helper installer and uninstaller which respectively add and remove /etc/*paths.d/Wireshark. Remove the PackageMaker and utility-launcher assets and build targets. Show a message in the main welcome screen if we don't have capture permissions. Add an link which launches the ChmodBPF installer. Add a "macOS Extras" item to About → Folders. Migrate "Read me first" from RTF to Asciidoctor, which lets us add links and looks like our other documentation. Rename dmg_set_style.scpt to arrange_dmg.applescript and make it plain text. Always run it in osx-dmg.sh. Bug: 6991 Bug: 12593 Bug: 11399 Ping-Bug: 16074 Change-Id: I7b6aa89aae2be522b4141b0d44e8142dec749e90 Reviewed-on: https://code.wireshark.org/review/31047 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/interface_frame.ui')
-rw-r--r--ui/qt/interface_frame.ui17
1 files changed, 13 insertions, 4 deletions
diff --git a/ui/qt/interface_frame.ui b/ui/qt/interface_frame.ui
index cc90f086d4..568e787701 100644
--- a/ui/qt/interface_frame.ui
+++ b/ui/qt/interface_frame.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>676</width>
- <height>350</height>
+ <width>256</width>
+ <height>209</height>
</rect>
</property>
<property name="sizePolicy">
@@ -39,7 +39,7 @@
<number>0</number>
</property>
<item>
- <widget class="QLabel" name="lblNoInterfaces">
+ <widget class="QLabel" name="warningLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
@@ -47,11 +47,20 @@
</sizepolicy>
</property>
<property name="text">
- <string>No interfaces found</string>
+ <string/>
+ </property>
+ <property name="textFormat">
+ <enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
+ <property name="textInteractionFlags">
+ <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
+ </property>
</widget>
</item>
<item>