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
attila b95ede49ff Fix calling FileListComponent::setSelectedFile after DirectoryContentsList::setDirectory
Prior to this fix calling setDirectory and then setSelectedFile from the
same call stack could cause setSelectedFile to have no effect. This was
because the directory change is asynchronously propagated from the
DirectoryContentsList. This was picked up by the FileListComponent as a
directory change after setSelectedFile, even though the directory change
happened before.
2025-08-13 12:45:41 +01:00
..
juce_ContentSharer.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ContentSharer.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_DirectoryContentsDisplayComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_DirectoryContentsDisplayComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_DirectoryContentsList.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_DirectoryContentsList.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileBrowserComponent.cpp Versioning: Add the JUCE version number to any internally created threads 2024-09-26 08:10:56 +00:00
juce_FileBrowserComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileBrowserListener.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileChooser.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileChooser.h Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
juce_FileChooserDialogBox.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileChooserDialogBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileListComponent.cpp Fix calling FileListComponent::setSelectedFile after DirectoryContentsList::setDirectory 2025-08-13 12:45:41 +01:00
juce_FileListComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FilenameComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_FilenameComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FilePreviewComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileSearchPathListComponent.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_FileSearchPathListComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileTreeComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_FileTreeComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImagePreviewComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImagePreviewComponent.h Update licensing information 2024-04-16 11:39:35 +01:00