summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-223027-3158/+3283
|\
| * Accessibility Linux: Make dbus registration asyncFrederik Gladhorn2013-01-226-88/+133
| * Fix QTextCodec race.David Faure2013-01-221-2/+5
| * Make hierarchy of actions in menubars more consistent.Jan Arve Saether2013-01-211-3/+10
| * QGuiApplication::font(): assert that a GUI app instance existsJ-P Nurmi2013-01-211-0/+1
| * Don't update the input method if the im hints haven't changed.Andrew den Exter2013-01-211-0/+2
| * Export functions to add custom mime converters.Morten Johan Sørvig2013-01-215-9/+61
| * QRegularExpression: fix wrong argument type for pcre_fullinfoGiuseppe D'Angelo2013-01-201-1/+1
| * Adapt to WebKit Widgets module split.Volker Krause2013-01-191-4/+4
| * Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-181-0/+4
| * Make sure the correct name filter is selected in the Mac file dialogAndy Shaw2013-01-181-5/+9
| * Call endSheet when the QFileDialog was shown as a sheet on MacAndy Shaw2013-01-181-0/+2
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-183025-3035/+3035
| * Store inode numbers in decimal notationThiago Macieira2013-01-181-1/+1
| * Doc: Fix documentation for devicePixelRatio() functionsTopi Reinio2013-01-173-9/+6
| * QNX: Don't use native file dialogs.Sergio Martins2013-01-171-0/+4
| * Check for GLX_ARB_create_context extension before using it.Allan Sandfeld Jensen2013-01-161-1/+3
| * Fix warnings about calling nativeResource when no handle exists.Friedemann Kleint2013-01-161-0/+2
* | QTestLib: improve output when comparing lists fails.David Faure2013-01-222-8/+19
* | Remove some dead code.Frederik Gladhorn2013-01-221-31/+0
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-2114-45/+135
* | Fix MinGW-warning about pointer/integer of different sizes (64bit).Friedemann Kleint2013-01-211-2/+2
* | Fix Windows native file dialogs for use with QtQuick.Friedemann Kleint2013-01-212-167/+254
* | Cocoa: Make QCocoaMenu::showPopup() more robustGabriel de Dietrich2013-01-211-2/+2
* | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-215-18/+53
* | Add a note for merging QString::contains(QRE, QREM) overloads in Qt 6Giuseppe D'Angelo2013-01-201-1/+1
* | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-195-18/+80
* | Fix MinGW-warnings about comparing signed/unsigned.Friedemann Kleint2013-01-184-6/+6
* | eglfs: Introduce way of filtering out unwanted EGL configs.Samuel Rødal2013-01-1810-47/+167
* | QtDBus: Garbage collect deleted objects now and then.David Faure2013-01-171-0/+17
* | Add class QSaveFile.David Faure2013-01-174-0/+487
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-1667-182/+528
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-1667-182/+528
| |\|
| | * Implement QPlatformWindow::isExposed() on Windows.Friedemann Kleint2013-01-151-0/+1
| | * Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/s...Frederik Gladhorn2013-01-159-10/+21
| | |\
| | | * Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-159-10/+21
| | | |\
| | | | * XCB: Force XSync after creating WindowKai Koehne2013-01-151-0/+5
| | | | * Check for existence of QWindow in QApplication::isBlockedByModal.Friedemann Kleint2013-01-151-1/+6
| | | | * Change all shmget calls to user-only memoryThiago Macieira2013-01-153-6/+6
| | | | * QStyleAnimation: use QAbstractAnimation::DeleteWhenStoppedJ-P Nurmi2013-01-122-2/+1
| | | | * set pkg-config host_bins directly to install dirOswald Buddenhagen2013-01-111-1/+1
| | | | * Minimized, maximized and fullscreen are mutually exclusive.Shawn Rutledge2013-01-111-0/+2
| | * | | Fix renaming of files that differ only in case.Friedemann Kleint2013-01-154-1/+106
| | |/ /
| | * | Windows: Force toplevel flag in setParent() in both cases.Friedemann Kleint2013-01-151-6/+11
| | * | Fix warning about missing enumeration value.Friedemann Kleint2013-01-151-0/+2
| | * | Fix compilation of Qt Concurrent with gcc 4.3Thiago Macieira2013-01-151-1/+1
| | * | Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-141-2/+9
| | * | set gtk-entry im-module to none in gtkstyleWeng Xuetian2013-01-141-1/+11
| | * | QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
| | * | Split QQNXLocaleData::readPPSLocale()Rafael Roquetto2013-01-142-6/+26