aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-05Try to fix prefs_dlg.c:1814: warning: 'abbrev' may be used uninitialized in ↵Anders Broman1-5/+2
this function. svn path=/trunk/; revision=45919
2012-11-05From Michal Labedzki:Anders Broman1-8/+40
Add Preferences submenu to packet list menu Preferences point to protocol which is on top expect "malformed", "text" and "expert" fields. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7754 svn path=/trunk/; revision=45914
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=44750
2012-08-08Have (almost) all preferences use the generic preferences API (per ↵Michael Mann1-16/+0
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7402). This cleaned up a lot of hardcoded code and allows breaking up the prefs structure (or at least prevent it from growing too large) if desired. Bugfixed problems mentioned in http://www.wireshark.org/lists/wireshark-dev/201208/msg00001.html Column preferences now support default '#' character svn path=/trunk/; revision=44348
2012-08-08Base framework to allow all preferences to be part of generic preferences ↵Michael Mann1-0/+63
API. Implementation will follow, but I wanted the framework in place first. svn path=/trunk/; revision=44331
2012-08-03Fix a typo.Jeff Morriss1-1/+1
svn path=/trunk/; revision=44251
2012-08-03(Attempt to) avoid using capture_page uninitialized when we don't HAVE_LIBPCAP.Jeff Morriss1-3/+6
svn path=/trunk/; revision=44250
2012-08-03Make the columns of the capture options dialog selectable. Changes are ↵Irene Rüngeler1-4/+9
stored in the preferences file. The ordering can be changed by dragging the column. The order is not stored. svn path=/trunk/; revision=44239
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-3/+3
svn path=/trunk/; revision=43874
2012-07-07Only one place is needed for creating preference panes; this clears upGuy Harris1-93/+43
some warnings from GTK+. For interior nodes in the preference module tree, we create a page even if the module itself has no preferences, so there's *something* we can show if the user clicks on it. (Showing the top-level protocols page is a bit weird, and requires us to keep track of it.) svn path=/trunk/; revision=43596
2012-07-07Uniformly use two-space indents (most of the file uses it).Guy Harris1-31/+31
svn path=/trunk/; revision=43593
2012-07-06From Michael Mann:Anders Broman1-21/+0
Generic preferences implementation - Printing and Name Resolution. svn path=/trunk/; revision=43579
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-25Get rid of a couple of unused variables and parameters.Jeff Morriss1-3/+2
svn path=/trunk/; revision=43486
2012-06-25From Michael Mann:Anders Broman1-66/+89
generic preferences implementation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7402 svn path=/trunk/; revision=43484
2012-06-19Revert:Anders Broman1-1/+1
airpcap_tb -> wireless_tb Second try. svn path=/trunk/; revision=43364
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-1/+57
File name preferences are basically just string preferences except that the GUI will present a "Browse" button that allows the user to go and find the file s/he wants (rather than having to blindly type in the full path). svn path=/trunk/; revision=43228
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ ↵Anders Broman1-5/+5
equivalent svn path=/trunk/; revision=43009
2012-04-23Use GtkFontChooser if GTK >= 3.2Anders Broman1-2/+4
svn path=/trunk/; revision=42205
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1834
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518