c.lamboo
45bc498c7f
Replace RecolorImage
with ColorImage
...
CURA-8640
2022-04-08 15:55:34 +02:00
Jaime van Kessel
3f4f7f0fcf
Remove some extra unneeded theme stuff for monitor page
2022-02-25 14:12:25 +01:00
Jaime van Kessel
cefffe62cd
Remove most of controls 1 references from networking plugin
2021-11-16 15:26:23 +01:00
Konstantinos Karmas
de9b1f82b9
Enable the tooltip when the camera button is disabled
...
CURA-8436
2021-08-03 16:55:11 +02:00
Ghostkeeper
ba6e79c81f
Rework parts of camera button
...
The new button should be consistent with the looks of the tool buttons. I've given it the same size as the inner part of the tool buttons, reworked the background so that it matches. I'm also giving it the 'secondary button' style which is also used for one other button. But that other detail button should get the same style anyway so that's fine too.
I've also turned this icon into an actual button. That way it can get focus when using keyboard navigation and works better with tools for blind and such.
Contributes to issue CURA-8202.
2021-07-07 11:36:11 +02:00
ChrisTerBeke
0ba8bf13e1
Fix copyright year to 2019
2019-08-02 15:09:37 +02:00
Ian Paschal
e23dd2dd6b
Grey-out buttons when using cloud connection
...
Contributes to CL-1247
(includes some boyscoutin')
2019-02-19 12:23:33 +01:00
Ian Paschal
32072e3bfe
Merge remote-tracking branch 'origin/4.0' into CL-1165_missing_cloud_info
2019-01-23 12:05:06 +01:00
Ian Paschal
bc9831abd1
Add color theming to monitor tab
...
Contributes to CL-1212
2019-01-21 17:10:41 +01:00
Ian Paschal
406ef20802
Revert "Add theme colors"
...
This reverts commit 2e5eb611442b992ca0da60dc22a9e16538c48fa9.
2019-01-21 14:05:24 +01:00
Ian Paschal
2e5eb61144
Add theme colors
...
Contributes to CL-1212
2019-01-21 13:07:16 +01:00
Ian Paschal
4ce244362c
Make camera button grey if disabled
...
Contributes to CL-1165
2019-01-09 16:30:39 +01:00
Ian Paschal
e877b47e22
Disable printer cards which are not in focus
...
Contributes to CL-1151
2018-12-14 16:55:48 +01:00
Ian Paschal
7340b6dbc4
Update CameraButton.qml
...
Contributes to CL-1150
2018-11-27 10:53:00 +01:00
Lipu Fei
02681a5700
Change camera URL to non-optional QUrl
...
Otherwise pyqt property will complain when it tries to convert a None to
a QUrl.
2018-10-29 13:25:23 +01:00
fieldOfView
e0d6bac37d
Fix remaining references to NetworkCamera and OutputDevice.activeCamera
2018-10-29 11:18:54 +01:00
Ian Paschal
f9545a339d
QML Clean-up
...
Contributes to CL-897, CL-1051, CL-1111
2018-10-23 15:41:56 +02:00
Ian Paschal
9a16d45be5
Round divisions
...
Contributes to CL-1051, CL-897, CL-1111
2018-10-22 16:02:55 +02:00
Ian Paschal
817899686a
Dark mode theme improvements
...
Contributes to CL-1111
2018-10-19 16:23:16 +02:00
Ian Paschal
5ca0c599e9
Review feedback
...
Now with unified style as agreed upon by Simon & Ian.
Rules:
- ID before all other props.
- All props before children.
- All props after ID in alphabetical order.
- Empty line between children.
- Semi-colons.
Note: I didn't touch the DiscoverUM3Action because that's it's whole own UI part.
2018-10-03 10:55:38 +02:00
Ian Paschal
2c5095befb
Add copyright headers
2018-10-03 09:43:13 +02:00
Ian Paschal
0b66bf0448
Monitor Tab - Use camera button on camera stream
...
- Fixes: Video feed close button is always out of sight
- Makes improvement to camera icon
Contributes to CL-1049
2018-09-12 17:07:10 +02:00