summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect check for error when monitoring a path using inotify.Robin Burchell2012-01-211-1/+1
* remove obsolete codec plugin loading codeMark Brand2012-01-2010-362/+5
* cosmetic adjustments for files moved to core/codecsMark Brand2012-01-2017-44/+143
* update private header referencesMark Brand2012-01-2011-13/+13
* move plugin text codecs to QtCoreMark Brand2012-01-2029-665/+22
* build and load text codecs regardless of iconv and platformMark Brand2012-01-202-30/+22
* QFileInfo autotest - don't fail on default configured windows systemsShane Kearns2012-01-201-0/+13
* QPA/windows example: Fix positioning for virtual desktops.Friedemann Kleint2012-01-201-0/+4
* fix whitespaceMark Brand2012-01-201-17/+16
* Add atomic implementation for Native Client.Morten Johan Sorvig2012-01-204-2/+258
* Fix cursor disappearance in QLineEdit on Mac when deleting all textPasi Matilainen2012-01-201-1/+1
* make tst_QProcess::softExitInSlots pass in under 120 secondsJoerg Bornemann2012-01-201-3/+24
* Fix glyphsEnd range checkJiang Jiang2012-01-201-2/+5
* Windows: Work on QPlatformScreen implementation.Friedemann Kleint2012-01-208-38/+239
* uic: Add translation-attributes to string list properties.Friedemann Kleint2012-01-205-22/+106
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-205-11/+19
* Introducing QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-01-2012-5/+1609
* Remove QBool and use bool instead.David Faure2012-01-2016-146/+57
* Docs: Fix typo in the QWindow class documentationAnselmo L. S. Melo2012-01-201-1/+1
* Allow generic plugins to set defaults for window system propertiesSimon Hausmann2012-01-201-2/+2
* Add support for platform plugin specific event filters.Simon Hausmann2012-01-208-69/+147
* Add a string hash implementation similar to the one in Java.Robin Burchell2012-01-203-0/+41
* Change visibility of eventFilter().Robin Burchell2012-01-201-3/+1
* Add Contact: information in the license headerBradley T. Hughes2012-01-202-0/+2
* Silence warning from clangBradley T. Hughes2012-01-201-2/+4
* Use Q_FOREVER instead of foreverBradley T. Hughes2012-01-201-2/+2
* Add the new QBasicAtomicXXX implementation - no backends yetThiago Macieira2012-01-205-3/+449
* Expect tst_QTreeView::editTriggers() failure on Mac OS XBradley T. Hughes2012-01-201-0/+3
* Expect tst_QColumnView::moveCursor() failure on Mac OS XBradley T. Hughes2012-01-201-0/+3
* Expect tooltip related test failures on Mac OS XBradley T. Hughes2012-01-203-0/+15
* Ignore failures from tst_QWidget_window on Mac OS XBradley T. Hughes2012-01-201-0/+7
* Compile.Morten Johan Sorvig2012-01-205-87/+9
* Remove warning and automagic for "missing QT += quick"Kent Hansen2012-01-191-9/+0
* fix case of included windows headersMark Brand2012-01-193-5/+5
* fix cross building mingw: doesn't need to pass qpa testMark Brand2012-01-191-1/+1
* Remove the useless connManager() function.Xizhi Zhu2012-01-191-13/+8
* Remove Q_CC_MWERKS.Robin Burchell2012-01-196-46/+5
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-195-44/+4
* Remove QDir::convertSeparators()Lars Knoll2012-01-195-19/+7
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-1910-968/+32
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-1916-22/+22
* Cleanup: No need to have two code paths that both return Unrelated.Jan-Arve Saether2012-01-192-11/+0
* Add "nswindow" resource to the Cocoa native interface implementationBradley T. Hughes2012-01-192-6/+13
* Remove the tst_QWidget::retainHIView() testBradley T. Hughes2012-01-193-118/+0
* Prevent menubar related crashesBradley T. Hughes2012-01-191-8/+8
* remove NTFS junction and mount point detectionJoerg Bornemann2012-01-191-5/+7
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-194-25/+12
* Fix compiler warnings in Qt Network.Friedemann Kleint2012-01-192-3/+4
* Disable 'make check' for tst_QWidget on Mac OS XBradley T. Hughes2012-01-191-0/+2
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/otherBradley T. Hughes2012-01-193-8/+8