Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid unnecessary QColor -> QString conversions | Joseph Donofry | 2021-06-08 | 1 | -4/+3 |
| | |||||
* | Fix stray 'a' in @room escaping | Nicolas Werner | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'forward_message_feature' of https://github.com/Jedi18/nheko ↵ | Nicolas Werner | 2021-04-24 | 1 | -8/+26 |
|\ | | | | | | | into Jedi18-forward_message_feature | ||||
| * | fix macos build error | targetakhil | 2021-04-22 | 1 | -6/+12 |
| | | |||||
| * | make util strip util functions non-static and move definition to cpp file | targetakhil | 2021-04-18 | 1 | -0/+18 |
| | | |||||
| * | strip reply fallbacks from forwarded message | targetakhil | 2021-04-18 | 1 | -8/+2 |
| | | |||||
* | | Linkify matrix uris | Nicolas Werner | 2021-04-19 | 1 | -0/+2 |
|/ | |||||
* | Fix exif rotation in unencrypted rooms | Nicolas Werner | 2021-04-04 | 1 | -0/+7 |
| | |||||
* | Tweak rainbow slightly | Nicolas Werner | 2021-03-28 | 1 | -1/+4 |
| | |||||
* | Fix emojis being split by rainbows | Nicolas Werner | 2021-03-28 | 1 | -5/+5 |
| | |||||
* | run formatter | LordMZTE | 2021-03-28 | 1 | -1/+1 |
| | |||||
* | use QString as buf in rainbowifyer | LordMZTE | 2021-03-28 | 1 | -5/+4 |
| | |||||
* | implement requested changes | LordMZTE | 2021-03-28 | 1 | -10/+7 |
| | |||||
* | remove incorrect include | LordMZTE | 2021-03-27 | 1 | -1/+0 |
| | |||||
* | use QString to format in rainbow function | LordMZTE | 2021-03-27 | 1 | -6/+5 |
| | |||||
* | rainbow now works with unicode! | LordMZTE | 2021-03-27 | 1 | -7/+15 |
| | |||||
* | use qtextboundary finder to rainbowify. (not working for unicode chars yet) | LordMZTE | 2021-03-27 | 1 | -5/+13 |
| | |||||
* | fix size type | LordMZTE | 2021-03-27 | 1 | -1/+2 |
| | |||||
* | add /rainbow command | LordMZTE | 2021-03-26 | 1 | -4/+75 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -0/+29 |
| | |||||
* | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 2021-03-17 | 1 | -2/+2 |
| | | | | 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/+7 |
| | |||||
* | Reduce allocations when escaping emoji | Nicolas Werner | 2021-03-14 | 1 | -6/+15 |
| | |||||
* | Add linebreaks to fingerprint | Nicolas Werner | 2021-03-06 | 1 | -3/+7 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix wrong font used in emoji escape | Nicolas Werner | 2021-02-09 | 1 | -1/+1 |
| | |||||
* | make lint | trilene | 2021-02-07 | 1 | -1/+2 |
| | |||||
* | Use UserSettings where possible | Loren Burkholder | 2021-02-04 | 1 | -11/+3 |
| | |||||
* | Fix emojis with fe0f in the middle | Nicolas Werner | 2021-02-01 | 1 | -2/+1 |
| | |||||
* | lint | Nicolas Werner | 2020-12-25 | 1 | -2/+3 |
| | |||||
* | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 1 | -11/+11 |
| | |||||
* | Fix black cat emoji | Nicolas Werner | 2020-12-15 | 1 | -2/+3 |
| | |||||
* | lint | Nicolas Werner | 2020-12-08 | 1 | -2/+2 |
| | |||||
* | Add gitlab ci | Nicolas Werner | 2020-11-27 | 1 | -1/+1 |
| | |||||
* | Fix race when reading members from db | Nicolas Werner | 2020-11-25 | 1 | -15/+15 |
| | |||||
* | Add file uploading | Nicolas Werner | 2020-11-25 | 1 | -2/+3 |
| | |||||
* | clang-format | trilene | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Supress unused var warning for STUN_SERVER (used only if gstreamer supported) | Nicolas Werner | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | Fix infinite pagination properly now. | Nicolas Werner | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | Trade CPU usage for 30MB of members in RAM | Nicolas Werner | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | Support voice calls | trilene | 2020-07-10 | 1 | -16/+24 |
| | |||||
* | Fix Qt5.15 issues | Nicolas Werner | 2020-06-05 | 1 | -2/+2 |
| | | | | fixes #214 | ||||
* | Added an optional feature to show bigger emoji-only messages with 3 or less ↵ | lkito | 2020-05-21 | 1 | -3/+9 |
| | | | | emoji | ||||
* | Optimize RoomList sorting | Nicolas Werner | 2020-04-30 | 1 | -3/+5 |
| | | | | | Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion. | ||||
* | Respect exif rotation of images | Nicolas Werner | 2020-04-26 | 1 | -0/+11 |
| | | | | | | 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. | ||||
* | Merge branch 'master' into decrypt-sidebar | Joseph Donofry | 2020-04-23 | 1 | -0/+6 |
|\ | |||||
| * | Terminate user color calculation, when no solution can be found | Nicolas Werner | 2020-04-22 | 1 | -0/+6 |
| | | | | | | | | fixes #172 | ||||
* | | Fix encrypted messages not showing a user in the sidebar | Nicolas Werner | 2020-04-23 | 1 | -2/+3 |
|/ | |||||
* | Fix stuck unread messages by storing state events in the db | Nicolas Werner | 2020-02-24 | 1 | -2/+2 |
| | | | | | | This may increase the db size by a factor of 1000 in the worst case and it will need some fixes, when we decide to not show some events in the timeline, but it should work for now. | ||||
* | Fix bug in html tag escaping | Nicolas Werner | 2020-02-06 | 1 | -3/+2 |
| | |||||
* | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 1 | -1/+0 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -13/+19 |
| | |||||
* | Enable ban and kick button in UserProfile (and try to fix centering) | Nicolas Werner | 2020-01-30 | 1 | -1/+2 |
| | |||||
* | Don't send useless formatted_bodies | Nicolas Werner | 2020-01-27 | 1 | -0/+4 |
| | |||||
* | Remove translations from reply fallback | Nicolas Werner | 2020-01-24 | 1 | -9/+9 |
| | |||||
* | Minor tweak to one instance of QSettings not necessarily using the same ↵ | Joseph Donofry | 2020-01-23 | 1 | -1/+1 |
| | | | | settings as everything else | ||||
* | Increase emoji range | Nicolas Werner | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Fix colors in typing display, when username contains emoji | Nicolas Werner | 2020-01-21 | 1 | -1/+4 |
| | |||||
* | Improve emoji escaping | Nicolas Werner | 2020-01-21 | 1 | -5/+15 |
| | |||||
* | Linkify links before sending | Nicolas Werner | 2020-01-21 | 1 | -3/+24 |
| | |||||
* | Don't require Qt5.12 just for QByteArray::compare | Nicolas Werner | 2020-01-16 | 1 | -2/+2 |
| | |||||
* | Escape blacklisted html tags | Nicolas Werner | 2020-01-14 | 1 | -13/+43 |
| | |||||
* | Reduce Cache.h includes further via one forward declaration | Nicolas Werner | 2019-12-15 | 1 | -0/+1 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -36/+31 |
| | |||||
* | Make replies format nicer | Nicolas Werner | 2019-11-23 | 1 | -4/+1 |
| | | | | Also lays a bit of groundwork for better reply rendering | ||||
* | Fix translation of roomlist message preview | Nicolas Werner | 2019-11-23 | 1 | -5/+0 |
| | | | | | | | | 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... | ||||
* | Add native themeing to QML (where possible) | Nicolas Werner | 2019-11-23 | 1 | -13/+23 |
| | |||||
* | Fix QML emojis | Nicolas Werner | 2019-11-23 | 1 | -3/+2 |
| | |||||
* | escape html before parsing commonmark | rnhmjoj | 2019-09-25 | 1 | -1/+16 |
| | |||||
* | Use 'system' theme as default if QT_QPA_PLATFORMTHEME is set | Joseph Donofry | 2019-08-10 | 1 | -6/+13 |
| | | | | | | | On first launch, before the user has configured any settings, check the value of the QT_QPA_PLATFORMTHEME environment var. If it is set, use the system theme as the default instead of the light theme. This fixes #72. | ||||
* | Try to localise timestamps | Nicolas Werner | 2019-07-28 | 1 | -10/+10 |
| | | | | | | | | 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 bug with emoji font setting and clean linting | Joseph Donofry | 2019-07-26 | 1 | -0/+23 |
| | |||||
* | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 1 | -7/+40 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | Fix santizize=undefined warning (overflow) | Nicolas Werner | 2019-06-27 | 1 | -3/+3 |
| | |||||
* | Further Improve Reply Functionality | Joseph Donofry | 2019-06-13 | 1 | -0/+14 |
| | | | | | | | 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. | ||||
* | Simplify linkifyMessage | Nicolas Werner | 2019-05-01 | 1 | -58/+2 |
| | | | | | | | | | | | | | | | | | Parsing html as xml has inherent problems, most notable there are many matrix clients that don't escape ampersands in urls of mx-replies, etc. (See issue #18) This also removes the replacement of <mx-reply> as it isn't strictly needed. Also the QRegExp is replaced with the Qt5 QRegularExpression for perfomance and because it supports lookahead and lookbehind. I'm pretty sure that the original code also replaced href="" with href=\"\", which was probably wrong, but I'm not to sure about that. Fixes #18 | ||||
* | Improve color generation performance | redsky17 | 2019-02-08 | 1 | -9/+0 |
| | | | | | | Colors are generated asynchronously now and the TimelineItem is updated when the color generation finishes. This allows the UI to stay responsive while new colors are being generated. | ||||
* | Update user colors to use Cache vs Utils | redsky17 | 2019-01-26 | 1 | -22/+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/+24 |
| | | | | | | | | | | 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 | -60/+72 |
| | | | | | | | | | | | | | | | 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 | -5/+105 |
| | | | | | | | | | | | | | 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/+17 |
| | | | | Add author color generated based on user id. | ||||
* | Remove the code that removed paragraph tags from markdown -> html. | redsky17 | 2019-01-18 | 1 | -4/+0 |
| | | | | | | | This fixes #2, but reverts mujx#438. I do not think mujx#438 was a valid issue, as it complained about the display of valid HTML on riot, which speaks more to how Riot styles things than about an issue in nheko itself. | ||||
* | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -0/+14 |
| | |||||
* | Add option to configure the font size | Konstantinos Sideris | 2018-10-01 | 1 | -0/+12 |
| | | | | fixes #161 | ||||
* | v0.6.0 | Konstantinos Sideris | 2018-09-21 | 1 | -6/+7 |
| | |||||
* | Add method to center widgets & clean up unused headers | Konstantinos Sideris | 2018-09-21 | 1 | -0/+15 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -0/+14 |
| | |||||
* | Fix compile warnings | Konstantinos Sideris | 2018-09-18 | 1 | -3/+5 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -0/+1 |
| | | | | fixes #313 | ||||
* | Temporary fix to work with mx-reply tags | Konstantinos Sideris | 2018-09-13 | 1 | -3/+12 |
| | |||||
* | Strip paragraph tags | Konstantinos Sideris | 2018-09-13 | 1 | -6/+6 |
| | | | | fixes #438 | ||||
* | Trim whitespace from text messages | Konstantinos Sideris | 2018-09-12 | 1 | -12/+8 |
| | |||||
* | Enable html attributes | Konstantinos Sideris | 2018-09-12 | 1 | -1/+8 |
| | |||||
* | Switch to libcmark | Konstantinos Sideris | 2018-09-11 | 1 | -5/+10 |
| | |||||
* | Initial support for sending markdown formatted messages | Konstantinos Sideris | 2018-09-07 | 1 | -0/+23 |
| | | | | fixes #283 | ||||
* | Fix double href links on username pills | Konstantinos Sideris | 2018-09-07 | 1 | -0/+51 |
| | |||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -19/+19 |
| | |||||
* | Only call /sync when retrying initial sync (#422) | Konstantinos Sideris | 2018-08-30 | 1 | -3/+1 |
| | |||||
* | Add device ID and device fingerprint to settings page like in Riot. (#407) | Rudi Floren | 2018-08-21 | 1 | -0/+15 |
| | |||||
* | Remove pixel ratio from image scaling | Konstantinos Sideris | 2018-08-20 | 1 | -6/+0 |
| | |||||
* | Consider the scale ratio when scaling down images | Konstantinos Sideris | 2018-08-01 | 1 | -1/+31 |
| | | | | fixes #393 | ||||
* | Use double instead of int when scaling pixmaps (#393) | Konstantinos Sideris | 2018-07-30 | 1 | -1/+3 |
| | |||||
* | Add option to specify the scale factor | Konstantinos Sideris | 2018-07-22 | 1 | -0/+17 |
| | | | | | | fixes #357 fixes #335 fixes #230 | ||||
* | Add option to ignore key requests altogether | Konstantinos Sideris | 2018-07-22 | 1 | -0/+26 |
| | |||||
* | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 1 | -0/+8 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+188 |