Jordan Petridis
6d3d4c8339
meson: install nightly icon
2019-10-20 20:03:07 +03:00
Jordan Petridis
911e420c24
Flatpak: remove dri access
...
There was a time where an inline videoplayer was a possibility,
and this would be needed for the GL widget, but it ain't
happening.
2019-10-20 19:40:46 +03:00
Jordan Petridis
e69ff0325e
Flatpak: remove dconf permissions.
...
Yay 🎉 🎉 🎉
2019-10-20 19:38:15 +03:00
Jordan Petridis
7c1353a8aa
Flatpak: Add fallback-x11 socket
...
This makes it so the x11 socket is made available only when
there is no wayland socket available in the system.
2019-10-20 19:35:05 +03:00
Jordan Petridis
4ce9a172b8
Merge branch 'wip/sadiq/small-width' into 'master'
...
Let the window work on smaller screens
See merge request World/podcasts!122
2019-10-20 16:22:16 +00:00
Mohammed Sadiq
61a7b24084
headerbar: Use a smaller width for entry
...
So that it fits better on smaller screens
2019-10-19 15:26:29 +00:00
Mohammed Sadiq
8b2ca19f1a
episode_widget: Allow reaching smaller widths
...
So that the window fits fine on smaller screens
2019-10-19 15:26:29 +00:00
Jordan Petridis
deafa8f4d3
Merge branch 'fix-142' into 'master'
...
Show app icon in PulseAudio settings
Closes #142
See merge request World/podcasts!125
2019-10-19 15:25:59 +00:00
James Westman
c739935335
Show app icon in PulseAudio settings
...
According to the docs, `gtk::Window::set_default_icon_name` should take care of
this, but it evidently isn't. So we'll use the environment variable method
instead.
Fixes #142
2019-10-19 01:26:46 -05:00
Asier Sarasua Garmendia
34e4a4f483
Add Basque translation
2019-10-18 08:00:51 +00:00
Jordan Petridis
85c485509c
Merge branch 'update_mpris_permissions' into 'master'
...
Remove unnecessary MPRIS Flatpak permissions
See merge request World/podcasts!124
2019-10-10 13:08:12 +00:00
Felix Häcker
026145e0c7
Remove unnecessary MPRIS Flatpak permissions
2019-10-09 21:03:13 +02:00
Jordan Petridis
bb0cf5b547
Merge branch 'update-coc' into 'master'
...
Update the Code of Conduct to the official GNOME CoC
See merge request World/podcasts!123
2019-10-08 17:37:43 +00:00
Christopher Davis
d8acffa844
Update the Code of Conduct to the official GNOME CoC
2019-10-08 09:55:20 -07:00
Jordan Petridis
a1f1cddcbe
Merge branch 'revert-d8496fe4' into 'master'
...
Revert "Flatpak: use the 3.32 runtime version"
See merge request World/podcasts!115
2019-10-04 12:28:24 +00:00
Christopher Davis
d19612bb3c
README: use new nightly and rust-stable locations
...
freedeskop-sdk is at 19.08 now, and sdk.g.o -> nightly.g.o
2019-10-04 11:53:05 +00:00
Christopher Davis
30e81961e8
Revert "Flatpak: use the 3.32 runtime version"
...
This reverts commit d8496fe4c4
2019-10-04 11:53:05 +00:00
Jordan Petridis
a9873da802
cargo fmt
2019-10-04 14:52:19 +03:00
Jordan Petridis
6046e62f11
Flatpak: update libhandy version to 0.11
2019-10-04 14:52:19 +03:00
Jordan Petridis
eb032619a0
Merge branch 'fix-link-and-typo' into 'master'
...
Fix link and typo
See merge request World/podcasts!121
2019-09-29 16:02:43 +00:00
Julian Hofer
d98f0a20a8
Fix link and typo
2019-09-24 21:34:10 +02:00
Jordan Petridis
945b40249c
Do not hardcode deny(warnings) in the source code
...
When a new version of the compiler introduces a new warning
it makes your perfectly fine older release require manual
patching in order to build again.
2019-09-13 03:05:38 +03:00
Jordan Petridis
1192642811
update cargo deps
2019-09-13 02:55:10 +03:00
Jordan Petridis
70772a61a9
meson.build: stop checking for cargo vendor
...
Since rust 1.37 release its now part of cargo itself.
2019-09-13 01:24:25 +03:00
Sabri Ünal
66b3f031a5
Update Turkish translation
2019-09-09 06:49:59 +00:00
Jordan Petridis
56a9c115f8
Merge branch 'reset-playback-rate' into 'master'
...
player: Playback rate is reset when episode is started
Closes #65
See merge request World/podcasts!116
2019-09-04 14:45:45 +00:00
Julian Hofer
bd10ed93af
player: Playback rate is reset when episode is started
...
When an episode is started the "radio_normal"-button is
set to true.
Fixes #65
2019-09-04 17:10:45 +03:00
Jordan Petridis
c3351f01e4
Merge branch 'url-parsing' into 'master'
...
headerbar: Refactor 'add' styling after url parsing
See merge request World/podcasts!119
2019-09-04 14:04:50 +00:00
FeuRenard
1d13384f6c
headerbar: Refactor 'add' styling after url parsing
...
The current code includes many duplications.
I extract a single parameterized style function
accompanied by two delegate functions.
https://gitlab.gnome.org/World/podcasts/issues/45
2019-09-03 22:11:24 +02:00
Jordan Petridis
598e225b00
Merge branch 'zbrown/subclass-gtkapp' into 'master'
...
Subclass GtkApp
See merge request World/podcasts!113
2019-09-02 21:35:43 +00:00
Jordan Petridis
d8090a8172
Upgrade some cargo deps
2019-09-02 23:55:56 +03:00
Zander Brown
f47413686c
Use a custom GtkApplication instead of GtkApplication direct
2019-09-02 23:55:56 +03:00
Zander Brown
c8a194cf32
Use gtk-rs 0.7.0
2019-09-02 23:55:56 +03:00
Jordan Petridis
f07ac1f322
Merge branch 'url-creds' into 'master'
...
Parse url login info into basic auth header
Closes #124
See merge request World/podcasts!120
2019-09-02 18:49:42 +00:00
Peter Rice
02561b614f
Parse url login info into basic auth header
2019-09-01 08:11:23 -04:00
Anders Jonsson
6ca2d02c69
Update Swedish translation
2019-08-22 15:54:41 +00:00
Jordan Petridis
300e103fed
Merge branch 'cargo-update' into 'master'
...
build: Update Cargo.lock
Closes #147
See merge request World/podcasts!118
2019-08-05 00:34:13 +00:00
Christopher Davis
a77c0e5f32
build: Update Cargo.lock
...
Fixes https://gitlab.gnome.org/World/podcasts/issues/147
2019-08-04 04:04:15 -07:00
Jordan Petridis
cf644d508d
Merge branch '145-contributing-merge-request-process' into 'master'
...
Resolve "CONTRIBUTING - Merge Request Process"
Closes #145
See merge request World/podcasts!117
2019-07-29 15:49:46 +00:00
Zander
452be8a22f
Switch make for meson/ninja
2019-07-27 20:00:11 +00:00
Jordan Petridis
1e816f65a5
Merge branch 'alatiera/ci-3-32' into 'master'
...
Flatpak: use the 3.32 runtime version
See merge request World/podcasts!114
2019-07-16 08:05:17 +00:00
Jordan Petridis
d8496fe4c4
Flatpak: use the 3.32 runtime version
...
Until somebody find time to fix the CI image to work
with the 19.08 fd.o base.
2019-07-16 10:34:23 +03:00
Kukuh Syafaat
ca10956014
Update Indonesian translation
2019-07-11 08:22:04 +00:00
Goran Vidović
3984b84b6c
Update Croatian translation
2019-06-22 20:30:46 +00:00
Daniel Mustieles
493114e825
Update Spanish translation
2019-06-19 10:34:04 +00:00
Yuri Gomes
7856b6fd27
Update Brazilian Portuguese translation
2019-06-13 18:42:37 +00:00
Jordan Petridis
957b47680d
Merge branch 'empty-url' into 'master'
...
headerbar: Don't show error when add input is empty
See merge request World/podcasts!108
2019-06-09 04:18:48 +00:00
FeuRenard
86f6a944ff
headerbar: Don't show error when add input is empty
...
When you add a feed url and clear the input after entering some
characters, then the error label is shown. The empty url check in the
code is broken, because it is performed on a version of the url which
is not the original input and instead a version modified in the code.
I store in a variable whether the original input url is empty.
part of #45
2019-06-09 06:17:22 +03:00
Jordan Petridis
2631173a0d
Merge branch 'red-border' into 'master'
...
headerbar: Add ERROR style to Add entry
See merge request World/podcasts!109
2019-06-09 03:12:33 +00:00
FeuRenard
0dc1f810d2
headerbar: Add ERROR style to Add entry
...
When you enter an invalid or duplicate URL an error message is shown.
But GTK's error style is not applied to the entry.
This commit applies GTK's error style to the URL entry when appropriate.
part of #45
2019-06-09 05:48:02 +03:00