summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added documentation for QOpenGLContext and QOpenGLContextGroup.Samuel Rødal2012-02-231-43/+233
* Bump the moc output revisionKent Hansen2012-02-232-2/+2
* QSslSocket::verify certificates when on-demand loading is usedMartin Petersson2012-02-231-0/+4
* QWindowsPipeWriter could terminate the process to earlyMartin Petersson2012-02-231-1/+1
* QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-231-1/+14
* Harfbuzz-thai: Hide ZWJ and ZWNJ characters and show Inherited charactersJohn Tapsell2012-02-231-3/+8
* Require compiler support for deprecated constructors.Stephen Kelly2012-02-232-10/+0
* Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-234-12/+5
* Rename QMetaTypeSwitcher::UnknownType to NotBuiltinType.Jędrzej Nowacki2012-02-233-11/+11
* Fix fontconfig.pri file to allow QPA plugins to buildSean Harmer2012-02-231-2/+2
* Add the quitlock feature to QThread.Stephen Kelly2012-02-235-2/+46
* Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-234-0/+29
* Fleshed out the QWindow documentation to be less sparse.Samuel Rødal2012-02-231-53/+541
* Added documentation for QSurfaceFormat.Samuel Rødal2012-02-231-15/+136
* Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-235-22/+93
* Fix conflict between QMainWindow::restoreState() and QWidget::setStylesheet()Debao Zhang2012-02-231-1/+2
* Fix rounding error in QInputMethod::cursorRectangle().Andrew den Exter2012-02-231-2/+2
* QMenuBar: Clean up Q_WS_WINDebao Zhang2012-02-231-5/+1
* Harfbuzz-thai - When calling HB_OpenTypePosition we must set doLogClusters to...John Tapsell2012-02-231-1/+1
* Harfbuzz-thai - fix to_tis620 function for latin charactersJohn Tapsell2012-02-231-1/+1
* Fix height of some Thai charactersMarko Kenttala2012-02-231-0/+28
* Silence coverity warning about sizeof(Node*) vs sizeof(Node) in QListAndy Shaw2012-02-231-1/+1
* Use the CMake definition of Windows for CMake macros.Stephen Kelly2012-02-231-1/+1
* Suppport up to 27 mouse buttons from DirectFB Plugin.Rick Stockton2012-02-231-5/+57
* Remove unneeded code to convert to ASCII/Latin1.Robin Burchell2012-02-222-45/+0
* Don't do macro self-expansion for moc anymore.Stephen Kelly2012-02-221-6/+2
* Remove unused Q_CANNOT_DELETE_CONSTANTStephen Kelly2012-02-221-2/+0
* Add the QT_LIBINFIX to the CMake config files.Stephen Kelly2012-02-221-0/+4
* Remove detection of GCC versions which are not supported anywhere.Stephen Kelly2012-02-221-31/+8
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-2214-89/+11
* Use QMAKE_SUBSTITUTIONS conditionalsStephen Kelly2012-02-221-7/+7
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-2213-217/+256
* QEasingCurve: fix a missing */Marc Mutz2012-02-221-0/+1
* Fail with #error early if the compiler does not support bool or explicit.Stephen Kelly2012-02-222-28/+10
* Remove custom text codec for C strings.Robin Burchell2012-02-229-192/+40
* Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-225-671/+248
* Fix typosPekka Vuorela2012-02-222-2/+2
* Migrate evdev plugins to the new plugin systemLaszlo Agocs2012-02-229-6/+33
* CodeCoverage: Move installCoverageTool call.Caroline Chao2012-02-221-3/+3
* QtCore: add constexpr to geometric classesMarc Mutz2012-02-225-363/+331
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-2223-402/+276
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-221-1/+3
* Merge overloadsRichard Moore2012-02-222-83/+2
* Merge overloads.Richard Moore2012-02-222-28/+1
* QElapsedTimer/Win: Fix 64-bit integer overflowJonathan Liu2012-02-221-1/+3
* Fix error in addrlen fieldAndrew Stanley-Jones2012-02-211-1/+1
* Give the compile flags an EXECUTABLE_ prefix.Stephen Kelly2012-02-211-1/+1
* Add GL_BGR to the list of defined GL constants, right next to GL_BGRASimon Hausmann2012-02-211-0/+3
* regenerate unicode tables after rittk's patchesOswald Buddenhagen2012-02-211-196/+196
* optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-211-3/+3