[gnome-builder] Created tag 3.31.4



The signed tag '3.31.4' was created.

Tagger: Christian Hergert <chergert redhat com>
Date: 1547098535 -0800

    release 3.31.4

Changes since the last tag '3.31.1':

Alexandre Franke (2):
      Update French translation
      Update French translation

Anish Sheela (1):
      Update Malayalam translation

Carmen Bianca BAKKER (1):
      Update Esperanto translation

Christian Hergert (231):
      sysmon: remove sysmon plugin
      git: update status message when checkout directory changes
      vim: add suffix / on tab completion for directories
      workbench: fix whitespace
      menus: remove new submenu until we have additional items
      workbench: add F10 for window menu
      workbench: add tooltip with shortcut for menu
      greeter: enable show-close-button for genesis views
      sysprof: add memory collection source
      build: use has_link_argument()
      beautifier: don't assume initial views are editors
      create-project: update path when changing destination directory
      layout: add hold concept to transient sidebar for longer operations
      transient-sidebar: unpin before dismissing panel
      workbench: fix loader sorting with addin hint
      project-tree: add open-with-hint action
      glade: add basic support for working with glade documents
      glade: add adapter chooser
      glade: add get_file() helper for glade view
      glade: refocus existing designer when possible
      glade: tweak for Adwaita-dark to match editor style
      glade: propagate viewport color to layoutview primary colors
      glade: move adapter chooser to the bottom of the view
      glade: update theme for Adwaita
      glade: init glade and register generated icons
      glade: allow pointer mode selection
      glade: add undo/redo support
      icons: add new icons for glade view
      glade: update tooltip text for panels
      glade: add various clipboard commands
      glade: tweak icon size for toolbar
      glade: expand inspector treeview when displaying popover
      glade: add button toggle between source/designer
      glade: add helper to save project for view
      glade: fix leak of project GFile
      glade: be explicit about lack of split support
      glade: save modified designer files when closing view
      glade: add pointer-mode symbolic icons
      glade: fix whitespace
      glade: move action state changed tracking to view
      glade: allow reloading GladeProject for view
      glade: update designer when source buffer is saved
      glade: reload editor buffer when designer view is saved
      glade: use DzlSignalGroup for project signals
      glade: add stubs for handling signal editing
      glade: treat .ui files as gtk-builder files
      buffers: remove trailing ".in" when guessing language
      build: remove redundant compilation flags
      glade: special case empty .ui files when loading designer
      glade: discover catalog paths from build runtime/prefix
      meson: allow using $NINJA for ninja path
      glade: fix over-zealous assertion
      glade: fix format for symbol
      rust-langserv: restart rls when Cargo.toml changes
      langserv: fix warning when querying for "items" inside non-vardict
      langserv: fuzzy match expects casefold variant
      completion: improve fuzzy matching
      completion: add additional cost to mismatched casing
      tests: add tests for fuzzy matching
      buffers: save loaded buffer for applying edits
      buffers: reclaim newly opened buffers from project edits
      project-tree: allow plugins to extend the project tree
      project-tree: add action to extend project-tree
      grep: add plugin to grep through project tree
      grep: set initial sensitivity of replace button
      grep: tweak spacing above entry box
      meson-templates: fix gtk-sharp3 template
      adwaita: tweak development header styles
      workbench: try to supress some css style changes
      grep: use "Location" instead of "Filename"
      ls: add simple directory view
      layout: preserve focus ordering of layout views in stack
      grep: use git grep --untracked
      search: add icon to search entry
      app: fix shortcut registration
      editor: use proper async pair
      editor: use interactive search mode when copying from clipboard
      styles: tweak builder dark style
      styles: tweak builder light style
      styles: tweak current-line highlight a bit
      layout: clear page before unloading
      style: tweak dark theme colors to match adwaita updates
      style: more tweaks for adwaita-3-32
      flatpak: don't allow 'flatpak build' to spew information
      cleanup: update copyright years
      cleanup: remove unnecessary (C) and © symbols
      cleanup: move config.h after G_LOG_DOMAIN
      cleanup: move ABI to 3.32
      cleanup: update Since: gtk-doc to 3.32
      cleanup: add spdx license for gpl-3 sources
      asan: remove ASAN suppression file
      appdata: move appdata files to subdirectory
      build: move subdir() references
      snippets: move snippets into plugin subdirectory
      themes: move themes into library subdirectory
      style-scheme: add updated style schemes for style refresh
      build: use -Dhelp=true to enable help docs
      build: bump flatpak requirement to 1.0
      build: bump meson version requirement to 0.48
      build: rename -Dwith_tcmalloc to -Dtcmalloc=true
      build: update info about build options
      build: update options for tracing/profiling
      build: use major.minor for ABI version
      build: specify visibility args in default flags
      build: cleanup dependency checks and enforcements
      bug-buddy: set noreturn gcc attribute
      gstyle: register resources manually
      gstyle: build a static archive for gstyle
      build: add gconstructor.h
      build: move libeditorconfig to plugin location
      build: update and remove various meson options
      refactor: move application code into libide-gui
      buffers: move IdeBuffer and accessories into libide-code
      buildconfig: move .buildconfig support to plugin
      buildsystem: move components to libide-foundry and libide-threading
      buildui: move and refactor buildui into plugins
      code: add new libide-code static library
      core: add new libide-core library
      libide-io: add libide-io static library
      libide-debugger: create new libide-debugger static library
      remove old highligting code
      libide-lsp: break language server code into static library
      remove old logging code
      build: setup toplevel directory for libide static libs
      libide-sourceview: add libide-sourceview static library
      keybindings: break up keybindings into plugins
      libide-threading: add new threading static library
      fusermount: port to libide-threading
      libide-foundry: move existing components into libide-foundry
      libide-projects: add libide-projects static library
      libide-tree: add new libide-tree static library
      transfers: remove legacy transfers code
      remove gconstructor.h
      editorconfig: move editorconfig code to a plugin
      libide-gui: add new libide-gui static library
      libide-vcs: add libide-vcs static library
      libide-greeter: add new libide-greeter static library
      modelines: move modelines support to a plugin
      libide-editor: add libide-editor static library
      remove old template code
      libide-search: add libide-search static library
      libide-themes: add libide-themes static library
      libide-plugins: add libide-plugins static library
      libide-terminal: add libide-terminal static library
      util: remove legacy utility code
      webkit: add libide-webkit static library
      auto-save: add auto-save plugin
      autotools: port autotools plugin to libide-foundry
      beautifier: port to libide-editor
      buffer-monitor: add buffer-monitor plugin
      build-system: add build-system plugin
      c-pack: port to libide-editor
      cargo: port to libide-foundry
      clang: port to libide-foundry and libide-code
      cmake: port to libide-foundry
      code-index: port to libide-foundry and libide-code
      codeui: add codeui plugin
      color-picker: port to libide-editor
      command-bar: port command bar to libide-editor
      comment-code: port to libide-editor
      create-project: port to libide-greeter
      ctags: port to new libide-core
      devhelp: port to new libide-editor
      deviced: port to libide-foundry
      deviceui: add deviceui plugin
      doap: add doap plugin
      eslint: port to libide-code and libide-foundry
      file-search: port to libide-search
      find-other-file: port to libide-editor
      build: use -Dplugin_deviced=true in manifest
      flatpak: port to new libide designs
      gcc: port to libide-foundry
      gdb: port to libide-debugger
      gettext: port to libide-code
      git: port to new libide designs
      gjs-symbols: port to libide-code
      glade: port to libide-editor
      plugins: remove init/link hooks
      gnome-code-assistance: port to new libide-code
      go-langserv: port to libide-code
      gradle: port to libide-foundry
      grep: port to libide-code and libide-editor
      history: port to libide-editor
      html-completion: port to libide-sourceview
      html-preview: port to libide-webkit and libide-editor
      jedi: port to libide-gui worker design
      jhbuild: port to libide-foundry
      ls: port to libide-editor
      make: port to libide-foundry
      maven: port to libide-foundry
      meson-templates: port to libide-greeter
      meson: port to libide-foundry
      messages: port messages panel to libide-editor
      mono: port to libide-foundry
      newcomers: port to libide-greeter
      notification: port to IdeNotification
      npm: port to libide-foundry
      omni-gutter: add omni-gutter plugin
      phpize: port to libide-foundry
      build: update plugins build rules
      project-tree: rewrite project tree using libide-tree
      python-gi-imports: port to updated libide
      python-pack: port to updated libide-code
      qemu: port to libide-foundry
      quick-highlight: port to libide-sourceview
      recent: add recent tracking plugin
      restore-cursor: add restore-cursor plugin
      retab: port to libide-editor
      rls: rename rust-langserv to rls and port to libide-lsp
      rustup: port to libide-gui
      snippets: port plugin to libide-sourceview and friends
      spellcheck: port plugin to libide-editor and libide-gui
      support: port to libide-gui
      symbol-tree: port to libide-editor and libide-gui
      sysprof: port to libide-gui
      sysroot: port to libide-foundry
      terminal: port plugin to libide-terminal
      testui: add new testui plugin
      todo: port to libide-gui and libide-editor
      trim-spaces: add trim-spaces plugin
      vala-pack: port to libide-foundry
      valgrind: port to libide-foundry
      words: port to libide-sourceview
      xml-pack: port to libide-code
      tests: cleanup tests and remove dead code
      build: update doc generation
      build: update build options for new plugins
      po: update POTFILES.in
      Merge branch 'wip/chergert/refactor'
      build: add metadata back for Ide gir
      release 3.31.4

Daniel Buch (2):
      ide-langserv-hover: fix MarkedString
      plugins: sysroot: fix warning uninitialized g_autofree variable

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

Jordan Petridis (2):
      CI: Use dbus-run-session when runnting tests
      CI: Improve formatting of yaml strings

Marek Cernocky (1):
      Updated Czech translation

Martin Blanchard (1):
      buffers: respect auto-saving mode activation status

Matej Urbančič (2):
      Updated Slovenian translation
      Updated Slovenian translation

Matthew Leeds (2):
      util: Fix a typo in docs
      util: Silence stderr of cat command

Nathaniel McCallum (1):
      rls: prepend rustup path to PATH

Nicholas Harvey (1):
      Fix switching pages doesn't focus the source view

Piotr Drąg (2):
      Update POTFILES.in
      Update POTFILES.in

Sebastien Lafargue (8):
      glade: fix an unitialized return value
      glade: style cleanup
      rust: trigger the hover provider only on rust files
      gstyle: fix strings leak in a test
      gstyle: use g_print instead of printf
      doc: fix missing language in code-block directive
      snippets: fix transfer annotations
      grep: add a translators comment for 'Match'

Will Thompson (1):
      editor: use "in a moment", not "momentarily", on interstitial

alex285 (1):
      app: add development style on unstable versions

somedudde (2):
      Update flatpak.json "runtime-version": "3.30" from 3.28
      Update flatpak-gtksharp.json.tmpl "runtime-version": "3.30" from 3.28


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