summaryrefslogtreecommitdiffstats
path: root/examples/undo/editor/stack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed licensesTeemu Kaukoranta2013-05-201-23/+23
| | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Change-Id: Iac01c2ef65771427d98fe364e4b7125d0b77fc43 Reviewed-by: Janne Anttila <[email protected]> Reviewed-by: Anselmo L. S. Melo <[email protected]>
* Add and fix copyright header messagesAnselmo L. S. Melo2012-04-101-0/+41
| | | | | | | | | The code copied from QtWidgets remains (C) Nokia only. Our contributions now have "(C) Instituto Nokia de Tecnologia (INdT)". Change-Id: Id0fccfc35120316b5a617c812998d6549746ef7c Reviewed-by: Thiago de Barros Lacerda <[email protected]> Reviewed-by: Luis Gabriel Lima <[email protected]>
* Rename Q* classes to Ui*Anselmo L. S. Melo2012-03-151-1/+1
| | | | | | | | 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 <[email protected]>
* QUndoStack exampleAnselmo L. S. Melo2012-03-151-0/+17
An example of QUndoStack usage - Needs improvements. Change-Id: I0dd0562e61e30a52310f405e549d1a59d574d58d Reviewed-by: Luis Gabriel Lima <[email protected]>