Activity log for bug #1387537

Date Who What changed Old value New value Message
2014-10-30 07:14:10 Timo Jyrinki bug added bug
2014-10-30 07:14:31 Timo Jyrinki summary Should not use private Qt headers online-accounts should not use private Qt headers
2014-10-30 07:14:41 Timo Jyrinki bug task added oxide
2014-10-30 07:14:51 Timo Jyrinki bug task added ubuntu-system-settings-online-accounts (Ubuntu)
2014-10-30 07:15:00 Timo Jyrinki bug task added oxide-qt (Ubuntu)
2014-10-30 07:27:52 Olivier Tilloy bug task added webbrowser-app
2014-10-30 07:28:07 Olivier Tilloy bug task added webbrowser-app (Ubuntu)
2014-12-02 12:10:03 Timo Jyrinki summary online-accounts should not use private Qt headers Oxide should provide an interface to avoid webbrowser-app / online-accounts using private Qt headers
2014-12-02 17:57:27 David Barth oxide: milestone branch-1.5
2014-12-19 08:01:01 Timo Jyrinki ubuntu-system-settings-online-accounts: importance Undecided High
2014-12-19 08:01:03 Timo Jyrinki webbrowser-app: importance Undecided High
2014-12-19 08:01:06 Timo Jyrinki ubuntu-system-settings-online-accounts (Ubuntu): importance Undecided High
2014-12-19 08:01:09 Timo Jyrinki oxide-qt (Ubuntu): importance Undecided High
2014-12-19 08:01:13 Timo Jyrinki webbrowser-app (Ubuntu): importance Undecided High
2014-12-19 08:01:20 Timo Jyrinki bug task added ubuntu-html5-theme
2014-12-19 08:01:33 Timo Jyrinki bug task added ubuntu-html5-theme (Ubuntu)
2014-12-19 08:01:41 Timo Jyrinki ubuntu-html5-theme: importance Undecided High
2014-12-19 08:01:43 Timo Jyrinki ubuntu-html5-theme (Ubuntu): importance Undecided High
2014-12-19 08:01:48 Timo Jyrinki tags qt5.4
2014-12-19 08:09:27 Timo Jyrinki ubuntu-system-settings-online-accounts: importance High Undecided
2014-12-19 08:09:31 Timo Jyrinki ubuntu-html5-theme: importance High Undecided
2014-12-19 08:09:33 Timo Jyrinki webbrowser-app: importance High Undecided
2014-12-19 08:09:35 Timo Jyrinki ubuntu-html5-theme (Ubuntu): importance High Undecided
2014-12-19 08:09:39 Timo Jyrinki ubuntu-system-settings-online-accounts (Ubuntu): importance High Undecided
2014-12-19 08:09:40 Timo Jyrinki webbrowser-app (Ubuntu): importance High Undecided
2014-12-19 08:10:18 Timo Jyrinki ubuntu-html5-theme (Ubuntu): status New Incomplete
2014-12-19 08:10:29 Timo Jyrinki ubuntu-system-settings-online-accounts: status New Incomplete
2014-12-19 08:10:39 Timo Jyrinki ubuntu-html5-theme: status New Incomplete
2014-12-19 08:10:47 Timo Jyrinki webbrowser-app: status New Incomplete
2014-12-19 08:10:49 Timo Jyrinki ubuntu-system-settings-online-accounts (Ubuntu): status New Incomplete
2014-12-19 08:10:51 Timo Jyrinki webbrowser-app (Ubuntu): status New Incomplete
2015-01-26 20:28:42 Chris Coulson oxide: milestone branch-1.5 branch-1.6
2015-02-03 12:11:08 Timo Jyrinki description There's a critical bug that is being fixed with the following MP: https://code.launchpad.net/~abreu-alexandre/ubuntu-system-settings-online-accounts/use-hw-compositiing-oxide-rtm-1409/+merge/239999 This bug is about removing the need for that, since using private headers causes extra pain for Qt migrations and we should minimize their usage. Could Oxide provide this somehow else, so that only Oxide would use the private headers (like it already does)? There's a critical bug that is being fixed with the following MP: https://code.launchpad.net/~abreu-alexandre/ubuntu-system-settings-online-accounts/use-hw-compositiing-oxide-rtm-1409/+merge/239999 This bug is about removing the need for that, since using private headers causes extra pain for Qt migrations and we should minimize their usage. Could Oxide provide this somehow else, so that only Oxide would use the private headers (like it already does)? Update: not blocker for Qt 5.4, but simply something that would help Qt transitions in future by removing 5 packages from the transition list
2015-02-05 09:58:36 Timo Jyrinki tags qt5.4
2015-02-05 09:59:47 Timo Jyrinki summary Oxide should provide an interface to avoid webbrowser-app / online-accounts using private Qt headers Use Qt::AA_ShareOpenGLContexts and drop Qt private headers usage
2015-02-05 09:59:52 Timo Jyrinki oxide: status New Incomplete
2015-02-05 09:59:55 Timo Jyrinki ubuntu-system-settings-online-accounts: status Incomplete Confirmed
2015-02-05 09:59:57 Timo Jyrinki ubuntu-html5-theme: status Incomplete Confirmed
2015-02-05 09:59:59 Timo Jyrinki webbrowser-app: status Incomplete Confirmed
2015-02-05 10:00:01 Timo Jyrinki ubuntu-html5-theme (Ubuntu): status Incomplete Confirmed
2015-02-05 10:00:03 Timo Jyrinki ubuntu-system-settings-online-accounts (Ubuntu): status Incomplete Confirmed
2015-02-05 10:01:10 Timo Jyrinki description There's a critical bug that is being fixed with the following MP: https://code.launchpad.net/~abreu-alexandre/ubuntu-system-settings-online-accounts/use-hw-compositiing-oxide-rtm-1409/+merge/239999 This bug is about removing the need for that, since using private headers causes extra pain for Qt migrations and we should minimize their usage. Could Oxide provide this somehow else, so that only Oxide would use the private headers (like it already does)? Update: not blocker for Qt 5.4, but simply something that would help Qt transitions in future by removing 5 packages from the transition list Update: Qt 5.4 provides Qt::AA_ShareOpenGLContexts function that should help in dropping the Qt private headers usage in ubuntu-html5-theme, ubuntu-system-settings-online-accounts and webbrowser-app. --- original report --- There's a critical bug that is being fixed with the following MP: https://code.launchpad.net/~abreu-alexandre/ubuntu-system-settings-online-accounts/use-hw-compositiing-oxide-rtm-1409/+merge/239999 This bug is about removing the need for that, since using private headers causes extra pain for Qt migrations and we should minimize their usage. Could Oxide provide this somehow else, so that only Oxide would use the private headers (like it already does)? Update: not blocker for Qt 5.4, but simply something that would help Qt transitions in future by removing 5 packages from the transition list
2015-02-05 10:01:34 Timo Jyrinki webbrowser-app (Ubuntu): status Incomplete Confirmed
2015-02-05 10:03:02 Timo Jyrinki description Update: Qt 5.4 provides Qt::AA_ShareOpenGLContexts function that should help in dropping the Qt private headers usage in ubuntu-html5-theme, ubuntu-system-settings-online-accounts and webbrowser-app. --- original report --- There's a critical bug that is being fixed with the following MP: https://code.launchpad.net/~abreu-alexandre/ubuntu-system-settings-online-accounts/use-hw-compositiing-oxide-rtm-1409/+merge/239999 This bug is about removing the need for that, since using private headers causes extra pain for Qt migrations and we should minimize their usage. Could Oxide provide this somehow else, so that only Oxide would use the private headers (like it already does)? Update: not blocker for Qt 5.4, but simply something that would help Qt transitions in future by removing 5 packages from the transition list Update: Qt 5.4 provides Qt::AA_ShareOpenGLContexts function that should help in dropping the Qt private headers usage in ubuntu-html5-theme, ubuntu-system-settings-online-accounts and webbrowser-app. More information about Qt 5.4 at: https://wiki.ubuntu.com/Touch/QtTesting --- original report --- There's a critical bug that is being fixed with the following MP: https://code.launchpad.net/~abreu-alexandre/ubuntu-system-settings-online-accounts/use-hw-compositiing-oxide-rtm-1409/+merge/239999 This bug is about removing the need for that, since using private headers causes extra pain for Qt migrations and we should minimize their usage. Could Oxide provide this somehow else, so that only Oxide would use the private headers (like it already does)? Update: not blocker for Qt 5.4, but simply something that would help Qt transitions in future by removing 5 packages from the transition list
2015-02-05 11:23:29 David Barth oxide: assignee Alexandre Abreu (abreu-alexandre)
2015-02-05 11:35:59 Chris Coulson oxide: status Incomplete Invalid
2015-02-05 18:31:56 David Barth oxide: assignee Alexandre Abreu (abreu-alexandre)
2015-02-05 18:32:17 David Barth ubuntu-system-settings-online-accounts: assignee Alexandre Abreu (abreu-alexandre)
2015-02-05 18:32:25 David Barth ubuntu-html5-theme: assignee Alexandre Abreu (abreu-alexandre)
2015-02-05 18:32:31 David Barth webbrowser-app: assignee Alexandre Abreu (abreu-alexandre)
2015-02-18 00:10:13 Chris Coulson oxide: milestone branch-1.6
2015-02-18 15:47:41 Launchpad Janitor branch linked lp:~osomon/webbrowser-app/AA_ShareOpenGLContexts
2015-02-18 15:47:58 Olivier Tilloy webbrowser-app: assignee Alexandre Abreu (abreu-alexandre) Olivier Tilloy (osomon)
2015-02-18 15:48:03 Olivier Tilloy webbrowser-app: status Confirmed In Progress
2015-02-18 15:48:12 Olivier Tilloy webbrowser-app (Ubuntu): status Confirmed In Progress
2015-02-18 15:48:14 Olivier Tilloy webbrowser-app (Ubuntu): assignee Olivier Tilloy (osomon)
2015-02-18 15:58:56 Alexandre Abreu ubuntu-html5-theme: status Confirmed In Progress
2015-02-18 15:59:08 Alexandre Abreu ubuntu-system-settings-online-accounts: status Confirmed In Progress
2015-02-24 09:45:47 Olivier Tilloy webbrowser-app: importance Undecided Medium
2015-02-26 16:29:54 Launchpad Janitor webbrowser-app (Ubuntu): status In Progress Fix Released
2015-02-26 16:39:46 Olivier Tilloy webbrowser-app: status In Progress Fix Released
2015-02-27 03:43:02 Launchpad Janitor branch linked lp:~untrusted-ci-dev-bot/webbrowser-app/ubuntu-vivid-proposed
2015-03-27 10:13:47 David Barth ubuntu-system-settings-online-accounts: status In Progress Fix Released
2015-03-27 10:15:06 David Barth bug task deleted oxide-qt (Ubuntu)
2015-03-27 10:15:45 David Barth bug task deleted oxide
2015-04-27 16:58:29 Alberto Mardegan ubuntu-system-settings-online-accounts: assignee Alexandre Abreu (abreu-alexandre) Alberto Mardegan (mardy)
2015-04-27 16:58:32 Alberto Mardegan ubuntu-system-settings-online-accounts: status Fix Released In Progress
2015-04-27 17:20:15 Launchpad Janitor branch linked lp:~mardy/ubuntu-system-settings-online-accounts/lp1387537
2015-04-27 20:12:14 Launchpad Janitor branch linked lp:~mardy/ubuntu-system-settings-online-accounts/lp1447175
2015-04-30 17:30:58 Alexandre Abreu branch linked lp:~abreu-alexandre/ubuntu-html5-theme/remove-qt-private-deps
2015-04-30 17:32:01 Alexandre Abreu ubuntu-html5-theme: importance Undecided High
2015-05-20 18:51:41 Launchpad Janitor ubuntu-html5-theme (Ubuntu): status Confirmed Fix Released
2015-05-28 04:36:22 Launchpad Janitor branch linked lp:ubuntu/ubuntu-html5-theme
2015-05-29 14:22:44 Alexandre Abreu ubuntu-html5-theme: status In Progress Fix Committed
2015-06-16 13:09:55 Alexandre Abreu ubuntu-html5-theme: status Fix Committed Fix Released
2015-07-02 18:07:23 Launchpad Janitor branch linked lp:ubuntu/wily-proposed/ubuntu-system-settings-online-accounts
2015-07-02 19:31:38 Launchpad Janitor ubuntu-system-settings-online-accounts (Ubuntu): status Confirmed Fix Released
2015-11-05 09:19:23 Alberto Mardegan ubuntu-system-settings-online-accounts: status In Progress Fix Released