AyuGramDesktop/Telegram/SourceFiles/platform
Ilya Fedin 0a011db483 Get rid of DESKTOP_APP_DISABLE_DBUS_INTEGRATION
Desktop App Toolkit uses GLib as the D-Bus library for quite long time, but GLib is not only a D-Bus library, it's more a basic library providing native Linux APIs implementing various specs. The situation right now is that DESKTOP_APP_DISABLE_DBUS_INTEGRATION disables not only D-Bus code but all the native API integration such as MIME handling or .desktop file parsing. In other words, the option disables native Linux APIs on Linux what is absurd and doesn't have any sense.
2023-05-15 08:08:04 +04:00
..
linux Get rid of DESKTOP_APP_DISABLE_DBUS_INTEGRATION 2023-05-15 08:08:04 +04:00
mac Fix viewer fullscreen toggle on macOS. 2023-03-15 16:45:49 +04:00
win One more attempt to fix DND on macOS. 2023-03-15 15:00:29 +04:00
platform_audio.h Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used also on *BSD/Haiku 2020-06-17 20:33:23 +04:00
platform_file_bookmark.h Move Media::Clip::Reader and FileLocation to td_ui. 2020-10-30 18:32:18 +03:00
platform_file_utilities.h Don't get cursor position twice for open with menu 2023-01-20 12:58:48 +04:00
platform_integration.cpp Move global event filter to Platform::Integration on Windows. 2022-01-04 15:29:40 +03:00
platform_integration.h Move global event filter to Platform::Integration on Windows. 2022-01-04 15:29:40 +03:00
platform_launcher.h Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used also on *BSD/Haiku 2020-06-17 20:33:23 +04:00
platform_main_window.h Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used also on *BSD/Haiku 2020-06-17 20:33:23 +04:00
platform_notifications_manager.h One more attempt to fix DND on macOS. 2023-03-15 15:00:29 +04:00
platform_overlay_widget.cpp Implement folder link add / join design. 2023-04-11 19:17:38 +04:00
platform_overlay_widget.h Fix media viewer on macOS multi-monitor setup. 2023-03-13 16:04:42 +04:00
platform_specific.h Update icon on macOS, allow changing back. 2023-03-01 09:12:02 +04:00
platform_tray.h Initialized empty files for tray implementations. 2022-05-03 04:25:35 +03:00
platform_window_title.h Switch MainWindow to Ui::RpWindow 2021-07-28 18:05:39 +03:00