[gnome-builder] Created tag GNOME_BUILDER_3_23_92



The signed tag 'GNOME_BUILDER_3_23_92' was created.

Tagger: Christian Hergert <chergert redhat com>
Date: Tue Mar 14 03:14:16 2017 -0700

    release 3.23.92

Changes since the last tag 'GNOME_BUILDER_3_23_91':

Anders Jonsson (5):
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation

Ask Hjorth Larsen (2):
      Updated Danish translation
      Updated Danish translation

Aurimas Černius (3):
      Updated Lithuanian translation
      Updated Lithuanian translation
      Updated Lithuanian translation

Balázs Meskó (3):
      Update Hungarian translation
      Update Hungarian translation
      Update Hungarian translation

Baurzhan Muftakhidinov (4):
      Update Kazakh translation
      Update Kazakh translation
      Update Kazakh translation
      Update Kazakh translation

Changwoo Ryu (1):
      Update Korean translation

Chao-Hsiung Liao (1):
      Update Chinese (Taiwan) translation

Christian Hergert (198):
      xml-pack: fix -Wsign-compare warning
      python-indenter: fix -Wsign-compare warnings
      gettext: fix -Wsign-compare warning
      ctags: fix -Wsign-compare warning
      c-pack: fix -Wsign-compare warning
      util-glib: ensure we have full word size for type
      tree: fix -Wsign-compare warnings
      snippet: fix -Wsign-compare warnings
      object: fix -Wsign-compare warning
      highlight-engine: fix -Wsign-compare warning
      buffers: fix -Wsign-compare warnings
      sourceview: fix -Wsign-compare warnings
      subprocess: fix -Wsign-compare warning
      spellcheck: fix -Wsign-compare warning
      omnisearch: fix -Wsign-compare warning
      sourceview: fix -Wsign-compare warnings
      pipeline: fix various -Wsign-compare warnings
      makecache: fix -Wsign-compare warning
      clang: fix -Wsign-compare warning
      command-bar: fix -Wsign-compare warning
      color-picker: fix -Wsign-compare warning
      color-picker: fix -Wsign-compare warnings
      beautifier: fix -Wsign-compare warnings
      tmpl: fix -Wsign-compare warnings
      xml: fix -Wsign-compare warning
      fuzzy: fix -Wsign-compare warnings
      rg: fix various -Wsign-compare warnings
      egg: fix various -Wsign-compare warnings
      heap: match size for length field
      heap: use gsize for index_ parameter
      heap: fix various -Wsign-compare warnings
      subprocess: add ide_subprocess_launcher_set_stdout_path()
      ctags: port to IdeSubprocess
      ctags: run ctags on the host
      rustup: ensure we always have a valid message
      rustup: run from inside flatpak
      rustup: fix typo
      subprocess: add missing ide_subprocess_launcher_set_stdout_path()
      unsavedfiles: store temporary files in .cache/gnome-builder/buffers
      unsavedfiles: reap old buffers upon creation
      sourceview: fix uninitialized spellcheck colors
      jsonrpc: remove unhelpful check
      theme: set cursor theme when we are in flatpak
      pnl: use gdk_cursor_new_from_name()
      Revert "theme: set cursor theme when we are in flatpak"
      flatpak: change devel -> nightly
      buildsystem: escape additional characters in build path
      pipeline: allow late-stages
      doc: update installation docs with more description
      ctags: fix invalid assertion
      pipeline: pacify vala
      vala: add error regex for vala build errors
      buildlog: add clear and stop buttons for build log
      vala: fix compilation error
      doc: add some installation pre-reqs for jhbuild
      doc: cross-reference installation docs from contributing for jhbuild
      doc: add note about flatpak-builder
      meson: fallback to ninja to discover vala commands
      subprocess: fix assertion now that additional FDs are allowed
      vala-pack: add ide-vala-pipeline-addin.vala to meson.build
      meson: fix access to path suffix
      egg-task-cache: use g_clear_pointer()
      egg-task-cache: handle cancelled tasks when freeing cancelled state
      egg-task-cache: assertions and cast cleanup
      egg-task-cache: use guint for iter
      sourceview: protect against async callback after destruction
      terminal: don't use runtime for preferred shell discover
      terminal: remove use of GPtrArray for single element
      terminal: fallback to /bin/bash when necessary
      buffer: pre-register some types
      context: cleanup task usage
      back-forward-list: add source tag for debugging
      config-manager: delay completion of save until provides complete
      flatpak: ensure we return failure
      flatpak: check local refs before remote refs
      flatpak: fix building without network
      doc: add TOC for extending application menus
      flatpak: use downloads phase for downloads
      flatpak: add menu item to update downloads
      pipeline: allow disabling stages
      flatpak: add menu to export a .flatpak bundle
      po: update POTFILES.in
      logging: increase domain string width
      flatpak: install flatpak and flatpak-builder packages
      flatpak: allow talking to org.freedesktop.PackageKit
      doc: progress on workbench documentation
      omnibar: remove "Build: " prefix for messages
      flatpak: remove appdata from dependencies
      doc: add contributing sections
      doc: fix typo
      help: remove yelp-based help
      clang: add cflags or cxxflags fallback
      pipeline: add IdeBuildPhase to started signal
      buildui: only clear diagnostics if rebuilding
      doc: add some figures to exploring the workbench
      doc: stub out projects section
      doc: shorten plugins title
      editorconfig: set 3 space tabs for rst
      doc: start on projcets section
      doc: use svg for newproject image
      doc: tweak projects a bit
      doc: import Gio, match spacing with other rst
      doc: add exploring the interface section
      doc: add artists to credits
      doc: add TOC to top of exploring
      doc: add section on creating projects
      doc: add projects blurb
      build: remove unused file
      build: generate html docs and ship them in the tarball
      flatpak: add helper to resolve app paths
      app: load offline docs if we don't have internet
      flatpak: change to https urls
      terminal: only take the first line from getent
      autotools-templates: bump flatpak manifst versions
      buildui: present build log when adding to the panel
      flatpak: use flatpak-builder to finish build
      flatpak: use pkcon to install flatpak and flatpak-builder
      workbench: whitespace cleanup
      pkcon: add IdePkconTransfer
      messages: add IdeWorkbenchMessage
      flatpak: check for flatpak at startup
      flatpak: flatpak-builder package should be enough
      flatpak: don't install deps during runtime install
      flatpak: invalidate build pipeline after package installs
      buildsystem: adjust build system priorities
      flatpak: add helper to check for system dependencies
      transfers: ensure successful transfer task completes
      flatpak: add some tracing to package installation
      flatpak: disable install action while it is active
      build: disable vala-pack plugin until upstream fixes vala
      libide: relax context property requirements
      vala: work around Vala language breaks
      egg: add EggProgressButton
      transfers: use EggProgressButton as IdeTransferButton base
      Revert "libide: relax context property requirements"
      Revert "vala: work around Vala language breaks"
      build: include egg from src/
      libide: relax context property requirements
      vala: work around Vala language breaks
      object: add vfuncs for getter/setter and use them
      unsaved-files: chain up to parent
      plugins: add GParameter helper
      plugins: use ide_extension_new and ide_extension_set_new
      service: drop context property from IdeService
      context: use ide_extension_set_new() for creating services
      device-manager: use ide_extension_set_new()
      rename-provider: drop :context property
      indenter: drop :context property
      symbol-resolver: drop :context from the symbol resolver
      diagnostics: drop :context property
      vala: indenter no longer requires context
      completion: drop use of :context and add load vfunc
      pipeline-addin: drop :context property
      ctags: use load vfunc to initialize context
      search: drop use of :context property
      flatpak: re-enable vala plugin
      vala-pack: regenerate sources when makefile changes
      flatpak: dont clear env for which
      flatpak: handle invalid app-id
      make: allow configurations to specify $MAKE environ
      mono: add simple mono plugin
      autotools: reduce miner depth
      clang: add CXXMethod and namespace to symbol tree
      git: strip URI strings of space characters
      subprocess: export LANG when environment is cleared
      subprocess: set environ for breakout subprocess
      runtime: check host system for binaries under flatpak
      pipeline: don't leak launcher upon set_property
      clone: don't transition if task was canceled
      greeter: connect cancel button up to GCancellable
      git: allow notifying git callbacks they have been cancelled
      git: wire up cancellation of clone UI
      flatpak: don't pass --require-version to flatpak build
      credits: bump copyright year
      about: use header bar always
      sourcemap: avoid hysteresis from mouse hover
      buildsystem: add ide_build_system_get_id() vfunc
      buildsystem: allow specifying a type hint to load build system
      buildsystem: add plugin interface to discover build system
      flatpak: silence stdout for which flatpak-builder
      buildsystem: fix get_id for various build systems
      buildsystem: log build system hint when tracing
      object: more tracing and remove invalid types
      context: possibly take parent directory with buildsystem discovery
      flatpak: optimize and only create a single regex
      flatpak: whitespace cleanup
      flatpak: discover build system using flatpak manifest
      context: handle G_MAXINT == G_MAXINT case
      preferences: ensure group is made visible when adding custom widget
      flatpak: perform gtk stuff on the main loop
      flatpak: add define for min gnome version
      update NEWS
      update AUTHORS
      build: avoid copy for distcheck purposes
      doc: fix path to html directory
      doc: add uninstall hooks for docs
      doc: use recursive instead of archive
      release 3.23.92

Cosimo Cecchi (5):
      ide: don't try to steal stream data if it failed to close
      gca: don't return an error when not available
      flatpak: don't call json_node_* methods on NULL nodes
      ide-subprocess: instrument another function
      ide-subprocess: count outstanding operations beforehand

Debarshi Ray (9):
      egg-task-cache: Allow NULL as key_copy_func and key_destroy_func
      egg-task-cache: Add a missing typecast
      egg-task-cache: Track the in-flight GTask used to fetch the value
      egg-task-cache: Set up and invoke the in-flight GTask in two steps
      egg-task-cache: Fix cancellation when tasks are queued for a given key
      egg-task-cache: Don't leak the GTask used to fetch the value
      egg-task-cache: use g_clear_pointer
      egg-task-cache: use a stricter assertion for the GCancellable
      egg-task-cache: handle the cancellation in an idle callback

Fabio Tomat (1):
      Add Friulian translation

Fran Dieguez (1):
      Update Galician translation

Georg Vienna (1):
      eslint plugin: add javascript linting using eslint

Georges Basile Stavracas Neto (1):
      flatpak: don't remove /share/appdata before exporting

Giovanni Campagna (1):
      IdeDiagnostic: set the location from range when unset

Jiri Grönroos (1):
      Update Finnish translation

Krzesimir Nowak (2):
      flatpak: Gracefully handle download errors
      workbench: Do not abort on failed precondition in public function

Kukuh Syafaat (1):
      Update Indonesian translation

Lucie Dvorakova (1):
      build-preferences: give some spacing between entry border and text

Marek Černocký (1):
      Updated Czech translation

Mario Blättermann (1):
      Update German translation

Matthew Leeds (13):
      flatpak: silence output from running 'which'
      flatpak: pass finish-args to flatpak runner
      make: Add makefile plugin
      build: Add with_make option for meson
      autotools-templates: Bump dependency requirements
      autotools-templates: Add C++ dependencies to manifest
      flatpak: Run flatpak-builder in the src dir
      doc: fix typo
      doc: Add info about creating a build system
      command-bar: Allow vim substitute commands to omit replace text
      flatpak: Refresh argv pointer on every insert
      autotools: Check exit status of make subprocess
      flatpak: Make preference addin reload async

Paul Cutler (1):
      Minor edits to writingdocs.rst.

Philip Chimento (2):
      meson-build: Remove help subdir
      flatpak: Don't install to /etc in libfuse

Piotr Drąg (6):
      Update Polish translation
      Update POTFILES.in
      Update Polish translation
      Update POTFILES.in
      Update Polish translation
      Update Polish translation

Rafael Fontenelle (4):
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation

Sebastien Lafargue (1):
      ide-xml-service: disconnect buffer loaded signal

Марко М. Костић (1):
      Updated Serbian translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]