summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-2042-505/+240
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-1942-505/+240
| |\
| | * fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-1913-13/+13
| | * automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-1913-15/+9
| | * clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-1912-14/+1
| | * auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-1910-24/+0
| | * move QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_config.prfOswald Buddenhagen2012-06-192-1/+32
| | * don't use qt_module_config for winmainOswald Buddenhagen2012-06-191-20/+28
| | * auto-generate module prisOswald Buddenhagen2012-06-1924-212/+7
| | * don't refer to module versions during bootstrapOswald Buddenhagen2012-06-195-10/+10
| | * automatically add the version header to HEADERSOswald Buddenhagen2012-06-1912-24/+0
| | * remove explicit RCC_DIR addition to INCLUDEPATHOswald Buddenhagen2012-06-191-3/+0
| | * make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-1912-12/+5
| | * introduce /get property variantsOswald Buddenhagen2012-06-192-9/+57
| | * 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
* | | Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-201-39/+96
* | | Add leading zeros to years below 1000 in QDate::toString().Mitch Curtis2012-06-201-1/+2
* | | Use the POSITION_INDEPENDENT_CODE property on targets using Qt.Stephen Kelly2012-06-202-10/+19
* | | QUrl::setEncodedQueryItems should replaceMartin Petersson2012-06-201-1/+1
* | | Improved QCursor::setPos() robustness on xcb.Samuel Rødal2012-06-201-0/+1
* | | QMetaMethod::invoke: Use normalizedType() to normalize return typeKent Hansen2012-06-201-14/+2
* | | Accessibility: Do not automatically add controllersFrederik Gladhorn2012-06-201-19/+0
* | | MOC: Avoiding MAX_PATH limit on WindowsYuchen Deng2012-06-201-1/+9
* | | Fix compile-time error macro when building with -fPIEGabor Ballabas2012-06-201-1/+1
* | | Fix access to uninitialized pointerTobias Hunger2012-06-201-1/+1
* | | Add qMove macro to support std::moveOlivier Goffart2012-06-202-0/+14
* | | Windows: Fix MinGW warnings.Friedemann Kleint2012-06-206-21/+26
|/ /
* / Disable TranslucentBackground for WinCE to fix Windows QPA plugin build.Janne Anttila2012-06-191-0/+4
|/
* 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