summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* API updatesHEADmasterAnselmo L. S. Melo2014-05-092-2/+2
| | | | | | | | This project was developed before the release of Qt 5.0, so some of the APIs had to be updated in order to build again. Change-Id: I579d7170ea0d80bd33aee29ec807461af603b0d3 Reviewed-by: Anselmo L. S. Melo <anselmolsm@gmail.com>
* Remove remaining references to QStandardItemModelsAnselmo L. S. Melo2014-05-094-1372/+0
| | | | | | | | ae68129a5f3727e1b74c6de1dbc5871a8bd0a54e removed this class from UiHelpers, because it was moved to QtGui. These tests aren't needed here anymore. Change-Id: I4cc8fbc42377e44306ab6c58661f524a1b854a24 Reviewed-by: Anselmo L. S. Melo <anselmolsm@gmail.com>
* Replaced Nokia copyrightsTeemu Kaukoranta2013-05-236-6/+6
| | | | | | | | | | | | | | | | | | Replaced Nokia copyrights with Digia copyrights Did NOT touch contact details This command also ignores INdT Copyrights and removes trailing whitespace from removed "all rights reserved" lines. find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 { /INdT/ !{ s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I } }') >(xargs sed -i -r '1,10 s/(^[ \t]*)([#*]*)([ \t]*) (all rights reserved.*)/\1\2/I') Change-Id: I998c8269bd8b37ec38d4fec26ba1a9b104f5180c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fixed licensesTeemu Kaukoranta2013-05-208-176/+176
| | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Change-Id: Iac01c2ef65771427d98fe364e4b7125d0b77fc43 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Added UiProxyQmlModel testsCidorvan Leite2012-05-254-1/+158
| | | | | | Change-Id: Ia9bef443b37f0c942447002bde7f31791718d2d8 Reviewed-by: Murilo Belluzzo <murilo.belluzzo@openbossa.org> Reviewed-by: Luis Gabriel Lima <luis.gabriel@openbossa.org>
* UiTextFileModel separator now is a regular expressionAdriano Melo2012-04-271-0/+18
| | | | | | | | | - Separator property changed from QString to QRegExp - CaseSensitivity property added - QML UiTextFileModel example modified to use a regular expression Change-Id: I36e288ea87955c219bac1872ffde2fca17eb65fa Reviewed-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
* Added UiTextFileModelAdriano Melo2012-04-273-1/+144
| | | | | | | | | | | | Creates a QStandardItemModel from a file. It supports separators like line feed and commas. - UiTextFileModel header and class created - Example using UiCompletionModel - UiTextFileModel added to UiHelpers QML registered types - Simple QML example - Tests with some separators Change-Id: Ie996817f6ed03a83c278eb964233f4668a8f6767 Reviewed-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
* Removing compile warnings from UiHelpersThiago de Barros Lacerda2012-04-082-24/+0
| | | | | | Change-Id: I6f39c848129fab8c50b600cab62c1ae587fdbf0e Reviewed-by: Luis Gabriel Lima <luis.gabriel@openbossa.org> Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Polish UiStandardItemModelMailson Menezes2012-04-051-341/+15
| | | | | | | | | Remove code related to widgets and uncomment some useful properties such as enabled and editable. Change-Id: I984966e9f3a25b67b4fd32e38e08f729b42bf010 Reviewed-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org> Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Remove unnecessary code from UiActionMailson Menezes2012-04-042-93/+0
| | | | | | | | Since UiAction will no longer depend on QWidget, anything related to it was removed Change-Id: I599f248971a14997eaae2b670b38b5a341267ebb Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Uncomment some useful properties of UiActionMailson Menezes2012-04-042-78/+74
| | | | | | | | Some properties such as 'visible', 'tooltip' and 'whatsThis' were previously commented out but they're actually still useful for UiAction. Change-Id: I57ae6fe0f4ab60292dc1dc868685061477feebe4 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Remove unused code from UiFileSystemModelMailson Menezes2012-04-031-2/+0
| | | | | | Change-Id: I0bda4c1fc086ec3f10e6de7a4aa818a814421b42 Reviewed-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org> Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* UiActionGroup testsMailson Menezes2012-03-154-1/+258
| | | | | Change-Id: Ifa13440662abebba1e3f163b07bc8884c78eceb6 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* UiAction testsMailson Menezes2012-03-152-169/+241
| | | | | Change-Id: I359a97f601a149e4e1fcbfb22e57c489b8c42f72 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Rename QAction to UiAction and move it to utilsMailson Menezes2012-03-157-42/+41
| | | | | Change-Id: I69f04c3316e47bd58dc494d2e4c77bcd15b5117c Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* QAction testsMailson Menezes2012-03-155-1/+395
| | | | | Change-Id: I3086e083cfdb69495a3a2bb963b3cf784c719ed6 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Update UiUndo's .gitignoreMailson Menezes2012-03-152-2/+2
| | | | | Change-Id: I9d7a1ea8468776f688d3e32c8ce102626fee3500 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Rename Q* classes to Ui*Anselmo L. S. Melo2012-03-1515-350/+350
| | | | | | | | UiHelpers classes were renamed to avoid conflicts, such as the header names when we do 'make install', for example. Change-Id: I9cea34788353be886211ddf5898cca5c3b15e42a Reviewed-by: Luis Gabriel Lima <luis.gabriel@openbossa.org>
* Removing unnecessary APILuis Gabriel Lima2012-03-151-179/+181
| | | | | | | | | other changes: - renaming 'QWidgetItemData' to 'QStandardItemData' - changing Q_WIDGET_EXPORT macro to UIHELPERS_EXPORT Change-Id: I2d424fb64189bcdd125d2404a28fdd82ff78d772 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* QStandardItemModel testsAnselmo L. S. Melo2012-03-153-0/+1695
| | | | | Change-Id: I7bd0f50b23256eeb9e65d0ae5ea8e04573bce1bd Reviewed-by: Luis Gabriel Lima <luis.gabriel@openbossa.org>
* Added QStandardItemModelAnselmo L. S. Melo2012-03-151-1/+2
| | | | | Change-Id: If55c9dbc0c57c9326fc700e73ee3251381858f45 Reviewed-by: Luis Gabriel Lima <luis.gabriel@openbossa.org>
* Passing QFileSystemModel testsLuis Gabriel Lima2012-03-151-1/+1
| | | | | | | TODO: check the need of retranslateStrings() Change-Id: If86090e90354ba5bbb9d5a4d23fa92773dd12b6e Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
* Added QFileSystemModel testsAnselmo L. S. Melo2012-03-155-1/+1010
| | | | | Change-Id: I55a1f1bc20964b89ec91690f495348ed7436978d Reviewed-by: Luis Gabriel Lima <luis.gabriel@openbossa.org>
* Undo framework testsAnselmo L. S. Melo2012-03-1511-0/+3441
Tests added to UiHelpers Change-Id: I891c992e0e4d26d46539e9e9ee324968c8ae59d5 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>