summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/notesmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QmlProfiler: Rename some classes and files to follow the common patternUlf Hermann2014-11-211-229/+0
| | | | | | | | The ones we'll refactor into the timeline library should be called timeline* and the others should be called qmlprofiler*. Change-Id: I6ecccbe4ef523681ca0baeef140368e2c1839964 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
* QmlProfiler: show a warning if unsaved notes are to be discardedUlf Hermann2014-11-121-1/+13
| | | | | | | Change-Id: I5152f0eefd1f0beec2b0f4fc9e27fedeb3bf7a14 Task-number: QTCREATORBUG-13318 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
* Fix some copyright headersTobias Hunger2014-10-161-7/+8
| | | | | Change-Id: I5a6bba98684208cf7ca5fb30b4bd29635c4c0f21 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* QmlProfiler: Add special model for notesUlf Hermann2014-10-151-0/+216
Change-Id: Ia0acbc5e0a02563cf497594b67a5f7a67488fb79 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>