summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Reformat datesLoren Burkholder2021-07-301-3/+4
| | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Move read receipts connection to allow for future pop-out room viewsLoren Burkholder2021-07-302-12/+12
|
* Don't switch room that read receipt-related stuff is opened inLoren Burkholder2021-07-292-4/+6
|
* Use built-in sorting so that dynamic updates workLoren Burkholder2021-07-292-9/+2
|
* Use a QSortFilterProxyModel instead of resetting the modelLoren Burkholder2021-07-297-28/+70
|
* Reset model instead of doing weird convoluted updatesLoren Burkholder2021-07-291-6/+2
|
* Use Dialog flag to make tiling WMs happyLoren Burkholder2021-07-291-0/+1
|
* Close dialog on escapeLoren Burkholder2021-07-291-0/+5
|
* Dynamically update read receiptsLoren Burkholder2021-07-293-4/+25
|
* Fix incorrect function nameLoren Burkholder2021-07-291-1/+1
|
* Add close button at footerLoren Burkholder2021-07-291-0/+6
|
* make lintLoren Burkholder2021-07-291-1/+1
|
* Remove unused headersLoren Burkholder2021-07-291-10/+0
| | | | Why didn't I see these earlier?
* Remove Avatar classLoren Burkholder2021-07-295-220/+2
| | | | RIP
* Simplify read receipt storageLoren Burkholder2021-07-292-74/+19
|
* Remove outdated commentLoren Burkholder2021-07-291-1/+0
|
* QML the read receipts listLoren Burkholder2021-07-2915-271/+360
| | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit
* Port to explicit connect syntaxNicolas Werner2021-07-2713-62/+96
| | | | Also fix a lot of warnings.
* Fix crash on invalid utf8 in decrypted eventsNicolas Werner2021-07-261-12/+12
|
* Remove version checks for unsupported Qt versionsNicolas Werner2021-07-263-22/+3
|
* Remove QML from format script (it causes too many issues)Joe2021-07-251-13/+0
|
* Fix crash when storing secretsNicolas Werner2021-07-252-25/+26
| | | | | | | Nested QEventLoops are scary. Ultimately we shouldn't use them, but I have no better solution right now. fixes #656
* Remove SSSS requests on the UI threadNicolas Werner2021-07-251-1/+4
| | | | might fix #656
* Properly verify OTK signatureNicolas Werner2021-07-251-8/+26
|
* Don't send encrypted olm messages to ourselvesNicolas Werner2021-07-251-5/+25
|
* Fix SSSS unlock without a password setNicolas Werner2021-07-251-2/+9
| | | | fixes #657
* Merge branch 'remove_key_response_option' into 'master'Nicolas Werner2021-07-2428-576/+1620
|\ | | | | | | | | Remove 'respond to key requests' functionality See merge request nheko-reborn/nheko!10
| * Update translationsJoseph Donofry2021-07-2422-504/+1618
| |
| * Remove additional key requests preference codeJoe2021-07-244-22/+0
| |
| * Merge master and fix conflictsJoe2021-07-2487-2990/+5668
| |\ | |/ |/|
* | Fix edge case that could lead to no new one time keys being uploadedNicolas Werner2021-07-241-21/+23
| |
* | Fix some issues when parsing or serializing enabled pack roomsNicolas Werner2021-07-242-2/+2
| |
* | Try to avoid more olm loopsNicolas Werner2021-07-231-13/+22
| |
* | Remove unused this captureNicolas Werner2021-07-231-1/+1
| |
* | Merge pull request #651 from LorenDB/qml-all-the-thingsDeepBlueV7.X2021-07-234-5/+24
|\ \ | | | | | | Fix a few UI things
| * | make lintLoren Burkholder2021-07-222-1/+3
| | |
| * | Add functionality for loading global user profile where neededLoren Burkholder2021-07-213-1/+8
| | | | | | | | | | | | This is so viewing profiles from the invite dialog will work as expected.
| * | Pad the loading spinnerLoren Burkholder2021-07-211-4/+14
| | |
* | | Update mtxclientNicolas Werner2021-07-232-2/+2
| | |
* | | Add menu to enable or disable stickers globallyNicolas Werner2021-07-2316-17/+674
| | |
* | | Rename image pack modelNicolas Werner2021-07-226-16/+18
| | |
* | | Fix emoji picker not connected to inputNicolas Werner2021-07-221-1/+1
| | |
* | | Show confirmation dialog when leaving a room via the context menuNicolas Werner2021-07-222-2/+12
| | |
* | | Add trailing newline to session export to make gomuks happyNicolas Werner2021-07-221-1/+1
| | |
* | | Add suggested remote names to flatpak filesNicolas Werner2021-07-222-0/+2
|/ /
* | Merge pull request #650 from LorenDB/qml-all-the-thingsDeepBlueV7.X2021-07-2110-44/+56
|\ \ | | | | | | Open room members when member info label clicked
| * | Move various room auxiliary functions to TimelineManagerLoren Burkholder2021-07-218-42/+44
| | |
| * | Open room members when member info label clickedLoren Burkholder2021-07-215-6/+16
| | |
* | | Update translationsNicolas Werner2021-07-2124-2183/+3328
| | |
* | | Tweak rainbows slightlyNicolas Werner2021-07-211-1/+1
| | |
* | | Fix some media not being cached properlyNicolas Werner2021-07-211-1/+0
| | | | | | | | | | | | Most noticeable in the goose chooser.
* | | Fix color of invite labelNicolas Werner2021-07-211-0/+1
| | |
* | | Merge pull request #595 from LorenDB/qml-all-the-thingsDeepBlueV7.X2021-07-2134-591/+791
|\| | | | | | | | QML all the things, part 1
| * | Fix the loading spinner setupLoren Burkholder2021-07-201-4/+14
| | | | | | | | | | | | This fixes binding loops and gives it a (in my opinion) sane size.
| * | Fix elided widthLoren Burkholder2021-07-201-0/+1
| | |
| * | make lintLoren Burkholder2021-07-202-3/+6
| | |
| * | Modify message to be more accurateLoren Burkholder2021-07-201-1/+2
| | |
| * | Insert user before loading avatar/display nameLoren Burkholder2021-07-201-1/+3
| | |
| * | Call the correct functionLoren Burkholder2021-07-201-1/+1
| | |
| * | Fix bad connectionLoren Burkholder2021-07-201-1/+1
| | |
| * | Add property for plain room nameLoren Burkholder2021-07-204-3/+8
| | |
| * | Check with regex everywhereLoren Burkholder2021-07-201-4/+6
| | |
| * | Use elided labelLoren Burkholder2021-07-201-2/+2
| | |
| * | Use correct colorsLoren Burkholder2021-07-202-0/+4
| | |
| * | Don't hardcode fontsLoren Burkholder2021-07-203-8/+8
| | | | | | | | | | | | Fix hardcoded fonts (again)
| * | Fix hardcoded spacing/paddingLoren Burkholder2021-07-202-6/+6
| | | | | | | | | | | | Another padding fix
| * | Fix roomId propertyLoren Burkholder2021-07-201-1/+1
| | |
| * | make lintLoren Burkholder2021-07-202-4/+2
| | |
| * | Only run spinner while loading membersLoren Burkholder2021-07-203-1/+11
| | |
| * | Consolidate connectionsLoren Burkholder2021-07-202-16/+0
| | |
| * | Remove size_t property stuffLoren Burkholder2021-07-202-5/+2
| | |
| * | make lintLoren Burkholder2021-07-204-7/+23
| | |
| * | Use Nico's favored formatting (*shrugs*)Loren Burkholder2021-07-201-1/+1
| | |
| * | Fix visibility of spinnerLoren Burkholder2021-07-201-5/+2
| | |
| * | Drop unnecessary codeLoren Burkholder2021-07-201-1/+0
| | |
| * | Only invite if there is something/someone to inviteLoren Burkholder2021-07-203-77/+9
| | |
| * | Use standardized paddingLoren Burkholder2021-07-202-5/+5
| | |
| * | Get Ctrl+Enter working and fix cleaning up and closingLoren Burkholder2021-07-201-15/+14
| | |
| * | Fix bad property nameLoren Burkholder2021-07-201-2/+2
| | |
| * | Document bad behavior with footer and spinnerLoren Burkholder2021-07-201-1/+4
| | |
| * | More shortcut stuffLoren Burkholder2021-07-201-5/+5
| | |
| * | Fix Ctrl-Enter shortcutLoren Burkholder2021-07-201-9/+11
| | |
| * | Fix loaded member countLoren Burkholder2021-07-202-2/+2
| | |
| * | Actually set invitees propertyLoren Burkholder2021-07-201-1/+2
| | |
| * | Fix propertiesLoren Burkholder2021-07-201-4/+4
| | |
| * | Finish converting function to propertyLoren Burkholder2021-07-207-9/+9
| | |
| * | Clean up codeLoren Burkholder2021-07-203-39/+3
| | |
| * | Use fancy spinner (courtesy of redsky)Loren Burkholder2021-07-201-1/+1
| | |
| * | Fix propertiesLoren Burkholder2021-07-201-8/+9
| | |
| * | Fix background color on text inputLoren Burkholder2021-07-202-0/+5
| | |
| * | Fix up componentsLoren Burkholder2021-07-201-21/+28
| | |
| * | Fix borked property stuffLoren Burkholder2021-07-201-2/+2
| | |
| * | Make macOS CI happy (again)Loren Burkholder2021-07-201-2/+2
| | |
| * | make lintLoren Burkholder2021-07-207-37/+75
| | |
| * | Use standard buttons for OK buttonLoren Burkholder2021-07-201-4/+4
| | |
| * | Don't emit signal in constructorLoren Burkholder2021-07-201-1/+0
| | |
| * | Permissions only needs a roomid to functionLoren Burkholder2021-07-204-6/+7
| | |
| * | Simplify room details accessLoren Burkholder2021-07-203-6/+4
| | | | | | | | | | | | This removes the redundant room name property
| * | Fix item that accept() is called onLoren Burkholder2021-07-201-2/+2
| | |
| * | Add close on Escape shortcutLoren Burkholder2021-07-201-0/+5
| | |
| * | Clean up codeLoren Burkholder2021-07-202-16/+1
| | |
| * | Add fancy label if you enter a bad mxidLoren Burkholder2021-07-201-0/+73
| | |
| * | Focus the input bar automaticallyLoren Burkholder2021-07-201-0/+1
| | |
| * | Make sure to use the default room id if none is specifiedLoren Burkholder2021-07-203-5/+6
| | |
| * | Get member info loading workingLoren Burkholder2021-07-201-3/+1
| | |
| * | Add a fancy loading spinner to the member listLoren Burkholder2021-07-203-3/+23
| | |
| * | make lintLoren Burkholder2021-07-2015-133/+290
| | |
| * | QML the invite dialogLoren Burkholder2021-07-2014-293/+215
| | | | | | | | | | | | This also adds a property `roomId` to TimelineModel.
| * | QML the room member listLoren Burkholder2021-07-2015-225/+284
|/ /
* | Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-207-24/+38
| |
* | Fix reaction button againNicolas Werner2021-07-191-1/+1
| |
* | Model alias is still neededNicolas Werner2021-07-191-0/+1
| |
* | Cache sticker pickerNicolas Werner2021-07-192-4/+6
| |
* | Fix replying and editing stickersNicolas Werner2021-07-191-0/+9
| |
* | Merge pull request #648 from Nheko-Reborn/stickers2DeepBlueV7.X2021-07-1918-37/+467
|\ \ | | | | | | Stickers!
| * | Make scrolling sticker picker bearableNicolas Werner2021-07-191-0/+6
| | |
| * | Fix only first 7 stickers showing upNicolas Werner2021-07-193-6/+8
| | |
| * | Fix unused state key when iterating room stickersNicolas Werner2021-07-191-1/+1
| | |
| * | Move sticker parsing and enable room stickersNicolas Werner2021-07-195-38/+78
| | |
| * | Basic sticker supportNicolas Werner2021-07-1917-37/+419
|/ /
* | Merge pull request #646 from Nheko-Reborn/historical-key-sharingDeepBlueV7.X2021-07-188-110/+268
|\ \ | | | | | | Historical key sharing
| * | Disable unchecked key sharing to trusted users by defaultNicolas Werner2021-07-171-2/+3
| | |
| * | Share historical keysNicolas Werner2021-07-174-22/+55
| | | | | | | | | | | | | | | We share all keys with our devices and ones created by us to other users.
| * | Store megolm session data in separate databaseNicolas Werner2021-07-177-86/+210
|/ /
* | Fix replies not reloading after fetching themNicolas Werner2021-07-163-23/+28
| |
* | Try to make scrolling emoji picker a bit smootherNicolas Werner2021-07-151-0/+1
| |
| * Remove 'respond to key requests' functionalityJoseph Donofry2021-07-156-50/+2
|/
* Fix warning by deleting code I don't understandNicolas Werner2021-07-151-5/+0
|
* Add workaround for TextEdit not rerendering after image loadedNicolas Werner2021-07-153-0/+19
| | | | fixes #541
* Switch to room after joining inviteNicolas Werner2021-07-131-9/+10
|
* Don't allow switching to current roomNicolas Werner2021-07-131-0/+4
| | | | fixes #634
* Try to fix crash in setCurrentIndexNicolas Werner2021-07-131-17/+24
| | | | fixes #607
* Strip reply fallback from roomlistNicolas Werner2021-07-131-2/+4
| | | | fixes #630
* Fix sending encrypted editsNicolas Werner2021-07-132-2/+2
|
* Ignore some more files in appimageNicolas Werner2021-07-121-0/+2
|
* Remove examples from appimageNicolas Werner2021-07-121-4/+3
|
* Fix verification requests showing up on startupNicolas Werner2021-07-121-0/+9
|
* Don't use full dump for repliesNicolas Werner2021-07-123-20/+29
|
* Fix a few missing propertiesNicolas Werner2021-07-125-5/+29
|
* Fix off-by-1 in insertRows when loading room list from initial syncNicolas Werner2021-07-122-3/+4
|
* Update Qt version in READMENicolas Werner2021-07-121-1/+1
|
* Install deps for add-apt-repoNicolas Werner2021-07-121-0/+1
|
* Try to update qt in CINicolas Werner2021-07-122-22/+16
|
* Prepare for reuseItems in timelineNicolas Werner2021-07-1217-145/+482
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Use required properties and delegate pooling for room listNicolas Werner2021-07-102-26/+38
|
* Fix high CPU usage when a room is openNicolas Werner2021-07-105-35/+34
|
* Fix lintNicolas Werner2021-07-101-10/+6
|
* Remove db bottleneck by caching ro txn for 100 requestsNicolas Werner2021-07-104-92/+118
|
* Add additional device verification loggingNicolas Werner2021-07-101-0/+10
|
* Fix blurhash discoloration on decodeNicolas Werner2021-07-091-4/+6
|
* Redesign invites and room preview joinsNicolas Werner2021-07-099-82/+214
|
* Merge branch 'nheko_loading_spinner' into 'master'Nicolas Werner2021-07-0911-15/+218
|\ | | | | | | | | Nheko loading spinner See merge request nheko-reborn/nheko!9
| * Remove commented codeJoseph Donofry2021-07-081-2/+0
| |
| * Fixes from code reviewJoseph Donofry2021-07-086-99/+61
| |
| * Remove EmojiEmitterJoseph Donofry2021-07-081-60/+0
| |
| * Merge remote-tracking branch 'origin/master' into nheko_loading_spinnerJoseph Donofry2021-07-08106-6914/+11745
| |\
| * | Add nheko logo spinner to relevant places in UIJoseph Donofry2021-06-097-11/+85
| | |
| * | Change variable for runningJoseph Donofry2021-06-091-1/+1
| | |
| * | Add Nheko logo QML SpinnerJoseph Donofry2021-06-093-3/+232
| | |
* | | Merge branch 'windows_coeurl' into 'master'Joe Donofry2021-07-093-6/+51
|\ \ \ | |_|/ |/| | | | | | | | Get SChannel CURL backend working for coeurl on Windows See merge request nheko-reborn/nheko!8
| * | Fix linter issueJoseph Donofry2021-07-081-1/+1
| | |
| * | Add missing include to UtilsJoe2021-07-081-1/+2
| | |
| * | Update mtxclient with coeurl fixesJoe2021-07-071-1/+1
| | |
| * | Get SChannel CURL backend working for coeurl on WindowsJoe2021-07-072-4/+48
|/ /
* | Fix cmake template define issueJoe2021-07-072-5/+1
| |
* | Fix Backtrace define error for WindowsJoe2021-07-071-0/+2
| |
* | Translated using Weblate (Finnish)Weblate2021-07-061-14/+14
| | | | | | | | | | | | | | | | Currently translated at 47.4% (234 of 493 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
* | Translated using Weblate (Estonian)Weblate2021-07-061-52/+52
| | | | | | | | | | | | | | | | Currently translated at 100.0% (493 of 493 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
* | Fix a few embarrassing bugs with device list updatesNicolas Werner2021-07-061-8/+14
| |
* | Show previews for space roomsNicolas Werner2021-07-042-25/+213
| |
* | Explicitly state that online keybackup is unsupported rnNicolas Werner2021-07-031-1/+2
| |
* | Update E2EE noteNicolas Werner2021-07-031-3/+3
| |
* | Make emoji picker follow themeNicolas Werner2021-07-035-203/+226
| |
* | Fix community sidebar toggleNicolas Werner2021-07-022-2/+5
| |
* | Update translationsNicolas Werner2021-07-0223-5916/+5740
| |
* | Remove dead code to calculate last messageNicolas Werner2021-07-014-98/+3
| |
* | Fix mouse cursor on reply delegatesNicolas Werner2021-06-301-0/+1
| |
* | Merge pull request #626 from Nheko-Reborn/curlDeepBlueV7.X2021-06-3013-105/+184
|\ \ | | | | | | Use coeurl for networking
| * | Install libevent dev dependency for appimageNicolas Werner2021-06-301-1/+1
| | |
| * | Ignore return value of write() in signal handlerNicolas Werner2021-06-301-2/+2
| | |
| * | Add libevent in flatpakNicolas Werner2021-06-301-10/+15
| | |
| * | Get rid of boost dependency for stacktracesNicolas Werner2021-06-304-7/+48
| | |
| * | Update mtxclient and add coeurl to flatpakNicolas Werner2021-06-302-12/+8
| | |
| * | Add curl deps to CINicolas Werner2021-06-303-9/+16
| | |
| * | Fix too many newlines in reply fallbackNicolas Werner2021-06-301-1/+1
| | |
| * | Fix error message for /syncNicolas Werner2021-06-301-1/+1
| | |
| * | Use coeurl for networkingNicolas Werner2021-06-306-67/+97
|/ / | | | | | | | | Something is still wrong on shutdown, need to debug that. And CI will fail.
* | Fix tags going missing if you join communitiesNicolas Werner2021-06-261-1/+1
| |
* | Merge pull request #624 from Cadair/inline_img_single_quoteDeepBlueV7.X2021-06-251-0/+4
|\ \ | | | | | | Add another regex to match inline img tags using single quotes
| * | Apply suggestions from code reviewStuart Mumford2021-06-251-1/+1
| | |
| * | Update src/timeline/TimelineModel.cppStuart Mumford2021-06-251-1/+1
| | |
| * | Add another regex to match inline img tags using single quotesStuart Mumford2021-06-251-0/+4
| | | | | | | | | | | | Signed-off-by: Stuart Mumford <stuart@cadair.com>
* | | Try to fix appveyorNicolas Werner2021-06-251-2/+2
|/ /
* | Merge pull request #610 from Nheko-Reborn/spacesDeepBlueV7.X2021-06-2549-202/+1706
|\ \ | | | | | | Show some spaces in the community sidebar
| * | fix sort by unread not getting persistedNicolas Werner2021-06-251-0/+1
| | |
| * | Fix clicking links in mobile modeNicolas Werner2021-06-251-1/+2
| | | | | | | | | | | | fixes #617
| * | Increase contrast of dark theme secondary colors slightlyNicolas Werner2021-06-251-1/+1
| | |
| * | Don't use a thin font in the room listNicolas Werner2021-06-251-2/+0
| | |
| * | Fix spaces showing up with world filterNicolas Werner2021-06-251-25/+44
| | |
| * | Don't spam key requests directly after startupNicolas Werner2021-06-253-0/+23
| | |
| * | Fix missing back button on spaces page in narrow mode as well as topic not ↵Nicolas Werner2021-06-251-4/+17
| | | | | | | | | | | | resizing properly
| * | Fix null warning for space avatarsNicolas Werner2021-06-251-1/+1
| | |
| * | Add a basic 'Space page'Nicolas Werner2021-06-257-3/+83
| | |
| * | Fix off by 1 in previousRoom conditionNicolas Werner2021-06-251-1/+1
| | |
| * | Hide last message on spacesNicolas Werner2021-06-251-1/+3
| | |
| * | Hide spaces by default, unless they are in the current space filterNicolas Werner2021-06-254-7/+59
| | |
| * | Fix hiding rooms from a spaceNicolas Werner2021-06-253-13/+50
| | |
| * | Update mtxclient for spacesNicolas Werner2021-06-252-2/+2
| | |
| * | Allow filtering by spaceNicolas Werner2021-06-255-14/+70
| | |
| * | update SingleApplicationNicolas Werner2021-06-2530-64/+1051
| | |
| * | Show some spaces in the community sidebarNicolas Werner2021-06-256-106/+341
|/ /
* | Merge pull request #611 from balsoft/allow-edits-of-pending-messagesDeepBlueV7.X2021-06-194-7/+88
|\ \ | | | | | | Allow editing unsent messages
| * | fixup! Allow editing unsent messagesAlexander Bantyev2021-06-192-1/+7
| | |
| * | fixup! Allow editing unsent messagesAlexander Bantyev2021-06-191-0/+1
| | |
| * | fixup! Allow editing unsent messagesAlexander Bantyev2021-06-182-7/+21
| | |
| * | Allow editing unsent messagesAlexander Bantyev2021-06-184-7/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of 0db4d71ec2483c7ac5a7b536737fee8fc53a76d7 (Prevent edits of unsent messages), messages that are edits of (or replies to) unsent messages were not allowed. This change was made because otherwise the edits were discarded due to use of txnid rather than mxid in the "m.relates_to" object. Remove this restriction and fix the issue by replacing txnid with mxid in all related events when the message is sent (and we obtain mxid from the server).
* | | Merge pull request #614 from sfc-bhshipman/avatar_event_supportDeepBlueV7.X2021-06-191-0/+8
|\ \ \ | |/ / |/| | add avatar changed event support issue #550
| * | add avatar changed event support issue #550BShipman2021-06-191-0/+8
|/ /
* | Translated using Weblate (Esperanto)Weblate2021-06-151-5/+5
| | | | | | | | | | | | | | | | Currently translated at 62.7% (308 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | Fix missing clang format in lint jobNicolas Werner2021-06-161-1/+1
| |
* | Translated using Weblate (Esperanto)Weblate2021-06-151-7/+7
| | | | | | | | | | | | | | | | Currently translated at 61.9% (304 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | Fix wrong tags in context menuNicolas Werner2021-06-142-1/+11
| |
* | Fix copy and paste fail for low prio avatarNicolas Werner2021-06-141-1/+1
| |
* | Change collapse positionNicolas Werner2021-06-141-2/+2
| |
* | Update libolmNicolas Werner2021-06-142-3/+3
| |
* | Translated using Weblate (Italian)Weblate2021-06-121-41/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 63.7% (313 of 491 strings) Translated using Weblate (Italian) Currently translated at 63.7% (313 of 491 strings) Co-authored-by: Daniele Scasciafratte <mte90net@gmail.com> Co-authored-by: Quanterxotur <ganno.lexis.ag@mailbox.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko
* | Translated using Weblate (Esperanto)Weblate2021-06-121-2/+2
| | | | | | | | | | | | | | | | Currently translated at 60.8% (299 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | Merge pull request #605 from Nheko-Reborn/qml-roomlistDeepBlueV7.X2021-06-13110-4851/+3473
|\ \ | | | | | | Qml roomlist and stuff
| * | Fix button spacingLoren Burkholder2021-06-132-3/+4
| | |
| * | Layout 1.15 -> 1.12Nicolas Werner2021-06-132-2/+2
| | |
| * | Try to be compatible with Qt 5.12Nicolas Werner2021-06-1310-20/+28
| | |
| * | Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner2021-06-123-11/+12
| | |
| * | Merge branch 'master' into qml-roomlistNicolas Werner2021-06-1216-604/+3438
| |\ \ | |/ / |/| |
* | | Translated using Weblate (Esperanto)Weblate2021-06-091-140/+157
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 60.6% (298 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Merge branch 'color_generation_string' into 'master'Joe Donofry2021-06-083-8/+6
|\ \ \ | | | | | | | | | | | | | | | | Avoid unnecessary QColor -> QString conversions See merge request nheko-reborn/nheko!7
| * | | Avoid unnecessary QColor -> QString conversionsJoseph Donofry2021-06-083-8/+6
| | | |
* | | | Translated using Weblate (Esperanto)Weblate2021-06-081-45/+47
|/ / / | | | | | | | | | | | | | | | | | | | | | Currently translated at 32.3% (159 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Esperanto)Weblate2021-06-071-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 25.4% (125 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 25.4% (125 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Italian)Weblate2021-06-071-61/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Co-authored-by: Daniele Scasciafratte <mte90net@gmail.com> Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Joseph Curto <joe@joe.vr.it> Co-authored-by: Lorenzo Ancora <lorenzolucio+github@live.it> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko
* | | Translated using Weblate (Esperanto)Weblate2021-06-061-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 24.2% (119 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 24.2% (119 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Esperanto)Weblate2021-06-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 18.5% (91 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 18.5% (91 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 17.9% (88 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 17.5% (86 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.2% (80 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 16.2% (80 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.0% (79 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 16.0% (79 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | Translated using Weblate (Portuguese (Brazil))Weblate2021-06-031-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 7.3% (36 of 491 strings) Co-authored-by: zerowhy <zerowhy.server@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/ Translation: Nheko/nheko
* | | Merge pull request #600 from govynnus/registration-well-knownDeepBlueV7.X2021-06-032-31/+119
|\ \ \ | | | | | | | | Registration well known
| * | | Do a .well-known lookup during registrationCallum Brown2021-06-032-30/+109
| | | |
| * | | Give registration server input its own error labelCallum Brown2021-06-032-1/+10
| | | |
* | | | Merge pull request #594 from pcworld/narrow-view-notificationDeepBlueV7.X2021-05-292-4/+7
|\ \ \ \ | |/ / / |/| | | Fix notifications in narrow view when content is hidden