wireshark/ui/qt/utils
Gerald Combs d2da4c7afb Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.
Run

$ gsed -i -e 's/\(tr *(.*".*\)" *UTF8_HORIZONTAL_ELLIPSIS/\1…"/' $( ag -l 'tr *\(.*" *UTF8_HORIZONTAL_ELLIPSIS' )
$ gsed -i -e 's/\(tr *( *\)UTF8_HORIZONTAL_ELLIPSIS *"/\1"…/' $( ag -l 'tr *\( *UTF8_HORIZONTAL_ELLIPSIS *"' )

in ui/qt. As discussed in #16812, the UTF8_ macros were required at one
time because we only allowed ASCII in our source code. However, that
requirement has since been relaxed and Qt's translation framework
doesn't handle concatenating strings and macros very well.
2020-10-01 06:40:14 +00:00
..
color_utils.cpp Qt: Update ColorUtils::themeLinkBrush. 2019-11-18 21:23:51 +00:00
color_utils.h Qt: Use a lighter link color in dark mode. 2019-06-25 20:31:41 +00:00
data_printer.cpp Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings. 2020-10-01 06:40:14 +00:00
data_printer.h Qt: Fix copy ASCII characters from ByteView 2019-01-08 16:21:41 +00:00
field_information.cpp Qt: Make sure the packet diagram always has a field value. 2020-09-28 12:14:14 -07:00
field_information.h Qt: Add a packet diagram view. 2020-08-10 18:17:50 +00:00
frame_information.cpp FrameInformation: fix a crash in the destructor 2020-04-15 14:27:39 +00:00
frame_information.h FrameInformation: fix a crash in the destructor 2020-04-15 14:27:39 +00:00
idata_printable.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
proto_node.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
proto_node.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
qt_ui_utils.cpp Qt: Fix a Qt 5.15 deprecation warning for QProcess. 2020-06-03 08:52:25 +00:00
qt_ui_utils.h Qt: Make sure shortcuts are visible in context menus. 2020-01-13 18:58:28 +00:00
stock_icon.cpp HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
stock_icon.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
tango_colors.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
variant_pointer.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
wireshark_mime_data.cpp Qt: Remove DisplayFilterMimeData 2019-11-04 11:39:48 +00:00
wireshark_mime_data.h Qt: Remove DisplayFilterMimeData 2019-11-04 11:39:48 +00:00
wireshark_zip_helper.cpp Tools: Clean up checkAPI and add ui/qt. 2020-09-05 07:41:29 +00:00
wireshark_zip_helper.h De-camel-ize "Wireshark" in a few places. 2019-12-18 04:31:03 +00:00