summaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Introduce two new functions to read and write binary content.kh12014-08-273-1/+172
* Show the details text box when dependencies are not met.jkobus2014-08-272-24/+25
* Rename binary format classes and functions. Move to QInstaller.kh12014-08-2710-315/+424
* Don't assert in case of missing dependencyjkobus2014-08-271-1/+0
* Minor style change.kh12014-08-251-1/+1
* Suppress spurious message box while accessing unmounted devices.kh12014-07-301-0/+5
* Default to details on if verboseNiels Weber2014-07-251-0/+3
* Toggle details on ReadyForInstallation page with verbose modeNiels Weber2014-07-252-21/+5
* List disk space requirements prior to installationNiels Weber2014-07-231-0/+4
* Fix disk space checking for updatesNiels Weber2014-07-231-1/+1
* Prefix log messages with timestampKai Koehne2014-07-221-1/+13
* Adjust the segment in place instead in different locations.kh12014-07-211-2/+2
* Simplify VerboseWriterKai Koehne2014-07-183-9/+6
* Simplify loggingKai Koehne2014-07-183-59/+17
* Show Details widget doesn't follow content during install.kh12014-07-183-11/+29
* Don't allow \ in installpath on UnixNiels Weber2014-07-171-5/+10
* Move permissions handling after rename.kh12014-07-151-4/+4
* 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-095-16/+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-024-597/+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-252-7/+10
* 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-2414-417/+451
* 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