1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/filebrowser
reuk 00b1bf3f5b
DirectoryContentsList: Ensure change notification is sent after search completes
This fixes an issue where the FileListComponent might fail to select a
file, because the file list reported that it was still loading during
the final ChangeListener callback.
2022-09-29 12:05:43 +01:00
..
juce_ContentSharer.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ContentSharer.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DirectoryContentsDisplayComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DirectoryContentsDisplayComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DirectoryContentsList.cpp DirectoryContentsList: Ensure change notification is sent after search completes 2022-09-29 12:05:43 +01:00
juce_DirectoryContentsList.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileBrowserComponent.cpp DirectoryContentsList: Start thread before attempting to scan files 2022-09-01 15:44:27 +01:00
juce_FileBrowserComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileBrowserListener.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileChooser.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileChooser.h Fixed a documentation typo 2022-07-11 13:18:59 +01:00
juce_FileChooserDialogBox.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileChooserDialogBox.h FileChooserDialogBox: Fix documentation bug 2022-08-23 19:20:06 +01:00
juce_FileListComponent.cpp FileListComponent: Fix incorrect selection when calling setSelectedFile while the directory contents are still loading 2022-09-27 15:18:22 +01:00
juce_FileListComponent.h FileListComponent: Fix incorrect selection when calling setSelectedFile while the directory contents are still loading 2022-09-27 15:18:22 +01:00
juce_FilenameComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FilenameComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FilePreviewComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileSearchPathListComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileSearchPathListComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileTreeComponent.cpp FileTreeComponent: Avoid blocking the main thread when selecting items while scanning is in progress 2022-09-01 15:44:27 +01:00
juce_FileTreeComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ImagePreviewComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ImagePreviewComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00