aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/about_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-15extcap: Add list of extcaps to about dialogRoland Knall1-0/+26
2015-11-27Qt: Make About->Plugins scrollableStig Bjørlykke1-1/+1
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-26Help dialog shortcut list updates.Gerald Combs1-1/+2
2015-09-24Qt: Show keyboard shortcuts in the about box.Gerald Combs1-1/+40
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-4/+5
2015-06-26Commit d4aa1a1c24e984339806c4ddb000ea9f9b352659 added some Q_UNUSEDJoerg Mayer1-3/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-25Qt: mark unused parameters as suchPascal Quantin1-0/+1
2015-06-25Add minimize and maximize buttons to the TCP stream dialogs.Jeff Morriss1-1/+1
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-08-21Fix compilation when we don't HAVE_LIBSMI or HAVE_GEOIP.Jeff Morriss1-1/+3
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+13
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-3/+3
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-06-16More Python-bindings removal.Jeff Morriss1-5/+0
2014-04-14Adjust path width for OS X & Linux.Gerald Combs1-1/+1
2014-04-14path is used only for libsmi and geoipMartin Kaiser1-1/+1
2014-04-13Replace QTableWidgets with QLabels + HTML tables.Gerald Combs1-62/+85
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-13About box: make sure we read AUTHORS-SHORT as UTF-8.Gerald Combs1-0/+5
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2014-01-14Make a routine not used outside this file static.Guy Harris1-3/+3
2014-01-11Remove (ugly) hack in about_dialog.cpp (include main.cpp to have function to ...Alexis La Goutte1-13/+0
2014-01-07include config.h at the top of the file.Jörg Mayer1-1/+3
2014-01-03Update NEWS and Release noteAlexis La Goutte1-10/+6
2014-01-02It is AUTHORS-SHORT.txt in WindowsAlexis La Goutte1-0/+6
2014-01-02Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss1-8/+2
2014-01-02Add About window for Wireshark QtAlexis La Goutte1-0/+281