summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Windows: More fine-grained paint event handling.Friedemann Kleint2011-10-273-5/+15
* Fixed resource leak when setting QProgressBar style sheetTero Ahola2011-10-271-1/+2
* Initial support for MeeGo's input method serverSimon Hausmann2011-10-279-0/+1267
* Add default actions to QAccessibleWidget.Frederik Gladhorn2011-10-277-37/+59
* Native file dialog support for MacMorten Sorvig2011-10-2718-74/+1171
* Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.Thiago Macieira2011-10-271-1/+15
* Cocoa: Set correct child window geometry.Morten Sorvig2011-10-274-31/+14
* Cocoa: Implement propagateSizeHints.Morten Sorvig2011-10-274-0/+28
* Fix spellingMorten Sorvig2011-10-261-2/+2
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-265-50/+50
* Windows: Fix Open GL formats.Friedemann Kleint2011-10-264-91/+156
* Revert "Use memmove in QListData::append(int) as regions overlap."Oswald Buddenhagen2011-10-261-1/+1
* Implement child instead of navigate in QAccessibleMainWindow.Frederik Gladhorn2011-10-262-14/+11
* QtPrintSupport: Remove Q_WS_QPA, qpa sections from .pro files.Friedemann Kleint2011-10-268-50/+29
* Remove unnecessary sources from the bootstrap libraryBradley T. Hughes2011-10-251-7/+0
* Silence warning from clangBradley T. Hughes2011-10-251-2/+2
* Remove the QT_MOBILITY_BEARER macro.Xizhi Zhu2011-10-251-8/+4
* Readded PrintSupport for WindowsOliver Wolff2011-10-2517-85/+436
* Update readme about xcb plugin dependenciesLaszlo Agocs2011-10-251-0/+3
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-2515-279/+28
* QNAM: make systemProxyForQuery respect http_proxyArvid Ephraim Picciani2011-10-251-2/+29
* Sanitize QAccessible includes.Frederik Gladhorn2011-10-254-5/+5
* Compile with clangBradley T. Hughes2011-10-241-5/+6
* Improve drawing scaled image with raster using SSE2Olivier Goffart2011-10-243-22/+153
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-246-10/+6
* Network - Add QHostAddress::isLoopback API.Shane Kearns2011-10-242-0/+24
* QIODevice - disallow setTextMode when not openShane Kearns2011-10-241-0/+6
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-2424-250/+44
* Keep Multi font engine in QFontCacheJiang Jiang2011-10-243-7/+16
* Allow commiting and then reusing a QTouchEventSequence for testing.Michael Brasser2011-10-241-20/+33
* Remove legacy Symbian code from qtestlib.Jason McDonald2011-10-246-71/+8
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-242-2/+2
* Remove QAccessibleWidgetPrivate inheritance of QAccessibleFrederik Gladhorn2011-10-231-3/+3
* Deprecate QDesktopServices::storageLocation/displayNameDavid Faure2011-10-232-13/+17
* Make some qtestlib headers private.Jason McDonald2011-10-2313-35/+92
* Remove "duplicate objective-c class" warning.Morten Sorvig2011-10-231-0/+5
* Cocoa: clean up compiler warnings.Morten Sorvig2011-10-237-35/+19
* Rename storageLocation() to writableLocation().David Faure2011-10-236-15/+15
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-235-7/+42
* Add QStandardPaths::findExecutable.David Faure2011-10-233-14/+92
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-235-74/+297
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-2312-435/+701
* QWindow: Re-create platform window only if screen actually changes.Friedemann Kleint2011-10-221-6/+10
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-224-5/+23
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-222-2/+2
* Compile with clangBradley T. Hughes2011-10-221-2/+2
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-222-26/+19
* Off-by-one error in assert condition...João Abecasis2011-10-211-1/+1
* Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6João Abecasis2011-10-211-14/+0
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-211-50/+34