- May 29, 2013
-
-
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>
-
- May 07, 2013
-
-
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>
-
- Mar 14, 2013
-
-
Caroline Chao authored
Change-Id: If9df032c76e36f385aacd30cc31d6f02574c6f11 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Mar 12, 2013
-
-
J-P Nurmi authored
Change-Id: I78744eb158201bde24c13cd59c2fc7fe30b80ec0 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Mar 06, 2013
-
-
J-P Nurmi authored
Change-Id: Iaf9b2e0b3075596fee83a5816a7ba1c37998a76e Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
J-P Nurmi authored
Change-Id: I99ba2617bcf5d9fddd34cf6b43def58cf5995ce1 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 27, 2013
-
-
Jens Bache-Wiig authored
Improved group labels and added direct links from the index page. Change-Id: I856df138880b1aac8c574f676424ac4644e298f9 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Feb 21, 2013
-
-
Shawn Rutledge authored
We want to use the same license as the other Qt modules. QML files stay as BSD for now. Change-Id: I10b1484f5ab0dfe2138ff7e045d0ecfd85556aa1 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 15, 2013
-
-
Jens Bache-Wiig authored
Note that I renamed Column to TableViewColumn Change-Id: I8968797cede9a117a6acac09997fba385ff76b30 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Feb 08, 2013
-
-
Jerome Pasion authored
-added components into their groups -made group overviews -added links to overviews from landing pages -added a place holder image Change-Id: I099de1f8ef3a89cd5f61220874fc69f781704799 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Dec 20, 2012
-
-
Liang Qi authored
Change-Id: Ibf752d64399c6bd4bf5519aab330a9eacf6bb91b Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Dec 05, 2012
-
-
Liang Qi authored
Still missing sth from qmake, it doesn't support non c++ module correctly yet(there is no CXX_MODULE in our project). Change-Id: I9a6a754e863b51b3e3a4b1eaf864ddab24e92f75 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Nov 20, 2012
-
-
Sergio Ahumada authored
Added some licenses and fixed some QT_BEGIN_LICENSE tags Change-Id: I4077ccc9a3505c055c56dcb07da85e19523695b5 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
Frederik Gladhorn authored
Change-Id: I5588d78135d367cc4f07680323c40700bd5d5b2d Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Oct 15, 2012
-
-
J-P Nurmi authored
Makes it possible to pass the local imports tree to qmlviewer: $ qmlviewer -I imports/ examples/Gallery.qml Change-Id: I6b43414a5573ea6cfef45169b2d11aa4ea53b80c Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Aug 10, 2012
-
-
J-P Nurmi authored
Makes it possible to pass the local imports tree to qmlscene: $ qmlscene -I imports/ examples/Gallery.qml Later on, auto tests can run against the local imports tree instead of having to depend on the install step. Change-Id: I1874a5862e8c54463473843befd09097e8563e9c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- Jun 04, 2012
-
-
Jens Bache-Wiig authored
Change-Id: Ibd0a89a071ed54da7146dc8e7a7f67c93df570da Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- May 21, 2012
-
-
Jens Bache-Wiig authored
Change-Id: I834dfc98f6a3a60859af08fd555a6c741a9d8288 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- Oct 02, 2011
-
-
Jens Bache-Wiig authored
This is consistent with how tabs work
-
- Oct 01, 2011
-
-
Jens Bache-Wiig authored
-
- Sep 29, 2011
-
-
Jens Bache-Wiig authored
-
- Sep 27, 2011
-
-
Jens Bache-Wiig authored
-
- Sep 25, 2011
-
-
Jens Bache-Wiig authored
We need this for SplitterRow and it has been released for a while.
-
Jens Bache-Wiig authored
-
- May 13, 2011
- Apr 30, 2011
-
-
Jens authored
-
- Apr 27, 2011
-
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-