summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add debug operator for QPrinterInfo.Friedemann Kleint2015-04-234-0/+84
* don't fail to fix path separators in extra compilers' clean targetsOswald Buddenhagen2015-04-231-2/+4
* untangle handling extra compiler .clean member, take 2Oswald Buddenhagen2015-04-231-5/+4
* fix {ALL,CLEAN,DISTCLEAN}_DEPS writeout to makefileOswald Buddenhagen2015-04-231-3/+3
* don't overengineer DESTDIR calculationOswald Buddenhagen2015-04-232-8/+10
* make diff between aux and app TEMPLATEs smallerOswald Buddenhagen2015-04-231-5/+4
* cmake: Don't populate legacy variables for header-only modules.Stephen Kelly2015-04-231-0/+2
* fix extra compilers with indirect outputs in VS projectsJoerg Bornemann2015-04-232-2/+21
* Fix FPE in QApplicationPrivate::dispatchEnterLeave() due to invalid cursor po...Friedemann Kleint2015-04-231-1/+4
* Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-237-45/+58
* Tests: Remove tst_QGraphicsIten::sorting from the BLACKLIST fileCaroline Chao2015-04-221-2/+0
* Tests: Blacklist tst_QGraphicItem::ensureUpdateOnTextItemCaroline Chao2015-04-221-0/+2
* Improve tst_uic.Friedemann Kleint2015-04-221-28/+66
* fixqt4headers.pl: Improve detection of Qt 5 location.Friedemann Kleint2015-04-221-19/+30
* qsystemdetection.h: Check existence of define WINAPI_FAMILY_PHONE_APP.Friedemann Kleint2015-04-221-1/+1
* Remove unused private field from test.Erik Verbruggen2015-04-221-10/+0
* QStateMachine: replaced Q_FOREACH with foreach.Erik Verbruggen2015-04-221-16/+16
* Cocoa: Stop using deprecated -convertBaseToScreen:.Erik Verbruggen2015-04-221-3/+4
* Cocoa: stop using the deprecated NSInputManager.Erik Verbruggen2015-04-222-7/+3
* Cocoa: fix compiler warning.Erik Verbruggen2015-04-221-1/+1
* Cocoa: fix compiler warning.Erik Verbruggen2015-04-221-2/+4
* Fix "Unsupported extension used" errorGatis Paeglis2015-04-211-0/+3
* make fileFixify() calling convention somewhat saneOswald Buddenhagen2015-04-219-65/+72
* unhack Xcode shadow buildingOswald Buddenhagen2015-04-211-34/+26
* Revert "Use relative path for QMAKE_BUNDLE_DATA"Oswald Buddenhagen2015-04-211-1/+1
* make fileFixify(FileFixifyAbsolute) pay attention to in_dirOswald Buddenhagen2015-04-211-1/+6
* fileFixify(): remove bizarre canonicalizationOswald Buddenhagen2015-04-211-3/+0
* remove pointless argument to build_args()Oswald Buddenhagen2015-04-212-3/+3
* remove redundant definition of ANGLE_ENABLE_D3D11Oswald Buddenhagen2015-04-211-1/+1
* don't try to include non-existing private module .priOswald Buddenhagen2015-04-211-2/+5
* disable automatic PCH compilation for headers-only modulesOswald Buddenhagen2015-04-211-1/+1
* make QMAKE_CXX/CROSS_COMPILE verification work under windowsOswald Buddenhagen2015-04-212-6/+21
* Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
* Remove libs that are already set by the mkspec.Bjoern Breitmeyer2015-04-211-2/+1
* Fix incorrect pass by value.Bjoern Breitmeyer2015-04-212-2/+2
* Add QMake support for WEC2013 SDKsBjoern Breitmeyer2015-04-213-9/+267
* Cocoa integration - invalid window stateTimur Pocheptsov2015-04-211-1/+2
* Cocoa integration - invalidate backing store on geometry updateTimur Pocheptsov2015-04-210-0/+0
* Skip tst_QFiledialog::directoryEnteredSignal() depending on side bar entry co...Friedemann Kleint2015-04-211-2/+5
* Understand file:/ url's as localAleix Pol2015-04-211-1/+2
* Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-04-201-1/+1
* QDir: fix int overflowNikita Baryshnikov2015-04-202-1/+42
* QFileDialog: save settings to FileDialog group instead of serializedShawn Rutledge2015-04-202-35/+120
* Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-205-0/+23
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-2017-240/+48
* Rework WinRT timer handlingOliver Wolff2015-04-202-165/+208
* Tests: Use blacklist for failing tests in tst_macnativeventsCaroline Chao2015-04-172-1/+11
* QPrintDialog - Let OSX handle PDF printingJohn Layt2015-04-171-5/+8
* Implement a more direct headersclean checkThiago Macieira2015-04-178-12/+138
* Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-167-58/+45