Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-09 | Improve sorting a bit and fix some bugs in edge cases | Nicolas Werner | 2 | -38/+55 | |
makes nheko appear at the top, if you search for it as well as TWIM match the twim room | |||||
2021-04-09 | Fix undefined warning | Nicolas Werner | 1 | -1/+1 | |
2021-04-09 | Fix crash on exit | Nicolas Werner | 1 | -4/+12 | |
2021-04-08 | Fix a weird edge case with persisted empty event ids | Nicolas Werner | 1 | -8/+11 | |
No idea, how that happened and where it came from | |||||
2021-04-08 | Fix small leak in TrayIcon | Nicolas Werner | 1 | -4/+4 | |
2021-04-05 | Don't use direct image response objects anymore | Nicolas Werner | 2 | -28/+40 | |
2021-04-04 | Fix download button | Nicolas Werner | 1 | -5/+0 | |
2021-04-04 | Fix exif rotation in unencrypted rooms | Nicolas Werner | 3 | -3/+16 | |
2021-04-03 | Fix qtlabs platform in windows packages | Nicolas Werner | 2 | -3/+3 | |
2021-04-03 | Fix appveyor | Nicolas Werner | 1 | -1/+2 | |
2021-04-01 | Fix rainbow replies and add rainbowme | Nicolas Werner | 2 | -7/+9 | |
2021-03-31 | Use qsTr() for strings | Loren Burkholder | 2 | -15/+15 | |
2021-03-28 | Tweak rainbow slightly | Nicolas Werner | 1 | -1/+4 | |
2021-03-28 | Fix emojis being split by rainbows | Nicolas Werner | 1 | -5/+5 | |
2021-03-28 | Lint Code | Anjani Kumar | 1 | -2/+2 | |
2021-03-28 | run formatter | LordMZTE | 2 | -2/+2 | |
2021-03-28 | Update src/timeline/InputBar.cpp | DeepBlueV7.X | 1 | -1/+1 | |
2021-03-28 | Use QRegularExpression | DeepBlueV7.X | 1 | -1/+1 | |
2021-03-28 | fix command parsing | LordMZTE | 1 | -3/+2 | |
2021-03-28 | commands now also work with newline after them | LordMZTE | 1 | -0/+2 | |
2021-03-28 | use QString as buf in rainbowifyer | LordMZTE | 1 | -5/+4 | |
2021-03-28 | implement requested changes | LordMZTE | 2 | -11/+8 | |
2021-03-28 | Fix build: refactor variables to avoid same names in a scope | Anjani Kumar | 1 | -4/+4 | |
2021-03-27 | Add new mtxclient | Joseph Donofry | 1 | -2/+2 | |
2021-03-27 | Remove delay when focusing quick switcher | Nicolas Werner | 1 | -14/+1 | |
2021-03-27 | remove incorrect include | LordMZTE | 1 | -1/+0 | |
2021-03-27 | use QString to format in rainbow function | LordMZTE | 1 | -6/+5 | |
2021-03-27 | rainbow now works with unicode! | LordMZTE | 1 | -7/+15 | |
2021-03-27 | use qtextboundary finder to rainbowify. (not working for unicode chars yet) | LordMZTE | 1 | -5/+13 | |
2021-03-27 | fix size type | LordMZTE | 1 | -1/+2 | |
2021-03-27 | Fix double click on video message | Nicolas Werner | 1 | -38/+30 | |
2021-03-26 | Disable horizontal scrollbar in timeline | Nicolas Werner | 1 | -0/+2 | |
fixes #530 | |||||
2021-03-25 | Use correct Qt version | Loren Burkholder | 1 | -3/+3 | |
2021-03-25 | Add part/leave command | Loren Burkholder | 1 | -0/+2 | |
2021-03-26 | add /rainbow command | LordMZTE | 4 | -8/+83 | |
2021-03-23 | Fix emoji picker appearing in wrong locations | Nicolas Werner | 3 | -22/+17 | |
2021-03-20 | Pressing escape hides PreviewUploadOverlay | salahmak | 1 | -4/+5 | |
2021-03-20 | Pressing escape hides PreviewUploadOverlay | salahmak | 2 | -0/+11 | |
2021-03-19 | Reserve memory for rooms in completer | Nicolas Werner | 1 | -0/+4 | |
2021-03-19 | Fix room settings opening twice on room title | Nicolas Werner | 1 | -4/+0 | |
2021-03-17 | Make CI happy | Nicolas Werner | 2 | -19/+15 | |
2021-03-18 | Prevent EventType::Unsupported type events to be saved in db, avoiding ↵ | Anjani Kumar | 1 | -1/+1 | |
exceptions | |||||
2021-03-17 | Fix shadowing | Nicolas Werner | 1 | -7/+10 | |
2021-03-17 | Add missing QPointer include | Nicolas Werner | 1 | -0/+1 | |
2021-03-17 | Use old hunter directory | Joseph Donofry | 1 | -2/+2 | |
2021-03-17 | Fix licenses | Nicolas Werner | 3 | -0/+13 | |
2021-03-17 | Clean up notification code a bit | Nicolas Werner | 16 | -477/+207 | |
2021-03-17 | Refactor image download code to be reusable | Nicolas Werner | 2 | -95/+166 | |
2021-03-17 | Simplify image loading | Loren Burkholder | 3 | -16/+6 | |
2021-03-17 | Don't create a QImage every time | Loren Burkholder | 1 | -5/+2 | |
2021-03-17 | Simplify macOS checks for a null image | Loren Burkholder | 2 | -2/+15 | |
2021-03-17 | make lint | Loren Burkholder | 1 | -13/+12 | |
2021-03-17 | Block notifications until the image has been downloaded | Loren Burkholder | 1 | -9/+21 | |
2021-03-17 | Only try to display images if they exist | Loren Burkholder | 3 | -7/+14 | |
2021-03-17 | Use better method of resizing images | Loren Burkholder | 1 | -7/+7 | |
2021-03-17 | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 5 | -10/+10 | |
There was nowhere that an actual pointer was passed, and I wanted to do references for something else. | |||||
2021-03-17 | Simplify regex | Loren Burkholder | 3 | -3/+3 | |
2021-03-17 | Simplify formatting on Windows | Loren Burkholder | 2 | -29/+22 | |
2021-03-17 | Better handle encrypted notifications | Loren Burkholder | 3 | -18/+56 | |
2021-03-17 | Remove unnecessary header | Loren Burkholder | 1 | -1/+0 | |
2021-03-17 | Rewrite notification posting logic | Nicolas Werner | 6 | -86/+264 | |
This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform. | |||||
2021-03-17 | Add regex to remove replies in notifications | Loren Burkholder | 3 | -5/+16 | |
2021-03-17 | Fix when "replied" is displayed | Loren Burkholder | 1 | -3/+3 | |
I accidentally put it in backwards. | |||||
2021-03-17 | Get event text in event parser function | Loren Burkholder | 5 | -9/+15 | |
2021-03-17 | Add "replied" marker to regular reply messages | Loren Burkholder | 1 | -1/+8 | |
2021-03-17 | Create function for processing whether a message is a reply | Loren Burkholder | 3 | -1/+11 | |
2021-03-17 | Simplify message body construction | Loren Burkholder | 1 | -8/+5 | |
2021-03-17 | Simplify determination of whether markup is supported | Loren Burkholder | 1 | -8/+14 | |
This should also result in a speed increase (however slight), since the capabilities are now sorted through only once. | |||||
2021-03-17 | Only HTML-format the body if it should be formatted | Loren Burkholder | 1 | -2/+4 | |
2021-03-17 | Format notifications according to the FreeDesktop specification | Loren Burkholder | 1 | -2/+13 | |
2021-03-17 | Fix Linux HTML notifications | Loren Burkholder | 1 | -5/+6 | |
2021-03-17 | Fix colon spacing | Loren Burkholder | 1 | -1/+1 | |
2021-03-17 | Don't run markdownToHtml on messages | Loren Burkholder | 3 | -4/+4 | |
2021-03-17 | Disable HTML on macOS | Loren Burkholder | 1 | -1/+1 | |
2021-03-17 | Move data parsing into a dedicated function | Loren Burkholder | 7 | -74/+103 | |
Actually posting the notification is now the responsibility of a private function | |||||
2021-03-17 | make lint | Loren Burkholder | 1 | -2/+2 | |
2021-03-17 | Use the class D-Bus member | Loren Burkholder | 1 | -9/+3 | |
2021-03-17 | Use plaintext for Windows notifications | Loren Burkholder | 1 | -1/+3 | |
2021-03-17 | Only pass formatted text if it is supported (Linux) | Loren Burkholder | 1 | -4/+9 | |
2021-03-17 | Parse markdown overrides during replies | Loren Burkholder | 1 | -1/+3 | |
I apparently missed this when I originally added the overrides. | |||||
2021-03-17 | Format markdown as HTML in notifications | Loren Burkholder | 3 | -6/+12 | |
2021-03-17 | Test a shorter PATH for appveyor | Joseph Donofry | 1 | -1/+1 | |
2021-03-16 | Move check for duplicate /sync responses to the same thread | Nicolas Werner | 2 | -14/+15 | |
2021-03-15 | Convert flatpak file to yaml to be able to add comments | Nicolas Werner | 3 | -271/+180 | |
2021-03-15 | Use device=all in flatpak for webcam support | Nicolas Werner | 1 | -0/+1 | |
fixes #517 | |||||
2021-03-15 | Don't send markdown links in body | Nicolas Werner | 3 | -4/+36 | |
fixes #422 | |||||
2021-03-15 | Store all state events | Nicolas Werner | 3 | -51/+38 | |
2021-03-15 | Rotate session keys properly | Nicolas Werner | 6 | -70/+121 | |
2021-03-15 | Pressing return on image upload dialog sends the message | salahmak | 1 | -0/+6 | |
2021-03-15 | prepend file:// for linux and macos | targetakhil | 1 | -0/+8 | |
2021-03-14 | Shorten hunter dir path | Nicolas Werner | 1 | -2/+2 | |
2021-03-14 | Use native menus | Nicolas Werner | 3 | -37/+38 | |
2021-03-14 | Add faq section | targetakhil | 1 | -0/+7 | |
2021-03-14 | fix windows video bug | targetakhil | 1 | -1/+1 | |
2021-03-14 | Use readonly properties where possible | Nicolas Werner | 3 | -5/+5 | |
2021-03-14 | Remove some more allocations | Nicolas Werner | 4 | -14/+18 | |
2021-03-14 | Reduce allocations when escaping emoji | Nicolas Werner | 1 | -6/+15 | |
2021-03-14 | Fix room completions not showing label avatars | Nicolas Werner | 1 | -0/+2 | |
When no image is set for a room, the room didn't have the first character in the avatar, when opening any completer, that showed it. | |||||
2021-03-14 | Fix qml license headers again | Nicolas Werner | 51 | -0/+58 | |
2021-03-14 | Remove background of quick switcher popup | Nicolas Werner | 1 | -0/+1 | |
2021-03-14 | Improve sorting and sizing of completions a bit | Nicolas Werner | 53 | -121/+95 | |
2021-03-13 | Fix text corruption from unrounded pixel height | Nicolas Werner | 1 | -2/+2 | |
2021-03-13 | Disable bundled OpenSSL by default, even with hunter | Nicolas Werner | 5 | -6/+8 | |
2021-03-12 | Fix a few db access crashes | Nicolas Werner | 2 | -5/+14 | |
2021-03-12 | Bump mtxclient version | Nicolas Werner | 2 | -2/+2 | |
2021-03-12 | Disable room pings in replies | Nicolas Werner | 1 | -0/+2 | |
2021-03-11 | Translated using Weblate (German) | Weblate | 1 | -10/+10 | |
Currently translated at 93.0% (426 of 458 strings) Co-authored-by: Konstantin Papesh <konstantin@papesh.at> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
2021-03-11 | Translated using Weblate (English) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (458 of 458 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
2021-03-08 | Translated using Weblate (Estonian) | Weblate | 1 | -26/+28 | |
Currently translated at 100.0% (458 of 458 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 | |||||
2021-03-08 | Fix disable certificate validation on login page | Nicolas Werner | 1 | -3/+4 | |
2021-03-07 | Fix popup opening at wrong place | Nicolas Werner | 2 | -7/+4 | |
fixes #512 | |||||
2021-03-07 | Fix conflict between qmlformat and license check | Nicolas Werner | 49 | -0/+50 | |
2021-03-07 | Show mxid on hovering username | Nicolas Werner | 49 | -52/+13 | |
fixes #507 | |||||
2021-03-07 | Fix missing include for FetchContent | Nicolas Werner | 1 | -0/+1 | |
fixes #511 | |||||
2021-03-06 | Add config option to disable tls validation | Nicolas Werner | 7 | -4/+42 | |
2021-03-07 | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 8 | -50/+43 | |
function from inputbar | |||||
2021-03-06 | Add linebreaks to fingerprint | Nicolas Werner | 1 | -3/+7 | |
2021-03-05 | Bump mtxclient | trilene | 1 | -1/+1 | |
2021-03-05 | Bump mtxclient | trilene | 2 | -8/+8 | |
2021-03-05 | Use short format for time | Nicolas Werner | 1 | -1/+1 | |
2021-03-05 | Mark message currently being edited | Nicolas Werner | 1 | -2/+2 | |
2021-03-05 | Fix janky hoverhandling for text messages | Nicolas Werner | 2 | -1/+4 | |
Add a 1px border to get more hover enter events... | |||||
2021-03-05 | Fix unused variable | Nicolas Werner | 1 | -1/+0 | |
2021-03-05 | fix linting | Nicolas Werner | 5 | -132/+137 | |
2021-03-05 | Fix cplusplus macro on windows | Nicolas Werner | 1 | -0/+3 | |
2021-03-05 | Update translations | Nicolas Werner | 20 | -4475/+4663 | |
2021-03-05 | Fix a few join confirmations too many | Nicolas Werner | 2 | -8/+13 | |
2021-03-05 | Remove tweeny | Nicolas Werner | 3 | -29/+26 | |
2021-03-04 | Fix linting | Joseph Donofry | 11 | -161/+152 | |
2021-03-05 | Update license headers | Nicolas Werner | 225 | -653/+911 | |
2021-03-04 | Properly format matrix errors in spdlog statements | Joseph Donofry | 3 | -7/+7 | |
2021-03-04 | Use overlay buttons for message actions | Nicolas Werner | 4 | -79/+127 | |
2021-03-03 | Translated using Weblate (French) | Weblate | 1 | -27/+30 | |
Currently translated at 97.8% (447 of 457 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2021-03-03 | Avoid some duplicate property queries | Nicolas Werner | 2 | -2/+2 | |
2021-03-03 | Fix avatar fallback in rooms | Nicolas Werner | 1 | -0/+1 | |
2021-03-03 | Fix reply relating to the wrong id of edited event | Nicolas Werner | 1 | -1/+1 | |
2021-03-03 | Fix the include path for lmdb from hunter | Nicolas Werner | 1 | -0/+3 | |
2021-03-03 | Download single file for lmdb++.hpp | Nicolas Werner | 1 | -2/+2 | |
2021-03-03 | Add comment to mark db keys as such | Nicolas Werner | 1 | -0/+1 | |
2021-03-03 | Update to new lmdbxx version | Nicolas Werner | 5 | -495/+367 | |
2021-03-03 | add matrix uri handler registry values in installer | Jedi18 | 1 | -0/+12 | |
2021-03-02 | Translated using Weblate (German) | Weblate | 1 | -2/+2 | |
Currently translated at 96.7% (442 of 457 strings) Co-authored-by: CryptKid <CryptKiddie@chaospott.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
2021-03-01 | Fix indentation | Nicolas Werner | 1 | -1/+1 | |
2021-03-01 | Use one after_build in appveyor | Nicolas Werner | 1 | -3/+1 | |
2021-03-01 | Fix appveyor upload | Nicolas Werner | 1 | -1/+2 | |
2021-03-01 | Don't ask to join joined rooms when clicking matrix uri | Nicolas Werner | 1 | -2/+2 | |
2021-02-26 | Translated using Weblate (French) | Weblate | 1 | -57/+57 | |
Currently translated at 92.3% (422 of 457 strings) Translated using Weblate (French) Currently translated at 92.3% (422 of 457 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Co-authored-by: Nicolas Guichard <nicolas@guichard.eu> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2021-02-26 | Translated using Weblate (Swedish) | Weblate | 1 | -5/+5 | |
Currently translated at 95.8% (438 of 457 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko | |||||
2021-02-26 | changed bottomToTop to true and renamed textWidth to textHeight | Jedi18 | 1 | -5/+5 | |
2021-02-25 | Use toggles for screen share settings | Nicolas Werner | 1 | -27/+38 | |
2021-02-25 | Restore voice/video calls | trilene | 1 | -1/+2 | |
2021-02-25 | add_feature_info for screen sharing window selection | trilene | 1 | -1/+6 | |
2021-02-25 | Add missing translation mark | trilene | 1 | -1/+1 | |
2021-02-25 | Add screen sharing window preview | trilene | 3 | -4/+100 | |
2021-02-25 | Fix unaligned reads | Nicolas Werner | 1 | -16/+30 | |
2021-02-25 | Fix potential issue with modifiers and edit shortcuts | Nicolas Werner | 1 | -2/+2 | |
2021-02-25 | change mtxclient url, fix login page assert failure and dendrite ↵ | Jedi18 | 5 | -6/+13 | |
registration bug | |||||
2021-02-25 | navigate to newly created rooms | Jedi18 | 2 | -2/+13 | |
2021-02-25 | Fix text input restoring after edits | Nicolas Werner | 4 | -22/+25 | |
2021-02-24 | Allow editing via up and down arrows | Nicolas Werner | 3 | -2/+55 | |
2021-02-24 | Allow choice of single window when sharing screen | trilene | 6 | -24/+131 | |
2021-02-24 | remove old quick switcher | Jedi18 | 7 | -242/+1 | |
2021-02-24 | added margins and ui changes for quickswitcher and completer | Jedi18 | 2 | -11/+19 | |
2021-02-24 | fix row content centering | Jedi18 | 2 | -5/+11 | |
2021-02-24 | Ensure we ask for confirmation when clicking on a matrix uri | Nicolas Werner | 1 | -3/+17 | |
2021-02-24 | Add missing dependency to appimage | Nicolas Werner | 1 | -0/+1 | |
2021-02-24 | Copy upload steps fr |