- 12 Aug, 2020 3 commits
-
-
Niels De Graef authored
-
Fran Dieguez authored
-
Marek Černocký authored
-
- 10 Aug, 2020 1 commit
-
-
Alexandre Franke authored
-
- 09 Aug, 2020 2 commits
-
-
Adrien Plazas authored
The allow-visible child property got renamed navigatable.
-
Adrien Plazas authored
-
- 03 Aug, 2020 1 commit
-
-
Jordan Petridis authored
We no longer need to manually keep it in sync with the ci.
-
- 23 Jul, 2020 7 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
Hdy.Column got replaced by Hdy.Clamp.
-
Adrien Plazas authored
It got removed and is so far not replaced.
-
Adrien Plazas authored
Hdy.init() now takes no parameters and must be called after Gtk.init().
-
Adrien Plazas authored
This is needed because the current development libhandy version is smaller than its API version. It can be dropped completely as soon as we depend on libandy 1.0.
-
- 20 Jul, 2020 1 commit
-
-
Adrien Plazas authored
-
- 14 Jul, 2020 1 commit
-
-
Fabio Tomat authored
-
- 13 Jul, 2020 1 commit
-
-
Aurimas Černius authored
-
- 05 Jul, 2020 2 commits
-
-
Efstathios Iosifidis authored
-
Baurzhan Muftakhidinov authored
-
- 03 Jul, 2020 1 commit
-
-
Vika Leimane authored
-
- 02 Jul, 2020 1 commit
-
-
Rico Tzschichholz authored
-
- 24 Jun, 2020 1 commit
-
-
Baurzhan Muftakhidinov authored
(cherry picked from commit 46abf99483ce8d8dac9b66ddbeb0c85533552514)
-
- 22 Jun, 2020 1 commit
-
-
Emin Tufan Çetin authored
-
- 17 Jun, 2020 1 commit
-
-
Florentina Mușat authored
-
- 12 Jun, 2020 1 commit
-
-
Florian Müllner authored
When initializing a widget, the template is processed before the construct properties. That's usually fine, but showing a toplevel window has the side effect of realizing it; doing that before the window is associated with an application means that properties like the GTK application ID won't be exported, and gnome-shell fails to match the window to the correct .desktop file as a result. Just remove the property from the template, the code already handles showingi the window. See https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2893
-
- 10 Jun, 2020 1 commit
-
-
Matej Urbančič authored
-
- 08 Jun, 2020 1 commit
-
-
Daniel Mustieles authored
-
- 07 Jun, 2020 4 commits
-
-
Niels De Graef authored
There's a pretty good chance that there were some changes in evolution-data-server since `1.13`, so let's bump it to a reasonable minimum by setting it to the one in Debian stable (which is 3.30)
-
Niels De Graef authored
-
Niels De Graef authored
We started requiring at least version 2.52 when we started using `Uuid.string_random()` (thanks @ricotz for pointing this out). Let's just immediately bump it to the currently supported version of Debian stable, which is 2.58.
-
Niels De Graef authored
@ricotz helpfully pointed out that we don't need the `--disable-since-check`, since we don't even compile on valac 0.38.10. Let's remove the check for the option, and instead have a check at the beginning that people aren't trying to compile Contcts on a too old Vala.
-
- 06 Jun, 2020 1 commit
-
-
Kukuh Syafaat authored
-
- 05 Jun, 2020 8 commits
-
-
Niels De Graef authored
* Remove `using` for all namespaces (except Folks) * Rename some variables * Add `this.` to instance variables
-
Yuri Chornoivan authored
-
Niels De Graef authored
Whoopsydaisy
-
Niels De Graef authored
Just use `dialog.run()`
-
Niels De Graef authored
This gives us a consistent style, which allows us to install an automatic review step for style consistency using a formatter.
-
Niels De Graef authored
Only elevate Folks to the primary namespace.
-
Niels De Graef authored
-
Niels De Graef authored
The current code that created a new window was a mess, and didn't really say what or why we were doing things. This commit cleans up some of this by renaming some variables and functions and making sure we always show a window to the user, so that we can provide useful feedback.
-