- 12 Apr, 2013 - 2 commits
-
-
Sergio Ahumada authored
Organizing the file a bit to make it match other qdocconf files. Change-Id: I6edec6abd83d0b5595f2eb0b2c58bfcb33f2dc60 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Caroline Chao authored
Qml tests. Change-Id: I0b0f8b9de7a6e0da97a94eb9476e985f3539055a Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- 11 Apr, 2013 - 10 commits
-
-
Jan Arve Saether authored
This patch is adressing the comments in the merged commit https://codereview.qt-project.org/#change,53287,patchset=3 Change-Id: Ie98db08da2d70c62f47d32d12c27d76c5bda2807 Reviewed-by:
Nico Vertriest <nico.vertriest@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
J-P Nurmi authored
Change-Id: I9a2dc9b41f46ae34ccac8170e2d29163465da4fb Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Sergio Ahumada authored
Change-Id: Ieefbe5d7427a761b7c6008dd5dabc0d59f72bd72 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
J-P Nurmi authored
This way keyboard input works after tabbing into a SpinBox. Change-Id: I68a482936bfed7e823002ac5e56fec4757db0ef5 Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
J-P Nurmi authored
Change-Id: I1f776a5ca3600f17d9c5fbf22406e739158d2861 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
J-P Nurmi authored
Change-Id: I52d077649f5fc3b5e57520d3b9520fafcafc38fc Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Caroline Chao authored
To ensure the components don't interfere with other functions. Change-Id: Ie22311471021175d23ae47c9e3a1ec603e803f2c Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
J-P Nurmi authored
Change-Id: Icf67d7d4804fa1d0a4ea8cbd2c982f1385c437d3 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
J-P Nurmi authored
Change-Id: Ic4bc84313bf137dd317fa760e9a4096210746229 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Caroline Chao authored
Change-Id: I5d1eb1c46617d15e22b6d542f14e1b2d8e213f5e Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
- 10 Apr, 2013 - 3 commits
-
-
Caroline Chao authored
Change-Id: I17d9f9da317e50b1f406cebd71598547e1aa031f Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
-
Jan Arve Saether authored
Change-Id: Ia220ccfd534ca089367c4ee954e081770784524c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Jan Arve Saether authored
setupItemLayout was supposed to do initialization on each item before it got added to the layout, but all it did was to add the attached property to the item, which is really not needed anymore. The layout code does not work under the assumption that each item has the attached property anyway, so we can remove it. (And in addition avoid some potential allocations) Change-Id: I6d7e3e5b13531dfeaceef495de144dcf87d38cc4 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 09 Apr, 2013 - 3 commits
-
-
Jan Arve Saether authored
Change-Id: I8d24afeef04003c3789eaa7bd136e3f2de0dcc6b Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jan Arve Saether authored
Seems like these were forgotten back when the change was done. Change-Id: I73fed91ccdbeac96164513c51a7b9b3ee66efcfa Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
Josh Faust authored
Task-number: QTBUG-30455 Change-Id: If80dd74a5967a6a7392967fb6a19a094f81abd36 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 08 Apr, 2013 - 4 commits
-
-
Jens Bache-Wiig authored
I believe the manual forceActive focus is no longer necessary since TextField is now a focus scope and it is enough to set the focus property on the TextInput. Without this patch, calling foceActiveFocus does not actually give the text cursor focus. Change-Id: I2dda5c7c0e9511f0d8b6817dcd7b78230e6cb823 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jan Arve Saether authored
This was spotted while tracking down a similar bug related to spans. The problem was only for the maximum size, since the size of an ignored row/column was min: 0, pref: 0, max: FLT_MAX (the default constructed values for a QGridLayoutBox). Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com> (cherry picked from qtbase/9d7ae6dfbe25fb70a362a4cf955c187cd24cb007) Change-Id: Ic0f3cf12639fbb6ab85c4946d9e8cc1d8d68e753 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
Sergio Ahumada authored
Organizing the file a bit to make it match other qdocconf files. Change-Id: Ide0ff9da3d1b586e7a00828ef546c4435359ba8c Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
J-P Nurmi authored
Change-Id: I2eaaf7e82351e70a742eeadc32b8e1f8655a02c1 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 05 Apr, 2013 - 6 commits
-
-
Gabriel de Dietrich authored
Still not perfect, and both the cursor and selection height are one pixel too tall on Mac (and possibly Windows). On Ubuntu, Gtk 2 looks almost identical to native. Fusion also looks almost identical compared to QLineEdit. The basic idea is to override (again) what the style does, since we do the painting in the Qt Quick side. Change-Id: I179c2dfe6c76dd35f8bb87a5cd7c183f8e0f67e5 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Nico Vertriest authored
Concerning vocab., punctuation, syntax and/or Writing Guidelines. Corrected whitespace issues. Replaced "if" with "whether" in Slider.qml Task-number: QTBUG-30318 Change-Id: I0e0e8d2b807f0a6534deb2caa6dbee7eb206f43b Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Martin Smith <martin.smith@digia.com> Reviewed-by:
Laszlo Papp <lpapp@kde.org>
-
Caroline Chao authored
So the text is not elided. Change-Id: Icd1013674c1b23ac15265e2859dc5240ad56744f Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Sergio Ahumada authored
Change-Id: I844710fc41dbe805755abd6ca935749a617da337 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jan Arve Saether authored
If a row/column is only used only because of the spanning of an item, the cell should be treated as it didn't exist. We keep track of this with the "ignore" bit array. The old code would always start from the row/column at position 1. In the attached testcase this made the effectiveRowSpan become larger than actually needed. Task-number: QTBUG-30255 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com> Change-Id: I410ed373f408014333d3964e2ddbcfeb25bec3a6 (cherry picked from qtbase/4f072e2d3d7e429359ff15a615d02712bff7ee51) Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
Shawn Rutledge authored
After verifying that WM_TRANSIENT_FOR was being set correctly, the child window was still showing up at an arbitrary place with OpenBox as the window manager. If it's marked as a dialog though, it will be centered properly over the main window. Change-Id: I0c1ae0755f51b564d986134520d036b72658fae4 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 04 Apr, 2013 - 5 commits
-
-
Caroline Chao authored
Change-Id: I0e416d21987d0b36f7ae2a7d537276889bc067e1 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jan Arve Saether authored
Items will be laid sequentially in the grid, either in LeftToRight mode or TopToBottom mode (depending on the value of the flow property) Change-Id: Ib080517260ac4519171e77abd533cad3f306f70e Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Gabriel de Dietrich authored
See comment in code. Change-Id: I5ab6c639079dd57aaf8b661e4307cf5587361495 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
The ListView should get active focus on tab, and we need to set the focus to true so that it actually proxies the TableView focus correctly. Change-Id: I2091c7d4320c52acea75464a8d078232b6c8c29b Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
Caroline Chao authored
Change-Id: I60ed3323308bba2578e1eed1849870b5f607806a Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 03 Apr, 2013 - 4 commits
-
-
Jan Arve Saether authored
Only the vertical alignment will be centered. (This should probably change to baseline once we support that). Change-Id: I1993821ff2d63f4bcc9408b54d20c9b353693df3 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jan Arve Saether authored
* API: set{Horizontal,Vertical}Spacing -> set{Column,Row}Spacing * Fixed a bug where setRowSpacing actually modified the column spacing. * The ctor now set the spacings of both row and column in one go. Change-Id: Ic5c5921f6f4e38edaeafdf911a2f14fbc7d496f8 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Caroline Chao authored
For - SpinBox - TextField - TextArea - ToolButton - Button - CheckBox - RadioButton - Slider Change-Id: I36c82c5058cfc9493d9fdb8c96c6612b1f387c0f Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Caroline Chao authored
That are visible in the documentation. Change-Id: I714548ad499d2ceeaae671ddfd907808243f9421 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 02 Apr, 2013 - 2 commits
-
-
Caroline Chao authored
+ Update part saying Qt Quick Controls is an add-on to Qt. Change-Id: I46d640f5c17e4e74eb1c562ec4e71982e04b650d Reviewed-by:
Nico Vertriest <nico.vertriest@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Caroline Chao authored
Remove unused internal inverted Update autotests Add a couple of properties to the testbench Change-Id: I149726f0f896ce2d1fd641a7c24d1268b9d891d2 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 29 Mar, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Change-Id: I250c0d6bc9a07b7b94e6a184242a0b9ab0741864 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-