summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed CE build of sqlite3Bjoern Breitmeyer2013-05-231-0/+4
* update bundled sqlite to 3.7.17.0Mark Brand2013-05-233-463/+2901
* Fix clipping of QTextList decorators.Leonard Lee2013-05-231-1/+14
* Process initial expose events immediately.Morten Johan Sørvig2013-05-231-0/+1
* Fix the Mac build on 32bit with c++11Jocelyn Turcotte2013-05-231-8/+8
* Windows: Pass auto-fixed window flags to shouldShowMaximizeButton().Friedemann Kleint2013-05-231-4/+3
* Suppress "Click to focus" for widget windows.Friedemann Kleint2013-05-231-2/+2
* Observe initial screen for fullscreen windows.Friedemann Kleint2013-05-232-4/+8
* Clear QWindowPrivate::positionAutomatic in setFramePosition().Friedemann Kleint2013-05-231-0/+1
* QGLWidget: Support retina framebuffer grabbingGabriel de Dietrich2013-05-231-3/+4
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-2310-16/+82
* Made the X11 eglfs hooks provide mouse input.Samuel Rødal2013-05-232-3/+159
* Cocoa: Make sure main window gets focus after closing modal dialogGabriel de Dietrich2013-05-231-3/+15
* QFusionStyle: fix highlight colorsJ-P Nurmi2013-05-232-3/+3
* QPrintPreviewDialog: Prevent changing of page in resize handling.Friedemann Kleint2013-05-231-0/+2
* Cocoa: Remove "Incomplete implementation" compilation warningGabriel de Dietrich2013-05-231-1/+1
* A Dialog should not hide when the application is deactivatedShawn Rutledge2013-05-231-1/+3
* Do not call g_type_init() with GLib >= 2.36Dmitry Shachnev2013-05-221-0/+4
* Fixed XCB build with -no-openglSamuel Rødal2013-05-221-1/+3
* Fixed crash associated with reparenting a QGLWidgetSamuel Rødal2013-05-223-4/+13
* Android: Fix crash when using QBackingStorePaul Olav Tvete2013-05-223-1/+21
* QNX: Fixed build of QPA pluginBernd Weimer2013-05-221-1/+1
* Fix compiler warning about deprecated APIKai Koehne2013-05-221-0/+10
* Fusion palette: add missing disabled rolesJ-P Nurmi2013-05-221-0/+2
* Ignore mouse enter/leave on non-exposed windowsShawn Rutledge2013-05-221-1/+2
* apply standard behaviorMaurice Kalinowski2013-05-211-1/+1
* Fix linuxfb plugin when fb offset is present.Michael Brasser2013-05-201-4/+5
* Make CMake not fail if EGL is not found.Stephen Kelly2013-05-201-2/+6
* Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-205-29/+72
* mark private dependencies as suchOswald Buddenhagen2013-05-2010-11/+11
* remove redundant QT statementsOswald Buddenhagen2013-05-202-3/+0
* make sure that dependencies added by the pri files become visibleOswald Buddenhagen2013-05-201-2/+2
* qdoc: Brief attribute was written incorrectlyMartin Smith2013-05-201-3/+15
* Doc: Remove widgets examples from Qt Print Support documentationTopi Reinio2013-05-204-8/+36
* restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-203-8/+74
* iOS: fix bug when reporting the screen position of touch eventsRichard Moe Gustavsen2013-05-201-8/+8
* Fix QEventDispatcherBlackberry build when debug is onRafael Roquetto2013-05-201-0/+1
* QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-1/+1
* Only call QA::updateAccessibility() if the "control owner" is a QWidgetJan Arve Saether2013-05-201-2/+2
* QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-1/+1
* Never show EGLFS mouse cursor in Qt for Android platform pluginEskil Abrahamsen Blomfeldt2013-05-204-9/+11
* Make QRgb-related functions constexprGiuseppe D'Angelo2013-05-201-9/+9
* moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-2/+2
* Fix QLocalePrivate object leakingjian liang2013-05-201-1/+1
* Fix ambiguity in shortcut matchingGatis Paeglis2013-05-201-10/+13
* moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+5
* Add BypassWinowManagerHintJørgen Lind2013-05-202-1/+8
* xcb: fallback to gtk cursor themesJørgen Lind2013-05-202-24/+98
* Add QXcbConnectionGrabber classJørgen Lind2013-05-203-2/+30
* Introduce QXcbXSettingsJørgen Lind2013-05-207-2/+372