summary refs log tree commit diff
path: root/src/ui/LoadingIndicator.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-30Add Room Verification MessagesCH Chethan Reddy9-49/+245
2020-07-30Adding Room Key Verification StuffCH Chethan Reddy14-360/+786
2020-07-30Updating keys of outdated encrypted usersCH Chethan Reddy7-32/+89
2020-07-30Adding icons to UserProfileCH Chethan Reddy9-80/+163
2020-07-30Refactor UserProfileNicolas Werner14-800/+383
2020-07-30Some issue with UserProfileCH Chethan Reddy10-115/+154
2020-07-30[WIP] Add Caching for usersCH Chethan Reddy8-60/+283
2020-07-30Error Handling and some fixesCH Chethan Reddy5-96/+138
2020-07-30Add some Userprofile buttonsCH Chethan Reddy5-47/+146
2020-07-30Fix the Weird auto-confirmation and cancellationCH Chethan Reddy2-2/+1
2020-07-30Some more fixesCH Chethan Reddy3-15/+28
2020-07-30Fix presence indicatorNicolas Werner16-56/+76
2020-07-30Some more changesCH Chethan Reddy5-63/+193
- remove unnecessary field sender in userprofile.qml - cover user facing string with qsTr to get picked by translations - add spacing and fix theming issue - increase and add color to username - change back to QVector from QLinkedList cause I have mistaken better time complexity to give better benchmark red
2020-07-30Some ImprovementsCH Chethan Reddy5-27/+26
- DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
2020-07-30Add some more slots and macCH Chethan Reddy6-47/+172
2020-07-30Shared secret with decimal and emoji works!CH Chethan Reddy6-83/+202
2020-07-30Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy9-62/+203
recieving start or request
2020-07-30Handle Device Verification related to_device messagesChethan2k17-14/+153
2020-07-30Add SAS Method choice and Add send_to_device API callChethan2k14-31/+151
2020-07-30Tweak UI for device verification and Add more slotsChethan2k14-13/+146
2020-07-30Add C++ Model for DeviceListCH Chethan Reddy9-73/+188
2020-07-30Adding DeviceList for userprofileChethan2k15-32/+79
2020-07-30Rewrite UserProfile in qmlCH Chethan Reddy7-2/+202
2020-07-30Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2-0/+14
2020-07-30Use label in device verification dialogs (for proper theming)Nicolas Werner2-16/+16
2020-07-30Make emojis a bit smallerNicolas Werner2-3/+28
2020-07-30Set proper emoji font for device verificationNicolas Werner1-0/+8
2020-07-30Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner9-33/+163
2020-07-30First design iteration of device verification dialogsNicolas Werner3-0/+471
2020-07-30Fix double free by closing cursor at the right timeNicolas Werner1-26/+33
2020-07-27Add workaround for duplicate syncsNicolas Werner1-1/+8
2020-07-26Fix migration (hopefully)Nicolas Werner1-3/+50
2020-07-26Fix shadowing variableNicolas Werner1-3/+3
2020-07-26Rename EventStore::event to get to remove ambiguity with QObject::eventNicolas Werner3-24/+24
2020-07-26Bump mtxclient and use git dependency in flatpakNicolas Werner2-4/+4
2020-07-26Make long press menu actually workNicolas Werner3-15/+23
2020-07-25Optimize scrolling a little bitNicolas Werner3-29/+25
2020-07-25Fix more non integer heightsNicolas Werner2-3/+3
2020-07-25Fix binding loop and non integer text heightNicolas Werner3-4/+7
2020-07-25Reset fetch in progress when fetch failedNicolas Werner1-0/+1
2020-07-25Return to redacted messages instead of just storing the redactionNicolas Werner2-22/+45
2020-07-23Don't send url, if we send an encrypted fileNicolas Werner1-7/+20
Fix issues when sending images to some clients.
2020-07-20Fix room joinsNicolas Werner2-9/+12
2020-07-20Fix reactionsNicolas Werner12-48/+89
2020-07-19Fix reaction displayNicolas Werner12-152/+151
2020-07-18Close cursor we don't need and where we overwrite the contentsNicolas Werner1-8/+11
2020-07-18Fix reply scrollingNicolas Werner1-2/+2
2020-07-18Fix race condition between /messages and /syncNicolas Werner2-34/+48
2020-07-18Mark own events as read again after sendingNicolas Werner2-4/+13
2020-07-18Fix flickering of encrypted messages when sending using new storeNicolas Werner1-8/+10
2020-07-18Fix encryption indicatorNicolas Werner1-3/+6
2020-07-18Reenable sending messagesNicolas Werner8-349/+342
2020-07-13Readd pagination and fix redactionsNicolas Werner7-123/+256
2020-07-11Initialize Profile laterNicolas Werner1-2/+2
2020-07-10Fix translation loadingNicolas Werner1-2/+3
Explanation see here: https://www.kdab.com/fixing-a-common-antipattern-when-loading-translations-in-qt/
2020-07-10Fetch missing eventsNicolas Werner5-23/+52
2020-07-09WIP: Event Store split outNicolas Werner9-450/+767
2020-07-08Fix parent undefined warningNicolas Werner1-1/+1
2020-07-08Add relations and order without hidden events to dbNicolas Werner2-47/+90
2020-07-06Fetch event from db and use string_view where possibleNicolas Werner2-29/+58
2020-07-05Use new timeline cache structureNicolas Werner2-116/+154
2020-07-04Persist event orderNicolas Werner2-0/+26
2020-07-03Store events in room specific dbNicolas Werner2-10/+25
2020-07-01Update dependenciesNicolas Werner5-43/+52
2020-06-27Fix Qt 5.9 buildNicolas Werner1-0/+3
2020-06-27Don't compile qml by defaultNicolas Werner3-2/+4
While it does improve performance a bit, it is simply bad for most distributions, since they don't know and probably don't want to recompile Nheko. So default it to off. Anyone who wants it can still toggle it on and it is almost no maintenance cost.
2020-06-26Make connections across threads queued in any caseNicolas Werner2-62/+94
2020-06-26Drop libsodium dependencyNicolas Werner2-11/+5
2020-06-26Don't use formatted body without formatNicolas Werner1-2/+4
2020-06-22Correct a typo in SnackBar.cppFelix Yan1-1/+1
2020-06-20Fix m.relates_to being sent as 'null' when not set in encrypted messages.Nicolas Werner1-1/+2
Thank you Sorunome for reporting.
2020-06-19Try to make text rendering in qml sharperNicolas Werner2-0/+3
2020-06-17Lower qt version used for emoji picker and scroll helperNicolas Werner2-4/+4
2020-06-17Remove online indicator for offline usersNicolas Werner1-1/+1
2020-06-14Fix not being able to change themeLorem1-1/+1
2020-06-13Update mtxclient version to tagNicolas Werner2-4/+4
2020-06-12Version number fixesJoseph Donofry2-2/+2
2020-06-12Prepare 0.7.2 releaseJoseph Donofry5-10/+11
2020-06-12Add presence and upgrade notes to the changelogNicolas Werner1-0/+9
2020-06-11Merge branch origin/master and update translationsJoseph Donofry11-143/+528
2020-06-11Fix formattingJoseph Donofry1-4/+1
2020-06-11Update translationsJoseph Donofry11-187/+308
2020-06-11Additional code cleanupJoseph Donofry4-34/+0
2020-06-11Update changelogNicolas Werner1-0/+38
2020-06-11Fix scale factor settingNicolas Werner1-6/+9
2020-06-11Fix warning about not registered Presence typeNicolas Werner2-1/+3
2020-06-11Allow deleting a statusNicolas Werner1-1/+1
2020-06-11Fix lintingJoseph Donofry3-6664/+15385
2020-06-10Fix build issue on some versions of clangJoseph Donofry11-15143/+6735
2020-06-10Add setting to alert on notificationAlexander 'z33ky' Hirsch4-12/+52
2020-06-09Remove unused QML fileJoseph Donofry2-68/+1
2020-06-09Update translationsJoseph Donofry11-551/+1710
2020-06-09Remove signals in favor of direct function callsJoseph Donofry4-16/+6
2020-06-09Remove duplicate search iconsJoseph Donofry4-2/+2
2020-06-09Fix UserSettings in QMLJoseph Donofry4-19/+5
2020-06-09Minor adjustments to emoji pickerJoseph Donofry3-9/+23
2020-06-09Fix small formatting errorNicolas Werner1-1/+1
2020-06-09Reenable custom status messagesNicolas Werner1-4/+3
This still leaves out setting a client to online/offline, since that seems to be causing the CPU issues with synapse.
2020-06-08Fix unused captureNicolas Werner1-4/+4
2020-06-08Disable presence and status_msg menuNicolas Werner1-0/+4
It currently causes severe performance issues in synapse as well as many random resets, so this is disabled until those issues are resolved.
2020-06-08Bump mtxclientNicolas Werner2-3/+3
2020-06-08Add menu actions to set presenceNicolas Werner5-2/+76
2020-06-08Show presence and set custom status messagesNicolas Werner11-1/+191
2020-06-07Smooth scaling for imagesNicolas Werner1-1/+2
Fixes some issues with inline images.
2020-06-06Download boost from sourceforgeNicolas Werner1-1/+1
Official download links seem to break frequently because of data caps.
2020-06-06Bump mtxclient versionNicolas Werner2-3/+3
May fix #213
2020-06-06Limit jobs on armNicolas Werner1-1/+6
2020-06-05Fix Qt5.15 issuesNicolas Werner9-19/+24
fixes #214
2020-05-31Extend timeoutNicolas Werner1-1/+1
2020-05-30Try travis_wait alternativeNicolas Werner2-2/+16
2020-05-30Travis wait can only be used in a top level command?Nicolas Werner2-2/+2
2020-05-30Add travis_wait to flatpak buildsNicolas Werner1-1/+1
2020-05-30Install dependencies for arm manually to prevent timeoutNicolas Werner2-9/+3
2020-05-30Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378dNicolas Werner1-1/+1
2020-05-30Skip precompiled headers for obc-c codeNicolas Werner1-0/+3
2020-05-30Remove some redundant functionsNicolas Werner7-50/+30
2020-05-28Translated using Weblate (Italian)DeepBlueV7.X1-281/+314
Currently translated at 98.2% (281 of 286 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/it/
2020-05-26Rename settings to be more consistentNicolas Werner7-148/+142
2020-05-26Make settings update immediately in qml and allow limiting timeline widthNicolas Werner8-115/+259
Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
2020-05-26Improve compile times a tiny bitNicolas Werner24-65/+104
2020-05-26Optionally use precompiled headersNicolas Werner1-0/+7
2020-05-26Bump singleapplication versionNicolas Werner13-90/+212
2020-05-26Set cxx standard as cache variable for when toolchain file is not usedNicolas Werner1-1/+3
2020-05-26Fix some join messages showing as emptyNicolas Werner1-0/+2