summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Change viewer application version to 2.1Laszlo Agocs2018-09-071-1/+1
* Move Remote Deployment code into the runtimeAndy Nichols2018-07-2611-667/+3
* viewer: Hide Use File/Open... text when widgets are not in useLaszlo Agocs2018-06-293-8/+13
* Move towards enabling dynamically adding and changing modelsLaszlo Agocs2018-06-201-0/+6
* Avoid using public API in the engine and viewerLaszlo Agocs2018-06-182-25/+23
* Fix warning about unused lambda captureChristian Strømme2018-06-181-1/+1
* Do not show "DATE" and "TIME" strings in about boxLaszlo Agocs2018-06-181-5/+6
* Prevent erroneous progress indicationsTomi Korpipaa2018-06-071-1/+6
* Update receiving status in viewer remote connection modeTomi Korpipaa2018-06-064-0/+12
* Throttle Viewer refreshes to once per secondAndy Nichols2018-06-052-1/+16
* Add a proper About dialog for the ViewerAndy Nichols2018-06-059-3/+964
* Hide menu bar when Viewer app is in fullscreen modeAndy Nichols2018-06-051-12/+31
* It's not necessary to explicitly disconnect on exitAndy Nichols2018-06-051-1/+0
* Remote Viewer UX improvmentsAndy Nichols2018-05-313-15/+35
* viewer: move surfaceformat stuff to after processing cmdlineLaszlo Agocs2018-05-301-1/+2
* Default to ScaleModeCenter in the viewerLaszlo Agocs2018-05-301-0/+1
* Change "Toggle Full Screen" to "Full Screen"Laszlo Agocs2018-05-291-1/+1
* Viewer: Add command line options to set mattecolor and scalemodeAndy Nichols2018-05-252-4/+35
* Add support for using Q3DSViewerSettings in Q3DSEngineAndy Nichols2018-05-251-0/+62
* viewer: add a cmdline option to auto exit after a certain timeLaszlo Agocs2018-05-251-0/+6
* viewer: Capitalize some menu item textsLaszlo Agocs2018-05-151-3/+3
* Viewer: Add quit key sequence to File/ExitLaszlo Agocs2018-05-151-1/+1
* viewer: Fix the remote connection port parameterLaszlo Agocs2018-05-151-8/+6
* viewer: Rely on widget menus/shortcuts for profileui activationLaszlo Agocs2018-05-151-0/+6
* Make calling Q3DS::surfaceFormat() optional for Studio3DLaszlo Agocs2018-05-141-1/+1
* Make sure to re-enable OnDemandRenderer when reloading sceneAndy Nichols2018-05-091-0/+1
* Enable viewer to be built as an Application on AndroidAndy Nichols2018-05-081-1/+6
* Fix 3dsviewer for b2qtJanne Koskinen2018-05-081-1/+1
* Make sure to start remote viewer server when showing connection screenAndy Nichols2018-05-081-0/+1
* Hide 'force design size' in the viewerLaszlo Agocs2018-05-041-14/+18
* Add error and update messages to the connection info screenAndy Nichols2018-05-023-6/+33
* Add remote support to 2.0 Viewer toolAndy Nichols2018-05-0212-28/+646
* Move qt3dsexplorer to tests/manualLaszlo Agocs2018-04-2348-19477/+0
* Add icon and description for q3dsviewer applicationMiikka Heikkinen2018-04-233-0/+4
* Make q3dsviewer an application bundleMiikka Heikkinen2018-04-201-1/+3
* q3dsviewer: Add submenu for profile uiLaszlo Agocs2018-04-031-3/+13
* Make widgets optionalLaszlo Agocs2018-03-273-14/+42
* q3dsviewer: Add FullScreen key sequence to toggle fullscreenLaszlo Agocs2018-03-261-1/+1
* q3dsviewer: Show the Debug menu only when Q3DS_DEBUG >= 1Laszlo Agocs2018-03-261-78/+81
* q3dsviewer: Move some items from View to Debug menuLaszlo Agocs2018-03-261-22/+20
* Reverse the profiling option logicLaszlo Agocs2018-03-263-9/+9
* Sanitize the Q3DSEngine re. elementPathLaszlo Agocs2018-03-201-3/+0
* Add support for EmitSignal in actionsLaszlo Agocs2018-03-191-0/+3
* Update node visibility based on starttime/endtimeAdam Treat2018-03-121-4/+7
* behaviors: Implement get/setAttributeLaszlo Agocs2018-03-081-6/+6
* Change setMesh signatureLaszlo Agocs2018-03-071-1/+1
* More precise control and display of timeline in qt3dsexplorerAdam Treat2018-03-021-2/+16
* Add utility function for getting the start and end time for a slideChristian Strømme2018-02-271-2/+3
* Avoid asserting for incomplete animation channelsLaszlo Agocs2018-02-221-7/+10
* Add a way to push an already existing presentation to the engineLaszlo Agocs2018-02-225-2/+174