| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix avatar url conversion for widgets | Nicolas Werner | 2022-02-04 | 3 | -3/+3 |
| * | Show widgets as links | Nicolas Werner | 2022-02-04 | 8 | -11/+132 |
| * | Merge pull request #906 from LorenDB/offlineIndicator | DeepBlueV7.X | 2022-02-04 | 4 | -78/+98 |
| |\ |
|
| | * | Use different height setting | Loren Burkholder | 2022-02-03 | 1 | -1/+3 |
| | * | Add offline indicator (#472) | Loren Burkholder | 2022-02-01 | 4 | -78/+96 |
| * | | Merge pull request #918 from tastytea/stickerpicker-reapply-search | DeepBlueV7.X | 2022-02-03 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Clear search text in StickerPicker when the popup closes | tastytea | 2022-02-02 | 1 | -1/+2 |
| | |/ |
|
| * | | Translated using Weblate (Chinese (Simplified)) | Weblate | 2022-02-02 | 1 | -18/+18 |
| * | | Fetch previews for space children using /hierarchy | Nicolas Werner | 2022-02-02 | 4 | -48/+52 |
| |/ |
|
| * | split point is pointless | Nicolas Werner | 2022-01-31 | 1 | -1/+0 |
| * | Do word splitting in completer | Nicolas Werner | 2022-01-31 | 1 | -18/+23 |
| * | Remove unused funtion | Nicolas Werner | 2022-01-30 | 2 | -10/+0 |
| * | Merge pull request #893 from Nheko-Reborn/qml-root | DeepBlueV7.X | 2022-01-30 | 78 | -4333/+1720 |
| |\ |
|
| | * | Fix list items being hoverable through between settings and new room buttons | Nicolas Werner | 2022-01-30 | 3 | -211/+217 |
| | * | Reimplement error notifications | Nicolas Werner | 2022-01-30 | 9 | -111/+111 |
| | * | Remove a few unused includes | Nicolas Werner | 2022-01-30 | 4 | -23/+2 |
| | * | Remove a few now unused files | Nicolas Werner | 2022-01-30 | 30 | -2632/+1 |
| | * | Fix centering dialogs | Nicolas Werner | 2022-01-29 | 4 | -21/+13 |
| | * | Store window size on exit again | Nicolas Werner | 2022-01-29 | 1 | -1/+1 |
| | * | Get rid of some shadowing | Nicolas Werner | 2022-01-29 | 1 | -5/+5 |
| | * | Remove unnecessary qml engine shutdown workaround | Nicolas Werner | 2022-01-29 | 1 | -6/+0 |
| | * | Connect quit | Nicolas Werner | 2022-01-29 | 1 | -0/+2 |
| | * | keep the RegisterPage name | Nicolas Werner | 2022-01-29 | 4 | -2/+6 |
| | * | Fix secrets not loading after registration | Nicolas Werner | 2022-01-29 | 3 | -2/+8 |
| | * | Bump mtxclient | Nicolas Werner | 2022-01-28 | 2 | -2/+2 |
| | * | Port registration to Qml | Nicolas Werner | 2022-01-28 | 12 | -431/+432 |
| | * | Remove some unused functions | Nicolas Werner | 2022-01-26 | 3 | -53/+2 |
| | * | Functional login page | Nicolas Werner | 2022-01-26 | 13 | -492/+571 |
| | * | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 21 | -38/+15 |
| | * | Initial qml root window | Nicolas Werner | 2022-01-26 | 21 | -396/+425 |
| * | | Merge pull request #909 from tastytea/rename-manpage | DeepBlueV7.X | 2022-01-27 | 2 | -1/+1 |
| |\ \ |
|
| | * | | Rename man page so GitHub renders it. | tastytea | 2022-01-27 | 2 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #908 from tastytea/man-faq-etc | DeepBlueV7.X | 2022-01-27 | 2 | -3/+66 |
| |\ \ |
|
| | * | | Add sticker and custom emoji Q&A to readme FAQ | tastytea | 2022-01-27 | 1 | -0/+21 |
| | * | | Add FAQ to manpage, add sticker and custom emoji Q&A | tastytea | 2022-01-27 | 1 | -0/+21 |
| | * | | Fix documentation for --profile; add completers to man page | tastytea | 2022-01-27 | 1 | -3/+24 |
| | |/ |
|
| * / | Use ScrollHelper on EmojiPicker | Joseph Donofry | 2022-01-26 | 1 | -10/+16 |
| |/ |
|
| * | Fix gray scale images breaking notifications on dunst | Nicolas Werner | 2022-01-26 | 1 | -21/+5 |
| * | Merge pull request #901 from AyuBisht/master | DeepBlueV7.X | 2022-01-18 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed a grammatical error | Ayushi Bisht | 2022-01-18 | 1 | -1/+1 |
| * | | Merge pull request #900 from AyuBisht/master | DeepBlueV7.X | 2022-01-17 | 1 | -1/+1 |
| |\| |
|
| | * | fixed a typo in Cache.cpp | Ayushi Bisht | 2022-01-17 | 1 | -1/+1 |
| |/ |
|
| * | Translated using Weblate (Indonesian) | Weblate | 2022-01-15 | 1 | -11/+11 |
| * | Fix setting double values in setting spinboxes | Nicolas Werner | 2022-01-13 | 3 | -8/+46 |
| * | Small size and selection improvements for the settings page | Nicolas Werner | 2022-01-13 | 1 | -7/+9 |
| * | Add profile to notifications on KDE | Nicolas Werner | 2022-01-12 | 1 | -0/+4 |
| * | Fix device verification colors | Nicolas Werner | 2022-01-12 | 8 | -67/+46 |
| * | Move usersettings page to pages subdir | Nicolas Werner | 2022-01-12 | 3 | -2/+4 |
| * | Merge pull request #883 from Nheko-Reborn/qml-usersettings | Joseph Donofry | 2022-01-11 | 17 | -852/+1318 |
| |\ |
|
| | * | Address review comments | Nicolas Werner | 2022-01-11 | 3 | -13/+8 |
| | * | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 16 | -852/+1323 |
| * | | Translated using Weblate (Dutch) | Weblate | 2022-01-09 | 1 | -10/+10 |
| * | | Merge pull request #879 from skiedlx/spanish-translation | DeepBlueV7.X | 2022-01-06 | 1 | -281/+295 |
| |\ \ |
|
| | * | | Spanish translation done | Drake | 2022-01-06 | 1 | -281/+295 |
| |/ / |
|
| * / | Fix some minor UI issues with ImageOverlay and RawMessageDialog | Joseph Donofry | 2022-01-05 | 2 | -23/+26 |
| |/ |
|
| * | Work around images with size 0 in info | Nicolas Werner | 2022-01-04 | 2 | -2/+5 |
| * | Fix presence db creation on servers without presence | Nicolas Werner | 2022-01-03 | 2 | -11/+9 |
| * | Update translations | Nicolas Werner | 2022-01-03 | 24 | -1926/+1970 |
| * | Add minimum scale in image viewer | Nicolas Werner | 2022-01-03 | 2 | -2/+33 |
| * | Possibly fix crash on accepting invites | Nicolas Werner | 2022-01-03 | 1 | -24/+28 |
| * | Fix download icon size | Nicolas Werner | 2022-01-02 | 1 | -0/+5 |
| * | Translated using Weblate (Estonian) | Weblate | 2022-01-02 | 1 | -10/+10 |
| * | Translated using Weblate (French) | Weblate | 2022-01-02 | 1 | -2/+2 |
| * | Make some icons smoother | Nicolas Werner | 2022-01-02 | 11 | -10/+14 |
| * | Merge branch 'gstreamer_windows_macos' into 'master' | Joe Donofry | 2022-01-02 | 4 | -8/+39 |
| |\ |
|
| | * | Gstreamer glib event loop for macos and windows | Joe Donofry | 2022-01-02 | 4 | -8/+39 |
| * | | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 15 | -191/+196 |
| * | | Fix fade out of ripple | Nicolas Werner | 2022-01-02 | 1 | -1/+1 |
| |/ |
|
| * | Simplify Ripple effect and make it easier to use everywhere | Nicolas Werner | 2022-01-02 | 6 | -154/+97 |
| * | Optimize blurhashes a bit more | Nicolas Werner | 2022-01-02 | 1 | -43/+45 |
| * | Translated using Weblate (French) | Weblate | 2022-01-01 | 1 | -79/+79 |
| * | Update translation files | Weblate | 2022-01-01 | 1 | -5/+0 |
| * | Merge pull request #869 from skiedlx/spanish-translation | DeepBlueV7.X | 2022-01-01 | 1 | -426/+435 |
| |\ |
|
| | * | Added more spanish translation | Drake | 2022-01-01 | 1 | -426/+435 |
| |/ |
|
| * | Fix hovering aliases that only have text | Nicolas Werner | 2022-01-01 | 1 | -17/+10 |
| * | Speed up blurhashes | Nicolas Werner | 2022-01-01 | 1 | -3/+22 |
| * | Strip variant selector in some cases | Nicolas Werner | 2022-01-01 | 4 | -9/+17 |
| * | Use fully qualified emoji and use literals | Nicolas Werner | 2022-01-01 | 2 | -7056/+10189 |
| * | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 249 | -0/+249 |
| * | Merge pull request #867 from tastytea/enhance-manpage | DeepBlueV7.X | 2022-01-01 | 1 | -15/+15 |
| |\ |
|
| | * | man: Document arguments for invite, kick, ban, unban, shrug | tastytea | 2022-01-01 | 1 | -10/+10 |
| | * | Fix typos and first level headings in man page | tastytea | 2022-01-01 | 1 | -5/+5 |
| * | | Update translation files | Weblate | 2021-12-31 | 1 | -5/+0 |
| * | | Update translations | Nicolas Werner | 2022-01-01 | 24 | -1923/+2705 |
| |/ |
|
| * | Translated using Weblate (Spanish) | Weblate | 2021-12-31 | 1 | -18/+18 |
| * | Added translation using Weblate (Catalan) | Weblate | 2021-12-31 | 1 | -0/+3431 |
| * | Use the styles default delay for tooltips | Nicolas Werner | 2021-12-31 | 7 | -1/+32 |
| * | Get rid of some useless code | Nicolas Werner | 2021-12-31 | 8 | -12/+8 |
| * | Fix wrapping in member events | Nicolas Werner | 2021-12-31 | 1 | -0/+1 |
| * | Translated using Weblate (Spanish) | Weblate | 2021-12-30 | 1 | -4/+4 |
| * | Add missing license headers | Nicolas Werner | 2021-12-30 | 2 | -0/+8 |
| * | Try to reduce CPU overhead of animated images a bit | Nicolas Werner | 2021-12-30 | 1 | -4/+8 |
| * | Merge branch 'completer_scrolling' into 'master' | Joe Donofry | 2021-12-30 | 2 | -16/+35 |
| |\ |
|
| | * | Increase Completer limit to 30 | Joe Donofry | 2021-12-30 | 2 | -16/+35 |
| * | | Update presence dynamically and reduce allocations | Nicolas Werner | 2021-12-30 | 11 | -79/+145 |
| |/ |
|
| * | Convert blurhash image format on worker thread | Nicolas Werner | 2021-12-30 | 1 | -1/+1 |
| * | Fix crash after sending image caused by the recent refactor | Nicolas Werner | 2021-12-30 | 1 | -4/+4 |
| * | Reduce allocations and time spent creating delegates by half | Nicolas Werner | 2021-12-29 | 2 | -7/+9 |
| * | Reduce allocations for presence states a bit | Nicolas Werner | 2021-12-29 | 1 | -3/+10 |
| * | Prevent copies when querying theme | Nicolas Werner | 2021-12-29 | 4 | -18/+38 |
| * | Cache supported animated image formats | Nicolas Werner | 2021-12-29 | 1 | -1/+2 |
| * | Pretty up code with fewer allocations | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
| * | Reduce allocations for accessing event members | Nicolas Werner | 2021-12-29 | 5 | -35/+40 |
| * | Remove a few casts | Nicolas Werner | 2021-12-29 | 2 | -4/+4 |
| * | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 31 | -209/+317 |
| * | Reduce allocations required for the palette | Nicolas Werner | 2021-12-29 | 1 | -34/+40 |
| * | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 46 | -539/+539 |
| * | use more literals | Nicolas Werner | 2021-12-29 | 7 | -25/+25 |
| * | Add clazy to CI | Nicolas Werner | 2021-12-29 | 4 | -15/+43 |
| * | Cleanup remaining clazy issues | Nicolas Werner | 2021-12-28 | 6 | -25/+37 |
| * | Merge pull request #855 from rnhmjoj/master | DeepBlueV7.X | 2021-12-28 | 1 | -7/+43 |
| |\ |
|
| | * | Make nheko usable without a secret storage service | rnhmjoj | 2021-12-27 | 1 | -7/+43 |
| * | | more cleanups | Nicolas Werner | 2021-12-28 | 2 | -12/+12 |
| * | | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 50 | -695/+276 |
| * | | Remove unused button class | Nicolas Werner | 2021-12-28 | 3 | -133/+0 |
| * | | Some qt6 prep | Nicolas Werner | 2021-12-28 | 32 | -66/+89 |
| * | | Misc clang-tidy fixes | Nicolas Werner | 2021-12-28 | 2 | -12/+11 |
| * | | Fixup clang-tidy suggestion | Nicolas Werner | 2021-12-28 | 3 | -8/+9 |
| * | | Merge pull request #853 from MTRNord/MTRNord/clang-tidy | DeepBlueV7.X | 2021-12-28 | 2 | -83/+88 |
| |\ \ |
|
| | * | | Run linter | MTRNord | 2021-12-27 | 2 | -17/+22 |
| | * | | Apply (selective) Clang-tidy const function and new const pointer suggestions... | MTRNord | 2021-12-23 | 2 | -9/+9 |
| | * | | Apply (selective) Clang-tidy move and some new detected const pointer suggest... | MTRNord | 2021-12-23 | 2 | -11/+12 |
| | * | | Apply (selective) Clang-tidy and clazy suggestions on TimelineModel | MTRNord | 2021-12-23 | 2 | -54/+53 |
| * | | | Translated using Weblate (Indonesian) | Weblate | 2021-12-27 | 1 | -3/+3 |
| * | | | Merge pull request #858 from tastytea/inline-img-aa | DeepBlueV7.X | 2021-12-27 | 2 | -12/+51 |
| |\ \ \ |
|
| | * | | | Make custom emoticons twice as high as the font. | tastytea | 2021-12-27 | 1 | -7/+10 |
| | * | | | MxcImageProvider: Only use scaledToHeight if width <= 0. | tastytea | 2021-12-27 | 1 | -2/+8 |
| | * | | | Request inline images in the right size and anti-alias them | tastytea | 2021-12-27 | 2 | -9/+39 |
| |/ / / |
|
| * | | | Use body in alt text of custom emoji | Nicolas Werner | 2021-12-27 | 2 | -2/+2 |
| * | | | Fix inclusion condition for overriden pack types | Nicolas Werner | 2021-12-27 | 2 | -3/+1 |
| * | | | Add an ugly custom emote completer using ~ | Nicolas Werner | 2021-12-27 | 5 | -22/+64 |
| | |/
|/| |
|
| * | | Add man page (#851) | tastytea | 2021-12-22 | 5 | -1/+255 |
| |/ |
|
| * | Add alternative shortcut to Alt-A for systems, where that is taken already | Nicolas Werner | 2021-12-22 | 1 | -1/+3 |
| * | Make edits replace the previous notification on Linux | Nicolas Werner | 2021-12-22 | 1 | -7/+26 |
| * | Merge pull request #850 from mlochbaum/master | DeepBlueV7.X | 2021-12-21 | 1 | -0/+2 |
| |\ |
|
| | * | Add note about secret server to Arch installation instructions | Marshall Lochbaum | 2021-12-21 | 1 | -0/+2 |
| |/ |
|
| * | Use global threadpool | Nicolas Werner | 2021-12-21 | 3 | -18/+7 |
| * | Cleanup jdenticon code in the same way as blurhashes | Nicolas Werner | 2021-12-21 | 3 | -58/+91 |
| * | Cleanup blurhash formatting | Nicolas Werner | 2021-12-21 | 1 | -4/+2 |
| * | Modernize blurhashprovider implementation | Nicolas Werner | 2021-12-21 | 2 | -20/+45 |
| * | Fix date in CHANGELOG and appdata | Nicolas Werner | 2021-12-21 | 2 | -2/+2 |
| * | Release 0.9.1 | Nicolas Werner | 2021-12-21 | 4 | -6/+63 |
| * | Translated using Weblate (Indonesian) | Weblate | 2021-12-20 | 1 | -7/+7 |
| * | Bump dep versions | Nicolas Werner | 2021-12-19 | 2 | -11/+13 |
| * | Set the app_id on wayland | Nicolas Werner | 2021-12-19 | 1 | -0/+5 |
| * | Set notification category | Nicolas Werner | 2021-12-19 | 2 | -0/+3 |
| * | Make Nheko show up in system notification settings on Linux | Nicolas Werner | 2021-12-19 | 2 | -2/+5 |
| * | Explicitly set text format for raw message dialog | Nicolas Werner | 2021-12-19 | 1 | -0/+1 |
| * | Merge pull request #843 from Nheko-Reborn/openSUSE-readme | DeepBlueV7.X | 2021-12-18 | 1 | -0/+9 |
| |\ |
|
| | * | Add openSUSE install instructions | Loren Burkholder | 2021-12-17 | 1 | -0/+9 |
| |/ |
|
| * | Translated using Weblate (Indonesian) | Weblate | 2021-12-17 | 1 | -11/+11 |
| * | Translated using Weblate (Estonian) | Weblate | 2021-12-17 | 1 | -19/+19 |
| * | Fix crash when receiving matrix uri | Nicolas Werner | 2021-12-17 | 3 | -13/+20 |
| * | Translated using Weblate (French) | Weblate | 2021-12-16 | 1 | -90/+90 |
| * | Translated using Weblate (German) | Weblate | 2021-12-16 | 1 | -6/+6 |
| * | Translated using Weblate (Dutch) | Weblate | 2021-12-16 | 1 | -19/+19 |
| * | Update translations | Nicolas Werner | 2021-12-16 | 23 | -1281/+3122 |
| * | Fix a small alignment issue of text in notification bubbles | Nicolas Werner | 2021-12-16 | 1 | -4/+4 |
| * | Merge pull request #841 from LorenDB/qolImprovements | DeepBlueV7.X | 2021-12-16 | 4 | -38/+75 |
| |\ |
|
| | * | Fix a few things | Loren Burkholder | 2021-12-15 | 2 | -16/+4 |
| | * | Make notification count bubbles expand some more | Loren Burkholder | 2021-12-15 | 1 | -11/+30 |
| | * | make lint | Loren Burkholder | 2021-12-13 | 1 | -1/+4 |
| | * | Don't get too large of corners | Loren Burkholder | 2021-12-13 | 1 | -1/+1 |
| | * | Use better translation method | Loren Burkholder | 2021-12-13 | 1 | -1/+1 |
| | * | Make opening room members from rooms settings dialog work | Loren Burkholder | 2021-12-13 | 2 | -1/+2 |
| | * | Make it obvious that this is a notification and not the actual message | Loren Burkholder | 2021-12-13 | 1 | -27/+53 |
| * | | Strip space chars from recovery passphrase | Nicolas Werner | 2021-12-15 | 1 | -1/+7 |
| * | | Update to SingleApplication 3.3.2 proper | Nicolas Werner | 2021-12-15 | 31 | -62/+112 |
| * | | Use icns on macOS | Joseph Donofry | 2021-12-14 | 1 | -1/+2 |
| |/ |
|
| * | Merge pull request #835 from Thulinma/imagewindowrole | DeepBlueV7.X | 2021-12-14 | 1 | -0/+1 |
| |\ |
|
| | * | Added window role to image overlay | Thulinma | 2021-12-05 | 1 | -0/+1 |
| * | | Only show room pack button, when you can actually create one | Nicolas Werner | 2021-12-13 | 4 | -3/+7 |
| * | | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 7 | -16/+20 |
| * | | Fix turnserver check not being started when restoring from cache | Nicolas Werner | 2021-12-13 | 1 | -0/+1 |
| * | | Misc pack editor improvements | Nicolas Werner | 2021-12-13 | 3 | -5/+8 |
| * | | Show some avatar for image packs | Nicolas Werner | 2021-12-13 | 3 | -1/+68 |
| * | | Add recently used reactions | Nicolas Werner | 2021-12-13 | 6 | -1/+95 |
| * | | Vertically align message input | Nicolas Werner | 2021-12-12 | 1 | -1/+2 |
| * | | Allow clicking links in replies | Nicolas Werner | 2021-12-11 | 1 | -1/+8 |
| * | | Properly set position of resize handler after letting it go | Nicolas Werner | 2021-12-11 | 2 | -4/+7 |
| * | | Fix broken top bar clicks without pins | Nicolas Werner | 2021-12-11 | 1 | -7/+7 |
| * | | Change width of pinned message box | Nicolas Werner | 2021-12-11 | 1 | -1/+1 |
| * | | Bump mtxclient dependency | Nicolas Werner | 2021-12-11 | 2 | -2/+2 |
| * | | Fix a few shadowing warnings | Nicolas Werner | 2021-12-11 | 3 | -11/+11 |
| * | | Support pinned messages | Nicolas Werner | 2021-12-11 | 11 | -14/+298 |
| * | | Fix escaped html showing up in playable media message labels | Nicolas Werner | 2021-12-08 | 1 | -1/+1 |
| * | | Fix blurry thumbnails AGAIN | Nicolas Werner | 2021-12-08 | 1 | -1/+5 |
| * | | Translated using Weblate (Indonesian) | Weblate | 2021-12-07 | 1 | -15/+16 |
| * | | Fix lint | Nicolas Werner | 2021-12-08 | 1 | -6/+3 |
| * | | Limit max memory usage of images | Nicolas Werner | 2021-12-08 | 1 | -1/+4 |
| * | | Fix display of images, that can't be thumbnailed | Nicolas Werner | 2021-12-08 | 1 | -3/+3 |
| * | | Get rid of threadpool for images | Nicolas Werner | 2021-12-08 | 3 | -21/+48 |
| * | | Allow swiping between views in single page mode | Nicolas Werner | 2021-12-06 | 2 | -7/+37 |
| * | | Fix a few clang tidy warnings | Nicolas Werner | 2021-12-06 | 3 | -12/+6 |
| |/ |
|
| * | Translated using Weblate (Dutch) | Weblate | 2021-12-05 | 1 | -10/+11 |
| * | Fix sanitizer warning about signed shifts | Nicolas Werner | 2021-12-04 | 1 | -1/+2 |
| * | Merge pull request #833 from Bubu/clion_suggestions | DeepBlueV7.X | 2021-12-03 | 3 | -41/+42 |
| |\ |
|
| | * | InputBar: run clang-format | Marcus Hoffmann | 2021-12-03 | 2 | -27/+29 |
| | * | InputBar: Mark some functions as [[nodiscard]] | Marcus Hoffmann | 2021-12-03 | 1 | -3/+3 |
| | * | InputBar: mark constrictor as explicit | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
| | * | InputBar: use X.empty() instead of !X.size() | Marcus Hoffmann | 2021-12-03 | 1 | -2/+2 |
| | * | InputBar: use auto type | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
| | * | InputBar: use multi-arg string replacement | Marcus Hoffmann | 2021-12-03 | 1 | -2/+2 |
| | * | InputBar: use character argument instead of string | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
| | * | InputBar: apply clang-tidy const reference suggestions | Marcus Hoffmann | 2021-12-03 | 2 | -17/+17 |
| | * | InputBar: use QFileInfo::exists() | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
| | * | InputBar: remove unused imports | Marcus Hoffmann | 2021-12-03 | 1 | -4/+0 |
| | * | add clion/idea dir to gitignore | Marcus Hoffmann | 2021-12-03 | 1 | -0/+3 |
| * | | Translated using Weblate (Esperanto) | Weblate | 2021-12-02 | 1 | -9/+10 |
| * | | Translated using Weblate (French) | Weblate | 2021-12-02 | 1 | -82/+83 |
| |/ |
|
| * | Navigate to subspaces by clicking on them | Nicolas Werner | 2021-12-02 | 1 | -0/+4 |
| * | Translated using Weblate (Finnish) | Weblate | 2021-12-01 | 1 | -8/+8 |
| * | Translated using Weblate (Estonian) | Weblate | 2021-12-01 | 1 | -11/+12 |
| * | Remember all the collapsed trees | Nicolas Werner | 2021-12-01 | 4 | -2/+76 |
| * | Don't waste space for non existing subspaces | Nicolas Werner | 2021-12-01 | 3 | -1/+12 |
| * | Don't pad, just fill | Nicolas Werner | 2021-12-01 | 1 | -1/+2 |
| * | Leaves can't collapse | Nicolas Werner | 2021-12-01 | 3 | -4/+3 |
| * | Hide me underneath the space tree | Nicolas Werner | 2021-12-01 | 8 | -31/+344 |
| * | Fix crash on redactions without because | Nicolas Werner | 2021-11-29 | 1 | -3/+5 |
| * | Translated using Weblate (English) | Weblate | 2021-11-29 | 1 | -10/+10 |
| * | Cleanup error logging a bit | Nicolas Werner | 2021-11-29 | 1 | -30/+11 |
| * | Delete rooms even if we fail to leave | Nicolas Werner | 2021-11-29 | 1 | -0/+10 |
| * | Remove double padding on redactions | Nicolas Werner | 2021-11-29 | 1 | -3/+6 |
| * | Fix source translation | Nicolas Werner | 2021-11-29 | 1 | -6/+7 |
| * | Merge branch 'redaction_updates' into 'master' | Nicolas Werner | 2021-11-29 | 29 | -868/+1644 |
| |\ |
|
| | * | Change QML UI for redactions | Joe Donofry | 2021-11-29 | 29 | -868/+1644 |
| |/ |
|
| * | If the locale is set to C, force english locale | Nicolas Werner | 2021-11-27 | 1 | -1/+2 |
| * | Use old flatpak runtime to prevent crashes on arm | Nicolas Werner | 2021-11-27 | 2 | -5/+7 |
| * | Translated using Weblate (Italian) | Weblate | 2021-11-25 | 1 | -1/+1 |
| * | Properly fix #825 | Nicolas Werner | 2021-11-24 | 1 | -1/+3 |
| * | fix lint | Nicolas Werner | 2021-11-24 | 1 | -1/+0 |
| * | Fix crash in SingleApplication when other end exits immediately | Nicolas Werner | 2021-11-24 | 1 | -2/+2 |
| * | Initialize client lazily | Nicolas Werner | 2021-11-24 | 1 | -4/+2 |
| * | Fix loading on Gnome when in flatpak | Nicolas Werner | 2021-11-24 | 2 | -5/+7 |
| * | Merge branch 'more-random-colors' into 'master' | Nicolas Werner | 2021-11-24 | 2 | -8/+8 |
| |\ |
|
| | * | Fix colors of sidebar in replies | Nicolas Werner | 2021-11-24 | 1 | -1/+1 |
| | * | Use a more random hash to generate user colors | Nicolas Werner | 2021-11-24 | 1 | -7/+7 |
| |/ |
|
| * | Fix one more wrong background color | Nicolas Werner | 2021-11-22 | 1 | -1/+1 |
| * | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 22 | -114/+116 |
| * | Merge pull request #822 from Nheko-Reborn/dm-filter | DeepBlueV7.X | 2021-11-21 | 18 | -59/+411 |
| |\ |
|
| | * | Try to tame Windows headers | Nicolas Werner | 2021-11-21 | 1 | -1/+1 |
| | * | Only mark as direct, if invite was direct | Nicolas Werner | 2021-11-21 | 3 | -5/+20 |
| | * | Mark rooms as direct chats | Nicolas Werner | 2021-11-21 | 5 | -2/+79 |
| | * | Pretty error printing | Nicolas Werner | 2021-11-21 | 4 | -13/+121 |
| | * | Add a filter for direct chats | Nicolas Werner | 2021-11-20 | 10 | -40/+192 |
| * | | Return nullopt for state events in rooms we are not in | Nicolas Werner | 2021-11-21 | 1 | -27/+27 |
| * | | Translated using Weblate (French) | Weblate | 2021-11-20 | 1 | -73/+73 |
| |/ |
|
| * | Pass correct background color to username separator | Nicolas Werner | 2021-11-20 | 1 | -1/+1 |
| * | Make user colors a bit more vibrant | Nicolas Werner | 2021-11-19 | 1 | -5/+3 |
| * | Update macOS icon package to macOS-y style. Thanks quinn | Joseph Donofry | 2021-11-19 | 2 | -0/+2 |