aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-01-25Qt 4.8 compatibility fixesPeter Wu11-22/+35
2018-01-25Qt: Adjust the about box layout.Gerald Combs1-7/+53
2018-01-24byte_view_text (qt): Fix Dead Store (Dead assignement/Dead increment) Warning...Alexis La Goutte1-1/+1
2018-01-24ui: don't g_assert() in get_args_as_string(), but return empty string for no ...Jakub Zawadzki1-3/+6
2018-01-22gtk: fix memory leak in profile dialog.Jakub Zawadzki1-0/+1
2018-01-22gtk: Fix memory error/double free.Jakub Zawadzki1-2/+1
2018-01-22traffic table: Fix memory leakJakub Zawadzki1-0/+1
2018-01-22gtk: Fix memory leak.Jakub Zawadzki1-0/+1
2018-01-22gtk: fix multiple memory leaks in prefs_captureJakub Zawadzki1-26/+16
2018-01-22tap-httpstat: cast memory instead of reallocate it in glib hash table.Dario Lombardo1-14/+11
2018-01-21Qt: Translate files in subdirectories.Gerald Combs7-138/+3912
2018-01-21Qt: Proto tree fixesGerald Combs2-6/+5
2018-01-21Qt: Implement ProtoTreeModel::flags.Gerald Combs2-0/+10
2018-01-21Qt: Create byte views at the proper zoom level.Gerald Combs3-3/+12
2018-01-21Qt: Initialize a struct (found by Coverity)Gerald Combs1-0/+1
2018-01-21[Automatic update for 2018-01-21]Gerald Combs6-58/+663
2018-01-19Qt: Force integer font metrics in the byte view.Gerald Combs1-12/+15
2018-01-19Qt: add sanity check in InterfaceTreeCacheModel (found by clang).Dario Lombardo1-3/+1
2018-01-19Qt: remove leak from PathChooserDelegate (found by clang).Dario Lombardo1-2/+3
2018-01-19tap-sctp: change if to switch for a default case (found by clang).Dario Lombardo1-8/+22
2018-01-19tap-wspstat: cast memory instead of allocate.Dario Lombardo1-7/+5
2018-01-18Qt: Fixup a cast.Gerald Combs1-1/+1
2018-01-18Qt: return if cf_read_record() fails in PacketDialog (found by clang).Dario Lombardo1-1/+4
2018-01-18Make apply_profile_changes() return a non-const pointer.Guy Harris4-8/+9
2018-01-18Don't cast away constness.Guy Harris1-1/+1
2018-01-18Qt: Fix bits highlighting in the byte view.Gerald Combs1-4/+5
2018-01-18Qt: I/O graph fixes.Gerald Combs4-40/+45
2018-01-17Qt: ByteViewText hover fixes & updates.Gerald Combs4-29/+77
2018-01-16Qt: add more sanity checks in utils (found by clang).Dario Lombardo1-1/+1
2018-01-16Qt: Fix proto tree links and related frames.Gerald Combs5-40/+62
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-1/+1
2018-01-16ui: check g_malloc return (found by clang scan).Dario Lombardo1-0/+3
2018-01-16[VoIP calls] Make ISUP over M3UA work.AndersBroman1-1/+17
2018-01-16ProtoTree behavior fixes.Gerald Combs2-38/+40
2018-01-15Qt: add assert to avoid null dereference (CID: 1427426).Dario Lombardo1-0/+2
2018-01-15Qt: rename index to tab_index to pacify checkAPI.Dario Lombardo1-4/+4
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo16-29/+29
2018-01-15Bugfix VoipCallsDialog tap handlingMichael Mann4-7/+10
2018-01-15Qt: Expand subtrees when a packet is selected.Gerald Combs2-3/+27
2018-01-14InterfaceFrame: don't use pointers for modelsMichael Mann4-56/+86
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris3-0/+41
2018-01-14firewall_rules: rewrite all the defines (CID: 1158734).Dario Lombardo1-36/+37
2018-01-14Qt: Reword text shown when no interfaces displayedStig Bjørlykke1-1/+1
2018-01-14[Automatic update for 2018-01-14]Gerald Combs7-396/+114
2018-01-13Qt: Use the text "Initializing external capture plugins"Stig Bjørlykke1-1/+1
2018-01-13Qt: Don't use the term "extcap" interfaces in UIStig Bjørlykke2-2/+2
2018-01-12Qt: fix compilation without pcap.Dario Lombardo1-0/+2
2018-01-12Qt: Add some translation hints.Gerald Combs2-11/+11
2018-01-12Qt: add info for extcap disabled in main window.Roland Knall4-7/+23
2018-01-12Qt: Add InfoProxyModelRoland Knall4-0/+169