[gnome-builder] (125 commits) Non-fast-forward update to branch wip/elad/jedi-fixes



The branch 'wip/elad/jedi-fixes' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  c88e5d6... jedi: provide completions for objects returned from GI func

Commits added to the branch:

  d083cdb... clang: add missing cast. (*)
  011b606... makecache: be a bit more defensive with cancellables (*)
  56709ff... clang: don't add proposals if cancellable was cancelled (*)
  f147771... clang: cleanup (*)
  3620475... clang: be defensive (*)
  b866637... clang: avoid using g_object_set() for certain params (*)
  a86f3bc... clang: don't leak completion proposals (*)
  576ca13... libide: remove unused vfunc (*)
  2b69ae1... jedi: provide completions for objects returned from GI func (*)
  98f0b95... build: fix --enable plugin variables (*)
  e3f2531... vala: fix build output when auto and no available (*)
  244dd89... libide: add IdeCompletionItem and IdeCompletionResults help (*)
  339e2eb... libide: add some libide helpers for completion providers (*)
  2822864... ctags: implement fuzzy match and character highlighting (*)
  c7aface... ctags: remove dups (*)
  ebbd994... symbol-tree: expand toplevel items by default (*)
  672fddc... vala: use completionprovider helper to get current word (*)
  4c24643... greeter: preserve order of language pill boxes (*)
  a320ef7... build: specify GIRDIRS for Ide-1.0.gir (*)
  c49e6ab... update AUTHORS (*)
  d85ed16... Updated Korean translation (*)
  1d03efb... devhelp-panel: fix active view cleanup (*)
  8611f1b... gb-editor-view: track focus on horizontal split views (*)
  597cd87... Added Brazilian Portuguese translation (*)
  c21e442... libide: add helper to remove GSource by id (*)
  970e000... symbol-tree: update symbol tree every 15 seconds (*)
  ec6a174... tree: clear selection before rebuilding the tree (*)
  b14ab55... snippets: move some C snippets to gobject.snippets (*)
  08de97a... buffer: track buffer changes with sequence counter (*)
  e922de1... build: add Workbench to gir/vapi (*)
  0350fb7... build: define log domain for vala pack (*)
  3904c88... add gnome-builder.h header for public api in builder (*)
  8201a27... build: use gnome-builder.h in generated vapi (*)
  4adc173... workbench: ensure we load the filename as well as content t (*)
  ae65f6a... build: install .gir files to private directory (*)
  2883aab... build: make egg introspectable (*)
  aaba175... egg: generate vapi and gir for Egg (*)
  569e2e9... build: more introspection work (*)
  9e5d0d1... tree: make set_filter() introspectable (*)
  e24f99e... vala: workaround for hacking on builder (*)
  09eb9cb... sourceview: fix prototype on ::focus_location() (*)
  a25cb62... build: fix vapigen warnings from poorly implemented G-I (*)
  2c5b877... tree: G-I can guess these params just fine (*)
  534a643... build: more G-I fixes based on gregier suggestions (*)
  b4c2d85... g-i: yet more gobject introspection cleanups (*)
  df0042c... build: fix namespace for vapi generation (*)
  43e2e4c... Unmark "CTAGS" for translation (*)
  d783ae1... ide-source-view: comment typos (*)
  01bc318... libide: includes and annotations (*)
  f3c604d... Updated German translation (*)
  1986ee2... workbench: don't use property for workbench in GbWorkbenchA (*)
  69c54d6... clang: remove unused code (*)
  4762183... clang: avoid function call in sort callback (*)
  800bfee... vala: steal string from GString (*)
  20022b0... libide: make IdeCompletionItem work with bindings (*)
  62a0a41... vala: inherit from IdeCompletionItem (*)
  558ab1e... libide: add ide_completion_item_set_priority() for bindings (*)
  5b47f6e... vala: port completions to new API (*)
  daa9951... vala: dont require query length threshold (*)
  cd52290... results: avoid vfunc when sorting (*)
  b0fef78... clang: make snippet creation even more lazy (*)
  eed08fa... libide: add static inline linked list sorting (*)
  87a27d3... libide: avoid vfunc dereference when a sort vfunc is used (*)
  838a215... vala: don't replay the results if the line has changed (*)
  bed6d7c... libide: only replay results if we have symbol characters (*)
  2dad4be... libide: add fuzzy_highlight helper (*)
  aafce72... completion: use fuzzy highlight helper (*)
  15f60e0... completion: use fewer <b></b> pairs (*)
  6f53595... jedi: only restrict by content if we are in interactive mod (*)
  85a106b... jedi: remove duplicate check (*)
  ddcf159... jedi: use Ide.CompletionResults and Ide.CompletionItem (*)
  1b880bb... jedi: autocomplete after period (*)
  56c39be... jedi: do fuzzy search and highlight (*)
  bb4bfd2... jedi: avoid killing active thread so much (*)
  937e000... remove gb_str_empty0 to use ide_str_empty0 (*)
  d3831f4... remove gb_str_equal0 to use ide_str_equal0 (*)
  a0814b9... jedi: add parameters with defaults to completion list (*)
  93b1b18... jedi: be more careful with G-I param descriptions (*)
  b6da322... jedi: fix exception in docstring parsing (*)
  0f8f8c6... jedi: be a bit less aggressive in replaying previous querie (*)
  9b9f9ae... python: start on a new python-based indenter for python (*)
  9086d6b... python: incremental prototype work (*)
  de0cf8b... python: indenter prototype improvements from Garrett (*)
  5807e5d... python: don't loop forever in indenter prototype (*)
  6773374... python: handle unindent of else,elif a bit more gracefully (*)
  fa87bcd... gb-search-box: handle searchbox button sensitivity (*)
  bcd09f9... gb-search-box: fix released ref of GbSearchDisplay (*)
  09145fe... python: add more generic blocks to to the rankings (*)
  3932b81... python: fix array boundary when text length is too short (*)
  6ef6570... python: add rank selector for exact tail matches (*)
  b56cd0f... python: add indentation rule for parameter lists (*)
  86c5f88... python: make comment continuation a setting (*)
  6023db0... python: do nothing on shift<enter> (*)
  2cab4e2... python: whitespace cleanup (*)
  3d6ba0d... python: work our way back to beginning of context (*)
  d2a47fa... python: copy string rank indentation (*)
  75b48ab... rg: ensure we always va_end() (*)
  9043baa... fuzzy: check bounds better in our example (*)
  06a732b... counters: check n_counters before iterating it (*)
  9026236... libide: plug (impossible) leak to quiet warnings (*)
  f9fad9f... project-tree: check that the node is still selected (*)
  578cded... snippets: fix scope parser, whose scope is missing (*)
  ee13d80... counters: check result of sysconf(_SC_PAGE_SIZE) (*)
  22100b9... libide: remove unnecessary check (*)
  dc053c8... buffer: log errors from g_file_monitor_file() (*)
  05502f2... autotools: remove double assignment in doap (*)
  0e2220f... devhelp: check document before dereferencing (*)
  367f0d4... project-tree: check node before dereferencing it (*)
  465af10... snippet: check lower/upper bounds before iterating array (*)
  b2e0ade... Updated Esperanto translation (*)
  d39f631... rg: check that our timespan is non-zero (*)
  2b837b2... editorconfig: fix missing parameters check in upstream code (*)
  43bac6d... makecache: explicitely clear fdcopy (*)
  820118f... editorconfig: fix implausable memory leak (*)
  9b848d8... counters: clean up fd checks when opening shm zone (*)
  98004a1... editorconfig: also check pattern length against PATTERN_MAX (*)
  47ab24a... editorconfig: add precondition check for name length (*)
  7139e6b... clang: dead code elimination (*)
  a116619... git: try to silence both gcc and coverity (*)
  491fb6c... python: copy previous line indentation if it was non-zero-w (*)
  f576993... counter: ensure page_size is also set. (*)
  08e4ba1... libide: add IdeBufer:has-diagnostics gproperty (*)
  3f2e6e9... editor: show warning in header when diagnostics are present (*)
  37ea59a... source-view: wrap around search if we didn't find anything (*)
  6ec6f4a... jedi: filter "self" from function parameters completion

(*) This commit already existed in another branch; no separate mail sent


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