aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_status_bar.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-14Fix preprocessing logic.Gerald Combs1-2/+1
2013-10-18Clean up warnings when we don't HAVE_LIBPCAP.Jeff Morriss1-1/+1
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-0/+5
2013-08-14Global variables considered harmful.Guy Harris1-1/+1
2013-05-25Object::connect: No such signal WiresharkApplication::captureCaptureUpdateCon...Alexis La Goutte1-2/+2
2013-05-22More capture_options -> capture_session changes.Guy Harris1-2/+2
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-2/+2
2013-01-20tr() not work with #defineAlexis La Goutte1-6/+5
2012-12-30Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs1-23/+102
2012-12-29Show the current profile name. Fix the packet status.Gerald Combs1-4/+14
2012-12-21Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs1-2/+2
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-7/+3
2012-12-07Add a context menu to the packet list and fill in theGerald Combs1-2/+4
2012-12-03Make sure packets_bar_update does something.Gerald Combs1-16/+18
2012-12-03Update the interface list to reflect the recent interface name changes.Gerald Combs1-40/+48
2012-11-30Do a better job of getting the user's attention for temporary messages.Gerald Combs1-1/+18
2012-11-05Hide all of the messages until startup.Gerald Combs1-2/+2
2012-11-05Don't say we're ready until we're ready. Update some variable names.Gerald Combs1-41/+44
2012-10-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-17/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+12
2012-08-20Stylize the "go to packet" bar.Gerald Combs1-1/+0
2012-08-14Properly enable and disable "View/Expand Subtrees". Get ridGerald Combs1-1/+5
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-4/+6
2012-08-01More style tweaks.Gerald Combs1-0/+1
2012-08-01Adjust the text size on OS X. This introduces an artifact that affectsGerald Combs1-8/+3
2012-07-31Make sure splitter handles are visible on Windows.Gerald Combs1-0/+11
2012-07-31Add an expert level indicator. Move a bunch of resources to image/.Gerald Combs1-1/+55
2012-07-31Fixup the progress bar spacing.Gerald Combs1-6/+7
2012-07-31Try to choose a better default font. Fix a runtime warning in the statusGerald Combs1-1/+1
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-2/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-16Fix some Gui Text not translate and update french translationAlexis La Goutte1-2/+7
2012-03-07Add i18n to QtSharkAlexis La Goutte1-6/+6
2012-01-16Reflect the move of some header files to the ui directory.Guy Harris1-1/+2
2012-01-14Initial status bar functionality. Promote the main window's status barGerald Combs1-44/+129
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+107