- 22 Mar, 2018 - 1 commit
-
-
Paolo Angelelli authored
Change-Id: Ie1f493eef4b597a447d0dc47e9ab383a8fa7fe88 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 12 Mar, 2018 - 1 commit
-
-
Andy Shaw authored
Change-Id: I7ca87ee59c8d65537713d5d912fdb3ec5bd7dcdb Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 26 Feb, 2018 - 1 commit
-
-
Friedemann Kleint authored
Replace 'anchors' by the 'Layout.alignment' attached property, fixing numerous warnings: qrc:/qml/gallery.qml:137:17: QML Dial: Detected anchors on an item that is part of a layout. This is undefined behavior. qrc:/qml/gallery.qml:151:17: QML Text: Detected anchors on an item that is part of a layout. This is undefined behavior. qrc:/qml/gallery.qml:103:17: QML Dial: Detected anchors on an item that is part of a layout. This is undefined behavior. qrc:/qml/gallery.qml:124:17: QML Text: Detected anchors on an item that is part of a layout. This is undefined behavior. Change-Id: Iaf5b8f16e477ecd8e7598e857de0fc16e7b53d53 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 18 Feb, 2018 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I3c4c27d0942058c8d8c325f92688675c14887a4b
-
- 14 Feb, 2018 - 1 commit
-
-
Liang Qi authored
Change-Id: I79fdc7759ea947279b03509b6e9f313c1d9bebb7
-
- 13 Feb, 2018 - 1 commit
-
-
Jarek Kobus authored
Change-Id: I7425013eb53a9fb5866c748944dda029ce7edd43 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 12 Feb, 2018 - 1 commit
-
-
Liang Qi authored
Change-Id: I2d12dd7b271e17662295007f5cf25ff4b3b78e8e
-
- 09 Feb, 2018 - 1 commit
-
-
Mitch Curtis authored
Calendar was implemented in such a way that pressing on a date selects that date, rather than releasing or clicking. With the current code, this presents issues when the month changes as a result of the press. For example, clicking on a date in an adjacent month will result in the clicked() signal passing the date under the mouse in the new month, instead of the originally pressed date. This patches fixes the issue by storing the pressed date and using it when emitting the released() and clicked() signals. Task-number: QTBUG-54129 Change-Id: I0c16293033b77f6ae783b5365d198b4a516af90b Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 07 Feb, 2018 - 1 commit
-
-
Simon Hausmann authored
When repeatedly creating a QQuickView, loading a QML file that imports QQC1 and deleting the view again, we would leak memory that was allocated as a consequence of QML type registration in initializeEngine() callbacks that were called on every iteration. After the limitation of namespacing in the registerTypes() callback of QML module plugins has been lifted, we can move the type registrations into registerTypes() where they belong and which is called only once. Change-Id: I1d21b18dd060e169a1ee1095f5c5af7341443492 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> Reviewed-by:
Michael Winkelmann <michael.winkelmann@qt.io>
-
- 06 Feb, 2018 - 1 commit
-
-
Antti Kokko authored
Change-Id: Ia0b7a04cf0cecda63148ea92371e4aa9a53b1fe7 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 02 Feb, 2018 - 3 commits
-
-
Oswald Buddenhagen authored
Change-Id: I632fd6276b76e46515921489cbdfcdab9e3dd1c8
-
J-P Nurmi authored
Same as 223c15 for QQC2. The QPlatform* classes operate in native pixels. Task-number: QTBUG-55251 Change-Id: I4a3fa64313a6035dab96906fa57a27240e080678 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Liang Qi authored
Change-Id: I556a8404b908c15eaa71b009319c7f27274b40f1
-
- 24 Jan, 2018 - 1 commit
-
-
Kai Koehne authored
Change-Id: Id8ce9f444063a7841f2e82b9f49ec843b7f56ac7 Reviewed-by:
Jani Heikkinen <jani.heikkinen@qt.io>
-
- 22 Jan, 2018 - 2 commits
-
-
J-P Nurmi authored
The qmlbench repo has benchmarks only for a subset of QQC2. They are part of a larger collection of benchmarks that are run periodically, for which the results are collected to Grafana. We have limited resources there, so we don't want to overload it with benchmarks for many QQC1 types. However, for our own benchmarking purposes it is useful to be able to easily benchmark these types. Change-Id: I9124791a93f07346dc80f1f08aedd655ed0cfa02 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
Kai Koehne authored
Every module should state the licenses it is available under in it's landing page. Change-Id: Ib2d5f49e57f7f34bf06a558725dcb53152561f8d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 20 Jan, 2018 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: Id56429b283aff90a18576cbd769b96fa1f0781fa
-
- 19 Jan, 2018 - 2 commits
-
-
Liang Qi authored
Conflicts: src/dialogs/qquickabstractfiledialog_p.h tests/auto/controls/data/tst_combobox.qml Change-Id: I62e54d0a2e89d987e05e8dfad6ae6aac1a32cc72
-
Kai Koehne authored
Change to past tense. Change-Id: I623ecbf4586b9212ceba5be15f18b0946b2de884 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 15 Jan, 2018 - 1 commit
-
-
Mitch Curtis authored
Remove change signals from the shortcuts and __shortcuts properties, as they don't change after being populated for the first time. Task-number: QTBUG-53707 Change-Id: If305a6d63ebd98e6082fc5b7d89a63aaab6c1f43 Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Shawn Rutledge <shawn.rutledge@qt.io>
-
- 08 Jan, 2018 - 2 commits
-
-
Jarkko Koivikko authored
If Dialogs decoration component is not an Item based object, there is a minor memory leak in error cleanup path, causing the object to leak. Change-Id: I79295378303e460ad0024d5994fed28ddd37b591 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> Reviewed-by:
Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by:
Jarkko Koivikko <jarkko.koivikko@code-q.fi>
-
Sami Nurmenniemi authored
QtDeclarative was fixed with 781caafe1fde71b059c0e3a42bda77ce0d7e4c2a and tests pass now. Task-number: QTBUG-65521 Change-Id: Ibb88e17a182786f8299a6ab00bd74862aba548ce Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 07 Jan, 2018 - 1 commit
-
-
J-P Nurmi authored
There was a bogus timer firing once after the test had been running 500 ms. The timer was supposed to be used as a workaround on Mac, but since it had running set to true, it was actually firing once on all platforms. The timer was originally added in 6254af55 . The test function ended up being skipped on Mac, so the timer was actually pointless. Task-number: QTBUG-64664 Reviewed-by:
Liang Qi <liang.qi@qt.io> (cherry picked from commit a7495251 ) Change-Id: Icebda05c872ba2de690e87bd0a9968670f203ce2 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 05 Jan, 2018 - 1 commit
-
-
Antti Kokko authored
Change-Id: I9303f0747aec1b9ec296bd05f74ef934d75e5d8c Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 02 Jan, 2018 - 1 commit
-
-
Shawn Rutledge authored
Task-number: QTBUG-47243 Change-Id: I19d06df099a9da253059d2d0aa4a290b41a17ada Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 29 Dec, 2017 - 1 commit
-
-
Sami Nurmenniemi authored
Test was skipped for all the targets when it should only be skipped on offscreen platform. Task-number: QTBUG-65307 Change-Id: Id6ef2aefcf885447d4529caecdaf3514e52b3ebd Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 27 Dec, 2017 - 1 commit
-
-
Shawn Rutledge authored
Only single items can be selected via an actual touchscreen, because the keyboard modifiers are not accessible in a mouse event synthesized from touch. With a mouse, if the system has a touchscreen, then selections done by consecutive clicking (with or without modifiers) will work, whereas dragging across a consecutive range will not work because dragging is the same as flicking. But on systems which do not have a touchscreen at all, the behavior is the same as before. Task-number: QTBUG-47243 Change-Id: Ib0fa1a75592b982fe93da46f0c2e3018219947d0 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@qt.io> Reviewed-by:
Jan Arve Sæther <jan-arve.saether@qt.io> Reviewed-by:
Shawn Rutledge <shawn.rutledge@qt.io>
-
- 20 Dec, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I4e552e152f426d653058bf004544b2a88b9f3c16
-
- 19 Dec, 2017 - 1 commit
-
-
Sami Nurmenniemi authored
Lots of tests fail when qemu crashes with output: "tb_lock: Assertion `!have_tb_lock' failed." These need to be fixed with QTBUG-65211. Task-number: QTBUG-65307 Change-Id: I7d7249d2e7c9a18d10e15a6e79f34dc1ec93e5d6 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 18 Dec, 2017 - 2 commits
-
-
Liang Qi authored
Change-Id: Ie66ca17fe8ea49b3637accb468e206657346f4ab
-
Mitch Curtis authored
The default handle size is based off the height of text on the system that the test is run on. By making the size fixed, we remove the possibility for small differences in compare results. Task-number: QTBUG-65224 Change-Id: I14061a028360340c6b284fb450bf1252014dc9b2 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 15 Dec, 2017 - 3 commits
-
-
Ulf Hermann authored
Once we've loaded the delegate, we want to keep it. Constantly deleting and recreating items is rather wasteful. The items could already be moved to a different location before, so keeping them around when the item is completely disabled doesn't make much of a difference. We do retain the behavior of only instantiating the delegate once we add it to the table, though. Change-Id: Ic3cd016bc6990f0a9695b5aeb0d1de3aad0f4ca1 Task-number: QTBUG-62809 Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Louis du Verdier <louis.du.verdier@free.fr>
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: If27d9c3cbc17765c4180651189c4b8d19b8409da
-
Oleg Yadrov authored
I fixed a similar issue last year on the JavaScript side: 094ad30c At this time the same thing has been happening in C++. See QTBUG-54559 and the patch for a detailed explanation of the issue. In short, the problem with Calendar is that internally it uses QDate which does not keep information about time, whereas in the JavaScript world date is always combined with time. So, QDate(2017-10-15) is valid, but when during QDate -> JS Date transformation we add time to it (which defaults to midnight (00:00)), it becomes invalid in time zones where the Daylight Saving Time -> Standard Time transition takes place at midnight. To avoid switching the entire QQuickCalendarModel1 to using QDateTime, I modified its date(...) and dateAt(...) methods to return QDateTime with the time part always set to 12:00. That transformation required more changes in QQuickRangedDate1, because Calendar::selectedDate internally is QQuickRangedDate1::selectedDate, and I also had to fix "selected" property binding in the Base Calendar Style as it did take into account the time part of the date, which resulted in wrong behavior with my changes. Task-number: QTBUG-64068 Change-Id: Ia2f7703ff4e5811ef79438c97739da1d8001a7f5 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 12 Dec, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I61f110cfa07ed4b809357e9d340893c63f634d31
-
- 11 Dec, 2017 - 1 commit
-
-
Mitch Curtis authored
This hopefully allows Qt Quick Designer to see Calendar's new locale property that was added in d13e4db9 . Change-Id: I40d9e85228fefcd171b21d13fcdd775b3f1a4692 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 08 Dec, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I81e56b18d07156e987cfad5b185fc365b2c745b8
-
- 01 Dec, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: Iadff14f78c9d4b5aca9cba8a2728c10b7963d8fc
-
- 28 Nov, 2017 - 1 commit
-
-
Joni Poikelin authored
Task-number: QTBUG-64052 Change-Id: I047255d90ee5f807d2b7b5567aa6559fa8c08499 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@qt.io>
-
- 23 Nov, 2017 - 1 commit
-
-
J-P Nurmi authored
There was a bogus timer firing once after the test had been running 500 ms. The timer was supposed to be used as a workaround on Mac, but since it had running set to true, it was actually firing once on all platforms. The timer was originally added in 6254af55 . The test function ended up being skipped on Mac, so the timer was actually pointless. Task-number: QTBUG-64664 Change-Id: I5b4803ba49db0ab7e1b4dd632a34d51af59bbf91 Reviewed-by:
Liang Qi <liang.qi@qt.io>
-