index
:
platform/upstream/qtwayland
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
devel/coregl
sandbox/ipalachev/tizen
sandbox/mbachmann/tizen_ivi-shell
sandbox/mzx/5.0
sandbox/pcoval/dev
sandbox/pcoval/devel
sandbox/pcoval/for-upstream
sandbox/pcoval/ivi
sandbox/pcoval/latest
sandbox/pcoval/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_release
upstream
Domain: UI Framework / Qt;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
Merge remote-tracking branch 'origin/5.5' into 5.6
v5.5.90+alpha1
upstream
Liang Qi
11
-70
/
+89
2015-08-27
Don't crash if loading the keymap fails
Giulio Camuffo
2
-20
/
+37
2015-08-26
Reset surface transientParent when the parent is destroyed.
Mikko Harju
1
-0
/
+8
2015-08-26
Fix QDesktopServices::openUrl when there is no windowmanager integration
Giulio Camuffo
2
-15
/
+20
2015-08-25
Enable input context selection
Bernd Weimer
1
-1
/
+3
2015-08-06
Compile after QPA API changes.
Morten Johan Sørvig
2
-6
/
+6
2015-07-23
Use xkbcommon for internal key events too
Giulio Camuffo
9
-165
/
+341
2015-07-22
Remove scoped enums to fix builds without C++11 support.
Julien Brianceau
2
-4
/
+4
2015-07-22
Use standard wl_subsurface interface to set a window as a child of another one
Giulio Camuffo
6
-92
/
+113
2015-07-15
Add a mechanism to delay unmapping of surfaces
Giulio Camuffo
7
-21
/
+81
2015-07-06
Fix possible race condition leading to a dead lock
Giulio Camuffo
4
-20
/
+6
2015-07-04
Use by-ref in foreach where T is non-trivial
Sergio Martins
1
-1
/
+1
2015-07-04
Fix tooltips without a transient parent
Giulio Camuffo
2
-15
/
+17
2015-06-29
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
22
-24
/
+127
2015-06-29
Prevent QWaylandQuickSurface from holding onto multiple buffers indefinitely.
Andrew den Exter
3
-3
/
+20
2015-06-16
update keymap right away when no key is currently pressed
Cedric Chedaleux
1
-6
/
+13
2015-06-12
Fix crash when resizing a window in brcm-egl
Olivier Blin
1
-0
/
+3
2015-06-12
Remove unused m_mutex variable in brcm-egl
Olivier Blin
1
-2
/
+0
2015-06-12
Fix wl_buffer leak in the brcm-egl client integration
Olivier Blin
1
-0
/
+1
2015-06-12
Fix typo in xcomposite-egl integration fatal messages
Olivier Blin
2
-2
/
+2
2015-06-12
Fix input devices leak in client
Olivier Blin
1
-0
/
+3
2015-06-12
Fix xkb keymap string leak in the compositor
Olivier Blin
1
-0
/
+1
2015-06-12
Fix private object leak in surface op/interface classes
Olivier Blin
2
-0
/
+8
2015-06-12
Fix QWaylandDrag leak in the compositor
Olivier Blin
2
-2
/
+2
2015-06-12
Fix build without OpenGL
Olivier Blin
2
-1
/
+19
2015-06-09
Fix typo that leads to mis-evaluation of an expression.
Christian Kandeler
1
-1
/
+1
2015-06-09
Fix wheel events when the decorations are enabled
Giulio Camuffo
3
-5
/
+29
2015-06-09
bradient: Activate the decoration's buttons on mouse release, not press
Giulio Camuffo
1
-6
/
+36
2015-06-09
Fix a corner case freed memory use/crash
Giulio Camuffo
1
-1
/
+1
2015-06-09
Don't generate spurious selection events
Giulio Camuffo
1
-1
/
+1
2015-06-08
Add 3 QList::reserve() calls
Sergio Martins
3
-2
/
+7
2015-06-03
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
28
-69
/
+349
2015-05-29
Fix that we pick up the generated headers in source packages
Jørgen Lind
1
-0
/
+2
2015-05-28
Fix crash when the wl_shm global comes after a wl_output one
Giulio Camuffo
3
-1
/
+8
2015-05-17
Fix the build error in public headers
Bhushan Shah
2
-3
/
+3
2015-05-15
Add safety check in QWaylandInputDevice::Keyboard::modifiers()
Martin Gräßlin
1
-0
/
+3
2015-05-14
Fix threaded OpenGL rendering on Mesa and possibly other EGLs
Giulio Camuffo
3
-4
/
+14
2015-05-07
Reset wayland object pointer after destroy
Arnaud Vrac
1
-0
/
+4
2015-05-07
Track last input window with a QPointer in case it is destroyed
Arnaud Vrac
2
-2
/
+8
2015-05-07
Map more XKB key codes
Arnaud Vrac
1
-0
/
+17
2015-05-06
Remove output extension
Pier Luigi Fiorini
16
-375
/
+10
2015-05-04
Fix crash on keyboard remove
Giulio Camuffo
1
-0
/
+4
2015-04-24
Let the underlying system decide the default keymap parameters
Giulio Camuffo
1
-2
/
+2
2015-04-24
Use a FontSmoothingGamma value of 1.0
Giulio Camuffo
1
-0
/
+7
2015-04-24
Use defines instead of hardcoded strings
Giulio Camuffo
1
-6
/
+4
2015-04-24
Do not manually update the xkb state
Giulio Camuffo
1
-1
/
+0
2015-04-23
Introduce the surface role concept
Giulio Camuffo
2
-0
/
+77
2015-04-21
Move surfaces to outputs
Pier Luigi Fiorini
15
-50
/
+274
2015-04-19
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
19
-34
/
+57
2015-04-16
Add client side support for media keys
Giulio Camuffo
1
-0
/
+7
[next]