Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make pill text color match the separator color | Nicolas Werner | 2021-11-11 | 1 | -1/+1 |
| | |||||
* | Swap encryption and edit indicator | Nicolas Werner | 2021-11-11 | 1 | -9/+9 |
| | |||||
* | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 2021-11-11 | 3 | -16/+39 |
| | |||||
* | Merge pull request #798 from LorenDB/fixRRDialog | DeepBlueV7.X | 2021-11-09 | 1 | -0/+1 |
|\ | | | | | Fix clicking on avatar | ||||
| * | Fix clicking on avatar | Loren Burkholder | 2021-11-08 | 1 | -0/+1 |
| | | |||||
* | | Explicitly namespace platform module | Nicolas Werner | 2021-11-09 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #791 from Nheko-Reborn/secret-storage-fixes | DeepBlueV7.X | 2021-11-07 | 4 | -5/+5 |
|\ \ | |/ |/| | Move away from using an event loop to access secrets | ||||
| * | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 4 | -5/+5 |
| | | | | | | | | | | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789 | ||||
* | | Use ItemDelegate for read receipts | Loren Burkholder | 2021-11-06 | 1 | -42/+39 |
|/ | |||||
* | Fix leave room dialog | Nicolas Werner | 2021-11-05 | 1 | -3/+3 |
| | |||||
* | Use ItemDelegate for CommunitiesList | Nicolas Werner | 2021-11-03 | 1 | -23/+22 |
| | |||||
* | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 2021-11-03 | 9 | -482/+1879 |
| | | | | | fixes #683 relates to #571 | ||||
* | Fix unjoinable invites on mobile as well as unclickable previews | Nicolas Werner | 2021-11-03 | 3 | -5/+6 |
| | |||||
* | Fix copyright order | Nicolas Werner | 2021-11-03 | 1 | -1/+1 |
| | |||||
* | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 2 | -0/+416 |
| | | | | | | | | 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 | 3 | -1/+88 |
| | |||||
* | Some people consider Nheko not an AAAAA title | Nicolas Werner | 2021-10-30 | 1 | -1/+0 |
| | |||||
* | Add self verification after login | Nicolas Werner | 2021-10-30 | 1 | -6/+45 |
| | |||||
* | Auto-focus search bar in room directory | Loren Burkholder | 2021-10-28 | 1 | -0/+1 |
| | |||||
* | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 1 | -18/+82 |
| | |||||
* | Fix incorrect pluralization of "rooms" | Eldred Habert | 2021-10-19 | 1 | -1/+1 |
| | |||||
* | lint | Nicolas Werner | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | WIP | Nicolas Werner | 2021-10-17 | 2 | -19/+62 |
| | |||||
* | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 2 | -1/+5 |
| | |||||
* | Add support for listing devices that do not support encryption, add support ↵ | Thulinma | 2021-10-17 | 1 | -0/+10 |
| | | | | | | for logging out devices. Ticks off another box in #23! | ||||
* | Use correct Monopoly quote | Eldred Habert | 2021-10-15 | 1 | -1/+1 |
| | | | | Hi if you're reading this commit message wondering "what the fuck?" | ||||
* | Allow JPEG in image picker for stickers and emotes. | tastytea | 2021-10-15 | 1 | -1/+1 |
| | | | | | The file ending list is translated, so all the translations are updated too. | ||||
* | Use the same leave room dialog everywhere | Loren Burkholder | 2021-10-11 | 3 | -11/+35 |
| | | | | This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs. | ||||
* | Merge pull request #741 from LorenDB/qmlJoinRoomDlg | DeepBlueV7.X | 2021-10-11 | 2 | -0/+88 |
|\ | | | | | QML the join room dialog | ||||
| * | Use better close-on-Enter logic | Loren Burkholder | 2021-10-09 | 1 | -8/+4 |
| | | |||||
| * | Auto-focus the input | Loren Burkholder | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | Add handy keyboard shortcuts | Loren Burkholder | 2021-10-09 | 1 | -0/+15 |
| | | |||||
| * | QML the join room dialog | Loren Burkholder | 2021-10-09 | 2 | -0/+76 |
| | | |||||
* | | Merge pull request #755 from Nheko-Reborn/bootstrapping | DeepBlueV7.X | 2021-10-09 | 10 | -36/+332 |
|\ \ | |/ |/| | Support bootstrapping crosssigning | ||||
| * | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 10 | -36/+332 |
| | | | | | | | | | | 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 | -0/+35 |
|\ \ | |/ |/| | QML the logout dialog | ||||
| * | QML the logout dialog | Loren Burkholder | 2021-10-05 | 2 | -0/+35 |
| | | |||||
* | | Simplify device list refresh logic | DeepBlueV7.X | 2021-10-07 | 1 | -1/+1 |
| | | |||||
* | | Added support for refreshing the device list, marking current device with a ↵ | Thulinma | 2021-10-06 | 1 | -8/+30 |
|/ | | | | checkmark instead of a lock | ||||
* | Merge pull request #744 from LorenDB/reorganizeQml | DeepBlueV7.X | 2021-10-04 | 7 | -5/+11 |
|\ | | | | | Reorganize all the dialogs into the dialogs folder | ||||
| * | Reorganize all the dialogs into the dialogs folder | Loren Burkholder | 2021-09-29 | 7 | -5/+11 |
| | | |||||
* | | Fix some strings and translation stuff | Loren Burkholder | 2021-10-01 | 1 | -1/+1 |
|/ | |||||
* | Fix margins on input dialog | Loren Burkholder | 2021-09-24 | 1 | -1/+2 |
| | |||||
* | Add missing qsTr | Nicolas Werner | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Fix a few verification typos | Nicolas Werner | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #728 from Thulinma/goto | DeepBlueV7.X | 2021-09-17 | 1 | -1/+4 |
|\ | | | | | Improvements for linking to events | ||||
| * | Improvements for linking to events | Thulinma | 2021-09-16 | 1 | -1/+4 |
| | | | | | | | | | | | | - 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. | ||||
* | | Added a text field that allows choosing custom homeserver in "Room ↵ | Patryk Cisek | 2021-09-17 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory" dialog. (#727) * Added a text field that allows choosing custom homeserver in "Room directory" dialog. * Moved "Choose custom homeserver" text field to the right and shrinked it to 30% of "Room directory" dialog's width. * Adding "server_name=" when needed when joining room. When joining room that is hosted on a different homeserver than the account is registered on, the request fails. In such scenario the server has to be explicitly mentioned in a server_name URL parameter. More info here: https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-join-roomidoralias * Minor fix: intentation (4 spaces -> 8 spaces) Co-authored-by: Patryk Cisek <patryk@cisek.email> | ||||
* | | Disable reuseItems again D: | Nicolas Werner | 2021-09-17 | 1 | -2/+2 |
|/ | |||||
* | Reenable reuseItems for the message view | Nicolas Werner | 2021-09-15 | 3 | -6/+6 |
| | | | | If this is still broken, we will need to disable it again. | ||||
* | Fix a few jdenticon bugs | Joseph Donofry | 2021-09-14 | 2 | -2/+3 |
| | |||||
* | Merge pull request #721 from symphorien/hotlist | DeepBlueV7.X | 2021-09-14 | 1 | -0/+5 |
|\ | | | | | Implement a binding to go to a room with unread messages | ||||
| * | add Alt+A keybinding to switch to next room with unread messages | Guillaume Girol | 2021-09-14 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #416 from LorenDB/jdenticon | DeepBlueV7.X | 2021-09-13 | 16 | -11/+60 |
|\ \ | | | | | | | Add jdenticon support | ||||
| * | | Use correct form of roomId | Loren Burkholder | 2021-09-11 | 3 | -9/+12 |
| | | | |||||
| * | | Use better jdenticon codes/id settings | Loren Burkholder | 2021-09-11 | 2 | -5/+6 |
| | | | |||||
| * | | Remove useless line | Loren Burkholder | 2021-09-11 | 1 | -1/+0 |
| | | | |||||
| * | | Use better visible check | Loren Burkholder | 2021-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | Don't bother with crop | Loren Burkholder | 2021-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | Fix jdenticons in various places | Loren Burkholder | 2021-09-11 | 5 | -8/+13 |
| | | | |||||
| * | | Use more descriptive property name | Loren Burkholder | 2021-09-11 | 2 | -3/+3 |
| | | | |||||
| * | | Finish getting all avatars jdenticonified | Loren Burkholder | 2021-09-11 | 11 | -0/+15 |
| | | | |||||
| * | | Use better id loading methodology | Loren Burkholder | 2021-09-11 | 3 | -4/+7 |
| | | | |||||
| * | | Add some fancy effects to jdenticon | Loren Burkholder | 2021-09-11 | 1 | -1/+13 |
| | | | |||||
| * | | Get direct chat jdenticons to line up | Loren Burkholder | 2021-09-11 | 2 | -0/+4 |
| | | | |||||
| * | | Only set identicon source if used | Loren Burkholder | 2021-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | Add jdenticon support | Loren Burkholder | 2021-09-11 | 1 | -1/+8 |
| |/ | |||||
* / | Update translations | Nicolas Werner | 2021-09-13 | 1 | -1/+1 |
|/ | |||||
* | More profile improvements: | Thulinma | 2021-09-08 | 1 | -228/+242 |
| | | | | | | | | | - 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 | 1 | -8/+50 |
| | | | | | | | | - 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) | ||||
* | Decrease left margins on blockquotes to 1em. | tastytea | 2021-09-04 | 1 | -0/+1 |
| | | | | | | | It is intentionally impossible to add borders to blockquotes via CSS: <https://bugreports.qt.io/browse/QTBUG-23244>. Bug: https://github.com/Nheko-Reborn/nheko/issues/704 | ||||
* | Fix room ping permission checked incorrectly | Nicolas Werner | 2021-09-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #696 from resolritter/reply | DeepBlueV7.X | 2021-09-03 | 3 | -7/+62 |
|\ | | | | | Right-click tap handler for replies | ||||
| * | right-click tap handler for replies | resolritter | 2021-08-31 | 3 | -7/+62 |
| | | |||||
* | | Fix z value of avatar in timeline | Nicolas Werner | 2021-09-03 | 1 | -0/+2 |
| | | |||||
* | | Warn the user before they ping the whole room | Nicolas Werner | 2021-09-02 | 3 | -1/+42 |
| | | |||||
* | | Fix a few null warnings | Nicolas Werner | 2021-08-29 | 3 | -11/+9 |
| | | |||||
* | | Loaded causes weird artifacts loading rooms | Nicolas Werner | 2021-08-29 | 1 | -7/+2 |
| | | |||||
* | | Small image pack editor improvements | Nicolas Werner | 2021-08-29 | 1 | -1/+16 |
| | | | | | | | | | | | | | | - add missing mimetype - allow removal of images from pack - allow GIF as a format - don't divide size by 2 if the image is very small already | ||||
* | | Add option to only play animated images on hover | Nicolas Werner | 2021-08-29 | 1 | -0/+1 |
| | | |||||
* | | Support animated images | Nicolas Werner | 2021-08-29 | 3 | -27/+40 |
| | | | | | | | | fixes #461 | ||||
* | | Use in memory media player instead of storing unencrypted files on disk | Nicolas Werner | 2021-08-29 | 4 | -39/+30 |
|/ | |||||
* | accept Backtab and Shift-Tab for hovering selection backwards | resolritter | 2021-08-22 | 3 | -14/+20 |
| | |||||
* | Avoid completer jitter before closing | Thomas Karpiniec | 2021-08-21 | 1 | -9/+5 |
| | |||||
* | Allow opening a completer starting with selected text | Thomas Karpiniec | 2021-08-21 | 1 | -3/+3 |
| | |||||
* | Close popup on SelectAll | Thomas Karpiniec | 2021-08-21 | 1 | -0/+4 |
| | |||||
* | Simplify message delegate size calculation a bit | Nicolas Werner | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | Disable async timeline loading, since it hangs in a layout loop sometimes | Nicolas Werner | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #684 from thombles/clear-emoji-search | DeepBlueV7.X | 2021-08-19 | 1 | -1/+2 |
|\ | | | | | Clear emoji search field when picker closed | ||||
| * | Clear emoji search field when picker closed | Thomas Karpiniec | 2021-08-19 | 1 | -1/+2 |
| | | |||||
* | | Add Qt.WindowTitleHint to qml dialogs | Joseph Donofry | 2021-08-19 | 10 | -10/+10 |
|/ | |||||
* | Allow accepting knocks in the timeline | Nicolas Werner | 2021-08-17 | 4 | -11/+35 |
| | | | | As well as selecting more join rules. | ||||
* | Load message list async | Nicolas Werner | 2021-08-17 | 1 | -0/+1 |
| | |||||
* | Update join button in room directory after join | Nicolas Werner | 2021-08-17 | 1 | -2/+1 |
| | |||||
* | Merge pull request #659 from kamathmanu/nhekoRoomDirectory | DeepBlueV7.X | 2021-08-17 | 2 | -0/+215 |
|\ | | | | | Nheko room directory | ||||
| * | Formatting | kamathmanu | 2021-08-14 | 1 | -1/+1 |
| | | |||||
| * | Cleanup more nits | kamathmanu | 2021-08-14 | 1 | -19/+8 |
| | | |||||
| * | Formatting + Licensing | kamathmanu | 2021-08-14 | 1 | -1/+1 |
| | | |||||
| * | Clean up final nits | kamathmanu | 2021-08-14 | 1 | -9/+8 |
| | | |||||
| * | Ran qmlformat and make license | kamathmanu | 2021-08-12 | 1 | -195/+216 |
| | | |||||
| * | Make search text selectable by clicking | kamathmanu | 2021-08-12 | 1 | -0/+1 |
| | | |||||
| * | Added Spinner while rooms load | kamathmanu | 2021-08-12 | 1 | -6/+27 |
| | | |||||
| * | Fix nits from code review | kamathmanu | 2021-08-09 | 2 | -6/+3 |
| | | |||||
| * | Merge branch 'master' into nhekoRoomDirectory | kamathmanu | 2021-08-07 | 23 | -181/+860 |
| |\ | |||||
| * | | Improve window closing | kamathmanu | 2021-08-07 | 1 | -1/+6 |
| | | | |||||
| * | | Fixed anchoring/positioning of delegate items and join room display | kamathmanu | 2021-08-07 | 1 | -11/+26 |
| | | | |||||
| * | | Padding for search bar | kamathmanu | 2021-08-07 | 1 | -2/+2 |
| | | | |||||
| * | | Room Directory UI for exploring and joining public rooms. V1: simplistic ↵ | kamathmanu | 2021-08-07 | 2 | -0/+167 |
| | | | | | | | | | | | | server + network facilities | ||||
* | | | Allow downloading keys from key backup | Nicolas Werner | 2021-08-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fix dpi scaling of avatars | Nicolas Werner | 2021-08-16 | 1 | -3/+3 |
| | | | |||||
* | | | Round images in the image provider | Nicolas Werner | 2021-08-14 | 4 | -18/+1 |
| | | | |||||
* | | | Tab to move down completer | Nicolas Werner | 2021-08-14 | 2 | -0/+6 |
| | | | |||||
* | | | Show verification status in memberlist | Nicolas Werner | 2021-08-13 | 3 | -9/+39 |
| | | | |||||
* | | | Show if there are unverified devices in a room | Nicolas Werner | 2021-08-13 | 3 | -1/+27 |
| | | | | | | | | | | | | | | | Also fixes some issues where nested transactions will poison the verification cache. | ||||
* | | | Merge pull request #678 from LorenDB/closeRoom | Joseph Donofry | 2021-08-11 | 2 | -5/+14 |
|\ \ \ | | | | | | | | | Close currently open room when it is tapped again | ||||
| * | | | Remove warnings on closing room | Loren Burkholder | 2021-08-10 | 2 | -3/+8 |
| | | | | |||||
| * | | | Remove unnecessary debugging log | Loren Burkholder | 2021-08-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Close currently open room when it is tapped again | Loren Burkholder | 2021-08-09 | 1 | -1/+6 |
| | | | | |||||
* | | | | AttrIbution | Nicolas Werner | 2021-08-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | increase settings window size | Nicolas Werner | 2021-08-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix decryption errors in reply popups | Nicolas Werner | 2021-08-08 | 2 | -0/+2 |
| |_|/ |/| | | |||||
* | | | Show encryption errors in qml and add request keys button | Nicolas Werner | 2021-08-07 | 5 | -0/+66 |
|/ / | |||||
* | | Allow creating new packs | Nicolas Werner | 2021-08-06 | 2 | -4/+32 |
| | | |||||
* | | Allow uploading additional stickers | Nicolas Werner | 2021-08-06 | 2 | -4/+21 |
| | | |||||
* | | Basic sticker pack editor | Nicolas Werner | 2021-08-06 | 6 | -135/+472 |
| | | |||||
* | | Merge pull request #666 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-08-06 | 1 | -0/+1 |
|\ \ | | | | | | | Open profile when clicking avatar | ||||
| * | | Open profile when clicking avatar | Loren Burkholder | 2021-08-05 | 1 | -0/+1 |
| | | | |||||
* | | | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 15 | -36/+42 |
|/ / | | | | | | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | | Fix colors for manual dark theme | Loren Burkholder | 2021-07-31 | 1 | -1/+6 |
| | | |||||
* | | QML the raw message dialog | Loren Burkholder | 2021-07-31 | 3 | -0/+61 |
| | | |||||
* | | Fix C&P error for DeviceType | Nicolas Werner | 2021-07-31 | 1 | -2/+2 |
| | | |||||
* | | Fix annoying touch overlap in room list | Nicolas Werner | 2021-07-31 | 2 | -20/+27 |
| | | |||||
* | | Use an explicit color for the label | Loren Burkholder | 2021-07-30 | 1 | -0/+1 |
| | | |||||
* | | Move read receipts connection to allow for future pop-out room views | Loren Burkholder | 2021-07-30 | 2 | -12/+12 |
| | | |||||
* | | Don't switch room that read receipt-related stuff is opened in | Loren Burkholder | 2021-07-29 | 2 | -4/+6 |
| | | |||||
* | | Use a QSortFilterProxyModel instead of resetting the model | Loren Burkholder | 2021-07-29 | 1 | -2/+2 |
| | | |||||
* | | Use Dialog flag to make tiling WMs happy | Loren Burkholder | 2021-07-29 | 1 | -0/+1 |
| | | |||||
* | | Close dialog on escape | Loren Burkholder | 2021-07-29 | 1 | -0/+5 |
| | | |||||
* | | Dynamically update read receipts | Loren Burkholder | 2021-07-29 | 1 | -1/+0 |
| | | |||||
* | | Fix incorrect function name | Loren Burkholder | 2021-07-29 | 1 | -1/+1 |
| | | |||||
* | | Add close button at footer | Loren Burkholder | 2021-07-29 | 1 | -0/+6 |
| | | |||||
* | | QML the read receipts list | Loren Burkholder | 2021-07-29 | 3 | -1/+138 |
|/ | | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit | ||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 12 | -53/+95 |
| | | | | Also fix a lot of warnings. | ||||
* | Merge master and fix conflicts | Joe | 2021-07-24 | 21 | -103/+1006 |
|\ | |||||
| * | Merge pull request #651 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-23 | 2 | -5/+16 |
| |\ | | | | | | | Fix a few UI things | ||||
| | * | make lint | Loren Burkholder | 2021-07-22 | 1 | -0/+1 |
| | | | |||||
| | * | Add functionality for loading global user profile where needed | Loren Burkholder | 2021-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | This is so viewing profiles from the invite dialog will work as expected. | ||||
| | * | Pad the loading spinner | Loren Burkholder | 2021-07-21 | 1 | -4/+14 |
| | | | |||||
| * | | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 3 | -0/+335 |
| | | | |||||
| * | | Fix emoji picker not connected to input | Nicolas Werner | 2021-07-22 | 1 | -1/+1 |
| | | | |||||
| * | | Show confirmation dialog when leaving a room via the context menu | Nicolas Werner | 2021-07-22 | 2 | -2/+12 |
| |/ | |||||
| * | Merge pull request #650 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-21 | 4 | -10/+19 |
| |\ | | | | | | | Open room members when member info label clicked | ||||
| | * | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 4 | -10/+9 |
| | | | |||||
| | * | Open room members when member info label clicked | Loren Burkholder | 2021-07-21 | 1 | -1/+11 |
| | | | |||||
| * | | Update translations | Nicolas Werner | 2021-07-21 | 2 | -3/+3 |
| | | | |||||
| * | | Fix color of invite label | Nicolas Werner | 2021-07-21 | 1 | -0/+1 |
| |/ | |||||
| * | Fix the loading spinner setup | Loren Burkholder | 2021-07-20 | 1 | -4/+14 |
| | | | | | | | | This fixes binding loops and gives it a (in my opinion) sane size. | ||||
| * | Fix elided width | Loren Burkholder | 2021-07-20 | 1 | -0/+1 |
| | | |||||
| * | Call the correct function | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | Fix bad connection | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | Add property for plain room name | Loren Burkholder | 2021-07-20 | 2 | -3/+3 |
| | | |||||
| * | Check with regex everywhere | Loren Burkholder | 2021-07-20 | 1 | -4/+6 |
| | | |||||
| * | Use elided label | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | |||||
| * | Use correct colors | Loren Burkholder | 2021-07-20 | 2 | -0/+4 |
| | | |||||
| * | Don't hardcode fonts | Loren Burkholder | 2021-07-20 | 3 | -8/+8 |
| | | | | | | | | Fix hardcoded fonts (again) | ||||
| * | Fix hardcoded spacing/padding | Loren Burkholder | 2021-07-20 | 2 | -6/+6 |
| | | | | | | | | Another padding fix | ||||
| * | Fix roomId property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | make lint | Loren Burkholder | 2021-07-20 | 2 | -4/+2 |
| | | |||||
| * | Only run spinner while loading members | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | Consolidate connections | Loren Burkholder | 2021-07-20 | 2 | -16/+0 |
| | | |||||
| * | make lint | Loren Burkholder | 2021-07-20 | 3 | -6/+18 |
| | | |||||
| * | Fix visibility of spinner | Loren Burkholder | 2021-07-20 | 1 | -5/+2 |
| | | |||||
| * | Drop unnecessary code | Loren Burkholder | 2021-07-20 | 1 | -1/+0 |
| | | |||||
| * | Only invite if there is something/someone to invite | Loren Burkholder | 2021-07-20 | 1 | -77/+4 |
| | | |||||
| * | Use standardized padding | Loren Burkholder | 2021-07-20 | 2 | -5/+5 |
| | | |||||
| * | Get Ctrl+Enter working and fix cleaning up and closing | Loren Burkholder | 2021-07-20 | 1 | -15/+14 |
| | | |||||
| * | Fix bad property name | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | |||||
| * | Document bad behavior with footer and spinner | Loren Burkholder | 2021-07-20 | 1 | -1/+4 |
| | | |||||
| * | More shortcut stuff | Loren Burkholder | 2021-07-20 | 1 | -5/+5 |
| | | |||||
| * | Fix Ctrl-Enter shortcut | Loren Burkholder | 2021-07-20 | 1 | -9/+11 |
| | | |||||
| * | Actually set invitees property | Loren Burkholder | 2021-07-20 | 1 | -1/+2 |
| | | |||||
| * | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -4/+4 |
| | | |||||
| * | Finish converting function to property | Loren Burkholder | 2021-07-20 | 7 | -9/+9 |
| | | |||||
| * | Use fancy spinner (courtesy of redsky) | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -8/+9 |
| | | |||||
| * | Fix background color on text input | Loren Burkholder | 2021-07-20 | 2 | -0/+5 |
| | | |||||
| * | Fix up components | Loren Burkholder | 2021-07-20 | 1 | -21/+28 |
| | | |||||
| * | Fix borked property stuff | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | |||||
| * | make lint | Loren Burkholder | 2021-07-20 | 3 | -11/+38 |
| | | |||||
| * | Use standard buttons for OK button | Loren Burkholder | 2021-07-20 | 1 | -4/+4 |
| | | |||||
| * | Simplify room details access | Loren Burkholder | 2021-07-20 | 3 | -6/+4 |
| | | | | | | | | This removes the redundant room name property | ||||
| * | Fix item that accept() is called on | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | |||||
| * | Add close on Escape shortcut | Loren Burkholder | 2021-07-20 | 1 | -0/+5 |
| | | |||||
| * | Clean up code | Loren Burkholder | 2021-07-20 | 1 | -13/+0 |
| | | |||||
| * | Add fancy label if you enter a bad mxid | Loren Burkholder | 2021-07-20 | 1 | -0/+73 |
| | | |||||
| * | Focus the input bar automatically | Loren Burkholder | 2021-07-20 | 1 | -0/+1 |
| | | |||||
| * | Make sure to use the default room id if none is specified | Loren Burkholder | 2021-07-20 | 1 | -1/+2 |
| | | |||||
| * | Add a fancy loading spinner to the member list | Loren Burkholder | 2021-07-20 | 1 | -0/+7 |
| | | |||||
| * | make lint | Loren Burkholder | 2021-07-20 | 6 | -47/+98 |
| | | |||||
| * | QML the invite dialog | Loren Burkholder | 2021-07-20 | 3 | -1/+130 |
| | | | | | | | | This also adds a property `roomId` to TimelineModel. | ||||
| * | QML the room member list | Loren Burkholder | 2021-07-20 | 2 | -1/+112 |
| | | |||||
| * | Explicitly reload data in delegates, if related events got loaded | Nicolas Werner | 2021-07-20 | 5 | -24/+31 |
| | | |||||
| * | Fix reaction button again | Nicolas Werner | 2021-07-19 | 1 | -1/+1 |
| | | |||||
| * | Model alias is still needed | Nicolas Werner | 2021-07-19 | 1 | -0/+1 |
| | | |||||
| * | Cache sticker picker | Nicolas Werner | 2021-07-19 | 2 | -4/+6 |
| | | |||||
| * | Make scrolling sticker picker bearable | Nicolas Werner | 2021-07-19 | 1 | -0/+6 |
| | | |||||
| * | Move sticker parsing and enable room stickers | Nicolas Werner | 2021-07-19 | 1 | -2/+0 |
| | | |||||
| * | Basic sticker support | Nicolas Werner | 2021-07-19 | 5 | -32/+212 |
| | | |||||
| * | Fix replies not reloading after fetching them | Nicolas Werner | 2021-07-16 | 1 | -19/+19 |
| | | |||||
| * | Try to make scrolling emoji picker a bit smoother | Nicolas Werner | 2021-07-15 | 1 | -0/+1 |
| | | |||||
* | | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 1 | -17/+0 |
|/ | |||||
* | Fix warning by deleting code I don't understand | Nicolas Werner | 2021-07-15 | 1 | -5/+0 |
| | |||||
* | Add workaround for TextEdit not rerendering after image loaded | Nicolas Werner | 2021-07-15 | 1 | -0/+5 |
| | | | | fixes #541 | ||||
* | Don't use full dump for replies | Nicolas Werner | 2021-07-12 | 1 | -20/+22 |
| | |||||
* | Fix a few missing properties | Nicolas Werner | 2021-07-12 | 4 | -4/+28 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 15 | -132/+464 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Use required properties and delegate pooling for room list | Nicolas Werner | 2021-07-10 | 1 | -25/+37 |
| | |||||
* | Fix high CPU usage when a room is open | Nicolas Werner | 2021-07-10 | 5 | -35/+34 |
| | |||||
* | Remove db bottleneck by caching ro txn for 100 requests | Nicolas Werner | 2021-07-10 | 1 | -1/+1 |
| | |||||
* | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 6 | -74/+119 |
| | |||||
* | Remove commented code | Joseph Donofry | 2021-07-08 | 1 | -2/+0 |
| | |||||
* | Fixes from code review | Joseph Donofry | 2021-07-08 | 5 | -99/+60 |
| | |||||
* | Remove EmojiEmitter | Joseph Donofry | 2021-07-08 | 1 | -60/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into nheko_loading_spinner | Joseph Donofry | 2021-07-08 | 17 | -258/+561 |
|\ | |||||
| * | Make emoji picker follow theme | Nicolas Werner | 2021-07-03 | 4 | -201/+225 |
| | | |||||
| * | Fix community sidebar toggle | Nicolas Werner | 2021-07-02 | 1 | -0/+2 |
| | | |||||
| * | Fix mouse cursor on reply delegates | Nicolas Werner | 2021-06-30 | 1 | -0/+1 |
| | | |||||
| * | Fix clicking links in mobile mode | Nicolas Werner | 2021-06-25 | 1 | -1/+2 |
| | | | | | | | | fixes #617 | ||||
| * | Don't use a thin font in the room list | Nicolas Werner | 2021-06-25 | 1 | -2/+0 |
| | | |||||
| * | Fix missing back button on spaces page in narrow mode as well as topic not ↵ | Nicolas Werner | 2021-06-25 | 1 | -4/+17 |
| | | | | | | | | resizing properly | ||||
| * | Fix null warning for space avatars | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | | |||||
| * | Add a basic 'Space page' | Nicolas Werner | 2021-06-25 | 3 | -3/+64 |
| | | |||||
| * | Hide last message on spaces | Nicolas Werner | 2021-06-25 | 1 | -1/+3 |
| | | |||||
| * | add avatar changed event support issue #550 | BShipman | 2021-06-19 | 1 | -0/+8 |
| | | |||||
| * | Fix wrong tags in context menu | Nicolas Werner | 2021-06-14 | 1 | -1/+1 |
| | | |||||
| * | Change collapse position | Nicolas Werner | 2021-06-14 | 1 | -2/+2 |
| | | |||||
| * | Fix button spacing | Loren Burkholder | 2021-06-13 | 2 | -3/+4 |
| | | |||||
| * | Layout 1.15 -> 1.12 | Nicolas Werner | 2021-06-13 | 2 | -2/+2 |
| | | |||||
| * | Try to be compatible with Qt 5.12 | Nicolas Werner | 2021-06-13 | 9 | -19/+27 |
| | | |||||
| * | Don't read avatarUrl from local profile, if no global avatar is set | Nicolas Werner | 2021-06-12 | 1 | -5/+7 |
| | | |||||
| * | Merge branch 'master' into qml-roomlist | Nicolas Werner | 2021-06-12 | 1 | -12/+12 |
| |\ | |||||
| | * | Added mnemonic letters to context menu. | AppAraat | 2021-05-24 | 1 | -12/+12 |
| | | | | | | | | | | | | https://doc.qt.io/qt-5/qshortcut.html#mnemonic | ||||
| * | | Persist sidebar sizes | Nicolas Werner | 2021-06-12 | 1 | -4/+20 |
| | | | |||||
| * | | Fix PrivacyScreen for qml-roomlist | Joseph Donofry | 2021-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Reenable tag hiding | Nicolas Werner | 2021-06-11 | 1 | -5/+5 |
| | | | |||||
| * | | Enable toggling tags | Nicolas Werner | 2021-06-11 | 3 | -10/+21 |
| | | | |||||
| * | | Render community items | Nicolas Werner | 2021-06-11 | 5 | -9/+164 |
| | | | |||||
* | | | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 2021-06-09 | 7 | -11/+85 |
| | | | |||||
* | | | Change variable for running | Joseph Donofry | 2021-06-09 | 1 | -1/+1 |
| | | | |||||
* | | | Add Nheko logo QML Spinner | Joseph Donofry | 2021-06-09 | 2 | -3/+231 |
|/ / |