Drop fix-memory-api.patch, which causes crashes.
This commit is contained in:
parent
469e0ac106
commit
7d87aef15b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ qterminal (0.14.1-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Run wrap-and-sort.
|
* Run wrap-and-sort.
|
||||||
|
* Drop fix-memory-api.patch, which causes crashes.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 09 Mar 2019 13:25:22 -0600
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 09 Mar 2019 13:25:22 -0600
|
||||||
|
|
||||||
|
19
debian/patches/fix-memory-api.patch
vendored
19
debian/patches/fix-memory-api.patch
vendored
@ -1,19 +0,0 @@
|
|||||||
Description: Adapt to API changes
|
|
||||||
This adapts to API changes in qtermwidget which were made when fixing a
|
|
||||||
memory problem when right-clicking on links.
|
|
||||||
Author: Yen Chi Hsuan <yan12125@gmail.com>
|
|
||||||
Origin: upstream
|
|
||||||
Bug: https://github.com/lxqt/qterminal/issues/358
|
|
||||||
Applied-Upstream: commit:cbdb9e2
|
|
||||||
Last-Update: 2018-07-10
|
|
||||||
--- a/src/termwidget.cpp
|
|
||||||
+++ b/src/termwidget.cpp
|
|
||||||
@@ -137,7 +137,7 @@ void TermWidgetImpl::customContextMenuCa
|
|
||||||
QMenu menu;
|
|
||||||
QMap<QString, QAction*> actions = findParent<MainWindow>(this)->leaseActions();
|
|
||||||
|
|
||||||
- QList<QAction*> extraActions = filterActions(pos);
|
|
||||||
+ QList<QAction*> extraActions = filterActions(pos, &menu);
|
|
||||||
for (auto& action : extraActions)
|
|
||||||
{
|
|
||||||
menu.addAction(action);
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1 @@
|
|||||||
appdata.patch
|
appdata.patch
|
||||||
fix-memory-api.patch
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user