summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QVariant: Fix MSVC compiler warning about unused variable null.Friedemann Kleint2011-11-091-2/+1
* Remove unnecessary variable self-assignmentBradley T. Hughes2011-11-091-2/+0
* Un-internalized QDBusServerPekka Vuorela2011-11-091-1/+0
* Cocoa: Implement mouse and keyboard grab.Morten Sorvig2011-11-092-3/+53
* Widgets: Remove dialog functionality from QGuiPlatformPlugin.Friedemann Kleint2011-11-094-129/+10
* [optimization] QVariants comparisonJędrzej Nowacki2011-11-091-2/+2
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-094-4/+12
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-095-718/+491
* Implement QMetaTypeSwitcher.Jędrzej Nowacki2011-11-092-1/+103
* Add QTypeModuleInfo template classJędrzej Nowacki2011-11-092-1/+118
* Refactor QMetaType types.Jędrzej Nowacki2011-11-093-163/+155
* Widgets: Remove remains of Windows file dialog.Friedemann Kleint2011-11-084-1225/+2
* QGlobal: Define a default message handlerAurindam Jana2011-11-081-16/+26
* QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-083-3/+8
* Avoid double initialize of platform font databaseJiang Jiang2011-11-081-1/+0
* SSL: blacklist intermediate certificates that issued weak certsPeter Hartmann2011-11-081-0/+3
* Cocoa cursor support: Add QCocoaCursor.Morten Sorvig2011-11-086-523/+375
* Widgets: Use QPlatformDialogHelper in QColorDialog/QFontDialog.Friedemann Kleint2011-11-085-25/+26
* Add Q_DECLARE_PRIVATE equivalent for QDir, to be able to subclass itDavid Faure2011-11-084-15/+33
* QPainterPath: Fix copy constructor again.Charles Yin2011-11-081-1/+1
* Fix subpixel positioning supportJiang Jiang2011-11-089-42/+27
* Implement QRegion::isNullJędrzej Nowacki2011-11-082-0/+16
* QPainterPath: Fix copy constructor.Friedemann Kleint2011-11-071-1/+1
* Bump QCoreApplicationPrivate::app_compile_version to 0x050000Bradley T. Hughes2011-11-072-7/+6
* symbian epoc root code removedJoerg Bornemann2011-11-072-18/+0
* Fix QQuickTextInput implicit width.Andrew den Exter2011-11-071-1/+2
* SSL certificates: add functionality to read extensionsRichard Moore2011-11-069-12/+628
* Reinstate and deprecate the two argument QMetaType::constructKevin Simons2011-11-051-0/+4
* QLineEdit - made mouse interactions commit preeditPekka Vuorela2011-11-055-16/+83
* Fix broken indendation with hard tabsPekka Vuorela2011-11-051-4/+4
* Support tentative commit string with input method.Pekka Vuorela2011-11-055-5/+60
* QTextEdit - mouse events to override input contextPekka Vuorela2011-11-052-100/+121
* Allow disabling FreeType internal cacheJiang Jiang2011-11-052-155/+112
* Fix a warning in QGlyphRun compilationJiang Jiang2011-11-051-0/+1
* Restore subpixel rendering support with fontconfig and FreeTypeJiang Jiang2011-11-052-7/+35
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-044-8/+13
* Added -datatags option to QTestLibJo Asplin2011-11-043-0/+92
* Fix usage of QtConcurrent headers with -Wshadow -WerrorDavid Faure2011-11-041-2/+2
* Windows: Add dialog helpers for native dialogs.Friedemann Kleint2011-11-049-0/+1506
* Revert "Avoid fontconfig access in fontEngine creation"Jiang Jiang2011-11-042-25/+43
* Improve QtGui start-up time and memory use.Samuel Rødal2011-11-043-61/+98
* Revert "Use standard spelling for two languages"Lars Knoll2011-11-042-49/+49
* QStandardPaths: add DownloadLocation.David Faure2011-11-045-3/+13
* Do not put cursor at non-stop character positionsJiang Jiang2011-11-041-0/+3
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-11-043-5/+12
* Use standard spelling for two languagesJiang Jiang2011-11-042-49/+49
* QWidgets: Delayed creation of the QPlatformDialogHelper.Friedemann Kleint2011-11-044-41/+52
* Add QT_MODULE(Gui) macroSergio Ahumada2011-11-031-0/+2
* QtGui: Fix compilation with gcc 4.4Friedemann Kleint2011-11-036-52/+101
* Fixed returned geometry of toplevel child widgetsOliver Wolff2011-11-031-11/+9