summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlprojectfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* File renamingdt2010-05-121-0/+7
| | | | | | | | | | | | | | | | | | | | Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
* Refactor the externally modified file handlingcon2010-03-221-1/+10
| | | | Reviewed-by: dt
* Long live the king!hjk2010-03-051-1/+1
|
* QmlProjectManager refactoringKai Koehne2010-02-161-0/+91
Putting every class in it's own files + avoid "using namespace"