lp://qastaging/~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-1948
- Get this branch:
- bzr branch lp://qastaging/~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-1948
Branch merges
Related bugs
Bug #1577828: ActivityIndicator should respect theme activity color (i.e. it should be blue) | Undecided | Fix Released | |
Bug #1587176: Impossible to visually separate determinate and indeterminate ProgressBars where showProgressPercentage is false | High | Fix Released | |
Bug #1614045: tst_focus.13.qml trigger_via_keyboard is bogus for ComboButton | Undecided | Fix Released | |
Bug #1616858: ActionBar overflow issues with Qt 5.6 | Critical | Fix Released | |
Bug #1616868: Scrollbar thumb shows as hovered after touch release | High | Fix Released | |
Bug #1616926: Scrollbar thumb shows as hovered after mouse is released outside the thumb | High | Fix Released | |
Bug #1617745: popupUtils.open() won't work inside Window with "null" caller | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1360. By CI Train Bot Account
-
* Scrollbar: more hover related bugfixes and unit tests.
Fixes: LP: #1616868, LP: #1616926* QuickUtils.
rootObject( ) needs to handle QQuickWindow. Fixes: LP: #1617745
* Correctly test and fix trigger override of ComboButton. Fixes: LP: #1614045Increase the top marging when scrolling upwards. Fixes LP: 1618581
* Temporarily skip unit tests on xenial while not all MPs to fix Qt 5.6 issues
have landed yet.* Make ActivityIndicator spinner blue instead of orange. Fixes: LP: #1577828.
* Changed src/ directory layout. Made the source directory layout consistent
with Qt libs. The C++ libraries have been moved to src/ and the QML modules
to src/imports/. That also makes it easier to differentiate between modules
and libraries since we have a bunch of them now.
* Moved internal tools meant to generate code for the toolkit lib from the QML
module directory to the lib directory where it makes more sense.
* Fixed the build as a Qt submodule.
* Fixed, cleaned up and standardised header inclusions. Apart from the clean
up and the readability improvements, this fixes a bunch of broken private
header inclusions (#include "foo_p.h" in private headers instead of
"private/foo_p.h" or better ), now all the private headers of the UITK can
be included by the users withour compilation issues. It also removes a bunch
of direct includes from sources and a few INCLUDEPATHs hacks.See the CODING
file for more details.
* Cleaned up ubuntu_qt_module. prf and the libs using it.
1/ Moved the common config options from the pro files to the prf file to
avoid duplications and simplify the files.
2/ Removed the useless "TEMPLATE=lib" and "load(qt_build_config) " lines from
the pro files since it's done for us by qt_module.prf.
3/ Use QT= instead of QT*= since it's well defined that by default its
content is "core gui".
4/ Prefixed headers and sources by $$PWD/ and sorted the lines
alphabetically.
5/ Merged the SOURCES declarations in UbuntuToolkit.pro.
6/ Removed the useless "DEFINES += QT_USE_QSTRINGBUILDER" line from
UbuntuToolkit.pro since it's done for us by qt_module.prf.
7/ Removed the useless "QMAKE_CXXFLAGS -= -Werror=deprecated- declarations"
and "DEFINES -= QT_DEPRECATED_WARNINGS" lines from UbuntuToolkit.pro
since it's already done in ubuntu_qt_module. prf.
8/ Added a few comments.
* Made use of Qt builtin to check GCC version.* Improve the initialization of Action when it gets both iconName and
iconSource from an external component when iconSource is undefined. This
fixes the some times missing overflow button in the ActionBar with Qt 5.6.
I also removed action: modelData from the OverflowPanel because this is
already set automatically in ActionSelectionPopover after everything is
initialized. That fixes a ReferenceError in OverflowPanel with Qt 5.6.
Fixes: LP: #1616858.
* Use the new arrow icons from the suru-icon-theme in the scrolling ActionBar.
* Do not skip Xenial and Yakkety series for running unit tests. Individual
unit tests that fail with Qt 5.6 have been disabled, and bugs are reported
here: http://goo.gl/ stAe43 * New visuals for ProgressBar. Fixes: LP: #1587176.
* Fix regression on ActionList API. Fixes: bugs 1623841.
* Do not show focus frame on disabled items. Fixes: bugs 1611327. - 1359. By Launchpad Translations on behalf of ubuntu-sdk-team
-
Launchpad automatic translations update.
- 1353. By CI Train Bot Account
-
* Remove the *.la files from the -dev package; they have been obsolete for
many years, cause dependency trouble.
* Fix the sscanf and roundf incompatiblity for Yaketty builds
* API for MenuBar, Menus, MenuItem & MenuSeparator.
* Introduced Action states & ExclusiveGroup action list
* Add ScrollingActionBarStyle.
* SplitView to Ubuntu.Components. Labs.
* Get rid of pragma warning, use standard way to mark an argument unused; fix
build failure related to static const used in qMin(), happening with Qt5.5.1
* ActivityIndicatorStyle: set default size on component instead of style.
* Update Popover and ListItem code examples to use the new ListItem and
ListItemLayout components.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/ubuntu-ui-toolkit