| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | API updatesHEADmaster | Anselmo L. S. Melo | 2014-05-09 | 5 | -17/+22 |
| * | Fix the build system. Updated pro files. | Anselmo L. S. Melo | 2014-05-09 | 20 | -1196/+5 |
| * | Replaced Nokia copyrights | Teemu Kaukoranta | 2013-05-23 | 22 | -22/+22 |
| * | Fixed licenses | Teemu Kaukoranta | 2013-05-20 | 39 | -860/+860 |
| * | Fix build. QQuickListModel inherits QAbstractItemModel now. | Stephen Kelly | 2012-08-21 | 1 | -6/+2 |
| * | Add a copy of QProxyModel, which is now removed from qtbase. | Stephen Kelly | 2012-08-21 | 4 | -2/+806 |
| * | Remove copy of QStandardItemModel. | Stephen Kelly | 2012-08-20 | 8 | -3060/+9 |
| * | Update plugins declaration | Anselmo L. S. Melo | 2012-06-22 | 4 | -3/+5 |
| * | Added role name property to QuickCompletionModel | Cidorvan Leite | 2012-05-24 | 4 | -5/+39 |
| * | Updated UiQuickCompletionModel model support | Cidorvan Leite | 2012-05-21 | 1 | -41/+10 |
| * | Added proxy model from QML model | Cidorvan Leite | 2012-05-21 | 4 | -3/+189 |
| * | Added signal for properties changed in UiCompletionModel | Cidorvan Leite | 2012-05-17 | 2 | -5/+15 |
| * | Fixed include headers in UiCompletionModel | Cidorvan Leite | 2012-05-17 | 2 | -3/+3 |
| * | UiTextFileModel separator now is a regular expression | Adriano Melo | 2012-04-27 | 3 | -6/+40 |
| * | Added UiTextFileModel | Adriano Melo | 2012-04-27 | 5 | -2/+317 |
| * | Add and fix copyright header messages | Anselmo L. S. Melo | 2012-04-10 | 13 | -10/+13 |
| * | Completion model QML API bootstrap | Luis Gabriel Lima | 2012-04-10 | 6 | -1/+277 |
| * | Removing compile warnings from UiHelpers | Thiago de Barros Lacerda | 2012-04-08 | 3 | -10/+13 |
| * | Polish UiStandardItemModel | Mailson Menezes | 2012-04-05 | 3 | -803/+23 |
| * | Adding error notifications to UndoStack QML element | Luis Gabriel Lima | 2012-04-05 | 1 | -2/+9 |
| * | Remove unnecessary code from UiAction | Mailson Menezes | 2012-04-04 | 5 | -580/+7 |
| * | Uncomment some useful properties of UiAction | Mailson Menezes | 2012-04-04 | 5 | -138/+137 |
| * | Adding new features to UndoStack component | Luis Gabriel Lima | 2012-04-03 | 2 | -17/+105 |
| * | Remove unused code from UiFileSystemModel | Mailson Menezes | 2012-04-03 | 5 | -116/+1 |
| * | Added d-pointer to UiQuickUndoPropertyCommand impl. | Daker Fernandes Pinheiro | 2012-04-02 | 2 | -5/+29 |
| * | Organized UndoCommand plugin code and files structure | Daker Fernandes Pinheiro | 2012-04-02 | 9 | -140/+359 |
| * | Using d-pointer in UiQuickUndoStack | Luis Gabriel Lima | 2012-03-27 | 2 | -30/+37 |
| * | Add Undo Framework QML API | Luis Gabriel Lima | 2012-03-27 | 8 | -0/+561 |
| * | Fixed UiCompletionModel filter result | Cidorvan Leite | 2012-03-22 | 1 | -14/+11 |
| * | Fixed UiCompletionModel headers | Cidorvan Leite | 2012-03-22 | 3 | -9/+11 |
| * | Added UiCompletionModel | Cidorvan Leite | 2012-03-16 | 4 | -0/+1137 |
| * | Use UiAction in UiUndo* classes | Anselmo L. S. Melo | 2012-03-15 | 6 | -23/+33 |
| * | Rename QAction to UiAction and move it to utils | Mailson Menezes | 2012-03-15 | 7 | -185/+194 |
| * | Drop QAction shortcut for a while | Mailson Menezes | 2012-03-15 | 3 | -2/+4 |
| * | Remove unused API | Mailson Menezes | 2012-03-15 | 6 | -279/+285 |
| * | UiHelpers namespace for QAction | Mailson Menezes | 2012-03-15 | 4 | -10/+16 |
| * | Remove QIcon from QAction | Mailson Menezes | 2012-03-15 | 3 | -82/+82 |
| * | Added QAction | Mailson Menezes | 2012-03-15 | 7 | -1/+2265 |
| * | Rename Q* classes to Ui* | Anselmo L. S. Melo | 2012-03-15 | 17 | -1225/+1222 |
| * | QUndoStack example | Anselmo L. S. Melo | 2012-03-15 | 1 | -2/+2 |
| * | QUndoStack new property: stack | Anselmo L. S. Melo | 2012-03-15 | 2 | -0/+17 |
| * | Remove unused private attributes from QStandardItemModel | Mailson Menezes | 2012-03-15 | 2 | -47/+51 |
| * | Remove supportedDropActions() and related methods | Mailson Menezes | 2012-03-15 | 3 | -143/+146 |
| * | Removing unnecessary API | Luis Gabriel Lima | 2012-03-15 | 3 | -379/+379 |
| * | Added QStandardItemModel | Anselmo L. S. Melo | 2012-03-15 | 4 | -3/+3814 |
| * | Passing QFileSystemModel tests | Luis Gabriel Lima | 2012-03-15 | 5 | -58/+61 |
| * | Added QFileSystemModel | Anselmo L. S. Melo | 2012-03-15 | 7 | -0/+3138 |
| * | QUndoStack, QUndoCommand and QUndoGroup added to UiHelpers | Anselmo L. S. Melo | 2012-03-15 | 8 | -0/+2188 |
