Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #279 from Lurkki14/master | DeepBlueV7.X | 2020-09-13 | 1 | -1/+2 |
|\ | | | | | reset filter string when emoji completer is opened | ||||
| * | reset filter string when emoji completer is opened | Jussi Kuokkanen | 2020-09-13 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #278 from trilene/voip | DeepBlueV7.X | 2020-09-10 | 1 | -4/+6 |
|\ | | | | | Fix earlier commit + GStreamer v1.18 released | ||||
| * | GStreamer v1.18.0 released | trilene | 2020-09-10 | 1 | -4/+4 |
| | | |||||
| * | Fix earlier commit when GStreamer < v1.17 | trilene | 2020-09-10 | 1 | -0/+2 |
| | | |||||
* | | Fix endless pagination, when old history is inaccessible | Nicolas Werner | 2020-09-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #267 from Lurkki14/master | DeepBlueV7.X | 2020-08-31 | 4 | -1/+176 |
|\ \ | | | | | | | Added emoji completion in text input | ||||
| * | | remove unused includes and use QRegularExpression | Jussi Kuokkanen | 2020-08-31 | 2 | -8/+5 |
| | | | |||||
| * | | remove comment | Jussi Kuokkanen | 2020-08-31 | 1 | -15/+0 |
| | | | |||||
| * | | get completion string based on trigger position instead of current word | Jussi Kuokkanen | 2020-08-31 | 2 | -10/+19 |
| | | | |||||
| * | | ignore enter keypress when completion is selected | Jussi Kuokkanen | 2020-08-31 | 1 | -6/+7 |
| | | | |||||
| * | | don't select emoji completion by default and add minimum string length ↵ | Jussi Kuokkanen | 2020-08-29 | 1 | -7/+8 |
| | | | | | | | | | | | | before showing completions | ||||
| * | | undo changes to emoji_codegen.py | Jussi Kuokkanen | 2020-08-29 | 1 | -6/+3 |
| | | | |||||
| * | | fix build and remove commented code | Jussi Kuokkanen | 2020-08-29 | 4 | -15/+8 |
| | | | |||||
| * | | lint | Jussi Kuokkanen | 2020-08-28 | 4 | -124/+137 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/Nheko-Reborn/nheko | Jussi Kuokkanen | 2020-08-28 | 39 | -1218/+4088 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #265 from trilene/voip | DeepBlueV7.X | 2020-08-28 | 1 | -2/+1 |
|\ \ \ | | |/ | |/| | Link GStreamer elements before syncing state | ||||
| * | | Link GStreamer elements before syncing state | trilene | 2020-08-28 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #251 from Nheko-Reborn/new-event-store | DeepBlueV7.X | 2020-08-26 | 35 | -1211/+2257 |
|\ \ \ | | | | | | | | | New event store | ||||
| * | | | Add some log messages, that migrations are in progress | Nicolas Werner | 2020-08-25 | 1 | -0/+2 |
| | | | | |||||
| * | | | Speedup db a bit, but loose some crash resiliency | Nicolas Werner | 2020-08-25 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | The loss in durability shouldn't matter, if we can just receive the same events again after a restart | ||||
| * | | | Bump mtxclient | Nicolas Werner | 2020-08-17 | 2 | -2/+2 |
| | | | | |||||
| * | | | Hide CallCandidates again in new store | Nicolas Werner | 2020-08-17 | 4 | -3/+43 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 44 | -74/+4066 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp | ||||
| * | | | | Add /clear-timeline command | Nicolas Werner | 2020-08-09 | 9 | -22/+157 |
| | | | | | |||||
| * | | | | Try to fix variable timestamp width | Nicolas Werner | 2020-08-07 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Try to fix issue of pagination interfering with limited: true | Nicolas Werner | 2020-08-07 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Also request keys from own devices | Nicolas Werner | 2020-08-06 | 1 | -25/+29 |
| | | | | | |||||
| * | | | | Split error messages from event decryption | Nicolas Werner | 2020-08-06 | 3 | -82/+146 |
| | | | | | |||||
| * | | | | Further tweak text element | Nicolas Werner | 2020-08-06 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix double free by closing cursor at the right time | Nicolas Werner | 2020-07-30 | 1 | -26/+33 |
| | | | | | |||||
| * | | | | Add workaround for duplicate syncs | Nicolas Werner | 2020-07-27 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | Fix migration (hopefully) | Nicolas Werner | 2020-07-26 | 1 | -3/+50 |
| | | | | | |||||
| * | | | | Fix shadowing variable | Nicolas Werner | 2020-07-26 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Rename EventStore::event to get to remove ambiguity with QObject::event | Nicolas Werner | 2020-07-26 | 3 | -24/+24 |
| | | | | | |||||
| * | | | | Bump mtxclient and use git dependency in flatpak | Nicolas Werner | 2020-07-26 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Make long press menu actually work | Nicolas Werner | 2020-07-26 | 3 | -15/+23 |
| | | | | | |||||
| * | | | | Optimize scrolling a little bit | Nicolas Werner | 2020-07-25 | 3 | -29/+25 |
| | | | | | |||||
| * | | | | Fix more non integer heights | Nicolas Werner | 2020-07-25 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Fix binding loop and non integer text height | Nicolas Werner | 2020-07-25 | 3 | -4/+7 |
| | | | | | |||||
| * | | | | Reset fetch in progress when fetch failed | Nicolas Werner | 2020-07-25 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Return to redacted messages instead of just storing the redaction | Nicolas Werner | 2020-07-25 | 2 | -22/+45 |
| | | | | | |||||
| * | | | | Don't send url, if we send an encrypted file | Nicolas Werner | 2020-07-23 | 1 | -7/+20 |
| | | | | | | | | | | | | | | | | | | | | Fix issues when sending images to some clients. | ||||
| * | | | | Fix room joins | Nicolas Werner | 2020-07-20 | 2 | -9/+12 |
| | | | | | |||||
| * | | | | Fix reactions | Nicolas Werner | 2020-07-20 | 12 | -48/+89 |
| | | | | | |||||
| * | | | | Fix reaction display | Nicolas Werner | 2020-07-19 | 12 | -152/+151 |
| | | | | | |||||
| * | | | | Close cursor we don't need and where we overwrite the contents | Nicolas Werner | 2020-07-18 | 1 | -8/+11 |
| | | | | | |||||
| * | | | | Fix reply scrolling | Nicolas Werner | 2020-07-18 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix race condition between /messages and /sync | Nicolas Werner | 2020-07-18 | 2 | -34/+48 |
| | | | | | |||||
| * | | | | Mark own events as read again after sending | Nicolas Werner | 2020-07-18 | 2 | -4/+13 |
| | | | | | |||||
| * | | | | Fix flickering of encrypted messages when sending using new store | Nicolas Werner | 2020-07-18 | 1 | -8/+10 |
| | | | | | |||||
| * | | | | Fix encryption indicator | Nicolas Werner | 2020-07-18 | 1 | -3/+6 |
| | | | | | |||||
| * | | | | Reenable sending messages | Nicolas Werner | 2020-07-18 | 8 | -349/+342 |
| | | | | | |||||
| * | | | | Readd pagination and fix redactions | Nicolas Werner | 2020-07-13 | 7 | -123/+256 |
| | | | | | |||||
| * | | | | Initialize Profile later | Nicolas Werner | 2020-07-11 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix translation loading | Nicolas Werner | 2020-07-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Explanation see here: https://www.kdab.com/fixing-a-common-antipattern-when-loading-translations-in-qt/ | ||||
| * | | | | Fetch missing events | Nicolas Werner | 2020-07-10 | 5 | -23/+52 |
| | | | | | |||||
| * | | | | WIP: Event Store split out | Nicolas Werner | 2020-07-09 | 9 | -450/+767 |
| | | | | | |||||
| * | | | | Fix parent undefined warning | Nicolas Werner | 2020-07-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add relations and order without hidden events to db | Nicolas Werner | 2020-07-08 | 2 | -47/+90 |
| | | | | | |||||
| * | | | | Fetch event from db and use string_view where possible | Nicolas Werner | 2020-07-06 | 2 | -29/+58 |
| | | | | | |||||
| * | | | | Use new timeline cache structure | Nicolas Werner | 2020-07-05 | 2 | -116/+154 |
| | | | | | |||||
| * | | | | Persist event order | Nicolas Werner | 2020-07-04 | 2 | -0/+26 |
| | | | | | |||||
| * | | | | Store events in room specific db | Nicolas Werner | 2020-07-03 | 2 | -10/+25 |
| | | | | | |||||
* | | | | | Merge pull request #263 from trilene/voip | DeepBlueV7.X | 2020-08-23 | 1 | -3/+5 |
|\ \ \ \ \ | | |_|/ / | |/| | | | Under GStreamer >= 1.17 gather all candidates before sending offer/answer | ||||
| * | | | | Under GStreamer >= 1.17 gather all candidates before sending offer/answer | trilene | 2020-08-22 | 1 | -3/+5 |
| | | | | | |||||
* | | | | | Merge pull request #262 from bqv/patch-1 | DeepBlueV7.X | 2020-08-22 | 1 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Add nixos to readme | ||||
| * | | | | | Update README.md | Tony O | 2020-08-22 | 1 | -0/+8 |
|/ / / / / | |||||
* | | | | | Merge pull request #259 from trilene/voip | DeepBlueV7.X | 2020-08-17 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | Stop SendFile and Call buttons swapping places on file upload | ||||
| * | | | | Stop SendFile and Call buttons swapping places on file upload | trilene | 2020-08-17 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Translated using Weblate (English) | Mihai Fufezan | 2020-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 85.3% (285 of 334 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | ||||
* | | | | | Added translation using Weblate (Romanian) | Mihai Fufezan | 2020-08-16 | 1 | -0/+1815 |
| |_|/ / |/| | | | |||||
| | | * | add emoji completer to text input | Jussi Kuokkanen | 2020-08-28 | 5 | -3/+182 |
| |_|/ |/| | | |||||
* | | | Merge pull request #237 from trilene/voip | DeepBlueV7.X | 2020-08-14 | 39 | -106/+2452 |
|\| | | | | | | | | Support voice calls | ||||
| * | | Appease the linter | Nicolas Werner | 2020-08-14 | 2 | -5/+3 |
| | | | |||||
| * | | Fix SVG color undefined | Nicolas Werner | 2020-08-14 | 1 | -1/+1 |
| | | | |||||
| * | | Disable call support, when GStreamer is unavailable | Nicolas Werner | 2020-08-14 | 4 | -5/+83 |
| | | | | | | | | | | | | | | | | | | Integrating that in our CI is currently a bit hard, so disable it for now, if GStreamer isn't found. Just make sure to build against GStreamer for call support! | ||||
| * | | Bump flatpak dependency | Nicolas Werner | 2020-08-11 | 2 | -5/+5 |
| | | | |||||
| * | | Add audio input device selector | trilene | 2020-08-05 | 10 | -22/+231 |
| | | | |||||
| * | | Conditionally compile against upcoming GStreamer release | trilene | 2020-08-02 | 1 | -2/+34 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into voip | trilene | 2020-08-01 | 5 | -12/+1661 |
| |\ \ | |/ / |/| | | |||||
* | | | Added translation using Weblate (Sinhala) | HelaBasa | 2020-07-30 | 1 | -0/+1604 |
| | | | |||||
* | | | Merge pull request #247 from not-chicken/centerDate | DeepBlueV7.X | 2020-07-19 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Make dataBubble's text vertically aligned to vertical center | ||||
| * | | | Make dateBubble's text vertically aligned to vertical center | Lorem | 2020-07-19 | 1 | -0/+1 |
|/ / / | |||||
* | | | Warn before kicking,banning,inviting,etc | Nicolas Werner | 2020-07-16 | 3 | -12/+56 |
| | | | |||||
| * | | Tweak AcceptCall dialog | trilene | 2020-08-01 | 1 | -2/+2 |
| | | | |||||
| * | | Reset TLVM initial sync flag on logout | trilene | 2020-08-01 | 1 | -0/+4 |
| | | | |||||
| * | | clang-format | trilene | 2020-08-01 | 13 | -870/+936 |
| | | | |||||
| * | | Improve TURN server retrieval | trilene | 2020-07-30 | 3 | -3/+17 |
| | | | |||||
| * | | Fix error message | trilene | 2020-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | Remove references to video calls | trilene | 2020-07-29 | 6 | -30/+21 |
| | | | |||||
| * | | Handle ICE failure | trilene | 2020-07-26 | 7 | -67/+125 |
| | | | |||||
| * | | Improve debug messages | trilene | 2020-07-25 | 3 | -33/+54 |
| | | | |||||
| * | | Acknowledge source of ringtones | trilene | 2020-07-24 | 4 | -0/+5 |
| | | | |||||
| * | | Specify call type on timeline | trilene | 2020-07-24 | 6 | -3/+35 |
| | | | |||||
| * | | Cancel sent CallInvite if no response within expiry | trilene | 2020-07-23 | 1 | -1/+8 |
| | | | |||||
| * | | Fix QLayout warning | trilene | 2020-07-23 | 1 | -1/+1 |
| | | | |||||
| * | | Send ICE candidates gathered after timeout | trilene | 2020-07-23 | 3 | -2/+17 |
| | | | |||||
| * | | Confirm logout/quit if active call in progress | trilene | 2020-07-23 | 1 | -2/+21 |
| | | | |||||
| * | | Tweak ActiveCallBar | trilene | 2020-07-23 | 1 | -3/+2 |
| | | | |||||
| * | | Polish voice call UI | trilene | 2020-07-22 | 18 | -146/+348 |
| | | | |||||
| * | | Update mtxclient reference | trilene | 2020-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add comment wrt TURN server credentials | trilene | 2020-07-16 | 1 | -1/+3 |
| | | | |||||
| * | | Case-insensitive sdp search | trilene | 2020-07-16 | 1 | -20/+37 |
| | | | |||||
| * | | Handle preemptive CallAnswer from fellow device | trilene | 2020-07-16 | 1 | -0/+12 |
| | | | |||||
| * | | Hide incoming CallCandidates in encrypted rooms | trilene | 2020-07-14 | 1 | -0/+9 |
| | | | |||||
| * | | Remove comments | trilene | 2020-07-13 | 1 | -2/+0 |
| | | | |||||
| * | | Handle preemptive CallHangUp | trilene | 2020-07-13 | 1 | -1/+3 |
| | | | |||||
| * | | Hide CallCandidates events from the timeline | trilene | 2020-07-13 | 1 | -1/+2 |
| | | | |||||
| * | | Centre PlaceCall dialog | trilene | 2020-07-13 | 1 | -1/+2 |
| | | | |||||
| * | | Fix percent-encoding of TURN server URI | trilene | 2020-07-13 | 2 | -11/+11 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into voip | trilene | 2020-07-10 | 15 | -124/+175 |
| |\ \ | |/ / |/| | | |||||
* | | | Fix autolinking breaking on single quotes in href attribute | Nicolas Werner | 2020-07-09 | 1 | -3/+3 |
| | | | | | | | | | | | | Fixes #234 | ||||
* | | | Open url using QDesktopServices from Qml | Nicolas Werner | 2020-07-09 | 3 | -1/+10 |
| |/ |/| | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff. | ||||
* | | Update dependencies | Nicolas Werner | 2020-07-01 | 5 | -43/+52 |
| | | |||||
* | | Fix Qt 5.9 build | Nicolas Werner | 2020-06-27 | 1 | -0/+3 |
| | | |||||
* | | Don't compile qml by default | Nicolas Werner | 2020-06-27 | 3 | -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. | ||||
* | | Make connections across threads queued in any case | Nicolas Werner | 2020-06-26 | 2 | -62/+94 |
| | | |||||
* | | Drop libsodium dependency | Nicolas Werner | 2020-06-26 | 2 | -11/+5 |
| | | |||||
* | | Don't use formatted body without format | Nicolas Werner | 2020-06-26 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #228 from felixonmars/patch-1 | DeepBlueV7.X | 2020-06-22 | 1 | -1/+1 |
|\ \ | | | | | | | Correct a typo in SnackBar.cpp | ||||
| * | | Correct a typo in SnackBar.cpp | Felix Yan | 2020-06-22 | 1 | -1/+1 |
|/ / | |||||
| * | Support voice calls | trilene | 2020-07-10 | 33 | -99/+1653 |
|/ | |||||
* | Fix m.relates_to being sent as 'null' when not set in encrypted messages. | Nicolas Werner | 2020-06-20 | 1 | -1/+2 |
| | | | | Thank you Sorunome for reporting. | ||||
* | Try to make text rendering in qml sharper | Nicolas Werner | 2020-06-19 | 2 | -0/+3 |
| | |||||
* | Lower qt version used for emoji picker and scroll helper | Nicolas Werner | 2020-06-17 | 2 | -4/+4 |
| | |||||
* | Remove online indicator for offline users | Nicolas Werner | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #220 from not-chicken/theme | DeepBlueV7.X | 2020-06-14 | 1 | -1/+1 |
|\ | | | | | Fix not being able to change theme | ||||
| * | Fix not being able to change theme | Lorem | 2020-06-14 | 1 | -1/+1 |
|/ | |||||
* | Update mtxclient version to tag | Nicolas Werner | 2020-06-13 | 2 | -4/+4 |
| | |||||
* | Version number fixes | Joseph Donofry | 2020-06-12 | 2 | -2/+2 |
| | |||||
* | Prepare 0.7.2 release | Joseph Donofry | 2020-06-12 | 5 | -10/+11 |
| | |||||
* | Add presence and upgrade notes to the changelog | Nicolas Werner | 2020-06-12 | 1 | -0/+9 |
| | |||||
* | Merge pull request #219 from Nheko-Reborn/changelog | Joseph Donofry | 2020-06-11 | 1 | -0/+38 |
|\ | | | | | Update changelog | ||||
| * | Update changelog | Nicolas Werner | 2020-06-11 | 1 | -0/+38 |
| | | |||||
* | | Merge pull request #216 from Nheko-Reborn/presence | Joseph Donofry | 2020-06-11 | 27 | -154/+808 |
|\ \ | | | | | | | Presence support | ||||
| * | | Merge branch origin/master and update translations | Joseph Donofry | 2020-06-11 | 11 | -143/+528 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into presence | Joseph Donofry | 2020-06-11 | 40 | -3972/+17379 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #217 from Nheko-Reborn/reactions | Joseph Donofry | 2020-06-11 | 36 | -3960/+17327 |
|\ \ \ | |_|/ |/| | | Reactions | ||||
| * | | Update translations | Joseph Donofry | 2020-06-11 | 11 | -187/+308 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into reactions | Joseph Donofry | 2020-06-11 | 4 | -12/+52 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #218 from z33ky/alert-notifications | DeepBlueV7.X | 2020-06-10 | 4 | -12/+52 |
|\ \ \ | | | | | | | | | Add setting to alert on notification | ||||
| * | | | Add setting to alert on notification | Alexander 'z33ky' Hirsch | 2020-06-10 | 4 | -12/+52 |
|/ / / | |||||
| * | | Additional code cleanup | Joseph Donofry | 2020-06-11 | 4 | -34/+0 |
| | | | |||||
| * | | Fix linting | Joseph Donofry | 2020-06-11 | 3 | -6664/+15385 |
| | | | |||||
| * | | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 11 | -15143/+6735 |
| | | | |||||
| * | | Remove unused QML file | Joseph Donofry | 2020-06-09 | 2 | -68/+1 |
| | | | |||||
| * | | Update translations | Joseph Donofry | 2020-06-09 | 11 | -551/+1710 |
| | | | |||||
| * | | Remove signals in favor of direct function calls | Joseph Donofry | 2020-06-09 | 4 | -16/+6 |
| | | | |||||
| * | | Remove duplicate search icons | Joseph Donofry | 2020-06-09 | 4 | -2/+2 |
| | | | |||||
| * | | Fix UserSettings in QML | Joseph Donofry | 2020-06-09 | 4 | -19/+5 |
| | | | |||||
| * | | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 66 | -460/+2535 |
| |\ \ | |/ / |/| | | |||||
| * | | Minor adjustments to emoji picker | Joseph Donofry | 2020-06-09 | 3 | -9/+23 |
| | | | |||||
| * | | Update translations | Joseph Donofry | 2020-05-21 | 10 | -40/+40 |
| | | | |||||
| * | | Add reaction/redaction for in-line Reactions | Joseph Donofry | 2020-05-21 | 8 | -14/+65 |
| | | | |||||
| * | | Merge origin/master into reactions | Joseph Donofry | 2020-05-18 | 22 | -197/+929 |
| |\ \ | |||||
| * | | | Fix crash when reacting to messages from /sync | Nicolas Werner | 2020-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Messages on /sync don't have a room_id | ||||
| * | | | Fix local echo for reactions | Nicolas Werner | 2020-05-16 | 1 | -1/+21 |
| | | | | |||||
| * | | | Fix reactions binding loop | Nicolas Werner | 2020-05-16 | 1 | -3/+2 |
| | | | | |||||
| * | | | Attach emoji picker picked to reaction sender | Joseph Donofry | 2020-05-16 | 4 | -4/+21 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into reactions | Joseph Donofry | 2020-05-16 | 15 | -67/+86 |
| |\ \ \ | |||||
| * \ \ \ | Merge master into reactions | Joseph Donofry | 2020-05-14 | 38 | -467/+6320 |
| |\ \ \ \ | |||||
| * | | | | | Update emoji picker and translations | Joseph Donofry | 2020-05-13 | 20 | -137/+247 |
| | | | | | | |||||
| * | | | | | Update translations for new emoji picker | Joseph Donofry | 2020-05-13 | 10 | -110/+830 |
| | | | | | | |||||
| * | | | | | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 16 | -4710/+15558 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. | ||||
| * | | | | | Initial support for sending reactions | Joseph Donofry | 2020-05-09 | 1 | -4/+39 |
| | | | | | | |||||
| * | | | | | Change redaction color that accidentally got committed | Joseph Donofry | 2020-05-07 | 1 | -5/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into reactions | Joseph Donofry | 2020-05-07 | 1 | -3/+3 |
| |\ \ \ \ \ | |||||
| * | | | | | | merge master into reactions | Joseph Donofry | 2020-05-07 | 10 | -6/+74 |
| | | | | | | | |||||
| | | | | | * | Fix formatting | Joseph Donofry | 2020-06-11 | 1 | -4/+1 |
| | | | | | | | |||||
| | | | | | * | Fix scale factor setting | Nicolas Werner | 2020-06-11 | 1 | -6/+9 |
| | | | | | | | |||||
| | | | | | * | Fix warning about not registered Presence type | Nicolas Werner | 2020-06-11 | 2 | -1/+3 |
| | | | | | | | |||||
| | | | | | * | Allow deleting a status | Nicolas Werner | 2020-06-11 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | | * | Fix small formatting error | Nicolas Werner | 2020-06-09 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | | * | Reenable custom status messages | Nicolas Werner | 2020-06-09 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This still leaves out setting a client to online/offline, since that seems to be causing the CPU issues with synapse. | ||||
| | | | | | * | Fix unused capture | Nicolas Werner | 2020-06-08 | 1 | -4/+4 |
| | | | | | | | |||||
| | | | | | * | Disable presence and status_msg menu | Nicolas Werner | 2020-06-08 | 1 | -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. | ||||
| | | | | | * | Bump mtxclient | Nicolas Werner | 2020-06-08 | 2 | -3/+3 |
| | | | | | | | |||||
| | | | | | * | Add menu actions to set presence | Nicolas Werner | 2020-06-08 | 5 | -2/+76 |
| | | | | | | | |||||
| | | | | | * | Show presence and set custom status messages | Nicolas Werner | 2020-06-08 | 11 | -1/+191 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Smooth scaling for images | Nicolas Werner | 2020-06-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes some issues with inline images. | ||||
* | | | | | | Download boost from sourceforge | Nicolas Werner | 2020-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Official download links seem to break frequently because of data caps. | ||||
* | | | | | | Bump mtxclient version | Nicolas Werner | 2020-06-06 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | May fix #213 | ||||
* | | | | | | Limit jobs on arm | Nicolas Werner | 2020-06-06 | 1 | -1/+6 |
| | | | | | | |||||
* | | | | | | Fix Qt5.15 issues | Nicolas Werner | 2020-06-05 | 9 | -19/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #214 | ||||
* | | | | | | Extend timeout | Nicolas Werner | 2020-05-31 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Try travis_wait alternative | Nicolas Werner | 2020-05-30 | 2 | -2/+16 |
| | | | | | | |||||
* | | | | | | Travis wait can only be used in a top level command? | Nicolas Werner | 2020-05-30 | 2 | -2/+2 |
| | | | | | | |||||
* | | | | | | Add travis_wait to flatpak builds | Nicolas Werner | 2020-05-30 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Install dependencies for arm manually to prevent timeout | Nicolas Werner | 2020-05-30 | 2 | -9/+3 |
| | | | | | | |||||
* | | | | | | Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378d | Nicolas Werner | 2020-05-30 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Skip precompiled headers for obc-c code | Nicolas Werner | 2020-05-30 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Remove some redundant functions | Nicolas Werner | 2020-05-30 | 7 | -50/+30 |
| | | | | | | |||||
* | | | | | | Translated using Weblate (Italian) | DeepBlueV7.X | 2020-05-28 | 1 | -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/ | ||||
* | | | | | | Rename settings to be more consistent | Nicolas Werner | 2020-05-26 | 7 | -148/+142 |
| | | | | | | |||||
* | | | | | | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 8 | -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. | ||||
* | | | | | | Improve compile times a tiny bit | Nicolas Werner | 2020-05-26 | 24 | -65/+104 |
| | | | | | | |||||
* | | | | | | Optionally use precompiled headers | Nicolas Werner | 2020-05-26 | 1 | -0/+7 |
| | | | | | | |||||
* | | | | | | Bump singleapplication version | Nicolas Werner | 2020-05-26 | 13 | -90/+212 |
| | | | | | | |||||
* | | | | | | Set cxx standard as cache variable for when toolchain file is not used | Nicolas Werner | 2020-05-26 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | Fix some join messages showing as empty | Nicolas Werner | 2020-05-26 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Added translation using Weblate (Italian) | Lorenzo Ancora | 2020-05-26 | 1 | -0/+1553 |
| | | | | | | |||||
* | | | | | | Merge pull request #205 from lkito/SettingTooltips | DeepBlueV7.X | 2020-05-25 | 1 | -15/+59 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added an option to have descriptions for user settings. | ||||
| * | | | | | | Added an option to have descriptions for user settings. | lkito | 2020-05-24 | 1 | -15/+59 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #204 from lkito/master | DeepBlueV7.X | 2020-05-23 | 8 | -19/+71 |
|\| | | | | | | |_|_|_|_|/ |/| | | | | | Added an optional feature to show bigger emoji-only messages with 3 or less emoji | ||||
| * | | | | | Added an optional feature to show bigger emoji-only messages with 3 or less ↵ | lkito | 2020-05-21 | 8 | -19/+71 |
|/ / / / / | | | | | | | | | | | | | | | | emoji | ||||
* | | | | | add a bit of additional logging to image paste | Nicolas Werner | 2020-05-18 | 2 | -0/+6 |
| | | | | | |||||
* | | | | | Add /roomnick command | Nicolas Werner | 2020-05-18 | 3 | -0/+26 |
| | | | | | |||||
* | | | | | Tag rooms via context menu | Nicolas Werner | 2020-05-18 | 18 | -117/+747 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #202 from aaronraimist/brew-libolm | Joseph Donofry | 2020-05-16 | 1 | -9/+2 |
|\ \ \ \ | | | | | | | | | | | Update macOS building dependencies now that libolm is available in Homebrew. Thanks @aaronraimist | ||||
| * | | | | Remove MacPorts install instructions | Aaron Raimist | 2020-05-16 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | | Update macOS building dependencies now that libolm is available in Homebrew | Aaron Raimist | 2020-05-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #201 from lkito/master | DeepBlueV7.X | 2020-05-16 | 4 | -6/+30 |
|\ \ \ \ | | | | | | | | | | | Implemented message background highlight feature as per issue #193 | ||||
| * | | | | Implemented optional message body highlighting feature. | lkito | 2020-05-16 | 4 | -6/+30 |
|/ / / / | |||||
* | | | | Bump mtxclient version | Nicolas Werner | 2020-05-16 | 2 | -3/+3 |
| | | | | |||||
* | | | | Drop explicit ZLIB dependency | Nicolas Werner | 2020-05-15 | 1 | -6/+1 |
| | | | | |||||
* | | | | Prevent timeline being black on some platforms | Nicolas Werner | 2020-05-15 | 1 | -0/+1 |
| | | | | |||||
* | | | | Remove accidental compiled translation commit | Joseph Donofry | 2020-05-15 | 2 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #198 from Chethan2k1/device-verification-dialogs | DeepBlueV7.X | 2020-05-15 | 5 | -41/+46 |
|\ \ \ \ | | | | | | | | | | | Fix nheko build(uses mtxclient device-verification) | ||||
| * | | | | remove #if defined __has_include | CH Chethan Reddy | 2020-05-15 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Change the commit hash for mtxclient | CH Chethan Reddy | 2020-05-15 | 4 | -9/+12 |
| | | | | | |||||
| * | | | | minor fixes | CH Chethan Reddy | 2020-05-15 | 4 | -38/+42 |
|/ / / / | |||||
* | | | | Translated using Weblate (German) | DeepBlueV7.X | 2020-05-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (277 of 277 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | ||||
* | | | | Wait on maybe long running install script in CI | Nicolas Werner | 2020-05-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Try to fix arm builds hanging breaking CI | Nicolas Werner | 2020-05-15 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko | Joseph Donofry | 2020-05-14 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Use standard cmake args instead of old -H | Nicolas Werner | 2020-05-15 | 1 | -3/+3 |
| | | | | |||||
* | | | | Add un-encrypted warning icon for messages in encrypted rooms | Joseph Donofry | 2020-05-14 | 17 | -53/+127 |
|/ / / | |||||
* | | | Show inline images | Nicolas Werner | 2020-05-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | (This is such a hack and will probably break, but it works for now for most cases...) | ||||
* | | | Try to smooth scrolling a bit by increasing cacheBuffer | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
| | | | |||||
* | | | Align scrolling to pixels manually | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
| | | | |||||
* | | | Clip replies by default | Nicolas Werner | 2020-05-13 | 6 | -5/+19 |
| | | | | | | | | | | | | In the future we should probably add a gradient when clipped... | ||||
* | | | Translation updates | Nicolas Werner | 2020-05-10 | 16 | -339/+925 |
| | | | |||||
* | | | Remove shadowing loginMethod | Nicolas Werner | 2020-05-10 | 1 | -4/+4 |
| | | | |||||
* | | | Fix not being able to log http status on login | Nicolas Werner | 2020-05-10 | 1 | -1/+1 |
| | | | |||||
* | | | bump mtxclient for SSO | Nicolas Werner | 2020-05-09 | 2 | -3/+3 |
| | | | |||||
* | | | Add SSO | Nicolas Werner | 2020-05-09 | 7 | -28/+5311 |
| | | | | | | | | | | | | closes #94 | ||||
* | | | Improve Login and Register page hinting | Nicolas Werner | 2020-05-09 | 3 | -2/+28 |
| | | | |||||
* | | | Merge pull request #195 from jonnius/patch-1 | DeepBlueV7.X | 2020-05-09 | 1 | -14/+6 |
|\ \ \ | |_|/ |/| | | Update Ubuntu Build and Install Instructions | ||||
| * | | Update Ubuntu install and build instructions | jonnius | 2020-05-09 | 1 | -14/+6 |
|/ / | |||||
* / | Fix redaction color change that accidentally got committed | Joseph Donofry | 2020-05-07 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #192 from Nheko-Reborn/reactions | DeepBlueV7.X | 2020-05-08 | 16 | -23/+296 |
|\ | | | | | Reactions | ||||
| * | Remove unused binding name | Nicolas Werner | 2020-05-06 | 1 | -3/+3 |
| | | |||||
| * | Add shortcuts to select/deselect reply targets | Nicolas Werner | 2020-05-06 | 1 | -0/+15 |
| | | |||||
| * | Fix reaction redaction for real this time | Nicolas Werner | 2020-05-06 | 2 | -0/+5 |
| | | |||||
| * | Fix rooms with a lot of reactions not paginating correctly | Nicolas Werner | 2020-05-06 | 1 | -1/+5 |
| | | |||||
| * | Show displayname on reactions | Nicolas Werner | 2020-05-06 | 3 | -6/+11 |
| | | |||||
| * | Fix reaction count | Nicolas Werner | 2020-05-06 | 2 | -15/+12 |
| | | |||||
| * | Reaction and Button layout fixes | Nicolas Werner | 2020-05-06 | 2 | -23/+21 |
| | | |||||
| * | Misc color fixes | Nicolas Werner | 2020-05-05 | 5 | -13/+13 |
| | |