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
/
qnx
/
qqnxwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Basic foreign window support for QNX
James McDonnell
2019-05-01
1
-6
/
+90
*
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2018-10-25
1
-12
/
+2
|
\
|
*
Doc: Move literal code block to a separate file
Cristian Maureira-Fredes
2018-10-15
1
-12
/
+2
*
|
Add support for showWithoutActivating windows
James McDonnell
2018-10-02
1
-7
/
+81
|
/
*
Make QQnxIntegration a singleton
James McDonnell
2018-07-05
1
-4
/
+4
*
Add support for _q_platform_qnxWindowType QWindow property
James McDonnell
2018-06-05
1
-3
/
+12
*
Add env variable to set QNX screen debugging information
Pasi Petäjäjärvi
2018-03-22
1
-0
/
+41
*
Add QPlatformSurface::screen() const
Jesus Fernandez
2017-09-04
1
-6
/
+13
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-04-20
1
-1
/
+1
|
\
|
*
QQnxWindow: replace QUuid::toString().toLatin1() with QUuid::toByteArray()
Marc Mutz
2017-04-10
1
-1
/
+1
*
|
Make QWindow's windowState a QFlags of the WindowState
Olivier Goffart
2017-03-16
1
-20
/
+7
|
/
*
Plugins: use const (and const APIs) more
Anton Kudryavtsev
2016-10-25
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-16
1
-1
/
+1
|
\
|
*
Switch to 7.0 screen property names
James McDonnell
2016-09-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-15
1
-1
/
+6
|
\
|
|
*
QNX: Ensure invisible 1x1 raster windows are posted.
Roger Maclean
2016-07-06
1
-1
/
+6
*
|
QtBase (remainder): use printf-style qWarning/qDebug where possible (I)
Marc Mutz
2016-03-12
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-13
/
+19
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-12-02
1
-18
/
+18
|
\
|
|
*
QtBase: remove explicit function info from qWarning() etc
Marc Mutz
2015-11-28
1
-20
/
+20
*
|
Use Q_UNLIKELY for every qFatal()/qCritical()
Marc Mutz
2015-11-29
1
-4
/
+4
*
|
Remove remaining support for Blackberry
Louai Al-Khanji
2015-11-21
1
-33
/
+1
|
/
*
Remove BlackBerry PlayBook support.
Rafael Roquetto
2015-02-20
1
-4
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-6
/
+6
*
Doc: Use title case in section1 titles
Nico Vertriest
2014-09-30
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Make the expose region local on all platforms
Laszlo Agocs
2014-08-12
1
-3
/
+3
*
QNX: Don't create a platform window for a desktop widget
Fabian Bumberger
2014-04-25
1
-4
/
+11
*
QNX: Fix geometry change handling
Bernd Weimer
2014-04-25
1
-7
/
+3
*
QNX: Destroy window buffers when resized
Bernd Weimer
2014-04-08
1
-22
/
+24
*
QNX: Fix geometry changed event for non FS windows
Fabian Bumberger
2014-03-27
1
-4
/
+4
*
QNX: Fix sending of expose events
Fabian Bumberger
2014-03-23
1
-1
/
+2
*
QNX: Remove sending synchronous window system events
Fabian Bumberger
2014-03-19
1
-6
/
+0
*
Complete support for no-fullscreen parameter
James McDonnell
2014-03-14
1
-2
/
+7
*
QNX: Change the way one requests child windows
Bernd Weimer
2014-03-10
1
-1
/
+102
*
QNX: Prevent desktop windows from becoming root window
v5.3.0-alpha1
Rafael Roquetto
2014-02-25
1
-2
/
+4
*
QNX: Add support for lgmon
Bernd Weimer
2014-02-14
1
-0
/
+8
*
[QNX} Remove adjustBufferSize from the egl window
Fabian Bumberger
2014-02-02
1
-2
/
+0
*
[QNX] Implement the requestActivate function
Fabian Bumberger
2014-01-29
1
-3
/
+51
*
QNX: Cleanup some issues in QPA
Bernd Weimer
2014-01-29
1
-1
/
+6
*
[QNX] Introduce proper screen error handling
Fabian Bumberger
2014-01-28
1
-83
/
+49
*
QNX: Fixed window opacity
Bernd Weimer
2014-01-22
1
-2
/
+3
*
QNX: Allow creation of parentless child windows
Roger Maclean
2014-01-18
1
-3
/
+12
*
QNX: Make window groups work reliably
Roger Maclean
2014-01-17
1
-11
/
+38
*
QNX: Fixed window positioning
Bernd Weimer
2014-01-17
1
-34
/
+3
*
QNX: Fixed some window issues
Bernd Weimer
2014-01-17
1
-4
/
+9
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-12-24
1
-11
/
+20
|
\
|
*
QNX: avoid composition when possible
Matt Hoosier
2013-12-16
1
-11
/
+20
*
|
QNX: Fix focus handling for secondary screen
Fabian Bumberger
2013-12-12
1
-14
/
+1
|
/
*
BlackBerry: Fixed root window size, continued
Arvid Nilsson
2013-11-23
1
-3
/
+6
[next]