- 04 Jun, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
This might cause problems on certain platforms. While hard to reproduce it seems safer to add the check. Note that we do not get the alternating pattern if there is nothing set on the model, but this was already the case. Change-Id: I984df9cfef30b4de0e72e8ccf14cc65bddbf04ef Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 03 Jun, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
We should set this to some decent default value that doesn't look wrong. Note that the width and height definition in TextArea could cause conflicts when used in layouts. Change-Id: I815ff96c02f9a9a76c07d57181f3a24291c83c52 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Caroline Chao authored
Fixes issues including: - Misspelled links - Links to signal with arguments - \table in SplitView.qml - Links to current file Change-Id: I2cbadf661a641f19ed55f6854922b2b69966bc9c Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 31 May, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
This fix ensures that we can only add a TableViewColumn exactly once. It also automatically expands the column with to the viewport when only one column is in use. In addition I have disabled dragging when columnCount == 1 as it was pointless. Change-Id: Ief6011c3e58166907836bf55b0fa6643698192d2 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 29 May, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
This property was not respected by some of the native styles and makes more sense as a styling attribute. Change-Id: I9cc1d3a130b764a67552ed7f0cec49ccc87ea246 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
J-P Nurmi authored
Replace "property list<TableViewColumn> columns" with: - addColumn(column) - insertColumn(index, column) - moveColumn(from, to) - removeColumn(index) - getColumn(index) Exposing list<TableViewColumn> type of property in the public API was problematic for several reasons. First of all, it limited the internal implementation too much. Secondly, modifying the list programmatically did not work as expected, and it also threw nasty warnings while reordering the columns interactively. Task-number: QTBUG-30319 Task-number: QTBUG-31028 Change-Id: I0039f7e4be2d6ee9303a4118bdf84146b6a96a05 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 27 May, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
We don't want to directly expose the item properties in the namespace of the loader. Instead we standardize on styleData as a property container. Change-Id: Ib451e06ab393ba4945c96076d71dd3f96489e0c7 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Jens Bache-Wiig authored
Adding the right margin of TableView and adding some extra margins makes the example look a bit more polished Change-Id: If969230fe2e1068a42f92708df311550f88fb060 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 24 May, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I9f1690524e29cd7fe0ab35be216aca9a6edd35ca Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 23 May, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I11096da2efdebf2a3a2e003c90e48e120f8ba5fd Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 22 May, 2013 - 1 commit
-
-
Caroline Chao authored
Task-number: QTBUG-31160 Change-Id: Ife5837645636be1b2b2ee5cf9b0aa27ac04c2dc0 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 17 May, 2013 - 1 commit
-
-
J-P Nurmi authored
To avoid accidentally instantiating all rows at construction time, make sure the rows have a valid (but arbitrary) height meanwhile the row delegates haven't yet been loaded. Change-Id: I1afc6bfa920886260717b3cb172fa0d858c0a8d5 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 16 May, 2013 - 5 commits
-
-
Caroline Chao authored
Task-number: QTBUG-31160 Change-Id: I7dc6e0d755093786e079f526e5ff5f6cbcfa94e0 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
Just aligning our delegate api with the rest. Change-Id: Ia8dc3c6dbf87431ff850a3e91f28c129072e2ee3 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Jens Bache-Wiig authored
Again trying to make the api a bit more consistent at using row vs. index. Change-Id: I769ca34c7bde628757a19fd47744b5cb1054a154 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Jens Bache-Wiig authored
We are removing all references to index in the api and sortColumnIndex should be renamed as well. Change-Id: Ia8f0758e3ee4df161488aefff52bdb7b518a1f50 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Jens Bache-Wiig authored
I was really confused because after assigning a model it looked like the table view was showing the data, while in reality it was just filling up with alternating row colors. I think it is better not to draw anything to ensure that people correctly add a TableViewColumn. Change-Id: I353b478f4af80410aca3f94439a02ed7ab53f6d6 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 08 May, 2013 - 2 commits
-
-
Jens Bache-Wiig authored
This reverts commit 390c6fa6 . We actually do use this to set the background color. Change-Id: I498b3695dfb9667d8d63983576eb16ad324ea798 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Jens Bache-Wiig authored
Change-Id: I10271c860abd9b45a262e3548628e6a3026e1a4f Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 07 May, 2013 - 5 commits
-
-
Caroline Chao authored
Task-number: QTBUG-29893 Change-Id: I7c80a68d9d45c3df3e0bf691b69c4510ccd1649d Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Caroline Chao authored
The mousearea in TableView has to accept mouse event in onPressed to receive upcoming double click event. Regression introduced by Iff3e5c1. Instead of not accepting the event in onPressed, set the MouseArea property propagateComposedEvents to true and does not accept the onClicked event. Also uses QStyle::SH_ItemView_ActivateItemOnSingleClick to check if the table is activated on single or double-clicking. By default, it is activated on double-clicking. Change-Id: I744174d7b31efebfae5e8db4db7b99a544ecf50f Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Caroline Chao authored
Change-Id: Iff2eb9f6083dbb4e3f49a1a099b0c4c2f004f02d Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Tasuku Suzuki authored
Change-Id: I416febce983b44528611d46adc1aac8ce25507ac Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Nico Vertriest authored
Task-number: QTBUG-30318 Change-Id: If3916f3250f202a5da4b1f8034ecfba984367af3 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 04 May, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: If09c39341833e6162921c280bcc7583cca2fb15f Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 03 May, 2013 - 1 commit
-
-
Caroline Chao authored
Add this property to the testbench and also sortIndicatorVisible and sortColumnIndex. Change-Id: I0a3b375d170f4cbedce3c2edb0624044df1eb019 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 29 Apr, 2013 - 1 commit
-
-
Caroline Chao authored
Change-Id: Ia2f867293b15bdc82b4996818501397b6fa18f23 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 26 Apr, 2013 - 3 commits
-
-
Jens Bache-Wiig authored
Making ScrollBar harmonize with other styles by using Style and panel. Change-Id: Ic3bbae6d3a5d456ba3b3668c71ede3b3e11d2dc7 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
I had to rename hasFocus to hasActiveFocus Change-Id: I7b3300dcd173ea1bb26d5b3c2dff2299ce9bf480 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Jens Bache-Wiig authored
Change-Id: I436849ce43b11dd3b61ef59280e3b8fa39b7da0f Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 25 Apr, 2013 - 1 commit
-
-
Caroline Chao authored
Add autotest. Change-Id: Iff3e5c1caab506b90bb1a9cd14a418c48280ffe3 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 24 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I8e30f3eabf6751fdc55bd3eef8760b0d1b02b060 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 19 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
This is only the first step but already looking a bit nicer. Change-Id: I79f027b3411245ffe2fe654b4ca6eccbdf6a147b Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 15 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I1fabb4efcc931f12f0a65ac5c66e6e085108269b Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 13 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
This is another step towards making controls work without the widgets module. Change-Id: I7066d79f42d90199cfd1a5d6f6ce6cf6cae381d6 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 05 Apr, 2013 - 1 commit
-
-
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>
-
- 04 Apr, 2013 - 1 commit
-
-
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>
-
- 14 Mar, 2013 - 2 commits
-
-
J-P Nurmi authored
Change-Id: I126257b71f3995dc7aed5b1cc9b37de77f8abdad Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Caroline Chao authored
Change-Id: If9df032c76e36f385aacd30cc31d6f02574c6f11 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 13 Mar, 2013 - 1 commit
-
-
Caroline Chao authored
Change-Id: I98b48b6dd50d1a693fb947509a9f6b05c893df83 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-