aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Update tooltip text for applying display filterMoshe Kaplan1-1/+1
2019-08-30Qt: Add macro for g_list_next for C++Roland Knall4-25/+26
2019-08-29Qt: Extend filterbutton context menuRoland Knall3-65/+17
2019-08-27Add tooltip for clearing display filterMoshe Kaplan1-1/+1
2019-08-26Qt: Move CopyFrom from menu to buttonRoland Knall3-54/+95
2019-08-19Qt: Initialize PacketListHeader member variablesTomasz Moń1-1/+3
2019-08-19Qt: Fix PacketListHeader dereferences before null checkTomasz Moń1-4/+19
2019-08-09Qt: Fix Preference dialog translationRoland Knall3-3/+3
2019-08-02Qt: Update UI for profiles and handle export/import properlyRoland Knall2-33/+41
2019-07-30Qt: Change from User/System to Personal/Global profile typesStig Bjørlykke1-2/+2
2019-07-29Qt: Rename profile global to systemStig Bjørlykke1-2/+2
2019-07-28Qt: Fix copy from profileRoland Knall1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris2-2/+2
2019-07-25Qt: fix compilation with older Qt versions.Dario Lombardo1-2/+2
2019-07-22Qt: Cleanup data() method and interfaceRoland Knall2-10/+4
2019-07-21Qt: Fix copy-from menuRoland Knall2-15/+45
2019-07-20Qt: Profile Treeview fix key navigationRoland Knall1-1/+2
2019-07-18Qt: Fix various issues for profile managerRoland Knall1-0/+10
2019-07-12Qt: Fix profile copy and deleteRoland Knall2-1/+7
2019-07-11Doxygen: Fix some warnings.Anders Broman1-0/+1
2019-07-11Qt: MainStatusbar and CopyFromProfileMenu to ModelRoland Knall2-56/+51
2019-07-11Qt: Move Profile Dialog to Model/ViewRoland Knall2-0/+162
2019-07-04Qt: Do not export the model of the packetlistRoland Knall1-3/+8
2019-07-01Qt: Move widgets to sub-directoryRoland Knall5-0/+1104
2019-06-30Qt: fix more more Qt 5.13 deprecation warningsPeter Wu4-13/+26
2019-06-25Qt: Use a lighter link color in dark mode.Gerald Combs2-1/+18
2019-06-24Qt: Use QEvent::ApplicationPaletteChangeGerald Combs2-2/+2
2019-06-23Qt: Handle ApplicationPaletteChange events in the welcome page.Gerald Combs2-2/+2
2019-06-23Qt: Split the filter dropdown arrow icon into dark and light versions.Gerald Combs4-62/+98
2019-06-17Qt: Filter expression toolbar dark mode updates.Gerald Combs2-12/+34
2019-06-16Qt: Fix drag-and-drop from packet listRoland Knall3-25/+43
2019-06-15Qt: Use UTF8_HORIZONTAL_ELLIPSISStig Bjørlykke2-5/+5
2019-06-15Qt: fix constructor in packet_list_header.Dario Lombardo1-1/+1
2019-06-15Qt: fix the constructor call in display_filter_edit.Dario Lombardo1-4/+4
2019-06-14Qt: Allow columns to be set to a specific widthRoland Knall2-0/+22
2019-06-13Qt: Move Packetlist Header Context Menu to subclassRoland Knall2-3/+211
2019-06-13Qt: Add support for template icons.Gerald Combs2-5/+13
2019-06-13Qt: Allow dropping fields to add columns and indicate widthRoland Knall2-0/+197
2019-06-12Qt: fix 'open protocol preferences' shortcut for protocol subtreesPascal Quantin1-0/+5
2019-06-11Qt: Add context menu to drag-n-drop filtersRoland Knall2-2/+66
2019-01-22Qt: Include current word in filter completion listStig Bjørlykke2-4/+2
2019-01-16Qt: IO Graph correct color selectionRoland Knall2-145/+0
2019-01-09Qt: Cleanup deletion of CopyFromProfileMenuStig Bjørlykke2-2/+3
2019-01-08Qt: Add syntax line edit feedback symbols.Gerald Combs5-8/+58
2018-12-24Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots.Gerald Combs14-64/+66
2018-12-22Qt: Switch line edits to new-style signals and slots.Gerald Combs4-31/+36
2018-12-04Qt: Display filter toolbar updates.Gerald Combs1-1/+1
2018-10-22Add ability to disable autocomplete suggestions for filter controls.Michael Mann1-1/+1
2018-10-11wsutil: Add config_file_exists_with_entries()Stig Bjørlykke1-1/+1
2018-10-08Qt: Refactor copy from profile widgetStig Bjørlykke3-60/+54