[gnome-builder] (117 commits) Non-fast-forward update to branch wip/chergert/completion



The branch 'wip/chergert/completion' 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:

  9ba0378... wip on new completion engine
  8bd3d02... sourceview: remove word-completion from sourceview
  3301180... completion: move a number of components into IdeCompletion
  45a51f9... completion: make load private API
  1a71c3a... editor: remove tweaks to old completion
  60abd00... sourceview: remove snippets completion from source view
  2e6075a... completion: rely on sourceview for hiding completion
  f02a789... completion: add some CSS styling
  6b7e1ce... completion: get access to context when completing
  eb2e3ff... ctags: minimal port to new engine
  ee7aa25... ctags: make ctags search more lazy
  33143d2... completion: use IdeTask for async operations
  d793b09... completion: remove dead code
  569b6ba... completion: fix row selection with small n-row sizes
  b5aa7f7... completion: add some plumbing for refiltering after results
  e185596... completion: add tracing macros to IdeCompletion
  0aa96d7... completion: perform refilter after results are received
  f847915... sourceview: reuse block_interactive()
  ee7e34e... completion: add some basic plumbing to detect invaldations
  99c5483... prefs: allow tweaking the number of completion rows
  26d1631... completion: track items-changed from result list models
  311fbe5... completion: track items-changed from list-box
  8a08ef7... completion: avoid queue_resize when display wont change
  c9a73aa... ctags: implement refilter support for ctags result set
  eb14234... completion: create display on demand
  06a3086... completion: remove debug code
  24f6267... completion: update empty state when items change
  b6175cc... completion: simplify display visibility on empty notificati
  44b64e5... completion: be more careful about display state
  1f0e459... completion: propagate font description to list box rows
  cd35519... completion: fix some spurious displays showing
  e42984f... completion: extra tweak for offset
  c54bac1... completion: move display to provider
  8e4651d... completion: avoid adding backpointer reference from proposa
  b66b7b2... completion: handle selection out of bounds
  1aa3d6c... sourceview: add helper to check for active snippet
  a403026... completion: add convenience data for providers
  03d2c7d... completion: ignore Tab when in a snippet
  2f8d6bf... completion: unset weight field from attributes
  c00ab93... overlay: shift overlay position when too large
  8a6cd5f... clang: port completion provider to new API
  5407271... completion: clear old state
  557eb54... clang: add some custom activator keys
  2425442... clang: add icons for macros
  e74a0bc... clang: break out union/namespace
  e72038c... completion: cleanup additional fields
  6546d4b... completion: delay update from text deletion
  54c3d0d... clang: switch to extention-type for enabling provider
  9225639... completion: tweak can-focus
  4bc67d5... clang: raise clang completion priority
  667f1de... clang: include comments from clang
  e4a93cd... snippets: refactor snippets to reduce memory overhead
  24a1e7e... snippets: add completion provider as a plugin
  04c9f4d... snippets: move model to plugin
  9bbe16c... snippet: reduce parsing and allocations
  77ddb86... completion: check for NULL before calling update
  197530a... style: tweak styling for completion window
  38345c9... completion: set single-line-mode
  9c797ea... completion: work around attribute craziness
  62c9971... clang: disable counters in helper process
  1f6872c... completion: destroy widget in dispose
  87efd97... buffer: remove word completion from buffer-manager
  599721e... completion: move words into an attic we can use later
  06f98de... vim: remove dead shortcut
  e621916... python: remove format provider
  f7dad4e... python: remove use of dynamic type registration
  e376235... c-pack: remove format provider
  3a2636d... c-pack: remove dynamic type registration
  4f87768... completion: add missing line text function
  cd33ce9... completion: cleanup get_word helper
  4eea10a... completion: add g-i docs for listboxrow
  53296bb... threading: fix G-I types for task
  ed9419c... gi-imports: port completion to new API
  062cb66... app: fix whitespace
  83033e1... langserv: port to new completion API
  24932b2... completion: switch to IdeCompletion
  7f51e4d... langserv: implement sorting and fix filtering
  3f5b294... ctags: remove dead code
  c7b5a55... completion: use new completion API
  c4214a6... completion: remove completion compat and helpers
  bce4138... completion: dumb down completion API for Vala
  e807f2a... completion: allow markup for LHS
  2d5dbdc... vala: start porting vala to new completion engine
  6b16d49... clang: speed up refilters when drilling down
  76eabbb... vala: fixup markup building to only highlight symbol name
  2a67a0a... vala: disable activate helper for now
  30fcc68... vala: sort results after filtering
  efb01cf... vala: restore previous completion bits
  493cc25... vala: fallback to full symbol name
  731547d... vala: ignore length check
  86aa525... vala: condense documentation comments for completion window
  f6c9f30... vala: ignore . triggers in comments/strings
  ea8222e... html: remove dynamic type registration
  cd6af32... ctags: remove css/html from completion/highlighter
  00332bc... html: port html completion to new engine
  9ea94d6... completion: add helpers to check language id
  6444bf6... html: add gtk css properties for completion
  7f5a2d8... html: enable html completion for css buffers
  e9ded04... html: add : and ; to css property completion
  d4ea015... html: add some icons to completion
  5587f2e... xml: remove dynamic type for completion provider
  305d957... xml: minimal port to new completion engine
  9c6d62d... xml: add minimal refilter support
  4107ae2... editor: add toggle-map action
  ffd3a48... completion: remove IdeCompletionItem
  f28f8a7... jedi: port to new completion engine
  9bbf47f... completion: allow tweaking priority for completion
  4ce50dd... completion: allow delivering results early
  bd85868... build: add snippets to list of plugins

Commits added to the branch:

  64a5413... Update POTFILES.in (*)
  6d19ba8... clang: disable counters in helper process (*)
  8305b78... runner: fix G-I docs (*)
  6afb1c2... Add OARS and update screenshot URLs (*)
  0f5b369... Fix OARS chat mistake (*)
  d167716... Updated Czech translation (*)
  4aad3bd... gcc: allow + in filenames too (*)
  27c1eb1... terminal: place user into build directory for build termina (*)
  efe3d84... deviced: fix invalid error propagation (*)
  e4c6c6a... wip on new completion engine
  0e33dd5... sourceview: remove word-completion from sourceview
  b5c2ac1... completion: move a number of components into IdeCompletion
  64e9463... completion: make load private API
  6836310... editor: remove tweaks to old completion
  a6b1704... sourceview: remove snippets completion from source view
  97ca029... completion: rely on sourceview for hiding completion
  ae5926b... completion: add some CSS styling
  0cb4ff4... completion: get access to context when completing
  2de46a6... ctags: minimal port to new engine
  10853c1... ctags: make ctags search more lazy
  4d19f92... completion: use IdeTask for async operations
  7feef8d... completion: remove dead code
  b7d1833... completion: fix row selection with small n-row sizes
  27f92c1... completion: add some plumbing for refiltering after results
  513a39e... completion: add tracing macros to IdeCompletion
  fbe74e0... completion: perform refilter after results are received
  a29b9bb... sourceview: reuse block_interactive()
  ed6533b... completion: add some basic plumbing to detect invaldations
  e2ebf95... prefs: allow tweaking the number of completion rows
  2446552... completion: track items-changed from result list models
  1b1e87d... completion: track items-changed from list-box
  6daebb2... completion: avoid queue_resize when display wont change
  0af0754... ctags: implement refilter support for ctags result set
  c030700... completion: create display on demand
  1d9342b... completion: remove debug code
  ed7b6b5... completion: update empty state when items change
  47ce715... completion: simplify display visibility on empty notificati
  7228552... completion: be more careful about display state
  1d483c2... completion: propagate font description to list box rows
  50b695b... completion: fix some spurious displays showing
  e66e655... completion: extra tweak for offset
  a07db7e... completion: move display to provider
  854cb51... completion: avoid adding backpointer reference from proposa
  4df295e... completion: handle selection out of bounds
  53ad526... sourceview: add helper to check for active snippet
  00448d6... completion: add convenience data for providers
  e46c82a... completion: ignore Tab when in a snippet
  62c6995... completion: unset weight field from attributes
  7e8083c... overlay: shift overlay position when too large
  892de8a... clang: port completion provider to new API
  cb53c53... completion: clear old state
  969a5ff... clang: add some custom activator keys
  9aa8d8a... clang: add icons for macros
  fc2b5f6... clang: break out union/namespace
  c16f4a5... completion: cleanup additional fields
  5ea757a... completion: delay update from text deletion
  94f61a9... clang: switch to extention-type for enabling provider
  54c1dea... completion: tweak can-focus
  22b9911... clang: raise clang completion priority
  8c91a16... clang: include comments from clang
  b938c2e... snippets: refactor snippets to reduce memory overhead
  d0b8371... snippets: add completion provider as a plugin
  1405b1d... snippets: move model to plugin
  b5e1c08... snippet: reduce parsing and allocations
  2209f46... completion: check for NULL before calling update
  6a9be09... style: tweak styling for completion window
  2c79c77... completion: set single-line-mode
  8c21928... completion: work around attribute craziness
  2906c2f... completion: destroy widget in dispose
  55273d6... buffer: remove word completion from buffer-manager
  3fc3caf... completion: move words into an attic we can use later
  79da269... vim: remove dead shortcut
  9bb9272... python: remove format provider
  c4ad5fb... python: remove use of dynamic type registration
  ee27a5e... c-pack: remove format provider
  d0837e6... c-pack: remove dynamic type registration
  9c91089... completion: add missing line text function
  f086a6d... completion: cleanup get_word helper
  7319253... completion: add g-i docs for listboxrow
  6e07988... threading: fix G-I types for task
  9c71369... gi-imports: port completion to new API
  d81f3c6... app: fix whitespace
  8eaab21... langserv: port to new completion API
  90bf584... completion: switch to IdeCompletion
  740e556... langserv: implement sorting and fix filtering
  35a44ad... ctags: remove dead code
  1607358... completion: use new completion API
  083e953... completion: remove completion compat and helpers
  378ad11... completion: dumb down completion API for Vala
  f95a4b2... completion: allow markup for LHS
  777a3d7... vala: start porting vala to new completion engine
  8e04e03... clang: speed up refilters when drilling down
  2bf24c4... vala: fixup markup building to only highlight symbol name
  4c2cf5f... vala: disable activate helper for now
  a292c81... vala: sort results after filtering
  270958c... vala: restore previous completion bits
  9eebc32... vala: fallback to full symbol name
  6d71ed8... vala: ignore length check
  86320f5... vala: condense documentation comments for completion window
  f042b13... vala: ignore . triggers in comments/strings
  e31a30a... html: remove dynamic type registration
  618da13... ctags: remove css/html from completion/highlighter
  ac78891... html: port html completion to new engine
  23cbb11... completion: add helpers to check language id
  107bc47... html: add gtk css properties for completion
  bff57de... html: enable html completion for css buffers
  7a23755... html: add : and ; to css property completion
  5c5631b... html: add some icons to completion
  ed11951... xml: remove dynamic type for completion provider
  8c561cf... xml: minimal port to new completion engine
  c1e2558... xml: add minimal refilter support
  e40cdd2... editor: add toggle-map action
  b17382b... completion: remove IdeCompletionItem
  b79a374... jedi: port to new completion engine
  996865e... completion: allow tweaking priority for completion
  3b836ce... completion: allow delivering results early
  ed21236... build: add snippets to list of plugins

(*) 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]