summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QGtkStyle: remove an unnecessary sanity check for theme nameJ-P Nurmi2012-09-221-4/+1
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-2214-160/+171
* Fix build under MinGW after 1e3269c0863bfac26be9e9239b6427ea77c6175bKonstantin Ritt2012-09-221-0/+2
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+2
* OpenGL: Add runtime check for OS X version and improve logicSean Harmer2012-09-211-4/+9
* Documentation fixes.Frederik Gladhorn2012-09-2112-126/+3
* Fix network doc links.Frederik Gladhorn2012-09-215-15/+16
* Fix doc errors.Frederik Gladhorn2012-09-212-2/+2
* Move examples to proper location.Frederik Gladhorn2012-09-211-0/+43
* Move opengl/wid/net example docs to proper folders.Frederik Gladhorn2012-09-217-2029/+17
* Clarify valueChanged() signals' docs in QSpinBox and QDoubleSpinBox.Mitch Curtis2012-09-211-12/+15
* Document that date/time formats without separators are unsupported.Mitch Curtis2012-09-211-3/+3
* Fix regression in QAbstractScrollAreaJens Bache-Wiig2012-09-211-1/+1
* Add comments to document the internals of QMutexOlivier Goffart2012-09-212-4/+54
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-2121-225/+212
* move syncqt call to qt_module_headers.prfOswald Buddenhagen2012-09-211-0/+13
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-203-20/+2
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-201-10/+10
* Do not refer to non-existant member in QSurfaceFormat docsLaszlo Agocs2012-09-201-2/+2
* Cocoa GL context: do not crash when closing windowsLaszlo Agocs2012-09-201-2/+2
* Load Mac specific resources when used in a static buildAndy Shaw2012-09-201-0/+7
* printsupport: Include own headers firstSergio Ahumada2012-09-192-2/+4
* dbus: Include own headers firstSergio Ahumada2012-09-197-8/+10
* Remove casting of QStyleOptionViewItems to set data.Stephen Kelly2012-09-191-8/+1
* Rotate non maximized windowsRafael Roquetto2012-09-192-1/+114
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-1971-200/+197
* don't require a fake qconfig.h for the configure bootstrapOswald Buddenhagen2012-09-191-1/+1
* remove mentions of borland from project filesOswald Buddenhagen2012-09-196-13/+4
* Fix typo in docs.Frederik Gladhorn2012-09-191-1/+1
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-09-193-1/+18
* Fixed potential use of uninitialized variable in qgl.cppSamuel Rødal2012-09-191-1/+1
* Split the qt_message_output function in twoThiago Macieira2012-09-191-31/+74
* QFileInfoGatherer: remove unused members userId/groupIdMarc Mutz2012-09-192-7/+0
* QFileInfoGatherer: fix race conditions pt.1: abortMarc Mutz2012-09-192-24/+15
* QVarLengthArray: provide STL-compatible member function namesMarc Mutz2012-09-192-0/+50
* OpenGL: Make use of the requested version and profile in QGLWidgetSean Harmer2012-09-191-0/+3
* OpenGL: Add flags and logic for newer versions of OpenGL in QGLFormatSean Harmer2012-09-192-2/+29
* OpenGL: Request latest GL version when using QGLTemporaryContextSean Harmer2012-09-191-0/+7
* Make QTimer::singleShot take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-192-7/+7
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-198-11/+16
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-1915-40/+67
* sql: Include own headers firstSergio Ahumada2012-09-193-5/+5
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-184-4/+14
* Core: Fix gcc warning about signed/unsigned integer comparisonKai Koehne2012-09-181-1/+1
* Network: Fix mingw-gcc warningKai Koehne2012-09-181-1/+1
* Network: Fix gcc warning about qDebug formatKai Koehne2012-09-181-1/+1
* QElapsedTimer: Fix typo in restart() documentationJonathan Liu2012-09-181-1/+1
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-186-2/+63
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-186-67/+263
* Disable SSL compression by default.Richard Moore2012-09-182-3/+5