[gnome-builder] Created tag GNOME_BUILDER_3_21_90
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Created tag GNOME_BUILDER_3_21_90
- Date: Tue, 23 Aug 2016 05:37:09 +0000 (UTC)
The signed tag 'GNOME_BUILDER_3_21_90' was created.
Tagger: Christian Hergert <chergert redhat com>
Date: Mon Aug 22 22:36:17 2016 -0700
tag 3.21.90
Changes since the last tag 'GNOME_BUILDER_3_21_1':
Akshaya Kakkilaya (8):
create-project: stop auto updating location after manual entry
autotools-templates: make sure we ship all resources
create-project: allow selecting license
vcs: add IdeVcsConfig
git: implement IdeVcsConfig
template: get author name from IdeVcsConfig
snippets: get full name and email from IdeVcsConfig
prefs: move vcs prefs to builtin
Alexandre Franke (6):
help: fix conflicting ids
vim: fix VG behaviour
vim: handle dG
omnibar: use symbolic warning icon
Fix warning
Revert "omnibar: use symbolic warning icon"
Allan Day (2):
better icon for build
improve preferences column vertical spacing
Anders Jonsson (1):
Updated Swedish translation
Andika Triwidada (4):
Updated Indonesian translation (cherry picked from commit 0cf1e387815379985a0f25f0c83c8a1bf31ad82c)
Updated Indonesian translation (cherry picked from commit 697a1f6323c9af19a85e9f960a15e5af6e75a747)
Updated Indonesian translation (cherry picked from commit df210aaf433f84d0e536f0b4af45ab4612fd9442)
Updated Indonesian translation (cherry picked from commit fa01f11ea83171c5bc38aacf368fcd85439ca6a2)
Aurimas Černius (3):
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
Balázs Meskó (3):
Updated Hungarian translation
Updated Hungarian translation (cherry picked from commit 1ce517469b663b207472ca9feea58586ed4120a6)
Updated Hungarian translation
Baurzhan Muftakhidinov (1):
Updated Kazakh translation (cherry picked from commit 2396d980f50879536d9a90ffc1147ecf83aa0294)
Carlos Soriano (1):
vim.css: remove two sneaky tabs
Christian Hergert (469):
build: bump dependencies for 3.21 development
uri: fix to_string generation for non-file URIs
ide: add ide-uri.h to ide.h
workbench: allow opening of remote files from file chooser
adwaita: more color tweaks for GTK+ 3.21
pango: fix font rendering on GTK+ 3.21
build-system: add CFLAGS/VALAFLAGS for fallback build system
vala: follow automake conventions for vala stamp files
gutter: tweak spacing around diagnostic icons
file-settings: fix editorconfig
app: create projects directory on startup
autotools: fix ctags building
style: tweak entry.error coloring for GdTaggedEntry
style: tweak color of icons in GdTaggedEntry
style: fix search context menu styling when no search matches
tree: adjust for Adwaita theme changes
style: tweak styling for Adwaita
tree: destroy menu after selection has finished
symbol-tree: only trace when we are updating tree
autotools: check for NO_BUILD to avoid autogen when CLEAN is set
autotools: use build parallelism from build configuration
configuration: set reasonable default for build parallelism
build-tools: build log should not be editable
source-view: keep a reference to word start and end marks
back-forward-list: add log domains
prefs: add toggle to disable restoring previously opened files
prefs: fix warning when no git info is set
context: allow projects in .local
app: use g_build_filename()
shortcuts: fix regex typo
ctags: ignore symlinks when mining directory tree
prefs: add helper to get preferences widget
prefs: add helper to get actual spin button instance
prefs: show better values than 0 and -1 for parallel build workers
app: load gsv styles from .local/share/gedit/styles
source-view: implement reindent for multi-line selections
vim: add = for reindent in selection modes
style: remove double border on top of actionbar
devhelp: add some tracing macros
prefs: add missing return
autotools-templates: add po/LINGUAS
vala: add vala versioned and unversioned vapidir
search: avoid g_signal_handlers_disconnect_by_func()
workers: try to more gracefully shutdown worker processes
config-manager: add fallback for empty string
style: add treeview style tweaks
vim: whitespace cleanup
vim: fix home/end/page-up/page-down in selection mode
movements: add whole line page movements
prefs: prevent deselection of radio in option group
autotools: check for empty strings before parsing
clang: fixup warnings/leak when extracting header
source-view: short circuit if the buffer has disconnected
source-view: hold references to text marks
symbol-tree: don't warn on cancelled operations
autotools: log process spawn in main thread
launcher: allow pop of argv items
launcher: remove freeze check
autotools: pop old arguments before reusing launcher
subprocess-launcher: remove unused variables
prefs: disable dark mode switch if GTK_THEME is set
scrolled-window: add HfW support when max-content-height is set
prefs: put prefs groups in an EggScrolledWindow
keybindings: fix F2/Delete on project tree
project-tree: set default text for rename popover
style: set alpha for dim-label on treeview
project-tree: insert dummy empty node if no children were found
build-panel: allow build status label to ellipsize
build-panel: don't use css for textview padding
terminal: add scrollbar for terminal
realtime-graphs: try harder to not jump when resizing
tab-strip: focus child when pane is selected
dock-bin: tweak handle position for ltr/rtl
build-tools: only log if error is not G_IO_ERROR_CANCELLED
cache: disbale set_return_on_cancel()
build: check for error
build-tools: set G_LOG_DOMAIN for plugin
frame: use connect_object()
build-result: make extra sure we emit from main
editor: avoid async spinloop
vcs: add IdeVcsInitializer
git: implement IdeVcsInitializer
create-project: create new vcs repository by default
create-project: add --vcs to command line tool
project-tree: fix create-file/create-folder from Empty node
layout: use weak unref instead of clear_weak_pointer
buffer: remove extraneous NULL check
create-project: memory management cleanup
workbench: set modal state
Revert "workbench: set modal state"
create-project: make filechooserdialog modal
source-view: remove replay scroll hacks
source-view: scroll if no previous scroll has occurred
todo: ignore .m4 files
buffer: ignore diagnostics for system files
autotools: don't allow cancellation during communicate
buffer-manager: handle parse of L%u_%u
pnl: track recent changes in panel-gtk
editor: try extra hard to destroy source views
buffer: remove some unnecessary casts
editorconfig: setup some tracing
buffer: typo
diagnostician: cleanup checks
file: remove extraneous cast/local
file-settings: add some counters
file-settings: use autoptr for GError
file: cleanup handling of delayed settling
file-settings: set explicit notify
file-settings: use autoptr for error
file-settings: remove extraneous notify
file-settings: make unused function private
file: add egg counter for instances
file: ignore false notify
source-view: don't leak file-settings
editor-frame: add log domain
app: don't leak GTask
app: fixup task passing
bufmgr: force dispose when releasing a buffer
diagnostician: steal the pointer instead of ref
gettext: don't leak diagnostics
cache: add info on cache eviction
buffer: clean up diagnostics asignment
css: queue style reloading until end of main loop
clang: don't leak diagnostics
Revert "clang: don't leak diagnostics"
shortcuts: use documents instead of files
clang: steal pointer instead of ref/unref
build: set G_SLICE=always-malloc when debugging
gettext: style cleanup
tools: allow passing full path to counters
cache: name egg-task-caches
cache: track removal of items from cache
buffer: add IdeBuffer::destroy
symbol-tree: evict cache when buffer is released
clang: use copy of IdeFile for cache key
autotools: pass GLib.Error to task
autotools-templates: allow resource:// for sources
recent-projects: don't track removed projects
create-project: default to GPL-3
create-project: move license before versioning
tmpl: import recent template-glib
templates: give templates access to {{filename}} symbol
template: give templates access to {{author}} and {{year}}
tmpl: add trailing \n fix from template-glib
language: add language helper to generate license headers
template: add variables to template base
license: remove comments from short licenses
autotools-templates: use includes to expand licenses
license: more descriptive labels for licenses
license: adjust ordering of licenses
layout: take an extra ref during removal
build: fix build for libidemm
build: fix make check
tests: don't popup dialogs in unit tests
build: update AUTHORS
build: we want src built before libidemm
build: remove header from sources
build: fix paths when srcdir != builddir
idemm: tweak some install paths
idemm: no need to redefine pkglibdir
empty-state: set dim-label for -symbolic icon names
greeter: use icon-name instead of resource path
makecache: fix leak of duplicated makecache target
credits: update credts
makecache: ensure argv is released when parsing includes
autotools-templates: use major_version for abi_version default
tmpl: add || and && support
project-tree: simplify focus case
project-tree: disconnect signal during cleanup
templates: allow reset of IdeTemplateBase
plugins: rename xdg-app to flatpak
pnl: handle GtkPopover when tracking parent hierarchy
layout-view: be more careful when closing views
vcs: add IdeVcs::changed signal
project-tree: update tree upon IdeVcs::changed signal
icons: add lang-namespace-symbolic
python-gi-imports-completion: use namespace icon
jedi: use namespace icon
build: add ide-vcs-config.h to ide-enums.h
vcs-config: whitespace cleanup
vcs-config: use single typedef for enums
git: use autoptr and include default in switch
autotools-templates: check for 'author' before usage
build: check for libvala-0.34
vala: get vala minor version from build information
build: rename `ide' to `gnome-builder-cli'
build: install gnome-builder-worker to $libexecdir
app: rename program mode checks to gnome-builder-cli
app: disable theme tracking when global dark-mode is enabled
clang: allow clang plugin to be activated in c++ header files
ctags: allow ctags completion to be activated in c++ header files
buffer-manager: don't autosave if file changed on disk
egg: drop EggScrolledWindow
build: cleanup idemm build a bit
icons: add builder-editor-symbolic to resources
editor: set max-content-height on tweak widget
editor: use builder-editor-symbolic icon
workbench: notify changes to current perspective
build: reorganize libide
libide: start writing OVERVIEW.md documents
build-tools: ensure environment editor is available
build-tools: move environment editor row ui file
build-tools: restyle build configuration to use radio
workbench: check perspective for NULL
ui: move .ui files into their respective repository
workbench: add padding for header bar
workbench: fixup api from merge
sourceview: port to gtk_source_search_context_forward2 and variants
vim: port to new gtksourceview API
build: add missing include
build: remove file that was added incorrectly
credits: add Pooja to authors
build: fix include paths for tests
git: fix monitor for git changes
buffer: avoid rehighlight when disposing
git: ensure "changed" is emitted
git: watch .git/HEAD for changes
wip
add priorty box to the header
workbench: break perspective selector into its own widget
genesis: ref actions to transfer ownership
workbench: hide switcher until we leave "early state"
gtk: add helper to add a style class
workbench: tweak spacing on perspective switcher
workbench: add spacing to left box
workbench: use workbench to swap perspectives
editor: add new-document button to the header bar
editor: remove add-file button from view stack
menus: use … after Open File
menus: add right/bottom/left buttons
workbench: move search bar to the right
build-tools: use radio button for active configuration
egg: add EggEntryBox
workbench: stub out IdeOmniBar
build-tools: stub out run button
headerbar: add hack for center right/left alignment
jhbuild: locate jhbuild on wayland sessions
omnibar: use build-tools.build for build action
util: add helper to get current context for a widget
vcs: allow fetching the current branch name
workbench: notify that the context has been set
omnibar: render project name/branch name in the bar
workbench: add sizing workarounds for centering omnibar
libide: remove unused types
libide: add short-circuit for property notification
build-result: avoid timeout when in main thread
workbench: add typesafe helper to get headerbar
headerbar: add helper to get IdeOmniBar
omnibar: allow attaching a build result
build-tools: notify omnibar of the build result
autotools: tweak build status strings
workbench: add transfer notation
omnibar: show current configuration name
omnibar: add simple message looping
config-manager: track changes to current display name
editor: proxy panel actions to perspective actions
omnibar: stub out popover
omnibar: show popover on click
omnibar: stub out some popover items
omnibar: stub out additional popover controls
omnibar: quick example of rendering configuration in popover
omnibar: size tweaks
omnibar: get relative path to project
omnibar: update build status button and label during build
omnibar: implement configuration row widget
omnibar: notify user of missing runtime
build-result: add timeout source to notify running-time
omnibar: add running time to omnibar popover
headerbar: implement global-search keyboard activation
listbox: add GtkListBox subclass that can recycle rows
omnibar: use :hover instead of cursor to indicate clickability
omnibar: set date/time of last build
app: add shortcut for build
omnibar: hide some widgets by default
omnibar: add tooltip to build button
omnibar: add IdeOmniBarRow::configure event
omnibar: add tooltip to edit build configuration
build-tools: add build-tools.configure('id') action
omnibar: wire up configure request to build tools
omnibar: hide view output button by default
omnibar: tweak highlight style to make text brighter
headerbar: tweak headerbar spacing when compressed
omnibar: shrink entry width a bit
style: tweak omnibar colors
style: remove old styling for perpsective switcher
style: remove old styling
addins: use ide_workbench_get_headerbar()
editor: remove titlebar
workbench: move headerbar into a stack
build-tools: remove titlebar from ui
preferences: remove titlebar from preferences
workbench: switch headers when switching perspectives
greeter: move search filter to match updated designs
greeter: add "Updated" column header
omnibar: eventbox input window should be topmost
build-tools: implement updated designs for build configuration
vcs: add fallback branch names
editor: hide scrollbar when minimap is visible
build-tools: remove configuration selection
build-tools: hook up View Output button to build output
build-tools: remove more buttons from build panel
build-tools: avoid showing panels when building
omnibar: use short day name
omnibar: show build mode in popover
omnibar: add support for omnibar:active state flag
build-result: add IdeBuildResult:failed property
autotools: set the IdeBuildResult:failed property
omnibar: notify user of build failure with bright red "Failed"
workbench: remove early perspectives
diagnostics: add helpers to compare diagnostics
build-tools: add headers above diagnostics of different types
build-tools: remove warning image from diagnostics
build-tools: tweak styling of diagnostic headers
build-tools: remove selection from diagnostics list
headerbar: remove workarounds for HeaderBar lacking hexpand support
omnibar: fix placement of build configuration label
build-tools: move css styling to plugin
headerbar: remove unused widget
omnibar: add build/rebuild/clean actions to popover
omnibar: add shortcut for tooltip of build button
po: update POTFILES.in
build-tools: hide run button
build-tools: fix configuration selection
perspectives: allow perspectives to specify an accelerator
workbench: register accelerator for perspectives
prefs: add accelerator for preferences perspective
build-tools: register accelerator for build tools perspective
editor: register accelerator for editor perspective
workbench: add accelerator when listing the perspective
create-project: add description for project name
create-project: use Browse button for project parent directory
create-project: remove bold an dim-label
create-project: use Template instead of Pattern
posix: add helpers to expand/collapse user paths
libide: add ide-posix.h to ide.h
create-project: use ide_path_expand() and ide_path_collapse()
egg: add EggRadioBox
create-project: use EggRadioBox instead of combo box
radio-box: add EggRadioBox::changed signal
radio-box: set initial active state of toggle buttons
radio-box: use GPropertyAction
create-project: use EggRadioBox for language selection
radio-box: use GtkRevealer for additional rows
radio-box: use count before adding row
create-project: use flat style, no focus-on-click
create-project: tweak margin-top
create-project: simplify version control selection
git: tweak git clone UI a bit
egg-file-chooser-entry: add EggFileChooserEntry
egg-file-chooser-entry: use "Select" for select-folder
create-project: use EggFileChooserEntry
git: use EggFileChooserEntry
workbench: remove focus-on-click from perspective switcher
genesis: add interface helpers
create-project: implement new interface methods
git: implement new interface methods
directory: remove directory genesis addin
greeter: move genesis addins into greeter perspective
workbench: remove genesis perspective
greeter: widen project rows
greeter: homogenize project row font usage
app: whitespace cleanup
app: add handler to open files from command line
app: avoid activation when opening existing files
workbench: add IdeWorkbench:disable-greeter
app: add comment about necessary code cleanup
app: avoid early startup of project scanning
app: don't show greeter when opening project files on startup
hellocpp: add missing \n
workbench: avoid transition duration when :disable-greeter
keybindings: use win.global-search
workbench: cleanup delay calculation
autotools: mine starting from project dir
greeter: set width-request for other projects list
greeter: avoid gtk_dialog_run()
tree: add ide_tree_node_is_root()
tree: whitespace cleanup
greeter: use SELECT_FOLDER when appropriate
project-tree: avoid infinite loop while iterating tree nodes
egg: bring back EggScrolledWindow
prefs: use EggScrolledWindow
greeter: destroy headerbar with perspective
tests: various egg programs are not auto-testable
config-manager: use "Default" for default configuration name
omnibar: add "Target: " prefix to configuration name
doap: Builder no longer uses Gjs internally
util: check GtkPopover:relative-to when walking action hierarchy
editor: remove workaround for "view" action activation
app: update credits
launcher: whitespace cleanup
omnibar: no need to re-initialize value
greeter: use g_signal_connect() instead of object variant
html-completion: ignore <? elements
doap: add C++ to list of languages
todo: add missing parameter to Workbench.open_uri_async()
project-tree: check for file for before revealing
egg-binding-group: fix whitespace
device: add IdeDeviceError
runtime: add IdeRuntimeError
jhbuild: ensure JhbuildRuntime has access to IdeContext
enums: add new error types
vcs: add branch-name and working-direction properties
workbench: make search entry a bit larger
flatpak: fix program name when spawning flatpak
gcc: ignore _FORTIFY_SOURCE warnings
build-manager: add IdeBuildManager and IdeBuildTarget
runtime-manager: cleanup includes
libide: add IdeRunManager and IdeRunner interface
autotools: add IdeBuildTarget and install support to autotools builder
build-tools: rely on IdeBuildManager to perform builds
layout-tab: track destroying of controls
omnibar: runtime title can have markup
app: update shortcut action for building
omnibar: port to IdeBuildManager
build: sort by name
run-tools: add plugin for running project
workbench: ensure IdeWorkbenchOpenFlags is prefixed
diagnostician: add trace message to track active providers
gettext: general cleanup and robustness improvements
color-picker: use g_signal_connect_object()
menus: add highlighting section
color-picker: shorten title of panel
color-picker: put menu itemin Highlighting submenu
po: update POTFILES.in
gettext: fix improper task use
build-tools: wrap warning/error/note text
tools: cleanup build
color-picker: handle non-IdeEditorView views
gstyle: fix double ;;
icons: add builder-build-symbolic icon
omnibar: use builder-build-symbolic
run-tools: add tooltip-text for run button
egg-priority-box: add missing TYPE macro
gca: check for valid language before getting id
layout-stack: add IdeLayoutStackAddin
layout-stack: add ide_layout_stack_add_control()
editor: use single instance of tab controls per stack
layout-view: use individual pointers in vfunc
layout-view: remove controls from IdeLayoutView
layout-view: make vfuncs return string copies
editor: reimplement goto-line action for popover activation
Update POTFILES.in
build-tools: remove menus.ui
gettext: ignore const when building ptr array
egg-state-machine: use GPropertyAction instead of EggStateMachineAction
update .gitignore
buffer-change-monitor: add reload vfunc
buffer: add reserved pointers
buffer: use ::loaded to handle various reloading of components
actions: avoid creating GAction in EggWidgetActionGroup
todo: disconnect buffer manager signal
directory: adjust directory build system priority
git: avoid ::reloaded emission if the task failed
autotools: purge makecache when current configuration changes
subprocess: add note about future cleanup
runner: add IdeRunner::spawned signal
perspectives: cleanup css selector
run-manager: add concept of IdeRunHandler
header-bar: add IdeRunButton to the headerbar
run-tools: remove redundency from run-manager
sysprof: add sysprof profiling plugin
build: drop run-tools plugin
update POTFILES.in
run-manager: be safer during unit testing
sysprof: fix some warnings
sysprof: specify have_sysprof_ui during PKG_CHECK_MODULES
sysprof: requiring the UI lib implies the backend lib too
po: fix POTFILES.in path
release 3.21.90
Christian Kirbach (1):
Updated German translation
Cédric Valmary (2):
Updated Occitan translation
Updated Occitan translation
Daniel Espinosa (1):
Autools-templates: C - Enable VAPI only for C projects
Daniel Mustieles (18):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Debarshi Ray (1):
egg-counter: Silence -Wsign-compare
Enrico Nicoletto (4):
Updated Brazilian Portuguese translation (cherry picked from commit
32327896d9a67a73d83bb1c44948313963dfa65e)
Updated Brazilian Portuguese translation (cherry picked from commit
d76bbc4075367753eb46543a5abf424f53a4d646)
Updated Brazilian Portuguese translation (cherry picked from commit
03b96bed94a8c00eb4232a3b7f8a3cd317bdba40)
Updated Brazilian Portuguese translation
Fangwen Yu (4):
vim: fix * and # search movements
ide-source-view: fix move search
Vim mode: fix search entry history
editor-frame: set previous search string properly
Florian Müllner (2):
autogen: Fix for non-srcdir builds
libidemm: Fix srcdir != builddir
František Zatloukal (1):
Updated Czech translation (cherry picked from commit aa66a73f56031e259b821e1dbe7eae4a2053c0a9)
Garrett Regier (1):
Fix literal-suffix warning when building libidemm
Georges Basile Stavracas Neto (1):
autotools-templates: install missing files
Giovanni Campagna (1):
Gettext: fix invalid free of unowned object
Gábor Kelemen (1):
Updated Hungarian translation (cherry picked from commit 794639ca2904ec26ce3fa60801dd2c97ca3bf9c0)
Jeremy Bicha (1):
desktop: Add IDE category
Marc-Antoine Perennou (1):
build: fix webkit check
Marcin Kolny (25):
libidemm: add autotools files
libidemm: add tools
libidemm: add gen scripts
libidemm: add extra defs gen
libidemm: move gen scripts to one file
libidemm: add defs files
libidemm: call mm-common-prepare in autogen.sh
libidemm: don't process private headers
libidemm: wrap first class: Ide::Application
libidemm: rename libidemm to idemm
libidemm: wrap recentprojects
libidemm: wrap ApplicationAddin interface
libidemm: add registermmtype class
libidemm: build fixes
libidemm: add example C++ plugin
libidemm: use snprintf (to ease translators life)
libidemm: conditionally call mm-common-prepare, add mm generated files to .gitignore
libidemm: fix autotools files
libidemm: fix application conversion method
libidemm: disconnect signal on unload plugin
libidemm: wrap Ide::Object
libidemm: add bacforwardlist wrapper
libidemm: partial wrapper for IdeContext
libidemm: add wrapper for IdeUri class
libidemm: fix make distcheck
Marek Cernocky (2):
Updated Czech translation
Updated Czech translation
Marek Černocký (5):
Updated Czech translation
Updated Czech translation
Fix typos
Use ngettext instead gettext
Updated Czech translation
Mario Blättermann (2):
Updated German translation
Updated German translation
Matthew Leeds (44):
vim: Fix alphabetization of vim commands
vim: Add :open as an alias for :edit.
Add missing semicolon in Portugese translation
Fix some typos in libide/ide-buffer-manager.c
style-schemes: use the style scheme for diagnostics underlining
command-bar: Fix a file path tab autocomplete issue
command-bar: Check if the completion provider fulfills its contract
vim: Use autocompletion for :open not just :edit
Fix minor spacing issues
command-bar: Fix vim mode tab autocompletion issues
buffer: Allow buffers to be loaded without displaying them
command-bar: Implement :vsplit <file> behavior
libide: Add a GFile parameter when creating splits
docs: Fix grammar
vim: Check for open buffer in :bnext and :bprev commands
libidemm: Remove unnecessary _CONVERSION() for GDBusProxy
indenter-c: Allow multi-line conditions to end a line with ')'
editor-frame: Add search-and-replace to the search UI
editor-frame: Add actions to make search-and-replace work
editor-frame: Only enable replace/replace-all at appropriate times
command-bar: Allow command bar actions to steal focus
command-bar: Implement the 'c' option for vim substitute commands
ui: Link the next and previous buttons in the search frame
editor-frame: Prevent search position label flickering during replace
style-schemes: Use the style scheme for the search shadow color
ui: Avoid the use of "width-request" for the search frame
editor-frame: Process key press events in the replace entry field
editor-frame: Move the logic for enabling/disabling replace actions
editor-frame: Add squiggly underlines for invalid regex
ui: Make the Replace and Replace All buttons have the same width
build: Remove build/xdg-app folder
build: Rename xdg-app to flatpak in .buildconfig
icons: rename Builder icon to the application id
ui: Make the spacing between buttons in the search frame homogeneous
doc: Delete generated libide.types file
log: Print a message when subprocesses are spawned
omnibar: Sync the VCS branch name with the OmniBar branch label
create-project: add =NULL to g_autofree declarations
create-project: Add a tooltip for the project template icon
genesis: Update the new-project action to use the new view
autotools: Make the Run button work when builddir != srcdir
autotools-templates: Don't allow hyphens in package names
autotools-templates: Add a GNOME application template
configuration: Fix error in get_property function
Michael Catanzaro (1):
Remove separator before Quit in app menu
Muhammet Kara (10):
Updated Turkish translation (cherry picked from commit a6dcd7f279e3929c9b56164a977ae9ed2a2e6e93)
Updated Turkish translation (cherry picked from commit fd76749400843347379b09bd6e4bfa3e4f58cbb7)
Updated Turkish translation (cherry picked from commit 6f6e7709404c6365ec9a6e080413d80688d187f7)
Updated Turkish translation (cherry picked from commit 627aa01f9d1d8428051ab16232df89b752246c88)
Updated Turkish translation (cherry picked from commit 2a9294386f278fee2c1a80a018e240018682f249)
Added Turkish help
Updated Turkish translation (cherry picked from commit a297c3a0272fffa1694231ee55222142e371081c)
Updated Turkish translation
Updated Turkish translation
Updated Turkish translation
Patrick Griffis (10):
Modernize gettext usage and replace intltool
POTFILES.in: Remove extraneous xml files
Remove unecessary gschema.xml.in files
POTFILES.in: Add missing gschema files
Fix distcheck
Use same gettext options as gtk
gstyle: Add support for translations
build: Add m4 files not kept in repo to .gitignore
build: Update list of m4 files kept in repo
Fix running projects that install scripts
Piotr Drąg (21):
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated POTFILES.in
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.in
Add Language headers to po files
Updated POTFILES.in
Fix punctuation and grammar in newly added translatable strings
Updated POTFILES.in
Add translator comments to the .desktop file
Updated POTFILES.in
Rafael Fontenelle (4):
Updated Brazilian Portuguese translation (cherry picked from commit
a987e27188de928fe8dccbf4bebd746e4d196a76)
Updated Brazilian Portuguese translation (cherry picked from commit
e1a35c294737079a661ef79d6a700b2e35b84464)
Updated Brazilian Portuguese translation
Updated Brazilian Portuguese translation
Raunaq Abhyankar (5):
Bug 766131 - Update modeline parser
autotools-templates: add src/Makefile.am for empty template
Bug 766303 - add ctrl+k in shortcuts window
Bug 766385 - Changes in Makefile.am
Bug 766830 - Shortcut keys - duplicate
Sebastien Lafargue (59):
vim: fix 'o' movement
fuzzy-search: fix one char needle case
build: update AUTHORS
build: bump gtksourceview required version
ide-preference-switch: allow hidden subtitle from .ui
gstyle: new lib to handle colors
color picker: add a color picker plugin
gstyle-palette-widget: add dnd-lock property
colorpicker plugin: disable dnd on preview widget
gstyle-palette-widget: fix dnd drop in empty area
gstyle: show HEX6 color in palette widget swatchs
gstyle: allow i18n for Unsaved palette label
color-picker plugin: update POTFILES.in
gstyle-plane: fix hue with saturation == 0
gstyle-palette: fix wrong assert reference
gstyle: add a rename popover object
gstyle-color-widget: add remove and rename actions
gstyle-color-widget: plug rename and remove menu
color-picker: add palette menu and popover
gstyle: colors in palettes can be moved or copied
gstyle-eyedropper: better lifetime handling
gstyle: eyedropper zoom and swatch box
gstyle-eyedropper: add movement keys to the pointer
gstyle-eyedropper: add keys to change zoom factor
gstyle-eyedropper: better zoom curve
gstyle-eyedropper: add a reticle to the zoom area
gstyle-rename-popover: allow NULL name
gstyle-palette-widget: fix dnd indicator calculation
colorpicker plugin: search color in palettes
gstyle-color-widget: fix dnd on swatch mode
gstyle & colorpicker plugin: update TODO files
gstyle/colorpicker plugin: fix Coverity defects
gstyle-palette: new palette from text buffer
colorpicker-prefs: add addin property
colorpicker: add generate palette from document
colorpicker: add some TODO comments
gstyle: start new palette name from one
gstyle-color-widget: fix contextual menu trigger
gstyle: add GstyleColorFilter enum
gstyle: add a filter property to the color panel
gstyle: add filter handling to color widget
gstyle-color-panel: update strings and swatchs
colorpicker: add prefs for color filtering
gstyle: fix makefile typo
gstyle: properly update color widget color
gstyle: better slidein size request
gstyle: add blindness color filters
gstyle: don't interpolate prefs pages
colorpicker: plug the new blindness filters
colorpicker: components prefs page scrollbar in the border
colorpicker: move Adwaitas css to generic
gstyle: add a filter test
colorpicker: make prefs list rows clickable area larger
colorpicker: add needs-attention to prefs list row
gstyle: add changed property to palette
gstyle: tag a palette as changed if a color changes
colorpicker: show needs-attention on a changed palette
colorpicker: add dialog to close changed palette
gstyle: fix Makefile.am typo
Tiago Santos (3):
Updated Portuguese translation
Updated Portuguese translation
Updated Portuguese translation
Ting-Wei Lan (1):
libide: Fix non-literal format string warnings for clang
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]