summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from the configuresOswald Buddenhagen2012-01-302-657/+75
* Removing Qt5 note that would break SC.Jonas Gastal2012-01-301-2/+0
* Prettify the plastique style's slider thumb.Pierre Rossi2012-01-301-2/+1
* QHeaderView - length returns wrong value fixThorbjørn Lund Martsum2012-01-302-0/+23
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-305517-5511/+5487
* Eliminate QTestResult::ignoreMessage().Jason McDonald2012-01-303-8/+1
* Get rid of QColorGroup from QVariant.Jędrzej Nowacki2012-01-291-1/+1
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-292-1/+97
* Fix compilation warnings on MSVC.Jędrzej Nowacki2012-01-291-2/+2
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-293-11/+12
* Fix null pointer call in QMetaType::destruct().Jędrzej Nowacki2012-01-291-1/+3
* Use per session socket to connect to maliit serverJan Arne Petersen2012-01-294-1/+157
* Get rid of checks for Qt3 typesKent Hansen2012-01-295-40/+6
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-292-1/+27
* Add a set of atomics based on C++11's std::atomicThiago Macieira2012-01-283-1/+250
* Add a set of atomics based on GCC intrinsicsThiago Macieira2012-01-283-1/+133
* Put the generated <module>version.h into build treeLiang Qi2012-01-2812-16/+33
* Making socketOption/setSocketOption virtual on QSslSocket.Jonas M. Gastal2012-01-281-3/+2
* Code cleanup, remove QVariant::nameToType usage.Jędrzej Nowacki2012-01-281-3/+1
* Do not suppress tr() methods when QT_NO_META_MACROS is defined.Erik Verbruggen2012-01-281-1/+1
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-283-38/+52
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-282-53/+99
* Fix compilation problem in qjsonvalue.hJani Uusi-Rantala2012-01-281-1/+1
* Fixed includes in public headersDenis Dzyubenko2012-01-275-6/+6
* Added $publicclassregexp variable to sync.profileDenis Dzyubenko2012-01-271-3/+8
* QHash benchmark: improve Java's hashGiuseppe D'Angelo2012-01-271-0/+11
* QHash benchmark: remove unused variablesGiuseppe D'Angelo2012-01-271-3/+0
* improvements to ModifiedRowMark Brand2012-01-272-16/+19
* use nameToIndex() instead of duplicating codeMark Brand2012-01-272-6/+7
* fix identation and styleMark Brand2012-01-272-2/+3
* QSizeGrip: Fix Windows.Friedemann Kleint2012-01-273-33/+25
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-2711-91/+78
* WindowsXP-Style: Draw on DC of backing store for widgets only.Friedemann Kleint2012-01-273-30/+35
* Windows: Fix exit crash related to deletion of platform screens.Friedemann Kleint2012-01-273-6/+3
* Add concurrent to QT_CONFIG also on WindowsSamuli Piippo2012-01-271-0/+2
* Fix compilation of MeeGo/Maliit related code after Qt::ScreenOrientation API ...Simon Hausmann2012-01-273-3/+3
* remove bogus commentOswald Buddenhagen2012-01-271-4/+0
* delete handling of dead -base-dir argumentOswald Buddenhagen2012-01-271-4/+0
* update readme to current realityOswald Buddenhagen2012-01-271-3/+3
* Gives QNetworkCookieJar a virtual API.Jonas M. Gastal2012-01-274-63/+128
* QWidgets to use QGuiApplication focus object change notificationsPekka Vuorela2012-01-274-30/+22
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-2710-5/+204
* QRegularExpression: infrastructure for importing PCRE in 3rdparty/Giuseppe D'Angelo2012-01-273-0/+206
* Fall back on glXChooseVisual() if glXChooseFBConfig() doesn't work.Samuel Rødal2012-01-275-55/+135
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-2710-9/+129
* "cache" is used only locally, so move it into scopeOswald Buddenhagen2012-01-272-1/+2
* Remove qDBusNameToTypeId function.Jędrzej Nowacki2012-01-275-26/+13
* Style fix for QSslCertificate constructor.Jonas M. Gastal2012-01-271-2/+1
* Removing ### that would cause needless SC brekage.Jonas M. Gastal2012-01-271-1/+1
* Implement QWindow::close()Anselmo L. S. Melo2012-01-272-2/+38