qt6-bb10/src
Gabriel de Dietrich c934ea341e Cocoa File Dialog: Remove sandbox-ufriendly file system watcher
QFileSystemWatcher causes sandboxing errors since its backend uses
POSIX API in a relatively liberal way.

Also, Cocoa already acts as a file system watcher, and calls
-[QNSOpenSavePanelDelegate panel:shouldShowFilename:] on each
file. From a logical point of view, caching the directory content
can be replaced by testing the current file against the filter
setting. We expect Cocoa to cache results, and by using NSFileManager
things should remain relatively fast.

Task-number: QTBUG-34107
Change-Id: Ia872b9b1244f7b390d173a498011379b9309b3c6
Reviewed-by: Cyril Oblikov <munknex@gmail.com>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
2013-11-08 11:35:29 +01:00
..
3rdparty Fix compilation with MinGW gcc 64 bit 2013-10-29 15:09:29 +01:00
android Android: Allow modules to specify permissions/features 2013-11-07 16:37:37 +01:00
angle use private linkage where possible 2013-10-31 19:49:32 +01:00
concurrent Doc: Updated url variable in qdocconf files. 2013-11-06 11:31:39 +01:00
corelib qfeatures.txt: add section about XML schema 2013-11-07 20:13:50 +01:00
dbus Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
gui Dialogs: provide the StandardButton->ButtonRole mapping in QPA 2013-11-07 18:40:33 +01:00
network Doc: Updated url variable in qdocconf files. 2013-11-06 11:31:39 +01:00
opengl Doc: Fix broken links 2013-11-05 00:29:01 +01:00
openglextensions Use BSD licensing for QtOpenGLExtensions instead of LGPL 2013-06-24 10:16:32 +02:00
platformsupport add/remove window only when the window is shown/hidden 2013-11-07 14:56:32 +01:00
plugins Cocoa File Dialog: Remove sandbox-ufriendly file system watcher 2013-11-08 11:35:29 +01:00
printsupport Add missing Q_INIT_RESOURCE 2013-11-07 10:00:19 +01:00
sql Doc: Updated url variable in qdocconf files. 2013-11-06 11:31:39 +01:00
testlib Revert "Add tracing to logging framework" 2013-11-07 11:29:30 +01:00
tools qdoc: Don't include internal QML types 2013-11-07 10:00:19 +01:00
widgets Fix potential BC break in QColorDialog. 2013-11-08 11:16:51 +01:00
winmain winmain for winrt 2013-09-14 15:42:24 +02:00
xml Doc: Updated url variable in qdocconf files. 2013-11-06 11:31:39 +01:00
src.pro Explicitly mark subdirs as host_builds in SUBDIRS template 2013-10-18 18:01:54 +02:00