aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models
AgeCommit message (Expand)AuthorFilesLines
2018-10-21Qt: fix assertion failure when redissecting with a debug build of QtPeter Wu1-4/+4
2018-10-08Qt: Add clear all button to Decode AsStig Bjørlykke2-0/+11
2018-10-05Qt: Add copy from another profile in UAT dialogsStig Bjørlykke2-0/+8
2018-09-29Get rid of the printing preferences.Guy Harris1-5/+0
2018-08-12More interface view cleanups.Guy Harris3-11/+20
2018-08-12Show just the description in the description column.Guy Harris1-1/+1
2018-08-11Fix the "Manage interfaces" dialog columns.Guy Harris1-2/+2
2018-07-27Qt: Comment some of the sparkline code.Gerald Combs1-0/+10
2018-07-14Qt: try to sort numeric columns (such as ports) as numberPeter Wu1-21/+49
2018-06-26Disable coloring rules with invalid packet-testing expressions.Guy Harris1-0/+1
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer2-5/+2
2018-06-10If device->active_dlt = -1, show "Unknown" rather than "DLT -1".Guy Harris1-6/+14
2018-06-07Preincrement iterators for better performanceJaap Keuter1-1/+1
2018-05-28Qt: select a better default Decode As tablePeter Wu1-0/+25
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke34-34/+68
2018-04-24remove redundant break statementchinarulezzz1-8/+0
2018-04-05Qt: Remove checks for version below 5.2Roland Knall10-82/+10
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs4-1/+16
2018-03-09spdx: use consistent formatting for GPL-2.0-or-laterPeter Wu4-4/+4
2018-03-07Qt: Handle UAT editor dialogs explicitly.Michael Mann2-57/+9
2018-02-27Qt: accept hexadecimal input in Decode As dialogPeter Wu2-6/+6
2018-02-20Qt: Improve sorting of custom columns with multiple fieldsStig Bjørlykke1-11/+4
2018-02-14Convert coloring rules dialog to use model.Michael Mann5-0/+848
2018-02-11ModelHelperTreeItem: Rename appendChild -> prependChildMichael Mann5-27/+27
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-5/+5
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo61-61/+61
2018-02-02Qt: use SPDX identifiers.Dario Lombardo34-476/+34
2018-02-01Qt: Show Lua scripts as links in the about box.Gerald Combs2-4/+34
2018-01-31Qt: About dialog updates.Gerald Combs4-20/+18
2018-01-30Qt: Fix crash when no plugins are configuredJaap Keuter1-1/+2
2018-01-26Qt: Simplify files column in about dialogPeter Wu2-114/+0
2018-01-25Qt 4.8 compatibility fixesPeter Wu4-0/+7
2018-01-21Qt: Implement ProtoTreeModel::flags.Gerald Combs2-0/+10
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-18Qt: I/O graph fixes.Gerald Combs2-9/+6
2018-01-16Qt: Fix proto tree links and related frames.Gerald Combs1-0/+15
2018-01-15Qt: add assert to avoid null dereference (CID: 1427426).Dario Lombardo1-0/+2
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo3-5/+5
2018-01-14InterfaceFrame: don't use pointers for modelsMichael Mann2-3/+35
2018-01-14Qt: Reword text shown when no interfaces displayedStig Bjørlykke1-1/+1
2018-01-12Qt: Add some translation hints.Gerald Combs2-11/+11
2018-01-12Qt: add info for extcap disabled in main window.Roland Knall2-0/+6
2018-01-12Qt: Add InfoProxyModelRoland Knall2-0/+165
2018-01-08Bugfix the sort order of protocols in Preference dialog.Michael Mann2-20/+28
2018-01-08extcap: remove conditional compilation.Dario Lombardo3-17/+2
2018-01-06Add ability for preferences to determine what they can change.Michael Mann1-3/+3
2018-01-05Qt: Add manager for preference dialogMichael Mann2-213/+32
2018-01-04Convert preference dialog to use more models.Michael Mann4-0/+1265