summaryrefslogtreecommitdiffstats
path: root/src/sdk
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the component getter mess, remove superfluous methods.kh12014-10-061-1/+2
* Fix missing punctuation and wrong apostrophe.kh12014-09-151-1/+1
* Fix some std::cout usage.kh12014-09-051-9/+6
* Split and implement new installer base, update checker.kh12014-09-047-416/+619
* Introduce commandline parser class.kh12014-08-293-0/+236
* Fix listing of resourcesKai Koehne2014-08-271-1/+1
* Make listing of resources less verboseKai Koehne2014-08-271-10/+9
* Fix compile on MacOSXChristian Stenger2014-07-231-0/+5
* Fix attaching to console on WindowsKai Koehne2014-07-182-37/+74
* Move Console implementation (Windows) in .cpp fileKai Koehne2014-07-183-69/+122
* Fix Typo resulting in wrong error messageNiels Weber2014-07-171-1/+1
* Make the marker and the find function class members.kh12014-07-151-2/+2
* Move class BinaryContent into its own file.kh12014-07-152-2/+2
* Move updater class into sdk binary and rename to UpdateChecker.kh12014-07-155-25/+192
* Adjust parsing the arguments, we now only need them for the parser.kh12014-07-141-7/+5
* Windows: Write verbose output into parent consoleKai Koehne2014-07-111-4/+12
* Remove ubuntu hack that should be no longer necessary.Niels Weber2014-07-101-26/+0
* Use QCommandlineParser, remove some developer related options.kh12014-07-105-650/+251
* Rename settings in config.xml filejkobus2014-07-072-3/+3
* Replace Q_OS_MAC with Q_OS_OSXNiels Weber2014-07-031-4/+4
* Fix broken tools after switching to QFileDevice.kh12014-07-021-1/+0
* Remove Qt 4 scopes in .pro filesKai Koehne2014-07-021-9/+2
* Split out the file IO stuff and adjust other files respectively.kh12014-06-241-3/+3
* Initialize both client and server with default values.kh12014-06-231-1/+1
* Fix change user interface example.kh12014-06-061-0/+10
* Fix replace maintenance tool binary.kh12014-06-043-52/+44
* Replace client-server classes and update implementations.kh12014-06-031-3/+5
* Replace script with js engine.kh12014-06-031-1/+1
* Merge remote-tracking branch 'origin/1.6'Oswald Buddenhagen2014-06-021-1/+9
|\
| * Avoid 'Too many open files' on MacKai Koehne2014-05-141-1/+9
* | Cleanup to support Qt5 only.kh12014-06-022-14/+5
* | Merge IntroductionPage and IntroductionPageImpl.kh12014-04-263-386/+7
* | Merge TargetDirectoryPage and TargetDirectoryPageImpl.kh12014-04-242-174/+1
* | Provide an API to get all wizard pages from java script.kh12014-04-241-1/+1
|/
* Merge remote-tracking branch 'origin/1.5'Oswald Buddenhagen2014-03-273-1089/+452
|\
| * Unify access to the supported schemes.kh12014-03-251-9/+2
| * Update Russian translationSergey Belyashov2014-02-191-1080/+419
| * Add ts-<lang>, ts-all, commit-ts rules for translationsTakumi Asaki2014-02-101-0/+31
* | Warn earlier about trying to install to root or home path.Niels Weber2014-03-261-5/+13
* | Fix compilation with namespaced Qthjk2014-03-041-4/+4
* | add headless possibilityTim Jenssen2014-02-181-0/+6
* | Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-02-074-796/+1108
|\|
| * Update German translation.Niels Weber2014-02-031-348/+481
| * Fix: Path handling in project filesTakumi Asaki2014-02-031-2/+2
| * Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2014-01-291-427/+504
| |\
| | * Updated German Translation1.4Niels Weber2014-01-291-427/+504
| * | Update Japanese translationTakumi Asaki2014-01-271-255/+357
| * | Fix: I18N doesn't work on WindowsTakumi Asaki2014-01-271-5/+5
* | | Slightly faster version of asynchronous metadata download.kh12014-02-032-0/+12
|/ /
* | fix random crash while accessing argumentsTim Jenssen2014-01-211-1/+1