summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not add QPF fonts to basic font dbJiang Jiang2011-11-151-1/+0
* Properly handle position in non-synthetic ConfigureNotify with xcbLaszlo Agocs2011-11-151-1/+18
* Document QPlatformInputContextPekka Vuorela2011-11-151-0/+84
* Fix for the button size calculation in qmessagebox.cppMikko Knuutila2011-11-141-1/+1
* Disable qmacstyle test on Mac OS XBradley T. Hughes2011-11-141-1/+1
* HTTP: blacklist server for pipeliningPeter Hartmann2011-11-141-0/+1
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-144-14/+88
* network: remove Symbian specific codePeter Hartmann2011-11-1428-3922/+12
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-144-3/+41
* Remove unused Mac codeJiang Jiang2011-11-141-5/+0
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-143-14/+30
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-142-6/+3
* Mac: Fix the color of check marks in menus with stylesheetTero Ahola2011-11-141-3/+7
* Added base 10 to be used with QIntValidator.Mikko Knuutila2011-11-141-1/+2
* Fixed wrong QGroupBox check stateMarkku Heikkila2011-11-141-0/+4
* Fix QDateEdit calendar pop-up having wrong datejahonkon2011-11-141-0/+2
* Windows platform plugin: Fix compilation with MinGW.Friedemann Kleint2011-11-141-2/+2
* Don't pass irrelevant arguments to the compilerBradley T. Hughes2011-11-141-12/+12
* Don't use deprecated functions on Mac OS XBradley T. Hughes2011-11-142-7/+7
* Update V8Kent Hansen2011-11-1412-26/+30
* Fix symbol fonts support with FT engineJiang Jiang2011-11-113-20/+6
* Fix application font loading in basic font dbJiang Jiang2011-11-111-5/+13
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-1127-111/+846
* Document QInputPanel APIJoona Petrell2011-11-111-0/+122
* Add a -force-asserts option to configureHarald Fernengel2011-11-111-3/+3
* Add API to clear the current index. Symmetric with clearing selection.Stephen Kelly2011-11-112-1/+10
* Make this API virtual to make selection proxying possible.Stephen Kelly2011-11-111-1/+1
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-1115-199/+366
* Prefer organizationDomain or CFBundleIdentifier for settings fileChris Meyer2011-11-111-0/+44
* Repaint QProgressBar when minimum or maximum changedTero Ahola2011-11-111-4/+10
* Fix QProgressBar causing timer event spamTero Ahola2011-11-112-23/+37
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* 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