Version: 2.2.90 (using 4.2.90 (KDE 4.2.90 (KDE 4.3 Beta2)), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.30-020630rc6-generic Allow transfer history to be automatically be deleted after x days and/or x downloads
A possibly relevant merge request was started @ https://invent.kde.org/network/kget/-/merge_requests/59
A possibly relevant merge request was started @ https://invent.kde.org/network/kget/-/merge_requests/60
Git commit a50d60ae7ff8c107b6f95968a13e2c208da60957 by Albert Astals Cid, on behalf of Theodore Wang. Committed on 23/07/2023 at 16:27. Pushed by aacid into branch 'master'. Implemented feature request involving automatic deletion of transfer history and fixed TestJob member function Toggling and setting of automatic deletion can be done under Settings->Configure KGet->Advanced. Users can set automatic deletion based on a period of time. For history items which have been around for a period longer than the specified duration, they are automatically deleted. The specified duration can either be in terms of Day(s), Hour(s), Minute(s) or Seconds(s). (Not related to bug) Also changed TestJob member function to prevent "Finished" jobs from being "Stopped" and started again. Thus resolving unit test failures. M +19 -0 conf/dlgadvanced.ui M +9 -0 conf/kget.kcfg M +33 -0 conf/preferencesdialog.cpp M +3 -0 conf/preferencesdialog.h M +3 -0 core/kget.cpp M +55 -0 core/transferhistorystore.cpp M +18 -0 core/transferhistorystore.h M +7 -0 core/transferhistorystore_sqlite.cpp M +7 -0 core/transferhistorystore_xml.cpp M +1 -1 tests/schedulertest.cpp https://invent.kde.org/network/kget/-/commit/a50d60ae7ff8c107b6f95968a13e2c208da60957
Git commit 2c549c6a247f2bea429e37d6543fb9798d9a8537 by Albert Astals Cid, on behalf of Theodore Wang. Committed on 23/07/2023 at 17:43. Pushed by aacid into branch 'release/23.08'. Implemented feature request involving automatic deletion of transfer history and fixed TestJob member function Toggling and setting of automatic deletion can be done under Settings->Configure KGet->Advanced. Users can set automatic deletion based on a period of time. For history items which have been around for a period longer than the specified duration, they are automatically deleted. The specified duration can either be in terms of Day(s), Hour(s), Minute(s) or Seconds(s). (Not related to bug) Also changed TestJob member function to prevent "Finished" jobs from being "Stopped" and started again. Thus resolving unit test failures. (cherry picked from commit a50d60ae7ff8c107b6f95968a13e2c208da60957) M +19 -0 conf/dlgadvanced.ui M +9 -0 conf/kget.kcfg M +33 -0 conf/preferencesdialog.cpp M +3 -0 conf/preferencesdialog.h M +3 -0 core/kget.cpp M +55 -0 core/transferhistorystore.cpp M +18 -0 core/transferhistorystore.h M +7 -0 core/transferhistorystore_sqlite.cpp M +7 -0 core/transferhistorystore_xml.cpp M +1 -1 tests/schedulertest.cpp https://invent.kde.org/network/kget/-/commit/2c549c6a247f2bea429e37d6543fb9798d9a8537