index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
QXcbXSettings: don't construct a QByteArray just to append it
Marc Mutz
2016-01-14
1
-2
/
+3
*
QXcbXSettings: replace a QLinkedList with a std::vector
Marc Mutz
2016-01-14
1
-19
/
+16
*
Merge remote-tracking branch 'origin/5.6' into dev
Simon Hausmann
2016-01-12
14
-29
/
+75
|
\
|
*
iOS: fix crash on iOS 8 due to unsupported selector
Richard Moe Gustavsen
2016-01-11
2
-5
/
+9
|
*
winrt: Flush the system event queue when adding/removing windows
Maurice Kalinowski
2016-01-11
1
-0
/
+2
|
*
winphone: Properly close the application
Maurice Kalinowski
2016-01-11
3
-0
/
+22
|
*
WinRT: Invoke correct remove handler
Maurice Kalinowski
2016-01-11
1
-1
/
+1
|
*
WinRT: Fix application shutdown
Maurice Kalinowski
2016-01-11
1
-6
/
+11
|
*
Windows: Output resulting DPI awareness in debug and warning output.
Friedemann Kleint
2016-01-08
3
-4
/
+21
|
*
xcb: Remove QXcbScreen::m_nativeGeometry
Alexander Volkov
2016-01-08
3
-12
/
+4
|
*
Use backing store formats with alpha
Allan Sandfeld Jensen
2016-01-08
1
-0
/
+4
|
*
windows: bump OpenGL blacklist version
Laszlo Agocs
2016-01-08
1
-1
/
+1
*
|
QXcbConnection: use erase and std::remove_if with QVector
Anton Kudryavtsev
2016-01-09
1
-7
/
+6
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Frederik Gladhorn
2016-01-08
21
-39
/
+220
|
\
|
|
*
Fix mac build with -no-widgets
Stephen Kelly
2016-01-07
2
-0
/
+2
|
*
Windows: Fix QWindowsInputContext for Japanese IME.
YAMAMOTO Atsushi
2016-01-07
1
-1
/
+2
|
*
Android: Activate Qt::Popup windows
BogDan Vatra
2016-01-06
1
-2
/
+6
|
*
Fixed crash on iOS devices due to unsupported selector.
Harald Meyer
2016-01-06
1
-2
/
+4
|
*
Windows/DirectWrite: Dynamically load GetUserDefaultLocaleName().
Friedemann Kleint
2016-01-06
1
-1
/
+14
|
*
Fix potential crash in FreeType font database for WinCE
Takumi ASAKI
2016-01-06
1
-1
/
+1
|
*
xcb: fix drag and drop when window is hidden
Błażej Szczygieł
2016-01-05
4
-2
/
+29
|
*
xcb: don't select XInput events on the root window
Shawn Rutledge
2016-01-05
1
-1
/
+1
|
*
WinRT: Add camera button events on Windows Phone
Samuel Nevala
2016-01-05
2
-0
/
+68
|
*
QWindowsTheme: Fix return type of helper dWordSystemParametersInfo().
Friedemann Kleint
2016-01-04
1
-2
/
+2
|
*
tst_qwindow::isExposed - fix failing test on OS X
Timur Pocheptsov
2016-01-04
1
-9
/
+10
|
*
Default to OpenGLES when building with -opengl es2
Allan Sandfeld Jensen
2015-12-25
1
-0
/
+4
|
*
xcb: Add Xinerama 3rd party source code for static build
Błażej Szczygieł
2015-12-22
1
-2
/
+4
|
*
xcb: Add Xinerama support
Błażej Szczygieł
2015-12-22
6
-19
/
+75
*
|
xcb: use qLoadPlugin()
Marc Mutz
2016-01-05
2
-14
/
+6
*
|
eglfs: use qLoadPlugin()
Marc Mutz
2016-01-05
2
-15
/
+6
*
|
Fix double close.
Frank Meerkoetter
2015-12-26
1
-3
/
+1
*
|
QWindowsTheme: Preferably obtain stock pixmaps via SHGetStockIconInfo
Frank Richter
2015-12-24
1
-12
/
+41
*
|
Fix OSX namespace build.
Erik Verbruggen
2015-12-22
1
-1
/
+1
*
|
Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().
Sérgio Martins
2015-12-18
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-12-18
23
-226
/
+482
|
\
|
|
*
Windows: Restore window geometry after normal->maximized->fullscreen->normal.
Friedemann Kleint
2015-12-17
1
-2
/
+2
|
*
Windows: Clear key recorder when application becomes inactive.
Friedemann Kleint
2015-12-17
1
-0
/
+11
|
*
Windows: fix fullscreen OpenGL window issues with an opt-in function
Andy Shaw
2015-12-17
3
-2
/
+23
|
*
iOS: Clear focusObject if first responder is set to null
Markus Goetz
2015-12-17
1
-1
/
+5
|
*
iOS: Don't hide keyboard on "Done" button when focus object has changed
Markus Goetz
2015-12-17
1
-0
/
+8
|
*
iOS: notify application when edit menu is closed
Richard Moe Gustavsen
2015-12-17
1
-0
/
+17
|
*
iOS: include marked text when reporting IM textInRange and endOfDocument
Richard Moe Gustavsen
2015-12-17
1
-2
/
+12
|
*
Android: Fix crash at exit
BogDan Vatra
2015-12-17
1
-2
/
+18
|
*
DirectWrite: Implement transforms for grayscale aa
Eskil Abrahamsen Blomfeldt
2015-12-16
2
-2
/
+8
|
*
DirectWrite: Fix clipping bug with grayscale AA rendering
Eskil Abrahamsen Blomfeldt
2015-12-16
1
-4
/
+4
|
*
QWinRTFontDatabase: Return the base class' fallbacksForFamily
Konstantin Ritt
2015-12-15
1
-0
/
+1
|
*
Use proper class namespace in QBasicFontDatabase sub-classes
Konstantin Ritt
2015-12-15
2
-2
/
+2
|
*
Add support for reading fonts from TTC files on Windows Embedded
Andy Shaw
2015-12-15
1
-13
/
+60
|
*
QCocoaWindow - resize embedded views
Tim Blechmann
2015-12-15
1
-1
/
+5
|
*
xcb: Don't try to detect cases where the WM restricts geometry changes
Tor Arne Vestbø
2015-12-14
1
-8
/
+5
[next]