summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/style.qss
Commit message (Collapse)AuthorAgeFilesLines
* Fix welcome screen glitchesMiikka Heikkinen2018-09-251-0/+6
| | | | | | | | | | | | | | The dummy label is needed to fix background quadrupling issue when dragging the welcome screen to another screen with different device pixel ratio. It is unclear why exactly it fixes it, and why it needs to be a label with some visible text to do so, instead of some other widget. It is somehow related to the layout handling on the dialog. Task-number: QT3DS-2392 Change-Id: I945d29e6d735d400c80668cab458bf46e9b57f0c Reviewed-by: Kimmo Leppälä <kimmo.leppala@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Update welcome screen dimensionsTomi Korpipaa2018-09-251-3/+3
| | | | | | Task-number: QT3DS-2380 Change-Id: I70ceec77bd26ffe159bcc0a9da14b97badb4fc3b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fix font family in tutorial widgetTomi Korpipaa2018-09-201-0/+6
| | | | | | Task-number: QT3DS-2239 Change-Id: I84e3c3e09806e3d5815707ebd5ca6796fe93af5b Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Update welcome screenMiikka Heikkinen2018-09-201-7/+28
| | | | | | | | | | Welcome screen is now simply a single screen instead of a multi-screen tutorial. A button was added to open getting started documentation. Note: Font family is not correct, to be fixed later. Task-number: QT3DS-2239 Change-Id: I98e8d07d72ce33c433a187d989f36d10d09a4ec8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Fix style issue with timeline time labelTomi Korpipaa2018-09-121-36/+7
| | | | | | | | | Also removed obsolete styles from style.qss, as it was being edited anyway. Task-number: QT3DS-1928 Change-Id: Iec7bf2bc47202cada7de2cf613b1c740586b9dd2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Check allowable datainput types when changing existing datainput typeJanne Kangas2018-09-031-1/+2
| | | | | | | | | | | Property datatypes are now stored when datainput is bound as a controller to a property, and allowable datatypes are checked when entering the datainput edit dialog. User is given a clarification on why certain datatypes are grayed out. Change-Id: I2b466ee714ef992f2f28d5742fce57ad3577db6a Task-Id: QT3DS-1916 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Implement tooltip showing timeline bar times when draggingMiikka Heikkinen2018-05-301-0/+8
| | | | | | | | Start time, end time, and duration are shown for the dragged bar Task-number: QT3DS-401 Change-Id: I6da60ca08579086d778d052015b18f37adaf34b7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Adjust loading popupKaj Grönholm2018-05-291-0/+13
| | | | | | | | | | Change background color & add border. Also updates correct image path and changes filename label to word-wrap. Task-number: QT3DS-1788 Change-Id: Ief46b5110e9fc54994675e9cd821849502567266 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Merge remote-tracking branch 'origin/master' into wip/timelineMiikka Heikkinen2018-05-031-1/+1
|\ | | | | | | Change-Id: Ifbb90bc53b80e50a7015ed5862814f214cd95bea
| * Add sorting to list dialogsTomi Korpipaa2018-04-261-1/+1
| | | | | | | | | | | | | | | | | | Make sub-presentation list dialog and data input list dialogs sortable. Task-number: QT3DS-1472 Change-Id: Id73619773d4231bb804f582144e8f8c94ae96a27 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Merge remote-tracking branch 'origin/master' into wip/timelineMiikka Heikkinen2018-04-231-0/+10
|\| | | | | | | Change-Id: I58176ea495831aee6eb35b9057bdecb6f3a6e1fe
| * UX changes to DatainputJanne Kangas2018-04-201-0/+10
| | | | | | | | | | | | | | | | | | | | Layout changes in Inspector Panel and Datainput management dialog. Open directly dialog for adding datainput when option "[Add new..." is selected from datainput selector. Show datainput type in datainput selector. Change-Id: I2e82cb2c10720d96b34a7e500f71dc86162a3003 Task-Id: QT3DS-1422 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* | Merge branch 'master' into wip/timelineMiikka Heikkinen2018-04-091-0/+12
|\| | | | | | | | | | | | | This merge loses datainput functionality in timeline toolbar. It needs to be readded in a separate commit. Change-Id: I92ca36e87718e9451b589465eb7ebbd801932820
| * Fix wrong colors in dockwidgets and tableviewsTomi Korpipaa2018-02-231-0/+7
| | | | | | | | | | | | | | Task-number: QT3DS-1197 Change-Id: Idaa93ba99e034bd44eceb11943f7dc6610d15020 Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * Visualize datainput control status betterJanne Kangas2018-02-191-0/+5
| | | | | | | | | | | | | | | | | | | | Add label that shows the current controller and change dock title color when slide transitions or timeline is controlled. Task-ID: QT3DS-1051 Change-Id: I2faefb076fffab673640ce2d32b7c3ec0e31cdd7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* | Continue timeline workMahmoud Badri2018-03-191-0/+21
|/ | | | | | | | Split timeline and tree views, implement layer locking, filter rows, start connection to the app data mode. Task-number: QT3DS-1262 Change-Id: I54fb659e5c4f1103b8cf792b04bcaf012779cf1a Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Fix data input chooser hover and selection for macOSTomi Korpipaa2018-02-081-0/+8
| | | | | | Task-number: QT3DS-976 Change-Id: I439a8789fe0421772ae395ee58d14ad8b771e937 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fix combobox style issueTomi Korpipaa2018-02-081-0/+4
| | | | | | | | When combobox is open, flip arrow. Task-number: QT3DS-1004 Change-Id: I75b486688156b44880cf95d80f0b7c9da8711076 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Make data input choosers act uniformlyTomi Korpipaa2018-02-061-0/+5
| | | | | | | | | | Inspector palette had a different look to its data input chooser than the other two. Also updated the look of the dialog, and now it is shown next to the data input icon, instead of in the middle of the screen. Task-number: QT3DS-950 Change-Id: I48e16c3b26066e06dba16c106e93f986e1523558 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fix resizing of toolbar menusTomi Korpipaa2018-01-231-9/+5
| | | | | | Task-number: QT3DS-273 Change-Id: Iddd2196a10e7070286a1a61c89e2bd3239e79598 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fix toolbars if positioned on the sideTomi Korpipaa2018-01-231-4/+23
| | | | | | Task-number: QT3DS-194 Change-Id: I1db511f0ba38a9560c54f3ef5828ec58714d1362 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Enable launching data input dialog from Edit menuTomi Korpipaa2018-01-231-0/+1
| | | | | | Task-number: QT3DS-833 Change-Id: Ia260df099d720c9114883af3ad68432b7f901860 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Do not react to mouse click if toolbar button is checkedTomi Korpipaa2018-01-231-1/+1
| | | | | | Task-number: QT3DS-143 Change-Id: I7a75a64557cd4f5ef6f9337d8bc7296391d50c0c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Add data input list edit dialogTomi Korpipaa2018-01-051-8/+33
| | | | | | | | | | | | | The dialog creates its internal data input items and returns them to InspectorControlView. The internal data input item list will be converted to real data inputs in a separate task. Launching the dialog will also be done in a separate task. Task-number: QT3DS-333 Change-Id: Ie45b95117c9e97d86e0767935b4b71ce4667a65f Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Don't allow empty file for sub-presentationTomi Korpipaa2017-12-011-0/+5
| | | | | | | | | If sub-presentation type is presentation, a file must be selected. Disable "Ok" button if not. Task-number: QT3DS-400 Change-Id: I925861f20ebf3d18495822e45eded70e8e5e952f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Update sub-presentation dialogTomi Korpipaa2017-11-281-2/+20
| | | | | | | | | Task-number: QT3DS-505 Change-Id: Id6529d65f83dddb7ce31be657986b9b25331092e Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Pasi Keränen <pasi.keranen@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Disable browse if no sub-presentation is selectedTomi Korpipaa2017-11-221-0/+6
| | | | | | Task-number: QT3DS-88 Change-Id: I44910d3ebf6ae3c19b528410dcd931841a180dc2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fix viewer open dialog styleTomi Korpipaa2017-11-211-0/+8
| | | | | | Task-number: QT3DS-486 Change-Id: I743b78fb125eaf31c1585a5eef3c6d5d0dbf8a5e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fix macOS style issuesTomi Korpipää2017-11-161-2/+7
| | | | | | | | Added dockwidget title style and removed unused statusbar. Task-number: QTDS-440 Change-Id: Ice35e99879d5f351bbdbc3f16c91d0061c7b5d29 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Add "add layer" button to timeline toolbarMiikka Heikkinen2017-11-101-2/+2
| | | | | | | | | | Layer can now be added by timeline toolbar button rather than dragging from basic objects. Task-number: QT3DS-391 Change-Id: I7a05a19bc7d7b63bba42defbab1f0ff5d9d754a4 Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Add timeline toolbarMiikka Heikkinen2017-11-091-5/+12
| | | | | | | | | | | Some functionality is disabled for now: Data input and layer adding. Those will be added in subsequent patches. Task-number: QT3DS-216 Change-Id: I7ff01b80918d6ae8602991b3d9897a19f3c734df Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Update stylesheet to fix toolbar on hidpiTomi Korpipaa2017-10-281-1/+8
| | | | | | Task-number: QT3DS-249 Change-Id: I8e9ec199e0254a1219f02f07e56807c2a174d3fd Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Update About dialog styleTomi Korpipaa2017-10-191-0/+19
| | | | | | Task-number: QT3DS-89 Change-Id: I6faddd632adf6c6ca39361f201cf78af709be899 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Move the rest of image resources to images folderTomi Korpipaa2017-10-181-2/+2
| | | | | | | | Unused images are deleted. Task-number: BOUL-711 Change-Id: I2e1eebc315354400d3966509bc3c7e18c39ff202 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Homogenize scroll barsTomi Korpipaa2017-10-161-9/+19
| | | | | | Task-number: QT3DS-44 Change-Id: I70380173329fadd3450843a35d663a5bdca2f0b1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Use the same stylesheet for Viewer as for StudioTomi Korpipaa2017-10-111-0/+1
| | | | | | Task-number: BOUL-711 Change-Id: I54c0b7421533a3df2945e30c4b7c69c20f075a42 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Initial importOswald Buddenhagen2017-10-061-0/+219