summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when using QXmlInputSource with non opened QIODeviceShane Kearns2011-11-111-1/+2
* Fix parsing of #if defined expressionOlivier Goffart2011-11-111-2/+3
* Doc: Added more appropriate links to help reduce confusion.David Boddie2011-11-111-0/+2
* Removed include to qdatastream.h from qmetatype.hOlivier Goffart2011-11-101-4/+2
* Update V8Aaron Kennedy2011-11-1020-2807/+1796
* Fix Q_STATIC_ASSERT on MacJoão Abecasis2011-11-101-1/+1
* Updated Qt::InputMethodQuery documentationPekka Vuorela2011-11-101-7/+22
* Document QInputMethodQueryEvent classPekka Vuorela2011-11-102-10/+28
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-106-8/+8
* QTextEdit to use tentative commit instead of QInputPanel::commit()Pekka Vuorela2011-11-102-5/+25
* Implement partial tentativeCommit support in QTextEditPekka Vuorela2011-11-105-10/+36
* Add isDebugBuild() query function to QLibraryInfoaavit2011-11-102-16/+21
* Compile.Morten Sorvig2011-11-102-2/+7
* Propagate QTest::mouseEvent keyboard modifiers.Andrew den Exter2011-11-101-7/+7
* Remove unused MMX/3DNOW/SSE/SSE2/SSSE3/NEON custom compiler logicBradley T. Hughes2011-11-101-158/+0
* Fix build when QEGL_EXTRA_DEBUG is defined for debug outputJohannes Zellner2011-11-091-11/+11
* Adopt eglfs platform plugin to changed QEGLPlatformContext APIJohannes Zellner2011-11-091-2/+2
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-092-9/+5
* 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