aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-02-17Another Laura bug: Don't reset the file load time in the status bar whengerald1-3/+2
2010-02-17gtk_option_menu() --> gtk_combo_box();wmeier1-42/+19
2010-02-17#if 0 some unused code; Fix some indenttion.wmeier1-34/+37
2010-02-17Fix a very minor memory leak.wmeier1-0/+1
2010-02-16Don't try to fetch columns that don't exist.gerald1-19/+25
2010-02-16Pack widgets into boxes better to make window stretch properly.martinm1-24/+23
2010-02-15Enable/disable filtering controls depending on channel selection.martinm1-7/+32
2010-02-14Try to restore ue/channel selections during/after retapping.martinm1-5/+54
2010-02-09Read the packet into private areas (private pseudo-header and packetguy1-4/+6
2010-02-04Add commo-channel stats.martinm1-11/+81
2010-02-04Add UEId to MAC tap struct and stats window.martinm1-3/+7
2010-02-04Fix a typo....wmeier1-1/+1
2010-02-04Fix a crash which occurs if a progress bar is displayed while generating a he...wmeier1-3/+21
2010-02-01Fix some gcc -Wshadow warnings.wmeier4-147/+147
2010-02-01Try to get the status bar to update the "Displayed:" field when if and when a...etxrab1-1/+5
2010-02-01Completely gnore common channel PDUs for now (instead of crashing or adding b...martinm1-1/+8
2010-02-01- Back out the change to restore the selection after freeze/thaw.etxrab1-17/+4
2010-02-01Issue a row_inserted signal if the model is connectedetxrab1-6/+9
2010-01-29Fix various gcc -Wshadow warnings.wmeier8-95/+91
2010-01-29Fix various gcc -Wshadow warnings.wmeier20-155/+155
2010-01-29Fix various gcc -Wshadow warnings.wmeier13-92/+88
2010-01-29Add a check-box to allow filtering of only status PDUs (AM only)martinm1-13/+41
2010-01-29Fix some gcc -Wshadow warnings;wmeier1-179/+180
2010-01-27Disable ignored counts when 0.stig1-2/+2
2010-01-27Added "Remove Ignored packets" to the win32 dialogs.stig2-16/+107
2010-01-26Cleanup the escape/unescape underscore in Packet List column headers.stig3-23/+19
2010-01-26Move underscore escaping/unscaping function to strutil.c;dimeg3-0/+3
2010-01-26Introduce "Remove Ignored packets" in Packet Range frames, which is used instig1-18/+139
2010-01-25From Jakub Zawadzki:etxrab1-17/+15
2010-01-25Handle underscore escaping/unescaping for old packet list; Simplifydimeg1-2/+8
2010-01-25Add a field to allow easy filtering of one SN of interest.martinm1-21/+94
2010-01-25Change the prefix of the underscore escaping/unescapingdimeg2-5/+5
2010-01-24Handle underscore escaping/unescaping of the column titlesdimeg2-35/+13
2010-01-24When a custom column is added, escape the underscores in the name ofdimeg1-1/+33
2010-01-22Show NACKs in the UE tablemartinm1-11/+21
2010-01-22Fix some counters.martinm1-4/+8
2010-01-22Fix some labels, and maintain overall frame countmartinm1-3/+9
2010-01-22Add a simple help page for LTE RLC stats.martinm3-3/+6
2010-01-20Fix a test, and make some more functions static.martinm1-4/+4
2010-01-20Added rlc_lte_stat_dlg.c.stig1-0/+1
2010-01-20Add initial version of LTE RLC stats dialog.martinm2-0/+1046
2010-01-20From Jim Young:etxrab2-0/+10
2010-01-19Use more unique names for certain enum constants.wmeier2-4/+4
2010-01-19From Jakub Zawadzki: get rid of redundant BYTE_VIEW_WIDTH andguy1-7/+3
2010-01-19From Jakub Zawadzki: fix the return type of hex_view_get_byte().guy1-1/+1
2010-01-15From Didier Gautheron:etxrab1-18/+37
2010-01-13Improved the Interface Options dialog:stig1-20/+25
2010-01-13Display the capture filter in the main window title when capturing.stig1-20/+20
2010-01-11Use get_column_custom_field() to get unknown custom column field.stig2-2/+2
2010-01-11Fixed the tooltip for unknown custom column field.stig2-6/+10