2012-December Archive by Author
Aaron Borden
Adel Gadllah
Alban Crequy
Alberto Garcia
Alberto Ruiz
Alejandro Valdes Jimenez
Aleksander Morgado
Alexander Larsson
Alexandre Franke
Alexandre Rostovtsev
Allan Day
Amanpreet Singh Alam
Andika Triwidada
Andoni Morales Alastruey
Andreas J . Guelzow
Andreas Nilsson
Andrea Veri
Andre Klapper
Andy Spencer
Antonius Riha
Arash Mousavi
Aron Xu
Arun Raghavan
Barak Itkin
- [gegl] Deleted branch soc-2011-seamless-clone Sat Dec 01 13:49:58 GMT 2012
- [gegl] (49 commits) Created branch soc-2011-seamless-clone Sat Dec 01 13:50:33 GMT 2012
- [gegl/soc-2011-seamless-clone: 1/49] Introduce work in progress code of the Seamless Clone Operation Sat Dec 01 13:50:37 GMT 2012
- [gegl/soc-2011-seamless-clone: 2/49] Finish removing old cairo code, put most operation logic in place Sat Dec 01 13:50:42 GMT 2012
- [gegl/soc-2011-seamless-clone: 3/49] Add the necessary automake files and modiy configure.ac. Still needs work Sat Dec 01 13:50:47 GMT 2012
- [gegl/soc-2011-seamless-clone: 4/49] Fix warnings of all types - compiler and autotools Sat Dec 01 13:50:52 GMT 2012
- [gegl/soc-2011-seamless-clone: 5/49] More small fixed for autotools and code Sat Dec 01 13:50:57 GMT 2012
- [gegl/soc-2011-seamless-clone: 6/49] Lots of bug fixing, the operations now works Sat Dec 01 13:51:02 GMT 2012
- [gegl/soc-2011-seamless-clone: 7/49] Optimize calculation area, fix wrong sampling list calculation, cache colors Sat Dec 01 13:51:07 GMT 2012
- [gegl/soc-2011-seamless-clone: 8/49] Don't do malloc for the entire paste - sample it instead Sat Dec 01 13:51:12 GMT 2012
- [gegl/soc-2011-seamless-clone: 9/49] Work in gamma corrected RGB to get much better results! Sat Dec 01 13:51:17 GMT 2012
- [gegl/soc-2011-seamless-clone: 10/49] Also build the poly2tri-c command line program (p2tc) Sat Dec 01 13:51:22 GMT 2012
- [gegl/soc-2011-seamless-clone: 11/49] Introduce a new WIP two-step seamless-cloning procedure Sat Dec 01 13:51:27 GMT 2012
- [gegl/soc-2011-seamless-clone: 12/49] Remove accidently pasted text from Makefile.am and fix the build Sat Dec 01 13:51:32 GMT 2012
- [gegl/soc-2011-seamless-clone: 13/49] Fix seamless-clone-prepare to save the result, rename things in render Sat Dec 01 13:51:37 GMT 2012
- [gegl/soc-2011-seamless-clone: 14/49] Extract a function to do the preprocessing for the mesh rendering Sat Dec 01 13:51:42 GMT 2012
- [gegl/soc-2011-seamless-clone: 15/49] Make the two-step seamless clone realtime! Sat Dec 01 13:51:47 GMT 2012
- [gegl/soc-2011-seamless-clone: 16/49] Handle most cases where parts of the paste are outside the background Sat Dec 01 13:51:52 GMT 2012
- [gegl/soc-2011-seamless-clone: 17/49] Rename GEGL_INTERPOLATION_* according to commit 500bef586 Sat Dec 01 13:51:58 GMT 2012
- [gegl/soc-2011-seamless-clone: 18/49] Make the refinement limitation a function argument Sat Dec 01 13:52:02 GMT 2012
- [gegl/soc-2011-seamless-clone: 19/49] Process the buffer in tiles instead of whole at once Sat Dec 01 13:52:10 GMT 2012
- [gegl/soc-2011-seamless-clone: 20/49] Remove code duplication between the seamless-clone operations Sat Dec 01 13:52:13 GMT 2012
- [gegl/soc-2011-seamless-clone: 21/49] Add missing .gitignore files Sat Dec 01 13:52:18 GMT 2012
- [gegl/soc-2011-seamless-clone: 22/49] Fix the code to remove compiler warnings Sat Dec 01 13:52:23 GMT 2012
- [gegl/soc-2011-seamless-clone: 23/49] Update the operations to match changes in the master branch Sat Dec 01 13:52:28 GMT 2012
- [gegl/soc-2011-seamless-clone: 24/49] More updates to match the changes from master Sat Dec 01 13:52:33 GMT 2012
- [gegl/soc-2011-seamless-clone: 25/49] Update the seamless-clone operation to use the new poly2tri-c lib Sat Dec 01 13:52:38 GMT 2012
- [gegl/soc-2011-seamless-clone: 26/49] Don't do the preprocessing twice if the aux buffer hasn't changed Sat Dec 01 13:52:43 GMT 2012
- [gegl/soc-2011-seamless-clone: 27/49] Fix the seamless-clone operation to work with GLib 2.28 Sat Dec 01 13:52:48 GMT 2012
- [gegl/soc-2011-seamless-clone: 28/49] Update the calls according to commit 1ad729e of poly2tri-c Sat Dec 01 13:52:53 GMT 2012
- [gegl/soc-2011-seamless-clone: 29/49] Several small fixes to the all-in-one seamless clone op Sat Dec 01 13:52:58 GMT 2012
- [gegl/soc-2011-seamless-clone: 30/49] Fix the offset handling of the seamless cloning Sat Dec 01 13:53:03 GMT 2012
- [gegl/soc-2011-seamless-clone: 31/49] Rewrite the outline finding algorithm for seamless clone operation Sat Dec 01 13:53:08 GMT 2012
- [gegl/soc-2011-seamless-clone: 32/49] Allow GEGL to be built without poly2tri-c, disabling the seamless clone op Sat Dec 01 13:53:13 GMT 2012
- [gegl/soc-2011-seamless-clone: 33/49] Remove unused code Sat Dec 01 13:53:18 GMT 2012
- [gegl/soc-2011-seamless-clone: 34/49] Handle many error cases in the outline finding for seamless cloning Sat Dec 01 13:53:23 GMT 2012
- [gegl/soc-2011-seamless-clone: 35/49] Report preprocessing error messages in the seamless clone operation Sat Dec 01 13:53:28 GMT 2012
- [gegl/soc-2011-seamless-clone: 36/49] Update the seamless cloning operation to match commit 6f0ce58 of poly2tri-c Sat Dec 01 13:53:33 GMT 2012
- [gegl/soc-2011-seamless-clone: 37/49] Add a seamless cloning composite operation Sat Dec 01 13:53:39 GMT 2012
- [gegl/soc-2011-seamless-clone: 38/49] Add a local copy of poly2tri-c for use by seamless-cloning as a fallback Sat Dec 01 13:53:45 GMT 2012
- [gegl/soc-2011-seamless-clone: 39/49] Document the inclusion of Poly2Tri-C (Using the New-BSD license) in GEGL Sat Dec 01 13:53:48 GMT 2012
- [gegl/soc-2011-seamless-clone: 40/49] Fix wrong node connection order in gegl:seamless-clone-compose Sat Dec 01 13:53:53 GMT 2012
- [gegl/soc-2011-seamless-clone: 41/49] Work in progress to extract the seamless cloning into a standard API Sat Dec 01 13:53:58 GMT 2012
- [gegl/soc-2011-seamless-clone: 42/49] Make it compile and fix a critical error with the ScColor type Sat Dec 01 13:54:03 GMT 2012
- [gegl/soc-2011-seamless-clone: 43/49] Allow an ScContext object to be efficiently updated to a new input Sat Dec 01 13:54:08 GMT 2012
- [gegl/soc-2011-seamless-clone: 44/49] Small fixes to variables lacking initialization Sat Dec 01 13:54:13 GMT 2012
- [gegl/soc-2011-seamless-clone: 45/49] Remove unused (programmatic) seamless cloning ops and update the main op Sat Dec 01 13:54:18 GMT 2012
- [gegl/soc-2011-seamless-clone: 46/49] Prevent problems when creating samples lists for small pastes Sat Dec 01 13:54:23 GMT 2012
- [gegl/soc-2011-seamless-clone: 47/49] Make sure the seamless cloning gets updated on each change Sat Dec 01 13:54:28 GMT 2012
- [gegl/soc-2011-seamless-clone: 48/49] Allow points on the boundry of the area not to use a sample list Sat Dec 01 13:54:34 GMT 2012
- [gegl/soc-2011-seamless-clone: 49/49] Respect the threshold parameter when finding the outline Sat Dec 01 13:54:39 GMT 2012
- [gegl/soc-2011-seamless-clone] Expose the seamless cloning API Sat Dec 08 13:23:40 GMT 2012
- [gegl/soc-2011-seamless-clone] Rename the exported seamless cloning api (Begin with GeglSc, not just Sc) Sat Dec 08 13:23:45 GMT 2012
- [gimp] Deleted branch soc-2011-seamless-clone2 Sat Dec 08 17:15:32 GMT 2012
- [gimp] (13 commits) Created branch soc-2011-seamless-clone2 Sat Dec 08 17:16:29 GMT 2012
- [gimp/soc-2011-seamless-clone2: 1/13] Add a skeleton for the seamless clone tool, based on the cage tool Sat Dec 08 17:16:33 GMT 2012
- [gimp/soc-2011-seamless-clone2: 2/13] commit of a WIP, introducing some of the actual tool logic Sat Dec 08 17:16:39 GMT 2012
- [gimp/soc-2011-seamless-clone2: 3/13] Another WIP commit. It now compiles, and runs with no runtime errors. Sat Dec 08 17:16:43 GMT 2012
- [gimp/soc-2011-seamless-clone2: 4/13] Another WIP commit. There is a known tile manager leak, rest is OK Sat Dec 08 17:16:48 GMT 2012
- [gimp/soc-2011-seamless-clone2: 5/13] Image map interaction works, and so are movement and drawing Sat Dec 08 17:16:53 GMT 2012
- [gimp/soc-2011-seamless-clone2: 6/13] Fix bug in tilemanager unreffing and support committing the result Sat Dec 08 17:16:59 GMT 2012
- [gimp/soc-2011-seamless-clone2: 7/13] Quick-Fix to the previous commit - return the right value on key press Sat Dec 08 17:17:03 GMT 2012
- [gimp/soc-2011-seamless-clone2: 8/13] Add work in progress for preprocessing before rendering the op Sat Dec 08 17:17:09 GMT 2012
- [gimp/soc-2011-seamless-clone2: 9/13] Fix the preprocessing. It now works without UV caching. Sat Dec 08 17:17:14 GMT 2012
- [gimp/soc-2011-seamless-clone2: 10/13] Fix the the preview to redraw correctly! Also clean-up the code Sat Dec 08 17:17:19 GMT 2012
- [gimp/soc-2011-seamless-clone2: 11/13] Make the seamless clone tool compile again (update on API changes) Sat Dec 08 17:17:24 GMT 2012
- [gimp/soc-2011-seamless-clone2: 12/13] Make gimp use the all in one seamless clone GEGL operation Sat Dec 08 17:17:29 GMT 2012
- [gimp/soc-2011-seamless-clone2: 13/13] Fix: The offset for seamless cloning should be relative to the drawable Sat Dec 08 17:17:34 GMT 2012
Bastien Nocera
Baurzhan Muftakhidinov
Behdad Esfahbod
Benjamin Otte
Brian Manning
Bruno Coudoin
Carlos Garcia Campos
Carlos Soriano
Chandni Verma
Christian Kirbach
Christian Persch
Christophe Dumez
Christophe Fergeau
Chun-wei Fan
Claude Paroz
Claudio Saavedra
Colin Walters
- [gjs] gi: Add a nicer toString() for boxed objects too Sat Dec 01 20:48:37 GMT 2012
- [gjs] build: Use -Bsymbolic-functions by default if available Sat Dec 01 20:49:06 GMT 2012
- [libgsystem] Import GSubprocess as GSSubprocess Sat Dec 01 21:56:49 GMT 2012
- [ostree] cleanup: Rebase spawn API on top of libgsystem GSSubprocess Sat Dec 01 21:56:59 GMT 2012
- [gnome-ostree] Created branch wip/gjs Sun Dec 02 19:04:34 GMT 2012
- [gnome-ostree/wip/gjs] Some initial experimentation with using gjs Sun Dec 02 19:04:39 GMT 2012
- [libgsystem] fileutils: Add API to mmap() a file using O_NOATIME Sun Dec 02 20:19:16 GMT 2012
- [ostree] core: Use mmap() with O_NOATIME if merely reading archive-z2 entries Sun Dec 02 20:22:14 GMT 2012
- [gobject-introspection] WarnLib: New library for testing API that emits warnings Sun Dec 02 21:25:46 GMT 2012
- [libgsystem] shutil: Ensure we create directories with correct mode Mon Dec 03 04:03:02 GMT 2012
- [ostree] Update to latest libgsystem Mon Dec 03 04:03:34 GMT 2012
- [libgsystem] localalloc: Rename macros Mon Dec 03 17:06:10 GMT 2012
- [ostree] Update to the latest libgsystem Mon Dec 03 17:06:28 GMT 2012
- [gdm] (10 commits) Created branch wip/modernize Mon Dec 03 19:33:04 GMT 2012
- [gdm/wip/modernize: 1/10] configure: Require GLib 2.35.0 Mon Dec 03 19:33:08 GMT 2012
- [gdm/wip/modernize: 2/10] build: Don't automatically use _FORTIFY_SOURCE Mon Dec 03 19:33:13 GMT 2012
- [gdm/wip/modernize: 3/10] Remove handling of SIGSEGV/SIGFPE/SIGILL etc. Mon Dec 03 19:33:18 GMT 2012
- [gdm/wip/modernize: 4/10] gdm-crash-logger: Delete Mon Dec 03 19:33:23 GMT 2012
- [gdm/wip/modernize: 5/10] Port to g_unix_signal_add(), drop GdmSignalHandler Mon Dec 03 19:33:28 GMT 2012
- [gdm/wip/modernize: 6/10] Drop calls to g_type_init()/g_thread_init() Mon Dec 03 19:33:33 GMT 2012
- [gdm/wip/modernize: 7/10] gdm-md5: Delete Mon Dec 03 19:33:38 GMT 2012
- [gdm/wip/modernize: 8/10] gdm-common: Drop some dead code Mon Dec 03 19:33:43 GMT 2012
- [gdm/wip/modernize: 9/10] smartcard: Port to g_thread_new() Mon Dec 03 19:33:48 GMT 2012
- [gdm/wip/modernize: 10/10] gui/simple-greeter: Fix minor compiler warnings Mon Dec 03 19:33:53 GMT 2012
- [gdm] configure: Require GLib 2.35.0 Mon Dec 03 22:17:09 GMT 2012
- [gdm] build: Don't automatically use _FORTIFY_SOURCE Mon Dec 03 22:17:13 GMT 2012
- [gdm] Drop calls to g_type_init()/g_thread_init() Mon Dec 03 22:17:18 GMT 2012
- [gdm] gdm-md5: Delete Mon Dec 03 22:17:23 GMT 2012
- [gdm] gdm-common: Drop some dead code Mon Dec 03 22:17:28 GMT 2012
- [gdm] smartcard: Port to g_thread_new() Mon Dec 03 22:17:33 GMT 2012
- [gdm] gui/simple-greeter: Fix minor compiler warnings Mon Dec 03 22:17:39 GMT 2012
- [gjs] ABI CHANGE: Switch String -> uint8 array coercion to be UTF8 Tue Dec 04 21:48:53 GMT 2012
- [pango] build: Use -Bsymbolic-functions by default if available Tue Dec 04 23:11:41 GMT 2012
- [gjs] strings: Avoid copy of utf16 data in case where g_mem_is_system_malloc() Tue Dec 04 23:28:57 GMT 2012
- [gnome-ostree] manifest: Move dconf before ibus Wed Dec 05 03:29:31 GMT 2012
- [gnome-ostree] ibus: Disable dconf for now Wed Dec 05 03:46:33 GMT 2012
- [gnome-ostree] build: Write out stub passwd/group files so that getpwuid() works Wed Dec 05 14:38:31 GMT 2012
- [gnome-ostree] ibus: Reenable dconf Wed Dec 05 14:38:36 GMT 2012
- [glib] gobject: Use local variable names in macros less likely to clash Wed Dec 05 18:31:02 GMT 2012
- [glib] gdbusobjectskeleton: Fix compiler warnings Wed Dec 05 18:31:07 GMT 2012
- [gobject-introspection] build: Use -Bsymbolic-functions by default if available Wed Dec 05 19:06:38 GMT 2012
- [gnome-ostree] Deleted branch wip/gjs Wed Dec 05 19:20:36 GMT 2012
- [gnome-ostree] (2 commits) Created branch wip/gjs Wed Dec 05 19:20:45 GMT 2012
- [gnome-ostree/wip/gjs: 1/2] install: Update moduleset to reflect dependency on gjs Wed Dec 05 19:20:46 GMT 2012
- [gnome-ostree/wip/gjs: 2/2] Some initial experimentation with using gjs Wed Dec 05 19:20:46 GMT 2012
- [libgd] GdMainViewGeneric: Fix missing return value Wed Dec 05 19:28:14 GMT 2012
- [gnome-documents] gnome-documents.in: Use shorter syntax for LD_LIBRARY_PATH etc. fiddling Wed Dec 05 19:39:35 GMT 2012
- [gnome-documents] gnome-documents.in: Don't leave shell interpreter hanging around Wed Dec 05 19:39:40 GMT 2012
- [gobject-introspection] tests: Fix up WarnLib build, remove accidental additions to regress.c Wed Dec 05 20:43:32 GMT 2012
- [gnome-documents] application.js: Set import versions Wed Dec 05 23:31:24 GMT 2012
- [gnome-ostree-integration] tmpfiles-gnome-ostree.conf: New file, used to ensure /var/log/journal exists Thu Dec 06 03:46:24 GMT 2012
- [gnome-ostree] manifest: Tag xorg-driver-xf86-video-intel back to working version Thu Dec 06 18:08:43 GMT 2012
- [gnome-ostree] install: Update moduleset to reflect future dependency on gjs Thu Dec 06 20:56:52 GMT 2012
- [gnome-ostree] ostree.modules: Include gtk-doc-stub, gnome-common; fix spidermonkey Thu Dec 06 21:19:30 GMT 2012
- [gjs] build: Allow disabling cairo Thu Dec 06 22:02:27 GMT 2012
- [gnome-ostree] ostree.modules: Disable cairo support for gjs Thu Dec 06 22:02:56 GMT 2012
- [gnome-ostree] Deleted branch wip/gjs Thu Dec 06 22:35:28 GMT 2012
- [gnome-ostree] (2 commits) Created branch wip/gjs Thu Dec 06 22:35:31 GMT 2012
- [gnome-ostree/wip/gjs: 1/2] Depend on gjs, rewrite autobuilder.py using it Thu Dec 06 22:35:31 GMT 2012
- [gnome-ostree/wip/gjs: 2/2] gnome-ostree.js: Set GIO_USE_VFS=1 Thu Dec 06 22:35:33 GMT 2012
- [gnome-ostree] Deleted branch wip/gjs Thu Dec 06 22:37:29 GMT 2012
- [gnome-ostree] (2 commits) Created branch wip/gjs Thu Dec 06 22:37:38 GMT 2012
- [gnome-ostree/wip/gjs: 1/2] autogen: Use set -e so we actually error out on failure Thu Dec 06 22:37:43 GMT 2012
- [gnome-ostree/wip/gjs: 2/2] Depend on gjs, rewrite autobuilder.py using it Thu Dec 06 22:37:48 GMT 2012
- [gnome-ostree/wip/gjs] ostbuild-js.in: Use correct shell variable extensions Thu Dec 06 23:29:22 GMT 2012
- [gnome-ostree] (3 commits) ...ostbuild-js.in: Use correct shell variable extensions Thu Dec 06 23:42:14 GMT 2012
- [gnome-documents] gnome-documents.in: Fix previous commit Fri Dec 07 00:26:39 GMT 2012
- [gnome-ostree] jsondb: Ensure we return null if we have nothing to return Fri Dec 07 00:33:49 GMT 2012
- [caribou] caribou-preferences: Fix expansion of LD_LIBRARY_PATH Fri Dec 07 02:48:09 GMT 2012
- [gnome-ostree] Delete run-qemu command Fri Dec 07 03:01:59 GMT 2012
- [gnome-ostree] Drop repoweb-json Fri Dec 07 03:02:00 GMT 2012
- [libgsystem] GSSubprocess: Annotate _new_simple_argv Fri Dec 07 13:29:55 GMT 2012
- [gnome-ostree] autobuilder: Default autoupdate-self to on Fri Dec 07 13:31:09 GMT 2012
- [gnome-ostree] build: Drop ref to deleted privhelper-run-qemu Fri Dec 07 13:39:43 GMT 2012
- [gnome-ostree] build: Also drop reference to repoweb-json Fri Dec 07 13:39:50 GMT 2012
- [pango] Drop last use of deprecated G_CONST_RETURN Fri Dec 07 15:34:02 GMT 2012
- [gnome-ostree] snapshot.js: Correctly traverse components Fri Dec 07 15:57:54 GMT 2012
- [gtk+] Fix build by un-translating org.gtk.Settings.FileChooser Fri Dec 07 19:14:55 GMT 2012
- [gnome-ostree] manifest: Tag evolution-data-server Fri Dec 07 22:38:02 GMT 2012
- [ostree] admin: Process newly added config files recursively Sat Dec 08 00:13:25 GMT 2012
- [libgnome-volume-control] build: use correct -I$(srcdir) Sat Dec 08 18:37:09 GMT 2012
- [gnome-shell] gvc: Update git submodule Sat Dec 08 18:40:32 GMT 2012
- [libgsystem] Introspection fixes, use --warn-error Sat Dec 08 18:47:14 GMT 2012
- [gnome-ostree] Created branch wip/gjs-round2 Sat Dec 08 18:56:46 GMT 2012
- [gnome-ostree/wip/gjs-round2] Rewrite checkout in gjs Sat Dec 08 18:56:47 GMT 2012
- [ostree] Deleted branch easy-fixes Sun Dec 09 20:14:45 GMT 2012
- [ostree] Deleted branch easy-fixes2 Sun Dec 09 20:14:49 GMT 2012
- [ostree] Deleted branch wip/etc-writable Sun Dec 09 20:15:05 GMT 2012
- [ostree] Deleted branch wip/ostbuild-v2 Sun Dec 09 20:15:17 GMT 2012
- [ostree] Deleted branch wip/ostbuild-v3 Sun Dec 09 20:15:20 GMT 2012
- [ostree] Deleted branch wip/packfile Sun Dec 09 20:15:32 GMT 2012
- [ostree] Deleted branch wip/packfile-rebase2 Sun Dec 09 20:15:36 GMT 2012
- [ostree] Deleted branch wip/archive-v2 Sun Dec 09 20:15:46 GMT 2012
- [ostree] Deleted branch wip/archive-v3 Sun Dec 09 20:15:51 GMT 2012
- [ostree] Deleted branch wip/error-handling Sun Dec 09 20:16:00 GMT 2012
- [gnome-ostree/wip/gjs-round2] build: Delete import-tree builtin Sun Dec 09 21:32:05 GMT 2012
- [gnome-ostree/wip/gjs-round2] Drop deploy-root builtin Sun Dec 09 21:32:05 GMT 2012
- [gnome-ostree/wip/gjs-round2] Port "prefix" command to gjs Sun Dec 09 21:32:05 GMT 2012
- [gnome-ostree/wip/gjs-round2] Port resolve to gjs Sun Dec 09 21:32:05 GMT 2012
- [gnome-ostree/wip/gjs-round2] Port git-mirror to gjs Sun Dec 09 21:32:05 GMT 2012
- [libgsystem] Add API to create a directory with mode Sun Dec 09 22:05:45 GMT 2012
- [ostree] admin init-fs: New builtin Sun Dec 09 22:05:53 GMT 2012
- [gnome-ostree/wip/gjs-round2] ostbuild-qemu-pull-deploy: Shell script extracted from privhelper-deploy-qemu Mon Dec 10 00:00:52 GMT 2012
- [gnome-ostree/wip/gjs-round2] Drop source-diff builtin Mon Dec 10 00:00:57 GMT 2012
- [gnome-ostree/wip/gjs-round2] Work on porting build to gjs Mon Dec 10 00:01:03 GMT 2012
- [evolution-data-server] Make ENamedParameters a fully boxed type Mon Dec 10 19:54:14 GMT 2012
- [libgsystem] fileutils: Add API to map a file readonly and to chmod Mon Dec 10 19:59:48 GMT 2012
- [gnome-ostree] manifest: Untag evolution-data-server Mon Dec 10 20:00:51 GMT 2012
- [gobject-introspection] scanner: Warn if we're missing (element-type) for GPtrArray Mon Dec 10 22:20:25 GMT 2012
- [gjs] tests: Add a test for importing a module which uses literal UTF-8 Mon Dec 10 23:39:58 GMT 2012
- [gjs] value: Avoid a copy/free when setting a string property Mon Dec 10 23:40:03 GMT 2012
- [glib] Make GChecksum more fully introspectable Tue Dec 11 01:10:48 GMT 2012
- [glib] gobject.symbols: Update for g_checksum_get_type() Tue Dec 11 01:33:23 GMT 2012
- [libgsystem] subprocess: Annotate _set_environment() Tue Dec 11 04:06:38 GMT 2012
- [gnome-ostree] Deleted branch wip/gjs-round2 Tue Dec 11 04:16:21 GMT 2012
- [gnome-ostree/wip/gjs-round2: 1/9] Rewrite checkout in gjs Tue Dec 11 04:16:25 GMT 2012
- [gnome-ostree/wip/gjs-round2: 4/9] Port git-mirror to gjs Tue Dec 11 04:16:25 GMT 2012
- [gnome-ostree] (9 commits) Created branch wip/gjs-round2 Tue Dec 11 04:16:25 GMT 2012
- [gnome-ostree/wip/gjs-round2: 2/9] Port "prefix" command to gjs Tue Dec 11 04:16:25 GMT 2012
- [gnome-ostree/wip/gjs-round2: 6/9] Port resolve to gjs Tue Dec 11 04:16:26 GMT 2012
- [gnome-ostree/wip/gjs-round2: 7/9] ostbuild-qemu-pull-deploy: Shell script extracted from privhelper-deploy-qemu Tue Dec 11 04:16:26 GMT 2012
- [gnome-ostree/wip/gjs-round2: 3/9] build: Delete import-tree builtin Tue Dec 11 04:16:26 GMT 2012
- [gnome-ostree/wip/gjs-round2: 5/9] Drop deploy-root builtin Tue Dec 11 04:16:26 GMT 2012
- [gnome-ostree/wip/gjs-round2: 9/9] Port build to gjs Tue Dec 11 04:16:28 GMT 2012
- [gnome-ostree/wip/gjs-round2: 8/9] Drop source-diff builtin Tue Dec 11 04:16:28 GMT 2012
- [libgsystem] GSSubprocess: Fix annotations Tue Dec 11 17:09:14 GMT 2012
- [gnome-ostree] Deleted branch wip/gjs-round2 Tue Dec 11 17:10:45 GMT 2012
- [gnome-ostree] (10 commits) Created branch wip/gjs-round2 Tue Dec 11 17:10:56 GMT 2012
- [gnome-ostree/wip/gjs-round2: 1/10] Rewrite checkout in gjs Tue Dec 11 17:11:01 GMT 2012
- [gnome-ostree/wip/gjs-round2: 2/10] Port "prefix" command to gjs Tue Dec 11 17:11:08 GMT 2012
- [gnome-ostree/wip/gjs-round2: 3/10] build: Delete import-tree builtin Tue Dec 11 17:11:11 GMT 2012
- [gnome-ostree/wip/gjs-round2: 4/10] Port git-mirror to gjs Tue Dec 11 17:11:16 GMT 2012
- [gnome-ostree/wip/gjs-round2: 5/10] Drop deploy-root builtin Tue Dec 11 17:11:21 GMT 2012
- [gnome-ostree/wip/gjs-round2: 6/10] Port resolve to gjs Tue Dec 11 17:11:27 GMT 2012
- [gnome-ostree/wip/gjs-round2: 7/10] ostbuild-qemu-pull-deploy: Shell script extracted from privhelper-deploy-qemu Tue Dec 11 17:11:32 GMT 2012
- [gnome-ostree/wip/gjs-round2: 8/10] Drop source-diff builtin Tue Dec 11 17:11:37 GMT 2012
- [gnome-ostree/wip/gjs-round2: 9/10] Port build to gjs Tue Dec 11 17:11:42 GMT 2012
- [gnome-ostree/wip/gjs-round2: 10/10] Finish port to gjs Tue Dec 11 17:11:47 GMT 2012
- [glib] g_unix_open_pipe: Add missing F_SETFD Wed Dec 12 13:05:59 GMT 2012
- [gobject-introspection] common.mk: escape $CC in quotes Wed Dec 12 13:07:33 GMT 2012
- [gnome-session] rename session-save to -quit in man page Wed Dec 12 13:46:09 GMT 2012
- [gnome-ostree/wip/gjs-round2] build: Drop reference to deleted file Wed Dec 12 22:34:01 GMT 2012
- [gnome-ostree/wip/gjs-round2] vcs: Add missing cancellable Wed Dec 12 22:34:02 GMT 2012
- [gnome-ostree/wip/gjs-round2] ostbuild: log() -> print() Wed Dec 12 22:37:20 GMT 2012
- [gnome-ostree/wip/gjs-round2] jsondb: Add missing GSystem import Thu Dec 13 00:50:18 GMT 2012
- [gnome-ostree/wip/gjs-round2] gitmirror: Need to also mirror base system Thu Dec 13 18:07:00 GMT 2012
- [gnome-ostree/wip/gjs-round2] build: Correctly build the base Thu Dec 13 18:07:01 GMT 2012
- [libgsystem] fileutils: Use quarks for cached paths Thu Dec 13 20:17:27 GMT 2012
- [ostree] Update libgsystem Thu Dec 13 20:20:16 GMT 2012
- [ostree] core: Clean up tmpfile creation code Thu Dec 13 20:20:17 GMT 2012
- [libsoup] SoupConnection: Quiet a (mistaken) compiler warning Fri Dec 14 21:33:46 GMT 2012
- [gnome-ostree/wip/gjs-round2] prefix: Update for new main() execution Fri Dec 14 21:47:56 GMT 2012
- [gnome-ostree/wip/gjs-round2] ostree.modules: Add libsoup Fri Dec 14 21:49:16 GMT 2012
- [gnome-ostree/wip/gjs-round2] jsondb: Ensure we have snapshots directory Fri Dec 14 22:39:57 GMT 2012
- [gnome-ostree/wip/gjs-round2] qemu-pull-deploy: Actually move image into place when done making it Fri Dec 14 22:42:32 GMT 2012
- [gnome-ostree/wip/gjs-round2] build: Fix setuid files variable ref Sat Dec 15 11:43:48 GMT 2012
- [gnome-ostree/wip/gjs-round2] procutil: Clean up context creation a bit Sat Dec 15 11:51:33 GMT 2012
- [gnome-ostree/wip/gjs-round2] build: Log when we we're starting some processes Sat Dec 15 12:22:48 GMT 2012
- [gnome-ostree/wip/gjs-round2] build: Reduce number of jobs to CPUS + 1, use make -l too Sat Dec 15 12:28:36 GMT 2012
- [gnome-ostree/wip/gjs-round2] build: Fix bad print() which was outputting NaN Sat Dec 15 14:18:28 GMT 2012
- [ostree] Created branch wip/kernel Sat Dec 15 14:18:49 GMT 2012
- [ostree/wip/kernel] kernel: wip Sat Dec 15 14:18:54 GMT 2012
- [glib/wip/task] GTask: Add g_task_set_scheduling() Sat Dec 15 14:56:23 GMT 2012
- [glib/wip/task] GOutputStream: Fix a compiler warning Sat Dec 15 14:56:28 GMT 2012
- [gnome-ostree/wip/gjs-round2] task: Limit retained tasks to 10 for now Sat Dec 15 16:06:09 GMT 2012
- [gnome-ostree: 27/27] ostree.modules: Don't disable GLib tests Sat Dec 15 20:55:49 GMT 2012
- [gnome-ostree] (27 commits) ...ostree.modules: Don't disable GLib tests Sat Dec 15 20:55:49 GMT 2012
- [gnome-ostree] autobuilder: Drop deleted --skip-vcs-matches argument for build Sat Dec 15 21:00:14 GMT 2012
- [gnome-session] main: change exit value of --version from 1 to 0 Sat Dec 15 21:17:56 GMT 2012
- [gnome-ostree] qemu_pull_deploy.js: Delete, it's obsoleted Sat Dec 15 22:07:30 GMT 2012
- [gnome-ostree] repoweb: Import changes from Andreas Nilsson Sat Dec 15 22:53:05 GMT 2012
- [gnome-ostree] repoweb: Fix bad variable ref Sat Dec 15 22:54:56 GMT 2012
- [gnome-ostree] repoweb: A few more tweaks Sat Dec 15 23:08:00 GMT 2012
- [ostree] Deleted branch wip/kernel Sun Dec 16 22:22:02 GMT 2012
- [gnome-ostree] git-mirror: Ensure we fetch base too Sun Dec 16 23:10:19 GMT 2012
- [gobject-introspection] repo: Drop deprecated GStaticMutex usage Mon Dec 17 14:57:36 GMT 2012
- [gnome-ostree] autobuilder: Fix various bugs in resolve scheduling Mon Dec 17 20:18:36 GMT 2012
- [gnome-ostree] repoweb: src/ and work/ are rel=external links Mon Dec 17 20:19:30 GMT 2012
- [dconf] writer: Fix typo causing segfaults on service shutdown Mon Dec 17 21:15:47 GMT 2012
- [gobject-introspection] Release 1.35.3 Tue Dec 18 16:40:31 GMT 2012
- [gobject-introspection] Created tag GOBJECT_INTROSPECTION_1_35_3 Tue Dec 18 16:40:36 GMT 2012
- [gjs] Release 1.35.3 Tue Dec 18 16:43:50 GMT 2012
- [gjs] Created tag GJS_1_35_3 Tue Dec 18 16:43:55 GMT 2012
- [glib] Add g_get_num_processors() Tue Dec 18 18:14:58 GMT 2012
- [glib] GOutputStream: Fix a compiler warning Tue Dec 18 18:21:33 GMT 2012
- [gnome-ostree] checkout: Add missing cancellable arg Tue Dec 18 21:08:27 GMT 2012
- [gnome-ostree] autobuilder: Actually install a fetch timeout again Tue Dec 18 21:08:27 GMT 2012
- [gnome-ostree] manifest: Add gnome-shell-extensions Wed Dec 19 12:37:28 GMT 2012
- [gnome-ostree] manifest: Mark linux-user-chroot as a setuid binary Wed Dec 19 13:59:39 GMT 2012
- [gnome-ostree] build: Fixes for needs-rebuild computation Wed Dec 19 13:59:39 GMT 2012
- [gnome-ostree] manifest: Untag libx11 Wed Dec 19 14:22:04 GMT 2012
- [gnome-ostree] manifest: Untag libxml2 Wed Dec 19 14:22:08 GMT 2012
- [libgsystem] GSSubprocess: Add missing cancellable argument Fri Dec 21 02:14:56 GMT 2012
- [ostree] core: Allow creating tempfile without associated output stream Fri Dec 21 02:15:16 GMT 2012
- [ostree] Update to latest libgsystem Fri Dec 21 02:15:21 GMT 2012
- [ostree] OtWorkerQueue: Don't exit until we've fulfilled initial requests Fri Dec 21 14:42:40 GMT 2012
- [ostree] core: Pick better names for tmpfiles if no prefix given Fri Dec 21 16:33:24 GMT 2012
- [ostree] build: Set libsoup min/max defines Fri Dec 21 16:33:29 GMT 2012
- [ostree] core: Use new libgsystem GSSubprocess API Fri Dec 21 16:55:57 GMT 2012
- [ostree] admin: Support installing a kernel from the tree, default to it Fri Dec 21 19:13:39 GMT 2012
- [ostree] admin: Rework /ostree/deploy to support multiple independent operating systems Fri Dec 21 19:13:44 GMT 2012
- [libgsystem] GSSubprocess: Add new helper API to synchronously spawn Fri Dec 21 19:15:05 GMT 2012
- [gnome-ostree] build-yocto: Do the commit from here, rather than inside yocto buildsystem Fri Dec 21 19:20:31 GMT 2012
- [gnome-ostree] build: Compute yocto build status inside build.js, not script Fri Dec 21 21:30:48 GMT 2012
- [gnome-ostree] ostree-qemu-pull-deploy: Update to match ostree git Sat Dec 22 00:44:37 GMT 2012
- [gnome-ostree] build: Only keep one cached buildroot around, not two Sat Dec 22 19:41:08 GMT 2012
- [gnome-ostree] Deleted branch wip/move-vala-earlier Sat Dec 22 19:55:26 GMT 2012
- [gnome-ostree] Deleted branch wip/systemd Sat Dec 22 19:55:26 GMT 2012
- [gnome-ostree] Deleted branch wip/autobuilder Sat Dec 22 19:55:27 GMT 2012
- [gnome-ostree] Deleted branch wip/integrated-build Sat Dec 22 19:55:28 GMT 2012
- [ostree] admin: Add new run-triggers command Sat Dec 22 19:55:51 GMT 2012
- [gnome-ostree] README-build: Update a bit to be more modern. Sun Dec 23 16:13:33 GMT 2012
- [ostree] pull: Use a basic exponential moving average for bytes/sec Sun Dec 23 21:05:44 GMT 2012
- [ostree] pull: Fix a race condition causing an early exit Sun Dec 23 22:22:09 GMT 2012
- [ostree] Release 2012.13 Sun Dec 23 22:45:39 GMT 2012
- [ostree] Created tag v2012.13 Sun Dec 23 22:45:44 GMT 2012
- [gnome-ostree] Release 2012.4 Sun Dec 23 23:08:16 GMT 2012
- [gnome-ostree] Created tag v2012.4 Sun Dec 23 23:08:17 GMT 2012
- [gnome-ostree] manifest: Tag colord back to commit before hard dependency on argyllcms Mon Dec 24 16:08:11 GMT 2012
- [gnome-ostree] manifest: Tag netfilter Tue Dec 25 23:07:33 GMT 2012
- [gnome-ostree] manifest: Tag libgee Wed Dec 26 00:32:38 GMT 2012
- [gnome-ostree] Update dracut patch for latest deployment model Wed Dec 26 23:36:24 GMT 2012
- [gnome-ostree] Untag libgee Wed Dec 26 23:36:29 GMT 2012
- [at-spi2-core] build: Fix srcdir != builddir Fri Dec 28 00:06:19 GMT 2012
- [gobject-introspection] tests/annotationparser: Drop Python API usage down to 2.6, not 2.7 Sun Dec 30 06:58:08 GMT 2012
- [linux-user-chroot] Use MS_MOVE of / rather than chroot() Sun Dec 30 12:11:44 GMT 2012
Colin Watson
Cosimo Cecchi
- [gnome-shell] (33 commits) Created branch wip/re-search-v2 Mon Dec 03 09:57:07 GMT 2012
- [gnome-shell/wip/re-search-v2: 1/33] overview: fix workspace view scrolling regression Mon Dec 03 09:57:08 GMT 2012
- [gnome-shell/wip/re-search-v2: 2/33] iconGrid: Handle preferred height requests for infinite widths Mon Dec 03 09:57:08 GMT 2012
- [gnome-shell/wip/re-search-v2: 4/33] app-display: use a GAppInfo for the settings provider Mon Dec 03 09:57:08 GMT 2012
- [gnome-shell/wip/re-search-v2: 3/33] remote-search: add a LaunchSearch() DBus method Mon Dec 03 09:57:09 GMT 2012
- [gnome-shell/wip/re-search-v2: 6/33] remote-search: document a 'description' key in the meta dictionary Mon Dec 03 09:57:09 GMT 2012
- [gnome-shell/wip/re-search-v2: 8/33] searchDisplay: Add ListSearchResult and ListSearchResults Mon Dec 03 09:57:09 GMT 2012
- [gnome-shell/wip/re-search-v2: 5/33] searchDisplay, and others: Switch from provider title to provider icon Mon Dec 03 09:57:09 GMT 2012
- [gnome-shell/wip/re-search-v2: 7/33] popupMenu: Break separator drawing code out of PopupSeparatorMenuItem Mon Dec 03 09:57:10 GMT 2012
- [gnome-shell/wip/re-search-v2: 12/33] search-display: remove dead code Mon Dec 03 09:57:10 GMT 2012
- [gnome-shell/wip/re-search-v2: 9/33] remoteSearch: We do not need a fallback for createIcon Mon Dec 03 09:57:10 GMT 2012
- [gnome-shell/wip/re-search-v2: 11/33] remote-search: launch the app if LaunchSearch is not available Mon Dec 03 09:57:10 GMT 2012
- [gnome-shell/wip/re-search-v2: 10/33] appDisplay: Don't use icons in results for settings Mon Dec 03 09:57:10 GMT 2012
- [gnome-shell/wip/re-search-v2: 14/33] search: remove more dead code Mon Dec 03 09:57:11 GMT 2012
- [gnome-shell/wip/re-search-v2: 17/33] workspaceThumbnail: React to scroll event Mon Dec 03 09:57:11 GMT 2012
- [gnome-shell/wip/re-search-v2: 13/33] search: remove SearchResultDisplay base class Mon Dec 03 09:57:11 GMT 2012
- [gnome-shell/wip/re-search-v2: 15/33] overview: overview as boxlayouts Mon Dec 03 09:57:11 GMT 2012
- [gnome-shell/wip/re-search-v2: 16/33] workspaceThumbnail: Make ThumbnailsBox track workspace changes itself Mon Dec 03 09:57:11 GMT 2012
- [gnome-shell/wip/re-search-v2: 18/33] workspaceThumbnail: Rename show(), hide() and add new methods Mon Dec 03 09:57:12 GMT 2012
- [gnome-shell/wip/re-search-v2: 19/33] overview, workspacesView: Use ThumbnailsBox for independent workspace thumbnails Mon Dec 03 09:57:15 GMT 2012
- [gnome-shell/wip/re-search-v2: 20/33] workspaceThumbnail: Add keyboard nav to ThumbnailsBox Mon Dec 03 09:57:20 GMT 2012
- [gnome-shell/wip/re-search-v2: 21/33] panel: Abstract the centered panel logic out into a ClutterLayoutManager Mon Dec 03 09:57:24 GMT 2012
- [gnome-shell/wip/re-search-v2: 22/33] overview: Center the main overview group accordingly Mon Dec 03 09:57:30 GMT 2012
- [gnome-shell/wip/re-search-v2: 23/33] dash: Add show/hide methods Mon Dec 03 09:57:34 GMT 2012
- [gnome-shell/wip/re-search-v2: 24/33] dash: fix for shrinking dash while animating Mon Dec 03 09:57:39 GMT 2012
- [gnome-shell/wip/re-search-v2: 25/33] viewSelector: this.active --> this._searchActive Mon Dec 03 09:57:44 GMT 2012
- [gnome-shell/wip/re-search-v2: 26/33] overview: hide side controls when searching Mon Dec 03 09:57:49 GMT 2012
- [gnome-shell/wip/re-search-v2: 27/33] overview: Connect app-drag signals to show/hide overview elements Mon Dec 03 09:57:54 GMT 2012
- [gnome-shell/wip/re-search-v2: 28/33] messageTray: show/hide message tray on search signals Mon Dec 03 09:57:59 GMT 2012
- [gnome-shell/wip/re-search-v2: 29/33] overview, viewSelector: show/hide workspaces and message tray on apps button Mon Dec 03 09:58:04 GMT 2012
- [gnome-shell/wip/re-search-v2: 30/33] overview: simplify controls code Mon Dec 03 09:58:09 GMT 2012
- [gnome-shell/wip/re-search-v2: 31/33] overview: also hide the messsage tray ghost when switching to search Mon Dec 03 09:58:14 GMT 2012
- [gnome-shell/wip/re-search-v2: 32/33] dash: ignore height changes if we're hidden Mon Dec 03 09:58:19 GMT 2012
- [gnome-shell/wip/re-search-v2: 33/33] workspaceThumbnails: restore previous slide-out behavior Mon Dec 03 09:58:24 GMT 2012
- [gnome-shell] iconGrid: Handle preferred height requests for infinite widths Mon Dec 03 17:45:07 GMT 2012
- [gnome-shell] Deleted branch wip/re-search-v2 Mon Dec 03 18:09:57 GMT 2012
- [gnome-shell] (28 commits) Created branch wip/re-search-v2 Mon Dec 03 18:10:07 GMT 2012
- [gnome-shell/wip/re-search-v2: 1/28] remote-search: add a LaunchSearch() DBus method Mon Dec 03 18:10:12 GMT 2012
- [gnome-shell/wip/re-search-v2: 2/28] app-display: use a GAppInfo for the settings provider Mon Dec 03 18:10:17 GMT 2012
- [gnome-shell/wip/re-search-v2: 3/28] searchDisplay, and others: Switch from provider title to provider icon Mon Dec 03 18:10:22 GMT 2012
- [gnome-shell/wip/re-search-v2: 4/28] remote-search: document a 'description' key in the meta dictionary Mon Dec 03 18:10:27 GMT 2012
- [gnome-shell/wip/re-search-v2: 5/28] popupMenu: Break separator drawing code out of PopupSeparatorMenuItem Mon Dec 03 18:10:32 GMT 2012
- [gnome-shell/wip/re-search-v2: 6/28] searchDisplay: Add ListSearchResult and ListSearchResults Mon Dec 03 18:10:37 GMT 2012
- [gnome-shell/wip/re-search-v2: 7/28] remoteSearch: We do not need a fallback for createIcon Mon Dec 03 18:10:42 GMT 2012
- [gnome-shell/wip/re-search-v2: 8/28] appDisplay: Don't use icons in results for settings Mon Dec 03 18:10:47 GMT 2012
- [gnome-shell/wip/re-search-v2: 9/28] remote-search: launch the app if LaunchSearch is not available Mon Dec 03 18:10:52 GMT 2012
- [gnome-shell/wip/re-search-v2: 10/28] search-display: remove dead code Mon Dec 03 18:10:57 GMT 2012
- [gnome-shell/wip/re-search-v2: 11/28] search: remove SearchResultDisplay base class Mon Dec 03 18:11:02 GMT 2012
- [gnome-shell/wip/re-search-v2: 12/28] search: remove more dead code Mon Dec 03 18:11:07 GMT 2012
- [gnome-shell/wip/re-search-v2: 13/28] overview: overview as boxlayouts Mon Dec 03 18:11:12 GMT 2012
- [gnome-shell/wip/re-search-v2: 14/28] workspaceThumbnail: Make ThumbnailsBox track workspace changes itself Mon Dec 03 18:11:17 GMT 2012
- [gnome-shell/wip/re-search-v2: 15/28] workspaceThumbnail: React to scroll event Mon Dec 03 18:11:22 GMT 2012
- [gnome-shell/wip/re-search-v2: 16/28] workspaceThumbnail: Rename show(), hide() and add new methods Mon Dec 03 18:11:27 GMT 2012
- [gnome-shell/wip/re-search-v2: 17/28] overview, workspacesView: Use ThumbnailsBox for independent workspace thumbnails Mon Dec 03 18:11:32 GMT 2012
- [gnome-shell/wip/re-search-v2: 18/28] workspaceThumbnail: Add keyboard nav to ThumbnailsBox Mon Dec 03 18:11:37 GMT 2012
- [gnome-shell/wip/re-search-v2: 19/28] panel: Abstract the centered panel logic out into a ClutterLayoutManager Mon Dec 03 18:11:42 GMT 2012
- [gnome-shell/wip/re-search-v2: 20/28] overview: Center the main overview group accordingly Mon Dec 03 18:11:47 GMT 2012
- [gnome-shell/wip/re-search-v2: 21/28] dash: Add show/hide methods Mon Dec 03 18:11:52 GMT 2012
- [gnome-shell/wip/re-search-v2: 22/28] viewSelector: this.active --> this._searchActive Mon Dec 03 18:11:57 GMT 2012
- [gnome-shell/wip/re-search-v2: 23/28] messageTray: don't assume we're always visible in the overview Mon Dec 03 18:12:02 GMT 2012
- [gnome-shell/wip/re-search-v2: 24/28] overview: hide side controls when searching Mon Dec 03 18:12:07 GMT 2012
- [gnome-shell/wip/re-search-v2: 25/28] overview: Connect item-drag signals to show/hide overview elements Mon Dec 03 18:12:13 GMT 2012
- [gnome-shell/wip/re-search-v2: 26/28] overview, viewSelector: show/hide workspaces on apps button Mon Dec 03 18:12:17 GMT 2012
- [gnome-shell/wip/re-search-v2: 27/28] overview: also hide the messsage tray ghost when switching to search Mon Dec 03 18:12:22 GMT 2012
- [gnome-shell/wip/re-search-v2: 28/28] workspaceThumbnails: restore previous slide-out behavior Mon Dec 03 18:12:27 GMT 2012
- [gnome-shell] Deleted branch wip/re-search-v2 Mon Dec 03 18:15:02 GMT 2012
- [gnome-shell] (28 commits) Created branch wip/re-search-v2 Mon Dec 03 18:15:15 GMT 2012
- [gnome-shell/wip/re-search-v2: 1/28] remote-search: add a LaunchSearch() DBus method Mon Dec 03 18:15:18 GMT 2012
- [gnome-shell/wip/re-search-v2: 2/28] app-display: use a GAppInfo for the settings provider Mon Dec 03 18:15:23 GMT 2012
- [gnome-shell/wip/re-search-v2: 3/28] searchDisplay, and others: Switch from provider title to provider icon Mon Dec 03 18:15:29 GMT 2012
- [gnome-shell/wip/re-search-v2: 4/28] remote-search: document a 'description' key in the meta dictionary Mon Dec 03 18:15:33 GMT 2012
- [gnome-shell/wip/re-search-v2: 5/28] popupMenu: Break separator drawing code out of PopupSeparatorMenuItem Mon Dec 03 18:15:38 GMT 2012
- [gnome-shell/wip/re-search-v2: 6/28] searchDisplay: Add ListSearchResult and ListSearchResults Mon Dec 03 18:15:43 GMT 2012
- [gnome-shell/wip/re-search-v2: 7/28] remoteSearch: We do not need a fallback for createIcon Mon Dec 03 18:15:48 GMT 2012
- [gnome-shell/wip/re-search-v2: 8/28] appDisplay: Don't use icons in results for settings Mon Dec 03 18:15:53 GMT 2012
- [gnome-shell/wip/re-search-v2: 9/28] remote-search: launch the app if LaunchSearch is not available Mon Dec 03 18:15:58 GMT 2012
- [gnome-shell/wip/re-search-v2: 10/28] search-display: remove dead code Mon Dec 03 18:16:04 GMT 2012
- [gnome-shell/wip/re-search-v2: 11/28] search: remove SearchResultDisplay base class Mon Dec 03 18:16:10 GMT 2012
- [gnome-shell/wip/re-search-v2: 12/28] search: remove more dead code Mon Dec 03 18:16:13 GMT 2012
- [gnome-shell/wip/re-search-v2: 13/28] overview: overview as boxlayouts Mon Dec 03 18:16:18 GMT 2012
- [gnome-shell/wip/re-search-v2: 14/28] workspaceThumbnail: Make ThumbnailsBox track workspace changes itself Mon Dec 03 18:16:24 GMT 2012
- [gnome-shell/wip/re-search-v2: 15/28] workspaceThumbnail: React to scroll event Mon Dec 03 18:16:28 GMT 2012
- [gnome-shell/wip/re-search-v2: 16/28] workspaceThumbnail: Rename show(), hide() and add new methods Mon Dec 03 18:16:33 GMT 2012
- [gnome-shell/wip/re-search-v2: 17/28] overview, workspacesView: Use ThumbnailsBox for independent workspace thumbnails Mon Dec 03 18:16:39 GMT 2012
- [gnome-shell/wip/re-search-v2: 18/28] workspaceThumbnail: Add keyboard nav to ThumbnailsBox Mon Dec 03 18:16:44 GMT 2012
- [gnome-shell/wip/re-search-v2: 19/28] panel: Abstract the centered panel logic out into a ClutterLayoutManager Mon Dec 03 18:16:49 GMT 2012
- [gnome-shell/wip/re-search-v2: 20/28] overview: Center the main overview group accordingly Mon Dec 03 18:16:54 GMT 2012
- [gnome-shell/wip/re-search-v2: 21/28] dash: Add show/hide methods Mon Dec 03 18:16:59 GMT 2012
- [gnome-shell/wip/re-search-v2: 22/28] viewSelector: this.active --> this._searchActive Mon Dec 03 18:17:04 GMT 2012
- [gnome-shell/wip/re-search-v2: 23/28] messageTray: don't assume we're always visible in the overview Mon Dec 03 18:17:09 GMT 2012
- [gnome-shell/wip/re-search-v2: 24/28] overview: hide side controls when searching Mon Dec 03 18:17:14 GMT 2012
- [gnome-shell/wip/re-search-v2: 25/28] overview: Connect item-drag signals to show/hide overview elements Mon Dec 03 18:17:19 GMT 2012
- [gnome-shell/wip/re-search-v2: 26/28] overview, viewSelector: show/hide workspaces on apps button Mon Dec 03 18:17:24 GMT 2012
- [gnome-shell/wip/re-search-v2: 27/28] overview: also hide the messsage tray ghost when switching to search Mon Dec 03 18:17:29 GMT 2012
- [gnome-shell/wip/re-search-v2: 28/28] workspaceThumbnails: restore previous slide-out behavior Mon Dec 03 18:17:34 GMT 2012
- [gjs] Gio: call name() on the correct variable Tue Dec 04 18:02:10 GMT 2012
- [gnome-shell] Deleted branch wip/re-search-v2 Tue Dec 04 18:38:08 GMT 2012
- [gnome-shell] (29 commits) Created branch wip/re-search-v2 Tue Dec 04 18:38:21 GMT 2012
- [gnome-shell/wip/re-search-v2: 1/29] remote-search: add a LaunchSearch() DBus method Tue Dec 04 18:38:25 GMT 2012
- [gnome-shell/wip/re-search-v2: 2/29] app-display: use a GAppInfo for the settings provider Tue Dec 04 18:38:31 GMT 2012
- [gnome-shell/wip/re-search-v2: 3/29] searchDisplay, and others: Switch from provider title to provider icon Tue Dec 04 18:38:36 GMT 2012
- [gnome-shell/wip/re-search-v2: 4/29] remote-search: document a 'description' key in the meta dictionary Tue Dec 04 18:38:41 GMT 2012
- [gnome-shell/wip/re-search-v2: 5/29] popupMenu: Break separator drawing code out of PopupSeparatorMenuItem Tue Dec 04 18:38:46 GMT 2012
- [gnome-shell/wip/re-search-v2: 6/29] searchDisplay: Add ListSearchResult and ListSearchResults Tue Dec 04 18:38:51 GMT 2012
- [gnome-shell/wip/re-search-v2: 7/29] remoteSearch: We do not need a fallback for createIcon Tue Dec 04 18:38:56 GMT 2012
- [gnome-shell/wip/re-search-v2: 8/29] appDisplay: Don't use icons in results for settings Tue Dec 04 18:39:01 GMT 2012
- [gnome-shell/wip/re-search-v2: 9/29] remote-search: deal with LaunchSearch not being available Tue Dec 04 18:39:06 GMT 2012
- [gnome-shell/wip/re-search-v2: 10/29] search-display: remove dead code Tue Dec 04 18:39:11 GMT 2012
- [gnome-shell/wip/re-search-v2: 11/29] search: remove SearchResultDisplay base class Tue Dec 04 18:39:16 GMT 2012
- [gnome-shell/wip/re-search-v2: 12/29] search: remove more dead code Tue Dec 04 18:39:21 GMT 2012
- [gnome-shell/wip/re-search-v2: 13/29] overview: overview as boxlayouts Tue Dec 04 18:39:27 GMT 2012
- [gnome-shell/wip/re-search-v2: 14/29] workspaceThumbnail: Make ThumbnailsBox track workspace changes itself Tue Dec 04 18:39:32 GMT 2012
- [gnome-shell/wip/re-search-v2: 15/29] workspaceThumbnail: React to scroll event Tue Dec 04 18:39:37 GMT 2012
- [gnome-shell/wip/re-search-v2: 16/29] workspaceThumbnail: Rename show(), hide() and add new methods Tue Dec 04 18:39:42 GMT 2012
- [gnome-shell/wip/re-search-v2: 17/29] overview, workspacesView: Use ThumbnailsBox for independent workspace thumbnails Tue Dec 04 18:39:47 GMT 2012
- [gnome-shell/wip/re-search-v2: 18/29] workspaceThumbnail: Add keyboard nav to ThumbnailsBox Tue Dec 04 18:39:52 GMT 2012
- [gnome-shell/wip/re-search-v2: 19/29] panel: Abstract the centered panel logic out into a ClutterLayoutManager Tue Dec 04 18:39:57 GMT 2012
- [gnome-shell/wip/re-search-v2: 20/29] overview: Center the main overview group accordingly Tue Dec 04 18:40:02 GMT 2012
- [gnome-shell/wip/re-search-v2: 21/29] dash: Add show/hide methods Tue Dec 04 18:40:07 GMT 2012
- [gnome-shell/wip/re-search-v2: 22/29] viewSelector: this.active --> this._searchActive Tue Dec 04 18:40:12 GMT 2012
- [gnome-shell/wip/re-search-v2: 23/29] messageTray: don't assume we're always visible in the overview Tue Dec 04 18:40:17 GMT 2012
- [gnome-shell/wip/re-search-v2: 24/29] overview: hide side controls when searching Tue Dec 04 18:40:22 GMT 2012
- [gnome-shell/wip/re-search-v2: 25/29] overview: Connect item-drag signals to show/hide overview elements Tue Dec 04 18:40:27 GMT 2012
- [gnome-shell/wip/re-search-v2: 26/29] overview, viewSelector: show/hide workspaces on apps button Tue Dec 04 18:40:32 GMT 2012
- [gnome-shell/wip/re-search-v2: 28/29] workspaceThumbnails: restore previous slide-out behavior Tue Dec 04 18:45:00 GMT 2012
- [gnome-shell/wip/re-search-v2: 27/29] overview: also hide the messsage tray ghost when switching to search Tue Dec 04 18:45:00 GMT 2012
- [gnome-shell/wip/re-search-v2: 29/29] overview: streamline sides state change Tue Dec 04 18:45:06 GMT 2012
- [gnome-documents] searchbar: don't start with no_show_all Tue Dec 04 21:24:09 GMT 2012
- [gnome-documents/wip/ui-changes] searchbar: don't start with no_show_all Tue Dec 04 21:24:24 GMT 2012
- [gnome-documents/wip/ui-changes] preview: animate on translation_y instead of y for fullscreen toolbar Tue Dec 04 22:12:20 GMT 2012
- [gnome-documents/wip/ui-changes] embed: trivial cleanup Tue Dec 04 22:12:25 GMT 2012
- [gnome-documents/wip/ui-changes] preview: don't switch to overview when fullscreen and controls visible Tue Dec 04 22:12:30 GMT 2012
- [gnome-documents/wip/ui-changes] main-window: don't always eat Escape key Tue Dec 04 23:16:51 GMT 2012
- [gnome-documents/wip/ui-changes] preview: make buttons insensitive when string doesn't match Tue Dec 04 23:16:56 GMT 2012
- [gnome-documents/wip/ui-changes] searchbar: fix preview searchbar eating first key press events Tue Dec 04 23:17:01 GMT 2012
- [libgd] focus-hack: don't send an event when there's no GdkWindow Tue Dec 04 23:53:32 GMT 2012
- [gnome-documents] searchbar: fix preview searchbar eating first key press events Tue Dec 04 23:54:25 GMT 2012
- [gnome-documents] Update to libgd master Tue Dec 04 23:54:30 GMT 2012
- [gnome-documents/wip/ui-changes] Update to libgd master Tue Dec 04 23:55:34 GMT 2012
- [nautilus] Show different menu for removing a recent item Wed Dec 05 13:59:18 GMT 2012
- [nautilus] build: remove an unused variable Wed Dec 05 14:01:09 GMT 2012
- [gnome-font-viewer/gnome-3-6] release: prepare for 3.6.2 Wed Dec 05 21:22:56 GMT 2012
- [gnome-font-viewer] Created tag 3.6.2 Wed Dec 05 21:23:15 GMT 2012
- [gnome-shell] remote-search: properly document the DBus interface Thu Dec 06 17:22:22 GMT 2012
- [gnome-shell] remote-search: add an org.gnome.ShellSearchProvider2 dbus interface Thu Dec 06 17:22:26 GMT 2012
- [gnome-shell] remote-search: first implementation of SearchProvider2 Thu Dec 06 17:22:31 GMT 2012
- [gnome-shell] remote-search: implement LaunchSearch() DBus method Thu Dec 06 17:22:38 GMT 2012
- [gnome-shell] search: remove additional params from activateResult() call Thu Dec 06 17:22:42 GMT 2012
- [gnome-shell] remote-search: implement new ActivateResult() method Thu Dec 06 17:22:48 GMT 2012
- [gnome-shell] app-display: use a GAppInfo for the settings provider Thu Dec 06 17:22:53 GMT 2012
- [nautilus] shell-provider: don't use a separate binary Thu Dec 06 21:29:08 GMT 2012
- [nautilus] application: centralize dbus service handling into GApplication Thu Dec 06 21:29:08 GMT 2012
- [nautilus] search-provider: use org.gnome.Shell.SearchProvider2 interface Thu Dec 06 21:29:08 GMT 2012
- [nautilus] application: remove unused code Thu Dec 06 21:29:08 GMT 2012
- [gnome-shell] screen-shield: disconnect from title-changed on destroy Fri Dec 07 00:15:20 GMT 2012
- [sushi] font-widget: add an error signal Fri Dec 07 14:53:34 GMT 2012
- [sushi] font-widget: add sushi_font_widget_get_uri() Fri Dec 07 14:53:39 GMT 2012
- [sushi] font-loader: use a better error message Fri Dec 07 15:01:49 GMT 2012
- [gnome-font-viewer] font-widget: sync from Sushi Fri Dec 07 15:05:06 GMT 2012
- [gnome-font-viewer] font-view: show an error dialog when unable to load a font Fri Dec 07 15:05:11 GMT 2012
- [gnome-font-viewer] font-view: don't crash when opening a non-existing file Fri Dec 07 15:05:16 GMT 2012
- [gnome-themes-standard] list-box: add better styling for listbox cells Fri Dec 07 15:51:37 GMT 2012
- [gnome-control-center] shell: use the "view" style class for the main viewport Fri Dec 07 15:53:18 GMT 2012
- [gnome-themes-standard] viewport: don't set a background color by default Fri Dec 07 15:54:44 GMT 2012
- [gtk+] build: fix some GCC warnings Fri Dec 07 16:36:22 GMT 2012
- [gtk+] scale: render scale mark lines with separator style class Fri Dec 07 16:42:40 GMT 2012
- [nautilus] main: don't set G_APPLICATION_IS_SERVICE Fri Dec 07 18:03:42 GMT 2012
- [gnome-documents] (5 commits) Created branch wip/provider-v2 Sat Dec 08 04:17:24 GMT 2012
- [gnome-documents/wip/provider-v2: 1/5] manager: save a reference to the manager in items Sat Dec 08 04:17:32 GMT 2012
- [gnome-documents/wip/provider-v2: 2/5] query: move location filters code to sources.js Sat Dec 08 04:17:37 GMT 2012
- [gnome-documents/wip/provider-v2: 3/5] query: don't depend on Global Sat Dec 08 04:17:41 GMT 2012
- [gnome-documents/wip/provider-v2: 4/5] application: don't init connectionQueue in initSearch() Sat Dec 08 04:20:24 GMT 2012
- [gnome-documents/wip/provider-v2: 5/5] search: rework search infrastructure Sat Dec 08 04:20:26 GMT 2012
- [gnome-documents/wip/provider-v2] search: fixup Sat Dec 08 04:23:52 GMT 2012
- [gnome-themes-standard] osd: support style class set on a GtkProgressbar directly Sun Dec 09 19:51:38 GMT 2012
- [gnome-themes-standard] buttons: ensure 'suggested-action' works for toolbar buttons Mon Dec 10 17:49:46 GMT 2012
- [gnome-shell] popupMenu: Break separator drawing code out of PopupSeparatorMenuItem Mon Dec 10 22:02:04 GMT 2012
- [gnome-shell] searchDisplay, and others: Switch from provider title to provider icon Mon Dec 10 22:02:04 GMT 2012
- [gnome-shell] searchDisplay: simplify drag actor source code Mon Dec 10 22:02:04 GMT 2012
- [gnome-shell] remoteSearch: We do not need a fallback for createIcon Mon Dec 10 22:02:05 GMT 2012
- [gnome-shell] searchDisplay: Add ListSearchResult and ListSearchResults Mon Dec 10 22:02:05 GMT 2012
- [gnome-shell] appDisplay: Don't use icons in results for settings Mon Dec 10 22:02:06 GMT 2012
- [gnome-shell] search: remove SearchResultDisplay base class Mon Dec 10 22:02:13 GMT 2012
- [gnome-shell] search: remove SearchProvider base class Mon Dec 10 22:02:34 GMT 2012
- [gnome-shell] search: remove more dead code Mon Dec 10 22:02:57 GMT 2012
- [nautilus] shell-provider: use the right signature for LaunchSearch() Mon Dec 10 22:07:11 GMT 2012
- [gnome-shell/wip/re-search-v2: 8/26] search: remove SearchProvider base class Mon Dec 10 22:08:07 GMT 2012
- [gnome-shell/wip/re-search-v2: 9/26] search: remove more dead code Mon Dec 10 22:08:41 GMT 2012
- [gnome-shell/wip/re-search-v2: 10/26] overview: overview as boxlayouts Mon Dec 10 22:08:41 GMT 2012
- [gnome-shell/wip/re-search-v2: 11/26] workspaceThumbnail: Make ThumbnailsBox track workspace changes itself Mon Dec 10 22:10:04 GMT 2012
- [gnome-shell/wip/re-search-v2: 12/26] workspaceThumbnail: React to scroll event Mon Dec 10 22:10:49 GMT 2012
- [gnome-shell/wip/re-search-v2: 13/26] workspaceThumbnail: Rename show(), hide() and add new methods Mon Dec 10 22:10:50 GMT 2012
- [gnome-documents/wip/provider-v2] search-provider: implement org.gnome.Shell.SearchProvider2 Mon Dec 10 22:10:54 GMT 2012
- [gnome-shell/wip/re-search-v2: 14/26] overview, workspacesView: Use ThumbnailsBox for independent workspace thumbnails Mon Dec 10 22:16:45 GMT 2012
- [gnome-shell/wip/re-search-v2: 15/26] workspaceThumbnail: Add keyboard nav to ThumbnailsBox Mon Dec 10 22:16:45 GMT 2012
- [gnome-shell/wip/re-search-v2: 19/26] viewSelector: this.active --> this._searchActive Mon Dec 10 22:17:22 GMT 2012
- [gnome-shell/wip/re-search-v2: 20/26] messageTray: don't assume we're always visible in the overview Mon Dec 10 22:17:24 GMT 2012
- [gnome-shell/wip/re-search-v2: 21/26] overview: hide side controls when searching Mon Dec 10 22:17:25 GMT 2012
- [gnome-shell/wip/re-search-v2: 1/26] searchDisplay, and others: Switch from provider title to provider icon Mon Dec 10 22:17:48 GMT 2012
- [gnome-shell/wip/re-search-v2: 22/26] overview: Connect item-drag signals to show/hide overview elements Mon Dec 10 22:17:49 GMT 2012
- [gnome-shell] search: make sure to pass a timestamp to LaunchSearch() Mon Dec 10 22:18:30 GMT 2012
- [gnome-shell] Deleted branch wip/re-search-v2 Mon Dec 10 22:19:32 GMT 2012
- [gnome-shell] (26 commits) Created branch wip/re-search-v2 Mon Dec 10 22:19:34 GMT 2012
- [gnome-shell/wip/re-search-v2: 2/26] popupMenu: Break separator drawing code out of PopupSeparatorMenuItem Mon Dec 10 22:19:34 GMT 2012
- [gnome-shell/wip/re-search-v2: 4/26] searchDisplay: Add ListSearchResult and ListSearchResults Mon Dec 10 22:19:35 GMT 2012
- [gnome-shell/wip/re-search-v2: 3/26] searchDisplay: simplify drag actor source code Mon Dec 10 22:19:35 GMT 2012
- [gnome-shell/wip/re-search-v2: 5/26] remoteSearch: We do not need a fallback for createIcon Mon Dec 10 22:19:35 GMT 2012
- [gnome-shell/wip/re-search-v2: 16/26] panel: Abstract the centered panel logic out into a ClutterLayoutManager Mon Dec 10 22:19:36 GMT 2012
- [gnome-shell/wip/re-search-v2: 6/26] appDisplay: Don't use icons in results for settings Mon Dec 10 22:19:36 GMT 2012
- [gnome-shell/wip/re-search-v2: 17/26] overview: Center the main overview group accordingly Mon Dec 10 22:19:36 GMT 2012
- [gnome-shell/wip/re-search-v2: 7/26] search: remove SearchResultDisplay base class Mon Dec 10 22:19:36 GMT 2012
- [gnome-shell/wip/re-search-v2: 18/26] dash: Add show/hide methods Mon Dec 10 22:19:36 GMT 2012
- [gnome-shell/wip/re-search-v2: 23/26] overview, viewSelector: show/hide workspaces on apps button Mon Dec 10 22:19:36 GMT 2012
- [gnome-shell/wip/re-search-v2: 26/26] overview: streamline sides state change Mon Dec 10 22:19:38 GMT 2012
- [gnome-shell/wip/re-search-v2: 25/26] workspaceThumbnails: restore previous slide-out behavior Mon Dec 10 22:19:38 GMT 2012
- [gnome-shell/wip/re-search-v2: 24/26] overview: also hide the messsage tray ghost when switching to search Mon Dec 10 22:19:38 GMT 2012
- [gnome-shell/wip/re-search-v2] search: make sure to pass a timestamp to LaunchSearch() Mon Dec 10 22:45:39 GMT 2012
- [gnome-documents] (10 commits) ...application: only run miners when we have a window visible Mon Dec 10 23:41:43 GMT 2012
- [gnome-documents: 5/10] search: rework search infrastructure Mon Dec 10 23:41:48 GMT 2012
- [gnome-documents: 6/10] preview: set private data before calling parent constructor Mon Dec 10 23:41:53 GMT 2012
- [gnome-documents: 7/10] searchbar: properly set initial state on creation Mon Dec 10 23:41:57 GMT 2012
- [gnome-documents: 8/10] searchbar: don't attempt our focus hack if we have no event device Mon Dec 10 23:42:03 GMT 2012
- [gnome-documents: 9/10] shell-provider: port to the org.gnome.Shell.SearchProvider2 interface Mon Dec 10 23:42:08 GMT 2012
- [gnome-documents: 10/10] application: only run miners when we have a window visible Mon Dec 10 23:42:13 GMT 2012
- [gnome-documents] Deleted branch wip/provider-v2 Mon Dec 10 23:42:30 GMT 2012
- [nautilus] places-sidebar: make sure to always notify when unmounting Tue Dec 11 16:31:57 GMT 2012
- [nautilus/gnome-3-6] places-sidebar: make sure to always notify when unmounting Tue Dec 11 16:38:27 GMT 2012
- [clutter-gtk] embed: be more careful when adding and removing the filter function Wed Dec 12 21:23:07 GMT 2012
- [gnome-documents] preview: don't show document pages in the toolbar Thu Dec 13 14:03:04 GMT 2012
- [gnome-documents] embed: take out the flashspot when switching view Thu Dec 13 14:03:08 GMT 2012
- [gnome-documents] thumb-bar: tweak thumb bar appearance Thu Dec 13 14:03:13 GMT 2012
- [gnome-documents] Deleted branch wip/ui-changes Thu Dec 13 14:03:15 GMT 2012
- [gnome-documents] preview: always show navigation bar Thu Dec 13 14:03:19 GMT 2012
- [gnome-documents] preview: make the thumbbar show on click Thu Dec 13 14:03:24 GMT 2012
- [gnome-documents] preview: make the fullscreen toolbar follow the same visibility logic Thu Dec 13 14:03:29 GMT 2012
- [gnome-documents] Remove dead old fullscreen code Thu Dec 13 14:03:34 GMT 2012
- [gnome-documents] embed: workaround a GTK bug Thu Dec 13 14:03:39 GMT 2012
- [gnome-documents] preview: don't activate fullscreen on double click Thu Dec 13 14:03:45 GMT 2012
- [gnome-documents] embed: switch to fullscreen preview automatically when maximized Thu Dec 13 14:03:50 GMT 2012
- [gnome-documents] Don't show New and Recent title Thu Dec 13 14:08:12 GMT 2012
- [gnome-documents] preview: animate on translation_y instead of y for fullscreen toolbar Thu Dec 13 14:08:12 GMT 2012
- [gnome-documents] preview: don't switch to overview when fullscreen and controls visible Thu Dec 13 14:08:13 GMT 2012
- [gnome-documents] preview: make buttons insensitive when string doesn't match Thu Dec 13 14:08:13 GMT 2012
- [gnome-documents] embed: trivial cleanup Thu Dec 13 14:08:13 GMT 2012
- [gnome-documents] documents: don't use a continuous model Thu Dec 13 14:08:14 GMT 2012
- [gnome-shell] overview: overview as boxlayouts Thu Dec 13 15:27:19 GMT 2012
- [gnome-shell] message-tray: use a style class for summary-mode actor Thu Dec 13 23:03:48 GMT 2012
- [gnome-shell] overview: don't clone the whole message tray when layouting Thu Dec 13 23:03:49 GMT 2012
- [gtk+] cssstyleproperty: remove unused variable Fri Dec 14 03:00:04 GMT 2012
- [gtk+] a11y: fix uninitialized variables compiler warning Fri Dec 14 03:00:04 GMT 2012
- [gnome-documents] window-mode: don't assume we have a GdkWindow Fri Dec 14 13:05:14 GMT 2012
- [gnome-documents] application: propagate the shell search terms when opening item Fri Dec 14 13:05:19 GMT 2012
- [gnome-documents] manager: emit a signal to remove the old item when replacing Fri Dec 14 13:05:24 GMT 2012
- [gnome-shell] workspaces-view: make sure to add spacing between view and controls Sat Dec 15 19:16:31 GMT 2012
- [nautilus] file: revert to previous framing behavior for custom icons Sun Dec 16 18:27:38 GMT 2012
- [nautilus/gnome-3-6] file: revert to previous framing behavior for custom icons Sun Dec 16 18:29:59 GMT 2012
- [gnome-themes-standard] epiphany: update selectors for epiphany changes Mon Dec 17 10:22:58 GMT 2012
- [gnome-themes-standard] menubar: fix excessive padding Mon Dec 17 10:23:02 GMT 2012
- [epiphany] embed: move the OSD style class to the progressbar Mon Dec 17 12:23:35 GMT 2012
- [gnome-shell] workspaceThumbnail: handle scroll-event internally Mon Dec 17 12:29:28 GMT 2012
- [gnome-shell] workspaceThumbnail: make ThumbnailsBox track workspace changes itself Mon Dec 17 12:29:28 GMT 2012
- [gnome-shell] workspaceThumbnail: handle show/hide when entering/leaving the overview Mon Dec 17 12:29:28 GMT 2012
- [gnome-shell] workspaceThumbnail: unify restack handling Mon Dec 17 12:29:29 GMT 2012
- [nautilus] directory: limit deep scount (folder contents and size) to one filesystem Mon Dec 17 14:13:30 GMT 2012
- [clutter-gtk] Release Clutter-GTK 1.4.2 (stable) Mon Dec 17 14:32:37 GMT 2012
- [clutter-gtk] Created tag 1.4.2 Mon Dec 17 14:33:19 GMT 2012
- [clutter-gtk] Post-release version bump to 1.4.3 Mon Dec 17 14:35:47 GMT 2012
- [gnome-font-viewer] font-view: return early if we have a model already Mon Dec 17 15:15:44 GMT 2012
- [gnome-font-viewer] release: prepare for 3.7.3 Mon Dec 17 15:15:45 GMT 2012
- [gnome-font-viewer] Created tag 3.7.3 Mon Dec 17 15:15:56 GMT 2012
- [sushi] release: prepare for 3.7.3 Mon Dec 17 15:38:10 GMT 2012
- [sushi] Created tag 3.7.3 Mon Dec 17 15:38:33 GMT 2012
- [nautilus] release: prepare for 3.7.3 Mon Dec 17 16:04:57 GMT 2012
- [nautilus] Created tag 3.7.3 Mon Dec 17 20:11:41 GMT 2012
- [gnome-documents] debug: fold gnome-documents-debug script into main script Mon Dec 17 20:13:05 GMT 2012
- [gnome-documents] release: prepare for 3.7.3 Mon Dec 17 20:13:09 GMT 2012
- [gnome-documents] Created tag 3.7.3 Mon Dec 17 20:13:12 GMT 2012
- [gtk+/gtk-3-6] csskeyframes: unref GtkCssValues when free-ing Mon Dec 17 20:14:21 GMT 2012
- [gnome-themes-standard] Sync HighContrast icons from gnome-icon-theme-symbolic Tue Dec 18 10:45:04 GMT 2012
- [gnome-themes-standard] release: prepare for 3.7.3 Tue Dec 18 10:45:09 GMT 2012
- [gnome-themes-standard] Created tag 3.7.3 Tue Dec 18 10:45:32 GMT 2012
- [gnome-themes-standard] listbox: make sure to set selection color for EggListBox Tue Dec 18 17:11:16 GMT 2012
- [gnome-documents] main-window: set a minimum size request Tue Dec 18 17:47:24 GMT 2012
- [gnome-themes-standard] view: simplify icon view cell selectors Wed Dec 19 10:24:37 GMT 2012
- [gnome-themes-standard] osd: add a style for icon view selected cells Wed Dec 19 10:24:37 GMT 2012
- [gnome-documents] pdf-loader: try to install unoconv trough PackageKit if missing Wed Dec 19 12:04:35 GMT 2012
- [gnome-documents] application: call g_set_application_name() at startup Wed Dec 19 12:04:36 GMT 2012
- [gnome-documents] build: new tracker API version is 0.16 Wed Dec 19 17:12:39 GMT 2012
- [nautilus] build: new tracker API version is 0.16 Wed Dec 19 17:34:36 GMT 2012
- [egg-list-box] egg-list-box: make sure to offset the foucs ring by focus_pad Thu Dec 20 15:36:14 GMT 2012
- [totem] grilo: use content-view style class for the sidebar view Thu Dec 20 15:57:57 GMT 2012
- [gnome-documents] preview: streamline code for preview controls visibility Fri Dec 21 16:15:21 GMT 2012
- [gtk+] aboutdialog: ensure the credits page uses the "view" style class Fri Dec 21 16:56:16 GMT 2012
- [gnome-documents] Use CSS frames for the thumbnails bar Sun Dec 23 13:18:22 GMT 2012
- [gnome-themes-standard] Add frame styling for Evince view Sun Dec 23 13:18:26 GMT 2012
- [gnome-themes-standard] view: add some missing selectors for :selected state Sun Dec 23 19:18:49 GMT 2012
Craig Keogh
Curtis Gedak
Daiki Ueno
Damien Lespiau
Daniel Martinez Cucalon
Daniel P . Berrange
Daniel Veillard
Dan Winship
David King
David Woodhouse
David Zeuthen
Debarshi Ray
Diego Escalante Urrelo
Dieter Verfaillie
Dimitris Spingos
Djavan Fagundes
Dodji Seketeli
Dov Grobgeld
Ekaterina Gerasimova
Emanuele Aina
Emmanuele Bassi
Emmanuel Pacaud
Enrico Nicoletto
Eugen Dedu
Evan Nemerson
Federico Mena Quintero
Felix Riemann
Frederic Peters
Gabor Keleman
George Lebl
Gheyret Kenji
Gil Forcada Codinachs
Giovanni Campagna
Guillaume Desmottes
Gustavo Noronha Silva
Ignacio Casal Quinteiro
Ihar Hrachyshka
Jakub Steiner
James Liggett
Jared L Jennings
Jasper Lievisse Adriaanse
Jasper St . Pierre
Jeffrey Stedfast
Jens Georg
Jeremy Bicha
Jim Campbell
Jiro Matsuzawa
Joanmarie Diggs
Joaquim Manuel Pereira Rocha
Johannes Schmid
John Ralls
John Stowers
Jonathan Matthew
Jordi Mas
Jose Aliste
Juan A . Suarez Romero
Juan Pablo Ugarte
Julien Hardlin
Kai Willadsen
Kalev Lember
Kevin Cozens
Khaled Hosny
Kjartan Maraas
Kjell Ahlstedt
Kristian Rietveld
Kristjan Schmidt
Krzesimir Nowak
Lapo Calamandrei
Lionel Landwerlin
Luca Bruno
Lucian Langa
Luis de Bethencourt
Maciej Marcin Piechotka
Manoj Kumar Giri
Marc-Andre Lureau
Marco Ciampa
Mario Sanchez Prada
Martin Pitt
Martin Robinson
Martyn James Russell
Massimo Cora'
Massimo Valentini
Mathias Hasselmann
Matthew Barnes
Matthias Clasen
Michael J . Chudobiak
Michael Natterer
Mike Fleetwood
Mike Gorse
Milan Crha
Milo Casagrande
Morten Welinder
Mukund Sivaraman
Murray Cumming
Neil Roberts
Nicolas Robidoux
Nilamdyuti Goswami
Olav Vitters
Olivier Fourdan
Owen Taylor
Paolo Bacchilega
Paolo Borelli
Patrick Ohly
Patrick Welche
Peter Bloomfield
Philip Van Hoof
Philip Withnall
Pierre-Yves Luyten
Priit Laes
Rafael Ferreira
Ray
Ray Strode
Richard Hughes
Rico Tzschichholz
Robert Ancell
Robert Bragg
Robert Roth
Roman Joost
Ross Burton
Rui Matos
Runa Bhattacharjee
Ryan Lortie
Saleem Abdulrasool
Sasi Bhushan Boddepalli
Sebastian Polsterl
Sebastien Granjoux
Sergio Villar Senin
Shankar Prasad
Shantha kumar
Shaun McCance
Simon Feltman
Sindhu S
Stefan Kost
Stefano Karapetsas
Stefan Walter
Stephen Shaw
Sven Neumann
Theppitak Karoonboonyanan
Thirumurthi Vasudeven
Thomas Bechtold
Tim Janik
- [beast] (6 commits) Created branch devel Sun Dec 16 01:59:21 GMT 2012
- [beast/devel: 1/6] BSE: Make gslfft results compatible with fftw. Sun Dec 16 01:59:26 GMT 2012
- [beast/devel: 2/6] BSE: Use new scaled variants of gslfft to get same results as before. Sun Dec 16 01:59:31 GMT 2012
- [beast/devel: 3/6] BSE: Adapted FFT tests to new gslfft/FFTW compatible results. Sun Dec 16 01:59:36 GMT 2012
- [beast/devel: 4/6] BSE: fft docu fixes Sun Dec 16 01:59:41 GMT 2012
- [beast/devel: 5/6] BSE: use MAX_DFT_SIZE for DFT fft test (fixes crash) Sun Dec 16 01:59:46 GMT 2012
- [beast/devel: 6/6] Merge branch 'gslfftw' from Stefan Westerfeld Sun Dec 16 01:59:51 GMT 2012
- [beast/devel] (5 commits) ...Merge branch 'waveosc-96k' Sun Dec 16 02:19:44 GMT 2012
- [beast/devel: 1/5] bsescm: speedup bse_scm_context_iteration by proper mainloop integration Sun Dec 16 02:19:48 GMT 2012
- [beast/devel: 2/5] SHELL: cosmetics Sun Dec 16 02:19:53 GMT 2012
- [beast/devel: 3/5] Merge branch 'scm-wait-with-mainloop' Sun Dec 16 02:19:58 GMT 2012
- [beast/devel: 4/5] BSE: Make gslwaveosc work for 96k samples (fixes bug #612281). Sun Dec 16 02:20:03 GMT 2012
- [beast/devel: 5/5] Merge branch 'waveosc-96k' Sun Dec 16 02:20:08 GMT 2012
- [beast/devel: 4/15] Merge branch 'sfi-c++' Sun Dec 16 15:59:28 GMT 2012
- [beast/devel: 5/15] DRIVERS: compile bsemididevice-alsa and bsepcmdevice-alsa as C++ Sun Dec 16 15:59:28 GMT 2012
- [beast/devel: 6/15] PO: update file list Sun Dec 16 15:59:28 GMT 2012
- [beast/devel] (15 commits) ...Merge branch 'gsl-c++' Sun Dec 16 15:59:28 GMT 2012
- [beast/devel: 3/15] SFIDL: generate casts around malloc/realloc Sun Dec 16 15:59:28 GMT 2012
- [beast/devel: 1/15] SFI: compile glib-extra as C++ Sun Dec 16 15:59:28 GMT 2012
- [beast/devel: 2/15] SFI: tests: compile misctests and ring as C++ Sun Dec 16 15:59:28 GMT 2012
- [beast/devel: 12/15] BSE: compile all gsl* files as C++ (except fft) Sun Dec 16 15:59:29 GMT 2012
- [beast/devel: 7/15] BSE: compile bsepcm* and bseserver as C++ Sun Dec 16 15:59:29 GMT 2012
- [beast/devel: 9/15] BSE: rename "class" variables to "klass" for C++ compatibility Sun Dec 16 15:59:29 GMT 2012
- [beast/devel: 11/15] BSE: compile gslwavechunk and gslwaveosc as C++ Sun Dec 16 15:59:29 GMT 2012
- [beast/devel: 10/15] Merge branch 'pcm-c++' Sun Dec 16 15:59:29 GMT 2012
- [beast/devel: 8/15] BSE: compile bseutils as C++ Sun Dec 16 15:59:29 GMT 2012
- [beast/devel: 13/15] BSE: fixed gslincluder.h file name Sun Dec 16 15:59:30 GMT 2012
- [beast/devel: 15/15] Merge branch 'gsl-c++' Sun Dec 16 15:59:30 GMT 2012
- [beast/devel: 14/15] BSE: compile gslfft as C++ Sun Dec 16 15:59:30 GMT 2012
- [beast/devel] (15 commits) ...Merge branch 'bse-c++' Mon Dec 17 03:15:30 GMT 2012
- [beast/devel: 1/15] SFI: added convenience SFI_TOKEN_NONE Mon Dec 17 03:15:34 GMT 2012
- [beast/devel: 2/15] SFI: minor cosmetics Mon Dec 17 03:15:39 GMT 2012
- [beast/devel: 3/15] BSE: remove unused files bseinstrument, bsepattern, bsepatterngroup Mon Dec 17 03:15:45 GMT 2012
- [beast/devel: 4/15] BSE: compile param, project, song, snet, super, sub*, etc as C++ Mon Dec 17 03:15:50 GMT 2012
- [beast/devel: 5/15] BSE: compile object as C++ Mon Dec 17 03:15:55 GMT 2012
- [beast/devel: 6/15] BSE: compile bseundostack as C++ Mon Dec 17 03:16:00 GMT 2012
- [beast/devel: 7/15] SFI: merge SfiTokenType into GTokenType Mon Dec 17 03:16:05 GMT 2012
- [beast/devel: 8/15] BSE: compile bsestorage as C++ Mon Dec 17 03:16:10 GMT 2012
- [beast/devel: 9/15] BSE: compile bsequery, bsescripthelper and bsesnooper as C++ Mon Dec 17 03:16:15 GMT 2012
- [beast/devel: 10/15] BSE: compile bseparasite, bseplugin and bseprocedure as C++ Mon Dec 17 03:16:20 GMT 2012
- [beast/devel: 11/15] BSE: compile bsemidinotifier, bsemidisynth and bsemidivoice.c as C++ Mon Dec 17 03:16:25 GMT 2012
- [beast/devel: 12/15] BSE: compile bseengine, bseenginemaster, bseengineschedule and bseengineutils as C++ Mon Dec 17 03:16:30 GMT 2012
- [beast/devel: 13/15] BSE: compile all procedure files as C++ Mon Dec 17 03:16:36 GMT 2012
- [beast/devel: 14/15] BSE: generate C++ sources instead of C Mon Dec 17 03:16:41 GMT 2012
- [beast/devel: 15/15] Merge branch 'bse-c++' Mon Dec 17 03:16:46 GMT 2012
- [beast/devel] (26 commits) ...Merge branch 'plugins-c++' Tue Dec 18 02:44:41 GMT 2012
- [beast/devel: 2/26] PO: scan bseadder.cc for i18n strings Tue Dec 18 02:44:42 GMT 2012
- [beast/devel: 3/26] BSE: allow resident type registration from plugins Tue Dec 18 02:44:42 GMT 2012
- [beast/devel: 1/26] PLUGINS: compile BseAdder as C++ Tue Dec 18 02:44:42 GMT 2012
- [beast/devel: 6/26] BSE: add helper macro for plugin module regostrations as resident types Tue Dec 18 02:44:43 GMT 2012
- [beast/devel: 7/26] PLUGINS: use BSE_RESIDENT_TYPE_DEF in BseAdder Tue Dec 18 02:44:43 GMT 2012
- [beast/devel: 5/26] PLUGINS: make BseAdder a resident type plugin Tue Dec 18 02:44:43 GMT 2012
- [beast/devel: 4/26] SFI: added helper class Init to call function from static ctor Tue Dec 18 02:44:43 GMT 2012
- [beast/devel: 8/26] PLUGINS: compile BseAtanDistort as C++ resident type Tue Dec 18 02:44:43 GMT 2012
- [beast/devel: 9/26] PLUGINS: compile SimpleADSR as C++ resident type Tue Dec 18 02:44:46 GMT 2012
- [beast/devel: 10/26] PLUGINS: compile BseMixer as C++ resident type Tue Dec 18 02:44:50 GMT 2012
- [beast/devel: 11/26] PO: i18n file list updates Tue Dec 18 02:44:55 GMT 2012
- [beast/devel: 12/26] PLUGINS: compile BseMult as C++ resident type Tue Dec 18 02:45:00 GMT 2012
- [beast/devel: 13/26] PLUGINS: removed unused files Tue Dec 18 02:45:05 GMT 2012
- [beast/devel: 14/26] PLUGINS: compile BseSequencer as C++ resident type Tue Dec 18 02:45:10 GMT 2012
- [beast/devel: 15/26] BSE: move BseIIRFilterAlgorithm and BseIIRFilterType enums here Tue Dec 18 02:45:16 GMT 2012
- [beast/devel: 16/26] PLUGINS: compile BseIIRFilter as C++ resident type Tue Dec 18 02:45:21 GMT 2012
- [beast/devel: 17/26] PLUGINS: compile DavCanyonDelay as C++ resident type Tue Dec 18 02:45:26 GMT 2012
- [beast/devel: 18/26] PLUGINS: compile DavSynDrum as C++ resident type Tue Dec 18 02:45:31 GMT 2012
- [beast/devel: 19/26] PLUGINS: compile DavXtalStrings as C++ resident type Tue Dec 18 02:45:36 GMT 2012
- [beast/devel: 20/26] PLUGINS: removed makefile cruft Tue Dec 18 02:45:41 GMT 2012
- [beast/devel: 21/26] PLUGINS: merge IDL modules into a single library Tue Dec 18 02:45:46 GMT 2012
- [beast/devel: 22/26] PLUGINS: compile BseFreeVerbCpp as C++ resident type Tue Dec 18 02:45:52 GMT 2012
- [beast/devel: 23/26] BSE: renamed BSE_RESIDENT_SOURCE_DEF() macro Tue Dec 18 02:45:57 GMT 2012
- [beast/devel: 24/26] DRIVERS: compile bsemididevice-alsa and bsepcmdevice-alsa as resident types Tue Dec 18 02:46:02 GMT 2012
- [beast/devel: 25/26] BSE: remove obsoleted C plugin export macros Tue Dec 18 02:46:08 GMT 2012
- [beast/devel: 26/26] Merge branch 'plugins-c++' Tue Dec 18 02:46:12 GMT 2012
- [beast/devel: 1/7] TOOLS: fixed CXX warnings Tue Dec 18 19:37:01 GMT 2012
- [beast/devel] (7 commits) ...Merge branch 'gxk-c++' Tue Dec 18 19:37:01 GMT 2012
- [beast/devel: 3/7] GXK: avoid flags enum casting for GxkDialogFlags Tue Dec 18 19:37:02 GMT 2012
- [beast/devel: 4/7] GXK: avoid flags enum casting for GdkEventMask GdkWindowHints GtkAttachOptions Tue Dec 18 19:37:02 GMT 2012
- [beast/devel: 2/7] SFI: avoid excessive flags enum casting for GParamFlags GSignalMatchType GSignalFlags Tue Dec 18 19:37:02 GMT 2012
- [beast/devel: 6/7] GXK: compile all gxk sources as C++ Tue Dec 18 19:37:03 GMT 2012
- [beast/devel: 5/7] GXK: variable and struct field fixups for C++ Tue Dec 18 19:37:03 GMT 2012
- [beast/devel: 7/7] Merge branch 'gxk-c++' Tue Dec 18 19:37:03 GMT 2012
- [beast/devel] (4 commits) ...Merge branch 'bst-c++' Fri Dec 21 02:44:48 GMT 2012
- [beast/devel: 1/4] SFI: handle GConnectFlags operators, SfiGlueGcFreeFunc and GTypeFlags casts Fri Dec 21 02:44:53 GMT 2012
- [beast/devel: 2/4] BST: turn all beast-gtk sources into C++ Fri Dec 21 02:44:59 GMT 2012
- [beast/devel: 3/4] BST: turn generated sources into C++ Fri Dec 21 02:45:03 GMT 2012
- [beast/devel: 4/4] Merge branch 'bst-c++' Fri Dec 21 02:45:09 GMT 2012
- [beast/devel: 1/27] SFI: renamed C++ headers to .hh Sun Dec 23 17:36:05 GMT 2012
- [beast/devel] (27 commits) ...ALL: remove trailing white spaces Sun Dec 23 17:36:05 GMT 2012
- [beast/devel: 4/27] GXK: renamed C++ headers to .hh Sun Dec 23 17:36:05 GMT 2012
- [beast/devel: 3/27] PLUGINS: renamed C++ headers to .hh Sun Dec 23 17:36:06 GMT 2012
- [beast/devel: 5/27] BST: renamed C++ headers to .hh Sun Dec 23 17:36:07 GMT 2012
- [beast/devel: 2/27] BSE: renamed C++ headers to .hh Sun Dec 23 17:36:07 GMT 2012
- [beast/devel: 6/27] DRIVERS: renamed C++ headers to .hh Sun Dec 23 17:36:07 GMT 2012
- [beast/devel: 9/27] SFI: use one liner license Sun Dec 23 17:36:08 GMT 2012
- [beast/devel: 10/27] BIRNET: use one liner license Sun Dec 23 17:36:08 GMT 2012
- [beast/devel: 7/27] FREEVERB: renamed C++ headers to .hh Sun Dec 23 17:36:08 GMT 2012
- [beast/devel: 8/27] Merge branch 'code-cleanup' Sun Dec 23 17:36:08 GMT 2012
- [beast/devel: 13/27] DRIVERS: use one liner license Sun Dec 23 17:36:09 GMT 2012
- [beast/devel: 11/27] BSE: use one liner license Sun Dec 23 17:36:09 GMT 2012
- [beast/devel: 12/27] PLUGINS: use one liner license Sun Dec 23 17:36:09 GMT 2012
- [beast/devel: 14/27] TOOLS: cleanups Sun Dec 23 17:36:09 GMT 2012
- [beast/devel: 16/27] SHELL: use one liner license Sun Dec 23 17:36:10 GMT 2012
- [beast/devel: 17/27] PO: cleanups Sun Dec 23 17:36:10 GMT 2012
- [beast/devel: 15/27] TESTS: use one liner license Sun Dec 23 17:36:10 GMT 2012
- [beast/devel: 18/27] LIB: use one liner license Sun Dec 23 17:36:16 GMT 2012
- [beast/devel: 20/27] DOCS: cleanups Sun Dec 23 17:36:16 GMT 2012
- [beast/devel: 19/27] LAUNCHERS: use one liner license Sun Dec 23 17:36:16 GMT 2012
- [beast/devel: 21/27] DATA: cleanups Sun Dec 23 17:36:16 GMT 2012
- [beast/devel: 22/27] GXK: use one liner license Sun Dec 23 17:36:19 GMT 2012
- [beast/devel: 25/27] TOOLS: use one liner license Sun Dec 23 17:36:19 GMT 2012
- [beast/devel: 23/27] BST: use one liner license Sun Dec 23 17:36:19 GMT 2012
- [beast/devel: 24/27] BUILD: cleanups Sun Dec 23 17:36:20 GMT 2012
- [beast/devel: 26/27] Merge branch 'license-cleanup' Sun Dec 23 17:36:21 GMT 2012
- [beast/devel: 27/27] ALL: remove trailing white spaces Sun Dec 23 17:36:28 GMT 2012
- [beast/devel] PO: update file references Sun Dec 23 17:36:31 GMT 2012
- [beast/devel] BSE: fixed useless casts Sun Dec 23 22:16:16 GMT 2012
Tomas Bzatek
Travis Reitter
Tristan Van Berkom
- [evolution-data-server/openismus-work] Fix lock of loaded modules in EDataBook Tue Dec 04 09:36:43 GMT 2012
- [evolution-data-server/openismus-work] Adding test that fires up multiple EBookClientViews Tue Dec 04 09:36:47 GMT 2012
- [evolution-data-server/openismus-work] test-client-custom-summary: Added a query on the EVC_N vcard field Tue Dec 04 09:36:52 GMT 2012
- [evolution-data-server/openismus-work] Adjusted vala build for library splitup of libebook & libebook-contacts Tue Dec 04 09:36:57 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Tue Dec 04 10:36:26 GMT 2012
- [evolution-data-server] (8 commits) Created branch openismus-work-master Tue Dec 04 10:36:50 GMT 2012
- [evolution-data-server/openismus-work-master: 1/8] Adding test case proving there is a write-write race condition to fix Tue Dec 04 10:36:56 GMT 2012
- [evolution-data-server/openismus-work-master: 2/8] Avoid race conditions when concurrently writing contacts in the addressbook Tue Dec 04 10:37:02 GMT 2012
- [evolution-data-server/openismus-work-master: 3/8] Reviving async client test Tue Dec 04 10:37:06 GMT 2012
- [evolution-data-server/openismus-work-master: 4/8] EBookClient, EDataBook: Added direct access APIs Tue Dec 04 10:37:11 GMT 2012
- [evolution-data-server/openismus-work-master: 5/8] EBookBackendFile: Implement the new backend methods for direct access Tue Dec 04 10:42:28 GMT 2012
- [evolution-data-server/openismus-work-master: 6/8] Make the libebook tests use direct read access by default Tue Dec 04 10:42:28 GMT 2012
- [evolution-data-server/openismus-work-master: 7/8] Add support for direct access queries in book views Tue Dec 04 10:42:28 GMT 2012
- [evolution-data-server/openismus-work-master: 8/8] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Tue Dec 04 10:42:28 GMT 2012
- [evolution-data-server/openismus-work] Fixed GIR build and vala build for libebook Tue Dec 04 12:14:32 GMT 2012
- [evolution-data-server/openismus-work] Require less dependencies to build EDS (bgo #686688) Tue Dec 04 12:43:13 GMT 2012
- [evolution-data-server/openismus-work-master] Adjusted vala build for library splitup of libebook & libebook-contacts Wed Dec 05 07:06:53 GMT 2012
- [evolution-data-server/openismus-work-master] Fixed GIR build and vala build for libebook Wed Dec 05 07:06:58 GMT 2012
- [evolution-data-server/openismus-work-master] Remove libedataserverui and make google backend optional Wed Dec 05 07:07:03 GMT 2012
- [evolution-data-server] Deleted branch openismus-work Wed Dec 05 07:08:59 GMT 2012
- [evolution-data-server] Created branch openismus-work Wed Dec 05 07:13:46 GMT 2012
- [evolution-data-server/openismus-work] Remove libedataserverui and make google backend optional Wed Dec 05 07:13:46 GMT 2012
- [evolution-data-server/openismus-work] revision checking: off by default Wed Dec 05 07:18:40 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Wed Dec 05 07:33:33 GMT 2012
- [evolution-data-server] (11 commits) Created branch openismus-work-master Wed Dec 05 07:34:42 GMT 2012
- [evolution-data-server/openismus-work-master: 1/11] Adding test case proving there is a write-write race condition to fix Wed Dec 05 07:34:47 GMT 2012
- [evolution-data-server/openismus-work-master: 2/11] Avoid race conditions when concurrently writing contacts in the addressbook Wed Dec 05 07:34:52 GMT 2012
- [evolution-data-server/openismus-work-master: 3/11] Reviving async client test Wed Dec 05 07:34:57 GMT 2012
- [evolution-data-server/openismus-work-master: 4/11] EBookClient, EDataBook: Added direct access APIs Wed Dec 05 07:35:03 GMT 2012
- [evolution-data-server/openismus-work-master: 5/11] EBookBackendFile: Implement the new backend methods for direct access Wed Dec 05 07:35:07 GMT 2012
- [evolution-data-server/openismus-work-master: 6/11] Make the libebook tests use direct read access by default Wed Dec 05 07:35:12 GMT 2012
- [evolution-data-server/openismus-work-master: 7/11] Add support for direct access queries in book views Wed Dec 05 07:35:17 GMT 2012
- [evolution-data-server/openismus-work-master: 8/11] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Wed Dec 05 07:35:22 GMT 2012
- [evolution-data-server/openismus-work-master: 9/11] Adjusted vala build for library splitup of libebook & libebook-contacts Wed Dec 05 07:35:27 GMT 2012
- [evolution-data-server/openismus-work-master: 10/11] Fixed GIR build and vala build for libebook Wed Dec 05 07:35:32 GMT 2012
- [evolution-data-server/openismus-work-master: 11/11] Remove libedataserverui and make google backend optional Wed Dec 05 07:35:37 GMT 2012
- [evolution-data-server/openismus-work-master] EDataBookView: include libebook-contacts, not libebook. Wed Dec 05 09:29:14 GMT 2012
- [evolution-data-server/openismus-work-master] Fix build of EBook-1.2.gir Wed Dec 05 09:29:19 GMT 2012
- [evolution-data-server/openismus-work] Cleanup GTK+ dependency removal Wed Dec 05 09:34:06 GMT 2012
- [evolution-data-server/openismus-work] Fixing make dist for libebook Wed Dec 05 12:20:28 GMT 2012
- [evolution-data-server/openismus-work] Specify DIST_SUBDIRS in addressbook/backends/Makefile.am Wed Dec 05 12:20:33 GMT 2012
- [evolution-data-server/openismus-work] Updated revision guards API to return an E_CLIENT_ERROR Fri Dec 07 07:53:19 GMT 2012
- [evolution-data-server/openismus-work] Updated test-client-write-write.c to watch for the new E_CLIENT_ERROR_OUT_OF_SYNC Fri Dec 07 07:53:24 GMT 2012
- [evolution-data-server/openismus-work] client-test-utils.c: Enable revision guards for test cases Fri Dec 07 07:53:29 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Fri Dec 07 08:03:34 GMT 2012
- [evolution-data-server] (13 commits) Created branch openismus-work-master Fri Dec 07 08:03:41 GMT 2012
- [evolution-data-server/openismus-work-master: 1/13] Adding test case proving there is a write-write race condition to fix Fri Dec 07 08:03:42 GMT 2012
- [evolution-data-server/openismus-work-master: 2/13] Avoid race conditions when concurrently writing contacts in the addressbook Fri Dec 07 08:03:44 GMT 2012
- [evolution-data-server/openismus-work-master: 6/13] Make the libebook tests use direct read access by default Fri Dec 07 08:03:44 GMT 2012
- [evolution-data-server/openismus-work-master: 3/13] Reviving async client test Fri Dec 07 08:03:44 GMT 2012
- [evolution-data-server/openismus-work-master: 7/13] Add support for direct access queries in book views Fri Dec 07 08:03:44 GMT 2012
- [evolution-data-server/openismus-work-master: 4/13] EBookClient, EDataBook: Added direct access APIs Fri Dec 07 08:03:44 GMT 2012
- [evolution-data-server/openismus-work-master: 5/13] EBookBackendFile: Implement the new backend methods for direct access Fri Dec 07 08:03:44 GMT 2012
- [evolution-data-server/openismus-work-master: 9/13] Adjusted vala build for library splitup of libebook & libebook-contacts Fri Dec 07 08:03:45 GMT 2012
- [evolution-data-server/openismus-work-master: 10/13] Fixed GIR build and vala build for libebook Fri Dec 07 08:03:45 GMT 2012
- [evolution-data-server/openismus-work-master: 8/13] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Fri Dec 07 08:03:45 GMT 2012
- [evolution-data-server/openismus-work-master: 13/13] Fix build of EBook-1.2.gir Fri Dec 07 08:03:46 GMT 2012
- [evolution-data-server/openismus-work-master: 11/13] Remove libedataserverui and make google backend optional Fri Dec 07 08:03:46 GMT 2012
- [evolution-data-server/openismus-work-master: 12/13] EDataBookView: include libebook-contacts, not libebook. Fri Dec 07 08:03:46 GMT 2012
- [evolution-data-server] Reviving async client test Fri Dec 07 08:06:33 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Fri Dec 07 08:06:53 GMT 2012
- [evolution-data-server] (12 commits) Created branch openismus-work-master Fri Dec 07 08:07:10 GMT 2012
- [evolution-data-server/openismus-work-master: 1/12] Adding test case proving there is a write-write race condition to fix Fri Dec 07 08:07:15 GMT 2012
- [evolution-data-server/openismus-work-master: 2/12] Avoid race conditions when concurrently writing contacts in the addressbook Fri Dec 07 08:07:20 GMT 2012
- [evolution-data-server/openismus-work-master: 3/12] EBookClient, EDataBook: Added direct access APIs Fri Dec 07 08:07:25 GMT 2012
- [evolution-data-server/openismus-work-master: 4/12] EBookBackendFile: Implement the new backend methods for direct access Fri Dec 07 08:07:30 GMT 2012
- [evolution-data-server/openismus-work-master: 5/12] Make the libebook tests use direct read access by default Fri Dec 07 08:07:35 GMT 2012
- [evolution-data-server/openismus-work-master: 6/12] Add support for direct access queries in book views Fri Dec 07 08:07:40 GMT 2012
- [evolution-data-server/openismus-work-master: 7/12] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Fri Dec 07 08:07:45 GMT 2012
- [evolution-data-server/openismus-work-master: 8/12] Adjusted vala build for library splitup of libebook & libebook-contacts Fri Dec 07 08:07:50 GMT 2012
- [evolution-data-server/openismus-work-master: 9/12] Fixed GIR build and vala build for libebook Fri Dec 07 08:07:55 GMT 2012
- [evolution-data-server/openismus-work-master: 10/12] Remove libedataserverui and make google backend optional Fri Dec 07 08:08:00 GMT 2012
- [evolution-data-server/openismus-work-master: 11/12] EDataBookView: include libebook-contacts, not libebook. Fri Dec 07 08:08:05 GMT 2012
- [evolution-data-server/openismus-work-master: 12/12] Fix build of EBook-1.2.gir Fri Dec 07 08:08:10 GMT 2012
- [evolution-data-server/openismus-work] For openismus-work branch, make test-client-custom-summary not use function from glib 2.34 Fri Dec 07 08:35:54 GMT 2012
- [evolution-data-server] Fixed test-client-custom-summary to actually pass Fri Dec 07 09:08:06 GMT 2012
- [evolution-data-server] (12 commits) Created branch openismus-work-master Fri Dec 07 09:08:13 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Fri Dec 07 09:08:18 GMT 2012
- [evolution-data-server/openismus-work-master: 5/12] Make the libebook tests use direct read access by default Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 3/12] EBookClient, EDataBook: Added direct access APIs Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 7/12] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 6/12] Add support for direct access queries in book views Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 1/12] Adding test case proving there is a write-write race condition to fix Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 2/12] Avoid race conditions when concurrently writing contacts in the addressbook Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 8/12] Adjusted vala build for library splitup of libebook & libebook-contacts Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 4/12] EBookBackendFile: Implement the new backend methods for direct access Fri Dec 07 09:08:54 GMT 2012
- [evolution-data-server/openismus-work-master: 9/12] Fixed GIR build and vala build for libebook Fri Dec 07 09:08:55 GMT 2012
- [evolution-data-server/openismus-work-master: 10/12] Remove libedataserverui and make google backend optional Fri Dec 07 09:08:56 GMT 2012
- [evolution-data-server/openismus-work-master: 11/12] EDataBookView: include libebook-contacts, not libebook. Fri Dec 07 09:08:59 GMT 2012
- [evolution-data-server/openismus-work-master: 12/12] Fix build of EBook-1.2.gir Fri Dec 07 09:08:59 GMT 2012
- [clutter] Fixed clutter_rect_intersection() Mon Dec 10 06:50:37 GMT 2012
- [evolution-data-server/openismus-work] Fixing GTK+ dependency removal patch Tue Dec 11 06:43:55 GMT 2012
- [evolution-data-server/openismus-work-master] Adding test-server-utils Tue Dec 11 09:30:59 GMT 2012
- [evolution-data-server/openismus-work-master] Adding test-server-utils Wed Dec 12 10:51:05 GMT 2012
- [evolution-data-server/openismus-work-master] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Wed Dec 12 10:51:09 GMT 2012
- [evolution-data-server/openismus-work-master] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Wed Dec 12 10:51:14 GMT 2012
- [evolution-data-server/openismus-work-master] Ported all tests in tests/ebook/client to use new test framework Wed Dec 12 10:51:19 GMT 2012
- [evolution-data-server/openismus-work-master] Fixing test cases to load local GSettings schemas directly from the data/ dir Wed Dec 12 11:31:10 GMT 2012
- [evolution-data-server/openismus-work-master] Add libebook-contacts to the gir-compiler includes Thu Dec 13 07:23:28 GMT 2012
- [evolution-data-server/openismus-work-master] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Thu Dec 13 07:23:34 GMT 2012
- [evolution-data-server/openismus-work-master] test-server-utils: Use in tree backend modules to test addressbook and calendar Thu Dec 13 07:23:38 GMT 2012
- [evolution-data-server/openismus-work-master] ESourceRegistry: Do not mandate builtin sources. Thu Dec 13 07:23:44 GMT 2012
- [evolution-data-server/openismus-work-master] tests/libebook/client/Makefile.am: Moving some not-unit-test ported tests Thu Dec 13 07:23:48 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Thu Dec 13 07:37:00 GMT 2012
- [evolution-data-server] (23 commits) Created branch openismus-work-master Thu Dec 13 07:37:24 GMT 2012
- [evolution-data-server/openismus-work-master: 1/23] Adding test case proving there is a write-write race condition to fix Thu Dec 13 07:37:29 GMT 2012
- [evolution-data-server/openismus-work-master: 2/23] Avoid race conditions when concurrently writing contacts in the addressbook Thu Dec 13 07:37:34 GMT 2012
- [evolution-data-server/openismus-work-master: 3/23] EBookClient, EDataBook: Added direct access APIs Thu Dec 13 07:37:39 GMT 2012
- [evolution-data-server/openismus-work-master: 4/23] EBookBackendFile: Implement the new backend methods for direct access Thu Dec 13 07:37:44 GMT 2012
- [evolution-data-server/openismus-work-master: 5/23] Make the libebook tests use direct read access by default Thu Dec 13 07:37:49 GMT 2012
- [evolution-data-server/openismus-work-master: 6/23] Add support for direct access queries in book views Thu Dec 13 07:37:54 GMT 2012
- [evolution-data-server/openismus-work-master: 7/23] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Thu Dec 13 07:37:59 GMT 2012
- [evolution-data-server/openismus-work-master: 8/23] Adjusted vala build for library splitup of libebook & libebook-contacts Thu Dec 13 07:38:04 GMT 2012
- [evolution-data-server/openismus-work-master: 9/23] Fixed GIR build and vala build for libebook Thu Dec 13 07:38:09 GMT 2012
- [evolution-data-server/openismus-work-master: 10/23] Remove libedataserverui and make google backend optional Thu Dec 13 07:38:14 GMT 2012
- [evolution-data-server/openismus-work-master: 11/23] EDataBookView: include libebook-contacts, not libebook. Thu Dec 13 07:38:19 GMT 2012
- [evolution-data-server/openismus-work-master: 12/23] Fix build of EBook-1.2.gir Thu Dec 13 07:38:24 GMT 2012
- [evolution-data-server/openismus-work-master: 13/23] Adding test-server-utils Thu Dec 13 07:38:29 GMT 2012
- [evolution-data-server/openismus-work-master: 14/23] Adding test-server-utils Thu Dec 13 07:38:34 GMT 2012
- [evolution-data-server/openismus-work-master: 15/23] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Thu Dec 13 07:38:39 GMT 2012
- [evolution-data-server/openismus-work-master: 16/23] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Thu Dec 13 07:38:44 GMT 2012
- [evolution-data-server/openismus-work-master: 17/23] Ported all tests in tests/ebook/client to use new test framework Thu Dec 13 07:38:49 GMT 2012
- [evolution-data-server/openismus-work-master: 18/23] Fixing test cases to load local GSettings schemas directly from the data/ dir Thu Dec 13 07:38:54 GMT 2012
- [evolution-data-server/openismus-work-master: 19/23] Add libebook-contacts to the gir-compiler includes Thu Dec 13 07:38:59 GMT 2012
- [evolution-data-server/openismus-work-master: 20/23] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Thu Dec 13 07:39:04 GMT 2012
- [evolution-data-server/openismus-work-master: 21/23] test-server-utils: Use in tree backend modules to test addressbook and calendar Thu Dec 13 07:39:09 GMT 2012
- [evolution-data-server/openismus-work-master: 22/23] ESourceRegistry: Do not mandate builtin sources. Thu Dec 13 07:39:14 GMT 2012
- [evolution-data-server/openismus-work-master: 23/23] tests/libebook/client/Makefile.am: Moving some not-unit-test ported tests Thu Dec 13 07:39:19 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Thu Dec 13 07:50:26 GMT 2012
- [evolution-data-server] (14 commits) Created branch openismus-work-master Thu Dec 13 07:50:45 GMT 2012
- [evolution-data-server/openismus-work-master: 1/14] Adding test case proving there is a write-write race condition to fix Thu Dec 13 07:50:49 GMT 2012
- [evolution-data-server/openismus-work-master: 2/14] Avoid race conditions when concurrently writing contacts in the addressbook Thu Dec 13 07:50:54 GMT 2012
- [evolution-data-server/openismus-work-master: 3/14] EBookClient, EDataBook: Added direct access APIs Thu Dec 13 07:50:59 GMT 2012
- [evolution-data-server/openismus-work-master: 4/14] EBookBackendFile: Implement the new backend methods for direct access Thu Dec 13 07:51:04 GMT 2012
- [evolution-data-server/openismus-work-master: 5/14] Make the libebook tests use direct read access by default Thu Dec 13 07:51:09 GMT 2012
- [evolution-data-server/openismus-work-master: 6/14] Add support for direct access queries in book views Thu Dec 13 07:51:15 GMT 2012
- [evolution-data-server/openismus-work-master: 7/14] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Thu Dec 13 07:51:20 GMT 2012
- [evolution-data-server/openismus-work-master: 8/14] Remove libedataserverui and make google backend optional Thu Dec 13 07:51:25 GMT 2012
- [evolution-data-server/openismus-work-master: 9/14] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Thu Dec 13 07:51:30 GMT 2012
- [evolution-data-server/openismus-work-master: 10/14] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Thu Dec 13 07:51:35 GMT 2012
- [evolution-data-server/openismus-work-master: 11/14] ESourceRegistry: Do not mandate builtin sources. Thu Dec 13 07:51:40 GMT 2012
- [evolution-data-server/openismus-work-master: 12/14] Adding test-server-utils Thu Dec 13 07:51:45 GMT 2012
- [evolution-data-server/openismus-work-master: 13/14] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Thu Dec 13 07:51:50 GMT 2012
- [evolution-data-server/openismus-work-master: 14/14] Ported all tests in tests/ebook/client to use new test framework Thu Dec 13 07:51:55 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Thu Dec 13 08:05:39 GMT 2012
- [evolution-data-server] (15 commits) Created branch openismus-work-master Thu Dec 13 08:05:45 GMT 2012
- [evolution-data-server/openismus-work-master: 1/15] Adding test case proving there is a write-write race condition to fix Thu Dec 13 08:05:47 GMT 2012
- [evolution-data-server/openismus-work-master: 2/15] Avoid race conditions when concurrently writing contacts in the addressbook Thu Dec 13 08:05:47 GMT 2012
- [evolution-data-server/openismus-work-master: 4/15] EBookBackendFile: Implement the new backend methods for direct access Thu Dec 13 08:07:09 GMT 2012
- [evolution-data-server/openismus-work-master: 3/15] EBookClient, EDataBook: Added direct access APIs Thu Dec 13 08:07:09 GMT 2012
- [evolution-data-server/openismus-work-master: 5/15] Make the libebook tests use direct read access by default Thu Dec 13 08:07:09 GMT 2012
- [evolution-data-server/openismus-work-master: 6/15] Add support for direct access queries in book views Thu Dec 13 08:07:10 GMT 2012
- [evolution-data-server/openismus-work-master: 7/15] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Thu Dec 13 08:07:10 GMT 2012
- [evolution-data-server/openismus-work-master: 8/15] Remove libedataserverui and make google backend optional Thu Dec 13 08:07:11 GMT 2012
- [evolution-data-server/openismus-work-master: 9/15] Temporarily disabling new GTK+ depending modules. Thu Dec 13 08:07:11 GMT 2012
- [evolution-data-server/openismus-work-master: 12/15] ESourceRegistry: Do not mandate builtin sources. Thu Dec 13 08:07:12 GMT 2012
- [evolution-data-server/openismus-work-master: 10/15] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Thu Dec 13 08:07:12 GMT 2012
- [evolution-data-server/openismus-work-master: 11/15] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Thu Dec 13 08:07:12 GMT 2012
- [evolution-data-server/openismus-work-master: 13/15] Adding test-server-utils Thu Dec 13 08:07:12 GMT 2012
- [evolution-data-server/openismus-work-master: 14/15] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Thu Dec 13 08:07:13 GMT 2012
- [evolution-data-server/openismus-work-master: 15/15] Ported all tests in tests/ebook/client to use new test framework Thu Dec 13 08:07:14 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Thu Dec 13 08:28:36 GMT 2012
- [evolution-data-server] (15 commits) Created branch openismus-work-master Thu Dec 13 08:28:51 GMT 2012
- [evolution-data-server/openismus-work-master: 1/15] Adding test case proving there is a write-write race condition to fix Thu Dec 13 08:28:57 GMT 2012
- [evolution-data-server/openismus-work-master: 2/15] Avoid race conditions when concurrently writing contacts in the addressbook Thu Dec 13 08:29:02 GMT 2012
- [evolution-data-server/openismus-work-master: 3/15] EBookClient, EDataBook: Added direct access APIs Thu Dec 13 08:29:07 GMT 2012
- [evolution-data-server/openismus-work-master: 4/15] EBookBackendFile: Implement the new backend methods for direct access Thu Dec 13 08:29:12 GMT 2012
- [evolution-data-server/openismus-work-master: 5/15] Make the libebook tests use direct read access by default Thu Dec 13 08:29:17 GMT 2012
- [evolution-data-server/openismus-work-master: 6/15] Add support for direct access queries in book views Thu Dec 13 08:29:22 GMT 2012
- [evolution-data-server/openismus-work-master: 7/15] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Thu Dec 13 08:29:27 GMT 2012
- [evolution-data-server/openismus-work-master: 8/15] Remove libedataserverui and make google backend optional Thu Dec 13 08:29:32 GMT 2012
- [evolution-data-server/openismus-work-master: 9/15] Temporarily disabling new GTK+ depending modules. Thu Dec 13 08:29:37 GMT 2012
- [evolution-data-server/openismus-work-master: 10/15] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Thu Dec 13 08:29:42 GMT 2012
- [evolution-data-server/openismus-work-master: 11/15] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Thu Dec 13 08:29:47 GMT 2012
- [evolution-data-server/openismus-work-master: 12/15] ESourceRegistry: Do not mandate builtin sources. Thu Dec 13 08:29:52 GMT 2012
- [evolution-data-server/openismus-work-master: 13/15] Adding test-server-utils Thu Dec 13 08:29:57 GMT 2012
- [evolution-data-server/openismus-work-master: 14/15] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Thu Dec 13 08:30:02 GMT 2012
- [evolution-data-server/openismus-work-master: 15/15] Ported all tests in tests/ebook/client to use new test framework Thu Dec 13 08:30:07 GMT 2012
- [evolution-data-server/openismus-work-master] Ported ECal tests to new test framework Thu Dec 13 10:09:24 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Thu Dec 13 13:37:48 GMT 2012
- [evolution-data-server/openismus-work-master: 1/18] Adding test case proving there is a write-write race condition to fix Thu Dec 13 13:39:23 GMT 2012
- [evolution-data-server] (18 commits) Created branch openismus-work-master Thu Dec 13 13:39:23 GMT 2012
- [evolution-data-server/openismus-work-master: 4/18] EBookBackendFile: Implement the new backend methods for direct access Thu Dec 13 13:39:24 GMT 2012
- [evolution-data-server/openismus-work-master: 5/18] Make the libebook tests use direct read access by default Thu Dec 13 13:39:24 GMT 2012
- [evolution-data-server/openismus-work-master: 2/18] Avoid race conditions when concurrently writing contacts in the addressbook Thu Dec 13 13:39:24 GMT 2012
- [evolution-data-server/openismus-work-master: 3/18] EBookClient, EDataBook: Added direct access APIs Thu Dec 13 13:39:24 GMT 2012
- [evolution-data-server/openismus-work-master: 7/18] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Thu Dec 13 13:39:25 GMT 2012
- [evolution-data-server/openismus-work-master: 6/18] Add support for direct access queries in book views Thu Dec 13 13:39:25 GMT 2012
- [evolution-data-server/openismus-work-master: 9/18] Temporarily disabling new GTK+ depending modules. Thu Dec 13 13:39:26 GMT 2012
- [evolution-data-server/openismus-work-master: 8/18] Remove libedataserverui and make google backend optional Thu Dec 13 13:39:26 GMT 2012
- [evolution-data-server/openismus-work-master: 10/18] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Thu Dec 13 13:39:27 GMT 2012
- [evolution-data-server/openismus-work-master: 12/18] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Thu Dec 13 13:39:27 GMT 2012
- [evolution-data-server/openismus-work-master: 11/18] Removing obsolete tests/tools directory Thu Dec 13 13:39:27 GMT 2012
- [evolution-data-server/openismus-work-master: 13/18] ESourceRegistry: Do not mandate builtin sources. Thu Dec 13 13:39:29 GMT 2012
- [evolution-data-server/openismus-work-master: 14/18] Adding test-server-utils Thu Dec 13 13:39:29 GMT 2012
- [evolution-data-server/openismus-work-master: 15/18] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Thu Dec 13 13:39:30 GMT 2012
- [evolution-data-server/openismus-work-master: 16/18] Ported all tests in tests/ebook/client to use new test framework Thu Dec 13 13:39:30 GMT 2012
- [evolution-data-server/openismus-work-master: 17/18] Ported ECal tests to new test framework Thu Dec 13 13:39:31 GMT 2012
- [evolution-data-server/openismus-work-master: 18/18] Ported ECalClient tests to use ETestServerFixture framework Thu Dec 13 13:39:32 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Fri Dec 14 08:11:15 GMT 2012
- [evolution-data-server] (18 commits) Created branch openismus-work-master Fri Dec 14 08:11:41 GMT 2012
- [evolution-data-server/openismus-work-master: 1/18] Adding test case proving there is a write-write race condition to fix Fri Dec 14 08:11:45 GMT 2012
- [evolution-data-server/openismus-work-master: 2/18] Avoid race conditions when concurrently writing contacts in the addressbook Fri Dec 14 08:11:51 GMT 2012
- [evolution-data-server/openismus-work-master: 3/18] EBookClient, EDataBook: Added direct access APIs Fri Dec 14 08:11:56 GMT 2012
- [evolution-data-server/openismus-work-master: 4/18] EBookBackendFile: Implement the new backend methods for direct access Fri Dec 14 08:12:01 GMT 2012
- [evolution-data-server/openismus-work-master: 5/18] Make the libebook tests use direct read access by default Fri Dec 14 08:12:06 GMT 2012
- [evolution-data-server/openismus-work-master: 6/18] Add support for direct access queries in book views Fri Dec 14 08:12:11 GMT 2012
- [evolution-data-server/openismus-work-master: 7/18] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Fri Dec 14 08:12:16 GMT 2012
- [evolution-data-server/openismus-work-master: 8/18] Remove libedataserverui and make google backend optional Fri Dec 14 08:12:21 GMT 2012
- [evolution-data-server/openismus-work-master: 9/18] Temporarily disabling new GTK+ depending modules. Fri Dec 14 08:12:26 GMT 2012
- [evolution-data-server/openismus-work-master: 10/18] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Fri Dec 14 08:12:31 GMT 2012
- [evolution-data-server/openismus-work-master: 11/18] Removing obsolete tests/tools directory Fri Dec 14 08:12:37 GMT 2012
- [evolution-data-server/openismus-work-master: 12/18] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Fri Dec 14 08:12:42 GMT 2012
- [evolution-data-server/openismus-work-master: 13/18] ESourceRegistry: Do not mandate builtin sources. Fri Dec 14 08:12:47 GMT 2012
- [evolution-data-server/openismus-work-master: 14/18] Adding test-server-utils Fri Dec 14 08:12:52 GMT 2012
- [evolution-data-server/openismus-work-master: 15/18] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Fri Dec 14 08:12:57 GMT 2012
- [evolution-data-server/openismus-work-master: 16/18] Ported all tests in tests/ebook/client to use new test framework Fri Dec 14 08:13:02 GMT 2012
- [evolution-data-server/openismus-work-master: 17/18] Ported ECal tests to new test framework Fri Dec 14 08:13:07 GMT 2012
- [evolution-data-server/openismus-work-master: 18/18] Ported ECalClient tests to use ETestServerFixture framework Fri Dec 14 08:13:12 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Fri Dec 14 09:16:57 GMT 2012
- [evolution-data-server] (18 commits) Created branch openismus-work-master Fri Dec 14 09:17:19 GMT 2012
- [evolution-data-server/openismus-work-master: 1/18] Adding test case proving there is a write-write race condition to fix Fri Dec 14 09:17:24 GMT 2012
- [evolution-data-server/openismus-work-master: 2/18] Avoid race conditions when concurrently writing contacts in the addressbook Fri Dec 14 09:17:29 GMT 2012
- [evolution-data-server/openismus-work-master: 3/18] EBookClient, EDataBook: Added direct access APIs Fri Dec 14 09:17:34 GMT 2012
- [evolution-data-server/openismus-work-master: 4/18] EBookBackendFile: Implement the new backend methods for direct access Fri Dec 14 09:17:39 GMT 2012
- [evolution-data-server/openismus-work-master: 5/18] Make the libebook tests use direct read access by default Fri Dec 14 09:17:44 GMT 2012
- [evolution-data-server/openismus-work-master: 6/18] Add support for direct access queries in book views Fri Dec 14 09:17:49 GMT 2012
- [evolution-data-server/openismus-work-master: 7/18] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Fri Dec 14 09:17:54 GMT 2012
- [evolution-data-server/openismus-work-master: 8/18] Remove libedataserverui and make google backend optional Fri Dec 14 09:17:59 GMT 2012
- [evolution-data-server/openismus-work-master: 9/18] Temporarily disabling new GTK+ depending modules. Fri Dec 14 09:18:04 GMT 2012
- [evolution-data-server/openismus-work-master: 10/18] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Fri Dec 14 09:18:09 GMT 2012
- [evolution-data-server/openismus-work-master: 11/18] Removing obsolete tests/tools directory Fri Dec 14 09:18:14 GMT 2012
- [evolution-data-server/openismus-work-master: 12/18] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Fri Dec 14 09:18:19 GMT 2012
- [evolution-data-server/openismus-work-master: 13/18] ESourceRegistry: Do not mandate builtin sources. Fri Dec 14 09:18:24 GMT 2012
- [evolution-data-server/openismus-work-master: 14/18] Adding test-server-utils Fri Dec 14 09:18:29 GMT 2012
- [evolution-data-server/openismus-work-master: 15/18] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Fri Dec 14 09:18:35 GMT 2012
- [evolution-data-server/openismus-work-master: 16/18] Ported all tests in tests/ebook/client to use new test framework Fri Dec 14 09:18:40 GMT 2012
- [evolution-data-server/openismus-work-master: 17/18] Ported ECal tests to new test framework Fri Dec 14 09:18:45 GMT 2012
- [evolution-data-server/openismus-work-master: 18/18] Ported ECalClient tests to use ETestServerFixture framework Fri Dec 14 09:18:50 GMT 2012
- [evolution-data-server/openismus-work] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Fri Dec 14 11:23:16 GMT 2012
- [evolution-data-server/openismus-work] ESourceRegistry: Do not mandate builtin sources. Fri Dec 14 11:23:20 GMT 2012
- [evolution-data-server/openismus-work] Refixing up Makefile to avoid removing the old framework (one test still needs it) Fri Dec 14 11:23:25 GMT 2012
- [evolution-data-server/openismus-work] Adding test-server-utils Fri Dec 14 11:23:30 GMT 2012
- [evolution-data-server/openismus-work] Ported all tests in tests/ebook/client to use new test framework Fri Dec 14 11:23:35 GMT 2012
- [evolution-data-server/openismus-work] Make relocatable addressbooks work with direct access. Fri Dec 14 11:23:40 GMT 2012
- [evolution-data-server/openismus-work] Ported test-client-upgrade-addressbook to new test framework. Fri Dec 14 11:23:45 GMT 2012
- [evolution-data-server/openismus-work] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Fri Dec 14 11:23:50 GMT 2012
- [evolution-data-server/openismus-work] Ported ECal tests to new test framework Fri Dec 14 11:23:55 GMT 2012
- [evolution-data-server/openismus-work] Ported ECalClient tests to use ETestServerFixture framework Fri Dec 14 11:24:00 GMT 2012
- [evolution-data-server/openismus-work] Again fixing makefile to keep the old dbus utils Fri Dec 14 11:24:05 GMT 2012
- [evolution-data-server/openismus-work-master] Make relocatable addressbooks work with direct access. Fri Dec 14 11:41:17 GMT 2012
- [evolution-data-server] Removing e-source-registry-test.c and e-test-dbus-utils.[ch] Sat Dec 15 05:44:36 GMT 2012
- [evolution-data-server] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Sat Dec 15 05:44:40 GMT 2012
- [evolution-data-server] ESourceRegistry: Do not mandate builtin sources. Sat Dec 15 05:44:45 GMT 2012
- [evolution-data-server] Adding test-server-utils Sat Dec 15 05:44:50 GMT 2012
- [evolution-data-server] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Sat Dec 15 05:44:55 GMT 2012
- [evolution-data-server] Ported all tests in tests/ebook/client to use new test framework Sat Dec 15 05:45:01 GMT 2012
- [evolution-data-server] Ported ECal tests to new test framework Sat Dec 15 05:45:05 GMT 2012
- [evolution-data-server] Ported ECalClient tests to use ETestServerFixture framework Sat Dec 15 05:45:10 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Mon Dec 17 08:58:00 GMT 2012
- [evolution-data-server] (10 commits) Created branch openismus-work-master Mon Dec 17 08:58:19 GMT 2012
- [evolution-data-server/openismus-work-master: 1/10] Adding test case proving there is a write-write race condition to fix Mon Dec 17 08:58:24 GMT 2012
- [evolution-data-server/openismus-work-master: 2/10] Avoid race conditions when concurrently writing contacts in the addressbook Mon Dec 17 08:58:29 GMT 2012
- [evolution-data-server/openismus-work-master: 3/10] EBookClient, EDataBook: Added direct access APIs Mon Dec 17 08:58:34 GMT 2012
- [evolution-data-server/openismus-work-master: 4/10] EBookBackendFile: Implement the new backend methods for direct access Mon Dec 17 08:58:39 GMT 2012
- [evolution-data-server/openismus-work-master: 5/10] Make the libebook tests use direct read access by default Mon Dec 17 08:58:44 GMT 2012
- [evolution-data-server/openismus-work-master: 6/10] Add support for direct access queries in book views Mon Dec 17 08:58:49 GMT 2012
- [evolution-data-server/openismus-work-master: 7/10] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Mon Dec 17 08:58:54 GMT 2012
- [evolution-data-server/openismus-work-master: 8/10] Remove libedataserverui and make google backend optional Mon Dec 17 08:59:00 GMT 2012
- [evolution-data-server/openismus-work-master: 9/10] Temporarily disabling new GTK+ depending modules. Mon Dec 17 08:59:05 GMT 2012
- [evolution-data-server/openismus-work-master: 10/10] Make relocatable addressbooks work with direct access. Mon Dec 17 08:59:10 GMT 2012
- [evolution-data-server] Deleted branch openismus-work Mon Dec 17 09:02:45 GMT 2012
- [evolution-data-server] (122 commits) Created branch openismus-work Mon Dec 17 09:03:20 GMT 2012
- [evolution-data-server/openismus-work: 1/122] EBookBackendSqliteDB: Fixed sexp interpretation for 'id' field. Mon Dec 17 09:03:24 GMT 2012
- [evolution-data-server/openismus-work: 2/122] EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set_revision() Mon Dec 17 09:03:30 GMT 2012
- [evolution-data-server/openismus-work: 3/122] Local file backend modified to use sqlite db exclusively Mon Dec 17 09:03:35 GMT 2012
- [evolution-data-server/openismus-work: 4/122] Added e_enum_from_string() and e_enum_to_string() utilities in e-data-server-utiils Mon Dec 17 09:03:40 GMT 2012
- [evolution-data-server/openismus-work: 5/122] EContact: Added boxed type E_CONTACT_TYPE_ATTR_LIST and e_contact_field_type() Mon Dec 17 09:03:45 GMT 2012
- [evolution-data-server/openismus-work: 6/122] Added ESourceAddressBookConfig extension Mon Dec 17 09:03:50 GMT 2012
- [evolution-data-server/openismus-work: 7/122] EBookBackendSqliteDB: Added e_book_backend_sqlitedb_new_full() Mon Dec 17 09:03:55 GMT 2012
- [evolution-data-server/openismus-work: 8/122] EBookBackendFile: Use the new ESourceAddressBookConfig to configure the summary Mon Dec 17 09:08:47 GMT 2012
- [evolution-data-server/openismus-work: 9/122] Added test case to create a book with custom summary fields and fetch a contact. Mon Dec 17 09:08:49 GMT 2012
- [evolution-data-server/openismus-work: 10/122] Fixing e_book_backend_sexp_match_contact() for emails and phone numbers Mon Dec 17 09:08:49 GMT 2012
- [evolution-data-server/openismus-work: 11/122] Adding test case proving there is a write-write race condition to fix Mon Dec 17 09:08:49 GMT 2012
- [evolution-data-server/openismus-work: 14/122] ESourceAddressBookConfig: Added revision-guards option Mon Dec 17 09:08:50 GMT 2012
- [evolution-data-server/openismus-work: 13/122] Avoid race conditions when concurrently writing contacts in the addressbook Mon Dec 17 09:08:50 GMT 2012
- [evolution-data-server/openismus-work: 12/122] Refined test case to avoid conflicting EContactFields Mon Dec 17 09:08:50 GMT 2012
- [evolution-data-server/openismus-work: 16/122] EBookBackendSqliteDB: Enable WAL journal mode Mon Dec 17 09:08:51 GMT 2012
- [evolution-data-server/openismus-work: 15/122] EBookBackendFile: Conditionally check revisions on modified contacts Mon Dec 17 09:08:51 GMT 2012
- [evolution-data-server/openismus-work: 17/122] EDataBook: Added direct access APIs Mon Dec 17 09:08:51 GMT 2012
- [evolution-data-server/openismus-work: 20/122] Added missing files from last commit Mon Dec 17 09:08:52 GMT 2012
- [evolution-data-server/openismus-work: 18/122] EBookClient: Added e_book_client_new_direct() Mon Dec 17 09:08:52 GMT 2012
- [evolution-data-server/openismus-work: 19/122] First mega-patch in libebook --> libebook-contacts split/migration Mon Dec 17 09:08:52 GMT 2012
- [evolution-data-server/openismus-work: 21/122] Added missing makefile Mon Dec 17 09:08:52 GMT 2012
- [evolution-data-server/openismus-work: 22/122] Fixing header files for new library libebook-contacts Mon Dec 17 09:08:54 GMT 2012
- [evolution-data-server/openismus-work: 23/122] More fixing the build for new libebook/libebook-contacts split. Mon Dec 17 09:08:54 GMT 2012
- [evolution-data-server/openismus-work: 24/122] EDataBook: Added hash table to bookkeep the directly loaded backends Mon Dec 17 09:08:59 GMT 2012
- [evolution-data-server/openismus-work: 25/122] Added ESourceDirectAccess extension Mon Dec 17 09:09:00 GMT 2012
- [evolution-data-server/openismus-work: 26/122] Bug 686421 - Restore libebook tests to minimum working condition Mon Dec 17 09:09:00 GMT 2012
- [evolution-data-server/openismus-work: 27/122] client-test-utils.c: Modified to use the ESourceDirectAccess extension to setup the test case books Mon Dec 17 09:09:01 GMT 2012
- [evolution-data-server/openismus-work: 28/122] Make libebook require libebook-contacts in the pkg-config file Mon Dec 17 09:09:01 GMT 2012
- [evolution-data-server/openismus-work: 29/122] Adding missing header file to install in new libebook-contacts lib Mon Dec 17 09:09:02 GMT 2012
- [evolution-data-server/openismus-work: 30/122] Fixed pkg-config files, libebook requires libebook-contacts Mon Dec 17 09:09:03 GMT 2012
- [evolution-data-server/openismus-work: 31/122] EBookClient: Fixed EBookClient async open routine to chain with the direct book Mon Dec 17 09:09:04 GMT 2012
- [evolution-data-server/openismus-work: 32/122] Reviving async client test Mon Dec 17 09:09:05 GMT 2012
- [evolution-data-server/openismus-work: 34/122] Currently make the tests use direct read access by default Mon Dec 17 09:09:07 GMT 2012
- [evolution-data-server/openismus-work: 33/122] Fixing build after mega-merge Mon Dec 17 09:09:07 GMT 2012
- [evolution-data-server/openismus-work: 35/122] EDataBookView: Adding direct access APIs and GSignals for notifications Mon Dec 17 09:09:08 GMT 2012
- [evolution-data-server/openismus-work: 36/122] EDataBook: Added direct access apis for fetching an EDataBookView Mon Dec 17 09:09:08 GMT 2012
- [evolution-data-server/openismus-work: 39/122] Fixup e_enum_to_string() Mon Dec 17 09:09:09 GMT 2012
- [evolution-data-server/openismus-work: 38/122] EBookClient: If the client is a direct access client, then use a direct access EBookClientView as we Mon Dec 17 09:09:09 GMT 2012
- [evolution-data-server/openismus-work: 37/122] EBookClientView: Added constructor for direct access Mon Dec 17 09:09:09 GMT 2012
- [evolution-data-server/openismus-work: 40/122] Fixup e_contact_field_type() Mon Dec 17 09:09:14 GMT 2012
- [evolution-data-server/openismus-work: 42/122] EBookBackendSqliteDB: Backporting fixes from openismus-work-master Mon Dec 17 09:09:14 GMT 2012
- [evolution-data-server/openismus-work: 41/122] Added e_util_utf8_normalize() Mon Dec 17 09:09:14 GMT 2012
- [evolution-data-server/openismus-work: 43/122] EBookBackendSqliteDB: More fixups Mon Dec 17 09:09:14 GMT 2012
- [evolution-data-server/openismus-work: 44/122] EBookBackendSexp: Fixed to use the new e_util_utf8_normalize() function Mon Dec 17 09:09:14 GMT 2012
- [evolution-data-server/openismus-work: 45/122] EBookBackendSexp: Using a const pointer in compare_phone() as milan requested. Mon Dec 17 09:09:15 GMT 2012
- [evolution-data-server/openismus-work: 49/122] EBookBackendFile: Updated to use the new constructor for e_book_backend_sqlitedb_new_full Mon Dec 17 09:09:16 GMT 2012
- [evolution-data-server/openismus-work: 48/122] Adding missing header file Mon Dec 17 09:09:16 GMT 2012
- [evolution-data-server/openismus-work: 46/122] Split up ESourceAddressBookConfig and ESourceBackendSummarySetup Mon Dec 17 09:09:16 GMT 2012
- [evolution-data-server/openismus-work: 47/122] e_book_backend_sqlitedb_new_full(): Simplified to take the extension directly. Mon Dec 17 09:09:16 GMT 2012
- [evolution-data-server/openismus-work: 52/122] tests: Don't use g_ensure_type() yet Mon Dec 17 09:09:18 GMT 2012
- [evolution-data-server/openismus-work: 53/122] Removing ESourceDirectAccess extension Mon Dec 17 09:09:18 GMT 2012
- [evolution-data-server/openismus-work: 50/122] Updating test case for new name ESourceBackendSummarySetup Mon Dec 17 09:09:18 GMT 2012
- [evolution-data-server/openismus-work: 51/122] Fixing gtk-doc comment for new ESourceBackendSummarySetup extension Mon Dec 17 09:09:18 GMT 2012
- [evolution-data-server/openismus-work: 54/122] Added EGdbusBookDirect Mon Dec 17 09:09:18 GMT 2012
- [evolution-data-server/openismus-work: 55/122] Added EDataBookDirect Mon Dec 17 09:09:20 GMT 2012
- [evolution-data-server/openismus-work: 56/122] EBookClient: Now fetch the direct backend details over D-Bus in e_book_client_new_direct() Mon Dec 17 09:09:20 GMT 2012
- [evolution-data-server/openismus-work: 59/122] EBookBackendSqliteDB: Avoid errors on conflicting summaries Mon Dec 17 09:09:28 GMT 2012
- [evolution-data-server/openismus-work: 57/122] EBookBackendFile: Implement the new backend methods for direct access Mon Dec 17 09:09:29 GMT 2012
- [evolution-data-server/openismus-work: 60/122] Fix regression on fields-of-interest as much as possible. Mon Dec 17 09:09:29 GMT 2012
- [evolution-data-server/openismus-work: 58/122] client-test-utils: Use direct access mode, now without using the extension. Mon Dec 17 09:09:29 GMT 2012
- [evolution-data-server/openismus-work: 61/122] Fixed bad merge of previous commit (fixing regression for UID/REV fields-of-interest) Mon Dec 17 09:09:31 GMT 2012
- [evolution-data-server/openismus-work: 65/122] Revert "EBookClient: If the client is a direct access client, then use a direct access EBookClientVi Mon Dec 17 09:09:33 GMT 2012
- [evolution-data-server/openismus-work: 63/122] Revert addition of e_data_book_get_view() APIs Mon Dec 17 09:09:33 GMT 2012
- [evolution-data-server/openismus-work: 62/122] Revert "EBookClientView: Added constructor for direct access" Mon Dec 17 09:09:33 GMT 2012
- [evolution-data-server/openismus-work: 64/122] Revert "EDataBookView: Adding direct access APIs and GSignals for notifications" Mon Dec 17 09:09:33 GMT 2012
- [evolution-data-server/openismus-work: 67/122] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 71/122] Fixing e_book_backend_sqlitedb_search_uids() Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 73/122] Fix lock of loaded modules in EDataBook Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 70/122] Extending test-client-custom-summary to try e_book_client_get_contacts_uids() Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 72/122] Adding test case for e_book_client_get_contacts_uids() Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 66/122] Make test-client-custom-summary also use DRA mode Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 68/122] Add support for direct access queries in book views Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 69/122] EBookBackendSqliteDB: Fix e_book_backend_sqlitedb_search_uids() Mon Dec 17 09:09:34 GMT 2012
- [evolution-data-server/openismus-work: 74/122] Adding test that fires up multiple EBookClientViews Mon Dec 17 09:09:35 GMT 2012
- [evolution-data-server/openismus-work: 75/122] test-client-custom-summary: Added a query on the EVC_N vcard field Mon Dec 17 09:09:40 GMT 2012
- [evolution-data-server/openismus-work: 76/122] Adjusted vala build for library splitup of libebook & libebook-contacts Mon Dec 17 09:09:43 GMT 2012
- [evolution-data-server/openismus-work: 77/122] Fixed GIR build and vala build for libebook Mon Dec 17 09:09:48 GMT 2012
- [evolution-data-server/openismus-work: 105/122] libebook-contacts: Add phone number specific queries Mon Dec 17 09:13:06 GMT 2012
- [evolution-data-server/openismus-work: 106/122] sqlitedb: Permit indexing of phone numbers Mon Dec 17 09:13:06 GMT 2012
- [evolution-data-server/openismus-work: 109/122] sqlitedb: Avoid warnings on upgrade from BDB format Mon Dec 17 09:13:07 GMT 2012
- [evolution-data-server/openismus-work: 110/122] tests: Actually commit the upgrade test Mon Dec 17 09:13:07 GMT 2012
- [evolution-data-server/openismus-work: 108/122] tests: Verify upgrade to SQLite-only addressbook Mon Dec 17 09:13:07 GMT 2012
- [evolution-data-server/openismus-work: 107/122] sqlitedb: Store E.164 param in vcards Mon Dec 17 09:13:07 GMT 2012
- [evolution-data-server/openismus-work: 112/122] Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES Mon Dec 17 09:13:08 GMT 2012
- [evolution-data-server/openismus-work: 113/122] ESourceRegistry: Do not mandate builtin sources. Mon Dec 17 09:13:08 GMT 2012
- [evolution-data-server/openismus-work: 111/122] sqlitedb: Properly restore vCards from summary Mon Dec 17 09:13:08 GMT 2012
- [evolution-data-server/openismus-work: 114/122] Refixing up Makefile to avoid removing the old framework (one test still needs it) Mon Dec 17 09:13:09 GMT 2012
- [evolution-data-server/openismus-work: 115/122] Adding test-server-utils Mon Dec 17 09:13:09 GMT 2012
- [evolution-data-server/openismus-work: 79/122] revision checking: off by default Mon Dec 17 09:13:11 GMT 2012
- [evolution-data-server/openismus-work: 78/122] Remove libedataserverui and make google backend optional Mon Dec 17 09:13:11 GMT 2012
- [evolution-data-server/openismus-work: 80/122] Cleanup GTK+ dependency removal Mon Dec 17 09:13:11 GMT 2012
- [evolution-data-server/openismus-work: 81/122] Fixing make dist for libebook Mon Dec 17 09:13:12 GMT 2012
- [evolution-data-server/openismus-work: 83/122] Add libebook-contacts to the gir-compiler includes Mon Dec 17 09:13:12 GMT 2012
- [evolution-data-server/openismus-work: 82/122] Specify DIST_SUBDIRS in addressbook/backends/Makefile.am Mon Dec 17 09:13:13 GMT 2012
- [evolution-data-server/openismus-work: 84/122] tests: Port test-client-custom-summary.c to gtest Mon Dec 17 09:13:14 GMT 2012
- [evolution-data-server/openismus-work: 85/122] tests: Use absolute paths for SRCDIR Mon Dec 17 09:13:15 GMT 2012
- [evolution-data-server/openismus-work: 86/122] Updated revision guards API to return an E_CLIENT_ERROR Mon Dec 17 09:13:17 GMT 2012
- [evolution-data-server/openismus-work: 87/122] Updated test-client-write-write.c to watch for the new E_CLIENT_ERROR_OUT_OF_SYNC Mon Dec 17 09:13:19 GMT 2012
- [evolution-data-server/openismus-work: 88/122] client-test-utils.c: Enable revision guards for test cases Mon Dec 17 09:13:21 GMT 2012
- [evolution-data-server/openismus-work: 91/122] Prototype a D-Bus unit test harness. Mon Dec 17 09:13:24 GMT 2012
- [evolution-data-server/openismus-work: 90/122] Fixing GTK+ dependency removal patch Mon Dec 17 09:13:24 GMT 2012
- [evolution-data-server/openismus-work: 89/122] For openismus-work branch, make test-client-custom-summary not use function from glib 2.34 Mon Dec 17 09:13:24 GMT 2012
- [evolution-data-server/openismus-work: 94/122] tests: Use private D-Bus session in EBookClient test Mon Dec 17 09:13:25 GMT 2012
- [evolution-data-server/openismus-work: 92/122] tests: Add a few missing license headers Mon Dec 17 09:13:25 GMT 2012
- [evolution-data-server/openismus-work: 93/122] tests: Add configured datadir to the D-Bus dirs Mon Dec 17 09:13:25 GMT 2012
- [evolution-data-server/openismus-work: 95/122] tests: Add shared new_custom_temp_client() Mon Dec 17 09:13:26 GMT 2012
- [evolution-data-server/openismus-work: 96/122] tests: Port libebook/test-query.c to GTest Mon Dec 17 09:13:27 GMT 2012
- [evolution-data-server/openismus-work: 97/122] tests: Verify more EBook queries Mon Dec 17 09:13:34 GMT 2012
- [evolution-data-server/openismus-work: 98/122] build: Move langinfo checks into autoconf macro Mon Dec 17 09:13:35 GMT 2012
- [evolution-data-server/openismus-work: 99/122] libedata-book: Use slice allocator for EbSdbSearchData Mon Dec 17 09:13:35 GMT 2012
- [evolution-data-server/openismus-work: 101/122] libebook-contacts: Reduce code-duplication in e_book_query_from_string() Mon Dec 17 09:13:37 GMT 2012
- [evolution-data-server/openismus-work: 100/122] libedata-book: Simplify signature of sexp helpers Mon Dec 17 09:13:37 GMT 2012
- [evolution-data-server/openismus-work: 102/122] libebook-contacts: Document EBookQueryTest Mon Dec 17 09:13:38 GMT 2012
- [evolution-data-server/openismus-work: 104/122] libedataserver: Add phone number utilities Mon Dec 17 09:13:39 GMT 2012
- [evolution-data-server/openismus-work: 103/122] libedataserver: Don't print warning if e_sexp_parse() fails Mon Dec 17 09:13:39 GMT 2012
- [evolution-data-server/openismus-work: 116/122] Ported all tests in tests/ebook/client to use new test framework Mon Dec 17 09:13:40 GMT 2012
- [evolution-data-server/openismus-work: 117/122] Make relocatable addressbooks work with direct access. Mon Dec 17 09:13:41 GMT 2012
- [evolution-data-server/openismus-work: 118/122] Ported test-client-upgrade-addressbook to new test framework. Mon Dec 17 09:13:41 GMT 2012
- [evolution-data-server/openismus-work: 119/122] Ported EBook (deprecated) test cases to use the new test-server-utils scaffold. Mon Dec 17 09:13:46 GMT 2012
- [evolution-data-server/openismus-work: 120/122] Ported ECal tests to new test framework Mon Dec 17 09:13:51 GMT 2012
- [evolution-data-server/openismus-work: 121/122] Ported ECalClient tests to use ETestServerFixture framework Mon Dec 17 09:13:54 GMT 2012
- [evolution-data-server/openismus-work: 122/122] Again fixing makefile to keep the old dbus utils Mon Dec 17 09:13:59 GMT 2012
- [evolution-data-server/openismus-work] Adding missing vcard for test-client-custom-summary test. Mon Dec 17 09:35:29 GMT 2012
- [evolution-data-server] Removing LIBEDATASERVERUI_CURRENT/REVISION/AGE definitions Mon Dec 17 10:30:04 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Mon Dec 17 10:44:10 GMT 2012
- [evolution-data-server] (10 commits) Created branch openismus-work-master Mon Dec 17 10:44:32 GMT 2012
- [evolution-data-server/openismus-work-master: 1/10] Making google backend optional. Mon Dec 17 10:44:39 GMT 2012
- [evolution-data-server/openismus-work-master: 2/10] Adding test case proving there is a write-write race condition to fix Mon Dec 17 10:44:42 GMT 2012
- [evolution-data-server/openismus-work-master: 3/10] Avoid race conditions when concurrently writing contacts in the addressbook Mon Dec 17 10:44:47 GMT 2012
- [evolution-data-server/openismus-work-master: 4/10] EBookClient, EDataBook: Added direct access APIs Mon Dec 17 10:44:52 GMT 2012
- [evolution-data-server/openismus-work-master: 5/10] EBookBackendFile: Implement the new backend methods for direct access Mon Dec 17 10:44:57 GMT 2012
- [evolution-data-server/openismus-work-master: 6/10] Add support for direct access queries in book views Mon Dec 17 10:45:02 GMT 2012
- [evolution-data-server/openismus-work-master: 7/10] Make relocatable addressbooks work with direct access. Mon Dec 17 10:45:07 GMT 2012
- [evolution-data-server/openismus-work-master: 8/10] Make the libebook tests use direct read access by default Mon Dec 17 10:45:12 GMT 2012
- [evolution-data-server/openismus-work-master: 9/10] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Mon Dec 17 10:45:17 GMT 2012
- [evolution-data-server/openismus-work-master: 10/10] Temporarily disabling new GTK+ depending modules. Mon Dec 17 10:45:22 GMT 2012
- [evolution-data-server] Deleted branch openismus-work-master Mon Dec 17 10:58:25 GMT 2012
- [evolution-data-server] (10 commits) Created branch openismus-work-master Mon Dec 17 10:58:27 GMT 2012
- [evolution-data-server/openismus-work-master: 3/10] Avoid race conditions when concurrently writing contacts in the addressbook Mon Dec 17 10:58:27 GMT 2012
- [evolution-data-server/openismus-work-master: 2/10] Adding test case proving there is a write-write race condition to fix Mon Dec 17 10:58:27 GMT 2012
- [evolution-data-server/openismus-work-master: 5/10] EBookBackendFile: Implement the new backend methods for direct access Mon Dec 17 10:58:27 GMT 2012
- [evolution-data-server/openismus-work-master: 1/10] This patch makes google addressbook backend optional Mon Dec 17 10:58:27 GMT 2012
- [evolution-data-server/openismus-work-master: 6/10] Add support for direct access queries in book views Mon Dec 17 10:58:28 GMT 2012
- [evolution-data-server/openismus-work-master: 4/10] EBookClient, EDataBook: Added direct access APIs Mon Dec 17 10:58:28 GMT 2012
- [evolution-data-server/openismus-work-master: 8/10] Make the libebook tests use direct read access by default Mon Dec 17 10:58:29 GMT 2012
- [evolution-data-server/openismus-work-master: 9/10] client-test-utils.c: Only use direct access if DEBUG_DIRECT env var is set Mon Dec 17 10:58:29 GMT 2012
- [evolution-data-server/openismus-work-master: 7/10] Make relocatable addressbooks work with direct access. Mon Dec 17 10:58:29 GMT 2012
- [evolution-data-server/openismus-work-master: 10/10] Temporarily disabling new GTK+ depending modules. Mon Dec 17 10:58:29 GMT 2012
- [evolution-data-server/openismus-work] Added ported GTestDBus as ETestDBus in local tree (avoid glib 2.34 dependency) Tue Dec 18 09:26:56 GMT 2012
=?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
=?utf-8?b?QmFsw6F6cyDDmnI=?=
=?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
=?utf-8?b?TWFyZWsgS2HFocOtaw==?=
=?utf-8?b?UGF2b2wgS2xhxI1hbnNrw70=?=
=?utf-8?b?UGV0ciBLb3bDocWZ?=
=?utf-8?b?w4FsdmFybyBQZcOxYQ==?=
=?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
=?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
=?utf-8?q?Andr=C3=A9s_Aragoneses?=
=?utf-8?q?Aurimas_=C4=8Cernius?=
=?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
=?utf-8?q?Dan_Vr=C3=A1til?=
=?utf-8?q?Erick_P=C3=A9rez_Castellanos?=
=?utf-8?q?Florian_M=C3=BCllner?=
=?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
=?utf-8?q?Guido_G=C3=BCnther?=
=?utf-8?q?Heinrich_M=C3=BCller?=
=?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
=?utf-8?q?Javier_Jard=C3=B3n?=
=?utf-8?q?J=C3=BCrg_Billeter?=
=?utf-8?q?Jean_Br=C3=A9fort?=
=?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
=?utf-8?q?Jehan_Pag=C3=A8s?=
=?utf-8?q?Jo=C3=A3o_Sebasti=C3=A3o_de_Oliveira_Bueno_Calligaris?=
=?utf-8?q?Jos=C3=A9_Alburquerque?=
=?utf-8?q?Kolbj=C3=B8rn_Stuest=C3=B8l?=
=?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
=?utf-8?q?Mario_Bl=C3=A4ttermann?=
=?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
=?utf-8?q?Peter_Mr=C3=A1z?=
=?utf-8?q?Piotr_Dr=C4=85g?=
=?utf-8?q?R=C5=ABdolfs_Mazurs?=
=?utf-8?q?S=C3=A9bastien_Wilmet?=
=?utf-8?q?St=C3=A9phane_D=C3=A9murget?=
=?utf-8?q?Tim-Philipp_M=C3=BCller?=
=?utf-8?q?Wolfgang_St=C3=B6ggl?=
Valek Frob
Victor Matheus de Araujo Oliveira
Vivien Malerba
William Jon McCann
W . Michael Petullo
Xan Lopez
Xavier de Blas
Yaron Shahrabani
YunQiang Su
Yuri Myasoedov
Zeeshan Ali Khattak
Mail converted by MHonArc