Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to improve the native menu situation on Qt 6.8 | Nicolas Werner | 2024-11-17 | 1 | -1/+8 |
| | |||||
* | Fix menu positions | Nicolas Werner | 2024-10-08 | 1 | -1/+1 |
| | |||||
* | Get rid of platform dialogs/menus now that Qt6.8 supports native menus ↵ | Nicolas Werner | 2024-10-08 | 1 | -6/+5 |
| | | | | | | | without them This will look bad on some platforms and older versions for now, but should fix a lot of crashes and we can report the rest as bugs. | ||||
* | Fix emojis in avatars | Nicolas Werner | 2024-06-06 | 1 | -1/+1 |
| | |||||
* | Try to fix the blurry encryption indicator on high dpi | Nicolas Werner | 2024-02-15 | 1 | -0/+3 |
| | |||||
* | Fix some top bar sizing issues | Nicolas Werner | 2024-02-02 | 1 | -2/+4 |
| | |||||
* | Fix some qml warnings | Nicolas Werner | 2023-10-26 | 1 | -4/+4 |
| | |||||
* | Fix reply and topic colors | Nicolas Werner | 2023-10-10 | 1 | -0/+2 |
| | |||||
* | Fix some reply layouting loops | Nicolas Werner | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | Reimplement reply delegate by moving out the timeline event without layout | Nicolas Werner | 2023-08-25 | 1 | -16/+1 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Format qml | Nicolas Werner | 2023-06-08 | 1 | -207/+175 |
| | |||||
* | Get rid of scrollhelper | Nicolas Werner | 2023-06-08 | 1 | -10/+0 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -10/+8 |
| | |||||
* | Change members button color when hovered | Loren Burkholder | 2023-02-28 | 1 | -17/+17 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | feat: hide all popup menus when press leftbutton on somewhere else | ShootingStarDragons | 2023-01-23 | 1 | -0/+8 |
| | | | | Log: according to the bug on https://bugreports.qt.io/browse/QTBUG-83972, The menu will always stay if not click one of the item. So I try to make a hack for it, wait qt solve it someday | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Add 'clear' button to search bar and implement search indicator via spinner | Joseph Donofry | 2022-12-20 | 1 | -0/+1 |
| | |||||
* | Focus text field on key press (swallows first though...) | Nicolas Werner | 2022-12-13 | 1 | -0/+3 |
| | |||||
* | fix squish | Nicolas Werner | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | Fix people icon blurriness | q234rty | 2022-12-06 | 1 | -2/+0 |
| | |||||
* | Add a shortcut for search | Nicolas Werner | 2022-10-07 | 1 | -2/+8 |
| | |||||
* | Add a slow way to search a room | Nicolas Werner | 2022-10-06 | 1 | -20/+69 |
| | |||||
* | Show the community of a room | Nicolas Werner | 2022-09-20 | 1 | -9/+52 |
| | |||||
* | Fix weird spacing and hidden encryption indicator in top bar | Nicolas Werner | 2022-07-16 | 1 | -3/+4 |
| | |||||
* | Fix pins not refreshing after being loaded | Nicolas Werner | 2022-06-15 | 1 | -1/+6 |
| | |||||
* | Fix pinned messages getting clipped | Nicolas Werner | 2022-04-24 | 1 | -0/+1 |
| | |||||
* | Open room members dialog when clicking the encryption indicator | Nicolas Werner | 2022-03-05 | 1 | -8/+19 |
| | | | | fixes #937 | ||||
* | Show widgets as links | Nicolas Werner | 2022-02-04 | 1 | -2/+38 |
| | |||||
* | Fix list items being hoverable through between settings and new room buttons | Nicolas Werner | 2022-01-30 | 1 | -218/+224 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 1 | -2/+3 |
| | | | | Might be unnecessary, but docs are unclear on that. | ||||
* | Fix broken top bar clicks without pins | Nicolas Werner | 2021-12-11 | 1 | -7/+7 |
| | |||||
* | Change width of pinned message box | Nicolas Werner | 2021-12-11 | 1 | -1/+1 |
| | |||||
* | Support pinned messages | Nicolas Werner | 2021-12-11 | 1 | -11/+126 |
| | | | | fixes #519 | ||||
* | Fix mouse cursor on top bar | Nicolas Werner | 2021-11-19 | 1 | -0/+5 |
| | |||||
* | Use filled shields everywhere and distinguish different states more | Nicolas Werner | 2021-11-17 | 1 | -0/+2 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -2/+2 |
| | |||||
* | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 2021-11-11 | 1 | -11/+32 |
| | |||||
* | Fix incorrect pluralization of "rooms" | Eldred Habert | 2021-10-19 | 1 | -1/+1 |
| | |||||
* | Use correct form of roomId | Loren Burkholder | 2021-09-11 | 1 | -6/+9 |
| | |||||
* | Use more descriptive property name | Loren Burkholder | 2021-09-11 | 1 | -1/+1 |
| | |||||
* | Use better id loading methodology | Loren Burkholder | 2021-09-11 | 1 | -1/+2 |
| | |||||
* | Get direct chat jdenticons to line up | Loren Burkholder | 2021-09-11 | 1 | -0/+1 |
| | |||||
* | Show verification status in memberlist | Nicolas Werner | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | Show if there are unverified devices in a room | Nicolas Werner | 2021-08-13 | 1 | -1/+25 |
| | | | | | Also fixes some issues where nested transactions will poison the verification cache. | ||||
* | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 1 | -5/+5 |
| | |||||
* | Finish converting function to property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Simplify room details access | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | | This removes the redundant room name property | ||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -13/+1 |
| | |||||
* | QML the invite dialog | Loren Burkholder | 2021-07-20 | 1 | -1/+13 |
| | | | | This also adds a property `roomId` to TimelineModel. | ||||
* | QML the room member list | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix high CPU usage when a room is open | Nicolas Werner | 2021-07-10 | 1 | -2/+2 |
| | |||||
* | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 1 | -8/+16 |
| | |||||
* | Implement switching in narrow mode | Nicolas Werner | 2021-06-08 | 1 | -2/+4 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -8/+6 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 1 | -2/+2 |
| | |||||
* | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 1 | -4/+4 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -2/+2 |
| | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 1 | -0/+1 |
| | |||||
* | Clean up design a bit | Nicolas Werner | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | Escape html in topics and show line breaks in the settings | Nicolas Werner | 2021-04-19 | 1 | -1/+2 |
| | |||||
* | Fix some TapHandler focus issues | Nicolas Werner | 2021-04-11 | 1 | -3/+6 |
| | |||||
* | Fix room settings opening twice on room title | Nicolas Werner | 2021-03-19 | 1 | -4/+0 |
| | |||||
* | Use native menus | Nicolas Werner | 2021-03-14 | 1 | -14/+13 |
| | |||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | added room topic | Jedi18 | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 1 | -2/+2 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -2/+2 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 1 | -6/+1 |
| | |||||
* | Don't overflow room name | Nicolas Werner | 2020-12-13 | 1 | -0/+2 |
| | |||||
* | Make back button bigger as it is hard to tap with your thumb | Nicolas Werner | 2020-10-28 | 1 | -0/+2 |
| | |||||
* | Split up TimelineView into separate components | Nicolas Werner | 2020-10-26 | 1 | -0/+127 |