- 25 Dec, 2015 3 commits
-
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
BUG: 357155
-
Jean-Baptiste Mardelle authored
-
- 23 Dec, 2015 5 commits
-
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
CCBUG: 96281
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
- 22 Dec, 2015 10 commits
-
-
Jean-Baptiste Mardelle authored
CCBUG: 357054
-
Jean-Baptiste Mardelle authored
CCBUG: 355380
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
BUG: 355936
-
Jean-Baptiste Mardelle authored
CCBUG: 356887
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
BUG: 356838
-
Jean-Baptiste Mardelle authored
-
Script Kiddy authored
-
- 16 Dec, 2015 3 commits
-
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
CCBUG: 356495
-
Jean-Baptiste Mardelle authored
BUG: 356766
-
- 14 Dec, 2015 18 commits
-
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
BUG: 356661
-
Jean-Baptiste Mardelle authored
BUG: 356626
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
BUG: 356626
-
Jean-Baptiste Mardelle authored
CCBUG: 356633
-
Jean-Baptiste Mardelle authored
CCBUG: 356564
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
CCBUG: 356536
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
BUG: 356579
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
- 11 Dec, 2015 1 commit
-
-
Dennis Schridde authored
BUG: 350061 applying: kdenlive-15.08.3-define-gl-unpack-row-length-if-missing.patch kdenlive-15.08.3-only-delete-opengl-3.2-core-functions-on-windows.patch The two patches fix all serious warnings in the glwidget.cpp file and make kdenlive-15.08.3 compile. GL_UNPACK_ROW_LENGTH is part of OpenGL ES 3.2, but not of OpenGL ES 2.0. This it is defined in different headers (gl3.h) in OpenGL ES 3.2 and as an extension with _EXT suffix (gl2ext.h) to OpenGL ES 2.0. I chose the route to fallback to the _EXT definition, in case the regular one is unavailable. The other patch fixes a warning about calling operator delete on QOpenGLFunctions_3_2_Core (its class definition is incomplete). It is only ever instantiated on Windows anyway, so I took the liberty to also guard the deletion with Q_OS_WIN.
-