Skip to content

Commit

Permalink
Gtk4/main (xou816#280)
Browse files Browse the repository at this point in the history
* gtk4 initial port

* first composite template

* couple fixes

* more composite tempaltes

* more composite templates

* more composite templates

* finish composite templates

* attempt flatpak!

* fix flatpak

* formatting

* merge fixes

* merge fixes and fix offline build

* oops duplicate ci!

* minor layout improvements

* groundwork: switch to listview

* refactor controls

* move playback css to dedicated file

* fix checkbox

* update potfiles

* update README

* hmmm, css

* fix search focus behaviour + clean up GtkViewports

* mpris: add shuffle and loop status support

* clean warn-cache feature (it's been a while!)

* add unbind for songs

* simplify album widget + improve on mobile

* fix initial playlist state

* Gtk4/long lists (xou816#279)

* switch to direct scrolled widnow ancestor

* improve selection impl

* implement some diffing

* restore autoscroll behavior

* cleanup playback position remnants

* switch to simple vec
  • Loading branch information
xou816 authored Aug 24, 2021
1 parent 97348af commit bde4df1
Show file tree
Hide file tree
Showing 102 changed files with 4,873 additions and 4,448 deletions.
229 changes: 119 additions & 110 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ version = "0.1.16"
edition = "2018"
license = "MIT"

[features]
warn-cache = []

[dependencies.gtk]
version = "^0.14.0"
features = ["v3_24"]
version = "^0.2.0"
package = "gtk4"

[dependencies.gdk]
version = "^0.14.0"
features = ["v3_24"]
version = "^0.2.0"
package = "gdk4"

[dependencies.gio]
version = "^0.14.0"
Expand Down Expand Up @@ -61,8 +58,7 @@ features = ["gettext-system"]
[dependencies]
secret-service = "^2.0.1"
gdk-pixbuf = "^0.14.0"
libhandy = "^0.8.0"
gladis = "^1.0.0"
libadwaita = "0.1.0-alpha-2"
ref_filter_map = "^1.0.1"
regex = "^1.4.6"
async-std = "^1.9.0"
Expand Down
Loading

0 comments on commit bde4df1

Please sign in to comment.