summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-0125-29/+313
* Renamed the keyboard-focus doc to make clear it's about WidgetsShawn Rutledge2012-12-011-1/+1
* Fix compile when we use QT_NO_ACCESSIBILITYMontel Laurent2012-12-011-0/+4
* Replace two \returns markers by "The function returns"hjk2012-11-301-1/+1
* Not necessary to assign bool to false for changing just 2 lines afterMontel Laurent2012-11-301-3/+2
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-303-1/+4
* Add QText*Format classes to the list of the implicitly shared onesGiuseppe D'Angelo2012-11-301-0/+7
* Docs: revise QApplication snippetsJ-P Nurmi2012-11-301-15/+17
* Fix broken links in the QtWidgets examples.Gunnar Sletta2012-11-301-1/+0
* Restore the visibility of a moved QWindow in QWindow::screenDestroyedJocelyn Turcotte2012-11-301-1/+9
* Fix crash when requesting QGuiApplication::platformNativeInterface()Miikka Heikkinen2012-11-301-1/+1
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-284-5/+239
* QGuiApplication docs: clarify that QWidget needs QApplicationJ-P Nurmi2012-11-271-1/+3
* Fix possible assertion when using stringToCMap() for a multi engineKonstantin Ritt2012-11-271-4/+3
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-273-5/+6
* Fix example paths in example manifests that are used by Qt Creator.Eike Ziller2012-11-261-0/+2
* Remove last usages of qSin and friends from QQuaternionSean Harmer2012-11-261-6/+6
* Change license header from Nokia to DigiaSergio Ahumada2012-11-262-2/+2
* Change QTextLayout::textOption() to return a const reference insteadAndy Shaw2012-11-262-2/+2
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-1/+1
* Improved the paint devices and backends documentation page.Samuel Rødal2012-11-232-5/+10
* Fixed misspelled dependency in qtgui.qdocconf to fix QtQuick doc links.Samuel Rødal2012-11-231-1/+1
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-233-2/+8
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+0
* Enable gui build with QT_NO_SYSTEMTRAYICONTasuku Suzuki2012-11-211-2/+2
* Handle QEventLoop::ExcludeUserInputEvents in QWindowSystemInterface.Friedemann Kleint2012-11-212-36/+45
* Fix possible crash/assertion in qt_fontHasNarrowOutlines()Konstantin Ritt2012-11-211-4/+10
* QJpegHandler: err should be set before jpeg_create_decompress()Elvis Lee2012-11-211-2/+3
* Fixed rendering artifacts when drawing cursor.Samuel Rødal2012-11-201-1/+1
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-2066-14/+4819
|\
| * Doc: Cleaning up QHP information in module configuration files.Jerome Pasion2012-11-071-12/+7
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-0219-73/+127
| |\
| * | Qt GUI: Adding Rich Text Processing documentation from qtdocJerome Pasion2012-10-2965-0/+4803
| * | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
| * | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-2666-166/+2831
| |\ \
| * \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-1918-57/+220
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-1623-238/+357
| |\ \ \ \
| * | | | | doc: Add a bunch of missing dependsTor Arne Vestbø2012-10-161-1/+9
* | | | | | Fixed memory leak in assign operator of QOpenGLBufferVadim Zakondyrin2012-11-191-1/+3
* | | | | | Add QPlatformNativeInterface::nativeResourceForScreen().Friedemann Kleint2012-11-192-0/+10
* | | | | | Missing break in case QEvent::WindowStateChange.Miikka Heikkinen2012-11-151-0/+1
* | | | | | Accessibility: Add documentationFrederik Gladhorn2012-11-151-10/+265
* | | | | | Bring back -nograb/-dograb for debugging.Friedemann Kleint2012-11-153-0/+30
* | | | | | Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-6/+12
* | | | | | Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-106-9/+67
* | | | | | Added private header warnings in src/gui/kernelSamuel Rødal2012-11-098-1/+88
* | | | | | Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-091-9/+6
* | | | | | Save grayscale palleted images to grayscale pngSergey Borovkov2012-11-091-4/+7
* | | | | | Simplify and speed up OpenGL framebuffer grabbing.aavit2012-11-091-54/+13
* | | | | | Return appropriate currentContext() in platform's makeCurrent().Samuel Rødal2012-11-082-4/+17