1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/widget/form
Anthony Bilinski a7f3495956
fix(chatlog): enable dynamic view range in chatlog with history disabled
Message caching is handled by SessionChatLog in memory even when history is
disabled. ChatLog doesn't need to worry about how the messages its rendering
are being stored. Dynamic loading up and down in chatlog is sitll functional.
2020-03-21 19:41:22 -07:00
..
settings chore: update copyright date in About 2020-03-03 00:38:45 -08:00
addfriendform.cpp revert(toxme): remove toxme from qTox - the service is offline permanently 2020-01-16 13:28:41 -08:00
addfriendform.h
chatform.cpp refactor(status): move isOnline into Status from Friend 2019-11-25 20:52:06 -08:00
chatform.h refactor(chatform): make ChatForm use signals for updateFriendActivity 2019-06-30 10:09:30 +02:00
filesform.cpp
filesform.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
genericchatform.cpp fix(chatlog): enable dynamic view range in chatlog with history disabled 2020-03-21 19:41:22 -07:00
genericchatform.h fix: remove unused variables 2020-03-03 00:38:53 -08:00
groupchatform.cpp feat(groups): Allow being in group call if only member 2020-03-20 02:26:08 -07:00
groupchatform.h feat(groups): Allow being in group call if only member 2020-03-20 02:26:08 -07:00
groupinviteform.cpp
groupinviteform.h
groupinvitewidget.cpp
groupinvitewidget.h
loadhistorydialog.cpp
loadhistorydialog.h
loadhistorydialog.ui
profileform.cpp fix(model): take QObject receiver argument to interface signal connection macro 2020-03-20 02:07:20 -07:00
profileform.h revert(toxme): remove toxme from qTox - the service is offline permanently 2020-01-16 13:28:41 -08:00
profileform.ui revert(toxme): remove toxme from qTox - the service is offline permanently 2020-01-16 13:28:41 -08:00
removefrienddialog.ui
searchsettingsform.cpp
searchsettingsform.h
searchsettingsform.ui
setpassworddialog.cpp
setpassworddialog.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
setpassworddialog.ui
settingswidget.cpp
settingswidget.h refactor(widget): remove Widget singleton access from GeneralForm 2019-06-30 10:09:29 +02:00
tabcompleter.cpp
tabcompleter.h