[gnome-builder] Created tag GNOME_BUILDER_3_25_1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Created tag GNOME_BUILDER_3_25_1
- Date: Tue, 25 Apr 2017 17:13:23 +0000 (UTC)
The signed tag 'GNOME_BUILDER_3_25_1' was created.
Tagger: Christian Hergert <chergert redhat com>
Date: Tue Apr 25 09:44:27 2017 -0700
Release 3.25.1
Changes since the last tag 'GNOME_BUILDER_3_24_0':
Alexandre Franke (1):
Update French translation
Anders Jonsson (2):
Update Swedish translation
Update Swedish translation
Andreas Brauchli (1):
sourceview: move by visual column
Ask Hjorth Larsen (1):
Updated Danish translation
Aurimas Černius (1):
Updated Lithuanian translation
Balázs Úr (1):
Update Hungarian translation
Changwoo Ryu (1):
Update Korean translation
Christian Hergert (112):
manifest: bump various dependencies and cleanups
autotools: pass proper error back to task
build: bump master to 3.25.0
doc: bump documentation version number
runner: whitespace cleanup
runner: add IdeRunner::get_runtime()
meson: defer to ninja for installability
log: align spacing for log messages
jhbuild: allow error to propagate to caller
gd: ensure -lm is used when necessary
plugins: rename plugin initialization func
plugins: load matching .gresources file bundled with plugins
build: explicitly link against enchant
runner: allow marking a runner as failed
runner: return the runtime, not the configuration
diagnose: lower diagnose priority
manifest: allow access to host filesystem
runner: improve max_fd discovery
runner: fix access to runner stdin/stdout/stderr streams
pipeline: ignore V=1 from configurations
pipeline: fix Entering directory check match
pipeline: translate relative paths for out-of-tree builds
pipeline: check stdout/stderr before performing checks
pipeline: add IdeBuildStage:check-stdout
meson: set check_stdout because Ninja redirects stderr
cmake: set check_stdout because Ninja redirects stderr
pipeline: handle relative paths from $builddir
libide: add escape hatch to ignore project scanning
autotools: lower miner task priority
recent: lower miner task priority
jsonrpc: pass proper error to g_task_return_error()
credits: update AUTHORS
rustup: fix various PyGObject deprecations
cargo: use --verbose when building
flatpak: --share=network for fallback launcher
flatpak: use flatpak-builder --run when possible
flatpak: add build-args property
flatpak: use build-args to flatpak-build
omnibar: display the build system
langserv: include text and languageId with textDocument diagnostics
rust: setup PATH for rustc access when necessary
jsonrpc: allow extracting an iter for a vardict
rename: add buffer property to rename providers
buffer: set buffer property on rename providers
langserv: set text/version fields for rename operations
runtime: handle NULL install-directory
build-target: whitespace cleanup
buildlog: lower source priority
diagnostics: introduce delay when queing diagnose
jsonrpc: return floating ref for message
formatter: add interface for formatting text buffers
buffer: allow reformatting a buffer
sourceview: add reformat-selection G_SIGNAL_ACTION
vim: use IdeSourceView::reformat-selection to implement gq
langserv: implement formatter for Language Server Protocol
rust: implement buffer reformatting for Rust
emacs: use C-c C-f to activate reformatting
rust: add DEV_MODE for additional logging
symbolresolver: add API to find references to a location
file: add ide_file_get_language_id() helper
symbolresolver: return IdeSourceRange array
langserv: implement find_references for langserv clients
langerv: fix typo in jsonrpc message creation
sourceview: add ctrl+shift+space to show references to symbol
sourceview: cleanup formatting of symbol references
sourceview: jump to reference when row is activated
sourceview: select the current reference to easy relative jumps
vala: fix compilation of vala plugin
configuration: prepare configuration when changing runtimes
symbol: add symbol helpers to ide-symbol utils
langserv: add decode helpers for langserv symbol protocol
langserv: use decode helpers for kind property
buildmanager: add IdeBuildManager:can-build
buildmanager: disable actions when can-build is FALSE
Revert "buildmanager: disable actions when can-build is FALSE"
runmanager: cleanup error handling
runmanager: no need to transfer ownership
buildmanager: take can-build into account before invalidating pipeline
transfers: ignore cancelled/failed transfers in progress
egg: add duration calculator for animations
egg: add EggElasticBin
egg: add EggSuggestionEntry
search: add fuzzy highlighter
egg: add suggestion test
flatpak: do breadth first search
build: link against libsearch for tests
plugins: allow ~/.local/share/gnome-builder/plugins under flatpak
update AUTHORS and credits
preferences: add option to wrap text
pnl: give access to panels via internal-child
pnl: simplify add func
pnl: return edge for "left"
pnl: use indexes rather than position child properties
pnl: fix warning about action-target
egg: always use current monotonic time for animation start
doc: update stable URL
notification: style and translation cleanup
notification: fix help description for configure
history: whitespace cleanup and transfer notations
pnl: import recent snapshot of panel-gtk
build: require vala 0.38
buildmanager: avoid spurious emissions of can-build
rustup: update rustup.sh script
build: remove mm-common m4 macros
runmanager: whitespace
transfer: fail transfer stages when on metered connections
gsettings: make downloads over metered connections configurable
schema: default to hiding bottom/right panels
sourceview: reload snippets when the buffer language changes
truncate NEWS
update AUTHORS
release 3.25.1
Christian Kirbach (1):
Update German translation
Daniel Mustieles (2):
Update Spanish translation
Update Spanish translation
Dor Askayo (1):
jhbuild: honor the PATH environment variable
Evgeny Shulgin (1):
buildui: Added save button to build log
Flo H (1):
Update German translation
Gennady Kovalev (1):
libide: unregister auto-save on save buffer
Guillaume Bernard (1):
Update French translation
Krzesimir Nowak (2):
meson.build: Add missing source files and headers
flatpak: Plug a leak
Lucie Dvorakova (2):
Retab: convert indetation between tabs and spaces
Auto-save: Make auto-save interval configurable
Mario Blättermann (1):
Update German translation
Mart Raudsepp (1):
build: Fix configure --with-channel argument help text
Matthew Leeds (37):
doc: Explain how to build the Builder flatpak locally
flatpak: Fix a few typos
make: Fix mistake in configure.ac comment
app: Show full version on command line
create-project: Fix memory leaks
create-project: Pass versioning along to IdeProjectTemplate
flatpak: Monitor the right file after a rename event
flatpak: Keep file monitor for deleted manifests
make: Set directory of build launchers
flatpak: Run build shell commands within the sandbox
flatpak: Don't pass flatak-build unknown options
project-info: Fix whitespace
todo: Ignore .flatpak-builder/ and .git/
pipeline: Mark chained stage as completed (or not)
make: Add get_id implementation
buildsystem: Add get_display_name function
greeter: Add build system tag to projects
flatpak: Fix function name
configuration: Move build commands into parent class
flatpak: Add support for "simple" buildsystem
git: Activate Clone button on Enter key press
create-project: Activate on Enter key press
autotools-templates: Bump runtime version to 3.24
flatpak: Don't install the same runtime twice
terminal: Add Runtime Terminal action to menu
Revert "Revert "buildmanager: disable actions when can-build is FALSE""
build-manager: Emit action-enabled-changed for install
build-manager: Add a helper to enable/disable actions
build-manager: Add a setter for can-build
build-manager: Remove extraneous calls to propagate_action_enabled()
flatpak: Only get the list of flatpak installations once
flatpak: Reload preferences addin on installation changes
flatpak: Remove outdated ids in reload()
flatpak: Dedupe runtimes in preferences pane
flatpak: Fix memory leak
run-manager: Switch to using actual GAction instances
run-manager: Disable run button when can-build is FALSE
Milo Casagrande (1):
Update Italian translation
Patrick Griffis (2):
meson-build: Sync sources with autotools
meson-build: Fix building notification plugin
Paul Cutler (2):
Update creating.rst documentation.
Update building.rst with how to activate a build instructions
Peter Mráz (2):
Update Slovak translation
Update Slovak translation
Peter Sonntag (1):
Changed name of the window "Run Output" to "Application Output"
Piotr Drąg (4):
Update Polish translation
Update POTFILES.in
Update Polish translation
Update Polish translation
Rafael Fontenelle (3):
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Rūdolfs Mazurs (1):
Update Latvian translation
Sebastien Lafargue (6):
reStructuredText preview: add sphinx support
html preview: prevent multiple preview opening
html preview: disconnect 'changed' on webview closing
html preview: remove dead code
html-preview: add sphinx and deps to the manifest
ctags: remove unneeded line
Stas Solovey (3):
Add Russian translation
Update Russian translation
Update Russian translation
Umang Jain (3):
build-manager: Add install action
preferences-editor: Add user-defined minimum word functionality
BackForwardItem: Use GtkTextMark to track locations
ЀÓù (1):
notification plugin: notify user that build has finished
Марко Костић (1):
Update Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]