2274 Commits (dbf56581bb90667dc44c6db230ee7076616149a0)

Author SHA1 Message Date
jenli669 dbf56581bb
refactor(widget): replace byteCount() with sizeInBytes in Qt 5.13 6 years ago
jenli669 1c94f090c8
refactor(widget): replace qt_mac_set_dock_menu() in widget 6 years ago
jenli669 dfe75fb101
refactor(widget): replace screenGeometry() when using Qt 5.13 6 years ago
jenli669 0ac5386786
refactor(widget): use drawRoundedRect in callconfirmwidget 6 years ago
jenli669 b45ba34be2
refactor(widget): replace fontMetrics.width() when using Qt 5.13 6 years ago
jenli669 fb3f44721e
refactor(AVForm): replace QDesktopWidget::screenCountChanged 6 years ago
jenli669 16452eff0c
refactor(AVForm): replace QDesktopWidget::resized 6 years ago
jenli669 6e71ccfdad
refactor(widget): replace qSort with std::sort in groupchatform 6 years ago
jenli669 ba9d724a17
refactor(widget): make contentDialog use swapItemsAt in Qt 5.13 6 years ago
jenli669 105f9ec401
refactor(widget): remove Widget::getInstance 6 years ago
jenli669 7fca93bde9
refactor(circlewidget): link CircleWidget ContentDialogs using signals 6 years ago
jenli669 adab063a49
refactor(widget): make PrivacyForm use signals for clearAllReceipts() 6 years ago
jenli669 20979744c9
refactor(chatform): make ChatForm use signals for updateFriendActivity 6 years ago
jenli669 cff845ffa7
refactor(widget): make AboutFriendForm use FriendWidget as parent 6 years ago
jenli669 09f37a97f9
refactor(widget): make searchWidget always use signals 6 years ago
jenli669 c28b2604cd
refactor(widget): remove Widget singleton access from GeneralForm 6 years ago
jenli669 e57693fa8f
refactor(widget): stop using getInstance in Widget 6 years ago
jenli669 6d0ae67c9d
refactor(widget): remove Widget singleton in ContentDialog 6 years ago
Anthony Bilinski e8d48e8788
fix(chatform): add hack to avoid Qt bug on chat show 6 years ago
jenli669 04a9bc46f4
docs(copyright): update and add copyright info 6 years ago
jenli669 17d5d55259
fix(core): correctly relink ui/core when core is changed 6 years ago
jenli669 3ebea3cd4b
refactor(startup): use instance during profile import 6 years ago
jenli669 a7b4a09ccb
refactor(startup): handle autoLogin checkbox with signals 6 years ago
jenli669 8bc6fc9fd8
refactor(startup): condense and rename scanProfiles 6 years ago
jenli669 ea2510157c
refactor(startup): decouple loginscreen from model 6 years ago
Mick Sayson ed514d7166 refactor(chatform): Remove message handling logic from gui path 6 years ago
Diadlo 678fc51c1b refactor: Use model in chatroom widgets 6 years ago
Diadlo 0b9b538601 refactor: Inject DialogsManager in chatrooms 6 years ago
Diadlo ac36ed8180 refactor: Create interfaces for ContentDialog and ContenDialogManager 6 years ago
jenli669 85f90ab221
fix(audio): correctly loop incoming call sound 6 years ago
Mick Sayson 2283d0c1b0 feat(offlinemsg): Enable offline messages with no history 6 years ago
Mick Sayson e5016337bb refactor(offlinemsg): Decouple OfflineMsgEngine from other components 6 years ago
Mick Sayson d934cf372b feat(offlinemsg): Force offline messages to always be enabled 6 years ago
Monsterovich 1c02dc2d6b fix(ui): fix 2 6 years ago
Monsterovich f8b54b39f3 fix(ui): apply requested changes 6 years ago
Monsterovich 84e41303ce fix(ui): don't forget to update UI 6 years ago
Monsterovich 3b305dd05a fix(ui): Added option to hide message sender and contents 6 years ago
Monsterovich 1bbe210c25 fix(ui): Improved notifications 6 years ago
sudden6 22362d2940
refactor(audio): Remove Audio singleton 6 years ago
Anthony Bilinski 17048c9cc4
feat(ui): add event icons for all statuses 6 years ago
Anthony Bilinski c8b156b3a1
feat(settings): save friend list sorting mode 6 years ago
Anthony Bilinski 08a646e456
refactor(friendlist): deduplicate time category widget logic 6 years ago
Anthony Bilinski d55332ee0a
fix(activity): change last activity time from QDate to QDateTime 6 years ago
Anthony Bilinski 5f40ed8d8c
fix(friendlist): don't update friend's last activity on every start 6 years ago
Anthony Bilinski 3f922100af
fix(friendlist): don't skip half of friends when sorting by activity 6 years ago
Anthony Bilinski 87a53fad96
fix(ui): don't duplicate group peer name in tooltip 6 years ago
Anthony Bilinski b7bd7c6215
refactor(group): move peer tracking logic to Group from GroupChatForm 6 years ago
Anthony Bilinski 04f1ccda35
fix(group): treat empty peer names like empty friend names, by showing pk 6 years ago
Anthony Bilinski 08839b7052
refactor(group): remove redundant updatePeer API 6 years ago
sudden6 cef773c4f6
fix(AVForm): don't load gain when device not ready 6 years ago