aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/export_objects_model.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-01Qt: Fix compilation with Qt 6.4João Valverde1-3/+3
2022-08-22Qt: Fix export objects memory leakJohn Thacker1-0/+7
2022-05-12Qt: Fix clazy-incorrect-emit warnings.Gerald Combs1-2/+2
2022-03-25Qt: Handle qsizetype.Gerald Combs1-2/+2
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-1/+1
2021-06-07wsutil: Add filesystem write_file_binary_mode()Stig Bjørlykke1-3/+4
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2020-10-23Export Objects: Don't double increment countJohn Thacker1-1/+0
2019-11-22Qt: Refactor ExportObjectsDialogRoland Knall1-0/+40
2019-11-05QT/CLI: Remove limit for object export filesUli Heilmeier1-2/+4
2019-07-29Qt: avoid NULL to terminate a g_build_filename in ExportObjectModelPeter Wu1-8/+7
2019-01-01No need to report "some files could not be saved".Guy Harris1-7/+3
2019-01-01Always report errors in eo_save_entry().Guy Harris1-2/+2
2019-01-01Limit the maximum *file* name length for exported objects.Guy Harris1-3/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-27Convert Export Objects dialog to use a model.Michael Mann1-0/+285