summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: replace "Max OS X" with "OS X"Leena Miettinen2014-06-176-13/+13
* Doc: replace \o with \liLeena Miettinen2014-06-178-374/+374
* Remove some Qt 4 stuff from docs.Niels Weber2014-06-1712-664/+53
* Add important note.kh12014-06-161-0/+3
* Fix crash while canceling the meta data unzip task.kh12014-06-161-3/+8
* Some more Qt5 QT_VERSION fixes.kh12014-06-163-18/+2
* Fix testjkobus2014-06-061-1/+1
* Make the auto tests available by default.kh12014-06-061-6/+1
* Use int instead of QFlag/Enum values (advised by Simon).kh12014-06-063-18/+14
* 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-068-22/+6
* 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
* Fix change user interface example.kh12014-06-061-0/+10
* Silence warning, we know what we are doing (-Wunused-value).kh12014-06-051-1/+1
* Fix Qt configure line to make a non-install buildKai Koehne2014-06-052-4/+4
* Check if the static is still there, otherwise we might crash.kh12014-06-051-0/+3
* Improve documentation on how to build the Installer FrameworkKai Koehne2014-06-052-15/+22
* Remove superfluous Qt4 code.kh12014-06-041-13/+1
* In an earlier version we got the socket back, now boolean only.kh12014-06-041-3/+2
* This should make the settings wrapper test pass on OSX.kh12014-06-041-0/+2
* Fix qmake warning about "Redundant entries in QTPLUGIN"Kai Koehne2014-06-041-1/+0
* Fix replace maintenance tool binary.kh12014-06-044-53/+45
* Initialize the client as early as possible.kh12014-06-042-2/+10
* Master needs at least Qt 5.3.0.kh12014-06-032-0/+28
* Update configure options for Windows (Qt 5)Kai Koehne2014-06-032-4/+4
* Fix some reorder warningsNiels Weber2014-06-032-3/+3
* We need to pass the socket to the connect function.kh12014-06-035-20/+22
* State that we require Qt 5.3 and update configure optionsNiels Weber2014-06-031-8/+5
* Replace client-server classes and update implementations.kh12014-06-0324-2587/+840
* Introduce new classes for client-server communication.kh12014-06-0318-6/+2715
* Add test for default script engine properties.kh12014-06-031-0/+38
* Replace script with js engine.kh12014-06-0324-448/+459
* Fix annoying warning that the file can not be deleted.kh12014-06-032-11/+6
* Use QTemporaryDir instead of our homemade solution.kh12014-06-035-76/+18
* We need to have these files in the include list too.kh12014-06-021-1/+2
* Some more qt5 only fixes.kh12014-06-022-26/+8
* Merge remote-tracking branch 'origin/1.6'Oswald Buddenhagen2014-06-0213-440/+45
|\
| * Revert "Use QTemporaryFile instead of some homebrew construction."kh12014-05-221-4/+5
| * Check if the file we are writing to is a file.kh12014-05-221-1/+8
| * Fix HTTP proxy settings do not have any effect.kh12014-05-211-0/+2
| * Avoid 'Too many open files' on MacKai Koehne2014-05-141-1/+9
| * Cleanup. Remove some unused and broken code.kh12014-05-145-420/+0
| * Remove 'What's this' button from wizard (Windows).kh12014-05-091-0/+1
| * Obviously we need to pass the authenticator everywhere.kh12014-05-091-0/+6
| * Improve error message for ConsumeOutputOperationKai Koehne2014-04-251-3/+3
| * ConsumeOutput: Use local encoding to parse executable outputKai Koehne2014-04-231-1/+1
| * Mac: Do not require Xcode command line toolsEike Ziller2014-04-162-10/+10