aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sync the name of QML Live across the code, documentation, examplesSvetlana Abramenkova2019-05-10107-148/+148
* Fix documentation build on Clang-enabled QDocTopi Reinio2019-03-1110-28/+29
* Bench: Improve UX of new project wizardSvetlana Abramenkova2018-12-203-39/+113
* Bench: Hide not .qml files from workspace viewv5.12.0_QtASSvetlana Abramenkova2018-12-199-3/+192
* Update copyright statementsRobert Griebl2018-12-18104-103/+207
* Bench: process qmllive project file as command line argSvetlana Abramenkova2018-12-175-6/+61
* Bench: QmlLive project document stores path as relative pathsSvetlana Abramenkova2018-12-175-20/+136
* QmlLive project conceptSvetlana Abramenkova2018-07-198-9/+676
* Bench: Use temporary QCoreApplication instance for arguments parsingMartin Kampas2018-06-141-19/+29
* Allow to limit the number of watched directoriesMartin Kampas2018-06-149-21/+301
* HostModel: Fix unintended fallthroughMartin Kampas2018-06-071-5/+5
* Improve log output with blocking connectMartin Kampas2018-06-071-2/+9
* Use user-specific keys for IPC resourcesMartin Kampas2018-06-072-6/+50
* Bench: Fix warning about hidden setModelMartin Kampas2018-06-071-0/+2
* Bench: Destroy main window on exitMartin Kampas2018-06-071-0/+6
* Bench: Fix About dialog titleMartin Kampas2018-06-071-1/+1
* Bench: Fix assertion failure on double click in directory previewMartin Kampas2018-06-071-1/+1
* Bench: Fix locating previewGenerator on WindowsMartin Kampas2018-06-071-1/+1
* Bench: Fix build with Qt < 5.7 (QDataStream::startTransaction())Martin Kampas2018-06-051-4/+10
* Merge branch '5.8' into devOswald Buddenhagen2018-06-0450-424/+1085
|\
| * 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-2322-154/+224
| * 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
| * Use consistent namingMartin Kampas2016-11-2212-22/+22
* | Fix MSVC static buildsRobert Griebl2017-09-123-5/+11
|/
* 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
* 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