summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Prefix log messages with timestampKai Koehne2014-07-221-1/+13
* Adjust the segment in place instead in different locations.kh12014-07-211-2/+2
* Fix attaching to console on WindowsKai Koehne2014-07-182-37/+74
* 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
* Move Console implementation (Windows) in .cpp fileKai Koehne2014-07-183-69/+122
* Fix Typo resulting in wrong error messageNiels Weber2014-07-171-1/+1
* 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-156-39/+42
* Move class BinaryContent into its own file.kh12014-07-1511-553/+657
* Move updater class into sdk binary and rename to UpdateChecker.kh12014-07-159-189/+150
* Adjust parsing the arguments, we now only need them for the parser.kh12014-07-141-7/+5
* 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
* Windows: Write verbose output into parent consoleKai Koehne2014-07-111-4/+12
* 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
* Remove ubuntu hack that should be no longer necessary.Niels Weber2014-07-101-26/+0
* Use QCommandlineParser, remove some developer related options.kh12014-07-107-654/+257
* Calm down warnings.kh12014-07-095-16/+6
* Rename settings in config.xml filejkobus2014-07-079-97/+97
* 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-0315-32/+32
* 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-025-598/+34
* Remove Qt 4 scopes in .pro filesKai Koehne2014-07-021-9/+2
* 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-2415-420/+454
* Initialize both client and server with default values.kh12014-06-239-51/+54
* 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