aboutsummaryrefslogtreecommitdiffstats
path: root/image/file_dlg_win32.rc
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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
2012-05-23No packet range stuff for the "Save As" dialog.Guy Harris1-0/+6
svn path=/trunk/; revision=42799
2012-01-16Another change for the move of the top-level win32 directory into the uiGuy Harris1-1/+1
directory. svn path=/trunk/; revision=40535
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring ↵Sake Blok1-0/+7
info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server. (See also: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444) svn path=/trunk/; revision=37446
2010-11-26Fix the Windows buildbot after r35032Stephen Fisher1-1/+1
svn path=/trunk/; revision=35033
2010-01-27Added "Remove Ignored packets" to the win32 dialogs.Stig Bjørlykke1-42/+48
svn path=/trunk/; revision=31695
2008-04-13fixes related to file_dlg_win32.rcUlf Lamping1-0/+134
svn path=/trunk/; revision=24976