aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris81-81/+81
2019-07-25Qt: fix compilation with older Qt versions.Dario Lombardo1-2/+2
2019-07-25Qt: Export profilesRoland Knall7-7/+272
2019-07-25Qt: Fix copy indicator for profileRoland Knall1-1/+1
2019-07-25Qt: Various Profile UI UpdatesRoland Knall4-73/+60
2019-07-24Qt: Profile Treeview updates now after importing profilesRoland Knall2-11/+35
2019-07-24Remove an extra backslash.Guy Harris1-1/+1
2019-07-22Qt: Stop profile import when action pendingRoland Knall3-0/+29
2019-07-22Qt: Fix invalid characters for profilesRoland Knall1-1/+3
2019-07-22Qt: Fix filename checkRoland Knall1-2/+8
2019-07-22Qt: Cleanup data() method and interfaceRoland Knall5-148/+189
2019-07-21Qt: Remove unwanted TABsStig Bjørlykke1-2/+2
2019-07-21Qt: Improve profile import messagesStig Bjørlykke3-20/+41
2019-07-21Qt: Fix deletionRoland Knall1-7/+9
2019-07-21Qt: Fix copy-from menuRoland Knall3-16/+46
2019-07-21Qt: Allow profile import from directoryRoland Knall5-57/+111
2019-07-21Qt: Fix iconsize of info labelRoland Knall1-0/+1
2019-07-21[Automatic update for 2019-07-21]Gerald Combs10-400/+480
2019-07-20Qt: Profile Treeview fix key navigationRoland Knall1-1/+2
2019-07-19Qt: Improve profiles import UIRoland Knall3-37/+101
2019-07-19Qt: Delete copied profile properRoland Knall1-6/+12
2019-07-18Qt: Profile Dialog UI fixedRoland Knall2-0/+13
2019-07-18Qt: Use correct name for copyRoland Knall1-1/+1
2019-07-18Qt: Profile import button shall not be smallStig Bjørlykke1-2/+1
2019-07-18CMake: Use tab for indentationStig Bjørlykke1-1/+1
2019-07-18profile_model.cpp: add a missing breakPascal Quantin1-0/+1
2019-07-18Qt: Fix various issues for profile managerRoland Knall6-44/+133
2019-07-17Qt: Import Profile informationRoland Knall10-38/+339
2019-07-17capchild,ifaces: use g_get_monotonic_timePeter Wu1-7/+4
2019-07-17file: remove use of g_get_current_timePeter Wu3-8/+3
2019-07-14[Automatic update for 2019-07-14]Gerald Combs10-153/+1047
2019-07-13Qt: Fix our template icon appearance on LoDPI screens.Gerald Combs1-1/+0
2019-07-12Qt: Fix profile copy and deleteRoland Knall5-30/+71
2019-07-11Qt: Fix warning and remove dead codeRoland Knall1-87/+4
2019-07-11Qt: Fix various compiler warningsRoland Knall1-4/+4
2019-07-11Doxygen: Fix some warnings.Anders Broman2-0/+2
2019-07-11Qt: remove semicolon from profile model.Dario Lombardo1-1/+1
2019-07-11Qt: MainStatusbar and CopyFromProfileMenu to ModelRoland Knall4-90/+95
2019-07-11Qt: Move Profile Dialog to Model/ViewRoland Knall8-259/+1027
2019-07-07[Automatic update for 2019-07-07]Gerald Combs1-10/+10
2019-07-05credentials: don't use wmem file scope but a local copy.Dario Lombardo3-6/+44
2019-07-04Qt: Properly hide the choosen model from external viewsRoland Knall3-36/+31
2019-07-04Qt: Remove glib and wmem from packetlistrecordRoland Knall4-37/+22
2019-07-04Qt: Move ColText to QStringList for PacketListRecordRoland Knall3-34/+15
2019-07-04Qt: call retap for credentials.Dario Lombardo1-0/+1
2019-07-04Qt: remove CaptureFile from CredentialsModel constructor.Dario Lombardo3-3/+3
2019-07-04Qt: Workaround for Qt model() bugRoland Knall2-13/+9
2019-07-04Qt: Do not export the model of the packetlistRoland Knall6-33/+77
2019-07-03Qt: Credentials move tap to dialogRoland Knall4-19/+37
2019-07-03Qt: Cleanup PacketListRoland Knall4-22/+22