summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: Add 5.1.0 bic data for linux-gcc-ia32Sergio Ahumada2013-07-0811-0/+85147
* Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-085-26/+86
* don't pass -indexdir during prepare_docs phaseOswald Buddenhagen2013-07-081-4/+5
* Doc: Renamed generated list keyword.Jerome Pasion2013-07-081-1/+1
* Make the CMake tests run sequentially, not in parallel.Stephen Kelly2013-07-081-0/+2
* xml-processing: Small documentation correctionsThorbjørn Lindeijer2013-07-081-3/+3
* Resolve modifier mask conflicts on X11Gatis Paeglis2013-07-072-1/+37
* Speed up font database loading with fontconfigLars Knoll2013-07-061-89/+7
* REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1
* QWinOverlappedIoNotifier: fix race conditionJoerg Bornemann2013-07-051-5/+38
* bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-052-1/+7
* REG: Fix character size when exporting PDF on WindowsEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* make requirement for -private suffix explicit, take 2Oswald Buddenhagen2013-07-052-3/+7
* MANIFEST:NO is not written to vcprojKatja2013-07-051-0/+2
* iOS: Make sure we're deleting framebuffers in the right contextTor Arne Vestbø2013-07-051-0/+3
* Clean up evaluation license logicTor Arne Vestbø2013-07-055-50/+47
* Android Windows: Adjust to new SDK layoutRay Donnelly2013-07-042-16/+22
* doc: Build fix to QSettings documentation snippets.Robin Burchell2013-07-041-3/+3
* merge string literalsOswald Buddenhagen2013-07-047-540/+540
* VPATH resolution: don't crash when $(FOO) expands to nothingOswald Buddenhagen2013-07-041-0/+4
* don't crash if builddir is suffix of sourcedir (or vice-versa)Oswald Buddenhagen2013-07-041-1/+2
* Fix crash caused by ~QWindowsWindow flushing the event queue.Friedemann Kleint2013-07-041-1/+0
* Stabilize tst_QApplication::quitOnLastWindowClosed().Friedemann Kleint2013-07-041-9/+12
* benchmarks: Re-enable QFileInfo build by removing canonicalFileNamePerformance.Robin Burchell2013-07-042-15/+2
* QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-042-1/+63
* Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-043-28/+56
* Show native file dialog on Windows XP Professional x64 Edition.Friedemann Kleint2013-07-041-2/+2
* add support for Visual Studio 2013Joerg Bornemann2013-07-049-5/+169
* Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-07-044-3/+6
|\
| * Merge branch 'release' into stableSergio Ahumada2013-07-034-3/+6
| |\
| | * make requirement for -private suffix explicitOswald Buddenhagen2013-07-031-0/+3
| | * headersclean: process private modules correctlyOswald Buddenhagen2013-07-032-2/+3
| | * Restore header installation on Mac to always install to $includedirv5.1.0Thiago Macieira2013-07-011-1/+0
* | | correctly fix compilation of NEON_ASM sourcesOswald Buddenhagen2013-07-041-12/+28
* | | Add cmake related information to the test output.Stephen Kelly2013-07-031-0/+8
* | | Add path to the headers in frameworks to the include dirs.Stephen Kelly2013-07-031-0/+15
* | | make split_value_list() even less sane againOswald Buddenhagen2013-07-033-5/+11
* | | remove nonsense DEFINESOswald Buddenhagen2013-07-0329-59/+0
* | | Remove unnecesary check in qcocoawindowIvan Komissarov2013-07-030-0/+0
* | | Remove qWarning() in qt_mac_image_to_cgimage()Ivan Komissarov2013-07-031-4/+1
* | | Cocoa: fix shared color panel usageJ-P Nurmi2013-07-032-122/+144
|/ /
* | Set correct cell when selecting custom color cell with arrow keysJ-P Nurmi2013-07-033-1/+12
* | Hardcode the VERSION reported by qmake instead of calculating it in cmake.Stephen Kelly2013-07-031-5/+5
* | Add some return() to remove indentation levels.Stephen Kelly2013-07-031-75/+80
* | Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-032-0/+4
* | Don't enable EGL support if OpenGL is disabled.Thiago Macieira2013-07-031-8/+12
* | Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
* | Don't crash if the relayed signal was emitted from the wrong threadThiago Macieira2013-07-031-1/+10
* | Add a unit test for testing Qt in its install location.Stephen Kelly2013-07-025-93/+111