summaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Collapse)AuthorFilesLines
2013-11-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9298 :Pascal Quantin5-3/+40
Update manifest file so as to identify Windows 8.1 properly (see http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx for details) Use manifest file to build tshark, rawshark and dumpcap svn path=/trunk/; revision=53024
2013-10-23Remove unused wsicon32.xpmBalint Reczey1-248/+0
svn path=/trunk/; revision=52784
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs1-4/+0
Add get_tcp_stream_count() to the TCP dissector and modify graph_segment_list_get() to allow matching based solely on a stream. Use text instead of icons for the mouse click behavior buttons. Remove their PNG resources since we aren't using them any more. Fix setting the cursor in the graph widget. svn path=/trunk/; revision=51989
2013-09-09Add the TCP window scaling graph. Add zoom selections.Gerald Combs3-0/+4
Rename some methods. Add the ability to toggle time and sequence number origins. Add more keyboard shortcuts. Comment out abs_secs abs_usecs in the segment struct since it looks like we aren't using them. Make sure we stay in the same TCP stream. svn path=/trunk/; revision=51856
2013-06-19Allow for column headers not to be printed in order to make it possible to ↵Chris Maynard1-5/+5
export packets as plain text in a format that could then have a chance of being imported again (assuming other factors such as packet bytes were printed, etc.) in order to recover the original pcap file. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1636 svn path=/trunk/; revision=50036
2013-04-26Update the capture start, stop, and restart icons and development badgeGerald Combs17-452/+301
with enhanced versions from Elliott. Switch the interface configuration icon to the "gear" version. This matches the gear in the capture icon. svn path=/trunk/; revision=49059
2013-04-11Set properties.Gerald Combs2-3/+3
svn path=/trunk/; revision=48821
2013-04-11Replace the capture start and restart icons with a green fin similar toGerald Combs25-121/+436
wsiconcap. Make the capture stop icon red. Replace wsiconcap with an earlier version which has gears instead of a record button. svn path=/trunk/; revision=48818
2013-04-08Nudge the fill another half pixel.Gerald Combs2-7/+7
svn path=/trunk/; revision=48792
2013-04-08Decrease the width of the outer borders by half a pixel to match theGerald Combs2-11/+17
other icons more closely. svn path=/trunk/; revision=48791
2013-04-08Try a blue fill for the stop capture button, using Windows SoundGerald Combs4-25/+25
Recorder as a cue. svn path=/trunk/; revision=48790
2013-04-07Change the "stop capture" icon to a Great Big Huge Square to try to makeGerald Combs19-58/+220
it more obvious (particularly at 16x16 pixels) that it and the "start capture" icons work like media controls. Update compress-pngs to match the latest version of pngcrush and recompress our PNGs. Add a "clean-pixmaps" target to ui/gtk/Makefile.am to make it easier to rebuild our pixbuf includes. svn path=/trunk/; revision=48776
2013-03-29Convert png → xpm using a higher alpha threshold.Gerald Combs1-32/+32
svn path=/trunk/; revision=48642
2013-03-29Resurrect wsicon32.xpm using 'svn cp' then update it based onGerald Combs1-0/+248
wsicon32.png. This should hopefully preserve its history in SVN. Revert r48565 in debian/. svn path=/trunk/; revision=48639
2013-03-28Remove a couple of unneeded lines and fix default execution.Gerald Combs1-4/+1
svn path=/trunk/; revision=48631
2013-03-27Add the new splash image. Designed by Elliott Aldrich. Switch the splashGerald Combs10-1508/+7
image from XPM to PNG+pixbuf. Remove old XPMs. svn path=/trunk/; revision=48600
2013-03-27Add an interface list icon. Some of the new capture icons were 1 pixelGerald Combs136-543/+686
too small, so add corrected ones. Add SVG versions of the new toolbar icons. Use consistent naming for alternate icons. Remove some no-longer-used XPMs. Add a script to compress PNGs using various utilities and run it. Regenerate the pixbuf includes using the smaller PNGs. svn path=/trunk/; revision=48591
2013-03-26Add new capture toolbar icons.Gerald Combs21-920/+0
svn path=/trunk/; revision=48571
2013-03-26More icon updates. Gerald Combs6-373/+15
Use the PNG versions of the new application icons. Remove the XPM versions of the Wireshark application and capture icons. To paraphrase Zoidberg, XPMs are bad and we should feel bad. Remove xpm_to_widget_from_parent (which we weren't using and likely won't use in the future). Replace wiki_24.xpm (which was a GNOME or GTK+ stock icon IIRC) with the 16x16 and 24x24 versions emblem-web.png from GNOME icon theme 2.30.3. This version was used specifically because it's GPLv2 and later versions are GPLv3. Update image/README. svn path=/trunk/; revision=48565
2013-03-26Add new application icons. Designed by Elliott Aldrich.Gerald Combs30-0/+0
svn path=/trunk/; revision=48562
2013-03-12The merge dialog should probably say "Read filter" as well.Gerald Combs1-1/+1
svn path=/trunk/; revision=48267
2013-03-04Change "Display filter:" to "Read filter:". They are not the same.Chris Maynard1-1/+1
#BACKPORT(1.8, 1.6) svn path=/trunk/; revision=48047
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs3-0/+2
Add comments noting that - We might want to do something different when the bookmark button is pressed. - The display filters (dfilters file) and gui.filter_expressions preferences should be merged. - Many buttons on Qt4 + OS X + unifiedTitleAndToolBarOnMac makes the main window really wide. Add a qstring_strdup convenience routine. Add "disabled" display filter edit icons. Fix up whitespace and descriptions in a couple of places. svn path=/trunk/; revision=47522
2013-01-22GTK+:Gerald Combs7-26/+26
Get rid of user-hostile behavior. In the layout preferences pane 2 & 3 radio buttons overrode the user's selection if a duplicate item was selected. Now we assume that the user knows what he or she is doing and steal duplicate selections from the other panes. Qt: Match the new GTK+ behavior in the layout preferences. Add padding around the layout images. Add toolbar style preferences to the Appearance pane (instead of the layout pane). All: Remove the selection mode and scrollbar placement prefs and mark them obsolete as recently discussed on -dev. Adjust the layout images yet again after more Awful Monitor Testing. svn path=/trunk/; revision=47214
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs1-0/+10
svn path=/trunk/; revision=47190
2013-01-21Increase the background opacity.Gerald Combs6-0/+0
svn path=/trunk/; revision=47189
2013-01-19Replace more XPMs with PNGs.Gerald Combs13-320/+565
svn path=/trunk/; revision=47159
2012-12-27Add "+", "-", and "copy" images. Document their origins.Gerald Combs6-0/+10
svn path=/trunk/; revision=46807
2012-12-05Create 16x16 and 24x24 versions of the document icon with a contrastingGerald Combs4-122/+1
border. Add them as pixbufs to ui/gtk/toolbar_icons.h and use them to replace the file icon XPM in stock_icons.c. Add modelines. svn path=/trunk/; revision=46413
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs1-10/+11
including the GTK+ and Qt main toolbars. svn path=/trunk/; revision=46374
2012-10-16Remove svn:executable propertyBill Meier2-0/+0
svn path=/trunk/; revision=45593
2012-10-09Fix the layout of the "Export Dissected Packets" template and tweak aGerald Combs1-47/+45
few other layouts. svn path=/trunk/; revision=45434
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs1-1/+1
and provide instant feedback in the Win32 file dialog similar to the Qt code. Tango-ize some colors. Escape a backslash in QtShark.pro. svn path=/trunk/; revision=45430
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs1-3/+5
shared "file_add_extension" routine. We no longer support _MSC_VER < 1400 so get rid of some clutter. Add a gzip checkbox to the Win32 export packets dialog. Windows code hasn't yet been tested (and is likely broken). I'll fix it shortly. svn path=/trunk/; revision=45296
2012-10-02Adjust the size and location of the "Export Specified Packets" template.Gerald Combs1-27/+27
svn path=/trunk/; revision=45271
2012-09-24Add reordercap to this makefile too.Martin Mathieson1-1/+6
svn path=/trunk/; revision=45094
2012-09-24From Jim Young, bug 7745.Martin Mathieson1-0/+36
Add Makefile support for reordercap. svn path=/trunk/; revision=45090
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs1-37/+44
merge dialog if we cancel. Adjust the size and location of the controls in the Win32 open and merge file templates. svn path=/trunk/; revision=45014
2012-08-31Add Q&A icon for qtsharkAlexis La Goutte1-0/+1
svn path=/trunk/; revision=44713
2012-08-31Add icon for Q&A (Ask)Alexis La Goutte2-0/+194
The same (fav)icon of Ask Website svn path=/trunk/; revision=44712
2012-08-22Add larger sizes to try to make Windows 8 happy.Gerald Combs2-0/+0
svn path=/trunk/; revision=44618
2012-08-09Add green bullet to indicate success. Irene Rüngeler1-0/+0
svn path=/trunk/; revision=44378
2012-07-31Add icon to Help Menu (Help, Wiki, About)Alexis La Goutte1-5/+9
(Not found a Home icon for Website in Qt framework...) Add also F1 shortcut for contents and access key svn path=/trunk/; revision=44166
2012-07-31Add an expert level indicator. Move a bunch of resources to image/.Gerald Combs18-0/+32
svn path=/trunk/; revision=44165
2012-07-21Remove the filename from the Win32 file dialog preview. It's alreadyGerald Combs1-24/+23
shown in two places and there's no reason to show it in a third. Use CommDlg_OpenSave_GetFilePath instead of CommDlg_OpenSave_GetSpec so that previews work properly for folders. svn path=/trunk/; revision=43877
2012-07-12Use win32_open_file in qtshark on Windows.Gerald Combs1-2/+0
svn path=/trunk/; revision=43677
2012-07-11MSDN says DIALOG resources are obsolete. Use DIALOGEXes instead. We aren'tGerald Combs1-12/+6
adding extra controls to the save dialog any more so remove its template. svn path=/trunk/; revision=43676
2012-07-10Change the button order in all places.Anders Broman1-2/+2
svn path=/trunk/; revision=43639
2012-07-09From Michael Mann:Anders Broman1-0/+1
GUI use external name resolver proliferation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 svn path=/trunk/; revision=43615
2012-05-23Shrink the height of the "Save As" dialog, now that it no longer hasGuy Harris1-1/+1
widgets to specify a range. svn path=/trunk/; revision=42813