summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac: QComboBox wouldn't receive mouse events when shown within a modal dialogGabriel de Dietrich2012-10-031-0/+4
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-1/+5
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-0310-68/+300
* Fix issue with mispositioned family name i QFontComboBoxEskil Abrahamsen Blomfeldt2012-10-031-1/+12
* Fix QTextBoundaryFinder assignment operatorKonstantin Ritt2012-10-031-6/+15
* Introducing the PlatformPanel event type.Sergio Martins2012-10-038-4/+48
* Change Q_ASSERT to warnings and returns for the menu classesAndy Shaw2012-10-033-10/+42
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-95/+173
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-2/+3
* Add Q_UNREACHABLE / Q_ASSERT to two conditions that can't happenThiago Macieira2012-10-021-1/+7
* Move QUrlPrivate to qurl.cpp and mark all methods as inlineThiago Macieira2012-10-022-126/+125
* Change QUrlPrivate::setAuthority to return voidThiago Macieira2012-10-022-4/+4
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-1/+0
* Update QUrlPrivate::setScheme: EmptySchemeError never happensThiago Macieira2012-10-022-8/+5
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-022-21/+56
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-5/+4
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-022-13/+59
* Fix DIB image reading.Friedemann Kleint2012-10-021-1/+4
* fix #includesMark Brand2012-10-021-1/+2
* Remove Cleanlooks as a dependency of QGtkStyleJens Bache-Wiig2012-10-025-96/+694
* Set CWD when launched from Finder.Morten Johan Sorvig2012-10-022-1/+17
* Cocoa: add missing auto release poolsRichard Moe Gustavsen2012-10-021-0/+4
* Cocoa: bugfix staysOnTopFlag in combination with transient parentRichard Moe Gustavsen2012-10-021-15/+8
* Fix a crash with xcb on 64bit systems when hitting any key.Jocelyn Turcotte2012-10-024-38/+138
* Stop delivering messages when drop has occurred.Gatis Paeglis2012-10-022-1/+7
* Retrieve drop data with a proper timestampGatis Paeglis2012-10-024-4/+8
* Ensure that QDrag is set correctly at all times.Gatis Paeglis2012-10-021-5/+7
* Fixed xdnd protocol-version detection codeGatis Paeglis2012-10-021-3/+3
* Don't let mimeData return 0.Gatis Paeglis2012-10-021-12/+25
* Fix filter regular expression for native Windows file dialog.Friedemann Kleint2012-10-021-1/+1
* OpenGL: Propagate version and profile from QSurfaceFormat to QGLFormatSean Harmer2012-10-021-0/+2
* Forward the layout change hint through QSortFilterProxyModel.Stephen Kelly2012-10-022-20/+20
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-022-4/+4