summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix stuck modifier issue in the non-xcb_xkb code pathGatis Paeglis2013-08-021-19/+24
| | * | Fix typo form->fromStephen Kelly2013-07-311-1/+1
| | * | Fix build with QT_NO_CURSOR.Sérgio Martins2013-07-311-17/+19
| | * | Don't run this code on WinCE, the variable will be unused.Sérgio Martins2013-07-311-1/+1
| | * | eglfs: allow egl native window to be zeroSamuli Piippo2013-07-312-4/+7
| | * | Clear focus if the widget being deleted is the parent's focus child.Andy Shaw2013-07-311-1/+1
| | * | Mark qt5_use_modules as obsolete.Stephen Kelly2013-07-311-0/+12
| | * | eglfs: Fix updates when resizing backing storeEskil Abrahamsen Blomfeldt2013-07-311-1/+3
| | * | Check if the widgetItem is valid before accessing widget() on itAndy Shaw2013-07-311-1/+1
| | * | xcb: mouse wheel does not focus a windowShawn Rutledge2013-07-311-2/+3
| | * | Gtk theme: emit currentFontChanged() in font dialog helperLiang Qi2013-07-301-0/+1
| | * | Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-301-2/+3
| | * | QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-302-4/+4
| | * | Fix upload of glyphs when using RGB32 masks on OpenGL ESGunnar Sletta2013-07-302-16/+10
| | * | Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-2/+5
| | * | Fix crash on qdbus when return type is a raw dbus typeAlbert Astals Cid2013-07-301-2/+10
| | * | Symbol for max number of arguments in QMetaMethod::invoke()Illya Kovalevskyy2013-07-302-0/+10
| | * | Add support for Q_OS_FREEBSD_KERNEL and documentThiago Macieira2013-07-301-5/+16
| | * | Remove a left over cast that is now semantically incorrect.Jake Petroules2013-07-301-1/+1
| | * | Work around msvc /clr LNK2005 errors with QListRichard Browne2013-07-301-12/+8
| | * | Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-07-294-43/+58
| | * | Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-07-292-16/+1
| | * | Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-07-291-2/+9
| | * | Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-294-1/+26
| | * | Stop unconditional synth of mouse events on AndroidFrederik Gladhorn2013-07-291-22/+0
| | * | Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-07-295-29/+253
| | * | Build offscreen plugin only if freetype is available on Windows.Friedemann Kleint2013-07-291-1/+3
| | * | Fix text being cut off at the right side in print preview.Michael Brüning2013-07-291-0/+1
| | * | Correct QHash::values() documentation.Mitch Curtis2013-07-291-1/+1
| | * | Remove duplicated call to QGraphicsSceneMouseEvent::setButtons.Marcel Krems2013-07-281-1/+0
| | * | Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-262-6/+5
| | |\|
| | | * HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-241-0/+3
| | | * Doc: Update documentation of Qt::HANDLETopi Reinio2013-07-241-6/+2
| | * | EGLFS and MinimalEGL windows are not marked as OpenGL surfacesAllan Sandfeld Jensen2013-07-264-5/+2
| | * | QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-261-0/+2
| | * | Fix updating of screens in QDesktopWidget.Friedemann Kleint2013-07-263-12/+35
| | * | xcb: Fix minor leaks in XSettings codeUli Schlachter2013-07-251-1/+3
| | * | QPrintDialog OSX: don't crash if ApplicationModal and no parentShawn Rutledge2013-07-251-1/+3
| | * | Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-2/+6
| | * | Windows: Mark window margins as dirty when the theme changes.Friedemann Kleint2013-07-241-1/+6
| | * | QPrintDialog: document the modality on OS X and WindowsShawn Rutledge2013-07-241-0/+4
| | * | Bump Qt version to 5.1.2Sergio Ahumada2013-07-231-2/+2
| | |/
* | | XCB: Ignore _NET_WM_PING on the root windowUli Schlachter2013-08-161-0/+3
* | | qpushbutton_p.h: add missing include guardJ-P Nurmi2013-08-161-0/+5
* | | QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-163-0/+30
* | | QVector - optimize removeLast (and takeLast + pop_back)Thorbjørn Martsum2013-08-161-8/+8
* | | Fix xlint unchecked warning (java)Frederik Gladhorn2013-08-161-1/+1
* | | QHeaderView - reduce memory usageThorbjørn Martsum2013-08-162-9/+14
* | | Add Wacom tablet support for CocoaRyohei Ikegami2013-08-162-0/+162
* | | initCharAttributes() micro-optimizationKonstantin Ritt2013-08-151-5/+12