aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
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-24Use ws_gtk_grid...() in place of gtk_table...().Bill Meier5-198/+184
2013-01-24Separate Time Shift item from Time Reference items. From Cal Turney viaChris Maynard2-0/+2
2013-01-24Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-205/+207
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs20-332/+687
2013-01-23Update our column information even if we don't have a capture file loaded.Gerald Combs1-5/+3
2013-01-23Add column preferences.Gerald Combs19-81/+747
2013-01-22GTK+:Gerald Combs16-2973/+2960
2013-01-22Fix VS Studio Analysis warning C6244: Local declaration of 'iftype' hides pre...Chris Maynard1-5/+5
2013-01-22For menu consistency and shortcut simplification, change some "Ignore" relate...Chris Maynard2-4/+4
2013-01-21Update the ignore shortcuts to match r47194.Gerald Combs1-3/+3
2013-01-21And (Q_)init resources (otherwise the images don't display when build with CM...Alexis La Goutte1-0/+1
2013-01-21Add UI_FILES list (more easy to use when add a new ui files...)Alexis La Goutte2-16/+23
2013-01-21Add layout.qrc to QRC_FILES (otherwise it is not include to compressed source...Alexis La Goutte1-0/+1
2013-01-21Add layout.qrc to CMake BuildAlexis La Goutte1-0/+1
2013-01-21Modify name of Preferences windowAlexis La Goutte1-1/+1
2013-01-21Avoid using *<control>X shortcuts. In this case, using *<control>D instead.Chris Maynard1-3/+3
2013-01-21Add layout_preferences_frame.ui.Gerald Combs1-0/+1
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs11-10/+728