| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tst_extras::Tests_Common::test_resize(PieMenu) is constantly crashing
in the Win 10 CI. This is a random shot attempting to solve the crash.
We're not able to reproduce the issue locally or even when running the
test manually on the CI.
Change-Id: I4722b7ea9aeca640991602d1148a61eaa91066b3
Reviewed-by: Mitch Curtis <[email protected]>
|
|\|
| |
| |
| | |
Change-Id: Ic78345c599719f3dd80b1d6a6004d46a085da4af
|
| |
| |
| |
| |
| |
| |
| |
| | |
Subjects each *.png file that matched grep -law "sRGB" to:
pngcrush -ow -brute -rem allb -reduce -force
Change-Id: I88acc450a8af929b011286d2ba2f81e75ed0faa9
Reviewed-by: Topi Reiniƶ <[email protected]>
|
| |
| |
| |
| |
| |
| |
| | |
Task-number: QTBUG-35754
Task-number: QTBUG-45868
Change-Id: I9bb332bc85713a17f02f3e7e768592e3234edfe3
Reviewed-by: J-P Nurmi <[email protected]>
|
| |
| |
| |
| |
| |
| |
| | |
Updated FDL license headers
Change-Id: I867e7f1cb551f2141a4344d505bbf5d694df4720
Reviewed-by: Lars Knoll <[email protected]>
|
|/
|
|
|
|
|
| |
Update old header.LGPL3 to header.LGPL
Change-Id: I3c851bc24da89f6300b94199387d1adf16ca4f48
Reviewed-by: Lars Knoll <[email protected]>
|
|
|
|
|
|
|
| |
Change-Id: Iae6420d4e0f0f1ef374cce4ab91101e3b04af6bf
Reviewed-by: Gabriel de Dietrich <[email protected]>
Reviewed-by: Alex Blasche <[email protected]>
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mobile-centric ApplicationWindowStyle implementations (Flat & Android)
use a proxy menu to morph menubar items into a single menu button. The
items are owned by the menubar and must not be deleted by the proxy
menu. Otherwise, depending on the destruction order, the items would
get deleted twice.
Change-Id: I92d0c45fc3274574fd1edf34d8d3d081990f2727
Task-number: QTBUG-48927
Reviewed-by: Mitch Curtis <[email protected]>
|
|\
| |
| |
| | |
Change-Id: I7177ee6f1dc74d7f0d2ac9a3aedcc8d7a00cee41
|
| |
| |
| |
| |
| |
| | |
Change-Id: I1c9e3edf401b4a6b02bafe4086a57679b4ada79c
Reviewed-by: Mitch Curtis <[email protected]>
Reviewed-by: Liang Qi <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Extending the Tumblers setCurrentIndexAt method with timeinterval, which
is set to the animation so while it changes it can move slower then
default.
Task-number: QTBUG-48680
Change-Id: Ic8e76c604bad928ae7b11cfbea76c11d5d295f80
Reviewed-by: Mitch Curtis <[email protected]>
|
| |
| |
| |
| |
| |
| | |
Change-Id: I1541593e3aed08a82a0041a68c93a3cb753236fc
Task-number: QTBUG-48918
Reviewed-by: J-P Nurmi <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The examplesinstallpath variable in .qdocconf files defines the path
under QT_INSTALL_EXAMPLES where examples are found.
To match the way examples are packaged in Qt 5.6, prefix the
install path with the repository name.
Task-number: QTBUG-48736
Change-Id: I5630d8d7a566d57fea84447ca6099d8ab95bc681
Reviewed-by: Venugopal Shivashankar <[email protected]>
|
|\|
| |
| |
| | |
Change-Id: Ie26c941c33fdd8baab49dc13b84d02e2b83af5e1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The classname in qmldir needs to match the name of the c++
class that represents the plugin. Otherwise qmlimportscanner
will be confused.
Task-number: QTBUG-47489
Change-Id: Iac56803127cad7bf072f29c611936df16dcf32d4
Reviewed-by: Mitch Curtis <[email protected]>
|
|/
|
|
|
|
| |
Change-Id: I8936d86f9cac5b0cc6231dc08fb986129c68f599
Reviewed-by: J-P Nurmi <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
QDoc gets confused if 'readonly' is mentioned as one of the
parameters to \qmlproperty. The read-only qualifier is
already detected from the property declaration, so we don't
have to mention it twice.
Change-Id: I14834aeca5aac99ea55ca9eacbff2bef8c0ee5f1
Task-number: QTBUG-47576
Reviewed-by: Venugopal Shivashankar <[email protected]>
|
|
|
|
|
|
|
|
|
| |
The entire module is "new" with 5.5, and there are already \since
statements in place declaring this.
Change-Id: I76bc2941a520a82de0bd9780ac1786d5430acd0f
Reviewed-by: Liang Qi <[email protected]>
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Include QtQuick.Controls in StatusIndicator.qml to ensure that the
Settings singleton is known, otherwise we get:
qrc:///ExtrasImports/QtQuick/Extras/StatusIndicator.qml:115: TypeError:
Cannot read property 'color' of null
qrc:///ExtrasImports/QtQuick/Extras/StatusIndicator.qml:92:
ReferenceError: Settings is not defined
Change-Id: I61d47bcf4e7ee43a932f8f55a2e2d700a849618f
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Q_INIT_RESOURCES declares an external symbols, and if therefore
Q_INIT_RESOURCES is within a namespace, it will also think that declared symbol
has to be in the namespace. However our rcc generated symbols are in the global
namespace, so that's also from where we need to call Q_INIT_RESOURCES.
Task-number: QTBUG-46393
Change-Id: Id3b5f4fbf561724811e3e9aec7d37def20903ea7
Reviewed-by: Liang Qi <[email protected]>
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Strip contained color profiles causing the warning:
libpng warning: iCCP: known incorrect sRGB profile
arrow-down.png 184 -> 99 bytes
[email protected] 212 -> 138 bytes
arrow-left.png 114 -> 98 bytes
arrow-right.png 114 -> 99 bytes
arrow-up.png 186 -> 112 bytes
[email protected] 229 -> 155 bytes
button.png 3321 -> 554 bytes
button_down.png 2972 -> 203 bytes
check.png 2880 -> 176 bytes
[email protected] 3075 -> 417 bytes
editbox.png 3132 -> 416 bytes
focusframe.png 3070 -> 271 bytes
groupbox.png 485 -> 225 bytes
header.png 3099 -> 383 bytes
knob.png 5495 -> 1703 bytes
leftanglearrow.png 2864 -> 206 bytes
needle.png 4354 -> 2036 bytes
progress-indeterminate.png 2112 -> 1453 bytes
rightanglearrow.png 2886 -> 228 bytes
scrollbar-handle-horizontal.png 939 -> 825 bytes
scrollbar-handle-transient.png 249 -> 153 bytes
scrollbar-handle-vertical.png 3629 -> 839 bytes
slider-groove.png 3378 -> 565 bytes
slider-handle.png 3315 -> 524 bytes
spinner_large.png 15085 -> 8401 bytes
spinner_medium.png 5934 -> 2772 bytes
spinner_small.png 4582 -> 1810 bytes
tab.png 460 -> 390 bytes
tab_selected.png 498 -> 437 bytes
circulargauge-icon.png 1542 -> 373 bytes
circulargauge-icon16.png 1349 -> 249 bytes
delaybutton-icon.png 1509 -> 343 bytes
delaybutton-icon16.png 1291 -> 220 bytes
dial-icon.png 1467 -> 326 bytes
dial-icon16.png 1247 -> 217 bytes
gauge-icon.png 1182 -> 189 bytes
gauge-icon16.png 1145 -> 163 bytes
picture-icon.png 1245 -> 220 bytes
picture-icon16.png 1189 -> 177 bytes
piemenu-icon.png 1578 -> 378 bytes
piemenu-icon16.png 1334 -> 242 bytes
statusindicator-icon.png 645 -> 316 bytes
statusindicator-icon16.png 404 -> 212 bytes
togglebutton-icon.png 495 -> 340 bytes
togglebutton-icon16.png 298 -> 223 bytes
tumbler-icon.png 188 -> 187 bytes
Task-number: QTBUG-39788
Task-number: QTBUG-46229
Change-Id: Ic5128354a0aa4956275314cb7a9b8c13ea831436
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Gabriel de Dietrich <[email protected]>
|
|
|
|
|
|
|
|
| |
On windows7x86wince70embeddedarmmsvc2008:
qquickpicture.cpp(118) : error C2027: use of undefined type 'QDebug'
Change-Id: I81efd9b922b8642892f89aca59b768d1b411739b
Reviewed-by: Frederik Gladhorn <[email protected]>
|
|
|
|
|
| |
Change-Id: Ie92d117c2ad9c6d9540c22594daeb3823db75b26
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
|
|
| |
No need for it as the module is now part of Qt.
Change-Id: I17a4e4e8c031eaf80412890c90614c19e1a25b16
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
|
|
|
|
| |
This was incorrectly based on an outdated version
and caused "qmlRegisterType requires absolute URLs"
errors when the plugin was loaded.
Change-Id: If106e542d80f44d8acac7501271409f0ecfa8c3e
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Private/qquickmathutils.cpp:101:73: error: 'cos' was not declared in this scope
Private/qquickmathutils.cpp:101:73: note: suggested alternative:
/opt/bbndk/target_10_3_1_995/qnx6/usr/include/math.h:1534:2: note: 'std::cos'
Private/qquickmathutils.cpp:102:74: error: 'sin' was not declared in this scope
Private/qquickmathutils.cpp:102:74: note: suggested alternative:
/opt/bbndk/target_10_3_1_995/qnx6/usr/include/math.h:1541:2: note: 'std::sin'
Change-Id: I938ff0e8adfc5431fae48edcdbc87fda9b715024
Reviewed-by: Rafael Roquetto <[email protected]>
|
|
|
|
|
|
|
|
| |
The prefix should start with ':/' instead of 'qrc:/'.
This fixes 'File not found' errors when using this style.
Change-Id: Ie49e009fcf935d9bbb5f9ea9fb8e17d4766f270e
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
So the return value and parameters can be seen in the documentation.
+ Fix minor doc issues
Change-Id: I99e520c103bb0faeb88b26eb7b9ff73922851abc
Reviewed-by: J-P Nurmi <[email protected]>
Reviewed-by: Martin Smith <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Mostly link errors and missing documentation.
And removed useless references to {QtQuick.Controls.Styles} in the doc.
Change-Id: Iad211a574c0bd23c84e067e0cbcc18c3e719cde7
Reviewed-by: Topi Reiniƶ <[email protected]>
|
|
|
|
|
|
|
|
| |
Including adding an import that was
required to fix an error while running qmlplugindump.
Change-Id: I728827a516b1fcd15aed523d4ff38bb195d34fcb
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
| |
Change-Id: I588438a5642fade8dd092614648ba7f156388da5
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Removes the duplicated style settings functionality in Extras and
simplifies the installed styles directory structure.
- Extras' Base style is now part of Controls' Base style, eliminating
the need for a separate QtQuick.Extras.Styles import. The cost of
doing this should be negligible: a few QML files and two images.
If we didn't merge Extras' Baste style into Controls', we'd need
extras-specific code in qquickcontrolssettings, as the default style
search path is:
qml/QtQuick/Controls/Styles/
Whereas the Extras Base style would be in:
qml/QtQuick/Extras/Styles/
The Extras Base style can't go into Controls' Base style directory,
either, because otherwise we'd have two qmldir files there.
The Flat style doesn't have this problem because it is all contained
in one plugin and gets installed into its own Flat/ folder.
- Documentation now lists the Extras controls as \since QtQuick.Extras
1.4.
- Adds the customcontrolsstyle auto test to ensure that custom styling
is tested.
Change-Id: I19ca7a8b7e1c1daa85b272f4ccf9a2f05c76e0d9
Reviewed-by: Caroline Chao <[email protected]>
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
| |
Change-Id: I0ef9396789c5ddfcc22553aa8cd74f76ad7d9f6e
Reviewed-by: Caroline Chao <[email protected]>
|
|
|
|
|
|
|
|
| |
It was FlatStyle.mediumFrameColor ("#b3b3b3") but should be
FlatStyle.darkFrameColor ("#999999").
Change-Id: I63c1a870fa064f2d7f99843cbe80c8d44822df78
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
Prevent the translatable strings from the Designer specifics
subdirectory from showing up in the translation files
qtquickcontrols_<lang>.ts and thus translations loaded at runtime.
Change-Id: I87b18a5ef7ed4b547dca9c738ffafe665e089235
Reviewed-by: Mitch Curtis <[email protected]>
Reviewed-by: Thomas Hartmann <[email protected]>
|
|
Change-Id: I59c5c97c564f707da4ce617e25e13ff8124f7d4b
Reviewed-by: J-P Nurmi <[email protected]>
|