summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2012-09-18If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it'sJeff Morriss2-6/+22
slightly faster than the old shell-script version on *NIX and it seems significantly faster on Windows. svn path=/trunk/; revision=44972
2012-09-18If we have PYTHON use make-tap-reg.py (like we do on Windows): it's slightlyJeff Morriss1-3/+8
faster than the old shell-script version (~150 msec instead of ~500 msec on my system). svn path=/trunk/; revision=44971
2012-09-18Add Gerald's recent qt text-import work to CMake build.Evan Huus1-0/+3
svn path=/trunk/; revision=44963
2012-09-18Make the help button do something.Gerald Combs2-0/+9
svn path=/trunk/; revision=44960
2012-09-18Adjust the Import Text dialog size policy, although it's still notGerald Combs1-33/+39
quite right. svn path=/trunk/; revision=44958
2012-09-17Restore set_last_open_dir. We need it on Windows.Gerald Combs2-0/+7
svn path=/trunk/; revision=44957
2012-09-17Add a text import dialog. Use libui.Gerald Combs12-56/+1127
svn path=/trunk/; revision=44956
2012-09-17callsinfo->stop_fd not set in all branches for UNISTIM.Anders Broman1-5/+7
svn path=/trunk/; revision=44940
2012-09-17Minor cleanup:Bill Meier1-28/+14
- remove unneeded gtk_table_resize() [in prep for using gtk_grid for GTK3]; - use g_hash_table)_full() to specify function to free 'value' - Fix some whitespace. svn path=/trunk/; revision=44933
2012-09-17Minor cleanup:Bill Meier1-57/+51
- simplify code related to use of GHashTables; - use consistent whitespace and formatting style. svn path=/trunk/; revision=44932
2012-09-16Cleanup:Bill Meier1-50/+38
- remove unneeded gtk_table_resize() [in prep for using GtkGrid for GTK3]; - simplify code relating to use of a GHashTable; - add comment about use of !! magic !! numeric constants; - do some additional whitespace cleanup. svn path=/trunk/; revision=44931
2012-09-16Trivial cleanup:Bill Meier1-120/+122
- Remove unneeded #includes; - Use consistent whitespace and formatting style. svn path=/trunk/; revision=44930
2012-09-16(trivial) fix a typoBill Meier1-1/+1
svn path=/trunk/; revision=44929
2012-09-15Trivial whitespace formatting cleanup;Bill Meier1-122/+128
svn path=/trunk/; revision=44919
2012-09-15Minor cleanup:Bill Meier1-48/+10
- Remove unneeded #includes; - Remove unused function [which uses deprecated gtk_table...()]; - Use consistent whitespace formatting style. svn path=/trunk/; revision=44918
2012-09-15Trivial cleanup;Bill Meier1-65/+67
Remove a few unneeded initializers; Fix a few typos in comments; Use consistent formatting style. svn path=/trunk/; revision=44917
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus2-0/+11
Add get_filter method to Wireshark's Lua interface (to correspond with the already-exposed set_filter method). svn path=/trunk/; revision=44916
2012-09-15Don't redefine WIRESHARK_UI_SRCAnders Broman1-5/+0
svn path=/trunk/; revision=44914
2012-09-15text_import_scanner_lex.h and text_import_scanner.c are now part ofGuy Harris2-7/+7
libui, not libgtkui. svn path=/trunk/; revision=44913
2012-09-15*Do* use DIRTY_GENERATED_C_FILES, as it's defined; sadly, flex doesn'tGuy Harris1-2/+4
generate warning-free files. svn path=/trunk/; revision=44911
2012-09-15DIRTY_GENERATED_C_FILES is empty, and isn't used by ui/gtk/Makefile.am,Guy Harris2-6/+2
so get rid of it, and stop using it in ui/gtk/Makefile.make; we don't want to encourage people to create source files that get warnings. svn path=/trunk/; revision=44910
2012-09-15Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want toGuy Harris1-4/+1
encourage people to create source files that get warnings. svn path=/trunk/; revision=44909
2012-09-14libgtkui_dirty → libui_dirty.Gerald Combs2-8/+8
svn path=/trunk/; revision=44907
2012-09-14More fixes for the text import move.Gerald Combs4-11/+11
svn path=/trunk/; revision=44906
2012-09-14Deletions from the last commit didn't make it for some reason.Gerald Combs4-1215/+0
svn path=/trunk/; revision=44905
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs10-30/+1283
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-14Use consistent indentation and formatting style;Bill Meier1-132/+134
Fix a few typos; Fix long line. svn path=/trunk/; revision=44902
2012-09-14Use consistent indentation and formatting.Bill Meier1-274/+343
svn path=/trunk/; revision=44889
2012-09-12Also disable the resize grip on the profile bar (as it is on the info andJeff Morriss1-0/+3
packets bars; this is for GTK < 3.0). This fixes the problem I had that the profile bar normally took up way too much (horizontal) room when I start Wireshark (causing the contents of the much more interesting packets bar to be truncated). svn path=/trunk/; revision=44885
2012-09-10Use the native merge dialog on Windows. This may break non-Windows builds.Gerald Combs2-26/+51
svn path=/trunk/; revision=44864
2012-09-10Show our packets after we've loaded a file.Gerald Combs1-1/+1
svn path=/trunk/; revision=44863
2012-09-10Fix breakage from r44859.Gerald Combs1-16/+16
svn path=/trunk/; revision=44862
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs3-242/+238
behave the same on each platform. This might break the non-Windows builds. I'll test & fix any problems shortly. svn path=/trunk/; revision=44859
2012-09-10update the expert info entries after a packet comment was modifiedMartin Kaiser3-0/+9
the packet comment window can be opened from the expert infos by clicking on a comment, when a comment is modified in this way, we have to cf_retap_packets() to update the expert infos window https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7690 svn path=/trunk/; revision=44852
2012-09-10From Rick Krull:Anders Broman1-0/+1
One can't resize the columns on several "tree views". The one that I ran into was "Decode As: Show". I added "set_resizable" to make it resizable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7706 svn path=/trunk/; revision=44828
2012-09-07I presume the mergeType method is supposed to be provided regardless ofGuy Harris1-9/+9
whether this is Windows or not. svn path=/trunk/; revision=44799
2012-09-06Fix compilation on Windows.Gerald Combs2-146/+122
svn path=/trunk/; revision=44798
2012-09-06Implement File→Merge. Gerald Combs4-153/+481
The GTK+ and native Win32 versions are slightly different. The GTK+ version lets you select an output file type and the Win32 version uses the existing capture filetype. We do the latter for now. Start documenting significant UI changes in README.qt. This might be better handled on the wiki. svn path=/trunk/; revision=44797
2012-09-06Don't use a variable after we've freed it.Gerald Combs1-1/+2
svn path=/trunk/; revision=44796
2012-09-05The Qt documentation is mysteriously silent about where qmake can findGerald Combs1-4/+4
Qt DLLs on Windows. %QTDIR%? $$QMAKE_LIBDIR_QT? "qmkake -query" says $$[QT_INSTALL_BINS] so we'll try that. svn path=/trunk/; revision=44780
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus5-5/+10
http://www.wireshark.org/lists/wireshark-dev/201209/msg00030.html svn path=/trunk/; revision=44774
2012-09-04Add modelines for Qtshark fileAlexis La Goutte51-0/+662
svn path=/trunk/; revision=44766
2012-09-04- Replace packet_list_recreate_visible_rows -> ↵Jörg Mayer22-250/+250
packet_list_recreate_visible_rows_list - Replace new_packet_list_ -> packet_list_ svn path=/trunk/; revision=44765
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer18-21/+21
svn path=/trunk/; revision=44764
2012-09-03LIBGCRYPT_CFLAGS and LIBGNUTLS_CFLAGS don't seem to be necessary here.Jeff Morriss1-1/+1
svn path=/trunk/; revision=44759
2012-09-03add a vertical scrollbar to the text input windows for capture commentMartin Kaiser1-4/+18
and packet comment scrollbar is shown only when the text does not fit into the window this fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7677 svn path=/trunk/; revision=44754
2012-09-03When inserting row there's no need to call packet_list_get_iter.Jakub Zawadzki1-23/+13
Also, don't set iter.user_data[23] in packet_list_get_iter(). We don't use them in packet_list_store. svn path=/trunk/; revision=44752
2012-09-03new_packet_list: cleanup show_cell_data_funcJakub Zawadzki1-25/+25
- remove one level of indent (first if not really requied) - when fdata->color_filter don't copy fg_color, bg_color to temporary color_t structures, color_t_to_gdkcolor() don't modify them. svn path=/trunk/; revision=44751
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki4-14/+14
svn path=/trunk/; revision=44750
2012-09-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7688 :Pascal Quantin1-5/+5
Fix right-click filters of procedures in the SCSI SRT statistics for SBC (broken by r43993) svn path=/trunk/; revision=44746