John Preston
854bc9f84a
Fix blurred thumbnails in albums.
...
Regression was introduced in dc146cb1fe .
Once again fixes #6332 .
2020-03-13 22:53:59 +04:00
Ilya Fedin
cd33d855a4
Update openal to fix 2x sound speed in snap
2020-03-13 22:52:42 +04:00
Ilya Fedin
fb99b9b547
Disable neon in ffmpeg to fix videos and animated stickers on arm architectures
2020-03-13 16:56:01 +04:00
Ilya Fedin
fda8a38bfc
Set application display name
2020-03-13 11:25:43 +04:00
Ilya Fedin
229d15c492
Add tag launchable into linux appdata
2020-03-13 11:01:54 +04:00
Ilya Fedin
aedb6206a5
Set a list of architectures that snap package runs on
2020-03-13 11:01:20 +04:00
Ilya Fedin
75d54adfce
Add TDESKTOP_FORCE_PANEL_ICON environment variable for possibility to use system icon even if it is not detected
2020-03-13 11:00:09 +04:00
771f410eda
Show chat name in scheduled messages section
2020-03-12 02:22:08 +03:00
1a462f4d26
Option to always show top bar userpic
2020-03-12 02:22:07 +03:00
9ecb0c12a0
Userpic corners option
2020-03-12 02:22:06 +03:00
Ilya Fedin
ba5d9eda2d
Minimize dbus requests
2020-03-11 11:43:14 +04:00
Ilya Fedin
afc902a5cb
Don't set device explicitly when capturing
...
Also update openal to 1.20.1 since it has pulseaudio.allow-moves by default
Fix playback devices enumerating
2020-03-10 11:49:23 +04:00
Av
fdd841e5c4
Increase media cache memory size to solve flicker issue
...
When displaying large numbers of GIFs, Telegram's Media Cache runs out of size and unloads items that are still being displayed.
2020-03-10 11:47:26 +04:00
Ilya Fedin
32169fa7bd
Remove separate switch for GTK integration and fix condition for GTK file dialog
...
Since it is used only for GTK file dialog and to get it by default on any static builds
2020-03-10 11:45:47 +04:00
Ilya Fedin
b66acdd0dc
Use ffmpeg 4.x in snap
2020-03-09 15:19:21 +04:00
Ilya Fedin
5927e8272c
Convert TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION to runtime environment variable
2020-03-09 11:02:45 +04:00
74247e939c
Show working dir in tray tooltip
2020-03-09 02:00:44 +03:00
1cf2a336b7
Custom tray and taskbar icon
2020-03-08 20:20:53 +03:00
64266cd7f5
Bot privacy status in members list
2020-03-08 02:18:18 +03:00
2bdc5d5822
Simplified JSON option reading
2020-03-07 18:33:15 +03:00
d70c1312c3
Using QApplication::alert for taskbar flashing on Linux
2020-03-07 18:33:10 +03:00
242462b142
Restored empty lines
2020-03-07 18:33:05 +03:00
Ilya Fedin
1dc6d942cf
Add new snap permission and layout for alsa
...
Add audio-playback and audio-record interfaces since pulseaudio interface is deprecated
2020-03-07 13:32:01 +04:00
ilya-fedin
b78840238d
Use extern with custom font variables ( #7 )
2020-03-07 02:14:08 +03:00
Ilya Fedin
fdd431dce9
Human-readable error for single instance logging
2020-03-06 18:42:30 +04:00
Ilya Fedin
7ac4c6e479
Add mark as read feature to linux native notifications
2020-03-06 18:39:34 +04:00
Ilya Fedin
fdf16d0aea
Fix notification daemon detection on KDE
...
Minimize usage of QDBusInterface
Log the whole notification daemon information
2020-03-06 18:39:34 +04:00
Ilya Fedin
7aadaca62e
Implement SkipAudio and SkipToast on Linux
2020-03-06 18:29:57 +04:00
Ilya Fedin
3fb6bbeae4
Optimize icon regeneration
2020-03-06 18:28:56 +04:00
Ilya Fedin
7202ffca76
Remove unneeded TrayIconFileTemplate function
...
Use /.flatpak-info instead of deprecated /run/user/$UID/flatpak-info
Improve indentation in UseXDGDesktopPortal and IsAppIndicator
Remove unneeded NeedTrayIconFile and rename IsAppIndicator to IsIndicatorApplication
Include only needed part of QtDBus in main_window_linux.cpp
Remove usage of QDBusInterface from SandboxAutostart and IsSNIAvailable
Don't check dbus activatable services in IsIndicatorApplication
Move XEmbed menu initialization to initTrayMenuHook, tray availability check to initHook
Don't create unneeded file for tooltip icon, since indicator-application doesn't support tooltips
Passthrough counter from updateIconCounters
Suppress log errors for LastUserInputTime on GNOME
Set applcation name and icon name for pulseaudio
2020-03-06 18:28:56 +04:00
Ilya Fedin
5c89dfad85
Implement LastUserInputTime on Linux
...
This is a dbus implementation, ideally a X11 implementation should be added as a fallback to get it work on non-mainstream DEs (and WMs)
2020-03-03 18:39:31 +04:00
Ilya Fedin
57b76e3f00
Remove usage of QDBusInterface from non-class methods in Linux native notifications
2020-03-02 11:22:36 +04:00
6b02149040
Changed installer output filename
2020-02-28 01:41:29 +03:00
23rd
4e345ac688
Returned display of message status for self and last messages.
2020-02-27 14:20:24 +03:00
23rd
a0584ea7a1
Moved all destruction calls of DictLoader to main thread.
2020-02-27 15:18:00 +04:00
Ilya Fedin
7bd0598555
Unified function to detect icon name on Linux
2020-02-27 15:17:32 +04:00
Ilya Fedin
3b300f23e1
Independent check for image in Linux native notifications
2020-02-27 12:23:56 +04:00
23rd
3a5c0976bb
Updated docs.
...
- Removed libenchant-dev.
- Removed installing OpenSSL shared docs for Linux.
- Updated xz and libiconv for Xcode.
2020-02-27 12:11:27 +04:00
Ilya Fedin
8b704f9bd7
Fix escaping in linux launcher creating
2020-02-27 11:51:28 +04:00
ada7567d0a
Converted QFont to style::font on macOS
...
Even though I have no builds for macOS, losing compatibility entirely is not in my plans.
2020-02-26 21:49:15 +03:00
a6af6280b5
Explicitly pass QFont to QPainter
...
Hopefully this will solve build for macOS.
2020-02-26 20:25:39 +03:00
John Preston
872e063501
Fix docs.
2020-02-26 20:17:13 +04:00
John Preston
3b327d9397
Fix launching with data in ~/.TelegramDesktop
...
Regression was introduced in 60612635ef .
Fixes #7289 .
2020-02-26 20:13:40 +04:00
75d1f2431c
Version 1.1.8 beta
2020-02-26 13:35:49 +03:00
80ec73d6a2
Fixed font height for custom text displaying
2020-02-26 02:25:29 +03:00
55f39e1cbf
Recent stickers limit
2020-02-26 02:24:53 +03:00
4c54f4ef35
Show playback controls for GIFs
2020-02-26 02:24:27 +03:00
938afea533
Scroll to dialog on back button click
2020-02-26 02:23:45 +03:00
6116188e8b
Notification sound tray menu option
2020-02-26 02:23:42 +03:00
c06486d2ce
Option to disable taskbar flashing
2020-02-26 02:23:37 +03:00