Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -2/+0 |
| | |||||
* | Add some event expiration function | Nicolas Werner | 2023-07-04 | 1 | -0/+3 |
| | |||||
* | Adapt to the new inherited variant | Nicolas Werner | 2023-04-11 | 1 | -5/+4 |
| | |||||
* | Use the new mtxclient special effects refactoring | Loren Burkholder | 2023-04-11 | 1 | -18/+19 |
| | |||||
* | Implement unknown msgtype functionality | Loren Burkholder | 2023-04-08 | 1 | -1/+2 |
| | |||||
* | Update spaces events automatically in the background | Nicolas Werner | 2023-03-14 | 1 | -0/+3 |
| | |||||
* | 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/ | ||||
* | Make single newlines cause a <br> by default | Nicolas Werner | 2023-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | This should match what people expect from a chat application much better. The biggest reason not to do this, is because some people might paste markdown documents. For those people there is now a /cmark command, which disables most of our extensions to cmark, including the newline behaviour. There is a long discussion on the Fediverse and on Github linked below. Mastodon https://fosstodon.org/@deepbluev7/109771668066978726 fixes #757 | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Fix confetti in the sidebar | Nicolas Werner | 2022-12-17 | 1 | -3/+18 |
| | |||||
* | VoIP v1 implementation (#1161) | Rohit Sutradhar | 2022-10-14 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting | ||||
* | Fix crash when creating link to room preview | Nicolas Werner | 2022-07-19 | 1 | -0/+3 |
| | |||||
* | Updated call event namespaces to voip | r0hit05 | 2022-07-15 | 1 | -3/+3 |
| | |||||
* | Fix centering dialogs | Nicolas Werner | 2022-01-29 | 1 | -1/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | use more literals | Nicolas Werner | 2021-12-29 | 1 | -3/+3 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -3/+2 |
| | |||||
* | Mark rooms as direct chats | Nicolas Werner | 2021-11-21 | 1 | -0/+7 |
| | | | | | Either by accepting an invite or manually using /converttodm and revert with /converttoroom. | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -124/+108 |
| | |||||
* | Remove additional key requests preference code | Joe | 2021-07-24 | 1 | -3/+0 |
| | |||||
* | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 1 | -6/+0 |
| | |||||
* | Avoid unnecessary QColor -> QString conversions | Joseph Donofry | 2021-06-08 | 1 | -2/+2 |
| | |||||
* | fix macos build error | targetakhil | 2021-04-22 | 1 | -4/+4 |
| | |||||
* | make util strip util functions non-static and move definition to cpp file | targetakhil | 2021-04-18 | 1 | -16/+4 |
| | |||||
* | strip reply fallbacks from forwarded message | targetakhil | 2021-04-18 | 1 | -0/+21 |
| | |||||
* | Fix exif rotation in unencrypted rooms | Nicolas Werner | 2021-04-04 | 1 | -0/+4 |
| | |||||
* | add /rainbow command | LordMZTE | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -0/+3 |
| | |||||
* | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else. | ||||
* | Create function for processing whether a message is a reply | Loren Burkholder | 2021-03-17 | 1 | -0/+3 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix race when reading members from db | Nicolas Werner | 2020-11-25 | 1 | -1/+3 |
| | |||||
* | Add file uploading | Nicolas Werner | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Support voice calls | trilene | 2020-07-10 | 1 | -9/+36 |
| | |||||
* | Remove some redundant functions | Nicolas Werner | 2020-05-30 | 1 | -36/+0 |
| | |||||
* | Added an optional feature to show bigger emoji-only messages with 3 or less ↵ | lkito | 2020-05-21 | 1 | -0/+3 |
| | | | | emoji | ||||
* | Respect exif rotation of images | Nicolas Werner | 2020-04-26 | 1 | -0/+4 |
| | | | | | | Sometimes thumbnails still have the wrong dimensions, as they are scaled to fit inside a rectange of the reported size in the image. Not sure, who is wrong there, the media repo or we. | ||||
* | Add ability to toggle sidebar messages for encrypted rooms | Joseph Donofry | 2020-04-21 | 1 | -1/+0 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -31/+2 |
| | |||||
* | Fix build with build system optimizations of mtxclient | Nicolas Werner | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | Linkify links before sending | Nicolas Werner | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Escape blacklisted html tags | Nicolas Werner | 2020-01-14 | 1 | -0/+4 |
| | |||||
* | Reduce Cache.h includes further via one forward declaration | Nicolas Werner | 2019-12-15 | 1 | -1/+6 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -9/+8 |
| | |||||
* | Remove old timeline | Nicolas Werner | 2019-11-23 | 1 | -9/+5 |
| | |||||
* | fixup bad room list translation commit | Nicolas Werner | 2019-11-23 | 1 | -3/+0 |
| | |||||
* | Fix translation of roomlist message preview | Nicolas Werner | 2019-11-23 | 1 | -36/+63 |
| | | | | | | | | This also makes long messages unreadable, because we don't shorten long usernames anymore. We may eventually want to do that again, but it is hard with translations and we probably want to shorten the displayname more, as before this change the message was only ever as long as the timestamp, which is usually just 5 characters... | ||||
* | Fix linting | Joseph Donofry | 2019-07-28 | 1 | -11/+18 |
| | |||||
* | Update translation context | Joseph Donofry | 2019-07-28 | 1 | -9/+9 |
| | |||||
* | Address 'sent' translation issue | Joseph Donofry | 2019-07-28 | 1 | -19/+34 |
| | |||||
* | Fix bug with emoji font setting and clean linting | Joseph Donofry | 2019-07-26 | 1 | -0/+3 |
| | |||||
* | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 1 | -0/+7 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | Fix santizize=undefined warning (overflow) | Nicolas Werner | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | Further Improve Reply Functionality | Joseph Donofry | 2019-06-13 | 1 | -0/+13 |
| | | | | | | | 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. | ||||
* | Update user colors to use Cache vs Utils | redsky17 | 2019-01-26 | 1 | -12/+0 |
| | | | | | | | User colors are now stored in cache. This is consistent with other similar variables. I think there's a bug right now where it doesn't properly refresh colors for the TimeLineItem when the theme is changed. | ||||
* | Author Color Fixes | redsky17 | 2019-01-20 | 1 | -0/+12 |
| | | | | | | | | | | Author color is now cached so that it will not be re-calculated each time a new message is posted. This cache gets cleared when the theme is changed. Additionally, the author color is now automatically refreshed when the theme is changed, fixing the issue where you had to change rooms before the colors would switch. | ||||
* | Update user id color generation | redsky17 | 2019-01-20 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | Update the author color generation. Now, instead of generating an entire hex string based on the user id, the user id instead is used to generate a hue value. After this hue value is created, there is some logic to tweak first the lightness and then saturation values to achieve a readable color (in contrast to the background). This change makes it so that user colors will not vary as wildly between the different themes. The values still are not cached and still do not update initially when the theme is changed. Both of these things will be resolved. | ||||
* | Modified the code that generates user's colors so that it will | redsky17 | 2019-01-18 | 1 | -2/+21 |
| | | | | | | | | | | | | | work regardless of the theme choices the user makes. The code now incorporates the contrast between the background color and the color generated by the user_name when picking colors. It currently has two 'big' issues: 1. Colors are not cached. I am planning on adding a QHash for this a little later. This should improve performance by not calculating the color for the same users over and over and over again. 2. Theme changes do not trigger the colors to get refreshed. Currently, you will have to switch to a different room and back to get the colors to refresh. | ||||
* | Make the author text slightly large. | redsky17 | 2019-01-18 | 1 | -0/+4 |
| | | | | Add author color generated based on user id. | ||||
* | Use alignment instead of stretch | Konstantinos Sideris | 2018-10-07 | 1 | -1/+1 |
| | |||||
* | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -0/+11 |
| | |||||
* | Add option to configure the font size | Konstantinos Sideris | 2018-10-01 | 1 | -0/+5 |
| | | | | fixes #161 | ||||
* | Add method to center widgets & clean up unused headers | Konstantinos Sideris | 2018-09-21 | 1 | -0/+5 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -0/+3 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -0/+1 |
| | | | | fixes #313 | ||||
* | Strip paragraph tags | Konstantinos Sideris | 2018-09-13 | 1 | -6/+2 |
| | | | | fixes #438 | ||||
* | Trim whitespace from text messages | Konstantinos Sideris | 2018-09-12 | 1 | -5/+2 |
| | |||||
* | Initial support for sending markdown formatted messages | Konstantinos Sideris | 2018-09-07 | 1 | -0/+11 |
| | | | | fixes #283 | ||||
* | Fix double href links on username pills | Konstantinos Sideris | 2018-09-07 | 1 | -1/+5 |
| | |||||
* | Add initial support for displaying formatted messages | Konstantinos Sideris | 2018-09-06 | 1 | -0/+16 |
| | |||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -8/+11 |
| | |||||
* | Add device ID and device fingerprint to settings page like in Riot. (#407) | Rudi Floren | 2018-08-21 | 1 | -1/+8 |
| | |||||
* | Consider the scale ratio when scaling down images | Konstantinos Sideris | 2018-08-01 | 1 | -26/+2 |
| | | | | fixes #393 | ||||
* | Add option to specify the scale factor | Konstantinos Sideris | 2018-07-22 | 1 | -0/+6 |
| | | | | | | fixes #357 fixes #335 fixes #230 | ||||
* | Add option to ignore key requests altogether | Konstantinos Sideris | 2018-07-22 | 1 | -0/+9 |
| | |||||
* | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 1 | -0/+3 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+194 |