summaryrefslogtreecommitdiff
path: root/dev-qt
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/qt-creator: stop enabling USE=webengine by defaultDavide Pesavento2020-07-111-1/+1
| | | | | | | | QtWebEngine is a very large dependency and the built-in backends (litehtml and QTextBrowser) are normally enough. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-qt/qt-creator: the qbs plugin no longer links to libqbscoreDavide Pesavento2020-07-111-3/+1
| | | | | | | https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=6913947986a1aebeb9eba6212ef270c31de28af8 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-qt/qt-creator: restore the autotools pluginDavide Pesavento2020-07-111-1/+2
| | | | | | | | Not sure why it was dropped in the 4.10.0_rc1 version bump Bug: https://bugs.gentoo.org/721720 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-qt/qt-creator: Qt 5.14 is now requiredDavide Pesavento2020-07-111-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-qt/qt-creator: re-introduce bazaar USE flagDavide Pesavento2020-07-112-1/+2
| | | | | | | | | | Handle it like clearcase and perforce. Amends commit 045077ec0296e1508b28da617c6fab978620714d, which ended up always *enabling* the plugin instead of disabling it. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-qt/qt-docs: Drop IUSE=core and install tarballs unconditionallyAndreas Sturmlechner2020-07-021-1/+3
| | | | | | | | | It is probably not unreasonable for those components and solves two issues. Reported-by: <xbjfk.github@gmail.com> Closes: https://bugs.gentoo.org/729986 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qt-docs: add timeline to 5.15Jason A. Donenfeld2020-06-252-1/+3
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: bump to 4.12.3Jason A. Donenfeld2020-06-252-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Drop qt-creator-4.12.0Peter Levine2020-06-252-205/+0
| | | | | | | | Buggy ebuild and superseded by 4.12.2. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Bump qt-creator-4.12.2Peter Levine2020-06-252-0/+236
| | | | | | | | Bug: https://bugs.gentoo.org/700142 Closes: https://github.com/gentoo/gentoo/pull/15711 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Build against dev-libs/libclangformat-idePeter Levine2020-06-252-4/+74
| | | | | | | | | Build against a patched libclangFormat in the correct slot for a fully functional clangformat plugin. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Pass the correct clang stotPeter Levine2020-06-251-0/+4
| | | | | | | | Add llvm_check_deps to check for the right clang slot. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Add dev-qt/qtquicktimeline to rdepsPeter Levine2020-06-251-1/+2
| | | | | | | | | | | qmldesigner and studiowelcome both have qmls which import QtQuick.Timeline. If not available at runtime, stderr prints 'module "QtQuick.Timeline" is not installed"'. When installed, all is well and studiowelcome, if enabled, shows a nice animated splash. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-docs: Add qtquicktimeline docsPeter Levine2020-06-253-0/+105
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qtquicktimeline: add qtquicktimeline modulePeter Levine2020-06-253-0/+32
| | | | | | | | | The qtquicktimeline module has been added to qt upstream and is required for qt-creator's qmldesigner and studiowelcome plugins Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Remove sys-devel/clang:8 dependencyPeter Levine2020-06-251-1/+0
| | | | | | | | Prepare for eventual removal of sys-devel/clang:8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Unbundle yaml-cppPeter Levine2020-06-251-1/+5
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Unbundle KSyntaxHighlightingPeter Levine2020-06-251-1/+7
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Support clang-10Peter Levine2020-06-252-2/+95
| | | | | | | | | | | Builds and runs without issue using patch from https://codereview.qt-project.org/c/qt-creator/qt-creator/+/299377 Closes: https://bugs.gentoo.org/720240 Closes: https://bugs.gentoo.org/711788 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: Add bdepsPeter Levine2020-06-251-3/+5
| | | | | | | | | pkgconfig, qdoc, and binaries from linguist-tools need to execute at build time. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: rm fixupsPeter Levine2020-06-251-2/+2
| | | | | | | | Don't use -f. If it fails, we likely want to know. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: rollback change to apply Peter's workJason A. Donenfeld2020-06-254-45/+3
| | | | | | | This reverts commit b5b9383e897b618372ae474fedb68517738a0d04. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qt-creator: build with clang 10 and bump to 4.12.3Jason A. Donenfeld2020-06-254-3/+45
| | | | | | | Closes: https://bugs.gentoo.org/723644 Closes: https://bugs.gentoo.org/722306 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-qt/qtquickcontrols2: Drop 5.14.2 (r0)Andreas Sturmlechner2020-06-221-30/+0
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtdeclarative: Drop 5.14.2-r2Andreas Sturmlechner2020-06-221-58/+0
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtmultimedia: Drop 5.14.2 (r0)Andreas Sturmlechner2020-06-221-68/+0
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtnetwork: Drop vulnerable 5.14.2 (r0)Andreas Sturmlechner2020-06-221-62/+0
| | | | | | Bug: https://bugs.gentoo.org/727604 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtnetwork: ppc64 stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtmultimedia: ppc64 stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtdeclarative: ppc64 stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtnetwork: ppc stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtmultimedia: ppc stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtdeclarative: ppc stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtnetwork: arm stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtmultimedia: arm stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtdeclarative: arm stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtquickcontrols2: amd64 stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtnetwork: amd64 stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtmultimedia: amd64 stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtdeclarative: amd64 stable wrt bug #727604Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtquickcontrols2: x86 stable (bug #727604)Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-qt/qtdeclarative: x86 stable (bug #727604)Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-qt/qtmultimedia: x86 stable (bug #727604)Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-qt/qtnetwork: x86 stable (bug #727604)Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-qt/qtquickcontrols2: arm64 stable (bug #727604)Sam James (sam_c)2020-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-qt/qtdeclarative: arm64 stable (bug #727604)Sam James (sam_c)2020-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-qt/qtmultimedia: arm64 stable (bug #727604)Sam James (sam_c)2020-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-qt/qtnetwork: arm64 stable (bug #727604)Sam James (sam_c)2020-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-qt/qtquickcontrols2: Menu: account for scale before positioningAndreas Sturmlechner2020-06-102-0/+95
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtdeclarative: Fix QQuickMouseArea get stuck in pressed stateAndreas Sturmlechner2020-06-102-0/+114
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>