summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | added maximumTouchPoints to QTouchDeviceShawn Rutledge2013-07-223-1/+24
* | Have QFileDialog use QUrl internallyKevin Ottens2013-07-182-18/+26
* | Pass argc, argv to the platform plugins.Friedemann Kleint2013-07-185-9/+36
* | Merge branch 'stable' into devSergio Ahumada2013-07-117-34/+24
|\|
| * docs: QSystemTrayIcon referenceShawn Rutledge2013-07-101-1/+1
| * Change error text for missing platform pluginKai Koehne2013-07-011-4/+5
| * Fix warning caused by warning fixThiago Macieira2013-07-012-7/+1
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-282-20/+15
| |\
| | * Add Q_REVISION(1) to QWindow::alert().Friedemann Kleint2013-06-281-1/+1
| | * QWindow min/max width/height, contentOrientation are not new in 5.1Shawn Rutledge2013-06-282-19/+14
| * | Touch up QSurfaceFormat documentation.Mitch Curtis2013-06-281-2/+2
* | | Add API to let applications integrate with the system fontsAleix Pol2013-07-051-0/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-2/+11
|\| |
| * | Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11
* | | QPlatformIntegration: add new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-254-1/+16
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-203-2/+19
|\| |
| * | If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-192-0/+10
| * | Add note to remove unused private field.Stephen Kelly2013-06-191-1/+8
| * | Fix format in platform plugin loading error reporting.Friedemann Kleint2013-06-141-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-123-10/+12
|\| |
| * | Improve error output when platform plugin cannot be loadedKai Koehne2013-06-111-6/+8
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-101-2/+2
| |\|
| | * Use QWindow::geometry() for size when sending resize before expose.Friedemann Kleint2013-06-071-2/+2
| * | Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-102-2/+2
| |/
* | Expose QKeySequence::StandardKey for QQuickKeyEventJ-P Nurmi2013-06-061-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-047-10/+694
|\|
| * Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-306-1/+679
| * Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2311-37/+83
|\|
| * Clear QWindowPrivate::positionAutomatic in setFramePosition().Friedemann Kleint2013-05-231-0/+1
| * Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-237-15/+56
| * QFusionStyle: fix highlight colorsJ-P Nurmi2013-05-231-1/+1
| * Fusion palette: add missing disabled rolesJ-P Nurmi2013-05-221-0/+2
| * Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-5/+5
| * Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-11/+11
| * Suppress warning about unsupported frame strut events.Friedemann Kleint2013-05-081-2/+1
| * Don't destroy the window if the QCloseEvent wasn't acceptedShawn Rutledge2013-05-072-3/+6
* | Silently strip leading dot off QFileDialog default suffixes.Friedemann Kleint2013-05-211-0/+2
* | Allow to filter the type of fonts displayedKevin Ottens2013-05-131-1/+5
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-093-9/+18
* | Fix the assert failure in QShortcutMap::findGatis Paeglis2013-05-081-0/+3
* | Merge branch 'stable' into devSergio Ahumada2013-05-071-5/+8
|\|
| * Clarify documentation for QKeyEvent::textFrederik Gladhorn2013-04-301-5/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-299-15/+41
|\|
| * Fix QKeySequence matchingGatis Paeglis2013-04-291-3/+5
| * Fix ignoring close events on OSXJosh Faust2013-04-264-5/+10
| * Fixed QGLWidget not being able to be made current with a context.Samuel Rødal2013-04-231-1/+1
| * QWindow: expose active as propertyLiang Qi2013-04-233-0/+14
| * Make requestActivate() as a slot in QWindowLiang Qi2013-04-231-2/+2
| * Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-4/+9