summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure that qXXXdetection.h can be included directlyThiago Macieira2012-04-214-0/+13
* Make the fallback Q_ASSUME and Q_UNREACHABLE be qt_noopThiago Macieira2012-04-211-2/+2
* Move Q_DECL_{IMPORT,EXPORT,HIDDEN} to qcompilerdetection.hThiago Macieira2012-04-212-29/+29
* Move some compiler macro definitions into the compiler sectionsThiago Macieira2012-04-211-26/+12
* Move the compiler-related macros to qcompilerdetection.hThiago Macieira2012-04-212-109/+110
* Compile on Windows.Jan-Arve Saether2012-04-211-2/+8
* Fix typo in backwards compatibility code.Stephen Kelly2012-04-211-1/+1
* Fix compilation with Q_DECL_OVERRIDEOlivier Goffart2012-04-203-6/+6
* Build the tests with the build type that the top-level was invoked with.Stephen Kelly2012-04-201-0/+2
* QDataStream: Update Version info for docAurindam Jana2012-04-201-1/+1
* Silence two warnings in QVariant's unit test.Thiago Macieira2012-04-201-0/+3
* Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-203-8/+8
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-202-2/+23
* Make sure -fPIE is added to the compile flags.Stephen Kelly2012-04-201-0/+2
* Only run the CMake DBus unit tests on UNIX systems.Stephen Kelly2012-04-201-1/+3
* Windows: Remove fontengine autodetection logicMiikka Heikkinen2012-04-202-8/+3
* Window geometry manual tests: Add Window state controls.Friedemann Kleint2012-04-208-197/+664
* Fix missing Windows native fonts in QML applicationsMiikka Heikkinen2012-04-201-0/+3
* Disable the tst_exceptionsafety_others test completely.Thiago Macieira2012-04-201-1/+1
* Stabilisation of tst_qnetworkreply on windowsShane Kearns2012-04-201-8/+14
* QDoc: Remove the text around previous and next page links.Casper van Donderen2012-04-201-4/+4
* Revert "List QtPrintSupport as a dependency of QtPlatformSupport."Lars Knoll2012-04-201-1/+1
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-203-12/+13
* QSslSocket: call to ERR_free_strings to free loaded error stringsMartin Petersson2012-04-203-0/+5
* Fix crash in QCocoaBackingStore.Morten Johan Sorvig2012-04-202-4/+7
* mingw: fix a lot of annoying warningsKonstantin Ritt2012-04-204-166/+166
* Implement QCocoaWindow::setWindowState.Morten Johan Sorvig2012-04-2010-46/+156
* Set the window title for the QWindow as well.Morten Johan Sorvig2012-04-201-0/+1
* Remove insignification from QComboBox test on Ubuntu 11.10.Jason McDonald2012-04-201-2/+0
* Retain bidirectional marks when eliding textEskil Abrahamsen Blomfeldt2012-04-201-2/+44
* Made hellowindow example respect the expose event.Samuel Rødal2012-04-202-4/+11
* Adjust device mkspecs to use qpa default plugin varDonald Carr2012-04-207-2/+12
* Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-202-12/+70
* Minor QObject::receivers() optimization.Michael Brasser2012-04-201-0/+3
* Minor QObject::receivers() cleanup.Michael Brasser2012-04-201-2/+1
* Add a receivers callback to QAbstractDeclarativeData.Michael Brasser2012-04-202-0/+7
* Fix compilation with QT_NO_DEBUG_OUTPUT definedAndy Shaw2012-04-206-1/+13
* Ensure that this widget has focus before sending a keypress.Stephen Kelly2012-04-201-0/+2
* Add some more output to debug a flaky test.Stephen Kelly2012-04-201-2/+8
* QImage: fix declaration of inline methodsKonstantin Ritt2012-04-201-4/+4
* Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-193-0/+14
* PrintSupport - Remove Qt5 To-do MessagesJohn Layt2012-04-192-2/+2
* Remove insignification from QMdiSubWindow test on Mac OS X.Jason McDonald2012-04-192-3/+12
* Remove insignification of qsocks5socketengine on Ubuntu 11.10Jason McDonald2012-04-192-1/+10
* Remove Q_WS macros from qwidget-test.Friedemann Kleint2012-04-191-387/+184
* Add test case for checking ConnectInBackground is setShane Kearns2012-04-191-1/+64
* Abort background requests if policy changes to disallow themShane Kearns2012-04-193-9/+110
* Expand tst_QNetworkReply::backgroundRequest to ftp & httpsShane Kearns2012-04-191-5/+35
* Connect usagePoliciesChanged signal to the QNetworkReplyShane Kearns2012-04-194-0/+20
* Set ConnectInBackground also for http implementationShane Kearns2012-04-191-1/+3