index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
iOS: Look up OpenGL symbols using RTLD_DEFAULT instead of RTLD_NEXT
Tor Arne Vestbø
2013-05-29
1
-1
/
+1
*
Set current directory to application bundle on startup.
Ian Dean
2013-05-27
1
-0
/
+4
*
Reduce the usage of QT_PREPEND_NAMESPACE in the Cocoa platform plugin
Romain Perier
2013-05-26
5
-43
/
+43
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-05-23
54
-788
/
+1817
|
\
|
*
Cocoa: Amend 5d07a4d9448f60 to avoid an assert in QWidget::mapTo()
Gabriel de Dietrich
2013-05-23
1
-1
/
+2
|
*
Windows: Fix toplevel window flags for Qt::Dialogs/Qt::Tool.
Friedemann Kleint
2013-05-23
1
-4
/
+21
|
*
Improve error message in GL context creation.
Friedemann Kleint
2013-05-23
1
-2
/
+6
|
*
QNX: normalize braces
Rafael Roquetto
2013-05-23
10
-195
/
+106
|
*
Process initial expose events immediately.
Morten Johan Sørvig
2013-05-23
1
-0
/
+1
|
*
Windows: Pass auto-fixed window flags to shouldShowMaximizeButton().
Friedemann Kleint
2013-05-23
1
-4
/
+3
|
*
Suppress "Click to focus" for widget windows.
Friedemann Kleint
2013-05-23
1
-2
/
+2
|
*
Observe initial screen for fullscreen windows.
Friedemann Kleint
2013-05-23
2
-4
/
+8
|
*
Make QWindow update its screen when moved to a different one
Gabriel de Dietrich
2013-05-23
3
-1
/
+26
|
*
Made the X11 eglfs hooks provide mouse input.
Samuel Rødal
2013-05-23
2
-3
/
+159
|
*
Cocoa: Make sure main window gets focus after closing modal dialog
Gabriel de Dietrich
2013-05-23
1
-3
/
+15
|
*
Cocoa: Remove "Incomplete implementation" compilation warning
Gabriel de Dietrich
2013-05-23
1
-1
/
+1
|
*
A Dialog should not hide when the application is deactivated
Shawn Rutledge
2013-05-23
1
-1
/
+3
|
*
Fixed XCB build with -no-opengl
Samuel Rødal
2013-05-22
1
-1
/
+3
|
*
QNX: Fixed build of QPA plugin
Bernd Weimer
2013-05-22
1
-1
/
+1
|
*
Ignore mouse enter/leave on non-exposed windows
Shawn Rutledge
2013-05-22
1
-1
/
+2
|
*
Fix linuxfb plugin when fb offset is present.
Michael Brasser
2013-05-20
1
-4
/
+5
|
*
iOS: fix bug when reporting the screen position of touch events
Richard Moe Gustavsen
2013-05-20
1
-8
/
+8
|
*
Never show EGLFS mouse cursor in Qt for Android platform plugin
Eskil Abrahamsen Blomfeldt
2013-05-20
3
-8
/
+11
|
*
Fix ambiguity in shortcut matching
Gatis Paeglis
2013-05-20
1
-10
/
+13
|
*
xcb: fallback to gtk cursor themes
Jørgen Lind
2013-05-20
2
-24
/
+98
|
*
Add QXcbConnectionGrabber class
Jørgen Lind
2013-05-20
3
-2
/
+30
|
*
Introduce QXcbXSettings
Jørgen Lind
2013-05-20
7
-2
/
+372
|
*
Prevent windows from jumping when changing geometry on OS X
Tor Arne Vestbø
2013-05-15
1
-2
/
+1
|
*
Cocoa: Fix Open GL resolution in high-dpi
Gabriel de Dietrich
2013-05-15
2
-12
/
+10
|
*
Fix breakage of tst_qquickwindow::grab(invisible)
Andy Nichols
2013-05-14
2
-12
/
+9
|
*
Cocoa DND: respect QDropEvent::setDropAction()
J-P Nurmi
2013-05-13
1
-2
/
+5
|
*
Fix HTML data transferring through the Clipboard on Windows
Gatis Paeglis
2013-05-13
1
-10
/
+9
|
*
QWindowsFontEngine: Fix warnings about GetGlyphOutline() failures.
Friedemann Kleint
2013-05-13
1
-7
/
+11
|
*
Ensure the hovered signal is emitted for the action and menu for Cocoa
Andy Shaw
2013-05-13
1
-0
/
+10
|
*
Restore cursor before sending QDropEvent
Gatis Paeglis
2013-05-13
1
-1
/
+0
|
*
Don't send QMouseEvent events from the QXcbDrag::timerEvent()
Gatis Paeglis
2013-05-13
2
-21
/
+1
|
*
Fix transformed raster fonts on Windows
Eskil Abrahamsen Blomfeldt
2013-05-13
2
-0
/
+7
|
*
XCB: Handle new enum value in switch
Thiago Macieira
2013-05-13
1
-0
/
+1
|
*
QNX: Add support for WindowDoesNotAcceptFocus flag
Andreas Holzammer
2013-05-11
1
-0
/
+9
|
*
Fix Invalid Drawable error for QGLWidget on Mac
Andy Nichols
2013-05-10
2
-1
/
+19
|
*
Revert "OSX: obey the Qt::WindowTransparentForInput flag"
Gabriel de Dietrich
2013-05-08
1
-2
/
+0
|
*
Cocoa: Add support for ForeignWindow window type
Gabriel de Dietrich
2013-05-08
2
-2
/
+10
|
*
iOS: don't send ended touch events to QPA
Richard Moe Gustavsen
2013-05-07
2
-75
/
+35
|
*
Make access to xkbcommon_workaround.h more generic
Gatis Paeglis
2013-05-07
2
-1
/
+25
|
*
Use X11 core protocol when xkb not available
Gatis Paeglis
2013-05-07
4
-20
/
+236
|
*
Added possibleKeys(QKeyEvent *) to QXcbIntegration
Gatis Paeglis
2013-05-07
4
-0
/
+90
|
*
Utilize libxkbcommon API for the keyboard backend on X11
Gatis Paeglis
2013-05-07
5
-444
/
+484
|
*
Add xcb-xkb to 3rd party libs
Gatis Paeglis
2013-05-07
2
-1
/
+3
|
*
Add libxkbcommon to 3rd party libs
Gatis Paeglis
2013-05-07
1
-1
/
+8
|
*
Re-enable automatic evdev support in EGLFS for Qt on embedded Android.
Samuel Rødal
2013-05-07
1
-2
/
+2
[next]