[gnome-builder] Created tag 3.27.4



The signed tag '3.27.4' was created.

Tagger: Christian Hergert <chergert redhat com>
Date: Mon Jan 8 21:20:45 2018 -0800

    release 3.27.4

Changes since the last tag '3.27.3':

Christian Hergert (196):
      vcs: add IdeVcsMonitor
      context: use IdeVcsMonitor
      vcs-monitor: reload vcs state after monitor startup
      project-tree: simplify vcs tree builder
      dnd: remove broken DnD for uri-list from editor
      grid: stub out API for doing DnD for text/uri-list
      beautifier: add log domain
      buffer: add failure tracking to buffer
      editor-view: clear DnD after setting buffer
      buffer-manager: do error tracking when loading buffer
      buffer-mangaer: allow accessing loading buffers
      layout-grid: add support for DnD text/uri-list
      editor-perspective: implement DnD for text/uri-list
      editor-view: propagate failure to layout view
      debugger: plug leak of language ids
      layout: plug leak in layout view
      editor: move "save all" menu item to pages section
      workbench: fix save-all shortcut
      workbench: extract fullscreen into toplevel button
      workbench: change icon-name on image, not button
      newcomers: update urls for Music and Photos
      context: cache downloads and home dir
      header-bar: hide workbench menu when no items are present
      omni-bar: move update-dependencies to omnibar
      autotools: bail when non autotools file is selected
      dep-updater: add new interface for updating dependencies
      flatpak: use dependency updater interface
      flatpak: short circuit when flatpak is not used
      cargo: add dependency updater for cargo projects
      editor-view: workaround target-list for source-view
      beautifier: reduce warning to debug
      tests: remove debug code
      tests: add stubs to reload tests
      tests: ensure we release tests immediately
      test-manager: initialize group before lookup
      test-manager: implement test reloading
      project-tree: initialize is_dir before use
      build: tweak c compiler warnings
      langserv: fix invalid cast in langserv formatter
      cleanup: fix various declarations
      build: add more -Werror and add some warnings
      style: various defensive cleanups
      gstyle: finalize after releasing resources
      object: ensure reference around dispose call
      libide: add missing dispose chain-up
      test-provider: chain up to dispose, not finalize
      clang: use dispose instead of finalize
      clang: remove unused finalize
      copyright: use © over (C)
      fix various uninitialized warnings
      recent: fix greeter section visibility
      build: ignore uninitialized from gdbwire
      symbol-tree: track libdazzle ABI change
      newcomers: add language tags
      grid: cull empty grid boxes when last item is closed
      style: always assign NULL to g_autoptr
      themes: give newcomer pillbox some flair
      build-manager: chain cancellable for async tasks
      build-pipeline: add cancellation support
      history: leave controls visible but insenstive
      flatpak: move uncrustify to earlier in build
      ctags: avoid ignored directories
      create-project: fix Language alignment when expanded
      meson: check for meson in test provider
      run-manager: add cancellation chains
      build-pipeline: chain root cancellable per-task
      build-manager: improve chained cancellation
      compile-commands: don't pass along -M class
      style: add css for new panel panel component
      build-stage: add IdeBuildStage:active
      build-stage: stash pipeline phase in stage
      build-stage: track active state for base build stages
      flatpak: add names to build stages
      meson: add names to build stages
      buildui: add IdeBuildStageRow
      buildui: add listbox of build pipeline stages
      build-stage: add various build stage names
      clang: translate CFLAGS when in flatpak
      vcs: set changed marshaller to specific implementation
      vcs-monitor: reload cached files when VCS reloads
      git: use directory monitor for vcs tracking
      style: give theme authors a bit of help
      build: ignore incompatible pointer types
      git: also watch for changes to HEAD
      keymap: remove use of deprecated API
      unsaved-files: style cleanup
      unsaved-files: be consistent with iter type
      unsaved-files: fix element-type attribute
      unsaved-files: remove use of set_free_func
      color-picker: initialize autofree to NULL
      unsaved-files: style cleanup
      unsaved-files: style cleanup
      diagnostics: specify ref_count as volatile
      diagnostics: clear diagnostics group
      symbol-tree: ref resolvers across async tasks
      clang: define iter variable in loop
      clang: be explicit about ownership transfer
      clang: don't clean source range
      buffer: remove unused variable
      style: use g_slice_new0
      editor: use autofree
      modeline: use g_slice_dup and steal language string
      run-manager: use g_slice_new0
      source-view: hold resolver reference across operation
      buffer: hold reference to resolvers across operation
      workbench: simplify open file state tracking
      build-panel: don't leak diagnostic
      clang: set task tag and priority
      buffer: various code style cleanup
      source-view: various code style cleanup
      search-result: remove debug code
      clang: don't leak source location when creating diagnostic
      clang: clear pointers to zero them out
      clang: use GFile for cache key
      clang: style cleanup
      code-index: fix constness, add padding
      clang: remove old comment which is now incorrect
      code-index: code style cleanup
      build-system: cleanup fallback build flags loader
      code-index: code style cleanup
      code-index: try harder to drop caches after indexing
      symbol-tree: be more assertive
      snippets: release buffer earlier
      introspection: fix various element-type usage
      buffer: steal task
      bufmgr: style cleanup
      bufmgr: don't leak in inpluasible failure case
      buffer: use dzl_clear_source()
      highlighting: use dzl_clear_source
      highlighting: ensure buffer was cleared from unbind signal
      buffer: be more aggressive in clearing references early
      debug: add helper to dump a stacktrace
      code-index: code style cleanup
      search: clear entry upon Escape pressed
      buffer: check for valid signal group before clearing
      gettext: style cleanup
      gettext: use dispose instead of finalize
      word-completion: style cleanup
      word-completion: be assertive in disposal
      various: style cleanup and more assertions
      bufmgr: hoist cancellable up
      buffer: use dzl_clear_source()
      buffer: use priv, not self
      bufmgr: be assertive about main thread use
      buffer: be assertive about main thread usage
      unsaved-files: be assertive about main thread usage
      unsaved-file: be assertive about main thread usage
      buffer-addin: be assertive about main thread usage
      unsaved-files: remove main thread check
      unsaved-files: remove main thread check
      buffer: add helper to get highlight engine
      highlight: avoid GData for backpointer
      unsaved-files: protect access to unsaved files array
      code-index: be nicer about error messages
      utilities: always update button state
      context: add IdeContext::log signal
      messages: add a messages panel, hidden by default
      editor: handle initialization gracefully
      editor: set stack manually instead of .ui file
      diagnostics: warn and bail
      context: proxy all log messages to main loop
      context: add ide_context_message()
      context: add helper to emit ::log
      util: add helper to log to widgets IdeContext
      object: add logging helpers for IdeObject
      buffer-manager: use ide_object_warning()
      buffer: use object helpers for contextual logging
      build-manager: use contextual logging
      clang: remove unnecessary \n
      langserv: use contextual logging
      vim: use contextual messaging
      gaction: style cleanup
      gdb: use contextual logging
      git: use contextual logging
      todo: use contextual logging
      spellcheck: use contextual logging
      project-tree: use contextual logging
      gtk: be more flexible with NULL widgets
      build-manager: cleanup chained cancellation
      build-manager: use contextual logging
      object: fix type check and be more flexible
      symbol-tree: ignore empty trees
      update release notes
      appdata: fix typo
      threading: increase number of indexer threads
      beautifier: fix leak of self in async call
      beautifier: make iter use same signedness in comparison
      project-tree: handle selection chanages gracefully
      code-index: remove unused variable
      project-tree: don't override dim-label color
      object: logging can be used from threads now
      utils: take \r into account for line reading
      context: emit ::log per line
      main: check for dbus session address on startup
      main: log XDG_CURRENT_DESKTOP to simplify troubleshooting quirks
      release 3.27.4

Daniel Buch (2):
      DocumentationCardPlugin: Reduce dwelltime for DocumentationCard popup
      Flatpak: bump uncrustify to latest stable

Daniel Mustieles (3):
      Updated Spanish translation
      Update Spanish translation
      Update Spanish translation

Elias Entrup (1):
      editor: Bind use-spaces to use-tabs

Emin Tufan Çetin (1):
      Update Turkish translation

Fabio Tomat (1):
      Update Friulian translation

Marek Černocký (1):
      Updated Czech translation

Mario Blättermann (1):
      Update German translation

Mohammed Sadiq (1):
      log: fix typo in documentation

Piotr Drąg (4):
      Update POTFILES.in
      Update POTFILES.in
      Update POTFILES.in
      beautifier plugin: translatable strings fixes

Sebastien Lafargue (11):
      beautifier plugin: fix view cleanup
      beautifier plugin: move config files to gresource
      beautifier plugin: do some changes to config files
      beautifier plugin: move self Builder config to gresource
      beautifier plugin: use g_subprocess_communicate instead of the uft8 version
      beautifier plugin: more config files changes
      Revert "beautifier: fix leak of self in async call"
      beautifier plugin: create tmp files in a subdir
      beautifier plugin: fix a map entries leak
      beautifier plugin: port warnings to message API
      beautifier plugin: set context

Ting-Wei Lan (2):
      build: allow building with llvm 5.0 and svn trunk
      gdbwire: fix format string error when compiling with clang

Милош Поповић (1):
      Update Serbian translation


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