summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded disabling of qtdeclarative on iOSSimon Hausmann2013-07-311-1/+1
* Cocoa: align font dialog helper with the color oneLiang Qi2013-07-312-121/+142
* Fix application font population on OS XSimon Hausmann2013-07-313-72/+127
* Doc: Unified the summary for C++ classes and QML types.Jerome Pasion2013-07-304-26/+275
* Assign icons to actions of QLineEdit context menuAurélien Gâteau2013-07-301-0/+13
* Assign icons to actions of QTextEdit context menuAurélien Gâteau2013-07-301-0/+13
* Fix warning in configure about not using 'macx-xcode' for Qt itselfTor Arne Vestbø2013-07-301-3/+3
* Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-3011-100/+404
* Fixed QTextStream "stdin" auto testsBernd Weimer2013-07-303-13/+9
* moc: add unittest for --ignore-option-clashesDavid Faure2013-07-302-0/+96
* Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-302-3/+33
* iOS: Move platform plugin linking logic into iOS-specific qt.prfTor Arne Vestbø2013-07-302-22/+24
* Avoided zero devision in cube root approximationBernd Weimer2013-07-292-9/+15
* Uic: remove unused option -3David Faure2013-07-292-8/+0
* Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-292-17/+83
* Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-284-0/+196
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-261-1/+1
* QUrl: add matches(url, options) method.David Faure2013-07-263-0/+129
* XCB: Readd support for -name command line argument.Friedemann Kleint2013-07-252-0/+7
* Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-253-4/+125
* qdoc: Don't try to output from index nodesMartin Smith2013-07-252-0/+7
* Re-enable tests tst_qgraphicsproxywidget, tst_qgraphicswidget.Friedemann Kleint2013-07-241-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-24116-1769/+2274
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-23116-1769/+2274
| |\
| | * default to -compile-examplesOswald Buddenhagen2013-07-222-19/+4
| | * don't install mac bundles atomicallyOswald Buddenhagen2013-07-223-27/+60
| | * mac frameworks: link target alias to Current versionOswald Buddenhagen2013-07-221-3/+2
| | * fix target strip-ing inside mac bundlesOswald Buddenhagen2013-07-221-8/+13
| | * make unescapeFilePath() less inefficientOswald Buddenhagen2013-07-221-6/+2
| | * escape paths coming from prl filesOswald Buddenhagen2013-07-222-3/+9
| | * unbreak use of not-overquoted ICON entriesOswald Buddenhagen2013-07-221-3/+2
| | * fix c-quoting of strings which contain quotesOswald Buddenhagen2013-07-221-1/+1
| | * resolve output of .depend_command relative to $$OUT_PWDOswald Buddenhagen2013-07-221-4/+28
| | * document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
| | * Don't check for the existence of private include directories.Stephen Kelly2013-07-222-6/+13
| | * xcb: Don't use Xlib's XBell() functionUli Schlachter2013-07-221-6/+3
| | * Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-222-1/+6
| | * Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-212-4/+52
| | * Fix compilation of QtTest on Linux systems with old kernel headersThiago Macieira2013-07-211-0/+10
| | * Fix wayland-scanner to work with CONFIG+=silentJan Arne Petersen2013-07-201-53/+53
| | * Expect tst_QEasingCurve::setCustomType() failing on 32 bit Ubuntu 11.10Simo Fält2013-07-202-0/+4
| | * Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-2049-1352/+1381
| | * Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
| | * Ignore or suppress warning and debug messages in tst_QLocalSocketThiago Macieira2013-07-204-6/+11
| | * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-208-55/+120
| | * Add a test for QLocalSocket::openThiago Macieira2013-07-201-0/+23
| | * Use the compilers used by Qt for the CMake tests.Stephen Kelly2013-07-191-0/+2
| | * Fix compilation of run-time-resolved SSL on AndroidEskil Abrahamsen Blomfeldt2013-07-191-3/+3
| | * Add manual test for UNC pathsGatis Paeglis2013-07-194-1/+107
| | * fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4