Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up key requests + autoreload | Nicolas Werner | 2020-10-20 | 1 | -0/+9 |
| | |||||
* | Fix crash on exit | Nicolas Werner | 2020-10-17 | 1 | -12/+11 |
| | |||||
* | Try to please the CI gods | Nicolas Werner | 2020-10-08 | 1 | -2/+4 |
| | |||||
* | Fix issues with old qt and bump to 5.10 | Nicolas Werner | 2020-10-08 | 1 | -5/+7 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-10-08 | 1 | -1/+13 |
|\ | |||||
| * | Move ActiveCallBar Qml to separate file | trilene | 2020-09-25 | 1 | -1/+9 |
| | | |||||
| * | clang-format | trilene | 2020-09-22 | 1 | -2/+4 |
| | | |||||
| * | Port ActiveCallBar to Qml | trilene | 2020-09-22 | 1 | -0/+2 |
| | | |||||
* | | Show different verification errors | Nicolas Werner | 2020-10-05 | 1 | -0/+12 |
| | | |||||
* | | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 1 | -109/+85 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-09-24 | 1 | -7/+34 |
|\| | |||||
| * | Fix null errors in qml | Nicolas Werner | 2020-09-16 | 1 | -0/+6 |
| | | |||||
| * | Reenable top bar room settings menus on avatar or title clicks | Nicolas Werner | 2020-09-16 | 1 | -3/+3 |
| | | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port. | ||||
| * | Port top bar to Qml | Nicolas Werner | 2020-09-16 | 1 | -7/+28 |
| | | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point! | ||||
* | | Fix breaking while using qmlRegisterSingletonInstance | Chethan2k1 | 2020-09-10 | 1 | -2/+6 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into device-verification | CH Chethan Reddy | 2020-08-30 | 1 | -8/+63 |
|\| | |||||
| * | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 1 | -8/+63 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp | ||||
| | * | Reset TLVM initial sync flag on logout | trilene | 2020-08-01 | 1 | -0/+4 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' into voip | trilene | 2020-07-10 | 1 | -0/+10 |
| | |\ | |||||
| | | * | Open url using QDesktopServices from Qml | Nicolas Werner | 2020-07-09 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff. | ||||
| | * | | Support voice calls | trilene | 2020-07-10 | 1 | -8/+52 |
| | | | | |||||
* | | | | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 1 | -33/+38 |
| | | | | |||||
* | | | | Add Room Verification Messages | CH Chethan Reddy | 2020-07-30 | 1 | -5/+32 |
| | | | | |||||
* | | | | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 1 | -37/+39 |
| | | | | |||||
* | | | | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 1 | -4/+16 |
| | | | | |||||
* | | | | Error Handling and some fixes | CH Chethan Reddy | 2020-07-30 | 1 | -5/+40 |
| | | | | |||||
* | | | | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -8/+12 |
| | | | | |||||
* | | | | Some more changes | CH Chethan Reddy | 2020-07-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove unnecessary field sender in userprofile.qml - cover user facing string with qsTr to get picked by translations - add spacing and fix theming issue - increase and add color to username - change back to QVector from QLinkedList cause I have mistaken better time complexity to give better benchmark red | ||||
* | | | | Some Improvements | CH Chethan Reddy | 2020-07-30 | 1 | -13/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready | ||||
* | | | | Add some more slots and mac | CH Chethan Reddy | 2020-07-30 | 1 | -0/+1 |
| | | | | |||||
* | | | | Shared secret with decimal and emoji works! | CH Chethan Reddy | 2020-07-30 | 1 | -26/+38 |
| | | | | |||||
* | | | | Add DeviceVerificationList to keep track of all flows and Popup on | CH Chethan Reddy | 2020-07-30 | 1 | -13/+62 |
| | | | | | | | | | | | | | | | | recieving start or request | ||||
* | | | | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 1 | -2/+6 |
| | | | | |||||
* | | | | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 1 | -6/+3 |
| | | | | |||||
* | | | | Add DeviceVerificationFlow dummy and verification test button | Nicolas Werner | 2020-07-30 | 1 | -0/+6 |
| | | | | |||||
* | | | | Add DeviceVerificationFlow dummy and verification test button | Nicolas Werner | 2020-07-30 | 1 | -0/+7 |
|/ / / | |||||
* | | | 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 reactions | Nicolas Werner | 2020-07-20 | 1 | -21/+24 |
| |/ |/| | |||||
* | | Fix Qt 5.9 build | Nicolas Werner | 2020-06-27 | 1 | -0/+3 |
|/ | |||||
* | Try to make text rendering in qml sharper | Nicolas Werner | 2020-06-19 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into presence | Joseph Donofry | 2020-06-11 | 1 | -0/+44 |
|\ | |||||
| * | Fix linting | Joseph Donofry | 2020-06-11 | 1 | -1/+5 |
| | | |||||
| * | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 1 | -0/+2 |
| | | |||||
| * | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 1 | -6/+7 |
| |\ | |||||
| * | | Add reaction/redaction for in-line Reactions | Joseph Donofry | 2020-05-21 | 1 | -0/+16 |
| | | | |||||
| * | | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. | ||||
| * | | merge master into reactions | Joseph Donofry | 2020-05-07 | 1 | -0/+14 |
| | | | |||||
* | | | Show presence and set custom status messages | Nicolas Werner | 2020-06-08 | 1 | -0/+12 |
| |/ |/| | |||||
* | | Rename settings to be more consistent | Nicolas Werner | 2020-05-26 | 1 | -6/+6 |
| | | |||||
* | | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 1 | -0/+1 |
|/ | | | | | | | 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. | ||||
* | Change decrypt setting again | Joseph Donofry | 2020-04-23 | 1 | -1/+4 |
| | |||||
* | Change how decrypt value is retrieved from settings | Joseph Donofry | 2020-04-23 | 1 | -1/+2 |
| | |||||
* | Add signal/slot for decryption changes in last patch | Joseph Donofry | 2020-04-22 | 1 | -0/+17 |
| | |||||
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 1 | -29/+47 |
| | | | | fixes #124 | ||||
* | Set palette globally | Nicolas Werner | 2020-03-30 | 1 | -31/+4 |
| | |||||
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 1 | -1/+3 |
| | | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably. | ||||
* | Better image overlay handling when downloading | Adasauce | 2020-03-20 | 1 | -3/+14 |
| | | | | | | | | | | - hides the overlay when prompting for download location - cancel re-shows the dialog - success closes the overlay - would be nice to have a return code from the download fn in mtxclient. Closes #140 | ||||
* | Experimental blurhash implementation (MXC2448) | Nicolas Werner | 2020-03-03 | 1 | -0/+5 |
| | |||||
* | Improve link theming | Nicolas Werner | 2020-02-27 | 1 | -0/+2 |
| | |||||
* | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 1 | -0/+11 |
| | |||||
* | Fix html messages sent as just plain text | Nicolas Werner | 2020-02-20 | 1 | -1/+1 |
| | |||||
* | show image dialog fullscreen instead of resizing to the size of the first ↵ | Nicolas Werner | 2020-02-13 | 1 | -1/+1 |
| | | | | desktop | ||||
* | Improve styling a bit | Nicolas Werner | 2020-02-03 | 1 | -3/+3 |
| | |||||
* | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2020-01-28 | 1 | -9/+28 |
|\ | |||||
| * | Don't send useless formatted_bodies | Nicolas Werner | 2020-01-27 | 1 | -1/+6 |
| | | |||||
| * | Fix reply rendering without markdown in riot | Nicolas Werner | 2020-01-27 | 1 | -9/+16 |
| | | |||||
| * | Allow sending messages as plain text | Nicolas Werner | 2020-01-27 | 1 | -5/+12 |
| | | |||||
* | | Change tooltip palette settings for QML | Joseph Donofry | 2020-01-28 | 1 | -0/+4 |
|/ | |||||
* | Switch around dark theme colors again (after looking at some screenshots) | Nicolas Werner | 2020-01-23 | 1 | -3/+3 |
| | |||||
* | Move typing display to qml | Nicolas Werner | 2020-01-17 | 1 | -3/+15 |
| | |||||
* | Try to match old theme better | Nicolas Werner | 2020-01-14 | 1 | -3/+3 |
| | |||||
* | Allow replying with an image | Nicolas Werner | 2020-01-12 | 1 | -28/+40 |
| | |||||
* | Fetch missing events for replies | Nicolas Werner | 2020-01-11 | 1 | -0/+3 |
| | |||||
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -4/+4 |
| | |||||
* | Implement sending encrypted files | Nicolas Werner | 2019-12-05 | 1 | -5/+14 |
| | |||||
* | Implement decryption of images | Nicolas Werner | 2019-12-03 | 1 | -3/+8 |
| | | | | It is a bit of a hack, but it works... | ||||
* | lint | Nicolas Werner | 2019-12-03 | 1 | -1/+0 |
| | |||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 1 | -139/+15 |
| | |||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 1 | -3/+3 |
| | |||||
* | Fix windows build | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | | | | No idea, why apply visitor doesn't work with temporaries? | ||||
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -0/+3 |
| | |||||
* | Remove old timeline | Nicolas Werner | 2019-11-23 | 1 | -252/+312 |
| | |||||
* | Further Improve Reply Functionality | Joseph Donofry | 2019-06-13 | 1 | -2/+3 |
| | | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements. | ||||
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 1 | -2/+1 |
| | |||||
* | Add initial support for rich replies to nheko | Joseph Donofry | 2019-06-09 | 1 | -0/+13 |
| | |||||
* | Use native scrollbar in the timeline | Konstantinos Sideris | 2018-07-25 | 1 | -3/+1 |
| | |||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 1 | -0/+11 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+318 |