Commit graph

16 commits

Author SHA1 Message Date
Link Mauve
ed76daf2fd Drastically reduce the size of the screenshot
Sadly the uncompressed PNG will bloat the repository forever, but at
least shallow clones should be better.

I ran oxipng[1] on it, which losslessly reduced it from 3.6 MiB down to
72 KiB.

Fixes a regression from both b51721ce79
and 8cc134e1d6.  Actually if possible it
would be better to force-push to replace these two commits with this
version, and then ask the fdo admins to prune the repository.

[1] https://github.com/oxipng/oxipng
2026-05-09 10:00:40 +02:00
Naveen Prashanth
ff569a4de0 Edit making_a_release.md 2026-05-07 10:05:29 +00:00
Naveen Prashanth
8cc134e1d6 Replace screenshot.png 2026-05-07 09:54:09 +00:00
Naveen Prashanth
b51721ce79 Replace screenshot.png 2026-05-07 09:47:16 +00:00
Naveen Prashanth
c463645579 Replace screenshot.png 2026-05-06 17:26:01 +00:00
Naveen Prashanth
796f9cd0ab Replace screenshot.png 2026-05-06 17:14:36 +00:00
Tom A. Wagner
1db39fb71f css: Add more padding to node and port names, remove column spacing in ports grid 2023-09-18 18:02:00 +02:00
Tom A. Wagner
1707e84c4c readme: Update Screenshot to reflect libadwaita port and redesign 2023-08-28 20:58:54 +02:00
Tom A. Wagner
76ad8d11d7 Change application id to org.pipewire.Helvum 2022-01-28 10:14:21 +01:00
Tom A. Wagner
56523f1b30 docs: Add documentation for making a release 2021-12-01 19:56:17 +01:00
Tom A. Wagner
396363cef1 README: Update screenshot 2021-11-17 19:49:52 +01:00
Tom A. Wagner
7ef8677c4c readme: move screenshot.png into docs/ folder 2021-08-29 16:56:56 +02:00
Tom A. Wagner
92101d860c Update ARCHITECTURE.md to reflect state having moved to the pipewire thread 2021-06-06 09:36:57 +02:00
Tom A. Wagner
be240231c0 Merge Controller and View structs into one Application struct.
The `View` sturct was mostly a layer of indirection, and the controller benefitted by absorbing the gtk::Application
subclass parts, so now those two are merged into a new gtk::Application subclass.
2021-05-08 18:06:52 +02:00
Tom A. Wagner
076fec7eb4 Modify architecture to run pipewire loop in second thread.
The pipewire loop now runs without interruption in a second thread and communicates with
the GTK thread via a channel in each direction, instead of checking for events once a second and using callbacks.

This allows changes to appear instantly in the view, instead of having to wait.
2021-05-05 21:48:00 +02:00
Tom A. Wagner
269ce18b29 Add overview of planned architecture in docs/architecture.md
The new architecture.md file contains a birds-eye overview of the top-level architecture
using box-drawing characters, but does not go into detail yet.
2021-03-28 19:24:25 +02:00