- 21 Apr, 2018 3 commits
-
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
- 20 Apr, 2018 5 commits
-
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Since gtk Widgets are not Send, and the callbacks all run in the gtk main loop, it *should* not be possible that 2 things try to access the same widget at the same time.
Jordan Petridis authored -
-
- 19 Apr, 2018 11 commits
-
-
Ivan Augusto authored
-
-
Jordan Petridis authored
-
My PR for Channelinto_items() went through and a new rss release in is already available!
Jordan Petridis authored -
Jordan Petridis authored
-
Jordan Petridis authored
-
It was only used to call the podcast.id() method. This allows EpisodeViewWidget to be created whithout the need for a call to the database to get a Podcst Object for each widget.
Jordan Petridis authored -
As logn we are not doing anything funny to bypass the borrow-checker, we should not be able to touch gtk wigets from other threads anyway.
Jordan Petridis authored -
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
- 18 Apr, 2018 8 commits
-
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
abc8fb98 uses an feature of rayon that's behind a compile time flag.
Jordan Petridis authored -
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
- 17 Apr, 2018 9 commits
-
-
Jordan Petridis authored
-
`futures::stream::iter_ok` is so conviniet, why had None told me about it before?
Jordan Petridis authored -
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
Jordan Petridis authored
-
When iteration of data is finished, None will be returned and the or_else() block will be executed. Now a callback can be passed that will be executd when the iteration/loading finishes.
Jordan Petridis authored
-
- 16 Apr, 2018 4 commits
-
-
lazy_load_full is meant for siturations that you don't need the constraisn of passing a single container parent and adding a sigle widget to it. Reimplemnted lazy_load on top of lazy_load_full.
Jordan Petridis authored -
Jordan Petridis authored
-
If you clicked unsub, then undo and then the same show widget you would navigated to the previous ShowWidget and the unsub button would still be insensitive.
Jordan Petridis authored -
Jordan Petridis authored
-