Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-22 | Fix copy and pasting image from clipboard | Nicolas Werner | 4 | -6/+27 | |
If the QMimeData contains an image, it actually has a mime type of application/x-qt-image. At least in some cases accessing the image/* data returns a 0 length array. Accessing the data via ->imageData works however. So we use that as our accessor and pass it to the preview dialog. | |||||
2019-07-22 | Actually set attributes before starting the app | Nicolas Werner | 1 | -1/+1 | |
fixes "Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created." | |||||
2019-07-16 | Fix linting issues | Joseph Donofry | 5 | -47/+46 | |
2019-07-16 | Add User Mentions Dialog | Joseph Donofry | 10 | -2/+652 | |
Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work. | |||||
2019-07-05 | Update Travis webhook URL for new nheko room | Joseph Donofry | 1 | -1/+1 | |
2019-07-05 | Fix additional Qt version issue | Joseph Donofry | 1 | -0/+4 | |
2019-07-04 | Fix support for Qt versions < 5.11 | Joseph Donofry | 8 | -12/+56 | |
2019-07-04 | Fix formatting issues | Joseph Donofry | 7 | -12/+16 | |
2019-07-04 | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 18 | -34/+97 | |
Update to mtxclient 0.3.0 | |||||
2019-07-04 | Fix some linting issues | Joseph Donofry | 2 | -7/+8 | |
2019-07-04 | Show room version in settings | Nicolas Werner | 11 | -72/+227 | |
2019-07-03 | Bump mtxclient requirement | Nicolas Werner | 1 | -2/+2 | |
fixes #9 | |||||
2019-06-27 | Fix typo in log message | Nicolas Werner | 1 | -1/+1 | |
2019-06-27 | Reconfigure server url, when requested by login response | Nicolas Werner | 1 | -0/+6 | |
2019-06-27 | Support well-known for server discovery | Nicolas Werner | 9 | -690/+3096 | |
2019-06-27 | Fix santizize=undefined warning (overflow) | Nicolas Werner | 2 | -4/+4 | |
2019-06-26 | Removed RPATH from compiled binaries. | Vitaly Zaitsev | 1 | -0/+2 | |
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
2019-06-14 | Further UI Updates to Rich Replies | Joseph Donofry | 6 | -15/+29 | |
2019-06-13 | Further Improve Reply Functionality | Joseph Donofry | 15 | -74/+177 | |
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. | |||||
2019-06-11 | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 12 | -16/+23 | |
2019-06-11 | Fix lambda capture and lint issues | redsky17 | 2 | -2/+4 | |
2019-06-11 | Fix linting issue | Joseph Donofry | 1 | -2/+1 | |
2019-06-11 | Initial Support for Rich Replies | Joseph Donofry | 11 | -254/+411 | |
Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit). | |||||
2019-06-09 | Add initial support for rich replies to nheko | Joseph Donofry | 10 | -9/+65 | |
2019-06-06 | Update CHANGELOG.md with 0.7.0 changes thus far | Joseph Donofry | 1 | -0/+10 | |
2019-05-30 | Update CHANGELOG.md with 0.7.0 changes thus far | Joseph Donofry | 1 | -0/+9 | |
2019-05-27 | Update mtxclient version | redsky17 | 1 | -2/+2 | |
2019-05-27 | Fix linting issues | redsky17 | 2 | -18/+16 | |
2019-05-27 | Add reply and menu buttons to TimelineItem | redsky17 | 4 | -3/+56 | |
2019-05-22 | Update to v0.6.4 | Joseph Donofry | 6 | -10/+33 | |
2019-05-22 | Minor build tweaks | Joseph Donofry | 3 | -3/+11 | |
2019-05-22 | Update mtxclient version and build args | Joseph Donofry | 2 | -3/+3 | |
2019-05-19 | Replicate AppVeyor JSON Install from mtxclient: | Joseph Donofry | 1 | -1/+3 | |
https://github.com/Nheko-Reborn/mtxclient/commit/023177170c4 | |||||
2019-05-15 | Update nightly badge link | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Fix flathub badge size | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Fix flathub badge size | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Fix flathub badge size | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Update flathub link | Joseph Donofry | 1 | -1/+2 | |
2019-05-14 | Update appdata.xml | Joseph Donofry | 1 | -2/+26 | |
2019-05-12 | Update to newer mtxclient to allow optional static linking | Joseph Donofry | 2 | -2/+3 | |
2019-05-12 | Attempt to make travis build with more cores | Joseph Donofry | 1 | -0/+2 | |
2019-05-09 | Update Travis Install Script | Joseph Donofry | 1 | -0/+3 | |
Add new key for ubuntu repo that causes travis to fail. | |||||
2019-05-08 | link boost dynamically | redsky17 | 2 | -2/+3 | |
2019-05-08 | Update mtxclient ver | redsky17 | 1 | -2/+2 | |
2019-05-08 | Update to boost 1.69.0 to attemp travis fix | redsky17 | 1 | -5/+4 | |
2019-05-01 | Remove 'error on unset' for travis builds | redsky17 | 2 | -2/+2 | |
2019-05-01 | Remove unset var causing error due to Qt script | redsky17 | 1 | -1/+1 | |
2019-05-01 | Use bash instead of sh because the qt env script needs to be run under bash. | redsky17 | 1 | -1/+1 | |
2019-05-01 | Fix Travis GPG-related build error | redsky17 | 1 | -0/+3 | |
2019-05-01 | Raw string literals not allowed in MOC heade |