| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 2 | -6/+20 |
| * | Handle matrix scheme | Nicolas Werner | 2021-01-10 | 1 | -6/+1 |
| * | Improve Register page (#346) | Kirillpt | 2020-11-30 | 2 | -6/+22 |
| * | change Toggle behavior | kirillpt | 2020-11-26 | 1 | -0/+1 |
| * | fix validation feature in TextInput, it was trouble in password field in the ... | kirillpt | 2020-11-26 | 1 | -0/+1 |
| * | Merge pull request #339 from Kirillpt/issue_331 | DeepBlueV7.X | 2020-11-25 | 1 | -1/+1 |
| |\ | |||||
| | * | maybe fix toggle work in code | kirillpt | 2020-11-25 | 1 | -1/+1 |
| * | | Merge pull request #335 from Nheko-Reborn/qml-text-input | DeepBlueV7.X | 2020-11-25 | 2 | -0/+69 |
| |\ \ | |/ |/| | |||||
| | * | Implement Qml drag and drop | Nicolas Werner | 2020-11-25 | 2 | -0/+69 |
| * | | Update src/ui/TextField.cpp | DeepBlueV7.X | 2020-11-25 | 1 | -1/+1 |
| * | | move error_matrixid label below matrixid input, made hide/show for the label,... | kirillpt | 2020-11-23 | 2 | -1/+16 |
| |/ | |||||
| * | Simplify PainterHighQualityEnabler code | Mayeul Cantan | 2020-11-07 | 1 | -11/+3 |
| * | Smooth avatars in widgets | Mayeul Cantan | 2020-11-07 | 1 | -1/+3 |
| * | Optimize build | Nicolas Werner | 2020-10-27 | 2 | -8/+2 |
| * | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 2 | -107/+46 |
| * | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 2 | -40/+25 |
| * | Clean up verification and key cache a bit | Nicolas Werner | 2020-10-02 | 1 | -43/+27 |
| * | Fix Wrong Emojis Issue in Room Verification | Chethan2k1 | 2020-09-04 | 1 | -1/+1 |
| * | Fix catch by value warning | Nicolas Werner | 2020-09-03 | 1 | -3/+3 |
| * | Small Fixes | CH Chethan Reddy | 2020-08-29 | 1 | -4/+5 |
| * | Verify signatures and find trusted devices | CH Chethan Reddy | 2020-08-25 | 1 | -64/+117 |
| * | Cache Fix | CH Chethan Reddy | 2020-08-24 | 1 | -63/+108 |
| * | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 1 | -2/+3 |
| * | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 2 | -20/+40 |
| * | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 2 | -0/+38 |
| * | Updating keys of outdated encrypted users | CH Chethan Reddy | 2020-07-30 | 2 | -12/+8 |
| * | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 2 | -6/+9 |
| * | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 4 | -177/+142 |
| * | Some issue with UserProfile | CH Chethan Reddy | 2020-07-30 | 4 | -68/+109 |
| * | [WIP] Add Caching for users | CH Chethan Reddy | 2020-07-30 | 2 | -39/+57 |
| * | Add some Userprofile buttons | CH Chethan Reddy | 2020-07-30 | 2 | -1/+32 |
| * | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 4 | -31/+132 |
| * | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 2 | -17/+59 |
| * | Rewrite UserProfile in qml | CH Chethan Reddy | 2020-07-30 | 2 | -0/+87 |
| * | Correct a typo in SnackBar.cpp | Felix Yan | 2020-06-22 | 1 | -1/+1 |
| * | Fix Qt5.15 issues | Nicolas Werner | 2020-06-05 | 3 | -1/+4 |
| * | Improve Login and Register page hinting | Nicolas Werner | 2020-05-09 | 1 | -1/+4 |
| * | Fix high CPU usage on high dpi screens | Nicolas Werner | 2020-04-29 | 2 | -15/+23 |
| * | Clean up unused avatar functions | Nicolas Werner | 2020-03-22 | 3 | -19/+4 |
| * | Fix avatar layering in room list | Nicolas Werner | 2020-03-03 | 2 | -7/+0 |
| * | Fix high dpi scaling of avatars | Nicolas Werner | 2020-02-28 | 2 | -10/+31 |
| * | remove setStyleSheet calls directly from widget code | Adasauce | 2020-02-21 | 2 | -21/+0 |
| * | modernize: use override | Nicolas Werner | 2020-02-04 | 4 | -5/+5 |
| * | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 11 | -20/+20 |
| * | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 3 | -97/+95 |
| * | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 9 | -107/+127 |
| * | Fix misc ci errors | Nicolas Werner | 2020-01-26 | 1 | -1/+1 |
| * | Remove use of deprecated enum | Nicolas Werner | 2020-01-19 | 1 | -2/+1 |
| * | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| * | ran make lint to apply style guidelines | Aidan Hahn | 2019-09-02 | 1 | -7/+4 |
| * | Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-... | Aidan Hahn | 2019-09-01 | 2 | -27/+23 |
| |\ | |||||
| | * | Fix usage of deprecated find | Nicolas Werner | 2019-08-28 | 1 | -1/+0 |
| | * | Remove unused variables | Nicolas Werner | 2019-08-26 | 1 | -2/+0 |
| | * | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 2 | -25/+24 |
| * | | Refactored Avatar and RoomInfoListItem to access rounding settings in place | Aidan Hahn | 2019-09-01 | 2 | -19/+8 |
| * | | add controll bits for avatar rounding | Aidan Hahn | 2019-08-28 | 2 | -2/+3 |
| * | | rounding options for Avatar class | Aidan Hahn | 2019-08-28 | 1 | -1/+1 |
| * | | added logic in avatar class to determine rounding type | Aidan Hahn | 2019-08-27 | 2 | -5/+25 |
| |/ | |||||
| * | Try to localise timestamps | Nicolas Werner | 2019-07-28 | 1 | -6/+7 |
| * | Fix support for Qt versions < 5.11 | Joseph Donofry | 2019-07-04 | 2 | -3/+20 |
| * | Fix formatting issues | Joseph Donofry | 2019-07-04 | 1 | -3/+2 |
| * | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 3 | -13/+19 |
| * | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -5/+0 |
| * | Remove Scrollbar | Konstantinos Sideris | 2018-10-06 | 2 | -113/+0 |
| * | Enable debug logs | Konstantinos Sideris | 2018-09-30 | 1 | -1/+1 |
| * | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 4 | -19/+16 |
| * | Don't clear selection when a context menu is requested | Konstantinos Sideris | 2018-09-26 | 2 | -0/+40 |
| * | Move TextLabel into its own file | Konstantinos Sideris | 2018-09-26 | 2 | -0/+133 |
| * | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -11/+9 |
| * | Remove custom stylesheet for qmenu | Konstantinos Sideris | 2018-09-08 | 1 | -16/+5 |
| * | Simplify dialog creation | Konstantinos Sideris | 2018-08-11 | 4 | -14/+20 |
| * | Use repaint instead of update on the loading animation | Konstantinos Sideris | 2018-07-25 | 1 | -1/+1 |
| * | Improve the style of snackbar a bit | Konstantinos Sideris | 2018-07-25 | 2 | -52/+42 |
| * | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 1 | -1/+1 |
| * | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 2 | -5/+10 |
| * | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 39 | -2/+1577 |
| * | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 1 | -0/+79 |
| * | Don't download dependencies during build | Konstantinos Sideris | 2018-07-04 | 1 | -1/+1 |
| * | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 1 | -6/+4 |
| * | Add scrollbar in the settings menu | Konstantinos Sideris | 2018-05-09 | 1 | -1/+0 |
| * | Hide SnackBar initially & guard against access of an empty list | Konstantinos Sideris | 2018-05-08 | 1 | -15/+19 |
| * | Add member list | Konstantinos Sideris | 2018-05-01 | 1 | -1/+1 |
| * | Fix CI & adjust snackbar animation | Konstantinos Sideris | 2018-03-17 | 1 | -2/+2 |
| * | Add fancy snackbar animation | Konstantinos Sideris | 2018-03-16 | 1 | -14/+14 |
| * | Remove opacity animation from the scrollbar | Konstantinos Sideris | 2018-03-16 | 1 | -49/+1 |
| * | Remove QPropertyAnimation from modals to work around a regression on Qt 5.10.... | Konstantinos Sideris | 2018-02-17 | 1 | -33/+2 |
| * | Fix transparency issue on custom dialogs | Konstantinos Sideris | 2018-02-17 | 1 | -2/+0 |
| * | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 7 | -28/+4 |
| * | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 1 | -1/+1 |
| * | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 1 | -2/+2 |
| * | Dismiss modal by clicking on the overlay | Konstantinos Sideris | 2018-01-11 | 1 | -0/+8 |
| * | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -0/+11 |
| * | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 1 | -1/+3 |
| * | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 1 | -0/+3 |
| * | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 1 | -5/+2 |
| * | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -4/+4 |
| * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 3 | -3/+11 |
| * | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 4 | -15/+21 |
| * | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 1 | -0/+212 |
| * | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 2 | -2/+2 |
| * | Clean up headers | Konstantinos Sideris | 2017-10-28 | 3 | -4/+0 |
| * | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 1 | -0/+95 |
| * | Lint | Konstantinos Sideris | 2017-10-23 | 1 | -4/+1 |
| * | Make sidebar topic expand on click and fix html formatting of elided text. (#96) | Rokas Kupstys | 2017-10-20 | 1 | -0/+44 |
| * | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -1/+1 |
| * | Add snackbar | Konstantinos Sideris | 2017-10-08 | 1 | -0/+143 |
| * | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 8 | -35/+15 |
| * | Manually remove KDE accelerators | Konstantinos Sideris | 2017-09-24 | 1 | -4/+19 |
| * | Merge branch 'images' | Konstantinos Sideris | 2017-09-10 | 2 | -201/+86 |
| |\ | |||||
| | * | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 2 | -201/+86 |
| * | | Style change again | Konstantinos Sideris | 2017-09-10 | 13 | -1019/+1031 |
| |/ | |||||
| * | Small style change | Konstantinos Sideris | 2017-08-20 | 13 | -233/+357 |
| * | macOS: Get rid of text field's focus border | Konstantinos Sideris | 2017-08-12 | 1 | -4/+7 |
| * | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 2 | -2/+2 |
| * | Slow down spinner | Konstantinos Sideris | 2017-07-02 | 1 | -5/+6 |
| * | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -1/+2 |
| * | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 1 | -0/+106 |
| * | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 3 | -22/+22 |
| * | Add spinner to hide uninitialized layout after login | Konstantinos Sideris | 2017-04-26 | 3 | -5/+266 |
| * | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 1 | -5/+5 |
| * | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 1 | -7/+24 |
| * | Decrease button's animation duration | Konstantinos Sideris | 2017-04-11 | 1 | -2/+2 |
| * | Remove halo animation | Konstantinos Sideris | 2017-04-11 | 2 | -106/+0 |
| * | Add travis CI | Konstantinos Sideris | 2017-04-09 | 1 | -1/+1 |
| * | Initial commit | Konstantinos Sideris | 2017-04-06 | 10 | -0/+1847 |
