summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-2748-367/+895
|\
| * Use custom class for storing distance fields instead of QImage.Yoann Lopes2013-08-272-29/+306
| * Revert "Fix compilation for Android ARMv5"Eskil Abrahamsen Blomfeldt2013-08-271-4/+0
| * JNI Convenience: Make single argument ctors explicit.Christian Strømme2013-08-261-3/+3
| * JNI Convenience: Print exceptions in debug mode.Christian Strømme2013-08-261-0/+9
| * JNI Convenience: Make it possible to copy QJNIObjects.Christian Strømme2013-08-262-138/+168
| * JNI Convenience: Use isSameObject() when comparing jobjects.Christian Strømme2013-08-261-6/+12
| * Android: Fix crash when hitting Back button to quitEskil Abrahamsen Blomfeldt2013-08-261-1/+1
| * Update Linux interface getting to make fewer syscallsThiago Macieira2013-08-241-29/+29
| * Soft-deprecate obscure feature on property getters returning pointersThiago Macieira2013-08-231-1/+1
| * Ensure the docs for QOpenGLFunctions_ES2 are generatedThiago Macieira2013-08-231-1/+1
| * Do not recreate window if it is moved to a virtual sibling screen.Friedemann Kleint2013-08-231-2/+3
| * Return 1.0 for devicePixelRatio in QCocoaWindow if no valid windowDaiwei Li2013-08-231-1/+6
| * Windows: Keep monitors when system is locked.Friedemann Kleint2013-08-232-30/+41
| * Doc: added excludedirs to qdocconf example.Nico Vertriest2013-08-231-0/+18
| * Doc: minimal qdocconf file with commentsNico Vertriest2013-08-231-0/+86
| * XCB: Fix race with the event threadUli Schlachter2013-08-231-0/+3
| * Doc: Add Q_OS_ANDROID macroTakumi Asaki2013-08-231-0/+7
| * BB10: Do not send deactivate event twiceRafael Roquetto2013-08-221-0/+2
| * Playbook: Fix rendering when thumbnailed/minimizedRafael Roquetto2013-08-221-0/+3
| * Switch back to thumb for android armeabi.BogDan Vatra2013-08-221-0/+4
| * Cocoa: Fix memory leak in event dispatcherGabriel de Dietrich2013-08-221-0/+1
| * Style: Remove useless background paint for menu scrollerGabriel de Dietrich2013-08-221-1/+0
| * Cocoa: Bring back old exposure behavior on Mac OS X 10.6Gabriel de Dietrich2013-08-221-0/+4
| * Fix scrollbar appearance on Win8J-P Nurmi2013-08-221-22/+24
| * Add json/savegame example.Mitch Curtis2013-08-228-3/+18
| * Check for window handle in QBackingStore::flush().Friedemann Kleint2013-08-221-0/+5
| * moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-221-2/+2
| * moc: Fix related objects containing itselfOlivier Goffart2013-08-221-2/+14
| * moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-2/+2
| * Windows: Handle Qt::ForeignWindow.Friedemann Kleint2013-08-212-1/+15
| * Windows: Generate expose events for layered transient children.Friedemann Kleint2013-08-212-6/+29
| * CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-211-29/+51
| * Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-211-0/+5
| * QWidget: Apply window opacity set before show.Friedemann Kleint2013-08-211-0/+2
| * QXcbBackingStore: don't crash in flush() if no platformWindowShawn Rutledge2013-08-211-0/+4
| * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
| * Android: Remove EGL_BAD_SURFACE warning on suspensionEskil Abrahamsen Blomfeldt2013-08-211-1/+0
| * [QNX]Fix transparenciesAndreas Holzammer2013-08-212-31/+16
| * Construct a valid QTime when creating timestamps for iBase SQL driver.Mitch Curtis2013-08-211-1/+1
| * Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* | Add stripped version of HarfBuzz-NG 0.9.19 sources to 3rdpartyKonstantin Ritt2013-08-2784-0/+33805
* | Make it possible to build HarfBuzz-NG in QtKonstantin Ritt2013-08-2715-0/+148
* | Add operator[] to QVectorND classesSean Harmer2013-08-276-0/+102
* | Add QJsonValue::toInt().Mitch Curtis2013-08-272-0/+15
* | QMessageBox - move informative+details text to new layout functionThorbjørn Martsum2013-08-271-39/+47
* | Move the creation of QElapsedTimer out of the inner function in QMutexThiago Macieira2013-08-271-21/+5
* | Don't try to detect the CPUID instruction if we're compiling for PentiumThiago Macieira2013-08-271-1/+1
* | QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-263-7/+7
* | qdoc: Fixed the relative link to installdir problemMartin Smith2013-08-261-1/+2