aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Qt: fix crash when opening Preferences window on WindowsPascal Quantin1-2/+2
2015-01-01Move ui/qt/main.cpp to wireshark-qt.cpp, and get rid of the dummy.cpp hack.Guy Harris5-1361/+2
2015-01-01Don't include header files that we don't appear to need.Guy Harris1-44/+1
2014-12-31Qt: Convert more dialog titles.Gerald Combs21-37/+42
2014-12-31Qt: fix 'Limit to display filter' functionality in Conversations/Endpoints wi...Pascal Quantin1-1/+2
2014-12-31We do stuff with signals only on UN*Xes.Guy Harris1-0/+2
2014-12-31And, again, no more version_info.c.Guy Harris1-2/+1
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+5
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris3-4/+2
2014-12-30Qt: More WiresharkDialog conversions.Gerald Combs7-80/+73
2014-12-30Qt: Continue using the new window title format.Gerald Combs10-20/+16
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs13-133/+85
2014-12-29Add ability to follow UDP stream by indexPascal Quantin2-7/+22
2014-12-29Wireshark Dialog (Qt): Add Modelines infoAlexis La Goutte2-0/+26
2014-12-29capture_file.h (Qt): missing ]Alexis La Goutte1-1/+1
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs20-94/+212
2014-12-28Qt Follow window: keep data representation when switching between streamsPascal Quantin1-3/+3
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann2-7/+4
2014-12-28Removed duplicated #include linesDario Lombardo3-3/+0
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-53/+82
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann3-4/+6
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-4/+6
2014-12-24Qt (pref.gui_layout_type): Missing break in switch (CID 1159202 & 1159203)Alexis La Goutte1-0/+2
2014-12-24Qt (KeyPressEvent): Missing break in switch (CID 1159205, 1159206, 1159208, 1...Alexis La Goutte4-0/+7
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1
2014-12-23Qt (emitAppSignal): Missing break in switch (CID 1159204)Alexis La Goutte1-0/+1
2014-12-22Qt: Add methods to CaptureFile and WiresharkApplication.Gerald Combs11-87/+137
2014-12-22Qt: Fix status bar signal.Gerald Combs2-2/+2
2014-12-21Do not use packet scoped memory in GUIPascal Quantin4-9/+9
2014-12-21Qt: rename SummaryDialog class to CaptureFilePropertiesDialogPascal Quantin3-5/+5
2014-12-21Qt: Better accordion frame layout.Gerald Combs1-9/+9
2014-12-21Qt: keep "Copy to clipboard" button active when closing the capture_file_prop...Pascal Quantin1-4/+0
2014-12-21Qt: Don't clear the capture file properties.Gerald Combs1-2/+0
2014-12-21Qt: Fix accordion frame height calculation.Gerald Combs3-12/+41
2014-12-21Qt: fix a crash when closing a file while capture file properties window is openPascal Quantin2-5/+14
2014-12-21Qt: disable Capture File Properties toolbar icon by defaultPascal Quantin1-1/+2
2014-12-20Qt: Use an accordion frame in the welcome screen.Gerald Combs3-15/+52
2014-12-20Remove debugging code.Gerald Combs1-6/+0
2014-12-20Qt: Revert back to an all-in-one main window.Gerald Combs3-230/+197
2014-12-20Qt: Add a CaptureFile class.Gerald Combs11-353/+529
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-2/+2
2014-12-15Translates: Update Polish translationMichal Labedzki3-71/+411
2014-12-14Qt: Defer startup messages.Gerald Combs3-4/+6
2014-12-12Qt: Add name resolution menu items.Gerald Combs4-1/+86
2014-12-11Qt: Move Follow TCP, UDP, SSL to a Follow folder (like when right click)Alexis La Goutte1-4/+10
2014-12-10Qt: Obey main toolbar icon preferences.Gerald Combs6-62/+20
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs17-186/+1027
2014-12-09Qt: Update and rename the summary dialog.Gerald Combs21-1739/+1125
2014-12-08Remove an unnecessary include.Gerald Combs1-2/+0
2014-12-08Fix showing error dialog when calling vsimple_error_message_box()Maarten Bezemer1-1/+1