This is a quick fix to load settings before Core is started. Ideally
this would not need to be inside the Profile, but at the moment the
decryption key is not available before starting Core.
antony-jr (12):
feat(build): add the delta updater
chore(build): format code
fix(build): fix ifdefs
fix(build): add required private slots
chore(build): turn off PR upload
fix(build): copy OpenSSL libs to AppDir
chore(build): change copyright as given previously
chore(build): change copyright year
fix(build): bundle missing libjack.so* to work with Fedora Workstation
chore(build): use search_dependency to add AppImageUpdaterBridge
fix(build): install and use AppImageUpdaterBridge
fix(build): fix cmake command in appimage/build.sh
TriKriSta (10):
feat: load messages from the database before date
feat: load messages from the database after date
feat: edit function "Load chat history"
feat: edit load history in search
feat: add action "Go to current date"
feat: edit position chat after load history
feat: remove part messages from chat
refactor: simple edit code
refactor: edit load history when scrolling
feat: prohibition to remove messages in group chat
jenli669 (13):
refactor(filetransfer): switch to Qt 5.13 compliant methods for OSX
refactor(nexus): replace deprecated QSignalMapper with lambda
refactor(offlinemsg): replace qSort with std::sort
refactor(widget): make contentDialog use swapItemsAt in Qt 5.13
refactor(widget): replace qSort with std::sort in groupchatform
refactor(AVForm): replace QDesktopWidget::resized
refactor(AVForm): replace QDesktopWidget::screenCountChanged
refactor(widget): replace fontMetrics.width() when using Qt 5.13
refactor(widget): use drawRoundedRect in callconfirmwidget
refactor(widget): replace screenGeometry() when using Qt 5.13
refactor(widget): replace qt_mac_set_dock_menu() in widget
fix(test): include <set> in groupmessagedispatcher_test.cpp
refactor(widget): replace byteCount() with sizeInBytes in Qt 5.13