aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05From Sake Blok and Michael Mann:Anders Broman1-7/+8
Change "File -> Save As" to only save the displayed frames by default. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6192 svn path=/trunk/; revision=39264
2011-07-29Remove remaining direct access to GTK structs in Windows.Anders Broman1-5/+5
svn path=/trunk/; revision=38251
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-42/+0
svn path=/trunk/; revision=37973
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard1-1/+1
svn path=/trunk/; revision=37839
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when ↵Chris Maynard1-1/+1
saving or printing packets apply to only displayed packets and not all packets. svn path=/trunk/; revision=37833
2011-06-13Handle deprecated GtkTooltips.Anders Broman1-3/+3
svn path=/trunk/; revision=37661
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-16/+0
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) svn path=/trunk/; revision=36161
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingStephen Fisher1-0/+22
deprecated GtkToolTips with new functions. svn path=/trunk/; revision=35966
2011-02-12Traditional GtkTooltips deprecated at GTK+ 2.14 (and removed in 3.0), soStephen Fisher1-0/+10
use the new functions when available. svn path=/trunk/; revision=35926
2010-11-26Fix the rest of the include paths after the move of native win32 code to ↵Stephen Fisher1-1/+1
win32 and out of the gtk directory in r35032 svn path=/trunk/; revision=35034
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & ↵Bill Meier1-11/+11
indentation. svn path=/trunk/; revision=34487
2010-05-12Don't set the sensitivity of the Open button based on whether we canGuy Harris1-0/+23
open the currently-selected file; that button is also used to select the file or directory typed in the location bar. This should fix bug 1791. svn path=/trunk/; revision=32774
2010-03-22Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.Bill Meier1-1/+1
svn path=/trunk/; revision=32264
2010-03-21Rework code so File ! Merge file_type selection works and to remove use of ↵Bill Meier1-34/+51
global 'filetype'. svn path=/trunk/; revision=32262
2010-03-20Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.Bill Meier1-1/+1
ToDo: Fix Filetype handling for File ! Merge so it works again; (These issues were inroduced in SVN #31950). svn path=/trunk/; revision=32251
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-50/+39
svn path=/trunk/; revision=31950
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
svn path=/trunk/; revision=31730
2009-12-14From Valerio Messina:Jaap Keuter1-2/+2
As now, when Wireshark save capture files, it show "Loading" in status bar and in the dialog box, warning many users of lost them packets. Saving work as expected. Is simply a GUI use interaction problem. svn path=/trunk/; revision=31269
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=30918
2009-10-27Removed an unneeded cast.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30728
2009-09-28Move cfselect_cb to avoid variable shadowing.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30181
2009-07-02Get it compiling with -DNEW_PACKET_LIST on Mac OS X.Michael Tüxen1-1/+1
svn path=/trunk/; revision=28929
2009-07-01Added NEW_PACKET_LIST guard for new_packet_list.hStig Bjørlykke1-0/+2
svn path=/trunk/; revision=28904
2009-07-01Make it possible to configure use of NEW_PACKET_LIST and fixAnders Broman1-0/+1
one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h svn path=/trunk/; revision=28903
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+11
To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling. To do this with gcc, set the environment variable CPPFLAGS to "-DNEW_PACKET_LIST" and re-run configure. Many features do not yet work. This work began with prototypes by Ulf quite a while back. I've put quite a bit of work into this so far and as discussed with a few of the core team members at Sharkfest09 and it was decided that it would be best to commit what I have so far to allow others to help work on this. svn path=/trunk/; revision=28892
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-1/+1
context menus. Note why we have an empty hex dump pane context menu. svn path=/trunk/; revision=28794
2009-06-10*nix color_filters import/export: fix minor bug: failure to close dialog if ↵Bill Meier1-6/+2
a file open error. svn path=/trunk/; revision=28685
2009-06-02Fix some small memory leaks.Bill Meier1-8/+11
svn path=/trunk/; revision=28613
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-2/+2
up (99 44/100% of which were assignments of double-precision floating-point constants to floats). Hopefully this will catch at least some P64 issues on UN*X. svn path=/trunk/; revision=28108
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-1/+1
Use non-formatting functions when appropriate. svn path=/trunk/; revision=27709
2009-01-04Minor rewording of a few comments; fix a few typos.Bill Meier1-1/+1
svn path=/trunk/; revision=27151
2008-12-24Check for preview timeout only every 1000 framesBill Meier1-1/+1
svn path=/trunk/; revision=27110
2008-10-19Add filter autocomplete for filter in file->open and file->merge windows.Stig Bjørlykke1-0/+7
svn path=/trunk/; revision=26493
2008-10-11Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke1-0/+2
widget, so we don't get wrong foreground color when using a dark theme. svn path=/trunk/; revision=26414
2008-08-06Merge files chronologically by default which:Jeff Morriss1-2/+0
- makes (much) more sense to me - makes the GUI's default behavior the same as mergecap's For whatever reason the default behavior was to append the new file /if transport resolution was enabled/ (not sure what those two things have to do with each other). svn path=/trunk/; revision=25947
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or ↵Bill Meier1-8/+8
equivalent API gtk_container_border_width() ==> gtk_container_set_border_width() gtk_container_children() ==> gtk_container_get_children() gtk_entry_new_with_max_length() ==> gtk_entry_new(); gtk_entry_set_max_length() gtk_menu_append() ==> gtk_menu_shell_append() gtk_menu_prepend() ==> gtk_menu_shell_prepend() gtk_notebook_set_page() ==> gtk_notebook_set_current_page() gtk_paned_gutter_size() ==> gtk_paned_set_gutter_size() gtk_radio_button_group() ==> gtk_radio_button_get_group() gtk_signal_connect() ==> g_signal_connect() gtk_signal_disconnect() ==> g_signal_handler_disconnect() gtk_signal_emit_by_name() ==> g_signal_emit_by_name() gtk_signal_handler_block_by_data() ==> g_signal_handlers_block_matched() gtk_signal_handler_block_by_func() ==> g_signal_handlers_block_by_func() gtk_signal_handler_unblock_by_data() ==> g_signal-handlers_unblock_matched() gtk_signal_handler_unblock_by_func() ==> g_signal-handlers_unblock_by_func() gtk_spin_button_get_value_as_float() ==> gtk_spin_button_get_value() gtk_toggle_button_set_state() ==> gtk_toggle_button_set_active() svn path=/trunk/; revision=25634
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-214/+10
svn path=/trunk/; revision=25182
2008-04-15don't mark a used parameter as unusedUlf Lamping1-1/+1
svn path=/trunk/; revision=25054
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-1/+1
svn path=/trunk/; revision=24972
2008-04-13sort #includes by directoriesUlf Lamping1-28/+30
svn path=/trunk/; revision=24967
2008-04-12rename menu -> main_menuUlf Lamping1-1/+1
remove old (and unused and confusing) ../menu.h svn path=/trunk/; revision=24947
2008-04-12move drag_and_drop declarations into it's own fileUlf Lamping1-0/+1
svn path=/trunk/; revision=24927
2008-04-12Include "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.Guy Harris1-0/+1
svn path=/trunk/; revision=24924
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-10/+12
all GTK1 compatibility code was removed, so this file can simply be dropped svn path=/trunk/; revision=24923
2008-04-11Wrap the callback function pointer for g_signal_connect() inGuy Harris1-28/+47
G_CALLBACK(), to suppress compiler warnings (that's what the old SIGNAL_CONNECT macro did). svn path=/trunk/; revision=24915
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-29/+29
This requires some casts to be added and I just don't want to add casts at all possible places. So I compile and only add casts where the (MSVC) compiler has a hard time. Unfortunately this won't find any problems in Linux/Unix only code - I'll keep an eye on the buildbot and try to fix things as I'm going on ... svn path=/trunk/; revision=24912
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-3/+3
svn path=/trunk/; revision=24910
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with ↵Ulf Lamping1-3/+4
gtk_radio_button_new_with_mnemonic_from_widget svn path=/trunk/; revision=24908
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-3/+3
svn path=/trunk/; revision=24905