summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Implement better handling of QML property groupsMartin Smith2013-07-1122-670/+681
* Cocoa: Remove references to CMProfileRef and related APIsGabriel de Dietrich2013-07-102-33/+3
* QSizePolicy - add retainSizeWhenHiddenThorbjørn Lund Martsum2013-07-1011-7/+217
* Cocoa color dialog: Make sure hide() exits the modal sessionGabriel de Dietrich2013-07-101-1/+8
* QListWidget - iterator fix in QListModel::ensureSortedThorbjørn Martsum2013-07-091-0/+4
* Rename a few QSignalSpy variables to match what they are spyingTor Arne Vestbø2013-07-081-15/+15
* QUrl: add RemoveFilename to UrlFormattingOptions.David Faure2013-07-083-13/+31
* QUrl: add "QUrl adjusted(options)" convenience method.David Faure2013-07-083-9/+65
* Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-064-9/+12
* Add API to let applications integrate with the system fontsAleix Pol2013-07-057-12/+115
* 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
* Make sure libgnustl_shared.so is deployed along with Qt libsEskil Abrahamsen Blomfeldt2013-07-041-0/+1
* Make sure activity is closedEskil Abrahamsen Blomfeldt2013-07-041-0/+1
* Make sure main application library is loadedEskil Abrahamsen Blomfeldt2013-07-041-0/+1
* Update native functions to match signature in platform pluginEskil Abrahamsen Blomfeldt2013-07-041-4/+9
* 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
* Xcode: Fix defines in OTHER_C/CPLUSPLUSFLAGS for project file outputTor Arne Vestbø2013-07-032-5/+11
* Xcode: Fix string quoting to match ASCII plist formatTor Arne Vestbø2013-07-031-20/+60
* QStyle - tooltip - add wakeDelay and sleepDelay as styleHintsThorbjørn Martsum2013-07-035-6/+80
* 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
* macx-xcode: Use correct replacement key for bundle identifierTor Arne Vestbø2013-07-021-1/+1
* Revert "Fix QUrl::topLevelDomain(QUrl::FullyDecoded)"Thiago Macieira2013-07-022-4/+2
* 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-012-1/+5
* QDBus: improve error handling, to give the developer feedback.David Faure2013-07-016-28/+43
* Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-012-2/+4
* Add the same flags for the c++ compiler as they are already defined for the c...Wolfgang Bremer2013-07-011-0/+1
* QNetworkConfiguration: add public member bearerTypeFamily()Peter Hartmann2013-06-283-3/+95
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-2889-418/+763
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2789-418/+763
| |\
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-2719-154/+223
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2519-154/+223
| | | |\
| | | | * install qconfig.h into framework bundlesOswald Buddenhagen2013-06-251-1/+4
| | | | * fix bundled header creation for debug buildsOswald Buddenhagen2013-06-251-10/+8
| | | | * disable non-framework header install also for debug buildsOswald Buddenhagen2013-06-251-1/+1
| | | | * install private headers into frameworksOswald Buddenhagen2013-06-252-1/+8
| | | | * don't needlessly do QMAKE_BUNDLE_DATA+=FRAMEWORK_HEADERSOswald Buddenhagen2013-06-251-1/+1
| | | | * un-nest conditionalsOswald Buddenhagen2013-06-251-3/+1
| | | | * mac framework build: always set QMAKE_FRAMEWORKPATHOswald Buddenhagen2013-06-251-3/+1
| | | | * Update for the newest Darwin-family operating systems.Jake Petroules2013-06-253-5/+18
| | | | * Fixed testbuild with QT_NO_CURSORBjoern Breitmeyer2013-06-251-2/+11
| | | | * Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4