summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/link.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
* Fix build with MSVC 2008.kh12013-01-291-2/+4
* Make IFW compile with mingw.kh12013-01-291-23/+29
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
* MinGW: fix include namesSergei Lopatin2012-10-261-1/+1
* MinGW: fix casting wchar_t* from QStringSergei Lopatin2012-10-261-2/+2
* Revert "Fixes required for errorless MinGW-w64 compilation are done."kh12012-08-221-2/+2
* Fixes required for errorless MinGW-w64 compilation are done.tjenssen2012-08-101-2/+2
* normalize pathes in create symlink operation on linux aswellTim Jenssen2012-06-131-1/+2
* Include unistd.h where needed on LinuxNiels Weber2012-06-051-0/+3
* Revert "windows needs to know that the link will be a directory"Tim Jenssen2012-06-011-7/+4
* QFileInfo.exists looks for the target which wasn't intendedTim Jenssen2012-05-311-1/+1
* windows needs to know that the link will be a directoryTim Jenssen2012-05-311-4/+7
* QFileInfo(m_path).readLink(); can't read junctionsTim Jenssen2012-05-301-16/+61
* normalize the pathes in windows create link functionsTim Jenssen2012-05-301-2/+5
* added new Link class and corresponding operationTim Jenssen2012-05-251-0/+244