Nicolas Werner
21be44a604
Bump mtxclient requirement
...
fixes #9
5 years ago
Nicolas Werner
94a8c358d1
Fix typo in log message
5 years ago
Nicolas Werner
aa3d4c4f15
Reconfigure server url, when requested by login response
5 years ago
Nicolas Werner
52871cf93c
Support well-known for server discovery
5 years ago
Nicolas Werner
40d9b5c5fc
Fix santizize=undefined warning (overflow)
5 years ago
Joseph Donofry
da01f1713f
Merge pull request #76 from xvitaly/0.7.0-dev
...
Removed RPATH from compiled binaries
5 years ago
Vitaly Zaitsev
eb4795390b
Removed RPATH from compiled binaries.
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
5 years ago
Joseph Donofry
cfd6c5703a
Further UI Updates to Rich Replies
6 years ago
Joseph Donofry
129beb57c9
Further Improve Reply Functionality
...
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.
6 years ago
Joseph Donofry
9f310fed09
Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev
6 years ago
redsky17
1d4966d5fd
Add style for reply popup. Fix ALL of the linting issues
6 years ago
redsky17
71c1cbcfd1
Fix lambda capture and lint issues
6 years ago
Joseph Donofry
042f6e312b
Update CHANGELOG
6 years ago
Joseph Donofry
756c7d1671
Fix linting issue
6 years ago
Joseph Donofry
9159b9ce22
Initial Support for Rich Replies
...
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).
6 years ago
Joseph Donofry
b9dde957a8
Add initial support for rich replies to nheko
6 years ago
Joseph Donofry
0840f47f83
Update CHANGELOG.md with 0.7.0 changes thus far
6 years ago
Joseph Donofry
ce3074f59d
Update CHANGELOG.md with 0.7.0 changes thus far
6 years ago
redsky17
93520fef28
Update mtxclient version
6 years ago
redsky17
bca4d7eef6
Merge in master
6 years ago
redsky17
9671b1c0d6
Fix linting issues
6 years ago
redsky17
7c630b1363
Add reply and menu buttons to TimelineItem
6 years ago
Joseph Donofry
1b34b53afe
Update to v0.6.4
6 years ago
Joseph Donofry
e52f29a754
Minor build tweaks
6 years ago
Joseph Donofry
2ff115577b
Update mtxclient version and build args
6 years ago
Joseph Donofry
a6d5d9d9fe
Replicate AppVeyor JSON Install from mtxclient:
...
https://github.com/Nheko-Reborn/mtxclient/commit/023177170c4
6 years ago
Joseph Donofry
dcf13bc606
Update nightly badge link
6 years ago
Joseph Donofry
74a8c65148
Fix flathub badge size
6 years ago
Joseph Donofry
2281f0d37e
Fix flathub badge size
6 years ago
Joseph Donofry
04c2255415
Fix flathub badge size
6 years ago
Joseph Donofry
75915968a1
Update flathub link
6 years ago
Joseph Donofry
7819fea9ff
Update appdata.xml
6 years ago
Joseph Donofry
a17a5550f8
Update to newer mtxclient to allow optional static linking
6 years ago
Joseph Donofry
b8b48a2f3d
Attempt to make travis build with more cores
6 years ago
Joseph Donofry
be5287aa90
Update Travis Install Script
...
Add new key for ubuntu repo that causes travis to fail.
6 years ago
Joseph Donofry
002021d255
Merge pull request #64 from Nheko-Reborn/travis-ci-fixes
...
Link mtxclient dynamically and update to Boost 1.69 for CI build
6 years ago
redsky17
4b7e9f7746
link boost dynamically
6 years ago
redsky17
eeb8fff2b5
Update mtxclient ver
6 years ago
redsky17
da0f8cf291
Update to boost 1.69.0 to attemp travis fix
6 years ago
redsky17
b0aa8bc2b4
Remove 'error on unset' for travis builds
6 years ago
redsky17
b2c8c6a1c6
Remove unset var causing error due to Qt script
6 years ago
redsky17
8ef4ba3d11
Use bash instead of sh because the qt env script needs to be run under bash.
6 years ago
redsky17
d0300c55f0
Fix Travis GPG-related build error
6 years ago
Joseph Donofry
3f2781af86
Merge pull request #60 from MonokelPinguin/remove-xml-parsing-of-messages
...
Simplify linkifyMessage. Fixes #18 . Thanks @MonokelPinguin
6 years ago
Nicolas Werner
c8c0b41527
Raw string literals not allowed in MOC headers on OSX
6 years ago
Nicolas Werner
23eef9e1bc
Simplify linkifyMessage
...
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
6 years ago
Joseph Donofry
e1457d5c7a
Merge pull request #58 from zapashcanon/sh
...
improve shell scripts and update .gitignore. Thanks @zapashcanon
6 years ago
zapashcanon
eee6f2de31
improve shell scripts and update .gitignore
6 years ago
redsky17
33b1f37e37
Update olm repo to new location.
...
Remove LICENSE file in favor of COPYING
6 years ago
redsky17
c06d6240cc
Change LICENSE to COPYING to match gpl standard
6 years ago