[gnome-builder] Created tag GNOME_BUILDER_3_25_4



The signed tag 'GNOME_BUILDER_3_25_4' was created.

Tagger: Christian Hergert <chergert redhat com>
Date: Wed Jul 19 04:28:06 2017 -0700

    release 3.25.4

Changes since the last tag 'GNOME_BUILDER_3_25_3':

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

Christian Hergert (289):
      color-picker: setup rpath for dependent library loading
      build: make jussi cry some more
      support: log plugins and if they are loaded
      bug-buddy: fork() and execv() gdb on SIGSEGV
      bug-buddy: attempt to get shared library information
      flatpak: handle NULL installation gracefully
      workbench: use "fullscreen" instead of "toggle-focus-mode"
      notifications: allow proxy failure
      fullscreen: add fullscreen menu item to gear menu
      jedi: silence xml parser warning
      doc: add blurb about --standalone option
      workbench: fix introspection annotations for open_files_async()
      workbench: notify perspectives of fullscreen state
      vala: ignore some directories
      AUTHORS: update authors/credits
      indenter: add fallback when no indenter is supplied
      source-view: use fallback indentation when reasonble
      file-settings: add a couple sanity checks
      file-settings: check current layer before children
      editor: ensure actions are created before accessing
      editor: tweak background for spell check widget
      color-picker: use proper class name
      layout: track changes in DzlDockBin
      flatpak: rely on SDK bundled meson
      app: ensure prgname is always set
      xml-pack: fix some coverity warnings
      devhelp: lower devhelp requirement
      wip on layout
      more wip on redesign
      more work on ripping up the editor
      editor: locate previous view before creating new view
      Remove "get_actions" from the perspective
      editor: wire up new-document action
      more incremental work rebasing the new editor design
      editor: handle modified state properly after closing last document
      fix orientation of layout grid
      workbench: wire up shortcut manager
      sourceview: add reset helper
      sourceview: start plumbing some controller callbacks
      shortcuts: plumb in more shortcuts for the editor
      add back save command, shortcut, and progress animations
      editor: bring back stack controls
      update todo
      vim: track changes to IdeEditorView
      devhelp: track IdeLayoutView changes
      plugins: port more plugins to new IdeLayoutView
      layout: adjust terminal action name
      command-bar: use shortcut controller for action
      sourceview: reset to default mode
      doc: add a blurb on how conditional EditorView addins work
      editor: add IdeEditorSidebar widget
      layout: incremental work on layout features
      editor: implement basics of IdeEditorSidebar
      layout: handle removal of stacks with views
      editor: add get_sidebar accessor for editor perspective
      project-tree: port to new editor perspective
      editor: allow multiple file selection
      symbol-tree: start porting symbol tree to new design
      editor: start bringing back editor focus_location()
      editor: ignore modified changes while loading
      buffer: add helpers to avoid stomping on cursor placement
      editor: add helper to scroll to a given line
      editor: more robust scrolling attempts
      todo: port todo plugin to C and use new sidebar
      buildui: basic port of buildui to the sidebar
      editor: don't update cursor position while loading
      todo: add support for word wrapping GtkCellRenderer
      util: add IdeFancyTreeView
      util: always set foreground in cell renderer
      util: bump the priority of the idle callback
      editor: add priorities to sidebar sections
      style: tweak styling for handle in editor sidebar
      editor: scroll to insert on ::loaded signal
      editor: bring back simplified form of the overview map
      editor: fix loading of Builder Blocks font
      update TODO
      editor: track number of view instances
      editor: don't share GSettings instances
      editor: keep callback near its usage
      symbol-tree: show icons for symbol tree
      source-view: add documentation-requested
      devhelp: use documentation-requested from IdeSourceView
      devhelp: move devhelp documentation to layout stack header
      devhelp: monkey patch devhelp to add icons
      symbol-tree: add search to symbol popover
      buildui: use fancy tree view for build warnings
      symbol-resolver: add API to find nearest scope
      editor: add osd style back to progress bar
      buffer: add IdeBuffer::change-settled
      symbol-tree: track changes with DzlSignalGroup
      symbol-tree: update symbols when popover is toggled
      editor: fix initial state of overview map
      symbol-tree: re-expand tree when clearing filter
      devhelp: align search icon with cell renderer icons
      editor: fix focus_location() from editor perspective
      symbol-tree: make toplevel icons align with search entry
      symbol-tree: tweak the styling
      symbol-tree: more tweaks to match mockup
      symbol-tree: less error checking
      editor: add panel buttons to the header
      editor: don't restore right panel
      devhelp: style tweaks for the popover
      terminal: fix splits and use proper close action
      editor: update cursor position when document changes
      symbol-resolver: whitespace cleanup
      symbol-tree: track current scope when cursor moves
      symbol-tree: don't remove our previous button children
      clang: cleanup symbol resolver implementation
      clang: add helper to get file from a translation unit
      clang: add find_nearest_scope() to IdeClangTranslationUnit
      clang: implement IdeSymbolResolver.find_nearest_scope_async()
      symbol-tree: handle failure cases better
      clang: work around pesky CXCursor_MacroExpansion
      layout: ellipsize the file name
      symbol-tree: don't propagate natural size of menu button
      clang: use short name for symbol
      editor: add shortcut for sidebar
      editor: be more specific with command names and titles
      editor: add shortcut for bottom panel
      editor: add tooltip text
      buildui: implement the new build panel design
      editor: remove the new-document button from headerbar
      menus: fix action name for new-file
      editor: bring back the print operation
      editor: bring back reload action for editor view
      app: remove old shortcuts
      editor: add save-as action
      menus: add Save and Save As to document menu
      workbench: add padding to hamburger
      retab: style cleanup and track editor changes
      retab: fix menu action
      find-other-file: add simple find-other-file plugin
      update TODO
      keybindings: fix action name for find-other-file
      editor: hide and restore panels on fullscreen transition
      layout: fix check to for empty column
      editor: fix side-by-side loading of documents
      editor: fix title for save as action
      layout: fix open-in-new-frame action
      project-tree: style things similar to the mockup
      layout: add ide_layout_grid_get_nth_column()
      html-preview: port to new editor design
      layout: whitespace cleanup
      layout: teach stack header how to set a background color
      layout: add IdeLayoutView:primary-color property
      layout: sync active view primary color with stack header
      editor: update primary-color when style scheme changes
      project-tree: tweak CSS style
      layout: add support for specifying foreground color
      vala: basic find_nearest_scope implementation
      layout: redraw header when colors change
      terminal: set foreground and background colors
      layout: avoid some CSS invalidations when possible
      layout: prenotify the destination stack of new colors
      layout: set css name for grid column
      layout: avoid global CSS style invalidation
      file-search: add symbolic variant hack
      terminal: fix layout view icon
      devhelp: set symbolic icon for view
      devhelp: setup menus for devhelp view
      terminal: add menus for terminal view
      update TODO
      editor: stub out properties editor widget
      editor: bring over more bits from previous tweak widget
      jedi: ignore non-gir files
      style: cleanup shared CSS
      editor: some tweaks for the editor properties
      build-panel: don't allow selections on treeview
      todo: don't allow selection from todo treeview
      layout: actually return the stack visible child
      layout: adjust include paths
      editor: remove actions when destroying view
      editor: fix precondition checks
      editor: use editor-view prefix for actions
      editor: add various property actions to editor-view group
      editor: update properties editor upon focus changes
      editor: incremental work on editor properties
      editor: use properties group from dazzle
      editor: make spaces v tabs property editing work
      editor: tweaks to the editor properties
      file-settings: be defensive about assignment
      editor: use file-settings for proper cascading
      editor: allow test to reflow
      editor: tweak outline for focus of checkbuttons
      editor: flip edge of checkbutton check css node
      editor: implement language filtering in properties
      editor: add convenience API for current language
      editor: style tweaks for editor properties
      command-bar: queue the wrath of the designers
      workbench: use DzlApplicationWindow
      layout: add some margin to title label
      style: fix selectors for layout popovers
      headerbar: allow focusing these popovers
      style: tweak hover state for some treeviews
      devhelp: implement print
      terminal: implement various terminal menu entries
      menus: add menus for new-document button
      editor: start on new document button
      workbench: use DzlMenuButton for perpsective switcher
      editor: move new-button to ui loading area
      perspective: remove IdePerspective::get_priority()
      layout: add action to focus the document list
      command-bar: update a few action maps
      vim: update action names by vim command-bar addin
      workbench-header: add "primary" section for top-left
      editor: the new button belongs in the primary box
      editor: fix new-button icon name
      workbench: tweak spacing in primary box
      stack-header: use DzlMenuButton
      menus: set some menu ordering and icons
      plugins: check for .gresource
      valgrind: move to valgrind_plugin.py
      menus: use DzlMenuButton for run menu button
      menus: specify role for perspective buttons
      headerbar: position search similar to mockups
      layout-view: add API to report errors
      editor: report errors up to the user
      build: remove nautilus from contrib
      style: tweak styling for search bars
      editor: use actions to focus/hide search revealer
      editor: hook up search bar
      editor: update shortcuts
      stack: stabilize layout stack during transitions
      editor: remove close button from search bar
      clang: fix uninitialized return
      editor: add context menu back to search entry
      update layout branch TODO
      layout: allow subclassing IdeLayoutPane
      project-tree: activate on single click
      flatpak: ignore org.gtk.Gtk3theme. runtimes
      layout: add transient sidebar class
      editor: make IdeEditorSidebar subclass IdeLayoutPane
      editor: use transient sidebar for right edge
      editor: use proper types for right sidebar
      devhelp: remove workbench addin
      editor: simplify action access
      editor: wire up properties to view menu
      layout: implement basic transient focus tracking
      editor: track view when showing properties
      editor: add close button to properties panel
      layout: be more relaxed in releasing the sidebar
      editor: scroll to insert after selecting it
      editor: less padding for properties
      plugins: add helper to get extension by plugin_info
      workbench: add helper to locate addin by module name
      editor: allow accessing editor-view addin by module name
      workbench: fix includes to be relative
      editor: add IdeEditorAddin
      plugins: ensure we are checking for proper plugin_info
      editor: more precondition checks for sanity
      layout: handle calls before a child is added
      layout: defer view notification to main loop
      editor: inherit properties panel from dock widget
      layout: add panel selection helper
      color-picker: make recolorizing phases async
      color-picker: remove old workbench addin
      color-picker: port color picker to new editor addins
      layout: hide tab_strip from transient panel
      color-picker: wire up preferences to panel
      color-picker: fix unsafe gsettings unbinding
      color-picker: be more tolerant during setup
      extensions: use hashtable to locate extension
      spellcheck: remove spellcheck from libide
      buffer: give IdeBuffer generic addins
      spellcheck: start on spellcheck plugin
      spellcheck: add editor perspective addin
      spellcheck: bring back dictionary functionality
      spellcheck: add utility helpers
      spellcheck: add language popover with new namespace
      spellcheck: add GbpSpellNavigator
      spellcheck: add GbpSpellWidget
      spellcheck: allow dynamic enabling via begin/end calls
      spellcheck: rename bindings
      spellcheck: add begin/end pairs to view
      style-scheme: allow NULL style scheme
      spellcheck: add misspelled tag to the buffer
      spellcheck: make GbpSpellEditorViewAddin a navigator
      layout: add helper to count views
      layout: check view count if a grid is discovered
      layout: do unref from main
      spellcheck: get the spellcheck plugin working again
      build: disable beautifier
      update TODO
      editor: tweak defaults for sourceview
      snippets: disable debug code
      shortcuts: track changes to shortcut engine in libdazzle
      color-picker: keep usage within condition branch
      shortcuts: track shortcut changes in libdazzle
      release 3.25.4

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

Garrett Regier (1):
      bug-buddy: Avoid writing to a file

Georges Basile Stavracas Neto (1):
      workbench: Introduce focus mode

Giovanni Campagna (1):
      npm: add npm build system plugin

Guenther Wutz (1):
      greeter: show 'no projects found' if search led to empty projects

Günther Wutz (1):
      flatpak: use breadth-first search for manifest file

Kukuh Syafaat (1):
      Update Indonesian translation

Patrick Griffis (2):
      build: Bump meson dep to 0.38.0
      Update README build instructions

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

Sebastien Lafargue (64):
      xmp-pack: add schema validator
      xml-pack: more precise node and diagnostics location
      xml-pack: add more internal nodes to the trees
      xml-pack: add end-tag location informations
      xml-pack: get location infos from cursor
      xml-pack: add a xml completion provider
      xmp-pack: add (line,line_offset) for end of node loacation
      xmp-pack: fix style, using self for the current object
      xmp-pack: add methods to get all the direct children
      xml-pack: add a types include
      xml-pack: fetch node attributes when parsing
      xml-pack: get a pointer to the tag content when parsing
      xml-pack: add debug functions to IdeXmlPosition
      xml-pack: fix IdeXmlCompletionProvider style
      xml-pack: IdeXmlPosition additions
      xml-pack: get position from cursor in the service
      xml-pack: add attributes handling to IdeXmlSymbolNode
      xml-pack: add print_node_ranges to IdeXmlSymbolNode
      xml-pack: add _coompare_location to IdeXmlSymbolNode
      xml-pack: add a chained hash table object
      xml-pack: IdeXmlDefine object
      xml-pack: IdeXmlGrammar object
      xml-pack: IdeXmlSchema object
      xml-pack: IdeXmlRngParser object
      xml-pack: avoid include calls cycle
      xml-pack: IdeXmlPath object
      xml-pack: add accessors to IdeXmlPosition
      xml-pack: simplify IdeXmlSymbolNode
      xml-pack: add print node to IdeXmlSymbolNode
      xml-pack: move IdeXmlPath to use IdeXmlSymbolNode
      xml-pack: add analysis to IdeXmlPosition in service
      xml-pack: get the node path in the completion provider
      xml-pack: parse schemas in the service
      xml-pack: get the matching nodes in the rng tree
      xml-pack: rework the IdeXmlPosition
      xml-pack: fix end tag range
      xml-pack: get the right cursor position
      xml-pack: fix IdeXmlPath when we are at the root
      xml-pack: enhance IdeXmlPosition
      xml-pack: add a state to IdeXmlSymbolNode
      xml-pack: better IdeXmlSymbolNode print
      xml-pack: handling of partial nodes
      xml-pack: get completion items
      xml-pack: store more infos in IdeXmlPosition
      xml-pack: fix errors in sax nodes coordinates
      xml-pack: get position details infos fron nodes tree
      xml-pack: fetch and show elements and attributes
      xml-pack: remove endless loop in completion from rng
      xml-pack: completions-attributes cleanup
      xml-pack: tweak the tree optionality
      xml-pack: automatic gtkbuilder.rng association for ui files
      xml-pack: fix libdazzle switch
      xml-pack: remove debug statements
      xml-pack: fix nodes handling
      xml-pack: quiet some warnings
      xml-pack: add missing untracked files
      ide-buffer: remove duplicated include
      xml-pack: start autocompletion on attributes value
      xml-pack: fix IdeXmlSchemaCacheEntry leak
      xml-pack: extra protect against non-existing schema
      xml-pack: fix the DTD not-validated error message
      xml-pack: quiet a Coverity error
      xml-pack: fix path creation from node
      xml-pack: fix searching tag limits


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