summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Return correct accessible name when a label has rich textJosé Millán Soto2012-09-271-1/+9
* Fix XCode generator for qmake in Qt 5 after recent changesAndy Shaw2012-09-272-30/+31
* (WINCE)Add failure for font outline functionAndreas Holzammer2012-09-271-0/+2
* Configure.exe: Fix auto-detection of ICU for MinGWKai Koehne2012-09-271-1/+2
* configure.exe: Don't print warning about -c++11 option by defaultKai Koehne2012-09-271-0/+5
* QtPrintSupport: cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* Bring subproject dependencies in line with Makefile generatorsAndy Shaw2012-09-272-171/+204
* xcb: consistently check xcb_get_extension_data for extension initsShawn Rutledge2012-09-271-4/+10
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-277-9/+173
* Auto tests: add PlatformClipboard::isAvailable()J-P Nurmi2012-09-271-0/+69
* tst_QDialog: fix Q_OS_WINCE & QT_NO_SIZEGRIP usageJ-P Nurmi2012-09-271-9/+23
* tst_qsidebar: remove duplicate codeJ-P Nurmi2012-09-271-6/+3
* Doc: update QMap's description following 5cb036851Pierre Rossi2012-09-271-1/+1
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-274-18/+80
* documentation fixesMarcel Krems2012-09-272-2/+2
* tst_QMessageBox: fix Q_OS_MAC usageJ-P Nurmi2012-09-271-3/+5
* HTML template: Updated copyright information from Nokia to Digia PlcJerome Pasion2012-09-272-3/+3
* Fix typo in variable name.Stephen Kelly2012-09-271-2/+2
* Fix spelling mistakeThiago Macieira2012-09-271-1/+1
* Rename a variable it -> childIt.Stephen Kelly2012-09-271-5/+5
* qtypetraits.h: add is_signed/is_unsigned/not_/not_c predicatesMarc Mutz2012-09-271-1/+90
* QFlags: fail for 64-bit enumsMarc Mutz2012-09-271-0/+3
* Fix QScreen::orientation() not always being updated after changing the update...Simon Hausmann2012-09-262-0/+17
* Fix initial window orientation with Qt on MeeGo 1.2 HarmattanSimon Hausmann2012-09-262-1/+4
* Fix events being processed on application startSimon Hausmann2012-09-263-2/+75
* XCB: Correctly report the created OpenGL context version and profileSean Harmer2012-09-264-8/+107
* OpenGL: Fix QGLFormat::openGLVersionFlags() on OS XSean Harmer2012-09-261-0/+9
* qmake: fix overescaped defines in vcxproj filesJoerg Bornemann2012-09-261-3/+19
* Don't call parent() so often when processing a range.Stephen Kelly2012-09-261-1/+2
* QScrollBar: clean up wheelEvent() implementationMarc Mutz2012-09-261-14/+12
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-263-8/+34
* Fix compilation for Qt5: Avoid deprecated APIaavit2012-09-261-2/+1
* Compile fix: Avoid deprecated functionsaavit2012-09-261-6/+10
* qdoc: retrying More refactoring of qdoc data structuresMartin Smith2012-09-2616-1738/+2016
* Reintroduce mention of QWidget in coordinate system docs.Samuel Rødal2012-09-261-2/+2
* QtPrintSupport: allow slight deviations from pre-defined paper sizes in testsTeemu Katajisto2012-09-261-4/+4
* QtPrintSupport: use PPD defaults in CUPS pluginTeemu Katajisto2012-09-262-0/+112
* qtest.h: add missing QT_NO_DATESTRING guardsJ-P Nurmi2012-09-261-0/+2
* Auto tests: remove PlatformQuirks::isAutoMaximizing()J-P Nurmi2012-09-268-68/+15
* Make QSignalTransition take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-266-9/+9
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-264-4/+4
* configure: Document the -widgets, -no-widgets argumentsKai Koehne2012-09-261-2/+6
* Core: Silence gcc warnings about unitinialized members in qarraydata.cppKai Koehne2012-09-261-0/+9
* qmake: Fix gcc warning about anonymous type linkageKai Koehne2012-09-261-1/+1
* Fix restore/minimize/close buttons for maximized MDI subwidowsMiikka Heikkinen2012-09-262-0/+201
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-261-2/+10
* CMake: Fix the generated location of static libraries.Stephen Kelly2012-09-262-0/+34
* CMake: Specify the prl files when building with mingw.Stephen Kelly2012-09-261-0/+3
* Remove Windows CE time conversion compatibility functionsSimon Hausmann2012-09-262-702/+0
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-2610-6/+159