summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace (un)checkAction with toggleAction (1/3)Jan-Arve Saether2012-05-222-0/+14
* QTextEngine: minor clean-upKonstantin Ritt2012-05-221-9/+14
* QWidgetWindow: handle ShortcutOverride eventsBradley T. Hughes2012-05-221-0/+1
* directfb: Handle focus, close and geometry change eventsHolger Hans Peter Freyther2012-05-222-0/+32
* directfb: Expose the window when it becomes visibleHolger Hans Peter Freyther2012-05-221-2/+4
* Clean up Raspberry Pi specDonald Carr2012-05-221-0/+1
* Prevent infinite loops by handling all ZLIB errorsShane Kearns2012-05-211-5/+4
* Windows/MinGW: Fix warnings about missing enumeration values.Friedemann Kleint2012-05-212-0/+2
* QNX: Take orientation into account when reporting physical sizeSean Harmer2012-05-211-3/+8
* QNX: Implement the QPlatformScreen::orientation() functionSean Harmer2012-05-212-2/+19
* input: Synchronize multiple mice handled through evdevmouse pluginJohannes Zellner2012-05-214-32/+54
* QCssParser: Remove temporary structure storing QIcon data.Friedemann Kleint2012-05-213-51/+28
* QWindowsBackingStore: Implement scroll.Friedemann Kleint2012-05-212-0/+15
* Make QStringLiteral always choke on non-literalsThiago Macieira2012-05-211-1/+1
* Fix QtDBus compilation for -qconfig largeTasuku Suzuki2012-05-211-0/+4
* Remove a line of garbageLaszlo Agocs2012-05-211-3/+1
* QRegularExpression: Fix warnings about deprecated tr()-function.Friedemann Kleint2012-05-211-2/+2
* QNetworkReplyHttpImplPrivate::migrateBackendMartin Petersson2012-05-211-29/+2
* Cocoa: Fix memory leak in the accessibility code.Morten Johan Sorvig2012-05-211-0/+1
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-214-5/+23
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-211-0/+12
* Don't create QBackingStore for QDesktopWidgetGirish Ramakrishnan2012-05-211-1/+1
* Fix MSVC warnings about struct/class mismatch for dynamic metaobjects.Friedemann Kleint2012-05-211-1/+1
* Elaborate QUrl::toString() documentation.Leonard Lee2012-05-211-0/+2
* Get rid of ambiguous overload for xgetbv.Jan-Arve Saether2012-05-211-2/+2
* qdoc: Write <qmlinheritedby> before <qmlinstantiates>Martin Smith2012-05-211-1/+1
* Input: evdevmouse plugin cleanupJohannes Zellner2012-05-212-22/+13
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-215-40/+49
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-213-8/+8
* Cocoa implementation of QPA menu interface.James Turner2012-05-1920-256/+1217
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-1916-191/+348
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-195-3/+8
* Adding QPlatformTheme support for Blackberry devices.Sean Harmer2012-05-197-2/+306
* QNX: Special case z-ordering of the QDesktopWidget windowSean Harmer2012-05-191-1/+11
* Compile fix: Do not rely on __cpuidex() for msvc2008Jan-Arve Saether2012-05-191-4/+5
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-1/+1
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-181-5/+0
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-187-72/+51
* QIcon: move back to QtGuiOlivier Goffart2012-05-1828-64/+91
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-185-67/+37
* Use QMetaType API directly instead of going through QVariant.Jędrzej Nowacki2012-05-181-4/+4
* Fix backingstore crash with QAxWidgetsMiikka Heikkinen2012-05-182-5/+4
* eglfs: hooks can never be nullGirish Ramakrishnan2012-05-181-8/+4
* eglfs: Add support for cursor hotspotsGirish Ramakrishnan2012-05-184-14/+69
* qdoc: Report multiple QML property docssMartin Smith2012-05-183-20/+75
* Merge two simple version of translate() functions for QT_NO_TRANSLATIONTasuku Suzuki2012-05-181-13/+0
* Make the windows socket handle non inheritableShane Kearns2012-05-181-1/+23
* Fix FreeType glyph caching for high resolutionJiang Jiang2012-05-182-21/+25
* QMetaObject::activate() overload that doesn't require a metaobjectAaron Kennedy2012-05-182-0/+8
* Avoid qobject_castAaron Kennedy2012-05-181-1/+2