aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-12-03Move stats_tree_stat.c back to clean files.Jörg Mayer1-2/+1
svn path=/trunk/; revision=53745
2013-12-02stats_tree_stat.c currently procudes warnings - move to dirtyJörg Mayer1-1/+6
svn path=/trunk/; revision=53724
2013-11-21GTK3 >= 3.10 will fail building if deprecation warnings are on.Jörg Mayer1-1/+4
Fix this for the cmake build by disabling these warnings. svn path=/trunk/; revision=53459
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of ↵Michael Mann1-2/+0
the GUI. Bug 9450 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9450) The basic idea behind this design is to have dissectors register with a "decode as list" with their name and dissector table. When "Decode As" dialog is launched, any "registered" dissector found in the packet will cause a tab to be created in the dialog. This patch includes just the dissector portion of the functionality (minus packet-dcerpc.[ch] because it has hooks to the current GUI) svn path=/trunk/; revision=53445
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler1-1/+0
svn path=/trunk/; revision=52945
2013-10-24Revert previous commit of Irene, which doesn't work (yet).Michael Tüxen1-0/+1
svn path=/trunk/; revision=52814
2013-10-24Move sctp_stat to ui to make it independent from gtk.Irene Rüngeler1-1/+0
svn path=/trunk/; revision=52812
2013-10-13Add CMake properties to targets so that they are logically organised when ↵Graham Bloice1-0/+2
using a Visual Studio solution. Add CMake properties to group the source files in epan into logical blocks when using a Visual Studio solution. svn path=/trunk/; revision=52580
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-0/+1
svn path=/trunk/; revision=52078
2013-07-28Looks like cfilter_combo_utils.c got removed.Jörg Mayer1-1/+0
svn path=/trunk/; revision=50978
2013-05-05Make compiling export_pdu_dlg.c actually work:Jörg Mayer1-0/+1
- Fix some warnings about unused variables - Add to Cmake build svn path=/trunk/; revision=49180
2013-04-25Add GTK3_DEFINITIONS to the compiler flag when building with gtk3Jörg Mayer1-1/+3
svn path=/trunk/; revision=49038
2013-01-03Move the font preferences to the colors pane and change its name toGerald Combs1-1/+1
"Font and Colors". Use a GtkFontButton to select the font and update the sample text accordingly. Instead of attempting to resize the sample color text (which didn't appear to work) scroll to the text that matches the current combo box selection. svn path=/trunk/; revision=46909
2012-11-30Add addr_resolution_dlg.cJeff Morriss1-0/+1
svn path=/trunk/; revision=46308
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-1/+1
Implement DICOM, HTTP, and SMB object exports. Rename the GTK+ export files. C++-ize epan/tap.h. Fix an apparent memory leak in eo_save_all_clicked_cb. The Qt dialog has an indeterminate progress bar. I tried adding something similar to the GTK+ dialog but event processing led down a rabbit hole. svn path=/trunk/; revision=45647
2012-10-16Move the DICOM, HTTP, and SMB object export code to the ui directory.Gerald Combs1-3/+0
svn path=/trunk/; revision=45606
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs1-6/+0
Move the GTK+ text import code to the common UI directory. Create wtap_encap_requires_phdr() from code in file_import_dlg.c. svn path=/trunk/; revision=44904
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
svn path=/trunk/; revision=44764
2012-08-23Remove commented out rulesJörg Mayer1-6/+0
Whitespace fixes svn path=/trunk/; revision=44629
2012-08-14Comment out -DGDK_DISABLE_DEPRECATED to match configure.in.Gerald Combs1-1/+1
svn path=/trunk/; revision=44480
2012-08-01Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave theGerald Combs1-1/+0
GTK+-specific parts behind in capture_dlg.c. svn path=/trunk/; revision=44196
2012-07-15Fix bug #6690: Wireshark quite slow displaying frames with many detail pane ↵Jakub Zawadzki1-0/+1
nodes and large byteviews Add custom widget to render hexdump or bitsdump. svn path=/trunk/; revision=43728
2012-07-10From Martin Kaiser:Anders Broman1-0/+1
Add rlc_lte_graph.c svn path=/trunk/; revision=43640
2012-07-06From Michael Mann:Anders Broman1-2/+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-28Move the stuff to manage the global interface list and to updateGuy Harris1-0/+1
displays of that list into a separate iface_lists.c file. svn path=/trunk/; revision=43523
2012-06-28From Pontus Fuchs:Guy Harris1-0/+1
Add an interface monitor that, on Linux distributions with libnl, watches for interfaces to appear or disappear and, on such an event, causes windows showing interface lists to update. svn path=/trunk/; revision=43521
2012-06-25From Michael Mann:Anders Broman1-2/+0
generic preferences implementation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7402 svn path=/trunk/; revision=43484
2012-06-20Copy over Makefile.common changes to CMakeListsJörg Mayer1-0/+1
svn path=/trunk/; revision=43416
2012-06-19Get rid of the remnats of NEW_MENU_CODE.Anders Broman1-2/+0
It's probably not a good idea to read the menu bar code from file as it causes problems with permissions when Wireshark is run fom build dir. svn path=/trunk/; revision=43367
2012-06-16Reflect the move of main_proto_draw.c to packet_panes.c.Guy Harris1-1/+1
svn path=/trunk/; revision=43296
2012-06-10Missing proto_tree_model.c in CMakeLists (r43189 for cmake)Jakub Zawadzki1-0/+1
svn path=/trunk/; revision=43190
2012-06-03Move routines that handle the main window title bar out ofGuy Harris1-0/+1
ui/gtk/gui_utils.c into ui/gtk/main_titlebar.c, and the declaration of one of them out of ui/ui_util.h into ui/gtk/main_titlebar.h, and rename them to clarify that they work on the window name and titlebar. svn path=/trunk/; revision=43041
2012-05-04Add proto_hier_tree_model.c to CMakeListsJakub Zawadzki1-0/+1
svn path=/trunk/; revision=42419
2012-02-12Add the edit packet comment menu entry and the empty filesAnders Broman1-0/+1
to actually handel the menu to edit the comments. svn path=/trunk/; revision=40980
2012-02-02Prepare the cmake infrastucture for eventually buildingJörg Mayer1-2/+2
wireshark and qtshark simultanously. The "only" missing thing for this is now ui/qt/CMakeLists.txt ;) svn path=/trunk/; revision=40799
2012-01-18Reflect the move of recent.c from ui/gtk to the top-level directory.Guy Harris1-1/+0
svn path=/trunk/; revision=40565
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+287
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518