- 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 22 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.
-
Niels De Graef authored
... and fix the minimal height obscuring most of the content on non-small screens. Fixes https://gitlab.gnome.org/GNOME/gnome-contacts/-/issues/119
-
Niels De Graef authored
-
Niels De Graef authored
-
Niels De Graef authored
* Properly catch an error when unlinking * Removed unused `using Gtk` statement * Prefix instance variables with `this.` * Don't use `error()` which will abort the application
-
Niels De Graef authored
-
Niels De Graef authored
* Fix warning * Remove unnecessary `using` statements * Add `this.` prefix for instance variables
-
Niels De Graef authored
We've had compilation errors thanks to that before, when libhandy introduced a similar name as that of Gtk (e.g. HdyHeaderBar vs GtkHeaderBar). It also makes grepping a bit easier for maintainers :-)
-
Niels De Graef authored
This shouldn't have been merged in, and is now giving warnings. Let's remove it for now, and if somebody still needs it, they can use the Git history for that.
-
Niels De Graef authored
We've had compilation errors thanks to that before, when libhandy introduced a similar name as that of Gtk (e.g. HdyHeaderBar vs GtkHeaderBar). It also makes grepping a bit easier for maintainers :-)
-
Niels De Graef authored
-
Niels De Graef authored
-
Niels De Graef authored
-
Niels De Graef authored
-
Niels De Graef authored
-