aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.85.8Oswald Buddenhagen2018-06-048-108/+24
|\
| * Fix issues related to documentation configuration5.7Topi Reinio2016-11-308-109/+25
* | Build: Update min. Qt version check to match actual requirementsMartin Kampas2016-11-241-4/+6
* | LiveNodeEngine: Visually delimit log output on reloadingMartin Kampas2016-11-241-0/+3
* | Add global compat. #defines for qInfo and relatedMartin Kampas2016-11-245-10/+10
* | Modernize: Use Qt5 signal slot connection syntaxMartin Kampas2016-11-2323-158/+228
* | Example app: Utilize LiveNodeEngine::usePreloadedDocumentMartin Kampas2016-11-232-0/+38
* | Example app: Ephasize more QmlLive is an additionMartin Kampas2016-11-231-6/+19
* | LiveNodeEngine: Do not try to load files of unsuported typeMartin Kampas2016-11-231-28/+34
* | LiveNodeEngine: Do not suppress QML warnings on stderrMartin Kampas2016-11-231-1/+0
* | Bench: Improve dark style for disabled buttonsMartin Kampas2016-11-231-0/+1
* | HostWidget: Properly use QMimeData to extract URLsMartin Kampas2016-11-231-2/+2
* | Allow to take over a document preloaded beyond LiveNodeEngine's controlMartin Kampas2016-11-234-14/+98
* | Improve active document handlingMartin Kampas2016-11-239-41/+112
* | WorkspaceView: Always highlight the active documentMartin Kampas2016-11-234-11/+49
* | Allow to delay and repeate sending whole error log on connectMartin Kampas2016-11-233-5/+35
* | Bench: Encapsulate host's available state in Host classMartin Kampas2016-11-234-10/+19
* | Bench: Deduplicate setting host widget titleMartin Kampas2016-11-232-33/+12
* | Bench: Minimize redundant calls to HostWidget::connectToServer()Martin Kampas2016-11-232-3/+19
* | LiveNodeEngine: Do not close fallback view unnecesarilyMartin Kampas2016-11-231-3/+4
* | Consistently and reliably handle paths to workspace documentsMartin Kampas2016-11-2332-159/+485
* | Bench: Only allow displaying directories locallyMartin Kampas2016-11-222-1/+9
* | Bench: Activate root path when workspace is openedMartin Kampas2016-11-223-4/+6
* | Bench: Show a placeholder text for hosts with no active documentMartin Kampas2016-11-221-5/+12
* | Bench: Immediately follow tree selection when enabledMartin Kampas2016-11-222-1/+10
* | Bench: Fix build with msvc2012Martin Kampas2016-11-221-0/+2
* | Build: Remove duplicate VERSION from qmllive.priMartin Kampas2016-11-221-1/+0
* | Update docs on building docsMartin Kampas2016-11-222-4/+4
* | Use consistent namingMartin Kampas2016-11-2220-82/+84
|/
* Bench: Add --probehost optionMartin Kampas2016-10-0710-2/+75
* Bench: Add --ping optionMartin Kampas2016-10-073-0/+33
* Bench: Add --noremote optionMartin Kampas2016-10-073-2/+30
* Bench: Allow non-interactive removing of remote hostsMartin Kampas2016-10-075-36/+53
* Bench: SingletonizeMartin Kampas2016-10-077-58/+334
* Build: Skip bench, examples and shared lib build also on QNXMartin Kampas2016-10-061-1/+1
* Bench: Eliminate extra frame in hosts viewMartin Kampas2016-10-061-0/+1
* Bench: Allow non-interactive adding of remote hostsMartin Kampas2016-10-065-0/+85
* Bench: Do NOT hide Hosts view by defaultMartin Kampas2016-10-061-1/+0
* Allow to override default QSettings locationMartin Kampas2016-10-065-6/+20
* Bench: Add About dialogMartin Kampas2016-10-068-0/+206
* Build: Add missing c++11 CONFIG flagsMartin Kampas2016-10-052-0/+2
* Only require QT+=widgets where really neededMartin Kampas2016-10-055-8/+6
* Enable installation of example appMartin Kampas2016-10-054-4/+23
* Extract shared libraryMartin Kampas2016-10-0528-80/+216
* LiveNodeEngine: Fix UpdatesAsOverlay flag handlingMartin Kampas2016-10-042-2/+7
* Error screen: Word wrap long text (no controls)Martin Kampas2016-10-041-1/+4
* LiveNodeEngine: Show error screen when root object cannot be displayedMartin Kampas2016-10-041-0/+5
* LiveNodeEngine: Clear fallbackView source unconditionallyMartin Kampas2016-10-041-1/+5
* LiveNodeEngine: Only reload if has activeFileMartin Kampas2016-10-041-1/+2
* Example app: Enable quit on last window closedMartin Kampas2016-10-041-1/+0