summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1
* Remove debug outputABBAPOH2012-06-272-68/+0
* Remove all references to XLFD fontsLars Knoll2012-06-276-38/+10
* don't compile the host tools for wince already in configureOswald Buddenhagen2012-06-272-6/+3
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-274-6/+9
* QNetworkCookie - ignore unparsable expires attributeShane Kearns2012-06-271-4/+3
* Ignore empty domain attribute in cookiesShane Kearns2012-06-271-9/+18
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-272-8/+25
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-87/+16
* QNetworkCookie - use RFC6265 rules for max-ageShane Kearns2012-06-271-3/+9
* QNetworkCookie - ignore unknown attributesShane Kearns2012-06-271-9/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-13/+5
* Add a method for querying window activation status from QPA.Morten Johan Sorvig2012-06-274-0/+22
* Fixed missing way of choosing EGL renderable type with QSurfaceFormat.Samuel Rødal2012-06-275-8/+77
* Remove some unused variables from QAccessibleWidgetPrivateJan-Arve Saether2012-06-262-72/+3
* Fix QCOMPARE for QIcon in QtGuiGiuseppe D'Angelo2012-06-261-2/+0
* Clarified documentation for QStandardItem::parent()Markku Heikkila2012-06-261-1/+3
* Add QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-262-6/+10
* Fix compilation for XCB-without-XlibGiuseppe D'Angelo2012-06-261-1/+1
* Don't try build devicediscovery if evdev is not available.Robin Burchell2012-06-261-1/+1
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-10/+10
* Fix PCRE build under non-__GNUC__ compilersGiuseppe D'Angelo2012-06-261-4/+6
* Remove toRect_normalized().Robin Burchell2012-06-261-11/+0
* Fix warning when ibus is not available.David Faure2012-06-262-11/+3
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-2611-5/+139
* Make QRegion not need to be friends with QVectorThiago Macieira2012-06-261-3/+2
* make using testlib automatically "promote" all modules to -privateOswald Buddenhagen2012-06-261-1/+1
* Make QGtkStyle build with QT_NO_FILEDIALOGSukhyun Kim2012-06-263-0/+12
* QIODevice: free memory when buffer is clearedMartin Petersson2012-06-262-5/+9
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-265-1/+29
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-266-141/+55
* [QNX] Enable MT screen event handling on BlackberryRafael Roquetto2012-06-263-6/+29
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-262-20/+36
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-1/+1
* Use valSeen since it results in unused warning otherwiseGirish Ramakrishnan2012-06-261-1/+2
* Small documentation fix about the text streams default encoding.Lars Knoll2012-06-251-2/+2
* We shouldn't have a Makefile here.Lars Knoll2012-06-251-9/+0
* Remove the font codecsLars Knoll2012-06-2512-902/+2
* The codecForTr() should be utf8Lars Knoll2012-06-251-1/+1
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-257-7/+7
* Use the new plugin systemLars Knoll2012-06-253-6/+3
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-243-5/+10
* Ensure that no extra bits can leak into QUrl::toEncoded.Thiago Macieira2012-06-241-1/+1
* Make qtbase compile with QT_NO_CSSPARSERTasuku Suzuki2012-06-241-0/+1
* Wrap QObject usage in qsharedpointer_impl.h with ifndef QT_NO_QOBJECTThiago Macieira2012-06-241-0/+2
* Remove documentation for QIconEnginePlugin::keys().Robin Burchell2012-06-241-10/+0
* Guard evdev specifics with QT_NO_EVDEV.Robin Burchell2012-06-241-0/+4
* Fix setMouseTracking on QGLWidgetLaszlo Agocs2012-06-232-7/+0
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-5/+6
* Forward-port change to QT4_ADD_RESOURCES macro for missing rcc files.Stephen Kelly2012-06-231-16/+24