summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/platform
AgeCommit message (Expand)Author
2021-03-22Avoid removing portal platformtheme plugin in snapIlya Fedin
2021-03-22Unify gtk/xdp file dialog gettersIlya Fedin
2021-03-21Fix build without dbusIlya Fedin
2021-03-20Add a way to change default handler in snapIlya Fedin
2021-03-18Add MPRIS supportIlya Fedin
2021-03-18Set glib's application name and prgnameIlya Fedin
2021-03-17Use QProcess::startDetached for xdg-openIlya Fedin
2021-03-16Avoid allocations for case-insensetive compareIlya Fedin
2021-03-15Fix non-working UniqueConnection in gtk file dialogIlya Fedin
2021-03-15Replace remaining multi-argsIlya Fedin
2021-03-13Get rid of deprecated ranges::view usageIlya Fedin
2021-03-13Avoid multiple .arg usage as suggested by clazyIlya Fedin
2021-03-12Get rid of GetLauncherFilenameIlya Fedin
2021-03-11Fix space on end of a g_warningIlya Fedin
2021-03-11Fallback to plain xdg-open as a last resortIlya Fedin
2021-03-10Catch ListActivatableNames errorsIlya Fedin
2021-03-10Fire reject signal on exceptions in XDP file dialogIlya Fedin
2021-03-10Move Platform::FileDialog::Gtk::Supported to private namespaceIlya Fedin
2021-03-10Fix saving filename compatibility with xdg-desktop-portal-gtkIlya Fedin
2021-03-10Get rid of QByteArray in djbStringHashIlya Fedin
2021-03-10Get rid of RunShellCommandIlya Fedin
2021-03-10Remove duplicate ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION in includesIlya Fedin
2021-03-10Check if portal backend is present by absence of errors when getting portal v...Ilya Fedin
2021-03-10Use gsl::finally in PortalAutostartIlya Fedin
2021-03-10Add portal-based open with dialog implementationIlya Fedin
2021-03-10Move gtk settings connections to gettersIlya Fedin
2021-03-05Fix spaces on ends of linesIlya Fedin
2021-03-04Build with QT_NO_KEYWORDSIlya Fedin
2021-03-04Fix some lines length in specific_linuxIlya Fedin
2021-03-04Move remaining usage of dbus to glibmm in notifications_manager_linuxIlya Fedin
2021-03-04Move remaining usage of dbus to glibmm in main_window_linuxIlya Fedin
2021-03-04Move remaining usage of dbus to glibmm in specific_linuxIlya Fedin
2021-03-04Wait for response in PortalAutostartIlya Fedin
2021-03-04Move NotificationServiceWatcher to glibmmIlya Fedin
2021-03-04Port XDPFileDialog to gdbusIlya Fedin
2021-03-04Move glib usage to glibmmIlya Fedin
2021-03-04Fix build on macOS.John Preston
2021-03-03Remove some App::wnd() calls.John Preston
2021-02-24Use new Platform::IsX11Ilya Fedin
2021-02-23Implement three items tray menu on LinuxIlya Fedin
2021-02-22Remove unneeded Q_DECLARE_METATYPE from specific_linuxIlya Fedin
2021-02-22Remove unneeded forward-declaration for wayland integrationIlya Fedin
2021-02-22Rearrange includes in XDP file dialog like in Qt dev branch currentlyIlya Fedin
2021-02-22Add Haiku autostart & system settings supportIlya Fedin
2021-02-22Add DESKTOP_APP_DISABLE_X11_INTEGRATIONIlya Fedin
2021-02-22Use local variable for QLibrary from BaseGtkIntegrationIlya Fedin
2021-02-22Remove unneeded checks for GtkIntegration::loaded()Ilya Fedin
2021-02-22Allow initializing gtk integration before QApplicationIlya Fedin
2021-02-19Fix implicit conversions from QByteArrayIlya Fedin
2021-02-19Use qEnvironmentVariable where appropriateIlya Fedin