aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-09-05Remove an obsolete gui_time_format setting.Stig Bjørlykke1-1/+0
2009-09-05Don't copy constant column strings. This reduces memory foot print because CO...Kovarththanan Rajaratnam1-1/+20
2009-09-05Move reloading pane geometry to a point where we have the correctStig Bjørlykke1-1/+3
2009-09-05Dissect-on-the-fly when we have columns that are empty, i.e. columns containi...Kovarththanan Rajaratnam2-15/+63
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...Kovarththanan Rajaratnam3-43/+55
2009-09-05Inline cache_columns()Kovarththanan Rajaratnam1-21/+19
2009-09-05Remove dead code. We dont construct columns while reading the file. We do tha...Kovarththanan Rajaratnam1-32/+11
2009-09-05Fetch old column width values if we have not initialized the packet list,Stig Bjørlykke1-2/+7
2009-09-05Restore original condition in packet_list_iter_n_children()Kovarththanan Rajaratnam1-2/+1
2009-09-05Apply user font when changing profile with new packet list.Stig Bjørlykke1-1/+1
2009-09-05Get rid of row_data_tKovarththanan Rajaratnam3-12/+4
2009-09-05Make sure that we can resort with an active display filterKovarththanan Rajaratnam2-5/+11
2009-09-05Sort out some of the confusion r29706 introduced (visible vs. physical rows)....Kovarththanan Rajaratnam1-12/+33
2009-09-05Bail out gracefully on colums we cant sort on yet instead of crashingKovarththanan Rajaratnam1-0/+5
2009-09-05Make it build without warnings.Stig Bjørlykke1-2/+2
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam3-115/+186
2009-09-04Rename new_packet_list_reset_dissected to packet_list_reset_dissectedKovarththanan Rajaratnam3-25/+25
2009-09-04Cleanup whitespaces.Michael Tüxen1-10/+10
2009-09-04Fix handling of multiple duplicate TSNs.Michael Tüxen1-4/+2
2009-09-04Fix compilation.Michael Tüxen1-4/+4
2009-09-04From Irene Ruengeler: Show duplicate TSNs in SACKs.Michael Tüxen1-8/+43
2009-09-03Only store the last column as G_TYPE_POINTER. Hopefully this will soon make u...Kovarththanan Rajaratnam2-9/+13
2009-09-03Add packet_list_visible_record() to avoid poking PacketListRecord in new_pack...Kovarththanan Rajaratnam3-13/+21
2009-09-03Allocate and use an extra column at the end of the column list to indicate th...Kovarththanan Rajaratnam3-10/+13
2009-09-03Make sure that we stop auto scroll if we start scrolling manually. Kovarththanan Rajaratnam1-1/+22
2009-09-03Read column widths from recent file also for new packet list.Stig Bjørlykke1-4/+0
2009-09-03Adjusted int/uint check and fixed a comment in right justify check.Stig Bjørlykke1-3/+2
2009-09-03Right justify "Packet length", "Cumulative bytes" and custom columnsStig Bjørlykke1-1/+36
2009-09-03Right align COL_NUMBER.Anders Broman1-5/+10
2009-09-03Don't set the minimum column width to the computed or stored value,Anders Broman1-1/+9
2009-09-02Also deactivate and activate menu for recent.gui_time_precision.Stig Bjørlykke1-16/+5
2009-09-02Make sure that we deactivate before activating in menu_recent_read_finished()...Kovarththanan Rajaratnam1-15/+5
2009-09-02Only try and select the last row if not already selected. This fix doesn't se...Kovarththanan Rajaratnam1-8/+12
2009-09-02Mark unused parameter as such.Michael Tüxen1-1/+1
2009-09-02Use new_packet_list_colorize_packets() where cf_colorize_packets();Anders Broman2-4/+19
2009-09-02Trying to fix:Anders Broman1-0/+2
2009-09-02Adding new color rules should work now.Anders Broman1-0/+4
2009-09-02Adding new color rules should work now.Anders Broman4-1/+19
2009-09-02Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ ...Kovarththanan Rajaratnam1-0/+32
2009-09-02Make sure that we select the last row if autoscroll is enabled. The scrolling...Kovarththanan Rajaratnam1-0/+1
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.Martin Mathieson1-2/+8
2009-09-02Prepare abillity to add color filters with new packet list.Anders Broman3-13/+18
2009-09-02 Didier Gautheron:Anders Broman2-67/+120
2009-09-01In new_packet_list_append() all we need is in fdata.Anders Broman1-90/+3
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam1-1/+1
2009-09-01From Richard Brodie via. Bug 3913:Kovarththanan Rajaratnam1-1/+1
2009-09-01We no longer store the column text in our record, so don't ever dereference t...Kovarththanan Rajaratnam2-61/+62
2009-09-01Plug memleak in new_packet_list_store_clear(). Make sure that we free the poi...Kovarththanan Rajaratnam1-29/+29
2009-09-01Out with debug output...Michael Tüxen1-1/+0
2009-09-01From Irene Ruengeler: Get rid of legacy gtk code...Michael Tüxen3-303/+436