aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Qt: Remove unnecessary private variableRoland Knall1-1/+1
2020-03-25Have callback function pointers in a capture_session structure.Guy Harris1-1/+1
2019-12-04Qt: We show preference panes using their module names.Gerald Combs1-10/+10
2019-12-03Qt: Rename the Capture Interfaces dialog to Capture Options.Gerald Combs1-4/+4
2019-11-21Qt: Remove frameSelect signalRoland Knall1-12/+2
2019-11-20Qt: Speed up selection handlingRoland Knall1-0/+7
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-5/+5
2019-11-17Qt: Multiselection in PacketListRoland Knall1-10/+42
2019-11-15macOS: Add support for automatic updates using Sparkle.Gerald Combs1-1/+1
2019-11-12Qt: Cleanup push/pop InfosRoland Knall1-17/+1
2019-11-07Qt: Move Signal/Slots to DisplayFilterEditRoland Knall1-5/+1
2019-11-07Qt: Move Signals/Slots to subclassRoland Knall1-7/+0
2019-11-07Qt: Keep extcap control channels when capturing to multiple filesStig Bjørlykke1-7/+9
2019-11-06Qt: Better align DisplayFilterEdit buttonsRoland Knall1-1/+1
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-10-01Qt: Do not spin unnecessary additional event loopsTomasz Moń1-2/+4
2019-08-30Qt: Add macro for g_list_next for C++Roland Knall1-20/+20
2019-08-29Qt: Move Apply/Prepare to general QMenu handlerRoland Knall1-0/+5
2019-08-14Wiretap: Fix temporary filename memory corruptionTomasz Moń1-3/+2
2019-08-12Qt: Fix drop event for main windowRoland Knall1-0/+12
2019-08-08Qt: Respect recent values on startupStig Bjørlykke1-1/+1
2019-07-04Qt: Do not export the model of the packetlistRoland Knall1-12/+0
2019-07-01Qt: Move widgets to sub-directoryRoland Knall1-1/+1
2019-06-23Qt: Handle ApplicationPaletteChange events in the welcome page.Gerald Combs1-1/+1
2019-06-17Qt: Filter expression toolbar dark mode updates.Gerald Combs1-0/+2
2019-06-13Qt: Add support for template icons.Gerald Combs1-0/+13
2019-04-27Move another print dialog reference outside #ifdef HAVE_LIBPCAP/#endif.Guy Harris1-1/+1
2019-04-27Umm, you don't need to be able to do live captures in order to print....Guy Harris1-1/+1
2019-04-26Saving printing preferences from one print window to anotherLuke Lynch1-63/+65
2019-01-08Qt: Add syntax line edit feedback symbols.Gerald Combs1-2/+0
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-04Qt: Display filter toolbar updates.Gerald Combs1-13/+1
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris1-4/+4
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-1/+1
2018-11-18Clean up previous change.Guy Harris1-2/+2
2018-11-18Fix addition of extensions to file names.Guy Harris1-24/+71
2018-11-17Qt: fix build failure due to adding two incompatible pointersPeter Wu1-2/+2
2018-11-17"." in version numbers and file names isn't translated into other languages.Guy Harris1-2/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-11/+11
2018-11-01Qt: Remove wireless toolbar if not supportedRoland Knall1-2/+16
2018-09-24Qt: Don't append a empty custom window titleStig Bjørlykke1-4/+8
2018-09-13Start renaming SSL to TLS.Gerald Combs1-2/+2
2018-09-11Qt: Replace $HOME with ~ in window title %F variableStig Bjørlykke1-15/+30
2018-09-10Qt: Add some window title variablesStig Bjørlykke1-2/+22
2018-07-17Qt: Remove an unneeded function.Gerald Combs1-6/+1
2018-07-16Qt: Create the main display filter combo sooner.Gerald Combs1-7/+7
2018-07-04fileTitle -> fileDisplayName.Guy Harris1-1/+1
2018-07-04Set the file path for a main window if it's not a temporary file.Guy Harris1-0/+11
2018-07-03Just use CaptureFile::fileTitle() in MainWindow::setTitlebarForCaptureFile().Guy Harris1-37/+1
2018-07-03Qt: fix crash on opening a capture file while loading/saving anotherPeter Wu1-0/+12