Commit Graph

1716 Commits

Author SHA1 Message Date
Joseph Donofry 5e355c36fd
Fix build issue on some versions of clang 2020-06-10 22:34:14 -04:00
Joseph Donofry 39b240e25a
Remove unused QML file 2020-06-09 21:31:19 -04:00
Joseph Donofry 73f4c26dbe
Update translations 2020-06-09 21:29:38 -04:00
Joseph Donofry 0078c72a37
Remove signals in favor of direct function calls 2020-06-09 21:28:15 -04:00
Joseph Donofry 75cdc1eee2
Remove duplicate search icons 2020-06-09 21:21:30 -04:00
Joseph Donofry 07ffd9e7e9
Fix UserSettings in QML 2020-06-09 21:05:27 -04:00
Joseph Donofry 6bb73f84a3
Merge master and fix conflicts 2020-06-09 20:51:36 -04:00
Joseph Donofry fa34749279
Minor adjustments to emoji picker 2020-06-09 20:47:21 -04:00
Nicolas Werner e5a55ab1b9 Smooth scaling for images
Fixes some issues with inline images.
2020-06-07 14:53:35 +02:00
Nicolas Werner 5e684a0a2f Download boost from sourceforge
Official download links seem to break frequently because of data caps.
2020-06-06 15:49:19 +02:00
Nicolas Werner c40429af23 Bump mtxclient version
May fix #213
2020-06-06 13:20:47 +02:00
Nicolas Werner f4b84327e8 Limit jobs on arm 2020-06-06 00:04:18 +02:00
Nicolas Werner 43d2ebc095 Fix Qt5.15 issues
fixes #214
2020-06-05 23:34:00 +02:00
Nicolas Werner f8903f493f Extend timeout 2020-05-31 11:39:39 +02:00
Nicolas Werner 95f29a3d19 Try travis_wait alternative 2020-05-30 19:32:43 +02:00
Nicolas Werner 5ca5b4561e Travis wait can only be used in a top level command? 2020-05-30 18:37:00 +02:00
Nicolas Werner 190b6cb3c7 Add travis_wait to flatpak builds 2020-05-30 18:29:40 +02:00
Nicolas Werner c8ba385cb9 Install dependencies for arm manually to prevent timeout 2020-05-30 17:37:18 +02:00
Nicolas Werner 50d5891493 Fix serialization bug introduced in 9eddcfc42f 2020-05-30 17:25:18 +02:00
Nicolas Werner 4d20839d74 Skip precompiled headers for obc-c code 2020-05-30 16:53:57 +02:00
Nicolas Werner 9eddcfc42f Remove some redundant functions 2020-05-30 16:38:11 +02:00
DeepBlueV7.X fd270dcd55 Translated using Weblate (Italian)
Currently translated at 98.2% (281 of 286 strings)

Translation: Nheko/nheko
Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/it/
2020-05-28 02:32:55 -04:00
Nicolas Werner 6b60ff7713 Rename settings to be more consistent 2020-05-26 22:54:51 +02:00
Nicolas Werner f452bdf2b0 Make settings update immediately in qml and allow limiting timeline width
Limiting improves readability on wide monitors.

The immediate update of the settings is done by just exposing settings
as properties and then setting the settings as a context property.
2020-05-26 22:54:51 +02:00
Nicolas Werner 4ee9e5c27c Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
Nicolas Werner 4e5bd53b13 Optionally use precompiled headers 2020-05-26 22:54:51 +02:00
Nicolas Werner fe45c49e56 Bump singleapplication version 2020-05-26 22:54:51 +02:00
Nicolas Werner 247539cb5a Set cxx standard as cache variable for when toolchain file is not used 2020-05-26 22:54:51 +02:00
Nicolas Werner 937b35ca8a Fix some join messages showing as empty 2020-05-26 22:54:51 +02:00
Lorenzo Ancora f7cd0c4137 Added translation using Weblate (Italian) 2020-05-26 07:27:35 -04:00
DeepBlueV7.X fbcc53a632
Merge pull request #205 from lkito/SettingTooltips
Added an option to have descriptions for user settings.
2020-05-25 10:51:15 +02:00
lkito 60ad6ce277 Added an option to have descriptions for user settings. 2020-05-24 15:35:25 +04:00
DeepBlueV7.X 33ba81a2e6
Merge pull request #204 from lkito/master
Added an optional feature to show bigger emoji-only messages with 3 or less emoji
2020-05-23 01:00:35 +02:00
Joseph Donofry e20cddd005
Update translations 2020-05-21 21:22:12 -04:00
Joseph Donofry 5228861b88
Add reaction/redaction for in-line Reactions 2020-05-21 21:21:35 -04:00
lkito d8b89e2ef0 Added an optional feature to show bigger emoji-only messages with 3 or less emoji 2020-05-21 16:31:27 +04:00
Joseph Donofry 1c521d1711
Merge origin/master into reactions 2020-05-18 21:13:41 -04:00
Nicolas Werner bdf1147a80 add a bit of additional logging to image paste 2020-05-18 14:02:54 +02:00
Nicolas Werner 23e4408fa8 Add /roomnick command 2020-05-18 14:02:14 +02:00
Nicolas Werner 7de1fc62e8 Tag rooms via context menu 2020-05-18 04:23:36 +02:00
Nicolas Werner 5abdad308d Fix crash when reacting to messages from /sync
Messages on /sync don't have a room_id
2020-05-17 02:36:04 +02:00
Nicolas Werner f0757a6426 Fix local echo for reactions 2020-05-16 22:48:43 +02:00
Nicolas Werner a75d7f00bc Fix reactions binding loop 2020-05-16 22:19:37 +02:00
Joseph Donofry f4ea0b215d
Attach emoji picker picked to reaction sender 2020-05-16 15:52:51 -04:00
Joseph Donofry a5778bdf40
Merge remote-tracking branch 'origin/master' into reactions 2020-05-16 15:10:49 -04:00
Joseph Donofry fca85bea39
Merge pull request #202 from aaronraimist/brew-libolm
Update macOS building dependencies now that libolm is available in Homebrew.  Thanks @aaronraimist
2020-05-16 15:10:16 -04:00
Aaron Raimist 3338ecd39f
Remove MacPorts install instructions
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-05-16 13:46:25 -05:00
Aaron Raimist 14eaad355e
Update macOS building dependencies now that libolm is available in Homebrew 2020-05-16 13:10:13 -05:00
DeepBlueV7.X 883567b0b9
Merge pull request #201 from lkito/master
Implemented message background highlight feature as per issue #193
2020-05-16 16:27:17 +02:00
lkito 2c21f6e3fa Implemented optional message body highlighting feature. 2020-05-16 17:15:43 +04:00