1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/core
Mick Sayson c7efe320d2 refactor(filetransfer): Move file transfer progress into ToxFile
* Refactor/test ToxFileProgress to ensure that when it's moved it
  behaves well
* Notice problems with speed averaging. We were average speeds without
  keeping track of the times they were over. Adding samples of different
  lengths would result in incorrect speeds. Refactor whole class to correct
* Move ToxFileProgress to be a member of ToxFile
* Remove duplicated members between ToxFile and ToxFileProgress
* Move sample addition into CoreFile
2021-12-11 15:38:35 -08:00
..
contactid.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
contactid.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
core.cpp fix: Replace deprecated QMutex::Recursive with QRecursiveMutex 2021-06-06 01:29:44 -07:00
core.h fix: Replace deprecated QMutex::Recursive with QRecursiveMutex 2021-06-06 01:29:44 -07:00
coreav.cpp fix: Replace deprecated QMutex::Recursive with QRecursiveMutex 2021-06-06 01:29:44 -07:00
coreav.h fix: Replace deprecated QMutex::Recursive with QRecursiveMutex 2021-06-06 01:29:44 -07:00
coreext.cpp fix(toxext): Protect use of toxext modifying functions 2021-10-10 15:16:22 -07:00
coreext.h fix(toxext): Protect use of toxext modifying functions 2021-10-10 15:16:22 -07:00
corefile.cpp refactor(filetransfer): Move file transfer progress into ToxFile 2021-12-11 15:38:35 -08:00
corefile.h fix: Replace deprecated QMutex::Recursive with QRecursiveMutex 2021-06-06 01:29:44 -07:00
dhtserver.cpp feat(core): use user editable bootstrap node list 2020-05-10 21:40:04 -07:00
dhtserver.h feat(core): use user editable bootstrap node list 2020-05-10 21:40:04 -07:00
extension.h feat(messages): Multipacket message support 2021-01-30 12:52:06 -08:00
groupid.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
groupid.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
icoreextpacket.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoreextpacket.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icorefriendmessagesender.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icorefriendmessagesender.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoregroupmessagesender.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoregroupmessagesender.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoregroupquery.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoregroupquery.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoreidhandler.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoreidhandler.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoresettings.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
icoresettings.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
receiptnum.h feat(messages): History and offline message support for extended messages 2021-01-30 12:52:06 -08:00
toxcall.cpp refactor(cmake): change folder structure 2020-05-11 16:45:52 +02:00
toxcall.h refactor(cmake): change folder structure 2020-05-11 16:45:52 +02:00
toxencrypt.cpp chore(cleanup): replace remaining deprecated toxcore enums 2020-04-13 09:25:20 -07:00
toxencrypt.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxfile.cpp refactor(filetransfer): Move file transfer progress into ToxFile 2021-12-11 15:38:35 -08:00
toxfile.h refactor(filetransfer): Move file transfer progress into ToxFile 2021-12-11 15:38:35 -08:00
toxfilepause.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxfileprogress.cpp refactor(filetransfer): Move file transfer progress into ToxFile 2021-12-11 15:38:35 -08:00
toxfileprogress.h refactor(filetransfer): Move file transfer progress into ToxFile 2021-12-11 15:38:35 -08:00
toxid.cpp refactor(history): enforce using PK instead of ToxId in history 2020-05-03 16:22:12 -07:00
toxid.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxlogger.cpp refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' 2019-10-09 23:19:26 -07:00
toxlogger.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxoptions.cpp fix(i18n): Various English fixes 2019-09-14 15:00:59 -04:00
toxoptions.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxpk.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
toxpk.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
toxstring.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
toxstring.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00