qt5base-lts/src/corelib
Thiago Macieira 0453897f1e QStorageInfo: allow getting the info of pseudo filesystems too
They won't be listed in QStorageInfo::mountedVolumes, but we can now
obtain their info if you know their mountpoint. For example, on Linux:

 $ ./qstorageinfo /dev /proc /sys
 Filesystem (Type)            Size  Available BSize  Label            Mounted on
 devtmpfs (devtmpfs) RW    4029772    4029764  4096                   /dev
 proc (proc)         RW          0          0  4096                   /proc
 sysfs (sysfs)       RW          0          0  4096                   /sys

Change-Id: I3e15a26e0e424169ac2bffff1417ba2429d6d9f4
Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-05-09 06:04:36 +00:00
..
animation QSequentialAnimationGroupPrivate: replace an inefficient QList with QVector 2015-07-13 10:36:34 +00:00
arch Make public headers compile with -Wzero-as-null-pointer-constant 2016-02-19 16:37:33 +00:00
codecs QWindowsLocalCodec::convertFromUnicode(): preclude stack overflow. 2016-04-15 11:20:32 +00:00
doc Doc: Add the missing \l command and the target section title 2016-03-01 08:56:48 +00:00
global Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTS 2016-05-08 04:25:27 +00:00
io QStorageInfo: allow getting the info of pseudo filesystems too 2016-05-09 06:04:36 +00:00
itemmodels Unhide QObject::parent() from QFileSystemModel and QIdentityProxyModel 2016-04-28 09:08:22 +00:00
json QJsonParser: fix UB (misaligned store) in Parser::parseNumber() 2016-03-10 09:45:34 +00:00
kernel normalize structure of plugandpaint example 2016-05-03 10:25:18 +00:00
mimetypes QMimeDatabase: fix mimeTypeForUrl for mailto URLs 2016-04-23 08:44:45 +00:00
plugin normalize structure of plugandpaint example 2016-05-03 10:25:18 +00:00
statemachine Allow QFinalStatePrivate to be subclassed. 2016-01-28 16:24:46 +00:00
thread Fix QBasicAtomicPointer::{load,store} to actually be relaxed 2016-05-09 05:30:49 +00:00
tools Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTS 2016-05-08 04:25:27 +00:00
xml QXmlStreamStringRef: unbreak move special member functions 2015-11-19 07:40:49 +00:00
corelib.pro consistently put {qt,qml}_{module,plugin} at the end of project files 2016-03-07 14:09:49 +00:00
eval.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in CMake: Add -fPIC to CXX flags only where necessary 2015-12-28 22:39:58 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake CMake: Fix qt5_use_modules macro for CMake 2.8.11 2016-01-11 09:53:32 +00:00
Qt5CTestMacros.cmake Enable cmake auto tests for -no-gui 2016-03-30 07:16:50 +00:00
QtCore.dynlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtzlib.pro make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00