summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-163-15/+25
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-1615-464/+621
* Add HasFrame feature to QStyleOptionTabJens Bache-Wiig2012-10-163-2/+19
* Introduce (private) QStyleAnimationJ-P Nurmi2012-10-1620-377/+475
* Add documentation for ucs4 overloads.Frederik Gladhorn2012-10-161-11/+43
* Windows: Document WinAPI usage for the various compilers.Friedemann Kleint2012-10-161-0/+34
* Review of documentation.Michele Caini2012-10-162-2/+11
* Use the mkspec name Qt was configured with instead of default symlinkStephen Kelly2012-10-161-2/+2
* QScreen's physicalSize can change. Ensure siblings are updated.Shawn Rutledge2012-10-162-28/+20
* Windows QScreen: handle change in working area when the taskbar movesShawn Rutledge2012-10-164-2/+11
* Get rid of unused memberKonstantin Ritt2012-10-161-2/+0
* QTextBlock: Handle surrogates in textDirection()Konstantin Ritt2012-10-161-2/+9
* QFont: Don't detach unless value has really changedKonstantin Ritt2012-10-161-6/+46
* Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.Jason Barron2012-10-162-0/+4
* qfeatures.txt: add LOCALSERVER (requires TEMPORARYFILE)J-P Nurmi2012-10-152-0/+11
* Revert a change to printer orientationTitta Heikkala2012-10-151-15/+2
* Cocoa: Speed up fading out scroll bars.Christoph Schleifenbaum2012-10-152-16/+18
* QDockWidget: Enable framestrut events when undocked by doubleclick.Friedemann Kleint2012-10-151-1/+1
* Add cglContextForContext to QCocoaNativeInterface.Zeno Albisser2012-10-152-0/+27
* Make QFileDialogs more accessible.Frederik Gladhorn2012-10-151-5/+20
* Improve Qt::WA_UnderMouse accuracyMiikka Heikkinen2012-10-151-0/+7
* Use QLatin1String in AtSpiAdaptor::applicationInterfaceJosé Millán Soto2012-10-151-4/+4
* Fix spelling mistake in QNetworkDiskCache detailed description.Mitch Curtis2012-10-151-1/+1
* Adapt to WebKit Widgets module changesSimon Hausmann2012-10-151-2/+2
* QtSql: Correct documented default precision policy.Mark Brand2012-10-151-8/+4
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-152-39/+41
* QThread signals documentation improvementOlivier Goffart2012-10-151-2/+12
* correct spelling in QtSql documentationMark Brand2012-10-151-1/+1
* QComboBox::currentText: correct documentationMark Brand2012-10-151-3/+6
* QKeySequence: remove duplicate QDataStream operatorsJ-P Nurmi2012-10-151-5/+0
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-1513-25/+17
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-154-28/+8
* moc: parse properly the gcc extension for variadic macroOlivier Goffart2012-10-141-2/+12
* QCommonStyle: Reduce code duplicationKonstantin Ritt2012-10-141-39/+23
* QSqlTableModel: let select() and selectRow() be slotsMark Brand2012-10-141-3/+3
* QNX: code cleanup, use '0' instead of 'NULL'Rafael Roquetto2012-10-136-12/+12
* qdoc outputs warnings in a form which Creator will recognizeShawn Rutledge2012-10-131-2/+3
* Review of documentation.Michele Caini2012-10-131-2/+10
* Notify accessibility events in QAbstractItemViewJosé Millán Soto2012-10-131-35/+35
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-133-7/+7
* Fix warnings from syncqt.Friedemann Kleint2012-10-136-2/+16
* Fix "open with" functionality on OSX (FileOpenEvent)Shawn Rutledge2012-10-131-0/+4
* Be able to obtain list of possible key combinations in platform integrationOliver Wolff2012-10-133-1/+22
* Added possibleKeys(QKeyEvent *) to QWindowsIntegrationOliver Wolff2012-10-136-0/+41
* Update qfiledialog ui to new style.Frederik Gladhorn2012-10-131-82/+83
* Simplify transaction expiry mechanismGatis Paeglis2012-10-132-29/+41
* Make sure timestamp is initialized before using it for seting selection owner.Gatis Paeglis2012-10-133-1/+58
* Link to Item Views Puzzle Example in QListView docs.Mitch Curtis2012-10-131-1/+1
* Check that row and column are not less than 0 in indexFromLogicalJosé Millán Soto2012-10-131-1/+1
* Do not accept key events if a widget is disabledOliver Wolff2012-10-131-1/+3