aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-21Increase the background opacity.Gerald Combs1-2270/+2753
2013-01-20Fix for CID 715142.Jaap Keuter1-1/+1
2013-01-20Use the correct image sequence.Gerald Combs1-3/+3
2013-01-20Update French translations with last change and update of QtsharkAlexis La Goutte3-193/+2108
2013-01-20tr() not work with #defineAlexis La Goutte1-6/+5
2013-01-20Add Some missing text to translateAlexis La Goutte4-21/+21
2013-01-19Add layouts.hGerald Combs1-0/+2472
2013-01-19Add a rule to create layouts.h (using gdk-pixbuf-csourceBill Meier1-0/+8
2013-01-19There is no wireless layout.Jaap Keuter1-1/+1
2013-01-19Replace more XPMs with PNGs.Gerald Combs3-11/+18
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs11-15/+530
2013-01-18Fix two issues related to conversion to use ws_gtk_grid...() [svn #47002].Bill Meier1-2/+2
2013-01-18Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs1-2/+1
2013-01-18Add more AirPcap code, disabled for now.Gerald Combs1-0/+8
2013-01-18Don't call prefs_airpcap_update() for now. Remove some debugging code.Gerald Combs2-4/+2
2013-01-18Fix compilation on Windows.Gerald Combs2-8/+8
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs24-312/+635
2013-01-17Minor cleanup:Bill Meier1-97/+98
2013-01-17General cleanup:Bill Meier1-1129/+1130
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-3/+5
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-17/+18
2013-01-17Opening the capture options triggers a rescan of all the packets caused by th...Anders Broman1-9/+15
2013-01-16Fix Gtk3 window resize behavior to match Gtk2.Bill Meier1-67/+67
2013-01-16Remove redundant call to gtk_box_set_child_packing().Bill Meier3-3/+0
2013-01-16General cleanup: whitespace, parens & etc.Bill Meier1-150/+149
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-27/+27
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-31/+31
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-63/+75
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-65/+67
2013-01-16(Trivial) whitespace cleanup;Bill Meier1-6/+6