aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-16Fix a Gtk2 vs Gtk3 issue;Bill Meier1-1/+1
2013-01-16Add some routines to wsutil to, at least on some platforms, addGuy Harris1-11/+20
2013-01-16Set the crash info as early as possible in main(), so that it shows upGuy Harris1-10/+19
2013-01-15Cleanup:Bill Meier1-194/+291
2013-01-15Fix several window resize behavior differences between Gtk2 & Gtk3.Bill Meier1-6/+7
2013-01-15Cleanup:Bill Meier1-163/+169
2013-01-15Fix Gtk2 vs Gtk3 issue:Bill Meier1-0/+1
2013-01-15Cleanup: indentation, whitespace, long-lines, formatting & etc.Bill Meier1-1565/+1593
2013-01-15Minor cleanup:Bill Meier1-12/+4
2013-01-14Replace gtk_table...() with ws_gtk_grid...()Bill Meier1-14/+14