summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Vcproj tools now use xml definitions.Radovan Zivkovic2014-03-1192-8637/+5856
* processNodeAttributes is removed from the IVcProjectXMLNode interface.Radovan Zivkovic2014-03-1144-271/+224
* Removed Files_Private class.Radovan Zivkovic2014-03-115-627/+262
* Removed AssemblyReference_Private class.Radovan Zivkovic2014-03-115-698/+253
* Removed ActiveXReference_private classes.Radovan Zivkovic2014-03-115-695/+239
* Removed m_oldName member from Configuration class.Radovan Zivkovic2014-03-112-14/+0
* Removed ConfigurationType class.Radovan Zivkovic2014-03-1113-711/+328
* Removed ReferenceConfiguration and FileConfiguration classes.Radovan Zivkovic2014-03-1124-1221/+124
* Removed FolderType class.Radovan Zivkovic2014-03-115-520/+232
* Removed FilterType class.Radovan Zivkovic2014-03-115-409/+162
* Removed FileType class.Radovan Zivkovic2014-03-115-389/+163
* Display warning message box when failed to save a project.Radovan Zivkovic2014-03-111-1/+4
* QLabel from VcMakeStepConfigWidget now has a parent.Radovan Zivkovic2014-03-111-1/+1
* Removed unused member m_futureInterface.Radovan Zivkovic2014-03-111-1/+0
* Removed VcDocumentModel::readRoot.Radovan Zivkovic2014-03-112-23/+6
* Removed reimplementation for Configuration200x::operator=.Radovan Zivkovic2014-03-112-24/+0
* Removed FileFactory.Radovan Zivkovic2014-03-1111-116/+5
* Removed Configuration::init function.Radovan Zivkovic2014-03-113-24/+0
* Removed exces WS character in some template declarations.Radovan Zivkovic2014-03-1146-136/+136
* Various code style fixes.Radovan Zivkovic2014-03-1126-185/+217
* Added doxygen documentation for interfaces.Radovan Zivkovic2014-03-1116-0/+174
* Fixed fileExists method. Added remove file support.Radovan Zivkovic2014-03-1110-20/+211
* Fixed fatal error handling when parsing build output.Radovan Zivkovic2014-03-113-6/+42
* Added edit features for vcproj build configurations.Radovan Zivkovic2014-03-1143-602/+1050
* VcProjectFile::fileName() should return full path.Radovan Zivkovic2014-03-111-1/+1
* Files, folders and filters can now be added/removed.Radovan Zivkovic2014-03-1120-70/+1152
* Added property editing for vc projects.Radovan Zivkovic2014-03-1133-85/+314
* Added VcProjectKitInformation, managers for Ms Builds and schemas.Radovan Zivkovic2014-03-1126-467/+1335
* Added license headers.Radovan Zivkovic2014-03-1119-30/+524
* Switched to new vcproj document model.Radovan Zivkovic2014-03-1113-819/+255
* VcMakeStep now remembers it's own settings.Radovan Zivkovic2014-03-111-2/+14
* Added schema file setting in vcproj options page.Radovan Zivkovic2014-03-112-6/+81
* Added new vcproj document model.Radovan Zivkovic2014-03-11130-6/+23864
* Merged with current master branch.Radovan Zivkovic2014-03-1110-106/+104
* VCProj: handling Configuration xml nodeSergey Shambir2014-03-116-59/+171
* VCProj: *.vcproj MIME-type now is subclass of application/xmlSergey Shambir2014-03-111-1/+1
* Compilation fix for GCC/clangSergey Shambir2014-03-112-0/+5
* VCProj: added integration with C++ code model.Sergey Shambir2014-03-113-15/+82
* VCProj: converting dir separator on unix systemsSergey Shambir2014-03-112-1/+7
* VCProjectManager: *.vcproj file now recognized as ProjectFile nodeSergey Shambir2014-03-111-0/+3
* Renamed MsBuildParser to MsBuildOutputParser.Radovan Zivkovic2014-03-114-9/+9
* Table cells must not be editable.Radovan Zivkovic2014-03-112-1/+3
* Better summary text for build step widget.Radovan Zivkovic2014-03-112-2/+22
* Added ms build parser.Radovan Zivkovic2014-03-115-10/+242
* Added loadBuildConfiguration().Radovan Zivkovic2014-03-112-2/+8
* Added Debug and Release build configurations.Radovan Zivkovic2014-03-111-8/+34
* Added Clean step.Radovan Zivkovic2014-03-114-2/+46
* Added Visual Studio settings page and choice for MS Build command.Radovan Zivkovic2014-03-1110-16/+710
* Added vc project build configuration.Radovan Zivkovic2014-03-119-5/+590
* Initial commit.Bojan Petrovic2014-03-1120-0/+1245