summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
Commit message (Expand)AuthorAgeFilesLines
...
* Update documentation and rename code to improve readability.kh12014-07-151-59/+57
* Make the marker and the find function class members.kh12014-07-155-37/+40
* Move class BinaryContent into its own file.kh12014-07-159-551/+655
* Move updater class into sdk binary and rename to UpdateChecker.kh12014-07-155-209/+3
* Trim whitespace from targetdirectoryNiels Weber2014-07-141-1/+1
* Fix permissions of written maintenancetoolNiels Weber2014-07-111-2/+3
* Introduce developer tool.kh12014-07-113-261/+0
* Remove unused class.kh12014-07-113-265/+0
* Cleanup, not functional change intended.kh12014-07-102-13/+15
* Allow HTML formatted license text to be used.kh12014-07-101-1/+1
* Add/remove/implement/reorder methods to match Qt5.kh12014-07-104-70/+121
* Use QCommandlineParser, remove some developer related options.kh12014-07-102-4/+6
* Calm down warnings.kh12014-07-093-14/+6
* Rename settings in config.xml filejkobus2014-07-077-94/+94
* Workaround for QFileInfo::isBundle().kh12014-07-045-7/+29
* Rename pathes -> pathsjkobus2014-07-035-13/+11
* Replace Q_OS_MAC with Q_OS_OSXNiels Weber2014-07-0314-28/+28
* Cleanup, use what we have in QThread.kh12014-07-031-18/+6
* Remove check for Q_OS_QWS / QtopiaKai Koehne2014-07-031-2/+0
* Remove unused methodjkobus2014-07-022-19/+0
* Revert change from QIODevice to QFileDevice.kh12014-07-024-154/+65
* Fix broken tools after switching to QFileDevice.kh12014-07-021-13/+34
* Rename "Package manager" into "Add or remove components"jkobus2014-07-021-1/+1
* Don't try to elevate user rights if impossiblekh12014-06-261-0/+14
* Doc: do not use the deprecated \bold commandLeena Miettinen2014-06-251-6/+8
* Fix possible case of uninstalling whole windows.kh12014-06-242-45/+27
* Don't use QObject::tr().kh12014-06-2416-163/+210
* Split out the file IO stuff and adjust other files respectively.kh12014-06-2412-415/+449
* Initialize both client and server with default values.kh12014-06-238-50/+53
* Build fix.kh12014-06-191-1/+2
* Replace auto_ptrKai Koehne2014-06-191-12/+12
* Enable QStringBuilderKai Koehne2014-06-192-6/+11
* Fix AdminAuthorization implementation.kh12014-06-197-193/+43
* Remove trailing whitespaceKai Koehne2014-06-191-3/+3
* Merge remote-tracking branch 'origin/1.6'Tim Jenssen2014-06-183-19/+56
|\
| * Make it possible to calculate dependencies from script.kh12014-06-052-18/+50
| * Make sure we honor the updates xml checksum flag.kh12014-06-051-1/+6
* | Make cycles in component dependencies fatalkh12014-06-181-1/+6
* | Respect AllowSpaceInPath morekh12014-06-181-4/+8
* | Add important note.kh12014-06-161-0/+3
* | Fix crash while canceling the meta data unzip task.kh12014-06-161-3/+8
* | Use int instead of QFlag/Enum values (advised by Simon).kh12014-06-062-15/+11
* | Expose qsTr to the scripts, makes component error example work.kh12014-06-062-2/+29
* | Fix endless loop.kh12014-06-063-28/+11
* | Fix tutorial examplejkobus2014-06-061-1/+1
* | Set the right ownership for the components we expose.kh12014-06-061-2/+5
* | Disable copy constructor and assignment operator.kh12014-06-061-0/+8
* | Bring back the KeepAliveThread, fixes unexpected hang.kh12014-06-061-16/+16
* | Silence warning, we know what we are doing (-Wunused-value).kh12014-06-051-1/+1
* | Check if the static is still there, otherwise we might crash.kh12014-06-051-0/+3