summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix duplicated application menu items on Mac OSChris Meyer2013-03-203-4/+10
* | Clarify mention of QAbstractItemView in the canFetchMore docs.Stephen Kelly2013-03-191-3/+2
* | Fixed QTextureGlyphCache glyph padding.Yoann Lopes2013-03-191-5/+11
* | Use quotes for the error message and remove a line break for cohesionLaszlo Papp2013-03-191-2/+1
* | qdoc: Sort QML methods by nameMartin Smith2013-03-191-3/+2
* | Run CMake dbus tests if dbus is expected to be available.Stephen Kelly2013-03-193-4/+6
* | Fix missing glyphs for large fontsEskil Abrahamsen Blomfeldt2013-03-191-8/+18
* | Tests: stabilize tst_qwidget::scroll on small screensJ-P Nurmi2013-03-181-4/+10
* | Tests: stabilize tst_QDockWidget on small screensJ-P Nurmi2013-03-181-1/+1
* | Make the qtbase cmake tests work without the Widgets module.Stephen Kelly2013-03-184-15/+30
* | Add dynlist file for QtGuiStefan Gehn2013-03-182-0/+6
* | Update dynlist file for QtWidgetsStefan Gehn2013-03-183-9/+6
* | Q(Styled)ItemDelegate: disable style animationsJ-P Nurmi2013-03-182-0/+6
* | Set the INTERFACE_QT_MAJOR_VERSION to 5.Stephen Kelly2013-03-181-0/+5
* | qdoc: Now checks for existance of each exclude dirMartin Smith2013-03-181-1/+3
* | Fix the is_enum type trait for char16/32_t (C++11)Laszlo Papp2013-03-171-0/+4
* | Amend the missing documentation for the from*() static overloadsLaszlo Papp2013-03-171-0/+32
* | Fix tst_moc when variadic macros are enabledOlivier Goffart2013-03-172-4/+9
* | Remove the usage of undefined QFontDatabase::WritingSystemLiang Qi2013-03-151-8/+0
* | append $$QMAKE_DEFAULT_INCDIRS to moc invocationsOswald Buddenhagen2013-03-151-1/+1
* | de-duplicate code a bitOswald Buddenhagen2013-03-151-4/+6
* | remove overuse of $$list()Oswald Buddenhagen2013-03-151-2/+2
* | Make cmake tests not depend on QtWidgets where not needed.Stephen Kelly2013-03-152-3/+3
* | Clean up cmake test regarding dependencies.Stephen Kelly2013-03-151-4/+2
* | Join the CMAKE_PREFIX_PATH components into a cmake list before use.Stephen Kelly2013-03-151-1/+2
* | Don't fail on tst_QSslSocket::setReadBufferSize_task_250027Stephen Kelly2013-03-151-1/+8
* | Make sure QGLWidget::setContext() is correctly documented as obsolete.Samuel Rødal2013-03-151-1/+7
* | Fixed QPainter::drawPolyline() not drawing solid lines.Samuel Rødal2013-03-151-1/+16
* | Make QCoreApplication::startingUp() return false when appropriate.Mitch Curtis2013-03-143-2/+8
* | Doc: corrected snippet statement in qplugin.qdocNico Vertriest2013-03-141-1/+1
* | Fixes: assert in QPainter::fillRect on very large paint devicesaavit2013-03-141-0/+2
* | QProcess/Win: stop pipe readers before closing the pipe handlesJoerg Bornemann2013-03-141-0/+2
* | fix spurious QWindowsPipeWriter deadlockJoerg Bornemann2013-03-141-5/+7
* | Set StyleMask to NSBorderless if FramelessWindowHint is set.Irfan Omair2013-03-141-1/+1
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Stephen Kelly2013-03-1322-53/+182
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-0822-53/+182
| |\|
| | * Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-075-18/+62
| | * Attempt to stabilize tst_qgl::graphicsViewClipping().Samuel Rødal2013-03-071-1/+12
| | * Correct QLocale(const QString &) documentation.Mitch Curtis2013-03-071-2/+2
| | * remove some cryptic code relating to output directoriesOswald Buddenhagen2013-03-073-12/+8
| | * Cocoa: Pick right rectangle when rendering window maskGabriel de Dietrich2013-03-061-1/+1
| | * Cocoa: Fix shadowless popupsGabriel de Dietrich2013-03-062-0/+14
| | * Correct sentence in QNetworkProxy::setApplicationProxy() documentation.Mitch Curtis2013-03-061-1/+1
| | * require modules to define their versionOswald Buddenhagen2013-03-063-4/+10
| | * Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-03-062-2/+13
| | * Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-066-9/+60
* | | If a QWindow without a platform window is resized, emit changed signalShawn Rutledge2013-03-131-0/+5
* | | Fix sluggish resizing for opengl windows on X11Shawn Rutledge2013-03-132-4/+8
* | | Reorder for performance reasons.Sérgio Martins2013-03-132-2/+2
* | | postgresql driver: escape backslashes only when server requires itMark Brand2013-03-131-5/+33