aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/about_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Use the HTTPS URL for our main site in a few places.Gerald Combs1-1/+1
2019-03-26Print extcap plugins with "tshark -G plugins".Guy Harris1-12/+1
2019-03-21Get rid of unnecessary include.Guy Harris1-1/+0
2019-01-04Qt: Add "Show in Finder/Folder" for plugins.Stig Bjørlykke1-0/+28
2019-01-01Qt: Pluralize "Copy Row(s)"Stig Bjørlykke1-1/+2
2018-12-27Qt: Show Python scripts as links in the about box.Stig Bjørlykke1-8/+3
2018-12-22Qt: switch about#wireshark label to QTextBrowser.Dario Lombardo1-2/+6
2018-12-21Qt: set properties of about_dialog#label_wireshark in ui file.Dario Lombardo1-4/+0
2018-10-30Qt: omit initial empty line in About Dialog / AcknowledgementsPeter Wu1-2/+2
2018-10-30Fix About->AcknowledgementsMichał Łabędzki1-1/+1
2018-09-25Qt: Create directories if they should be openedRoland Knall1-2/+15
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-1/+0
2018-04-16Qt: Do not show MaxMind DB path when not enabledStig Bjørlykke1-0/+2
2018-03-24OID name resolv: Fix MIB/PIB path presentationsJaap Keuter1-1/+3
2018-03-15Qt 4.8 compatibility for escaping HTMLPeter Wu1-4/+4
2018-03-07NSIS, WiX: Handle the presence or absence of mmdbresolve.Gerald Combs1-9/+7
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-06about_dialog (qt): Fix Dead Store (Dead assignement/Dead increment) Warning f...Alexis La Goutte1-2/+0
2018-02-02Qt: Avoid divide-by-zero if missing AUTHORS fileStig Bjørlykke1-1/+3
2018-02-02Qt: Add a missing HAVE_LUA guardStig Bjørlykke1-0/+2
2018-02-01Qt: Show Lua scripts as links in the about box.Gerald Combs1-11/+14
2018-02-01Qt: Always show the Plugins tab in the about box.Gerald Combs1-6/+11
2018-01-31Qt: fix compilation when building without LuaPascal Quantin1-0/+4
2018-01-31Qt: About dialog updates.Gerald Combs1-37/+59
2018-01-30Qt: Fix crash when no plugins are configuredJaap Keuter1-2/+1
2018-01-27Qt: Translate some about box strings.Gerald Combs1-17/+17
2018-01-26Qt: Simplify files column in about dialogPeter Wu1-5/+3
2018-01-25Qt 4.8 compatibility fixesPeter Wu1-8/+8
2018-01-11Qt: Adjust About box column sizing.Gerald Combs1-3/+11
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-8/+1
2017-11-26Qt: About Dialog move to QTreeView and fix copyRoland Knall1-41/+85
2017-11-24Qt: About - implement copy&paste and urlsRoland Knall1-0/+84
2017-11-24Qt: Rewrite the About dialog to use modelsRoland Knall1-212/+234
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-10-01simplify some include file pathsMartin Kaiser1-2/+2
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde1-16/+24
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-1/+1
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-2/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-05-27Qt: About dialog fails when configured without pluginsJaap Keuter1-2/+6
2017-03-29Fix "warning C6246: Local declaration hides declaration of the same name in o...Michael Mann1-1/+0
2017-02-22extcap: Reduce number of scans and storageRoland Knall1-2/+2
2016-11-02Qt: add "search authors" feature.Dario Lombardo1-10/+27
2016-06-19Refactor command-line handling of GUI options.Michael Mann1-0/+3
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-03-21Fix building without extcap enabledJoão Valverde1-0/+2
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-2/+2
2016-01-23ui: Code cleanupStig Bjørlykke1-8/+5
2016-01-20Qt: ensure to call destructor when closing a few QDialog windowsPascal Quantin1-0/+1