John Preston
3fa5e004fe
Allow editing messages in channels indefinitely.
2020-04-23 16:21:30 +04:00
ilya-fedin
5e5b59a61a
Fix appimage on ubuntu 16.04 ( #30 )
...
* Fix appimage on ubuntu 16.04
* Add missed -j$(nproc)
* Fix python cache
2020-04-23 01:18:46 +03:00
John Preston
862e4e45ad
Closed alpha version 2.0.1.3.
2020-04-21 18:55:56 +04:00
John Preston
53df4d1b10
Fix magic for initConnection.
2020-04-21 18:55:35 +04:00
John Preston
5cfd402b70
Make darker toasts for quiz solutions.
2020-04-21 18:55:35 +04:00
John Preston
57e9651a8a
Fix visual glitch in poll results viewing.
...
We need a visible widget to mark more button height.
An invisible 'more' button doesn't receive geometry change events.
2020-04-21 18:55:35 +04:00
John Preston
53d206c12c
Custom tab-order for create poll box.
2020-04-21 18:55:35 +04:00
John Preston
46f3cf3395
Load more official sets while scrolling.
2020-04-21 18:55:35 +04:00
John Preston
dfc0491524
Improve trending stickers layout and position.
2020-04-21 18:55:35 +04:00
John Preston
54f757e770
Allow sending dice from dice media tooltip.
2020-04-21 18:55:35 +04:00
John Preston
abfd3ad1b9
Use built-in zero-value dice animations.
2020-04-21 18:55:35 +04:00
John Preston
bed208d621
Send dice media based on appconfig.
2020-04-21 18:55:35 +04:00
John Preston
33c453a13c
Scroll history to bottom on sending a message.
2020-04-21 18:55:35 +04:00
John Preston
e118972d5c
Support generic dice media display.
2020-04-21 18:55:35 +04:00
John Preston
fb8a9a930c
Closed alpha version 2.0.1.2.
2020-04-21 18:55:35 +04:00
John Preston
7a9cfcc40d
Improve poll closing by timer and results reloading.
2020-04-21 18:55:35 +04:00
John Preston
e1dc15321a
Work around 32-bitness of GetLastInputInfo.
...
Fixes #7637 .
2020-04-21 18:55:35 +04:00
John Preston
2b5e575b67
Closed alpha version 2.0.1.1: Fix macOS fonts.
2020-04-21 18:55:34 +04:00
John Preston
42e216603c
Closed alpha version 2.0.1.1.
2020-04-21 18:55:34 +04:00
23rd
d46e145c61
Updated Qt to 5.12.8.
2020-04-21 18:55:34 +04:00
John Preston
5dcb232b77
Force reload results on auto-closed quiz.
2020-04-21 18:55:34 +04:00
John Preston
b34d5b8306
Check solution length in CreatePollBox.
2020-04-21 18:55:34 +04:00
John Preston
76d81ff197
Improve polls solution icon color.
2020-04-21 18:55:34 +04:00
John Preston
71637d2a0e
Show progress left to close by timer in polls.
2020-04-21 18:55:34 +04:00
John Preston
423daecbde
Add view solution button to polls.
2020-04-21 18:55:34 +04:00
John Preston
3cb76fb80b
Support poll closing by date.
2020-04-21 18:55:34 +04:00
John Preston
6882093ed1
Send init connection params.
2020-04-21 18:55:34 +04:00
John Preston
699761b42f
Support poll solution display in a toast.
2020-04-21 18:55:34 +04:00
John Preston
f50c50a152
Fix path choosing for Windows Store version.
2020-04-21 18:55:34 +04:00
John Preston
13d22947df
Send poll solution with entities.
2020-04-21 18:55:34 +04:00
John Preston
6c08bab550
Add explanation block to CreatePollBox.
2020-04-21 18:55:34 +04:00
John Preston
3e2f4bed50
Update scheme to layer 102.
...
Support different dice-like media.
2020-04-21 18:55:34 +04:00
Ilya Fedin
41d39012d2
Synchronize AppMenu availability check with Qt
2020-04-21 14:06:03 +04:00
Ilya Fedin
a7764f84f0
Proper usage of pkg-config
2020-04-21 14:05:22 +04:00
VictorienXP
85fcec2fb5
Add .opus and .oga files as song formats
2020-04-21 14:04:51 +04:00
e559f63df7
Fix release snap
2020-04-20 15:04:11 +03:00
4c65739a72
Exclude platform-specific files from actions
2020-04-20 15:01:19 +03:00
7d2db1e97c
Do not rebuild all actions when only one has changed
2020-04-20 15:01:13 +03:00
1edc990162
Renaming tarball action
2020-04-20 15:00:52 +03:00
ilya-fedin
890f395f50
Add missed arguments to ffmpeg configure command for appimage ( #29 )
2020-04-20 14:32:18 +03:00
Ilya Fedin
82e835fbc2
Fix snap action
2020-04-20 10:52:10 +04:00
Ilya Fedin
80684d9073
Remove unnecessary files from snap
2020-04-20 10:52:10 +04:00
Ilya Fedin
b04f0e0d3d
Use kde-neon extension for better desktop integration
2020-04-20 10:52:10 +04:00
ilya-fedin
f9ac719014
Use native dialogs on wayland in appimage ( #27 )
2020-04-18 18:14:06 +03:00
ilya-fedin
b08b0ee0c7
Fix download directory choosing in KDE in AppImage ( #26 )
2020-04-17 19:50:54 +03:00
ilya-fedin
4808ac0fab
Add nimf and hime to appimage ( #25 )
...
* Add nimf to appimage
* Add commit hash to AppImageKit-checkrt fetching step
* Add hime to appimage
* Update Qt to 5.12.8 in release appimage action
2020-04-16 00:50:22 +03:00
ilya-fedin
0a9b93a98c
Use gtk3 dialog on ubuntu 1404 ( #24 )
...
* Use gtk file dialog on Ubuntu 14.04 in AppImage
* Fix caching in appimage actions
* Use test api id in test appimage action
* Omit Qt flags that set to default values in appimage action
* Synchronize appimage ffmpeg arguments with generic linux one
* Synchronize move artifact step in appimage release action with test appimage action
* Install as more libraries as possible into /usr/local in AppImage actions
* Use configure.sh in appimage actions
* Add fcitx plugin to appimage
* Add AV1 support to appimage
* Add missing sudo in appimage actions
* Fix step names in appimage actions
* Ignore all .md files in appimage action
* Update Qt to 5.12.8 in appimage action
2020-04-13 18:52:41 +03:00
23rd
65cc9bcd87
Updated parser of issue closer since template was changed.
...
The issue template was changed in de78f4255e .
2020-04-13 17:18:59 +03:00
Ilya Fedin
bc06a3aea3
Make actions ignore .md files not only in the root of repository
2020-04-13 17:39:00 +04:00
Ilya Fedin
de78f4255e
Add installation method to bug report template
2020-04-13 17:39:00 +04:00