summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add API to let applications integrate with the system fontsAleix Pol2013-07-056-11/+102
* Key mappings for more remote-control keysAllan Sandfeld Jensen2013-07-055-0/+48
* xcb XI2: simplify and generalize tablet detectionShawn Rutledge2013-07-053-99/+74
* QColorDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-07-053-26/+47
* QTableView::sizeHintForRow minor fix of word wrap in a special caseThorbjørn Martsum2013-07-041-1/+10
* QTableView::sizeHintForRow move word wrap into heightHintForIndexThorbjørn Martsum2013-07-042-15/+8
* Implement system locale for AndroidEskil Abrahamsen Blomfeldt2013-07-046-3/+257
* Add WACOM tablet support for Windows.Friedemann Kleint2013-07-045-5/+653
* XCB: Fix warning about unhandled enumeration values.Friedemann Kleint2013-07-041-0/+2
* Add Q_OS_OSX and update the documentation to reflect usage intent.Jake Petroules2013-07-042-9/+12
* QStyle - tooltip - add wakeDelay and sleepDelay as styleHintsThorbjørn Martsum2013-07-034-3/+24
* Add a way to test if an OpenGL context has the fixed function pipeline availableGiuseppe D'Angelo2013-07-022-1/+10
* Fix documentation of the QOpenGLFunctions::OpenGLFeature enumGiuseppe D'Angelo2013-07-021-2/+2
* Revert "Fix QUrl::topLevelDomain(QUrl::FullyDecoded)"Thiago Macieira2013-07-021-2/+1
* QNX: Fix invalid screen size when attaching a second displayFabian Bumberger2013-07-021-0/+6
* Let qdbusxml2cpp generate code that compiles: no '-' in variable names.David Faure2013-07-011-0/+4
* QDBus: improve error handling, to give the developer feedback.David Faure2013-07-016-28/+43
* Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-011-1/+2
* QNetworkConfiguration: add public member bearerTypeFamily()Peter Hartmann2013-06-282-3/+72
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-2850-211/+315
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2750-211/+315
| |\
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-2712-80/+138
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2512-80/+138
| | | |\
| | | | * install qconfig.h into framework bundlesOswald Buddenhagen2013-06-251-1/+4
| | | | * Update for the newest Darwin-family operating systems.Jake Petroules2013-06-253-5/+18
| | | | * Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
| | | | * Use BSD licensing for QtOpenGLExtensions instead of LGPLJonathan Liu2013-06-242-52/+50
| | | | * Widgets: Set qt_button_down for each press.Friedemann Kleint2013-06-241-1/+1
| | | | * Fix missing shortcuts for WindowContainersJørgen Lind2013-06-212-18/+58
| | | | * Fix missing focus events for mapped child windowsJørgen Lind2013-06-211-2/+2
| | | | * Android: handle keyboard connect/disconnectPaul Olav Tvete2013-06-211-1/+1
| | * | | Accessibility: Fix crash in tst_qmdisubwindow.Friedemann Kleint2013-06-261-2/+3
| | * | | Mac/XCB/Windows: Fix initial setting of window icons.Friedemann Kleint2013-06-263-0/+6
| | * | | Windows XP: Fix directory chooser dialog.Friedemann Kleint2013-06-261-3/+4
| | * | | QMacStyle: fix auto-default button animationJ-P Nurmi2013-06-262-8/+17
| | * | | QtPrintSupport: Initialize UI of widget-based dialog.Friedemann Kleint2013-06-263-6/+4
| | * | | Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11
| | |/ /
| | * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-2515-44/+60
| | |\ \
| | | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2015-44/+60
| | | |\|
| | | | * QFactoryLoader: Release unused libraries.Friedemann Kleint2013-06-181-1/+6
| | | | * Remove unused member QFactoryLoaderPrivate::keyList.Friedemann Kleint2013-06-181-9/+3
| | | | * Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-174-4/+12
| | | | * OSX: Disable window restoration for the Mac color panelShawn Rutledge2013-06-151-0/+5
| | | | * Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-152-8/+8
| | | | * OSX color dialog can be accepted repeatedlyShawn Rutledge2013-06-151-0/+1
| | | | * network requests: do not access 1st byte of empty byte arrayPeter Hartmann2013-06-151-1/+2
| | | | * Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-3/+4
| | | | * fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-142-12/+12
| | | | * Widgets: Do not create QWindow in createTLExtra().Friedemann Kleint2013-06-142-4/+5
| | | | * Fix another type of crash when dragging QDockWidget in and outShawn Rutledge2013-06-131-1/+1