- 09 Mar, 2017 25 commits
-
-
-
Sébastien Lafargue authored
-
Christian Hergert authored
It is possible to get duplicated lines here, and we just want the first.
-
Christian Hergert authored
We should use https instead of git for our urls.
-
Christian Hergert authored
We want to default to online docs as they will be the most up to date. If we don't have that, we'll load from docdir (or translate to the host if we are accessing via flatpak).
-
Christian Hergert authored
We might need to find the path on the host, so add a helper to join paths to get access to the file on the host.
-
Christian Hergert authored
These will get installed to $(docdir)/html which ends up being something like /opt/gnome/share/doc/gnome-builder/html. We can use these to show documentation locally without loading an internet site. Additionally, we can use the doctree files if we want to navigate docs locally within Builder.
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
Sort of annoying, but first tab stop is 3, then 4 after that for python.
-
Christian Hergert authored
-
Matthew Leeds authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Matthew Leeds authored
-
Christian Hergert authored
If we are not advancing to or past IDE_BUILD_PHASE_BUILD, then there is no need to clear the previous diagnostics. https://bugzilla.gnome.org/show_bug.cgi?id=779526
-
Christian Hergert authored
This let's the listener know what stage we are advancing the pipeline to. https://bugzilla.gnome.org/show_bug.cgi?id=779526
-
- 08 Mar, 2017 15 commits
-
-
Christian Hergert authored
We can fallback to using various cflags/cxxflags from the build environment.
-
Christian Hergert authored
We now rely on the help code that is going into doc/. We can just redirect to builder.readthedocs.io until we statically generate docs and bundle them.
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
We only want our appdata to show up in the final tree.
-
Ask Hjorth Larsen authored
-
-
-
Piotr Drąg authored
-
Piotr Drąg authored
-
Christian Hergert authored
We don't really need this anymore, and it just wastes space. We should instead make our build messages very clear as they come from the particular build stages/phases.
-
Christian Hergert authored
-
-
Christian Hergert authored
This allows Builder flatpak to communicate with the packagekit daemon on the host to install flatpak-builder.
-
Christian Hergert authored
If we are missing flatpak or flatpak-builder packages on the host, then install them before installing runtimes. This is necessary so that we can execute the flatpak-builder command to perform flatpak builds.
-