summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Fixed All Classes listMartin Smith2012-10-261-1/+1
* Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-26442-12747/+72429
|\
| * Remove Windows as a dependency of mac styleJens Bache-Wiig2012-10-253-46/+103
| * Happy Eyeballs: Make sure that we commit the address type for SSL connectionsJocelyn Turcotte2012-10-251-22/+20
| * Remove widget dependencies on Vista style animationsJens Bache-Wiig2012-10-251-329/+350
| * QTextEngine: Support SMP code points when case changingKonstantin Ritt2012-10-251-4/+16
| * Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-2510-19/+0
| * Core/kernel: Make some signals private.Stephen Kelly2012-10-2511-12/+36
| * Mac: Non-editable QComboBoxes shouldn't get focus by defaultGabriel de Dietrich2012-10-251-1/+19
| * QStyleAnimation: writable duration & delay propertiesJ-P Nurmi2012-10-252-11/+35
| * QMacStyle: make default button animations independent of QWidgetJ-P Nurmi2012-10-254-115/+65
| * Don't crash if there's no m_image yet.Sérgio Martins2012-10-251-1/+4
| * Implement viewOptions logic in QTableViewPrivate.Stephen Kelly2012-10-252-3/+11
| * Fix crash when handling WM_PAINT during COM operationsMiikka Heikkinen2012-10-254-3/+31
| * Fix: don't override the new non-cosmetic default pen in qwidgetaavit2012-10-251-1/+1
| * Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-256-36/+33
| * QSslSocket: Allow disconnections within the connected() signalJocelyn Turcotte2012-10-251-3/+5
| * Fix incorrect library path in libEGL.pro.Jason Barron2012-10-251-1/+1
| * Fixed crash on destruction of animating QDockWidget in a QMainWindowRohan McGovern2012-10-252-2/+5
| * Fix widget borders when using global stylesheetstyleMiikka Heikkinen2012-10-251-9/+5
| * Add DnD support for QNX.Sergio Martins2012-10-252-3/+25
| * Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-2510-2/+124
| * Update QDataStream format docs for gui/math3d classesSean Harmer2012-10-251-29/+29
| * Add ANGLE as a 3rdparty library to Qt.Jason Barron2012-10-24237-1/+67172
| * Quieten warning about uninitialized use of d pointerTobias Hunger2012-10-241-1/+1
| * Return invalid datetime when calling addMSecs with invalid QDateTime.Mitch Curtis2012-10-241-0/+7
| * Improve QTime test coverage.Mitch Curtis2012-10-241-1/+1
| * Improve QDate test coverage.Mitch Curtis2012-10-241-5/+4
| * Clarify assert on use of const char* as TestData type in tests.Mitch Curtis2012-10-241-0/+3
| * Output leading zeroes for yyyy date formats in QLocale::toString().Mitch Curtis2012-10-241-1/+1
| * Fix valgrind warning in QTriangulatingStroker.Friedemann Kleint2012-10-241-1/+4
| * Add QStyleAnimation::updateTarget()J-P Nurmi2012-10-232-4/+10
| * Fix warning about missing return value in XCB native interface.Friedemann Kleint2012-10-231-0/+2
| * QProcess: Include program in destructor warning.Friedemann Kleint2012-10-231-2/+4
| * QStyleAnimation: fix threaded renderingJ-P Nurmi2012-10-232-5/+7
| * Blackberry: Fix applicationFilePath() for unpackaged executablesThomas McGuire2012-10-231-2/+0
| * Fix QRegExpValidator::validate docs about the pos parameterGiuseppe D'Angelo2012-10-221-1/+2
| * CMake: Make qt5_use_modules a macro, not a function.Stephen Kelly2012-10-221-8/+8
| * Fix mistakes in QNetworkAccessManager docs.Mitch Curtis2012-10-221-2/+2
| * qpa: Fix drawPixmap rendering using CompositionMode_Source in DirectFBJulien Brianceau2012-10-221-1/+3
| * Remove softkey API, it was only implemented for Symbian.Jan Arve Saether2012-10-222-4/+12
| * Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-2223-10710/+38
| * Fix clipping and font problems with groupbox in Fusion styleJens Bache-Wiig2012-10-221-10/+14
| * Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-2221-111/+107
| * Move some icon code from WindowsStyle to CommonStyleJens Bache-Wiig2012-10-223-456/+456
| * Delete QWhatsThis() and QToolTip()Marc Mutz2012-10-223-7/+2
| * QDateTimeEdit: don't throw off auto-indentionMarc Mutz2012-10-221-3/+2
| * Trim trailing whitespace.Stephen Kelly2012-10-225-35/+35
| * Fix integer overflow in QSpinBox.Stephen Kelly2012-10-221-2/+17
| * Use the layout change hint to speed up QItemSelectionModel.Stephen Kelly2012-10-223-28/+110