summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* move moc, rcc and uic CONFIG additions to the respective qt modulesOswald Buddenhagen2012-06-194-2/+4
* remove last traces of qbase.pri, qt_targets.pri and qt_installs.priOswald Buddenhagen2012-06-195-6/+1
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-195-12/+2
* clean up path normalization in configure.exe and QLibraryInfoOswald Buddenhagen2012-06-191-0/+2
* rewrite SUBDIRS construction logicOswald Buddenhagen2012-06-191-47/+68
* detach src/src.pro and src/tools/tools.pro from qtbase.proOswald Buddenhagen2012-06-192-14/+7
* remove convoluted recursive debug/release target magicOswald Buddenhagen2012-06-192-79/+0
* properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-197-1/+7
* QEvent: Don't give DeferredDelete special treatmentBradley T. Hughes2012-06-191-12/+8
* platform hooks: provide defaults for screen size and depth hooksJohannes Zellner2012-06-191-2/+42
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-185-6/+10
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-183-10/+25
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* Make QUuid compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-181-1/+1
* Clean up a partially scrolled QRollEffect widgetMiikka Heikkinen2012-06-181-1/+1
* Improve the code generation by using Q_LIKELY/Q_UNLIKELYKonstantin Ritt2012-06-161-36/+34
* Fix: Widgets that become top-level widgets may crash the applicationBerthold Krevert2012-06-152-3/+6
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-26/+34
* Do not redefine NIN_KEYSELECT if already definedJonathan Liu2012-06-151-1/+4
* Fix double error setting, which overrode correct value.Jonas M. Gastal2012-06-151-1/+0
* Forward-declare QLatin1String tooThiago Macieira2012-06-151-1/+1
* eglfs: Pass QSurfaceFormat to createNativeWindow() hookJohannes Zellner2012-06-144-5/+8
* eglfs: Make QEglFSWindow respect the window formatGirish Ramakrishnan2012-06-145-31/+12
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-141-4/+11
* Use QPointer, not QWeakPointer.Thiago Macieira2012-06-141-1/+1
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-1410-20/+8
* Extend JSON QStandardPaths to support multiple paths per locationJeremy Katz2012-06-141-32/+77
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-06-141-1/+6
* It should be a moc error for the specified file to not exist.Stephen Kelly2012-06-141-1/+1
* Disable hinting for scaled glyphs in FreeTypeJiang Jiang2012-06-141-0/+5
* egl: return EGL config when r/g/b sizes are not setGirish Ramakrishnan2012-06-141-5/+4
* Add since 5.0 markers to new QCryptographicHash enums/functionsAlbert Astals Cid2012-06-141-4/+5
* choke uploadProgress signalsShane Kearns2012-06-143-3/+27
* choke downloadProgress signalsShane Kearns2012-06-145-7/+40
* disable codecs for asian language when QT_NO_BIG_CODECS definedTasuku Suzuki2012-06-1425-60/+71
* Regenerate the Unicode tablesKonstantin Ritt2012-06-142-7140/+5998
* QFontMetrics/QRawFont: Optimize SMP code points handling a bitKonstantin Ritt2012-06-144-11/+19
* Add the AGLFN tables generator, update the tables up to AGLFN 1.7Konstantin Ritt2012-06-142-175/+289
* AGLFN: optimize glyph name lookup and reverse map creationKonstantin Ritt2012-06-142-15/+22
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-148-72/+123
* Windows: Fix warnings about being unable to load fonts from font dir.Friedemann Kleint2012-06-142-2/+0
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-141-0/+2
* Compile.Morten Sorvig2012-06-141-1/+1
* Fix namespace compilation on OSX.Toby Tomkins2012-06-144-4/+17
* Remove unneeded #includes and namespace wrappersJoão Abecasis2012-06-141-10/+0
* OpenGL: Update QOpenGLFunctions docs to remove widget codeSean Harmer2012-06-141-4/+25
* QtWidgets: Fix warnings about deprecated QGraphicsView functions.Friedemann Kleint2012-06-144-5/+5
* QDoc: Check if index file was already inserted in list.Casper van Donderen2012-06-141-8/+15
* Remove downstream documentation references from guiGunnar Sletta2012-06-141-43/+0
* QNX: Enable additional CPU features to be compiled in for QNXSean Harmer2012-06-141-1/+1