webbrowser-app still depends on qtdeclarative-abi
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| webbrowser-app |
Fix Released
|
Medium
|
Olivier Tilloy | |
| webbrowser-app (Ubuntu) |
Undecided
|
Olivier Tilloy |
Bug Description
Even though the fix for bug #1387537 is included in https:/
This should be fixed.
Related branches
- Ken VanDine: Approve on 2015-02-27
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-02-26
- Loïc Molinari: Pending requested 2015-02-18
- Florian Boucault: Pending requested 2015-02-18
-
Diff: 705 lines (+71/-388)13 files modifieddebian/control (+3/-5)
src/Ubuntu/Web/plugin.cpp (+15/-1)
src/app/webbrowser/BrowserTab.qml (+22/-37)
src/app/webbrowser/CMakeLists.txt (+1/-4)
src/app/webbrowser/file-operations.cpp (+14/-1)
src/app/webbrowser/file-operations.h (+3/-1)
src/app/webbrowser/item-capture.cpp (+0/-123)
src/app/webbrowser/item-capture.h (+0/-62)
src/app/webbrowser/webbrowser-app.cpp (+0/-2)
tests/unittests/qml/CMakeLists.txt (+2/-3)
tests/unittests/qml/tst_BrowserTab.qml (+1/-21)
tests/unittests/qml/tst_ItemCapture.qml (+0/-125)
tests/unittests/qml/tst_QmlTests.cpp (+10/-3)
Olivier Tilloy (osomon) wrote : | #1 |
Changed in webbrowser-app: | |
status: | New → In Progress |
assignee: | nobody → Olivier Tilloy (osomon) |
importance: | Undecided → Medium |
Changed in webbrowser-app (Ubuntu): | |
assignee: | nobody → Olivier Tilloy (osomon) |
status: | New → In Progress |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package webbrowser-app - 0.23+15.
---------------
webbrowser-app (0.23+15.
[ CI Train Bot ]
* New rebuild forced.
[ Olivier Tilloy ]
* Use the new Item::grabToImage() API (new in Qt 5.4) to replace the
custom ItemCapture element. (LP: #1401581, #1425550)
[ Robert Bruce Park ]
* Launchpad automatic translations update.
-- CI Train Bot <email address hidden> Thu, 26 Feb 2015 18:10:41 +0000
Changed in webbrowser-app (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in webbrowser-app: | |
status: | In Progress → Fix Released |
Timo Jyrinki (timo-jyrinki) wrote : | #3 |
Confirming abi dependency is gone!
This is because webbrowser-app still has a dependency on qtdeclarative5-dev, for the ItemCapture custom Item. This will be removed once https:/ /code.launchpad .net/~osomon/ webbrowser- app/use- grabToImage/ +merge/ 250223 lands (I’ll update the MR to remove the dep from debian/control as soon as 0.23+15. 04.20150224- 0ubuntu1 migrates to release).