aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-02-24From Peter Hatina: test GDK_WINDOW_STATE_MAXIMIZED as a bit flagBill Meier1-1/+1
2013-02-21Minor Bluetooth fixesMichael Mann1-2/+14
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs13-76/+79
2013-02-20make function names consistentMartin Kaiser3-4/+4
2013-02-20kill an "edit capture comment" popup if the underlying file is closedMartin Kaiser3-0/+10
2013-02-20Forcing everyone to use the development update channel probably isn'tGerald Combs1-1/+1
2013-02-20Add software_update.c.Gerald Combs1-0/+1
2013-02-20Only call create_app_running_mutex on Windows.Gerald Combs1-0/+3
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs2-1/+3
2013-02-19Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs1-2/+0
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs6-2/+250
2013-02-17Add a macro that, for a given count of keys, returns the total size ofGuy Harris1-1/+1
2013-02-16Show resegmented data as grey.Martin Mathieson1-21/+41
2013-02-15Fix Voice RTP player crash if player is closed while playingMichael Mann1-11/+15
2013-02-14main_window_slots.cpp includes ui_main_window.h, so make sure we buildGuy Harris1-1/+1
2013-02-12remove _U_ for parameter that is usedMartin Kaiser1-1/+1
2013-02-11strlen() returns a size_t, so assign its return value to a size_t.Guy Harris1-2/+2
2013-02-10Use the same destination directory everywhere. If we're building an NSISGerald Combs1-6/+11
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris2-12/+12
2013-02-09Fix EXTRA_BINFILES for CMake + OS X.Gerald Combs1-1/+1
2013-02-09Try to figure out if we built the rest of the project using Autotools orGerald Combs1-3/+25
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs6-26/+135
2013-02-08Fix Coverity CID 973548: Dereference null return value.Chris Maynard1-2/+2
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris1-2/+2
2013-02-08Add module_preferences_scroll_area.*.Gerald Combs3-0/+9
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs6-39/+664
2013-02-06Remove some unnecessary definitions.Gerald Combs1-3/+0
2013-02-06Add filter expressions frame entries.Gerald Combs3-0/+9
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs21-87/+750
2013-02-05Prettify Qt build output.Gerald Combs1-3/+18
2013-02-03Sigh. At least on my Fedora 16 with KDE, the Qt 4 versions of uic andGuy Harris1-3/+3
2013-02-03Move the get-runtime-version stuff back outside of #ifdef WIN32.Jeff Morriss1-0/+2
2013-02-03call load_wpcap before collecting the run-time version information.Anders Broman1-15/+16
2013-02-02Reflect recent.c moving from the top-level directory to the uiGuy Harris1-1/+0
2013-02-02Move the GUI-independent window geometry stuff to ui/recent.c, so weGuy Harris5-307/+163
2013-02-02Reflect the move of recent.c to the ui directory.Guy Harris1-0/+1
2013-02-02Move recent.c to the ui directory, as we did with its header file.Guy Harris2-0/+1097
2013-02-02In Qt 4, C strings are, by default, treated as 7-bit ASCII whenGuy Harris1-0/+7
2013-02-01Fix [ 68%] Building CXX object ui/qt/CMakeFiles/qtui.dir/font_color_preferenc...Alexis La Goutte1-1/+1
2013-02-01Update some tooltips.Gerald Combs1-2/+3
2013-02-01Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs10-11/+376
2013-01-31for an interface that does not support monitor mode, make sure thatMartin Kaiser1-1/+4
2013-01-31Use the name "Wireshark" instead of "qtshark" on OS X.Gerald Combs1-1/+6
2013-01-30GPOINTER_TO_INT() is the inverse of GINT_TO_POINTER().Guy Harris1-1/+1
2013-01-30Use optargp, not optarg, in followSsl(), as in other routines; thisGuy Harris1-6/+6
2013-01-30Add support in TShark to follow SSL streams Michael Mann1-5/+130
2013-01-30Copy over r47277 from ui/gtk.Gerald Combs1-1/+7
2013-01-28Try to detect duplicated packets due to mirroring/span ports by comparing src...Anders Broman2-9/+20
2013-01-28Whitespace and doxygen comment changes.Anders Broman1-45/+45
2013-01-25When searching for hex bytes from the "Find Packet" dialog, highlight the cor...Chris Maynard1-6/+13