summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qresource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge several Q_GLOBAL_STATICs in qresource.cpp into oneThiago Macieira2017-02-091-4/+18
* Clean up the resource reading codeSimon Hausmann2016-11-231-45/+24
* Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-221-13/+52
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-2/+2
* Decompress QResources only when needed.Volker Krause2016-04-301-9/+18
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-2/+4
|\
| * Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-2/+4
* | Add QResource to the bootstrap libraryErik Verbruggen2016-02-251-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QtCore: use QStringRef in more placesMarc Mutz2015-10-121-3/+3
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-3/+3
|\
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-3/+3
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-0/+1
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-3/+3
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add some minimal size checking for dynamically loaded resourceshjk2014-09-161-3/+13
|/
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-12/+12
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-12/+12
* Avoid a QStringRef -> QString conversion by using the new qt_hash overloadGiuseppe D'Angelo2013-05-081-1/+1
* Remove overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-02-121-9/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-081-1/+1
* Use correct types in QResource.Robin Burchell2012-03-021-4/+4
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove unused qInitResourceIO() method.Robin Burchell2011-12-201-2/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1496