summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/link.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Fix build on WindowsKai Koehne2015-07-101-1/+1
* | Sanitize QDebug outputKai Koehne2015-07-091-16/+10
* | Unify translated error messagesKai Koehne2015-06-241-7/+7
|/
* Update CopyrightKai Koehne2015-02-181-7/+7
* Move the function to utils and make use where possible.kh12014-11-061-5/+7
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* fix unistd.h includeTim Jenssen2014-01-301-1/+1
* Use qt_windows.h.kh12014-01-071-7/+1
* 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