Skip to content

Fast Dolphin

Compare
Choose a tag to compare
@bluescan bluescan released this 04 Sep 10:54
· 686 commits to master since this release

Small but important improvements.

  • Added native tFindFilesFast functions which are much faster than the std::filesystem API.
  • Support non-blocking opening of Dolphin file explorer (KDE/Kubuntu) by OpenSystemFileExplorer.
  • Query the build configuration (Debug, Develop, Release, Ship, etc) at runtime.
  • Fast platform-specific implementations of tFindFiles. Use tFindFilesFast if you have 1000s of files in a directory.
  • PBC Hidden files (tIsHidden) now behave more consistently in Windows. A file starting with a dot is hidden in Linux, and on Windows only the hidden file attribute is considered. Have both if you want a file that is hidden universally (attrib set on windows, and starts with a dot).