summaryrefslogtreecommitdiffstats
path: root/Source/cmQTWrapUICommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | CMake-SourceFile2-bp and CMake-SourceFile2-b-mp1 to trunk. This commit is surrounded by tags CMake-SourceFile2-b-mp1-pre and CMake-SourceFile2-b-mp1-post on the trunk. The changes re-implement cmSourceFile and the use of it to allow instances to be created much earlier. The use of cmSourceFileLocation allows locating a source file referenced by a user to be much simpler and more robust. The two SetName methods are no longer needed so some duplicate code has been removed. The strange "SourceName" stuff is gone. Code that created cmSourceFile instances on the stack and then sent them to cmMakefile::AddSource has been simplified and converted to getting cmSourceFile instances from cmMakefile. The CPluginAPI has preserved the old API through a compatibility interface. Source lists are gone. Targets now get real instances of cmSourceFile right away instead of storing a list of strings until the final pass. TraceVSDependencies has been re-written to avoid the use of SourceName. It is now called TraceDependencies since it is not just for VS. It is now implemented with a helper object which makes the code simpler.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-8/+8
|
* STYLE: fix docsKen Martin2005-11-171-1/+1
|
* ENH: Add classname to commandsAndy Cedilnik2005-06-161-0/+1
|
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-6/+6
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* corrected path problem and added moc compilation tooFranck Bettinger2001-11-161-0/+1
|
* support for compilation of .ui files into .h and .cxx filesFranck Bettinger2001-11-091-0/+83