1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/widget
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
..
about refactor: delete classes that were used to reload theme 2020-08-28 10:26:26 -07:00
form refactor(chatlog): Rename ChatLog -> ChatWidget 2021-11-21 16:18:45 -08:00
tool feat(chatlog): Add image preview on paste 2021-10-24 22:06:58 -07:00
categorywidget.cpp refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
categorywidget.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
chatformheader.cpp feat(extensions): UI updates for extension support 2021-01-30 12:52:07 -08:00
chatformheader.h feat(extensions): UI updates for extension support 2021-01-30 12:52:07 -08:00
circlewidget.cpp refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
circlewidget.h refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
contentdialog.cpp fix(ui): reorder the window title 2021-10-24 23:30:30 -07:00
contentdialog.h refactor: save friendScroll as a class member 2020-08-28 10:26:34 -07:00
contentdialogmanager.cpp fix(chatform): crash after opening chat in new window 2019-07-29 15:51:45 +03:00
contentdialogmanager.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
contentlayout.cpp fix(ui): implement and connect reloadTheme in leaf classes 2020-08-28 10:19:53 -07:00
contentlayout.h fix(ui): implement and connect reloadTheme in leaf classes 2020-08-28 10:19:53 -07:00
emoticonswidget.cpp refactor(Qt): fix build with Qt 5.15 2020-03-17 13:31:36 +02:00
emoticonswidget.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
extensionstatus.cpp feat(extensions): UI updates for extension support 2021-01-30 12:52:07 -08:00
extensionstatus.h feat(extensions): UI updates for extension support 2021-01-30 12:52:07 -08:00
flowlayout.cpp refactor(Qt): fix build with Qt 5.15 2020-03-17 13:31:36 +02:00
flowlayout.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
friendlistlayout.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
friendlistlayout.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
friendlistwidget.cpp fix(ui): contact list optimization 2021-10-05 01:04:06 +03:00
friendlistwidget.h refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
friendwidget.cpp refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
friendwidget.h refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
genericchatitemlayout.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
genericchatitemlayout.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
genericchatitemwidget.cpp refactor: delete classes that were used to reload theme 2020-08-28 10:26:26 -07:00
genericchatitemwidget.h refactor: reorder of includes 2020-08-28 10:26:38 -07:00
genericchatroomwidget.cpp fix(ui): using a separate css file 2020-04-18 20:51:51 +03:00
genericchatroomwidget.h fix(ui): implement and connect reloadTheme in leaf classes 2020-08-28 10:19:53 -07:00
groupwidget.cpp refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
groupwidget.h refactor(ui): separation of responsibility for sorting the contact list 2021-06-13 20:11:19 +03:00
gui.cpp fix(ui): reorder the window title 2021-10-24 23:30:30 -07:00
gui.h fix(ui): implement and connect reloadTheme in leaf classes 2020-08-28 10:19:53 -07:00
imagepreviewwidget.cpp refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
imagepreviewwidget.h refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
loginscreen.cpp Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
loginscreen.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
maskablepixmapwidget.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
maskablepixmapwidget.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
notificationedgewidget.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
notificationedgewidget.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
notificationscrollarea.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
notificationscrollarea.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
passwordedit.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
passwordedit.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
qrwidget.cpp feat(haiku): Haiku doesn't use sys/errno.h 2021-01-23 05:44:02 -08:00
qrwidget.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
searchform.cpp refactor: delete classes that were used to reload theme 2020-08-28 10:26:26 -07:00
searchform.h refactor: delete classes that were used to reload theme 2020-08-28 10:26:26 -07:00
searchtypes.h revert(chatlog): "edit load history in search" 2021-11-21 16:17:10 -08:00
splitterrestorer.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
splitterrestorer.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
style.cpp feat(ui): add warning in GUI when running unstable version 2020-12-06 12:56:38 +02:00
style.h feat(ui): add warning in GUI when running unstable version 2020-12-06 12:56:38 +02:00
translator.cpp fix(ui): system translation not being updated 2020-11-24 12:57:48 +02:00
translator.h fix(ui): system translation not being updated 2020-11-24 12:57:48 +02:00
widget.cpp refactor(filetransfer): Move file transfer progress into ToxFile 2021-12-11 15:38:35 -08:00
widget.h feat(extensions): Split messages on extended messages 2021-01-30 18:15:49 -08:00