Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the styles default delay for tooltips | Nicolas Werner | 2021-12-31 | 2 | -0/+12 |
| | | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860 | ||||
* | Try to reduce CPU overhead of animated images a bit | Nicolas Werner | 2021-12-30 | 1 | -4/+8 |
| | |||||
* | Prevent copies when querying theme | Nicolas Werner | 2021-12-29 | 3 | -17/+37 |
| | |||||
* | Cache supported animated image formats | Nicolas Werner | 2021-12-29 | 1 | -1/+2 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 3 | -13/+16 |
| | |||||
* | Reduce allocations required for the palette | Nicolas Werner | 2021-12-29 | 1 | -34/+40 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 9 | -40/+40 |
| | |||||
* | use more literals | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 21 | -516/+184 |
| | |||||
* | Remove unused button class | Nicolas Werner | 2021-12-28 | 2 | -131/+0 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 5 | -4/+5 |
| | |||||
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 6 | -12/+1 |
| | | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up. | ||||
* | Support exif rotation on received videos | Nicolas Werner | 2021-11-15 | 2 | -16/+39 |
| | | | | fixes #674 | ||||
* | Fix some colors switched to yellow by accident | Nicolas Werner | 2021-11-13 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-11-08 | 1 | -0/+2 |
|\ | |||||
| * | Improve fetching of device keys after login | Nicolas Werner | 2021-11-08 | 1 | -0/+2 |
| | | |||||
* | | Fix syntax issue | Joseph Donofry | 2021-11-03 | 1 | -1/+1 |
| | | |||||
* | | PlayableMediaMessage fixes on macOS | Joseph Donofry | 2021-11-03 | 1 | -2/+31 |
|/ | |||||
* | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 2 | -5/+158 |
| | | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670 | ||||
* | Prompt user when there are unverified devices | Nicolas Werner | 2021-11-01 | 2 | -1/+6 |
| | |||||
* | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 2 | -1/+23 |
| | |||||
* | Use allow list for URI schemes | Nicolas Werner | 2021-10-17 | 1 | -1/+11 |
| | |||||
* | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 2 | -2/+2 |
| | |||||
* | Add support for listing devices that do not support encryption, add support ↵ | Thulinma | 2021-10-17 | 2 | -1/+80 |
| | | | | | | for logging out devices. Ticks off another box in #23! | ||||
* | Merge pull request #741 from LorenDB/qmlJoinRoomDlg | DeepBlueV7.X | 2021-10-11 | 2 | -8/+3 |
|\ | | | | | QML the join room dialog | ||||
| * | QML the join room dialog | Loren Burkholder | 2021-10-09 | 2 | -8/+3 |
| | | |||||
* | | Merge pull request #755 from Nheko-Reborn/bootstrapping | DeepBlueV7.X | 2021-10-09 | 2 | -0/+176 |
|\ \ | |/ |/| | Support bootstrapping crosssigning | ||||
| * | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 2 | -0/+176 |
| | | | | | | | | | | Showing the bootstrap state and showing there are unverified devices is still missing. | ||||
* | | Merge pull request #743 from LorenDB/qmlLogout | DeepBlueV7.X | 2021-10-09 | 2 | -3/+6 |
|\ \ | |/ |/| | QML the logout dialog | ||||
| * | make lint | Loren Burkholder | 2021-10-09 | 1 | -1/+1 |
| | | |||||
| * | QML the logout dialog | Loren Burkholder | 2021-10-05 | 2 | -3/+6 |
| | | |||||
* | | Simplify device list refresh logic | DeepBlueV7.X | 2021-10-07 | 1 | -3/+1 |
| | | |||||
* | | Remove duplicated verification status calculation | Nicolas Werner | 2021-10-07 | 2 | -48/+50 |
| | | |||||
* | | Added support for refreshing the device list, marking current device with a ↵ | Thulinma | 2021-10-06 | 2 | -0/+14 |
|/ | | | | checkmark instead of a lock | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 52 | -3368/+3314 |
| | |||||
* | Improvements for linking to events | Thulinma | 2021-09-16 | 1 | -42/+2 |
| | | | | | | - Fixes scrolling to an event not being reliable - Adds new /goto command that can open URLs, go to events, or go to message indexes. - Refactored ChatPage::handleMatrixUri() to contain the handling originally in Nheko::openLink(), and makes it return a boolean based on whether the URL was handled internally or not. | ||||
* | Remove unused struct | Loren Burkholder | 2021-09-11 | 1 | -7/+0 |
| | |||||
* | Add jdenticon support | Loren Burkholder | 2021-09-11 | 1 | -1/+2 |
| | |||||
* | More profile improvements: | Thulinma | 2021-09-08 | 1 | -2/+1 |
| | | | | | | | | | - Now scrolls entire profile instead of only device list, improving the experience on smaller screens - Fixed centering of room name - Allow profile to be sized smaller to match the new scrolling behavior - Silenced warning about room being null for global profiles - Matrix URLs now open global profiles instead of room-specific profiles if the user is not in the currently opened room - Opening global profile from room specific profile now uses openGlobalUserProfile function instead of reinventing the wheel | ||||
* | Improvements to user profiles: | Thulinma | 2021-09-05 | 2 | -1/+10 |
| | | | | | | | | - Set a minimum width on the profile window (avatar size + margins) - Made avatar editing a separate button, so you can zoom in on your own avatars - Added hover text to avatar/displayname change buttons, which clarify where they will apply for global/room-specific profiles - Added display of room name for room-specific profiles, with hover text that explains what that means. - Added way to open global profile for users from their room-specific profiles (globe button next to room name) | ||||
* | Fix another leak when creating an animated image without an image | Nicolas Werner | 2021-08-29 | 1 | -1/+6 |
| | |||||
* | Fix memory leak of animated image textures | Nicolas Werner | 2021-08-29 | 1 | -1/+3 |
| | |||||
* | Add option to only play animated images on hover | Nicolas Werner | 2021-08-29 | 2 | -1/+20 |
| | |||||
* | Support animated images | Nicolas Werner | 2021-08-29 | 3 | -2/+245 |
| | | | | fixes #461 | ||||
* | Use in memory media player instead of storing unencrypted files on disk | Nicolas Werner | 2021-08-29 | 2 | -0/+222 |
| | |||||
* | Allow accepting knocks in the timeline | Nicolas Werner | 2021-08-17 | 2 | -1/+33 |
| | | | | As well as selecting more join rules. | ||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 2 | -0/+10 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | QML the raw message dialog | Loren Burkholder | 2021-07-31 | 1 | -0/+5 |
| | |||||
* | Remove Avatar class | Loren Burkholder | 2021-07-29 | 2 | -216/+0 |
| | | | | RIP | ||||
* | Remove version checks for unsupported Qt versions | Nicolas Werner | 2021-07-26 | 2 | -18/+2 |
| | |||||
* | Remove additional key requests preference code | Joe | 2021-07-24 | 2 | -9/+0 |
| | |||||
* | Merge master and fix conflicts | Joe | 2021-07-24 | 1 | -1/+1 |
|\ | |||||
| * | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 1 | -1/+1 |
| | | |||||
* | | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 2 | -8/+0 |
|/ | |||||
* | Use coeurl for networking | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | | | Something is still wrong on shutdown, need to debug that. And CI will fail. | ||||
* | Increase contrast of dark theme secondary colors slightly | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | Don't read avatarUrl from local profile, if no global avatar is set | Nicolas Werner | 2021-06-12 | 1 | -5/+3 |
| | |||||
* | Port remaining sidebar actions to qml | Nicolas Werner | 2021-05-30 | 2 | -0/+31 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | Reenable invites | Nicolas Werner | 2021-05-24 | 2 | -1/+6 |
| | |||||
* | Reenable userInfo settings menu | Nicolas Werner | 2021-05-22 | 2 | -0/+6 |
| | |||||
* | Fix device list not showing up and UserProfile blocking the window | Nicolas Werner | 2021-05-22 | 3 | -3/+6 |
| | |||||
* | Make roomlist look nice | Nicolas Werner | 2021-05-21 | 2 | -5/+12 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 7 | -120/+156 |
| | |||||
* | Reorganize TimelineView to prepare porting the room list | Nicolas Werner | 2021-05-14 | 1 | -0/+7 |
| | |||||
* | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 1 | -0/+3 |
| | |||||
* | Move openLink to Nheko globals | Nicolas Werner | 2021-05-13 | 2 | -0/+57 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 2 | -0/+52 |
| | |||||
* | Show verification status next to messages | Nicolas Werner | 2021-05-07 | 2 | -6/+8 |
| | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 1 | -0/+2 |
| | |||||
* | Escape html in topics and show line breaks in the settings | Nicolas Werner | 2021-04-19 | 1 | -2/+3 |
| | |||||
* | Remove some more allocations | Nicolas Werner | 2021-03-14 | 1 | -1/+1 |
| | |||||
* | Fix unused variable | Nicolas Werner | 2021-03-05 | 1 | -1/+0 |
| | |||||
* | fix linting | Nicolas Werner | 2021-03-05 | 1 | -3/+1 |
| | |||||
* | Remove tweeny | Nicolas Werner | 2021-03-05 | 2 | -14/+26 |
| | |||||
* | Merge pull request #505 from Nheko-Reborn/license-headers | DeepBlueV7.X | 2021-03-05 | 48 | -48/+192 |
|\ | | | | | License headers | ||||
| * | Update license headers | Nicolas Werner | 2021-03-05 | 48 | -48/+192 |
| | | |||||
* | | Fix linting | Joseph Donofry | 2021-03-04 | 1 | -3/+4 |
| | | |||||
* | | Properly format matrix errors in spdlog statements | Joseph Donofry | 2021-03-04 | 1 | -2/+2 |
|/ | |||||
* | Linkify topic in room settings and use non-deprecated MessageDialog | Nicolas Werner | 2021-02-22 | 1 | -2/+2 |
| | |||||
* | Replace rowlayouts with gridlayout and fix room settings initializer list | Jedi18 | 2021-02-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into room_settings_qml | Akhil Nair | 2021-02-14 | 3 | -13/+62 |
|\ | |||||
| * | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 2 | -0/+51 |
| | | |||||
| * | Fix linting | Nicolas Werner | 2021-02-09 | 1 | -11/+11 |
| | | |||||
| * | Remove unused variables | Nicolas Werner | 2021-02-09 | 1 | -3/+1 |
| | | |||||
* | | replaced with togglebutton using qtquickcontrols2 | Jedi18 | 2021-02-13 | 1 | -4/+4 |
| | | |||||
* | | added room topic | Jedi18 | 2021-02-13 | 2 | -18/+34 |
| | | |||||
* | | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 2 | -1/+204 |
| | | |||||
* | | fix avatar update on timeline sync | Jedi18 | 2021-02-11 | 2 | -3/+0 |
| | | |||||
* | | shifted room avatar changing | Jedi18 | 2021-02-11 | 2 | -12/+190 |
| | | |||||
* | | added roomversion, roomid etc | Jedi18 | 2021-02-11 | 2 | -0/+24 |
| | | |||||
* | | added notifications and encryption for the new roomsettings | Jedi18 | 2021-02-11 | 2 | -1/+285 |
| | | |||||
* | | ui almost looks the same, midway between transition from old room settings ↵ | Jedi18 | 2021-02-10 | 2 | -0/+58 |
|/ | | | | to new room settings | ||||
* | Merge branch 'master' into avatar_username_feature | DeepBlueV7.X | 2021-02-03 | 1 | -2/+2 |
|\ | |||||
| * | Fix unused capture warning | Nicolas Werner | 2021-02-02 | 1 | -2/+2 |
| | | |||||
* | | fixed global avatar updation in the dialog | Jedi18 | 2021-02-02 | 2 | -11/+28 |
| | | |||||
* | | add loading indicator | Jedi18 | 2021-02-02 | 2 | -10/+38 |
| | | |||||
* | | add error message and update avatars on avatar change in timeline and user ↵ | Jedi18 | 2021-02-02 | 2 | -3/+5 |
| | | | | | | | | profile dialog | ||||
* | | update room and global avatar through user profile | Jedi18 | 2021-02-01 | 2 | -12/+97 |
|/ | |||||
* | shifted isUsernameEditingAllowed to qml from c++ | Jedi18 | 2021-01-29 | 2 | -23/+2 |
| | |||||
* | made requeste changes | Jedi18 | 2021-01-29 | 2 | -6/+6 |
| | |||||
* | fix linting 2 | Jedi18 | 2021-01-29 | 2 | -3/+3 |
| | |||||
* | Shifted fetching of global username fom timeline model to user profile | Jedi18 | 2021-01-29 | 2 | -6/+33 |
| | |||||
* | fix linting | Jedi18 | 2021-01-28 | 2 | -5/+5 |
| | |||||
* | Changed edit method from double clicking to an edit button | Jedi18 | 2021-01-28 | 2 | -4/+7 |
| | |||||
* | Username can be edited by double clicking on text, added global user profile ↵ | Jedi18 | 2021-01-28 | 2 | -33/+59 |
| | | | | menu action in user info widget | ||||
* | update room specific username from userprofile | Jedi18 | 2021-01-27 | 2 | -0/+40 |
| | |||||
* | 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 |
| | | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312 | ||||
* | Improve Register page (#346) | Kirillpt | 2020-11-30 | 2 | -6/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | 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 |
| | | | | login page | ||||
* | Merge pull request #339 from Kirillpt/issue_331 | DeepBlueV7.X | 2020-11-25 | 1 | -1/+1 |
|\ | | | | | fix #331 | ||||
| * | 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 |
|\ \ | |/ |/| | Qml text input | ||||
| * | 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 ↵ | kirillpt | 2020-11-23 | 2 | -1/+16 |
|/ | | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation | ||||
* | Simplify PainterHighQualityEnabler code | Mayeul Cantan | 2020-11-07 | 1 | -11/+3 |
| | | | | | There is no need to iterate over a list, flags can be applied and stored simultaneously. | ||||
* | 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 | -66/+111 |
| | |||||
* | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 1 | -2/+3 |
| | |||||
* | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 2 | -21/+41 |
| | |||||
* | 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 | -178/+143 |
| | |||||
* | 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 | -46/+64 |
| | |||||
* | 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 |
| | | | | fixes #214 | ||||
* | 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 |
| | | | | Fixes #180 | ||||
* | 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 |
| | | | | | | | | | | | | | | | removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting. | ||||
* | 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 ↵ | Aidan Hahn | 2019-09-01 | 2 | -27/+23 |
|\ | | | | | | | 0.7.0-dev-bugfix-71 | ||||
| * | 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 |
| | | | | | | | | I'm not sure, if that is the right way, but Qt doesn't really have a way to format custom localised dates, so I tried to find the closest approximations to what we currently have. Relates to #69 | ||||
* | 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 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | 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 |
| | | | | fixes #346 | ||||
* | 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 |
| | | | | fixes #270 | ||||
* | Remove QPropertyAnimation from modals to work around a regression on Qt ↵ | Konstantinos Sideris | 2018-02-17 | 1 | -33/+2 |
| | | | | 5.10.1 (#87) | ||||
* | Fix transparency issue on custom dialogs | Konstantinos Sideris | 2018-02-17 | 1 | -2/+0 |
| | | | | fixes #87 | ||||
* | 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 |
| | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | ||||
* | 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 |
| | | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline. | ||||
* | 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 |
| | | | Fixes #95 | ||||
* | 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 |
| | | | | fixes #14 | ||||
* | 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 | -1082/+1094 |
|/ | |||||
* | 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 |
| | | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h. | ||||
* | Slow down spinner | Konstantinos Sideris | 2017-07-02 | 1 | -5/+6 |
| | |||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -1/+2 |
| | | | | | | Minor stylistic refactoring closes #29 | ||||
* | 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 |
| | | | | - Add border width on Badge | ||||
* | 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 |