summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-03-201-1/+1
* Allow specification of a namespace for modules under test.Stephen Kelly2013-03-201-1/+6
* Rename the qtinclude variable to qtclass.Stephen Kelly2013-03-201-4/+4
* Added configuration environment variables for evdev input plugins.Libor Tomsik2013-03-204-4/+21
* 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
* 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-191-0/+3
* Fix missing glyphs for large fontsEskil Abrahamsen Blomfeldt2013-03-191-8/+18
* Make the qtbase cmake tests work without the Widgets module.Stephen Kelly2013-03-181-0/+4
* 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
* Remove the usage of undefined QFontDatabase::WritingSystemLiang Qi2013-03-151-8/+0
* 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-1312-33/+101
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-0812-33/+101
| |\
| | * Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-074-18/+24
| | * Correct QLocale(const QString &) documentation.Mitch Curtis2013-03-071-2/+2
| | * 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
| | * Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-03-061-2/+3
| | * Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-065-9/+56
* | | 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
* | | ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-03-131-1/+1
* | | Fix for Sql query aliases with dotsMarko Kangas2013-03-131-2/+1
* | | QProcess/Win: do not treat all negative exit codes as crashJoerg Bornemann2013-03-131-2/+2
* | | Fix size of HB_FontRec in qharfbuzz_copy_p.hJosh Faust2013-03-131-1/+12
* | | Test that the ConfigVersion.cmake files work.Stephen Kelly2013-03-131-2/+2
* | | Compile when EGL headers are located in non-standard locationGunnar Sletta2013-03-121-0/+1
|/ /
* | qdoc: Initialize an uninitialized variableMartin Smith2013-03-071-7/+9
* | Update the documentation for C++11 initializer lists supportLaszlo Papp2013-03-073-3/+6
* | QIcon: ensure that QIconLoader is initializedDmitry Shachnev2013-03-061-0/+1
* | Mac: Fix inactive window appearanceGabriel de Dietrich2013-03-062-24/+17