summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the compat handleWheelEvent function.Morten Johan Sorvig2012-03-191-1/+1
* Set RPATH_FLAGS on Mac tooLincoln Ramsay2012-03-191-0/+2
* Fixed benchmarks to work from install directoryKurt Korbatits2012-03-1918-32/+104
* Make copy and assign private for QAccessibleEvent.Frederik Gladhorn2012-03-183-27/+48
* configure: Fix iconv detectionGirish Ramakrishnan2012-03-181-1/+1
* Cocoa: Fix function key handlingBradley T. Hughes2012-03-181-7/+11
* Fix shortcut handling in the Cocoa pluginBradley T. Hughes2012-03-181-25/+26
* Win32: Compile qmake when shadow-buildingMarius Storm-Olsen2012-03-181-1/+1
* Add new test cases to tst_QMetaType.Jędrzej Nowacki2012-03-181-6/+14
* QPointer: update its document and changes-5.0.0Debao Zhang2012-03-182-17/+4
* Add QWindowSystemInterface::tryHandleSynchronousShortcutEvent()Bradley T. Hughes2012-03-172-0/+46
* Add support for ICU on WindowsMarius Storm-Olsen2012-03-171-1/+25
* Don't reject plugins that have empty meta-dataLincoln Ramsay2012-03-171-2/+1
* containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-1721-15/+217
* Replace Q_WS_MAC with Q_OS_MAC in qshortcut.cppBradley T. Hughes2012-03-171-2/+3
* QCocoaClipboard: Make QClipboard::clear() clear.Morten Johan Sorvig2012-03-171-0/+4
* Fix bug showing folder icons for filesArnt Witteveen2012-03-171-9/+10
* qdoc: Structure the DITA map with a root node.Martin Smith2012-03-171-2/+8
* Updated changes-5.0.0 with some information on the new QtGui classes.Samuel Rødal2012-03-171-0/+15
* Ensure QMAKE_RFLAGSDIR is set correctlyGareth Stockwell2012-03-171-2/+2
* Install fonts when not using fontconfigGirish Ramakrishnan2012-03-162-6/+5
* allow the unix generator to run in windows host modeOswald Buddenhagen2012-03-161-0/+3
* Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2012-03-162-3/+3
* Removed move constructor.Wolf-Michael Bolle2012-03-162-21/+0
* Removed move constructor.Wolf-Michael Bolle2012-03-161-3/+0
* Cocoa: Fix menu item activation.Morten Johan Sorvig2012-03-161-1/+1
* Fix broken qWaitForWindowShown() behaviorCharles Yin2012-03-162-4/+55
* QRegularExpression: various documentation improvements/fixesGiuseppe D'Angelo2012-03-161-11/+28
* arch: Undefine possible architecture definesHolger Hans Peter Freyther2012-03-161-0/+13
* Add deliberately non-documented qpa platform guard opt outDonald Carr2012-03-161-1/+14
* Un-deprecate QPointer per mailing list discussion.Robin Burchell2012-03-152-6/+1
* Add a note to QTouchEvent docs about empty touchpoint listsLaszlo Agocs2012-03-151-3/+4
* Revert "Disable 'check' target generation for network autotests for Windows."Shane Kearns2012-03-151-2/+2
* Fix QDnsLookup autotest failure in CI environmentShane Kearns2012-03-151-4/+6
* Fix QUdpSocket bindMode autotest regressionShane2012-03-151-0/+2
* Add missing private headers to .pri.Xizhi Zhu2012-03-151-0/+1
* Added missing \since 5.0 and tweaked some docs in QtGui.Samuel Rødal2012-03-158-4/+19
* qdoc: Structure the DITA map with a root node.Martin Smith2012-03-154-85/+41
* QSqlTableModel::removeRows() enforce edit strategyMark Brand2012-03-153-5/+26
* QSqlTableModel::setData(): no longer autosubmit for OnRowChangeMark Brand2012-03-154-29/+55
* QSqlTableModel: disallow insert if changes are pendingMark Brand2012-03-153-8/+14
* QSqlTableModel::setData()/setRecord(): fix incorrect rowMark Brand2012-03-153-29/+113
* Remove Q_WS_X11Frederik Gladhorn2012-03-151-4/+0
* QSystemTrayIcon/Win: Fix compilation on MinGWJonathan Liu2012-03-151-0/+1
* Remove all QWS centric examplesDonald Carr2012-03-1537-3192/+0
* Make QWindow::isActive return false when the application loses the focusAnselmo L. S. Melo2012-03-151-0/+5
* UTF8-Codec test: Fix compilation with g++/C++0X.Friedemann Kleint2012-03-151-5/+5
* Fix compiling with --no-accessibilityJerome Leclanche2012-03-158-2/+27
* Implement cocoa clipboard support.Morten Johan Sorvig2012-03-158-113/+194
* tst_qsharedpointer: Fix auto test fail under Windows 7Debao Zhang2012-03-152-3/+12