[Development] Fwd: Change in qt/qtbase[5.4]: Add the QStorageInfo class

Thiago Macieira thiago.macieira at intel.com
Wed Aug 13 21:43:11 CEST 2014


It merged.

----------  Forwarded Message  ----------

Subject: Change in qt/qtbase[5.4]: Add the QStorageInfo class
Date: Wednesday 13 August 2014, 20:58:46
From: Qt Continuous Integration System (Code Review) <gerrit-noreply at qt-
project.org>
To: Ivan Komissarov <ABBAPOH at gmail.com>
CC: Konstantin Ritt <ritt.ks at gmail.com>, Denis Shienkov 
<denis.shienkov at gmail.com>, Shawn Rutledge <shawn.rutledge at digia.com>, Qt 
Sanity Bot <qt_sanitybot at qt-project.org>, Oliver Wolff <oliver.wolff at digia.com>, 
Oswald Buddenhagen <oswald.buddenhagen at digia.com>, Qt Doc Bot <qt_docbot at qt-
project.org>, Keith Gardner <kreios4004 at gmail.com>, Andrew Knight 
<andrew.knight at digia.com>, Thiago Macieira <thiago.macieira at intel.com>, Allan 
Sandfeld Jensen <allan.jensen at digia.com>, Marc Mutz <marc.mutz at kdab.com>, 
Andreas Holzammer <andreas.holzammer at kdab.com>, Björn Breitmeyer 
<bjoern.breitmeyer at kdab.com>, Janne Anttila <janne.anttila at digia.com>, Olivier 
Goffart <ogoffart at woboq.com>, Iikka Eklund <iikka.eklund at digia.com>, Rafael 
Roquetto <rafael.roquetto at kdab.com>, Sérgio Martins <sergio.martins at kdab.com>, 
Jerome Pasion <jerome.pasion at digia.com>, Friedemann Kleint 
<Friedemann.Kleint at digia.com>, Alex Char <prevedtest at gmail.com>, Alex Blasche 
<alexander.blasche at digia.com>, Topi Reiniö <topi.reinio at digia.com>, BogDan 
Vatra <bogdan at kde.org>, Jan Arve Sæther <jan-arve.saether at digia.com>

Qt Continuous Integration System has approved a build with this change and it 
was merged.

Change subject: Add the QStorageInfo class
......................................................................


Add the QStorageInfo class

Allows to retrieve information about mounted volumes such as label,
total/available size, filesystem type and so on.
Possible use cases are:
- allows to do checks about filesystem before performing actual
  operation (such as available/maximum volume size)
- allows to retrive information about volume that can be shown in file
  dialogs
- allows to retrieve volume for specific path and check if two or more
  paths belong to the same volume or not

[ChangeLog][QtCore] Added QStorageInfo class to retrive information
about mounted volumes and drives

Change-Id: Ibf9c2e6b53ef39c5605894a4422acdbbca4030c4
---
A src/corelib/doc/snippets/code/src_corelib_io_qstorageinfo.cpp
M src/corelib/io/io.pri
A src/corelib/io/qstorageinfo.cpp
A src/corelib/io/qstorageinfo.h
A src/corelib/io/qstorageinfo_mac.cpp
A src/corelib/io/qstorageinfo_p.h
A src/corelib/io/qstorageinfo_stub.cpp
A src/corelib/io/qstorageinfo_unix.cpp
A src/corelib/io/qstorageinfo_win.cpp
M tests/auto/corelib/io/io.pro
A tests/auto/corelib/io/qstorageinfo/qstorageinfo.pro
A tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
12 files changed, 1,849 insertions(+), 7 deletions(-)

Approvals:
  Shawn Rutledge: Looks good to me, approved
  Qt Sanity Bot: Sanity review passed


-- 
To view, visit https://codereview.qt-project.org/73945
To unsubscribe, visit https://codereview.qt-project.org/settings

Gerrit-MessageType: build-approved
Gerrit-Change-Id: Ibf9c2e6b53ef39c5605894a4422acdbbca4030c4
Gerrit-PatchSet: 91
Gerrit-Project: qt/qtbase
Gerrit-Branch: 5.4
Gerrit-Owner: Ivan Komissarov <ABBAPOH at gmail.com>
Gerrit-Reviewer: Alex Blasche <alexander.blasche at digia.com>
Gerrit-Reviewer: Alex Char <prevedtest at gmail.com>
Gerrit-Reviewer: Allan Sandfeld Jensen <allan.jensen at digia.com>
Gerrit-Reviewer: Andreas Holzammer <andreas.holzammer at kdab.com>
Gerrit-Reviewer: Andrew Knight <andrew.knight at digia.com>
Gerrit-Reviewer: Björn Breitmeyer <bjoern.breitmeyer at kdab.com>
Gerrit-Reviewer: BogDan Vatra <bogdan at kde.org>
Gerrit-Reviewer: Denis Shienkov <denis.shienkov at gmail.com>
Gerrit-Reviewer: Friedemann Kleint <Friedemann.Kleint at digia.com>
Gerrit-Reviewer: Iikka Eklund <iikka.eklund at digia.com>
Gerrit-Reviewer: Ivan Komissarov <ABBAPOH at gmail.com>
Gerrit-Reviewer: Jan Arve Sæther <jan-arve.saether at digia.com>
Gerrit-Reviewer: Janne Anttila <janne.anttila at digia.com>
Gerrit-Reviewer: Jerome Pasion <jerome.pasion at digia.com>
Gerrit-Reviewer: Keith Gardner <kreios4004 at gmail.com>
Gerrit-Reviewer: Konstantin Ritt <ritt.ks at gmail.com>
Gerrit-Reviewer: Marc Mutz <marc.mutz at kdab.com>
Gerrit-Reviewer: Oliver Wolff <oliver.wolff at digia.com>
Gerrit-Reviewer: Olivier Goffart <ogoffart at woboq.com>
Gerrit-Reviewer: Oswald Buddenhagen <oswald.buddenhagen at digia.com>
Gerrit-Reviewer: Qt Doc Bot <qt_docbot at qt-project.org>
Gerrit-Reviewer: Qt Sanity Bot <qt_sanitybot at qt-project.org>
Gerrit-Reviewer: Rafael Roquetto <rafael.roquetto at kdab.com>
Gerrit-Reviewer: Shawn Rutledge <shawn.rutledge at digia.com>
Gerrit-Reviewer: Sérgio Martins <sergio.martins at kdab.com>
Gerrit-Reviewer: Thiago Macieira <thiago.macieira at intel.com>
Gerrit-Reviewer: Topi Reiniö <topi.reinio at digia.com>
-----------------------------------------
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list