kepka/Telegram/SourceFiles/platform
John Preston e88305d984 Fixed freezes in macOS clipboard requests.
Sometimes QClipboard::text() unexpectedly freezes on macOS, no known
causes for that. But before we were requesting the clipboard text after
each change in any text field to update macOS global menu items.

Now we use Cocoa API directly to find out if there were any changes to
the clipboard content and query text through Qt only if we have changes.

That way it should almost never freeze (at least) or even really never.
2017-03-05 23:18:27 +03:00
..
linux Finalizing file renaming. 2017-03-04 13:23:56 +03:00
mac Fixed freezes in macOS clipboard requests. 2017-03-05 23:18:27 +03:00
win Finalizing file renaming. 2017-03-04 13:23:56 +03:00
platform_audio.h Some platform-dependent modules refactoring. 2017-02-28 13:51:00 +03:00
platform_file_utilities.h Platform-dependent file methods called async. 2017-02-28 18:03:38 +03:00
platform_main_window.h Some platform-dependent modules refactoring. 2017-02-28 13:51:00 +03:00
platform_notifications_manager.h Some platform-dependent modules refactoring. 2017-02-28 13:51:00 +03:00
platform_specific.h Finalizing file renaming. 2017-03-04 13:23:56 +03:00
platform_window_title.h Some platform-dependent modules refactoring. 2017-02-28 13:51:00 +03:00