summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-083-0/+140
* doc: Brush up QPaintEngine documentation for Qt 5Eskil Abrahamsen Blomfeldt2012-10-081-13/+10
* doc: Update Q*PaintDevice docsEskil Abrahamsen Blomfeldt2012-10-082-7/+7
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-082-64/+135
* qdoc: Simplification of target ref constructionMartin Smith2012-10-086-171/+188
* qdoc: Change to debug outputMartin Smith2012-10-081-1/+2
* qdoc: Change qdoc to use QML terminologyMartin Smith2012-10-081-1/+1
* qdoc: Adding a debug functionMartin Smith2012-10-084-0/+41
* fixing typo in compile fix for MSVC 2008Thomas Hartmann2012-10-081-1/+1
* Prevent crashing on screen deletion.Samuel Rødal2012-10-081-0/+2
* QApplication::palette missing Q_NO_USING_KEYWORD implementationThiago A. Correa2012-10-081-0/+4
* QSqlQuery::value string overloadThiago A. Correa2012-10-082-0/+19
* Cocoa: add qWarnining when trying to create 0 width/height CGImagesTeemu Katajisto2012-10-083-3/+18
* Cocoa: don't animate window transitions for 0 width/height windowsTeemu Katajisto2012-10-081-0/+9
* osx: support for QScreen changes at runtime, and physical dimensionsShawn Rutledge2012-10-083-21/+101
* QNX: Fix input lagThomas McGuire2012-10-081-0/+8
* QNX: Remove workaround for BPS bugThomas McGuire2012-10-081-25/+6
* QNX: Remove the busy loop work around for bps ignoring timeout bugSean Harmer2012-10-081-21/+41
* qpa: Fix rendering issue in blitter paint engineJulien Brianceau2012-10-081-4/+5
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* Constify QTableWidget::selectedItemsStephen Kelly2012-10-052-3/+3
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* Fix QSqlQuery::value to use proper index checkThiago A. Correa2012-10-051-1/+1
* Qt Network: Cleaned up documentation titlesJerome Pasion2012-10-051-6/+4
* Qt SQL: Cleaned up documentation group membership and brief desc.Jerome Pasion2012-10-051-5/+6
* Expose enabled state in mac accessibility.Frederik Gladhorn2012-10-051-0/+3
* QSqlTableModel::selectRow(): don't expand cache if there is no changeMark Brand2012-10-051-4/+26
* QSqlTableModel: record(row) must use virtual data()Mark Brand2012-10-051-3/+11
* QSqlTableModel: restore use of virtual setData() in setRecord()Mark Brand2012-10-051-5/+7
* QSqlTableModel: don't cache unchanged value in setData()Mark Brand2012-10-051-0/+6
* QMacStyle: use proper pimplJ-P Nurmi2012-10-053-47/+66
* Add docs to clarify and restrict what the LayoutChangeHint means.Stephen Kelly2012-10-051-0/+4
* QSqlTableModel: fix segfault when overriding selectRow()Mark Brand2012-10-051-9/+14
* Use slogger2 for logging on Blackberry instead of writing to stderrFabian Bumberger2012-10-043-5/+69
* Fix Windows mouse enter/leave event generationMiikka Heikkinen2012-10-042-24/+59
* Run per-QWindow native event filter for all events.Friedemann Kleint2012-10-041-8/+11
* Cocoa: fix regressions in cocoa filedialog helperTeemu Katajisto2012-10-041-6/+6
* Remove unused placeholder from qErrnoWarning().Friedemann Kleint2012-10-041-3/+3
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-2/+6
* Mac: Safely dispose of scrollbars temporary NSGraphicsContextGabriel de Dietrich2012-10-041-0/+3
* Windows: Append file suffix in save-dialog.Friedemann Kleint2012-10-041-1/+21
* CMake: Improve QT5_GET_MOC_FLAGS macroStephen Kelly2012-10-041-0/+4
* Update the window style when the modality changes on CocoaAndy Shaw2012-10-042-1/+8
* compile fix for MSVC 2008 and std::upper_boundThomas Hartmann2012-10-043-11/+35
* Return if header is 0.Frederik Gladhorn2012-10-041-0/+2
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-042-9/+17
* Accessibility: For app claim support for app iface.Frederik Gladhorn2012-10-031-0/+2
* Implement action de-marshalling.Frederik Gladhorn2012-10-031-2/+5
* Check for valid model and view in isValid for TableCells.Frederik Gladhorn2012-10-031-2/+3
* Make accessibility debug output optional.Frederik Gladhorn2012-10-034-57/+64