summary refs log tree commit diff
path: root/toolchain.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-10Handle matrix schemeNicolas Werner7-17/+216
Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312
2021-01-10Fix call invite declined on another devicetrilene1-1/+3
2021-01-08Fix some nulls in relationsNicolas Werner1-7/+6
2021-01-07Bump gstreamer requirementNicolas Werner1-7/+3
2021-01-07Fix device discovery under GStreamer 1.16trilene4-0/+4
2021-01-07Color and icon button spacing fixestrilene4-47/+18
2021-01-07Fix call answered on another devicetrilene2-6/+14
2021-01-07Fix Qml control colorstrilene8-109/+153
2021-01-07Fix previous committrilene2-3/+3
2021-01-07Set Label text color explicitlytrilene3-0/+5
2021-01-07Finesse PlaceCall dialogtrilene1-32/+38
2021-01-07Add missing translation markstrilene2-9/+9
2021-01-07Add devices dialog to CallInviteBartrilene3-1/+118
2021-01-07Add device combos to PlaceCall dialogtrilene1-16/+47
2021-01-07Use Layout marginstrilene2-2/+6
2021-01-07Port PlaceCall dialog to Qmltrilene10-227/+131
2021-01-07Fix one-way video callstrilene4-2/+27
2021-01-07Make call invites less intrusivetrilene13-253/+204
2021-01-07Move call-related properties to CallManagertrilene8-105/+70
2021-01-07Fix notification reply build on other platformsNicolas Werner2-0/+6
2021-01-07Allow inline replies from notifications on linuxNicolas Werner6-11/+58
2021-01-06Explicitly mention, if call support is enabled at build timeNicolas Werner1-0/+9
fixes #366
2021-01-06Remove sodium from flatpakNicolas Werner1-10/+0
2021-01-06Remove useless captureNicolas Werner1-1/+1
2021-01-06Fix shadowing in LoginPage.cppNicolas Werner1-3/+3
2021-01-06Force override macos deps in CINicolas Werner2-2/+3
2021-01-05Fix typing notifications flickering sometimesNicolas Werner4-34/+66
2021-01-04Fix user status that got lost at some pointNicolas Werner1-0/+9
2021-01-01lintNicolas Werner1-5/+5
2020-12-31rename login_method -> loginMethod to fit the Nheko coding styled421-3/+3
2020-12-31find sso flow in all of the flowsd421-4/+8
2020-12-30Add Fedora build requirements to READMEtrilene1-1/+9
2020-12-28Fix missing include on WindowsNicolas Werner1-0/+2
2020-12-28Link keychain in flatpak staticallyNicolas Werner1-1/+2
2020-12-27Fix #359Nicolas Werner5-22/+53
Actually store the login details under the selected profile
2020-12-26Expose appimageNicolas Werner1-1/+2
2020-12-26Remove travisNicolas Werner1-99/+0
2020-12-26Upload appimage to matrixNicolas Werner1-1/+3
2020-12-26Fixup library pathsNicolas Werner1-341/+78
2020-12-26AppImages in gitlabNicolas Werner2-0/+435
2020-12-25lintNicolas Werner2-17/+20
2020-12-25Remove s3 upload for nightliesNicolas Werner1-7/+0
2020-12-25lintNicolas Werner6-15/+25
2020-12-25Use vs2019 for CINicolas Werner3-54/+74
2020-12-24Remove unused variableLoren Burkholder1-1/+0
2020-12-24Switch profile code to a more flexible methodLorenDB21-373/+654
This introduces a new version of SingleApplication as well.
2020-12-25Fix some compiler warningsNicolas Werner17-50/+51
2020-12-19Add qtkeychain to dependency installsLoren Burkholder1-5/+8
2020-12-19Translated using Weblate (Estonian)Weblate1-1/+1
Currently translated at 100.0% (412 of 412 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
2020-12-18Fix unused captureNicolas Werner1-1/+1
2020-12-18Another shadowed variableNicolas Werner1-3/+4
2020-12-18Fix some shadow warningsNicolas Werner1-20/+20
2020-12-18Update deps for keychainNicolas Werner4-6/+51
2020-12-18Add download keys from secret storageNicolas Werner4-1/+131
2020-12-17Translated using Weblate (Finnish)Weblate1-6/+6
Currently translated at 54.3% (224 of 412 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
2020-12-17Request secrets after verificationNicolas Werner2-52/+61
2020-12-17Upload cross-signing signatures after verificationNicolas Werner1-2/+57
2020-12-16Store secrets in keychainNicolas Werner11-12/+320
2020-12-15Fix black cat emojiNicolas Werner1-2/+3
2020-12-15Fix crash when we don't have device keys cachedNicolas Werner1-5/+7
2020-12-15Clean up encrypted message handlingNicolas Werner1-52/+54
2020-12-15Send SSSS requestsNicolas Werner3-0/+104
2020-12-15Fix scrolling the room list using touchNicolas Werner2-22/+24
2020-12-14Background color for code and don't collapse space in timelineNicolas Werner2-7/+8
2020-12-13React with arbitrary strings via /reactNicolas Werner1-0/+6
2020-12-13Don't overflow room nameNicolas Werner1-0/+2
2020-12-13Don't sync db on every syncNicolas Werner1-1/+1
This fixes some lag, when Nheko is running, which could affect Nheko and even other applications by excessively calling fsync. This should be fine, since all filesystems seem to guarantee order and in most cases, the modified pages are still written. In the worst case we should only lose the last /sync results or similar.
2020-12-13Remove some travis buildsNicolas Werner1-71/+0
2020-12-08Start addressing gstreamer deps on macos ci buildJoseph Donofry1-1/+6
2020-12-08Change pip to pip3Joseph Donofry1-1/+1
2020-12-08Add dmgbuild to macos buildJoseph Donofry1-0/+1
2020-12-08More MacOS CI UpdatesJoseph Donofry2-6/+8
2020-12-08Add VERSION to macos buildJoseph Donofry1-0/+1
2020-12-08Update Readme CI linkNicolas Werner1-1/+1
2020-12-08Add DMG build to Gitlab CIJoseph Donofry1-0/+7
2020-12-08lintNicolas Werner4-5/+9
2020-12-03Use system icon where applicableLoren Burkholder2-3/+2
2020-12-03update russian translatekirillpt18-577/+564
2020-11-30List needed gstreamer plugins explicitlytrilene1-2/+5
2020-11-30Improve Register page (#346)Kirillpt25-522/+647
* add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2020-11-30Add GStreamer requirements to READMEtrilene1-0/+5
2020-11-30Lint codekamathmanu1-1/+1
2020-11-30Update resources/qml/Avatar.qmlkamathmanu1-2/+0
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2020-11-30Update resources/qml/Avatar.qmlkamathmanu1-3/+1
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2020-11-30Lint codekamathmanu1-1/+3
2020-11-30Fix selection in input area by mouseNicolas Werner2-13/+56
2020-11-30Add support for viewing avatar images in full sizekamathmanu2-0/+11
2020-11-30Fix shadow variableNicolas Werner1-3/+3
2020-11-30Properly share and rotate sessions on member and device changesNicolas Werner6-92/+286
2020-11-30Remove outbound session storageNicolas Werner6-101/+44
2020-11-30Load sessions lazily from dbNicolas Werner6-33/+42
2020-11-27Use proper flatpak sdkNicolas Werner1-2/+2
2020-11-27Update ci flatpak sdkNicolas Werner1-4/+4
2020-11-27Add gitlab ciNicolas Werner8-6/+160
2020-11-27Bump Qt versionNicolas Werner1-1/+1
2020-11-26SkipEmptyParts was only added in Qt 5.14Nicolas Werner1-4/+6
2020-11-26Remove unnecessary capture of thisNicolas Werner1-3/+2
2020-11-27fix encryption toggleskirillpt2-32/+33
2020-11-26change Toggle behaviorkirillpt3-15/+17
2020-11-26fix validation feature in TextInput, it was trouble in password field in the ↵kirillpt1-0/+1
login page
2020-11-26Update translationsNicolas Werner18-82/+82
2020-11-26Fix variable shadowingNicolas Werner1-5/+5
2020-11-26change 'redacted' for 'removed'kirillpt2-3/+3
2020-11-26Bump max dbsNicolas Werner1-1/+1
2020-11-25Update translationsNicolas Werner18-2582/+1332
2020-11-25Fix race when reading members from dbNicolas Werner5-29/+52
2020-11-25Add some db logging and clean up avatar urls a bitNicolas Werner3-18/+14
2020-11-25Fix ActiveCallBartrilene1-25/+26
2020-11-25fixed toggle weirdness in settings, after loads added setChecked for ↵kirillpt1-0/+23
Toggles, and fix issues with startInTray
2020-11-25Open completer on tabNicolas Werner2-6/+30
2020-11-25Fix input focus when pressing reply buttonNicolas Werner5-0/+5
2020-11-25Implement Qml drag and dropNicolas Werner9-5/+104
2020-11-25Fix enter when no completion availableNicolas Werner1-12/+13
2020-11-25Remove redundant user search suggestion codeNicolas Werner7-122/+42
2020-11-25Show userid in completerNicolas Werner3-0/+9
2020-11-25Linkify username completionNicolas Werner1-0/+3
2020-11-25Mouse selection of completionsNicolas Werner2-3/+21
2020-11-25Split completion model into header and sourceNicolas Werner3-110/+145
2020-11-25Match on each word in the completerNicolas Werner1-1/+12
2020-11-25Fix index out of range on backspace in completerNicolas Werner1-3/+3
2020-11-25Fix completer fuzzy match not applying after prefix match and insert being ↵Nicolas Werner1-19/+9
broken
2020-11-25Fix some issues with completerNicolas Werner5-68/+144
2020-11-25Fix mimetype of media messagesNicolas Werner2-4/+5
2020-11-25Use a trie for filtering completions (not fuzzy yet)Nicolas Werner2-74/+131
2020-11-25Remove old TextinputNicolas Werner5-681/+0
2020-11-25Qml emoji completerNicolas Werner4-12/+62
2020-11-25Simple prefix match for completionsNicolas Werner2-5/+5
2020-11-25Custom completer filteringNicolas Werner