aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-06-16 11:07:13 -0700
committerAnders Broman <a.broman58@gmail.com>2019-06-17 00:46:21 +0000
commit178e7ce9a533ba9e5e152c9f7bc08f5ba8f25f0b (patch)
tree2b668ea6426fd35b212c14d951f5b11f6fe2b3a7 /docbook
parentc6bed352540a8859c3820ad38de52ae7bf27cbe6 (diff)
Qt: Filter expression toolbar dark mode updates.
Move plus-8.png to stock_icons/8x8 and rename it list-add.template.png which conforms to the Freedesktop icon naming specifications and makes it a template icon. Update our style sheet when we recive a QEvent::PaletteChange. Ping-Bug: 15511 Change-Id: I4b8ddcb4eb64f11faec21d5df4a3fd7fdc5cf488 Reviewed-on: https://code.wireshark.org/review/33626 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index 3684ddecaa..a72a796fc5 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -17,8 +17,8 @@ used for troubleshooting, analysis, development and education.
== What’s New
-Many user interface improvements have been made. See the “New and Updated
-Features” section below for more details.
+Many improvements have been made. See the “New and Updated Features”
+section below for more details.
// === Bug Fixes
@@ -34,6 +34,8 @@ Features” section below for more details.
The following features are new (or have been significantly updated)
since version 3.0.0:
+* Dark mode support on macOS and dark theme support on other platforms
+ has been improved.
* Brotli decompression support in HTTP/HTTP2 (requires the brotli library).
* The build system now checks for a SpeexDSP system library installation. The
bundled Speex resampler code is still provided as a fallback.