[gnome-builder] (104 commits) Non-fast-forward update to branch wip/elad/jedi-gir-docs
- From: Elad Alfassa <eladalfassa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] (104 commits) Non-fast-forward update to branch wip/elad/jedi-gir-docs
- Date: Sun, 8 Nov 2015 15:10:44 +0000 (UTC)
The branch 'wip/elad/jedi-gir-docs' 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:
e3ad3e6... jedi: show documentation next to completion suggestions
Commits added to the branch:
5351ed0... Updated Galician translation (cherry picked from commit bce (*)
90ca6d1... source-view: fix set_search_direction annotation (*)
5ff1447... egg: fix egg-animation annotations (*)
06e3158... log: fix ide_log_handler annotation (*)
29b23b5... Updated Lithuanian translation (*)
2f239e9... Updated Kazakh translation (cherry picked from commit 58dc6 (*)
67144b8... build: start on xdg-app definition (*)
63ab921... symbol-tree: use FALSE for boolean return (*)
ef058ab... app: update application credits (*)
eb380e6... doc: start on an xdg-app readme (*)
3cd7b24... xdg-app: allow talking to org.gnome.CodeAssist.v1.* (*)
30a2541... xdg-app: add more cachepoints (*)
a524d07... app: update credits (*)
2f5ec62... xdg-app: use pycairo instead of py2cairo (*)
a4e5295... xdg-app: check md5 of files instead of cmp (*)
abb4654... xdg-app: add debug build helper (*)
1821b4b... README: -m gnome-world not needed (*)
fa51a3e... Updated Czech translation (*)
c203c47... libide: Fix parsing indent-tabs-mode in modelines (*)
6616e53... Snippets: vala: call async function (*)
d9922c1... change naming convention for global variables (*)
3c41833... build: bump dependencies for 3.19.x (*)
1e8f2b2... keybindings: use entry instead of GtkEntry (*)
834da95... style: fix sizing of previous/next search result buttons (*)
a66c675... style: use entry instead of GtkEntry (*)
d7ce54c... style: fix header.notebook styling for gtk 3.19 (*)
36f8f1c... battery-monitor: more style clean ups (*)
a36f661... c-format-provider: more style clean ups (*)
ee289d0... ui: Remove unnecessary trailing dots from preferences UI la (*)
6eb48d5... Updated Czech translation (*)
6d45a38... libide: add iter helper for in comment or string (*)
ade9f27... jedi: use ide_completion_provider_context_in_comment_or_str (*)
7c1d26b... pygobject: add Builder.py overrides (*)
e8b52a0... libide: add IdeWorker interface and plumbing (*)
e7416d4... update gitignore (*)
9ca3f8f... jedi: require python scripting is enabled (*)
38b9dab... app: add --type and --dbus-address program options (*)
0988d83... libide: fix source view annotation (*)
4f458e3... worker: allow asynchronous creation of worker proxy (*)
40d38cb... app: access worker process via GbApplication (*)
3b0c9e2... app: kill worker process with parent (*)
107d5ff... worker: connect to signal after checking for failure (*)
70a639c... app: avoid iterating plugin list (*)
f1b2c49... libide: add note about reducing overhead in worker processe (*)
0d96135... gdbus: add basic async support to Builder.py overrides (*)
4896862... worker: add some debug code (*)
9dd4a68... libide: more debugging macros (*)
8cdf597... log: add API to get current verbosity (*)
5b3337f... worker: ensure guid is available for connection (*)
c163903... app: add logging and assertions (*)
9b82de5... app: connect to UI DBus server as authentication client (*)
70402f0... worker: invalid unix_pid returns -1, not zero. (*)
4d81d82... worker: improve tracing for connection callback (*)
5f3f362... worker: use abstract socket in /tmp/ like gio examples (*)
0a3bf3e... worker: pass verbosity logging level to subprocesses (*)
d6e7218... worker: more tracing and assertions (*)
aa386df... ctags: set log domain (*)
8d1ac65... main: add todo (*)
b21933b... worker: add tracing macros (*)
aafae7b... app: delay message processing until the worker has register (*)
9e0d0c1... style: fix search entries in panels (*)
814973c... G-I: add () around in_signature for GDBus (*)
c0bebba... jedi: perform autocompletion lookup in a subprocess (*)
c187245... thread-pool: use non-exclusive threads (*)
922e5b7... worker: ensure GDBusConnection:exit-on-close: is FALSE (*)
971b824... plugins: only load target plugin in worker process (*)
321f2f2... plugins: fix gb-plugins.h includes (*)
48d2b66... theme: track .button → button css node name changes (*)
c737ead... po: add libide/ide-worker-manager.c (*)
0393838... search-bar: track upstream gtk+ changes (*)
c7f4cb9... css: use textview to set font (*)
c58ed79... theme: use .frame instead of GtkFrame (*)
ddf238e... theme: use textview for scroll padding (*)
4907861... theme: be specific with textview padding (*)
05a062d... prefs: use a frame around chooser (*)
c60550c... source-view: use textview instead of IdeSourceView in CSS (*)
edb244a... theme: fix frame fallout in greeter window (*)
d696d47... search-bar: separator no longer necessary (*)
a614817... theme: adjust framing style in greeter window (*)
61aadc3... theme: track treeview changes in gtk+ (*)
af71f11... worker: invalid unix_pid returns -1, not zero. (*)
b3f6ac8... Updated Portuguese translation (*)
1a1d442... ide-source-view test: fix renaming of variables (*)
98c8005... source-view-movement: refactor match_special (*)
aa22a50... source-view: add a select-inner signal (*)
1c973b7... vim: add ci( ci) cib ci{ ci} ciB ci[ ci] ci< ci> (*)
1edb342... vim: add ca( ca) cab ca{ ca} caB ca[ ca] ca< ca> (*)
12e9a2c... vim: add di( di) dib di{ di} diB di[ di] di< di> (*)
eb7a76d... vim: add da( da) dab da{ da} daB da[ da] da< da> (*)
54ca9b6... vim: add vi( vi) vib vi{ vi} viB vi[ vi] vi< vi> (*)
6fc2a0b... vim: add va( va) vab va{ va} vaB va[ va] va< va> (*)
ec5d549... vim: remove unnecessary clear_count() (*)
c3158ab... source-view: add Vim quote text-objects support (*)
384c4c0... vim: add i" i' i` for c, d and v mode (*)
e26b042... vim-iter: add *_find_char with acces to the iter (*)
9445166... vim: skiping of \bound with string text-objects (*)
e82acbd... vim: add tag text-object support (*)
acad5c7... vim-iter: fix style (*)
a4abba3... vim: add 'it' and 'at' text objects keybindings (*)
cdd27cc... vim: add ctrl+c go to back to normal mode (*)
c70f435... terminal plugin: set scrollback to max (*)
7ce6ed4... source-view-movements: add find_chars_backward helper (*)
aed12e7... vim: enhance % motion (*)
125dcdd... jedi: show documentation next to completion suggestions
(*) 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]