summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2016-02-17Cherry-pick a QT_PLUGIN_PATH preferral and font rendering fixes.Timo Jyrinki4-0/+173
2016-02-17Backport XCB patch related to screen disconnection handling QTBUG-42985:Timo Jyrinki2-0/+38
* Backport XCB patch related to screen disconnection handling QTBUG-42985: - xcb-fix-yet-another-crash-when-screens-are-disconnec.patch
2016-02-15Merge master to experimental.Lisandro Damián Nicanor Pérez Meyer2-30/+0
2016-02-15Refresh patch.Lisandro Damián Nicanor Pérez Meyer1-2/+2
2016-02-15Merge branch 'master' into experimentalLisandro Damián Nicanor Pérez Meyer3-0/+117
2016-02-15Backport fix_potential_division_by_zero.patch.Lisandro Damián Nicanor Pérez Meyer2-0/+30
2016-02-15Backport fix_not_delivering_focus.patch.Lisandro Damián Nicanor Pérez Meyer2-0/+87
2016-01-06Refresh patches.Dmitry Shachnev3-23/+19
2016-01-06Merge branch 'master' into experimentalDmitry Shachnev4-0/+279
2016-01-06Backport xcb_fix_drag_and_drop_when_window_is_hidden.patch.Lisandro Damián Nicanor Pérez Meyer2-0/+140
2016-01-06Refresh patches.Lisandro Damián Nicanor Pérez Meyer2-15/+5
2016-01-06Backport xcb_dont_select_XInput_events_on_root_window.patchLisandro Damián Nicanor Pérez Meyer2-0/+46
Closes: #807528
2016-01-03Refresh backported patchAdam Majer1-11/+11
2016-01-03Backport multiscreen.diff from 5.6 branchAdam Majer2-0/+98
2016-01-02Add qt_functions_missing_eval.diff to fix a bug in qt_functions.prf.Dmitry Shachnev2-0/+17
This change is needed to make qtimageformats tests success.
2015-12-30Add qnativesocketengine_freebsd.diff to fix the build failure on kFreeBSD.Dmitry Shachnev2-0/+17
2015-12-29Add a patch to remove useless check for D-Bus presense on configure time.Dmitry Shachnev2-0/+22
2015-12-22Update patches for the new release.Dmitry Shachnev12-748/+1
2015-12-21Backport Fix-crash-on-exit-caused-by-QStringLiterals.patchLisandro Damián Nicanor Pérez Meyer2-0/+48
2015-11-23Make uic generate correct include paths for QValidator-derived classes.Dmitry Shachnev2-0/+23
Closes: #800375.
2015-11-17Backport two upstream patches fix some issues with QNetworkAccessManager.Dmitry Shachnev3-0/+329
- qnetworkaccessmanager_accessibility.diff to fix upstream QTBUG-46323. - qnetworkreply_abort_socket.diff to fix upstream QTBUG-47471. Thanks to Soeren D. Schulze for the bug report and to Gaudenz Steinlin for pointing me to the patches.
2015-11-16Drop Fix-compile-error-on-big-endian.patch.Dmitry Shachnev2-24/+0
The fix was applied upstream in 5.5.1, and the refreshed version of that patch changes an unrelated function.
2015-11-16Mark mips_no_atomic.diff as applied upstream.Dmitry Shachnev1-10/+7
2015-11-16Auto-detect whether 64-bit std::atomic really works.Dmitry Shachnev2-2/+208
2015-11-02Disable broken MIPS atomics code, fall back to C++11/GCC atomics.Dmitry Shachnev2-0/+28
2015-11-02Mark bsd_volumeinfo.diff and hurd_forkfd.diff as applied upstream.Dmitry Shachnev3-8/+4
2015-11-01Drop one of two hurd-forkfd patches.Dmitry Shachnev2-27/+0
For some reason I did not notice that there is already one when I was adding the second one.
2015-10-28Rename the patch to a more readable name, and refresh it.Dmitry Shachnev2-7/+2
The previous name also had an error: the "not" in "do not hide/show" was incorrect.
2015-10-28Add upstream patch to avoid VLC regression.Lisandro Damián Nicanor Pérez Meyer2-0/+34
2015-10-23Add a patch to undef HAVE_WAITID if needed constants are not defined.Dmitry Shachnev2-0/+18
This should fix the build on hurd-i386.
2015-10-23Add a patch to fix QStorageInfo implementation for BSD4 systems.Dmitry Shachnev2-0/+40
2015-10-22Backport upstream patch to set positionAutomatic when using setX/setY.Dmitry Shachnev2-0/+31
Partially fixes the VLC display issues.
2015-10-09Remove gnukfreebsd_processNameByPid.diff.Lisandro Damián Nicanor Pérez Meyer2-50/+0
Seems implemented with a different approach.
2015-10-09Refresh hurd-forkfd.diff.Lisandro Damián Nicanor Pérez Meyer1-5/+9
2015-10-09Refersh patch.Lisandro Damián Nicanor Pérez Meyer1-8/+3
2015-10-09Remove patch already present upstream.Lisandro Damián Nicanor Pérez Meyer2-31/+0
2015-09-07Backport upstream patch to fix a windowing issue.Ralf Jung2-0/+31
2015-08-14Copy patch from qt4-x11 to link ibase sql plugin against firebird.Dmitry Shachnev2-0/+24
2015-07-31Add processNameByPid implementation for GNU/kFreeBSD.Dmitry Shachnev2-0/+50
2015-07-31Merge branch 'master' into experimental.Dmitry Shachnev2-19/+0
2015-07-23Fix packages for armhfRohan Garg2-19/+0
* Drop revert_upstream_bsymbolic_change.patch, still broken on armhf (QTBUG-47350) * Let configure work out if reduce-relocations is supported
2015-07-06Put the patch in the list of backported ones.Lisandro Damián Nicanor Pérez Meyer1-1/+1
2015-07-06Add debian/patches/Fix-compile-error-on-big-endian.patchTimo Jyrinki2-0/+29
Conflicts: debian/changelog debian/patches/series
2015-07-06Revert "Backport Fix_QImage_format_after_inplace_conversion.patch"Lisandro Damián Nicanor Pérez Meyer2-623/+0
This reverts commit 2668d01168f6dd0ce5d70c7d5235ca98630f711e. My bad, this is actually the commit that broke the code. Upstream is working on a patch.
2015-07-06Backport Fix_QImage_format_after_inplace_conversion.patchLisandro Damián Nicanor Pérez Meyer2-0/+623
Solves a FTBFS in powerpc.
2015-07-04Fix build on HurdPino Toscano2-0/+23
temporarly disable waitid() in forkfd code
2015-07-03This patch is debian-only.Lisandro Damián Nicanor Pérez Meyer1-1/+1
2015-07-03Refresh gnukfreebsd.diff.Lisandro Damián Nicanor Pérez Meyer1-4/+4
2015-07-03Remove backported patches already present upstream.Lisandro Damián Nicanor Pérez Meyer3-96/+0
2015-05-25Remove tst_QNetworkDiskCache-Stop-using-actual-web-servers.patchLisandro Damián Nicanor Pérez Meyer2-64/+0
Applied upstream.