summaryrefslogtreecommitdiff
path: root/ui/qt/wireshark_application.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs1-1/+10
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-1/+4
2013-01-24Add back the X11 substitutes.Gerald Combs1-3/+3
2013-01-24Clean up font initialization a bit.Gerald Combs1-20/+18
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-3/+70
2013-01-23Add column preferences.Gerald Combs1-0/+3
2013-01-21And (Q_)init resources (otherwise the images don't display when build with CM...Alexis La Goutte1-0/+1
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-6/+14
2012-12-30Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs1-1/+0
2012-12-29Show the current profile name. Fix the packet status.Gerald Combs1-1/+1
2012-12-29Try to fix compilation on Windows.Gerald Combs1-0/+4
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-1/+218
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs1-0/+6
2012-12-04Rename utilityToolBar to displayFilterToolbar and move the displayGerald Combs1-0/+2
2012-12-03Update the interface list to reflect the recent interface name changes.Gerald Combs1-1/+2
2012-11-05Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs1-0/+6
2012-11-03Move the main window creation to the top of main() in anticipation of aGerald Combs1-4/+33
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-0/+20
2012-10-01Implement file sets.Gerald Combs1-0/+4
2012-09-17Restore set_last_open_dir. We need it on Windows.Gerald Combs1-0/+6
2012-09-17Add a text import dialog. Use libui.Gerald Combs1-30/+37
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-08-31It ain't Wireshark unless we can capture.Gerald Combs1-8/+49
2012-08-01Make the changes of r44165 build with autofoo and cmake as wellJörg Mayer1-0/+1
2012-07-12Use win32_open_file in qtshark on Windows.Gerald Combs1-0/+21
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-22The GUI's state machine requires that, when reloading a capture after aGuy Harris1-4/+8
2012-03-07From Joerg MayerAlexis La Goutte1-0/+1
2012-02-04Add the magic incantation to get icons into the cmake build.Jörg Mayer1-0/+4
2012-02-01Fix a typoBill Meier1-1/+1
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris1-3/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1/+1
2012-01-14Initial status bar functionality. Promote the main window's status barGerald Combs1-0/+51
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+234