mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 00:50:59 +00:00
version: update to 0.2.2
This commit is contained in:
parent
4dd2091df6
commit
82e62d7058
4 changed files with 17 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -502,7 +502,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gst_pipeline_studio"
|
name = "gst_pipeline_studio"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gst_pipeline_studio"
|
name = "gst_pipeline_studio"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
18
TODO.md
18
TODO.md
|
@ -70,6 +70,20 @@
|
||||||
- [x] Support gtk4paintablesink with playbin
|
- [x] Support gtk4paintablesink with playbin
|
||||||
- [x] Display a pipeline properties dialog (list elements)
|
- [x] Display a pipeline properties dialog (list elements)
|
||||||
|
|
||||||
|
## 0.2.2
|
||||||
|
|
||||||
|
### app
|
||||||
|
|
||||||
|
- [x] Remove quit as it's unnecessary with close button
|
||||||
|
- [x] Remove the close button in dialogs (properties etc.)
|
||||||
|
- [x] Unable to use flags in playbin3
|
||||||
|
- [x] the desktop icon execs gps_pipeline_studio
|
||||||
|
- [x] move burger menu on the right
|
||||||
|
|
||||||
|
### Graphview
|
||||||
|
|
||||||
|
- [x] Update node description on property removal
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
### Graphview
|
### Graphview
|
||||||
|
@ -96,11 +110,8 @@
|
||||||
- [ ] Implement zoom on the view (https://gitlab.gnome.org/World/obfuscate/-/blob/master/src/widgets/drawing_area.rs)
|
- [ ] Implement zoom on the view (https://gitlab.gnome.org/World/obfuscate/-/blob/master/src/widgets/drawing_area.rs)
|
||||||
- [ ] Settings: add a log level selection
|
- [ ] Settings: add a log level selection
|
||||||
- [ ] reopen the last log on prematured exit (crash)
|
- [ ] reopen the last log on prematured exit (crash)
|
||||||
- [ ] burger menu must be on the right
|
|
||||||
- [x] Remove quit as it's unnecessary with close cross
|
|
||||||
- [ ] Play/pause should be prevented until the pipeline is ready
|
- [ ] Play/pause should be prevented until the pipeline is ready
|
||||||
- [ ] Filter the elements by class/rank etc.
|
- [ ] Filter the elements by class/rank etc.
|
||||||
- [x] Remove the close button in dialogs (properties etc.)
|
|
||||||
|
|
||||||
### CI/Infra
|
### CI/Infra
|
||||||
|
|
||||||
|
@ -109,4 +120,3 @@
|
||||||
## bugs
|
## bugs
|
||||||
|
|
||||||
- [ ] check that element exists before creating it on file load.
|
- [ ] check that element exists before creating it on file load.
|
||||||
- [x] Unable to use flags in playbin3
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('gst_pipeline_studio',
|
project('gst_pipeline_studio',
|
||||||
version: '0.2.1',
|
version: '0.2.2',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
default_options: [ 'warning_level=2',
|
default_options: [ 'warning_level=2',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue