aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-02-02ui: use SPDX identifiers.Dario Lombardo79-1110/+79
2018-02-02Qt: Add a missing HAVE_LUA guardStig Bjørlykke1-0/+2
2018-02-02Qt: add initializers in PacketDialog() (CID: 1427679).Dario Lombardo1-0/+8
2018-02-02Qt: Always update splash screen on action changeStig Bjørlykke1-4/+7
2018-02-01Qt: Show Lua scripts as links in the about box.Gerald Combs4-16/+49
2018-02-01Qt: Always show the Plugins tab in the about box.Gerald Combs2-6/+18
2018-02-01Qt: More byte view and proto tree fixes.Gerald Combs3-46/+75
2018-02-01Qt: Avoid a potentially large memdup.Gerald Combs1-2/+4
2018-01-31Qt: fix compilation when building without LuaPascal Quantin2-0/+6
2018-01-31Qt: About dialog updates.Gerald Combs7-66/+80
2018-01-31Qt: Byte view and proto tree fixes.Gerald Combs2-45/+26
2018-01-31Qt: Write recent before applying profile changesStig Bjørlykke3-2/+16
2018-01-31UI: Rename profiles without deleteStig Bjørlykke1-3/+3
2018-01-31IO Graph: Add some vector checks.Gerald Combs1-3/+3
2018-01-30Qt: Fix crash when no plugins are configuredJaap Keuter2-3/+3
2018-01-30Qt: Check for a valid capture file in the status bar.Gerald Combs1-49/+54
2018-01-30Byte view: Mark bytes using an outline.Gerald Combs4-31/+11
2018-01-29cli: free memory on exit in tap-comparestat (found by clang).Dario Lombardo1-2/+5
2018-01-28[Automatic update for 2018-01-28]Gerald Combs7-63/+715
2018-01-27Qt: Translate some about box strings.Gerald Combs1-17/+17
2018-01-26Qt: Allow filter with deprecated syntax as buttonStig Bjørlykke1-2/+5
2018-01-26Qt: Remove unused label_foldersStig Bjørlykke1-20/+1
2018-01-26Qt: Simplify files column in about dialogPeter Wu5-123/+3
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