Aaron Bockover
Adam Schreiber
Akhil Laddha
Alejandro Valdes Jimenez
Alexander Alexandrov Shopov
Alexander Kojevnikov
Alexander Larsson
- [gnio] Fix up minor build issues in last commit Mon May 04 19:41:10 GMT 2009
- [gnio] Update and build test/server.c Mon May 04 19:41:21 GMT 2009
- [gnio] Don't free uninitialized memory Mon May 04 19:41:31 GMT 2009
- [gnio] Remove unnecessary sys/socket.h include from test Mon May 04 20:05:07 GMT 2009
- [gnio] Build "test" subdir too Mon May 04 20:35:07 GMT 2009
- [gnio] Handle WOULD_BLOCK when writing Tue May 05 08:41:29 GMT 2009
- [gnio] Support win32 specific socket errnos Tue May 05 08:41:33 GMT 2009
- [gnio] In non-blocking mode, wait before sending data Tue May 05 10:31:54 GMT 2009
- [gnio] Add GSocketSourceFunc declaration Tue May 05 10:31:58 GMT 2009
- [gnio] Add support to test the socket source Tue May 05 10:32:03 GMT 2009
- [gnio] Ensure that sources are freed Tue May 05 11:31:12 GMT 2009
- [gnio] Implement condition check/wait and GSource for win32 Tue May 05 11:31:19 GMT 2009
- [gnio] Unref GSources after attaching Tue May 05 11:34:55 GMT 2009
- [gnio] Mark translations in GSocket Tue May 05 12:52:17 GMT 2009
- [gnio] Add g_socket_send_to and g_socket_recieve_from Wed May 06 08:18:13 GMT 2009
- [gnio] Use the new GSocket recieve_from and send_to helpers Wed May 06 08:18:17 GMT 2009
- [gnio] Add command line argument to set port Wed May 06 09:05:50 GMT 2009
- [gnio] Unset blocking_mode_unknown if successfully set blocking mode Wed May 06 09:19:24 GMT 2009
- [gnio] Add error checking to g_tcp_listener_socket_factory Wed May 06 09:44:26 GMT 2009
- [gnio] Add cancellation testing code to server.c Wed May 06 10:26:34 GMT 2009
- [glib] Simplify GCancellable support on win32 Wed May 06 11:21:31 GMT 2009
- [glib] Fix gcancellable.c build on non-win32 Wed May 06 11:27:10 GMT 2009
- [gnio] Always set close-on-exec on socket fds we create Wed May 06 12:01:54 GMT 2009
- [gnio] Add g_socket_get_fd Wed May 06 13:29:41 GMT 2009
- [gnio] Add GSocketMsgFlags enum with computed values Wed May 06 14:19:50 GMT 2009
- [gnio] Move glib merging helper stuff to new file config.h Wed May 06 21:16:56 GMT 2009
- [gnio] Add GInitable interface Wed May 06 21:17:02 GMT 2009
- [gnio] Install the gnioconfig.h file Wed May 06 21:17:07 GMT 2009
- [gnio] Clean up docs wrt init() idempotence Wed May 06 21:17:11 GMT 2009
- [gnio] Convert GSocket to GInitable and update users Wed May 06 21:17:17 GMT 2009
- [gnio] Add since markers to GInitable Thu May 07 07:51:15 GMT 2009
- [gnio] Remove empty base_init function Thu May 07 07:51:20 GMT 2009
- [gnio] Add asynchronous initable interface Thu May 07 07:51:27 GMT 2009
- [gnio] Use Returns: in gtk-doc, not Return value: Thu May 07 14:54:41 GMT 2009
- [gnio] Add API docs for GSocket Thu May 07 14:54:45 GMT 2009
- [gnio] Add API docs for GInitable Thu May 07 14:54:48 GMT 2009
- [gnio] Fix typo in doc Thu May 07 14:54:51 GMT 2009
- [gnio] Rename the GAsyncInitable _new* helper to _new*_async Thu May 07 14:54:57 GMT 2009
- [gnio] Add API docs for GAsyncInitable Thu May 07 15:07:41 GMT 2009
- [gnio] Add g_socket_check_pending_error Thu May 07 17:00:17 GMT 2009
- [gnio] Use g_socket_check_pending_error() for async connect Thu May 07 17:00:23 GMT 2009
- [gnio] Only report the requested condition bits in the GSocket source Thu May 07 17:00:27 GMT 2009
- [gnio] Clean up and document GSocketControlMessage Thu May 07 18:59:22 GMT 2009
- [gnio] Only init GUnixFDMessage on unix Thu May 07 18:59:23 GMT 2009
- [gnio] Clean up G_IO_ERROR extensions Thu May 07 19:07:10 GMT 2009
- [gnio] Make sure we correctly return G_IO_ERROR_ADDRESS_IN_USE Thu May 07 19:07:14 GMT 2009
- [gnio] Add accessors for family, type and protocol. Fri May 08 11:54:42 GMT 2009
- [gnio] Rename g_socket_get_socket_protocol to g_socket_get_protocol Fri May 08 12:33:38 GMT 2009
- [gvfs] Emit the new pre-unmount signal on GMounts (#576105) Fri May 08 14:04:47 GMT 2009
- [gnio] (6 commits) Created branch connection-factory Fri May 08 14:25:38 GMT 2009
- [gnio/connection-factory: 1/6] Add generic socket connection factory Fri May 08 14:25:41 GMT 2009
- [gnio/connection-factory: 2/6] Register GUnixConnection with connection factory Fri May 08 14:25:45 GMT 2009
- [gnio/connection-factory: 3/6] Register GTcpConnection with connection factory Fri May 08 14:25:50 GMT 2009
- [gnio/connection-factory: 4/6] Use the generic socket connection constructor in GSocketListener Fri May 08 14:25:55 GMT 2009
- [gnio/connection-factory: 5/6] Use the common socket connection factory for GSocketClient Fri May 08 14:26:01 GMT 2009
- [gnio/connection-factory: 6/6] Remove socket factory from GSocketClient Fri May 08 14:26:06 GMT 2009
- [gnio/connection-factory] Various GSocketClient cleanups and fixes Fri May 08 19:41:22 GMT 2009
- [gnio/connection-factory] Add g_socket_client_new() Fri May 08 19:41:31 GMT 2009
- [gnio/connection-factory] Simplify GTcpClient Fri May 08 19:41:33 GMT 2009
- [gnio/connection-factory] Add connect to host helper functions Fri May 08 19:41:37 GMT 2009
- [gnio/connection-factory] Use g_socket_client_connect_to_host instead of g_tcp_client_.. Fri May 08 19:41:47 GMT 2009
- [gnio/connection-factory] Add g_socket_connecton_get_socket Fri May 08 19:41:51 GMT 2009
- [gnio/connection-factory] Remove GTcpClient and GUnixClient Fri May 08 19:41:55 GMT 2009
- [gnio] Don't leak GSocket->priv->protocol Fri May 08 19:46:39 GMT 2009
- [gnio] Remove last mentions of "domain", its really "family" Fri May 08 19:46:43 GMT 2009
- [gnio/connection-factory] Pass source GSocket to GSocketSourceFunc Sat May 09 21:17:54 GMT 2009
- [gnio/connection-factory] Fix locking deadlock on connection factory Sat May 09 21:17:57 GMT 2009
- [gnio/connection-factory] Re-imagining GSocketListener Sat May 09 21:18:06 GMT 2009
- [gnio/connection-factory] Make GSocketService inherit from GSocketListener Sat May 09 21:18:10 GMT 2009
- [gnio/connection-factory] Correctly handle errors on commit in GSocketClient Mon May 11 12:59:47 GMT 2009
- [gnio/connection-factory] Add back support for host:port style hostnames Mon May 11 12:59:52 GMT 2009
- [gnio/connection-factory] Add source_object to the GSocketListener sources Mon May 11 12:59:58 GMT 2009
- [gnio/connection-factory] Use a thread pool in GThreadedSocketService Mon May 11 13:00:02 GMT 2009
- [gnio/connection-factory] Add http server example Mon May 11 13:00:08 GMT 2009
- [gnio/connection-factory] Add g_socket_listener_set_backlog Mon May 11 13:45:03 GMT 2009
- [gnio/connection-factory] Rename active to outstanding_accept Mon May 11 19:26:10 GMT 2009
- [gnio/connection-factory] Add start/stop to GSocketService Mon May 11 19:26:15 GMT 2009
- [gnio/connection-factory] Stop socket service when thread pool is full Mon May 11 19:26:20 GMT 2009
- [gnio] Don't call things input_stream in the output stream Tue May 12 10:15:17 GMT 2009
- [gnio] Turn GIOStream to a base class Tue May 12 10:15:25 GMT 2009
- [gnio] Add method padding to GSocket Tue May 12 10:15:27 GMT 2009
- [gnio/connection-factory] (6 commits) ...Merge branch 'master' into connection-factory Tue May 12 10:41:10 GMT 2009
- [gnio/connection-factory: 6/6] Merge branch 'master' into connection-factory Tue May 12 10:41:17 GMT 2009
- [glib] Remove not actually used member "cancelled" Tue May 12 11:59:04 GMT 2009
- [nautilus] Allow users to define shortcuts for extension menu items Tue May 12 12:01:26 GMT 2009
- [gvfs] Ref the infos in next_files_finish (#582195) Tue May 12 12:24:28 GMT 2009
- [gvfs/gnome-2-26] Ref the infos in next_files_finish (#582195) Tue May 12 12:25:36 GMT 2009
- [gnio] Add more GIOStream docs Tue May 12 13:08:22 GMT 2009
- [nautilus] Don't crash if parent button_press_event is NULL (#582457) Wed May 13 11:43:07 GMT 2009
- [glib] Remove close in finalize, we do it in dispose Wed May 13 12:44:58 GMT 2009
- [glib] Import GIOStream from gnio Wed May 13 12:45:05 GMT 2009
- [glib] Add comment about lifecycle issues for GIOStreams Wed May 13 12:45:08 GMT 2009
- [glib] Add GFileIOStream class Wed May 13 12:45:16 GMT 2009
- [glib] Add GIOStream operations to GFile Wed May 13 12:45:21 GMT 2009
- [glib] Local file implementation of GFileIOStream and ops Wed May 13 12:45:26 GMT 2009
- [glib] Add tests for local GIOStream GFile ops Wed May 13 12:45:29 GMT 2009
- [gnio] Update to use GIOStream from gio Wed May 13 12:51:51 GMT 2009
- [gnio] Always use non-blocking sockets and emulate blocking mode for the API Thu May 14 12:56:01 GMT 2009
- [gnio] Make reuse address a bind argument instead of a setting Thu May 14 12:56:06 GMT 2009
- [glib] Add the new GFile ops to gio.symbols Thu May 14 17:20:47 GMT 2009
- [glib] Add g_network_address_parse Thu May 14 17:20:51 GMT 2009
- [gnio/connection-factory] (8 commits) ...Use the GNetworkAddress parsing function Thu May 14 17:20:54 GMT 2009
- [glib] Import GInitable, GSocket and dependencies from gnio Thu May 14 17:20:56 GMT 2009
- [glib] Set optlen before calling getsockopt Thu May 14 17:21:04 GMT 2009
- [gnio/connection-factory: 6/8] Update to the new GSocketSourceFunc prototype Thu May 14 17:21:06 GMT 2009
- [glib] Make GSocketSourceFunc return the GSocket Thu May 14 17:21:08 GMT 2009
- [gnio/connection-factory: 5/8] Use GSocket etc from gio, require new glib Thu May 14 17:21:12 GMT 2009
- [gnio/connection-factory: 8/8] Use the GNetworkAddress parsing function Thu May 14 17:21:15 GMT 2009
- [gnio/connection-factory: 7/8] Merge branch 'master' into connection-factory Thu May 14 17:21:18 GMT 2009
- [gnio] (2 commits) ...Update to the new GSocketSourceFunc prototype Thu May 14 17:21:19 GMT 2009
- [glib] Store protocol by id, add lookup function for name Fri May 15 07:19:29 GMT 2009
- [gnio/connection-factory] Update to the new GSocket API for with protocol as int Fri May 15 07:19:58 GMT 2009
- [gnio] (30 commits) ...Update to the new GSocket API for with protocol as int Fri May 15 07:20:03 GMT 2009
- [glib] Fix deadlock in threaded resolver Fri May 15 08:09:35 GMT 2009
- [glib] Add test apps for GSocket API Fri May 15 08:09:40 GMT 2009
- [gnio] Don't build server.c, this test moved to glib Fri May 15 08:10:51 GMT 2009
- [glib] Add padding to new classes Fri May 15 08:30:27 GMT 2009
- [glib] Make cancellable pipe fds close-on-exec Fri May 15 08:43:50 GMT 2009
- [gnio] Fix error handling in g_socket_client_connect Fri May 15 17:57:04 GMT 2009
- [gnio] Use real enum GType for socket type property Fri May 15 17:57:05 GMT 2009
- [gnio] Remove unused includes Fri May 15 17:57:09 GMT 2009
- [gnio] Add getter and setters for GSocketClient properties Fri May 15 17:57:14 GMT 2009
- [gnio] Add g_socket_client_connect_to_host_finish Fri May 15 17:57:20 GMT 2009
- [gnio] Add docs for GSocketClient Fri May 15 17:57:26 GMT 2009
- [gnio] Add docs to GSocketConnection Fri May 15 17:57:31 GMT 2009
- [gnio] Add get_local/remote_address to GSocketConnection Fri May 15 17:57:35 GMT 2009
- [gnio] Make GSocketInput/OutputStream more in-line with glib style Fri May 15 17:57:40 GMT 2009
- [gnio] Add docs and minor cleanups of GUnixConnection and GTcpConnection Fri May 15 17:57:46 GMT 2009
- [gnio] Add class padding and G_GNUC_CONST for get_type calls Fri May 15 17:57:49 GMT 2009
- [gnio] Make GSocketListener & co more in-line with glib style Fri May 15 17:57:57 GMT 2009
- [gnio] Add docs for GSocketListener and subclasses Fri May 15 17:58:01 GMT 2009
- [gnio] Rearrange argument order so GCancellable is before GError Fri May 15 18:10:48 GMT 2009
- [gvfs] Use new race-free cancellable signal connect APIs (#572844) Fri May 15 18:16:45 GMT 2009
- [glib] Forgot to return the allocated data in async_op_wrapper_new Fri May 15 19:35:44 GMT 2009
- [glib] Include stdlib.h to avoid warning Fri May 15 19:35:48 GMT 2009
- [glib] Remove unused variable Fri May 15 19:35:53 GMT 2009
- [glib] Import all the highlevel socket classes from gnio Fri May 15 19:35:58 GMT 2009
- [glib] Add references to highlevel classes in GSocket docs Fri May 15 19:36:03 GMT 2009
- [glib] Add test apps for highlevel socket classes Fri May 15 19:36:09 GMT 2009
- [glib] Add max_threads argument to g_threaded_socket_service_new Mon May 18 06:48:26 GMT 2009
- [glib] Remove g_socket_set/get_reuse_address from header Mon May 18 11:08:34 GMT 2009
- [glib] Add more internal headers for gtk-doc to ignore Mon May 18 11:08:43 GMT 2009
- [glib] Make all non-static functions start with underscore Mon May 18 11:08:49 GMT 2009
- [glib] Remove gtk-doc warnings Mon May 18 11:08:50 GMT 2009
- [glib] Update the docs for the new network APIs Mon May 18 11:08:57 GMT 2009
- [gvfs/gnome-2-26] Update NEWS Mon May 18 12:20:50 GMT 2009
- [gvfs] Created tag 1.2.3 Mon May 18 12:22:15 GMT 2009
- [glib] Add GError to g_socket_address_to_native Mon May 18 19:33:11 GMT 2009
- [glib] Add support for abstract unix socket addresses Mon May 18 19:33:15 GMT 2009
- [nautilus/gnome-2-26] Update NEWS Mon May 18 19:58:32 GMT 2009
- [nautilus] Created tag 2.26.3 Mon May 18 19:58:37 GMT 2009
- [glib] Ignore error when setting SO_REUSEADDR Mon May 18 21:26:55 GMT 2009
- [glib] Clean up refereces to @protocol_id in g_socket_new docs Tue May 19 13:31:46 GMT 2009
- [glib] Read socket state in g_socket_get_local/remote_address Tue May 19 13:31:53 GMT 2009
- [glib] Update docs on listen backlog Tue May 19 13:31:55 GMT 2009
- [glib] Rename g_socket_check_pending_error to g_socket_check_connect_result Tue May 19 13:32:01 GMT 2009
- [glib] Document GOutputVector and GInputVector Tue May 19 13:32:08 GMT 2009
- [glib] Add g_socket_shutdown Tue May 19 13:32:11 GMT 2009
- [glib] Fix g_unix_socket_address_abstract_names_supported docs Tue May 19 13:32:19 GMT 2009
- [glib] Set the listen backlog before calling listen. Tue May 19 13:32:26 GMT 2009
- [glib] Add send-data, a g_socket_client test case Tue May 19 13:33:30 GMT 2009
- [glib] Call sync close function directly in async implementation Wed May 20 09:21:49 GMT 2009
- [glib] Add support for graceful disconnect to GTcpConnection Wed May 20 09:21:55 GMT 2009
- [glib] Actually implement max_threads for GThreadedSocketService Wed May 20 09:32:22 GMT 2009
- [glib] Clarify "current condition" in g_socket_create_source docs Wed May 20 09:32:24 GMT 2009
- [glib] Remove protocol names, instead use an enum with common protocols Wed May 20 10:15:43 GMT 2009
- [glib] Add missing types to gio.types Wed May 20 10:15:44 GMT 2009
- [glib] Add missing symbols to gio.symbols Wed May 20 10:15:51 GMT 2009
- [glib] Remove non-existing parameter from docs Wed May 20 10:15:55 GMT 2009
- [glib] Ignore SIGPIPE when using GSocket Wed May 20 10:33:59 GMT 2009
- [glib] Add helper functions for connecting to service (#583061) Wed May 20 10:42:36 GMT 2009
- [glib] Check that close_fn is not %NULL before calling (#578499) Wed May 20 11:42:33 GMT 2009
- [glib] Use g_set_error_literal Wed May 20 11:47:23 GMT 2009
- [glib] Preserve errno when using g_set_error with _() and g_strerror() Wed May 20 11:50:42 GMT 2009
- [glib] Don't return something from void function (#583229) Wed May 20 11:50:45 GMT 2009
- [glib] Typedef GResolverClass in the standard way Wed May 20 12:18:31 GMT 2009
- [glib] Propagate errors from g_network_service_address_enumerator_next_async in its _finish function Wed May 20 12:18:37 GMT 2009
- [glib] Use G_GSSIZE_FORMAT where needed (#577884) Wed May 20 12:18:42 GMT 2009
- [glib] Take a reference on the gio file monitors while signaling pending file changes Wed May 20 12:25:30 GMT 2009
- [glib] Don't dereference identifier_type if it is NULL (#579558) Wed May 20 12:48:47 GMT 2009
- [glib] Clarify g_cancellable_push_current docs wrt cancellable being NULL (#575013) Wed May 20 12:55:58 GMT 2009
- [glib] Don't add unix specific APIs on win32 Wed May 20 14:43:04 GMT 2009
- [glib] Fix build on win32 Wed May 20 14:43:08 GMT 2009
- [glib] Fix connect on win32 Wed May 20 14:43:13 GMT 2009
- [gnome-vfs] cdda: Handle invalid data (#582303) Mon May 25 08:36:16 GMT 2009
- [gnome-vfs] Mark netware mounts as non-local (#582304) Mon May 25 08:53:10 GMT 2009
- [gnome-vfs] Don't pass in lengths > 64k to smb (#582308) Mon May 25 08:53:16 GMT 2009
- [glib] Add g_inet_address_get_native_size (#583205) Mon May 25 09:34:36 GMT 2009
- [nautilus] Support daemon mode (exit_with_last_window preference) Mon May 25 10:20:39 GMT 2009
- [glib] Don't return something from a void function (#583408) Mon May 25 10:46:46 GMT 2009
- [glib] Don't end enum with comma (#583663) Mon May 25 10:47:55 GMT 2009
- [gnio] toss out everything that moved to glib Mon May 25 12:11:52 GMT 2009
- [glib] Remove mention of non-existing calls from docs Mon May 25 13:48:00 GMT 2009
- [gtk+/client-side-windows] (197 commits) ...Handle flushing implicit paint while there is a paint outstanding Tue May 26 09:42:56 GMT 2009
- [gtk+/client-side-windows: 197/197] Handle flushing implicit paint while there is a paint outstanding Tue May 26 09:43:06 GMT 2009
- [gtk+/client-side-windows: 196/197] Merge branch 'master' into client-side-windows Tue May 26 09:43:08 GMT 2009
- [gtk+/client-side-windows] Add gdk_region_rect_equal to compare a region with a rect Tue May 26 18:54:46 GMT 2009
- [gtk+/client-side-windows] Add support for visibility notification Tue May 26 18:54:54 GMT 2009
- [nautilus] Add COPYING.EXTENSIONS clarifying some extension license issues Wed May 27 09:07:13 GMT 2009
- [nautilus] Dist COPYING.EXTENSIONS Wed May 27 09:08:25 GMT 2009
- [glib] Add required defines on solaris for GSocket to build (#582856) Wed May 27 09:15:06 GMT 2009
- [gtk+/client-side-windows] Add _gdk_gc_get_exposures Wed May 27 19:48:34 GMT 2009
- [gtk+/client-side-windows] Add support for client side graphics exposures in gdk_draw_drawable Wed May 27 19:48:40 GMT 2009
- [gtk+/client-side-windows] Add some test for draw_drawable graphics exposures Wed May 27 19:48:43 GMT 2009
- [glib] Document g_socket_control_message_deserialize Thu May 28 13:39:36 GMT 2009
- [glib] Ref the right type in g_socket_control_message_deserialize Thu May 28 13:39:41 GMT 2009
- [gtk+/client-side-windows] Initial version of input support Fri May 29 14:42:18 GMT 2009
- [gtk+/client-side-windows] Make disabled xinput work again Fri May 29 14:47:54 GMT 2009
Alexandre Prokoudine
Alexandre Rosenfeld
Alexia Death
Amanpreet Singh Alam
Amitakhya Phukan
Anders Rune Jensen
Andreas J . Guelzow
Andreas Rottmann
Andre Klapper
Andrew Walton
Ankitkumar Rameshchandra Patel
Armin Burgmeier
Aron Xu
Arun Raghavan
Aurimas Juška
Baptiste Mille-Mathias
Bastien Nocera
Behdad Esfahbod
Benjamin Berg
Benjamin Otte
Benjamin Podszun
Benoît Dejean
Bertrand Lorentz
Bharath Acharya
Brad Taylor
- [snowy] Import the first cut of funcooker Sun May 03 22:42:44 GMT 2009
- [snowy] Switch to the AGPL Sun May 03 22:42:54 GMT 2009
- [snowy] Add a toolbar and hook it up to funcooker Mon May 04 00:53:46 GMT 2009
- [snowy] Make the editing toolbar follow the user's scroll position Mon May 04 01:17:51 GMT 2009
- [snowy] Fix UnicodeEncodeErrors with some Tomboy notes Wed May 13 14:02:19 GMT 2009
- [snowy] Multibrowser support and implement normal style Wed May 13 19:00:04 GMT 2009
- [snowy] Fix from Mike Gorse to make the xsl properly break on newlines. Wed May 13 19:00:08 GMT 2009
- [snowy] Layout changes to make the focus rect on the contentEdtiable div look better. Wed May 13 19:00:14 GMT 2009
- [snowy] Implement normalSize kind of, and make normal style work better Wed May 13 21:28:07 GMT 2009
- [snowy] Reconfigure model to work better with syncing, tweak view correspondingly Wed May 13 21:28:15 GMT 2009
- [snowy] A few tweaks to the default values of the model fields Wed May 13 21:28:16 GMT 2009
- [snowy] Add in reversion and django_evolution ftw Wed May 13 21:28:20 GMT 2009
- [snowy] Search entry love Wed May 13 22:11:56 GMT 2009
- [snowy] Add a description to the search entry, but clear it when you focus in Wed May 13 22:12:02 GMT 2009
- [snowy] Add a unique_together for guids, and split the notebook's name correctly Thu May 14 14:12:46 GMT 2009
- [snowy] Add in piston, start using it. Thu May 14 17:06:13 GMT 2009
- [snowy] Hook up reversion to the model Thu May 14 18:27:41 GMT 2009
- [snowy] Add slug field, set up urls and views to make it work Thu May 14 19:28:15 GMT 2009
- [snowy] More REST work. Still some code cleanliness issues I'm working through Thu May 14 22:03:38 GMT 2009
- [snowy] REST API changes, handle ObjectNotFound in a clever way Fri May 15 14:39:05 GMT 2009
- [snowy] Refactoring, implement PUT Fri May 15 19:59:32 GMT 2009
- [snowy] Add transaction support to the PUT request Fri May 15 20:51:25 GMT 2009
- [snowy] Remove slug from note api urls, implement very basic permissions Fri May 15 20:51:31 GMT 2009
- [snowy] Slight cleanup and refactoring of handlers.py Mon May 18 17:46:40 GMT 2009
- [snowy] Forgot to include trailing slash Mon May 18 17:46:44 GMT 2009
- [snowy] Add gravatar support Mon May 18 18:28:31 GMT 2009
- [snowy] Add UserProfile model, ignore first line of content Mon May 18 19:37:59 GMT 2009
- [snowy] Import autoslug, start using it Mon May 18 20:35:18 GMT 2009
- [snowy] Add title to note detail, fix some style issues Mon May 18 20:55:26 GMT 2009
- [snowy] Make the title underlined like in Tomboy Mon May 18 21:05:28 GMT 2009
- [snowy] If you can't stand the heat, get out of the funcooker Mon May 18 21:05:33 GMT 2009
- [snowy] Refactor view a bit so that the template is cached in memory Mon May 18 22:08:25 GMT 2009
- [snowy] Use a pre-save signal handler to set is_notebook Tue May 19 17:52:33 GMT 2009
- [snowy] Add notes list to note_detail, and theme it up Tue May 19 19:21:51 GMT 2009
- [snowy] Give more room to the content area Tue May 19 20:27:21 GMT 2009
- [snowy] Pimp my pins Tue May 19 20:33:04 GMT 2009
- [snowy] If you don't have permissions to view a note, return immediately Mon May 25 16:05:02 GMT 2009
- [snowy] Add in all required templates for django-registration Mon May 25 16:05:07 GMT 2009
- [snowy] Add an explanatory index page Mon May 25 16:05:18 GMT 2009
- [snowy] Add a massive TODO listing a bunch of outstanding tasks Mon May 25 16:05:27 GMT 2009
- [snowy] Typo fix from Sandy Mon May 25 16:17:16 GMT 2009
Brian Cameron
Brian G . Merrell
Bruno Coudoin
Callum McKenzie
Calum Benson
Carlos Garcia Campos
Carlos Garnacho
Changwoo Ryu
Chao-Hsiung Liao
Chenthill Palanisamy
Christian Kellner
Christian Kirbach
Christian Neumair
Christian Persch
Christopher Bratusek
Claude Paroz
Colin Walters
Cosimo Cecchi
C . Scott Ananian
Curtis Gedak
Damien Sandras
Damon Chaplin
Daniel Elstner
Daniel G . Siegel
Daniel Nylander
Daniel Veillard
Dan Williams
Dan Winship
David Planella
David Sedeño Fernández
David Woodhouse
David Zeuthen
Davyd Madeley
- [gtk+] (24 commits) Created branch resolution-independence Sat May 02 06:17:05 GMT 2009
- [gtk+/resolution-independence: 1/24] make resolution and font options per monitor Sat May 02 06:17:11 GMT 2009
- [gtk+/resolution-independence: 2/24] make GtkWindow track the monitor number Sat May 02 06:17:15 GMT 2009
- [gtk+/resolution-independence: 4/24] make GtkContainer use RI Sat May 02 06:17:25 GMT 2009
- [gtk+/resolution-independence: 3/24] add core resolution independence code Sat May 02 06:17:31 GMT 2009
- [gtk+/resolution-independence: 5/24] port GtkBox and known subclasses to RI Sat May 02 06:17:33 GMT 2009
- [gtk+/resolution-independence: 6/24] port GtkBuilder, GtkIconFactory, the rc parser, GtkSizeGroup, GtkStyle to RI Sat May 02 06:17:38 GMT 2009
- [gtk+/resolution-independence: 7/24] add "Resolution Independence" item to gtk-demo and turn on RI Sat May 02 06:17:41 GMT 2009
- [gtk+/resolution-independence: 8/24] port GtkMisc, GtkRange, GtkScale and GtkScaleButton to RI Sat May 02 06:17:46 GMT 2009
- [gtk+/resolution-independence: 9/24] port GtkExpander, GtkFixed, GtkProgressBar and GtkGamma to RI Sat May 02 06:17:52 GMT 2009
- [gtk+/resolution-independence: 10/24] port GtkAlignment, GtkButton and GtkLabel to RI Sat May 02 06:17:56 GMT 2009
- [gtk+/resolution-independence: 11/24] port menu stuff to RI Sat May 02 06:18:01 GMT 2009
- [gtk+/resolution-independence: 12/24] port toolbar related items to RI Sat May 02 06:18:06 GMT 2009
- [gtk+/resolution-independence: 13/24] port GtkArrow, GtkEntry, GtkFrame, GtkStatus and GtkImage to RI Sat May 02 06:18:12 GMT 2009
- [gtk+/resolution-independence: 15/24] port GtkHsv, GtkAssistant, GtkNotebook and GtkPaned to RI Sat May 02 06:18:22 GMT 2009
- [gtk+/resolution-independence: 14/24] port GtkTable to RI Sat May 02 06:18:26 GMT 2009
- [gtk+/resolution-independence: 16/24] port GtkTextView to RI Sat May 02 06:18:27 GMT 2009
- [gtk+/resolution-independence: 17/24] port GtkHandleBox and GtkScrolledWindow to RI Sat May 02 06:18:31 GMT 2009
- [gtk+/resolution-independence: 18/24] port GtkTreeView, GtkIconView, GtkComboBox and all GtkCellRenderer's to RI Sat May 02 06:18:42 GMT 2009
- [gtk+/resolution-independence: 19/24] port all remaining widgets to RI Sat May 02 06:18:48 GMT 2009
- [gtk+/resolution-independence: 20/24] port gtk-demo to resolution independence Sat May 02 06:18:49 GMT 2009
- [gtk+/resolution-independence: 21/24] Add support for RI to gtk_style_get() and friends Sat May 02 06:18:52 GMT 2009
- [gtk+/resolution-independence: 22/24] Change GtkMenu from using gtk_style_get() to gtk_style_get_units(). Sat May 02 06:18:55 GMT 2009
- [gtk+/resolution-independence: 23/24] [RI] GtkTextView: update functions to match prototypes Sat May 02 06:19:00 GMT 2009
- [gtk+/resolution-independence: 24/24] [RI] Update gtk-doc for Since: and cross referencing Sat May 02 06:19:10 GMT 2009
- [gtk+/resolution-independence] (33 commits) ...[RI] Port CUPS auth backend in GtkPrintBackend to RI Tue May 05 06:36:40 GMT 2009
- [gtk+/resolution-independence: 28/33] [RI] add testri test Tue May 05 06:36:45 GMT 2009
- [gtk+/resolution-independence: 33/33] [RI] Port CUPS auth backend in GtkPrintBackend to RI Tue May 05 06:36:55 GMT 2009
- [gtk+/resolution-independence: 32/33] Merge commit 'origin/master' into resolution-independence Tue May 05 06:36:59 GMT 2009
- [gtk-doc] (5 commits) Created branch resolution-independence Wed May 06 13:55:45 GMT 2009
- [gtk-doc/resolution-independence: 1/5] Override the output of get_type_name() for GtkParamSpecSize Wed May 06 13:55:55 GMT 2009
- [gtk-doc/resolution-independence: 2/5] Update describe_type() for GtkParamSpecSize Wed May 06 13:56:00 GMT 2009
- [gtk-doc/resolution-independence: 3/5] Update describe_default() for GtkParamSpecSize Wed May 06 13:56:05 GMT 2009
- [gtk-doc/resolution-independence: 4/5] RI: accept GTK_SIZE_MAX_PIXEL or G_MAXINT Wed May 06 13:56:10 GMT 2009
- [gtk-doc/resolution-independence: 5/5] RI: if default value is in ems, also give a value in pixels @ 96 dpi Wed May 06 13:56:14 GMT 2009
- [gtk+/resolution-independence] RI: move GtkParamSpec[U]Size definitions into header Thu May 07 03:57:49 GMT 2009
- [gtk+/resolution-independence] Add new symbols from GtkStyle to docs Thu May 07 03:57:55 GMT 2009
- [gtk+/resolution-independence] Add missing </SECTION> from RI rebase Thu May 07 03:58:00 GMT 2009
- [gtk+/resolution-independence] RI: gtk-demo: actually report monitor height rather than width Thu May 07 04:40:03 GMT 2009
- [gtk+/resolution-independence] RI: gtk-demo: calculate monitor DPI from reported dimensions Thu May 07 04:40:09 GMT 2009
- [gtk+] Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms Mon May 18 02:53:48 GMT 2009
- [gtk+/gtk-2-16] Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms Mon May 18 03:17:05 GMT 2009
- [gtk+/resolution-independence] (60 commits) ...Merge commit 'origin/master' into resolution-independence Mon May 18 04:14:42 GMT 2009
- [gtk+/resolution-independence: 57/60] Merge commit 'origin/master' into resolution-independence Mon May 18 04:14:47 GMT 2009
- [gtk+/resolution-independence: 58/60] Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms Mon May 18 04:14:51 GMT 2009
- [gtk+/resolution-independence: 60/60] Merge commit 'origin/master' into resolution-independence Mon May 18 04:14:56 GMT 2009
- [gtk+] (2 commits) ...Merge commit 'origin/master' Tue May 19 07:32:53 GMT 2009
- [gtk+: 2/2] Merge commit 'origin/master' Tue May 19 07:33:03 GMT 2009
- [gtk+: 1/2] Fix broken SGML in gtk reference. Tue May 19 07:33:05 GMT 2009
- [gtk+] Add papi to DIST_SUBDIRS Tue May 19 08:32:25 GMT 2009
- [gtk+] add missing include $(top_srcdir)/git.mk to modules/papi/Makefile.am Thu May 21 06:46:50 GMT 2009
- [empathy] Force update of GtkEntry primary icon for ENTRY_TYPE_BUILTIN Fri May 22 05:41:52 GMT 2009
- [empathy] (3 commits) ...Merge commit 'origin/master' Thu May 28 09:54:54 GMT 2009
- [empathy: 1/3] Highlight the most recently added entry in the status presets dialog Thu May 28 09:54:59 GMT 2009
- [empathy: 2/3] EmpathyStatusPresetDialog: fix status_preset_add_combo_reset() Thu May 28 09:55:04 GMT 2009
- [empathy: 3/3] Merge commit 'origin/master' Thu May 28 09:55:15 GMT 2009
Debajyoti Bera
Dennis Cranston
Diego Escalante Urrelo
Dodji Seketeli
Dom Lachowicz
Duarte Loreto
Edward Hervey
Eitan Isaacson
Emmanuele Bassi
Emmanuel Pacaud
Étienne Bersac
Eugen Dedu
Everaldo Canuto
Fabio Marzocca
Federico Mena Quintero
Felix Riemann
Filippo Argiolas
Flavio Percoco
Florian Brosch
Francesco Fumanti
Frederic Peters
- [jhbuild] merge checks against $prefix (existence, writability) into the same place Fri May 01 09:24:48 GMT 2009
- [jhbuild] display checkoutroot location on creation or access failures Fri May 01 09:24:50 GMT 2009
- [jhbuild] check copy_dir is set when the copy checkout mode is used Fri May 01 09:24:55 GMT 2009
- [jhbuild] use instance checkout_mode instead of global config value Fri May 01 09:25:02 GMT 2009
- [jhbuild] create checkout copy directory if necessary (GNOME #580949) Fri May 01 09:33:49 GMT 2009
- [jhbuild] check tarball directory is created correctly, and writable Fri May 01 09:33:54 GMT 2009
- [libpanelappletmm] declare dependency on libgnomeui Fri May 01 12:41:44 GMT 2009
- [jhbuild] new reload method to Config Fri May 01 22:52:18 GMT 2009
- [jhbuild] [2.26] branch deskbar-applet Fri May 01 22:52:23 GMT 2009
- [jhbuild] [2.26] branch seahorse-plugins Fri May 01 22:52:28 GMT 2009
- [jhbuild] [2.26] branch accerciser Fri May 01 22:52:33 GMT 2009
- [library-web] remove Subversion $Id$ substitution Sat May 02 07:59:18 GMT 2009
- [jhbuild] use Python logging module to log messages Sat May 02 12:08:06 GMT 2009
- [jhbuild] fix banshee module definition Sat May 02 16:47:47 GMT 2009
- [library-web] hack around the libxslt(?) version installed on window.gnome.org Sun May 03 06:22:03 GMT 2009
- [planet-web] [gnome-fr] disabled Benoit Dejean entry (unreachable) Sun May 03 06:22:19 GMT 2009
- [planet-web] [gnome-fr] add accent to my name Sun May 03 06:22:22 GMT 2009
- [jhbuild] set the number of options in a constant Sun May 03 07:12:50 GMT 2009
- [jhbuild] fix configuration reload Sun May 03 07:12:54 GMT 2009
- [jhbuild] [2.28] suggest gtk-doc for DeviceKit Sun May 03 07:27:34 GMT 2009
- [jhbuild] [2.28] move proposed external dependencies to the bottom of file Sun May 03 07:27:38 GMT 2009
- [jhbuild] give module types access to the configuration object Sun May 03 12:22:27 GMT 2009
- [jhbuild] remove obsolete mesa module type Sun May 03 12:22:32 GMT 2009
- [jhbuild] remove obsolete mozilla module type Sun May 03 12:22:42 GMT 2009
- [jhbuild] get configuration values at runtime, not on object build time Sun May 03 12:28:36 GMT 2009
- [jhbuild] make version control types directly access the checkout mode Sun May 03 12:33:08 GMT 2009
- [jhbuild] [terminal] add option to reload configuration Sun May 03 12:37:03 GMT 2009
- [jhbuild] remove deprecated cvsmodule, svnmodule and archmodule module types Sun May 03 13:24:47 GMT 2009
- [jhbuild] [2.26] branch seahorse Sun May 03 14:00:53 GMT 2009
- [jhbuild] fix getting make arguments in clean phase Sun May 03 20:58:02 GMT 2009
- [jhbuild] [2.28] patch against sqlite for dlsym issue Mon May 04 07:21:30 GMT 2009
- [jhbuild] (6 commits) Created branch release-team-commands Mon May 04 09:28:48 GMT 2009
- [jhbuild/release-team-commands: 1/6] new command to create the 2.99 report page Mon May 04 09:29:01 GMT 2009
- [jhbuild/release-team-commands: 3/6] new SymbolsCheck and DeprecatedSymbolsCheck classes Mon May 04 09:29:02 GMT 2009
- [jhbuild/release-team-commands: 2/6] add twoninetynine.py with 3.0 checks and presets for bugs and false positives Mon May 04 09:29:03 GMT 2009
- [jhbuild/release-team-commands: 4/6] possibility to pass checks on the command line Mon May 04 09:29:07 GMT 2009
- [jhbuild/release-team-commands: 5/6] do not harcode report title Mon May 04 09:29:12 GMT 2009
- [jhbuild/release-team-commands: 6/6] only repeat row header at the end if there are more than 4 checks Mon May 04 09:29:17 GMT 2009
- [jhbuild/release-team-commands] new cache option to goalreport Mon May 04 09:37:13 GMT 2009
- [jhbuild/release-team-commands] add script to generate modulesets without branch references Mon May 04 10:34:53 GMT 2009
- [jhbuild/release-team-commands] add master tracking xsl transformation file Mon May 04 10:50:08 GMT 2009
- [jhbuild/release-team-commands] [goalreport] fix passing of multiple arguments to --check Mon May 04 22:07:23 GMT 2009
- [jhbuild] [2.26] branch alacarte Tue May 05 07:42:36 GMT 2009
- [jhbuild] [2.28] move gnome-disk-utility to proposed desktop modules Tue May 05 08:55:49 GMT 2009
- [jhbuild] [2.28] add WebKit to proposed external deps, and use it in modules Tue May 05 09:41:37 GMT 2009
- [jhbuild] [2.28] add libchamplain as proposed external dependency Tue May 05 09:48:14 GMT 2009
- [jhbuild] [2.28] libchamplain as a dependency of eog-plugins, not eog Tue May 05 10:26:48 GMT 2009
- [jhbuild/release-team-commands] [goalreport] list data sources at the end of generated report Tue May 05 12:05:52 GMT 2009
- [jhbuild/release-team-commands] [goalreport] do not abort on download error of bugs or false positives Tue May 05 12:55:58 GMT 2009
- [jhbuild/release-team-commands] [goalreport] add the possibility of an header note for checks Tue May 05 12:56:03 GMT 2009
- [jhbuild/release-team-commands] [twoninetynine] add an header note the the GConf check Tue May 05 12:56:09 GMT 2009
- [jhbuild] [info] fix command after mozillamodule removal Tue May 05 15:46:29 GMT 2009
- [jhbuild/release-team-commands] (7 commits) ...Merge branch 'master' into release-team-commands Tue May 05 15:46:33 GMT 2009
- [jhbuild/release-team-commands: 7/7] Merge branch 'master' into release-team-commands Tue May 05 15:46:38 GMT 2009
- [jhbuild] [bot] check for slaves.csv existence before accessing it Tue May 05 21:16:59 GMT 2009
- [jhbuild] [bot] subtle header change, to match the gradient used on art.gnome.org Tue May 05 21:17:09 GMT 2009
- [jhbuild] [buildbot] update to copyright year displayed in page footer Tue May 05 21:17:14 GMT 2009
- [jhbuild] [bot] update to buildbot slave xml description, and its parsing Tue May 05 21:17:16 GMT 2009
- [jhbuild] [buildbot] only display 8 characters of git commit hash Tue May 05 21:17:19 GMT 2009
- [jhbuild] [bot] remove obsolete comment about additional options in slaves.csv Tue May 05 21:17:21 GMT 2009
- [jhbuild] [bot] defaults max concurrent builds on a build slave to 2 Tue May 05 21:17:26 GMT 2009
- [jhbuild] [buildbot] correct display of 'Failed checks' cells Tue May 05 21:17:37 GMT 2009
- [jhbuild] [bot] new options to enable/disable optional buildbot steps Tue May 05 21:17:38 GMT 2009
- [jhbuild] [buildbot] underline table header links with dots, and do bold them Tue May 05 21:17:41 GMT 2009
- [jhbuild] [buildbot] do not use a solid background colour for top head cells Tue May 05 21:17:47 GMT 2009
- [jhbuild] [2.26] branch gconf Wed May 06 07:33:02 GMT 2009
- [jhbuild] [buildbot] don't fail when there is no finished builds Wed May 06 07:38:27 GMT 2009
- [jhbuild] [buildbot] don't fail when last build is said failed, but can't be found Wed May 06 10:16:00 GMT 2009
- [jhbuild] [2.28] remove libatasmart and DeviceKit-disks from external deps Wed May 06 14:19:54 GMT 2009
- [jhbuild] change trycheckout to try autogen.sh before forcing a checkout Wed May 06 18:21:01 GMT 2009
- [jhbuild] do not check prefix is writable when reading the configuration Wed May 06 19:02:06 GMT 2009
- [library-web] handling of cross references to libempathy and libempathy-gtk Wed May 06 19:28:21 GMT 2009
- [library-web] fix error message to display missing filename Wed May 06 19:28:22 GMT 2009
- [library-web] add .gitignore Wed May 06 19:28:35 GMT 2009
- [jhbuild] [bot] new --buildbot-dir option for build masters Wed May 06 22:03:47 GMT 2009
- [jhbuild] [buildbot] set actionName for coverage reports Thu May 07 11:23:21 GMT 2009
- [jhbuild] [2.28] set hal as a soft dependency for gnome-vfs and gvfs Thu May 07 12:55:14 GMT 2009
- [jhbuild] [2.26] branch sound-juicer Thu May 07 17:11:25 GMT 2009
- [planet-web] [gnome-fr] enabled Benoit Dejean entry back Sun May 10 11:49:18 GMT 2009
- [jhbuild] [2.28] add libgdata to the "proposed" meta module Sun May 10 13:56:42 GMT 2009
- [jhbuild] add missing jhbuild.in to files to dist Mon May 11 14:04:08 GMT 2009
- [jhbuild] add missing jhbuild.desktop to files to dist Mon May 11 14:20:16 GMT 2009
- [jhbuild] [linux] add missing parenthesis Mon May 11 14:46:47 GMT 2009
- [jhbuild] rewrite autotools build system to be independent of plain Makefile Mon May 11 15:39:42 GMT 2009
- [jhbuild] remove obsolete shebang (GNOME bug 582180) Mon May 11 15:53:20 GMT 2009
- [jhbuild] do not use autotools prefixes for plain Makefile installations Mon May 11 16:13:12 GMT 2009
- [jhbuild] update list of files in POTFILES.in Mon May 11 16:13:19 GMT 2009
- [jhbuild] let configure generate Makefiles (part of GNOME bug 582172) Mon May 11 16:13:30 GMT 2009
- [jhbuild] [2.28] let anjuta suggest glade3, useful for its glade plugin Mon May 11 16:39:40 GMT 2009
- [jhbuild] keep track of jhbuild source directory even when installing via autotools Tue May 12 09:28:49 GMT 2009
- [jhbuild] fallback to importing module from source directory Tue May 12 09:35:21 GMT 2009
- [jhbuild] do not install modulesets Tue May 12 11:53:31 GMT 2009
- [jhbuild] disable use_local_modulesets if modulesets directory doesn't exist Tue May 12 12:04:22 GMT 2009
- [jhbuild] don't lookup for modulesets locally if there is no moduleset directory Tue May 12 12:04:35 GMT 2009
- [jhbuild] [2.28] update poppler to 0.11.0 Wed May 13 08:03:09 GMT 2009
- [jhbuild] abort on obsolete start script (GNOME #582490) Wed May 13 22:31:09 GMT 2009
- [jhbuild/release-team-commands] simpler format for bugs and false positives files when there is a single check Fri May 15 08:09:28 GMT 2009
- [jhbuild/release-team-commands] do not cache bugzilla responses Fri May 15 08:16:26 GMT 2009
- [jhbuild/release-team-commands] automatically get raw pages Fri May 15 08:20:20 GMT 2009
- [jhbuild/release-team-commands] keep URIs to bugs and false positives clean Fri May 15 08:25:03 GMT 2009
- [jhbuild/release-team-commands] simpler false positive files when checking a single symbol Fri May 15 08:44:05 GMT 2009
- [jhbuild/release-team-commands] fix display of links to bugs and false positives sources Fri May 15 09:35:26 GMT 2009
- [jhbuild/release-team-commands] add a css class when bug report has a patch attached Fri May 15 09:35:28 GMT 2009
- [jhbuild/release-team-commands] add patch emblem next to bug reports with patches Fri May 15 09:35:38 GMT 2009
- [jhbuild] [git] pull after the potential change in branch Fri May 15 11:54:52 GMT 2009
- [jhbuild] [2.28] add raptor, used by tracker (GNOME #582754) Fri May 15 12:01:53 GMT 2009
- [empathy] always show images in smiley menu items (GNOME #582751) Fri May 15 12:56:49 GMT 2009
- [jhbuild/release-team-commands] [goalreport] don't display patch icon on closed bugs Fri May 15 13:01:31 GMT 2009
- [jhbuild] [tarball] look for patch files in more places (GNOME #582829) Sat May 16 10:28:23 GMT 2009
- [jhbuild] install and call hg-update.py out of sources Sat May 16 10:58:21 GMT 2009
- [jhbuild] check for local changes in modulesets in global source directory Sat May 16 10:58:26 GMT 2009
- [jhbuild] also look up for system-installed translations Sat May 16 10:58:27 GMT 2009
- [jhbuild] set default buildbot directory relative to sources directory Sat May 16 10:58:31 GMT 2009
- [jhbuild] update tests start script with latest global locations changes Sat May 16 11:07:43 GMT 2009
- [jhbuild] [tests] set config attribute to test module types Sat May 16 11:07:49 GMT 2009
- [jhbuild] [tests] add new configuration variables to mock configuration object Sat May 16 11:07:52 GMT 2009
- [jhbuild] translate command usage args when used, not on class definition Sat May 16 12:20:58 GMT 2009
- [jhbuild] translate command documentation when used, not on class definition Sat May 16 12:21:03 GMT 2009
- [jhbuild] [2.26] branch gnome-system-monitor Sat May 16 12:24:31 GMT 2009
- [jhbuild] (27 commits) ...[config, tests] factor out update_build_targets to be used from mock object Sat May 16 13:36:51 GMT 2009
- [jhbuild: 2/27] rename remainging "states" to "phases" Sat May 16 13:37:00 GMT 2009
- [jhbuild: 1/27] change building state machine for an inter-phases dependency system Sat May 16 13:37:04 GMT 2009
- [jhbuild: 3/27] fix skip_phase to pass the right object as buildscript Sat May 16 13:37:04 GMT 2009
- [jhbuild: 4/27] let skip_* method raise SkipToEnd exception Sat May 16 13:37:09 GMT 2009
- [jhbuild: 5/27] remove debugging output Sat May 16 13:37:14 GMT 2009
- [jhbuild: 6/27] add uninstall targets to autotools and waf module types Sat May 16 13:37:19 GMT 2009
- [jhbuild: 7/27] Merge branch 'master' into dependency-based-build-steps Sat May 16 13:37:24 GMT 2009
- [jhbuild: 8/27] new uninstall command (GNOME #400302) Sat May 16 13:37:29 GMT 2009
- [jhbuild: 9/27] new clean command (GNOME #143221) Sat May 16 13:37:34 GMT 2009
- [jhbuild: 10/27] [uninstall] add --skip and --start-at options to uninstall command Sat May 16 13:37:41 GMT 2009
- [jhbuild: 11/27] allow forcing build phases to be run Sat May 16 13:37:45 GMT 2009
- [jhbuild: 12/27] [bot] force build phases in the jhbuild bot --step command Sat May 16 13:37:50 GMT 2009
- [jhbuild: 13/27] [doc] add sections on jhbuild clean & jhbuild uninstall commands Sat May 16 13:37:54 GMT 2009
- [jhbuild: 14/27] change clean & uninstall commands to use the new phases keyword Sat May 16 13:37:59 GMT 2009
- [jhbuild: 15/27] Merge branch 'master' into dependency-based-build-steps Sat May 16 13:38:05 GMT 2009
- [jhbuild: 16/27] Merge branch 'master' into dependency-based-build-steps Sat May 16 13:38:14 GMT 2009
- [jhbuild: 17/27] [tests] update mock config object for build_targets Sat May 16 13:38:15 GMT 2009
- [jhbuild: 18/27] [tests] update error checking tests to new build phases Sat May 16 13:38:20 GMT 2009
- [jhbuild: 19/27] [waf] configure before building Sat May 16 13:38:24 GMT 2009
- [jhbuild: 20/27] set clean target before the check target, to emulate old behaviour Sat May 16 13:38:29 GMT 2009
- [jhbuild: 21/27] [waf] set cleaning after configuring Sat May 16 13:38:35 GMT 2009
- [jhbuild: 22/27] [autotools] cleaning after configuring Sat May 16 13:38:40 GMT 2009
- [jhbuild: 23/27] [tests] recompute build targets only once Sat May 16 13:38:45 GMT 2009
- [jhbuild: 24/27] [config] fix compatibility behaviour of nobuild Sat May 16 13:38:50 GMT 2009
- [jhbuild: 25/27] [tests] sync build_targets creation to config.py Sat May 16 13:38:57 GMT 2009
- [jhbuild: 26/27] [tests] set "test" as a common build target, for test modules Sat May 16 13:38:59 GMT 2009
- [jhbuild: 27/27] [config, tests] factor out update_build_targets to be used from mock object Sat May 16 13:39:04 GMT 2009
- [jhbuild] [2.26] branch gedit and gtksourceview Sat May 16 21:30:32 GMT 2009
- [jhbuild] [base] do not fail if bootstrap moduleset is not found Sun May 17 12:38:44 GMT 2009
- [jhbuild] [autotools] always honour makeargs from config file (GNOME #582930) Sun May 17 12:43:48 GMT 2009
- [jhbuild] [buildscript] recompute phases for each module (GNOME #583006) Mon May 18 06:16:02 GMT 2009
- [jhbuild] [doc] fix crossreference to point to the autotools definition Mon May 18 10:15:21 GMT 2009
- [empathy] [help] remove invalid <year> element under <publisher> Mon May 18 10:36:41 GMT 2009
- [jhbuild] [git] don't capture stderr when running git rev-parse Mon May 18 17:25:48 GMT 2009
- [jhbuild] [packagedb] don't ignore '' as version numbers Mon May 18 17:25:53 GMT 2009
- [jhbuild] [2.28] update libgcrypt to 1.4.4 Tue May 19 07:19:33 GMT 2009
- [jhbuild] [2.26] branch gnome-user-docs and gnome-devel-docs Tue May 19 07:32:18 GMT 2009
- [viewcvs-web] add big fat warning about the move to git.gnome.org Wed May 20 12:03:50 GMT 2009
- [jhbuild] [2.26, 2.28] add glib dependency to gnome-icon-theme (GNOME bug 583309) Wed May 20 12:54:35 GMT 2009
- [jhbuild] [config] add include() support (GNOME bug 583227) Wed May 20 21:01:06 GMT 2009
- [jhbuild] [2.28] add gnome-zeitgeist Wed May 20 21:01:08 GMT 2009
- [jhbuild] [2.28] add proposed krb5-auth-dialog module Wed May 20 21:16:42 GMT 2009
- [jhbuild] [2.26, 2.28] add pyxdg as external dependency Wed May 20 21:16:45 GMT 2009
- [jhbuild] [tarball] skip unset directories when looking for patches (GNOME bug 583420) Thu May 21 09:08:32 GMT 2009
- [jhbuild] [tarball] also look in parent directory when searching for remote patches Thu May 21 09:49:27 GMT 2009
- [jhbuild] don't treat c:... as URL on Windows Thu May 21 17:50:05 GMT 2009
- [jhbuild] don't fail reading the default configuration if os.uname doesn't exist Thu May 21 17:50:06 GMT 2009
- [jhbuild] disable status icon on win32 Thu May 21 17:50:12 GMT 2009
- [jhbuild] use NUL instead of /dev/null on win32 Thu May 21 17:50:17 GMT 2009
- [jhbuild] add missing parameter to TrayIcon() Thu May 21 17:50:21 GMT 2009
- [jhbuild] [misc] update strings that were still talking about Subversion Thu May 21 19:59:01 GMT 2009
- [jhbuild] [po] add missing clean.py and uninstall.py to POTFILES.in Thu May 21 20:42:16 GMT 2009
- [jhbuild] fix buildbot master to work when installed system-wide Fri May 22 19:24:48 GMT 2009
- [jhbuild] list clean.py and uninstall.py in Makefile.am Fri May 22 19:24:49 GMT 2009
- [jhbuild] [win32] take .exe extension into account when looking for a command Fri May 22 22:32:20 GMT 2009
- [jhbuild] keep track of configuration options set from the command line Fri May 22 22:54:36 GMT 2009
- [jhbuild] set source directory according to jhbuild module, not start script Sat May 23 08:19:49 GMT 2009
- [jhbuild] [utils] add missing import statement for win32 check Sat May 23 08:59:21 GMT 2009
- [jhbuild] desunify try/except/finally to be compatible with Python 2.4 Sat May 23 09:10:12 GMT 2009
- [jhbuild] remove unnecessary dist target of Makefile.plain Sat May 23 15:13:25 GMT 2009
- [jhbuild] check for obsolete ~/bin/jhbuild and move it out of the way if necessary Sat May 23 15:13:30 GMT 2009
- [jhbuild] add source code comment about the previous change Sat May 23 15:14:36 GMT 2009
- [jhbuild] skip phases that do not exist Sat May 23 15:37:31 GMT 2009
- [jhbuild] [uninstall] new --one parameter to uninstall listed modules, not their deps Sat May 23 17:08:08 GMT 2009
- [jhbuild] [2.28] bump WebKit to 1.1.7 Sat May 23 18:49:53 GMT 2009
- [jhbuild] [2.28] update WebKit dependencies following its configure.ac Sat May 23 18:49:58 GMT 2009
- [jhbuild] [2.28] add niepce Sat May 23 20:14:44 GMT 2009
- [jhbuild] [release] 2.27.2 Mon May 25 09:38:24 GMT 2009
- [jhbuild] Created tag 2.27.2 Mon May 25 09:39:27 GMT 2009
- [jhbuild] [release] post-release bump to 2.27.3 Mon May 25 09:41:33 GMT 2009
- [jhbuild] make "Documentation translators" similar to the "Translators" title Mon May 25 09:46:10 GMT 2009
- [jhbuild] [bootstrap] patch to build guile with libtool 2 (GNOME bug 583838) Tue May 26 08:41:50 GMT 2009
- [jhbuild] [tinderbox] fix --output command line argument (GNOME bug 583849) Tue May 26 08:55:58 GMT 2009
Funda Wang
Gabor Keleman
Gabriel Burt
- [banshee] Fix mono 2.0.1 runtime method-not-found issue in Hyena.Jobs (BGO #580044) Fri May 01 16:38:30 GMT 2009
- [banshee] (7 commits) Created branch windows Fri May 01 17:58:29 GMT 2009
- [banshee/windows: 2/7] Resolve Bpm Action<T, V> issue, MD reordered some src files Fri May 01 17:58:39 GMT 2009
- [banshee/windows: 1/7] Update .csproj files etc to build on Windows with SharpDevelop + .Net 3.5 SP1 + Gtk# 2.12.8. Need to Fri May 01 17:58:45 GMT 2009
- [banshee/windows: 3/7] Get most of the extensions building Fri May 01 17:58:49 GMT 2009
- [banshee/windows: 4/7] Add Banshee.GStreamer.dll.config so we can reference libbanshee.dll in the code for Windows support. Fri May 01 17:58:54 GMT 2009
- [banshee/windows: 5/7] libbanshee methods run from Banshee.GStreamer, but gstreamer fails to load plugins (including playbi Fri May 01 17:58:57 GMT 2009
- [banshee/windows: 6/7] Only run gst path setup fu when on Windows Fri May 01 17:59:01 GMT 2009
- [banshee/windows: 7/7] More windows tweaks Fri May 01 17:59:04 GMT 2009
- [banshee/windows] Update .csproj files to reflect new/removed files in master Fri May 01 18:26:32 GMT 2009
- [banshee/windows] #ifdef out parts of libbanshee that the Windows compiler doesn't like. Add System.Core ref to Hyena Fri May 01 18:54:52 GMT 2009
- [banshee/windows] Set to x86 build target, see bgo #558272 Fri May 01 21:48:48 GMT 2009
- [banshee/windows] Delete a spurious close element Sat May 02 20:09:11 GMT 2009
- [banshee/windows] Add Windows build configuration Sat May 02 20:09:11 GMT 2009
- [banshee/windows] Manually fixed up x86 target for Windows config only, factored out common config options Sat May 02 20:09:14 GMT 2009
- [banshee/windows] Add banshee.ico for use in Windows Sat May 02 21:59:41 GMT 2009
- [banshee/windows] Updated banshee.ico with various sizes/bits color Sat May 02 22:15:41 GMT 2009
- [banshee/windows] Update the Nereid config to use the new .ico, and also pass --debug when running Sat May 02 22:30:21 GMT 2009
- [banshee/windows] Remove 192x192 layer from banshee.ico, I think it's causing low-quality scaling to happen Sat May 02 22:36:44 GMT 2009
- [banshee/windows] Add back 192x192 layer, remove low-color-bit layers Sat May 02 22:39:36 GMT 2009
- [banshee] Escape tainted values in HTML output in DAAP plugin (BGO #577270) Mon May 04 16:21:03 GMT 2009
- [banshee/stable] Escape tainted values in HTML output in DAAP plugin (BGO #577270) Mon May 04 16:21:09 GMT 2009
- [banshee] Created branch source-contents Tue May 05 00:35:36 GMT 2009
- [banshee/source-contents] Middle of adding support for disposing source contents by listening for SourceRemoved events Tue May 05 00:40:48 GMT 2009
- [banshee/source-contents] 2009-03-04 Gabriel Burt <gabriel burt gmail com> Tue May 05 00:40:54 GMT 2009
- [banshee/source-contents] Fix view_container.Content property and build issue Tue May 05 00:40:54 GMT 2009
- [banshee/source-contents] Comment out unfinished work Tue May 05 00:40:59 GMT 2009
- [banshee] Created branch amazon Tue May 05 22:46:27 GMT 2009
- [banshee/amazon] Add unmodified copy of amazon-ecs-2007-07-16-cs-library Tue May 05 22:54:47 GMT 2009
- [banshee/amazon] Initial structure/build setup for Banshee.Amazon Tue May 05 22:54:50 GMT 2009
- [banshee/amazon] Add amazon-ecs to Banshee.sln Tue May 05 22:54:52 GMT 2009
- [banshee/amazon] Move amazon-ecs library to src/Libraries/ Tue May 05 22:54:59 GMT 2009
- [banshee/amazon] Fix Banshee.Amazon.csproj Tue May 05 22:55:03 GMT 2009
- [banshee/amazon] Get amazon-ecs building with Makefile integration Tue May 05 22:55:07 GMT 2009
- [banshee/amazon] Modify amazon-ecs library, marking as 2009-01-06 API version to get access to RelatedItems response Tue May 05 22:55:12 GMT 2009
- [banshee/amazon] Fix amazon-ecs build, add simple Amazon extension that runs one query and logs the result Tue May 05 22:55:13 GMT 2009
- [banshee/amazon] Fix amazon extension build Tue May 05 22:55:17 GMT 2009
- [banshee/amazon] Fix the Amazon entry in Banshee.sln Tue May 05 22:55:21 GMT 2009
- [banshee/amazon] Fix typo, add some more random API testing Tue May 05 22:55:33 GMT 2009
- [banshee/amazon] First rough pass at making the recommendations pane into an extensible context pane, for eg lyrics, Fri May 08 23:39:47 GMT 2009
- [banshee/amazon] Amazon pane starting to be functional. Will show top tracks and albums for the playing song, with o Fri May 08 23:39:55 GMT 2009
- [banshee/amazon] Fix the Amazon.ECS API to allow setting the RelationshipType in a ItemSearchRequest Fri May 08 23:39:56 GMT 2009
- [banshee/amazon] More RadioTrackInfo.Open/OpenPlay overrides Fri May 08 23:40:01 GMT 2009
- [banshee/amazon] Clean up Amazon cruft, improve pane UI Fri May 08 23:40:01 GMT 2009
- [banshee/amazon] Amazon pane tweaks Fri May 08 23:40:08 GMT 2009
- [banshee/amazon] More Amazon.ECS tweaks to get RelationshipType with in ItemSearches working Fri May 08 23:40:12 GMT 2009
- [banshee/amazon] Refactor AmazonPane getting rid of duplicate work Fri May 08 23:40:18 GMT 2009
- [banshee] GrabFocus on the current entry on TrackEditor fwd/back, so its contents is selected Mon May 11 15:12:23 GMT 2009
- [banshee] Alphabetize the translator credits by name Mon May 11 15:15:00 GMT 2009
- [banshee] (4 commits) Created branch recs Mon May 11 19:27:23 GMT 2009
- [banshee/recs: 2/4] Make ContextPanePages implement IDisposable Mon May 11 19:27:32 GMT 2009
- [banshee/recs: 1/4] First rough pass at making the recommendations pane into an extensible context pane, for eg lyrics, Mon May 11 19:27:35 GMT 2009
- [banshee/recs: 3/4] Moved TitltedList out of Banshee.Lastfm, and added override for Banshee.Web.Browser.Open to say if t Mon May 11 19:27:39 GMT 2009
- [banshee/recs: 4/4] Add gconf key and View menu item for Show Context Pane. Add expand and close buttons to the context Mon May 11 19:27:42 GMT 2009
- [banshee/amazon] Make ContextPanePages implement IDisposable Mon May 11 19:42:39 GMT 2009
- [banshee/amazon] Add gconf key and View menu item for Show Context Pane. Add expand and close buttons to the context Mon May 11 19:42:44 GMT 2009
- [banshee/amazon] In Amazon extension, implement IDisposable and change packing so items appear at top of list Mon May 11 19:42:48 GMT 2009
- [banshee] Add a new, extensible context pane for Last.fm recommendations and Tue May 12 23:03:18 GMT 2009
- [banshee] New Wikipedia context pane extension; requires --enable-webkit, Tue May 12 23:13:08 GMT 2009
- [banshee] Deleted branch amazon Tue May 12 23:25:28 GMT 2009
- [banshee] Deleted branch recs Tue May 12 23:25:38 GMT 2009
- [banshee] Remember and restore the last context page displayed Wed May 13 18:43:35 GMT 2009
- [banshee] Add Wikipedia icon Wed May 13 18:51:57 GMT 2009
- [banshee] Reduce CPU usage in viz pipeline bgo#555834 Wed May 13 20:10:45 GMT 2009
- [banshee/source-contents] (15 commits) ...Merge commit 'HEAD'; branch 'master' into source-contents Wed May 13 20:26:58 GMT 2009
- [banshee/source-contents: 15/15] Merge commit 'HEAD'; branch 'master' into source-contents Wed May 13 20:26:59 GMT 2009
- [banshee/source-contents] SourceContentProviders implementing IDisposable now get disposed Wed May 13 21:03:20 GMT 2009
- [banshee/source-contents] Allow ISourceContents to provide widgets to extend the ViewContainer header. Wed May 13 21:03:25 GMT 2009
- [banshee] Calculate what to add/remove right before syncing, to ensure we reflect the latest changes in the li Thu May 14 16:54:55 GMT 2009
- [banshee/stable] Calculate what to add/remove right before syncing, to ensure we reflect the latest changes in the li Thu May 14 16:58:50 GMT 2009
- [banshee] Commit patch from Ubuntu that only adds notification area actions if supported Thu May 14 17:10:32 GMT 2009
- [banshee] Based on a patch from Nicolò Chieffo, only scale notification cover art when talking to the notific Thu May 14 17:37:52 GMT 2009
- [banshee] Add 669, it, med, mod, mol, mtm, nst, s3m, stm, ult, wow, xm, xnm extensions to the whitelist (BGO # Thu May 14 20:32:29 GMT 2009
- [banshee] Fix ReplayGain preference capitalization Fri May 15 16:28:43 GMT 2009
- [banshee] Fixup POTFILES.in/skip Fri May 15 22:54:09 GMT 2009
- [banshee] If failed to retrieve Last.fm data, try once more to rule out a corrupted cache Mon May 18 16:45:22 GMT 2009
- [banshee] Tweak the main Last.fm contents' width calculation so it doesn't infinitely expand in Cubano Mon May 18 17:22:19 GMT 2009
- [banshee] Fix NRE caused by Beroe not starting the preferences service (BGO #576033) Tue May 19 15:21:23 GMT 2009
- [banshee/stable] Fix NRE caused by Beroe not starting the preferences service (BGO #576033) Tue May 19 15:21:29 GMT 2009
- [banshee] Update to build and run on Windows Tue May 19 22:11:52 GMT 2009
- [banshee] Remove duplicate source file entry in .csproj Tue May 19 22:30:56 GMT 2009
- [banshee] Add a missing source file to .csproj Tue May 19 22:34:34 GMT 2009
- [banshee] Add System.Core (Linq) reference to Banshee.ThickClient.csproj Tue May 19 22:38:04 GMT 2009
- [banshee] Set framework target to 3.5 for Banshee.ThickClient Tue May 19 22:40:58 GMT 2009
- [banshee] Fix up two libbanshee DllImports Wed May 20 17:10:46 GMT 2009
- [banshee] libbanshee.csproj fixes Wed May 20 17:22:17 GMT 2009
- [banshee] Fix libbanshee build on Windows Wed May 20 17:36:21 GMT 2009
- [banshee/stable] Sync contributors.xml with NEWS list; long overdue Thu May 21 20:14:50 GMT 2009
- [banshee/stable] Update NEWS for 1.4.4 Thu May 21 20:15:00 GMT 2009
- [banshee] Add script that will generate the list of contributors for NEWS from the contributors.xml Thu May 21 21:35:41 GMT 2009
- [banshee] Sync contributors.xml with NEWS list; long overdue Thu May 21 21:35:47 GMT 2009
- [banshee] First pass at NEWS for 1.5.0; still needs bug/feature info Thu May 21 21:36:01 GMT 2009
- [banshee] NEWS almost ready to go for 1.5.0 Thu May 21 23:41:06 GMT 2009
- [banshee/stable] Fix remotely-queued songs not triggering the play queue to become the next playback source (BGO #582 Thu May 21 23:44:35 GMT 2009
- [banshee] Fix remotely-queued songs not triggering the play queue to become the next playback source (BGO #582 Thu May 21 23:44:35 GMT 2009
- [banshee/stable] Change the count query to avoid an infinite loop (BGO #548131). Thu May 21 23:59:00 GMT 2009
- [banshee] Support setting an API URL for the audio scrobbler engine Thu May 21 23:59:02 GMT 2009
- [banshee] Add new contributors to contributors.xml Fri May 22 16:00:50 GMT 2009
- [banshee] Remove an index on smart playlists that was causing an enourmous slowdown (BGO #581103) Fri May 22 16:00:54 GMT 2009
- [banshee] [ContextPane] Fix extension loading crash Wed May 27 21:37:56 GMT 2009
- [banshee] Update Banshee.Lastfm.csproj sources Wed May 27 21:42:04 GMT 2009
- [banshee] Calls to Update should be proxied to the main thread Wed May 27 23:39:06 GMT 2009
- [banshee/stable] Add some bug #s to NEWS Thu May 28 17:00:22 GMT 2009
- [banshee] Add bug #s to NEWS Thu May 28 17:15:41 GMT 2009
- [banshee] [PixbufImageSurface] Use factory to handle null pb Fri May 29 18:59:12 GMT 2009
- [banshee] [GtkBaseClient] GLib.Thread.Init() needed on win32 Fri May 29 19:37:16 GMT 2009
Gaute Hope
Gerd Kohlberger
Germán Poó Caamaño
Ghee Seng Teo
Gian Mario Tagliaretti
Gil Forcada Codinachs
Gilles Dartiguelongue
Guido Günther
Guillaume Béland
Guillaume Desmottes
Gustavo J . A . M . Carneiro
Gustavo Noronha Silva
Halton Huo
Hans Breuer
Havoc Pennington
Hubert Figuière
Ignacio Casal Quinteiro
Iñaki Larrañaga Murgoitio
Ivan Frade
Jaap A . Haitsma
Jakub Steiner
James Liggett
Jan Schmidt
Jason Clinton
Jean Bréfort
Jeff Cai
Jeffrey Stedfast
Jens Granseuer
Jesse van den Kieboom
Joanmarie Diggs
João Sebastião de Oliveira Bueno Calligaris
Jody Goldberg
Joe Shaw
Johan Bilien
Johan Dahlin
Johannes Schmid
John Carr
- [jhbuild/jhdebuild: 509/536] [frontends] Teach terminal frontend about screen Sun May 17 18:42:50 GMT 2009
- [jhbuild] (536 commits) Created branch jhdebuild Sun May 17 18:42:54 GMT 2009
- [jhbuild/jhdebuild: 510/536] [frontends] Add 'give up on module but fake success' Sun May 17 18:42:55 GMT 2009
- [jhbuild/jhdebuild: 511/536] [jhdebuild] Add new configurations options Sun May 17 18:42:59 GMT 2009
- [jhbuild/jhdebuild: 512/536] [jhdebuild] Add simple cache utils Sun May 17 18:43:05 GMT 2009
- [jhbuild/jhdebuild: 513/536] [jhdebuild] Add Debian helper functions Sun May 17 18:43:11 GMT 2009
- [jhbuild/jhdebuild: 514/536] [jhdebuild] Add revision_id property Sun May 17 18:43:15 GMT 2009
- [jhbuild/jhdebuild: 515/536] [jhdebuild] Add vcs type property Sun May 17 18:43:20 GMT 2009
- [jhbuild/jhdebuild: 516/536] [jhdebuild] Add a DebianBasePackage object Sun May 17 18:43:32 GMT 2009
- [jhbuild/jhdebuild: 517/536] [jhdebuild] Teach jhdebuild about autotools pkgs Sun May 17 18:43:36 GMT 2009
- [jhbuild/jhdebuild: 518/536] [jhdebuild] Teach it about distutils pkgs Sun May 17 18:43:37 GMT 2009
- [jhbuild/jhdebuild: 519/536] [jhdebuild] Teach it about perl packages Sun May 17 18:43:41 GMT 2009
- [jhbuild/jhdebuild: 521/536] Merge branch 'master' into jhdebuild Sun May 17 18:43:53 GMT 2009
- [jhbuild/jhdebuild: 520/536] [jhdebuild] Add debuild and debuildone commands Sun May 17 18:43:53 GMT 2009
- [jhbuild/jhdebuild: 522/536] [jhdebuild] States are gone. Phases and deps ftw. Sun May 17 18:43:56 GMT 2009
- [jhbuild/jhdebuild: 523/536] [jhdebuild] Some build step dependencies Sun May 17 18:44:00 GMT 2009
- [jhbuild/jhdebuild: 524/536] [jhdebuild] Tell buildscript to make packages Sun May 17 18:44:06 GMT 2009
- [jhbuild/jhdebuild: 525/536] [jhdebuild] Use SkipToEnd instead of SkipToState Sun May 17 18:44:12 GMT 2009
- [jhbuild/jhdebuild: 526/536] [jhdebuild] Use PHASE_ instead of STATE_ Sun May 17 18:44:20 GMT 2009
- [jhbuild/jhdebuild: 527/536] [jhdebuild] Remove skip_deb_build Sun May 17 18:44:21 GMT 2009
- [jhbuild/jhdebuild: 528/536] [jhdebuild] Git needs code and revision_id prop Sun May 17 18:44:25 GMT 2009
- [jhbuild/jhdebuild: 529/536] [jhdebuild] Don't have seperate do_deb_ codepath Sun May 17 18:44:30 GMT 2009
- [jhbuild/jhdebuild: 530/536] [jhdebuild] Remove code which just proxies Sun May 17 18:44:35 GMT 2009
- [jhbuild/jhdebuild: 531/536] [jhdebuild] Work without the do_deb codepath Sun May 17 18:44:40 GMT 2009
- [jhbuild/jhdebuild: 532/536] [jhdebuild] Iterate depends Sun May 17 18:44:45 GMT 2009
- [jhbuild/jhdebuild: 533/536] [jhdebuild] Remove duplicated code Sun May 17 18:44:52 GMT 2009
- [jhbuild/jhdebuild: 534/536] [jhdebuild] Move deb_start to debian.py Sun May 17 18:44:56 GMT 2009
- [jhbuild/jhdebuild: 535/536] [jhdebuild] Use config.build_targets Sun May 17 18:45:00 GMT 2009
- [jhbuild/jhdebuild: 536/536] Merge branch 'master' into jhdebuild Sun May 17 18:45:05 GMT 2009
- [jhbuild/jhdebuild] [jhdebuild] Debian specific code to DebBasePkg Sun May 17 20:30:17 GMT 2009
- [jhbuild/jhdebuild] [jhdebuild] Remove unneeded functions Sun May 17 20:30:18 GMT 2009
- [jhbuild/jhdebuild] [jhdebuild] Remove config.debuild (not needed) Sun May 17 20:42:22 GMT 2009
- [jhbuild/jhdebuild] [jhdebuild] Do a build before make dist Mon May 18 13:42:34 GMT 2009
- [jhbuild/jhdebuild] [jhdebuild] Remove dead code Mon May 18 13:42:34 GMT 2009
- [jhbuild/jhdebuild] [jhdebuild] Remove dead code (handle(d) elsewhere) Mon May 18 13:42:40 GMT 2009
- [jhbuild/jhdebuild] [jhdebuild] Initial stub for <debian> modtype Mon May 18 13:42:45 GMT 2009
- [gnome-desktop-testing] [setup] Initial distutils Mon May 18 14:42:32 GMT 2009
- [jhbuild] (6 commits) Created branch desktop-testing Tue May 19 11:33:20 GMT 2009
- [jhbuild/desktop-testing: 1/6] [ldtp] Add module for shared code (utils/ldtp.py) Tue May 19 11:33:25 GMT 2009
- [jhbuild/desktop-testing: 2/6] [ldtp] Teach modtypes about the <ldtp> node Tue May 19 11:33:35 GMT 2009
- [jhbuild/desktop-testing: 3/6] [ldtp] Fix typo calling get_ldtp_helper Tue May 19 11:33:36 GMT 2009
- [jhbuild/desktop-testing: 6/6] [ldtp] Fix missing import Tue May 19 11:34:07 GMT 2009
- [jhbuild/desktop-testing: 5/6] [ldtp] Add <ldtp> node for gedit and seahorse Tue May 19 11:34:08 GMT 2009
- [jhbuild/desktop-testing: 4/6] [ldtp] Add test and testone commands to run g-d-t Tue May 19 11:34:10 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Move xvfb code to utils/ and refactor Tue May 19 16:48:32 GMT 2009
- [jhbuild/desktop-testing] [ldtp] testmodule now uses shared Xvfb code Tue May 19 16:48:38 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Add simple ldtp and dogtail support classes Tue May 19 16:48:45 GMT 2009
- [jhbuild/desktop-testing] [2.28] Add gnome-desktop-testing Tue May 19 16:48:56 GMT 2009
- [jhbuild/desktop-testing] [2.28] LDTP is in Git Tue May 19 16:49:00 GMT 2009
- [jhbuild/desktop-testing] [2.28] ldtp is in git, but a bit annoying to get to.. Tue May 19 16:49:05 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Missing imports Wed May 20 09:19:30 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Be more robust in Xvfb teardown Wed May 20 09:19:34 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Fix stupid typo in Xvfb handling Wed May 20 09:19:38 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Missing imports for running under Xvfb Wed May 20 09:19:44 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Fix md5 import warning Wed May 20 09:19:54 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Give BuildSlaves an option to run ldtp tests Wed May 20 09:19:55 GMT 2009
- [jhbuild/desktop-testing] [ldtp] Fix typo in jhbuild bot --step test Wed May 20 09:20:34 GMT 2009
- [conduit: 4/138] Function to return all defined ModuleWrapper classes Thu May 21 07:27:54 GMT 2009
- [conduit: 3/138] Test all dataproviders that we have wrappers for Thu May 21 07:27:54 GMT 2009
- [conduit] (138 commits) ...Merge branch 'master' into generic-tests Thu May 21 07:27:55 GMT 2009
- [conduit: 2/138] Run sync tests on *all* combinations of module wrapper Thu May 21 07:27:55 GMT 2009
- [conduit: 6/138] Fix typo Thu May 21 07:27:57 GMT 2009
- [conduit: 1/138] Start sketching out a generic test framework Thu May 21 07:27:57 GMT 2009
- [conduit: 8/138] Don't fail Thu May 21 07:28:01 GMT 2009
- [conduit: 7/138] Fix imports Thu May 21 07:28:01 GMT 2009
- [conduit: 11/138] More.. Thu May 21 07:28:05 GMT 2009
- [conduit: 10/138] Take two. Just have a function that returns a new test case for a particular specialisation Thu May 21 07:28:06 GMT 2009
- [conduit: 13/138] Fix it :D Thu May 21 07:28:08 GMT 2009
- [conduit: 9/138] Checkpoint Thu May 21 07:28:08 GMT 2009
- [conduit: 5/138] Temporary script to run the tests Thu May 21 07:28:10 GMT 2009
- [conduit: 12/138] Argh, work damn u.. Thu May 21 07:28:11 GMT 2009
- [conduit: 14/138] Don't expose module loading publically Thu May 21 07:28:12 GMT 2009
- [conduit: 15/138] Remove debug print Thu May 21 07:28:17 GMT 2009
- [conduit: 16/138] Wrappers for test data sets Thu May 21 07:28:23 GMT 2009
- [conduit: 17/138] Generate multiple dataprovider tests Thu May 21 07:28:25 GMT 2009
- [conduit: 18/138] Add proper test case generation Thu May 21 07:28:37 GMT 2009
- [conduit: 20/138] Make some tests pass, whoop Thu May 21 07:28:40 GMT 2009
- [conduit: 19/138] Start testing stuff somewhat Thu May 21 07:28:41 GMT 2009
- [conduit: 22/138] Fix typo in ipod wrappers Thu May 21 07:28:50 GMT 2009
- [conduit: 21/138] Create wrappers for all of iPod Thu May 21 07:28:52 GMT 2009
- [conduit: 23/138] Move over dataprovider wrapping machinery from old soup code Thu May 21 07:28:56 GMT 2009
- [conduit: 24/138] Call finish on all our dps Thu May 21 07:29:02 GMT 2009
- [conduit: 25/138] Refresh test Thu May 21 07:29:04 GMT 2009
- [conduit: 26/138] Generate a test ipod folder structure Thu May 21 07:29:10 GMT 2009
- [conduit: 27/138] Add nicer short descriptions to test output Thu May 21 07:29:14 GMT 2009
- [conduit: 29/138] Start teaching the dataprovider wrappers about test data Thu May 21 07:29:25 GMT 2009
- [conduit: 28/138] Better docs for generated sync tests Thu May 21 07:29:26 GMT 2009
- [conduit: 30/138] Test adding data, generate test data for contacts and events, add utility functions Thu May 21 07:29:31 GMT 2009
- [conduit: 31/138] Test data for photos, notes and audio Thu May 21 07:29:35 GMT 2009
- [conduit: 32/138] Fix test note generation Thu May 21 07:29:39 GMT 2009
- [conduit: 33/138] Music causes lock ups :( Thu May 21 07:29:45 GMT 2009
- [conduit: 34/138] Test all datatypes we know about Thu May 21 07:29:50 GMT 2009
- [conduit: 35/138] Run all tests Thu May 21 07:30:03 GMT 2009
- [conduit: 36/138] Run soup instead of run-tests.sh Thu May 21 07:30:06 GMT 2009
- [conduit: 38/138] Stub out 'Features' Thu May 21 07:30:10 GMT 2009
- [conduit: 37/138] Update .gitignore Thu May 21 07:30:11 GMT 2009
- [conduit: 39/138] Get coverage on test_replace, test_delete and test_refresh Thu May 21 07:30:16 GMT 2009
- [conduit: 40/138] We only have test pngs, not jpgs Thu May 21 07:30:20 GMT 2009
- [conduit: 41/138] Configure folder correctly, ahem Thu May 21 07:30:25 GMT 2009
- [conduit: 42/138] Don't use wrapped objects, adds a dep on ModuleManager and ends up taking 4x longer. Thu May 21 07:30:31 GMT 2009
- [conduit: 43/138] Add N800 converage and a stub video datatype wrapper Thu May 21 07:30:36 GMT 2009
- [conduit: 44/138] Run tests ourself instead of using unittest.main Thu May 21 07:30:41 GMT 2009
- [conduit: 45/138] Start fleshing out a more useful 'tool' for running tests Thu May 21 07:30:45 GMT 2009
- [conduit: 46/138] Allow running tests in a random order Thu May 21 07:30:51 GMT 2009
- [conduit: 48/138] Set up Conduit settings (needed for synchronization) Thu May 21 07:31:01 GMT 2009
- [conduit: 47/138] Start fleshing out sync tests Thu May 21 07:31:01 GMT 2009
- [conduit: 49/138] Some simple sync tests Thu May 21 07:31:05 GMT 2009
- [conduit: 50/138] Add a few more test scenarios Thu May 21 07:31:11 GMT 2009
- [conduit: 51/138] Sinks don't call refresh, so get the photo album to poke inside the put() Thu May 21 07:31:15 GMT 2009
- [conduit: 52/138] Don't force ./soup to be run from soup directory Thu May 21 07:31:21 GMT 2009
- [conduit: 53/138] If temporary test directory doesnt exist, create it Thu May 21 07:31:25 GMT 2009
- [conduit: 54/138] Don't use threading.Event to block the metadata discover process Thu May 21 07:31:31 GMT 2009
- [conduit: 55/138] Don't return folders from get test files function Thu May 21 07:31:35 GMT 2009
- [conduit: 56/138] Make less chatty and add a verbose flag Thu May 21 07:31:40 GMT 2009
- [conduit: 57/138] Crude coverage testing Thu May 21 07:31:46 GMT 2009
- [conduit: 58/138] Move test loading code out of way Thu May 21 07:31:51 GMT 2009
- [conduit: 59/138] I like iterators Thu May 21 07:31:55 GMT 2009
- [conduit: 60/138] Add some control over which tests are run Thu May 21 07:32:00 GMT 2009
- [conduit: 61/138] Evolution coverage. Warning, this will eat your babies. Thu May 21 07:32:05 GMT 2009
- [conduit: 62/138] Add dummy __init__ files. Allows you to import dataproviders without excessive path munging Thu May 21 07:32:10 GMT 2009
- [conduit: 63/138] Do some error checking on sync results Thu May 21 07:32:16 GMT 2009
- [conduit: 64/138] Expose whether or not a dataprovider is two way friendly Thu May 21 07:32:22 GMT 2009
- [conduit: 66/138] Avoid a few rough edges.. Thu May 21 07:32:30 GMT 2009
- [conduit: 65/138] Update .gitignore Thu May 21 07:32:33 GMT 2009
- [conduit: 67/138] If verbose flag set, output conduit.log onto screen... Thu May 21 07:32:35 GMT 2009
- [conduit: 68/138] Add some infrastructure for working out sane combinations of dataproviders Thu May 21 07:32:41 GMT 2009
- [conduit: 69/138] Easy way to test if 2 datatypes are compatible Thu May 21 07:32:45 GMT 2009
- [conduit: 70/138] Yay for better decisions Thu May 21 07:32:51 GMT 2009
- [conduit: 71/138] Start sketching out magic to allow where source.dataclass != sink.dataclass Thu May 21 07:32:55 GMT 2009
- [conduit: 72/138] Add 4 tests to see what happens when we modify data Thu May 21 07:33:01 GMT 2009
- [conduit: 73/138] Fix typo Thu May 21 07:33:06 GMT 2009
- [conduit: 74/138] Allow filtering on specific methodTestNames (not just TestCase.name()) Thu May 21 07:33:11 GMT 2009
- [conduit: 75/138] Blocking refresh - or test fail will occur Thu May 21 07:33:16 GMT 2009
- [conduit: 76/138] Clean up test folders when tests passed Thu May 21 07:33:21 GMT 2009
- [conduit: 77/138] No :( Thu May 21 07:33:25 GMT 2009
- [conduit: 78/138] Make environment a little more familiar Thu May 21 07:33:31 GMT 2009
- [conduit: 79/138] Initial directory structure should be more like DP expects Thu May 21 07:33:36 GMT 2009
- [conduit: 80/138] Generate more test cases Thu May 21 07:33:41 GMT 2009
- [conduit: 81/138] Look in self.track, not track (typo?) Thu May 21 07:33:46 GMT 2009
- [conduit: 82/138] Don't load conduit modules. Its slow and we already imported stuff relevant to the test Thu May 21 07:33:51 GMT 2009
- [conduit: 83/138] Bare bones progress widget Thu May 21 07:33:56 GMT 2009
- [conduit: 84/138] Add a progress bar Thu May 21 07:34:01 GMT 2009
- [conduit: 85/138] Use cgitb to capture information in tracebacks Thu May 21 07:34:06 GMT 2009
- [conduit: 86/138] Only use cgitb for unexpected failures (cgitb wasnt so hot for the assert num_of_items == 23 type te Thu May 21 07:34:11 GMT 2009
- [conduit: 87/138] Add a TextResult base class that knows how to dump tracebacks to console Thu May 21 07:34:16 GMT 2009
- [conduit: 88/138] Add the x tests run in y seconds blurb to text results Thu May 21 07:34:21 GMT 2009
- [conduit: 89/138] Add EnvironmentWrapper objects. Allows us to avoid spaghetti for profilers, coverage checks and (eep Thu May 21 07:34:27 GMT 2009
- [conduit: 90/138] Don't hardcode the path quite so hard.. Thu May 21 07:34:39 GMT 2009
- [conduit: 92/138] Run a dbus-monitor for each test, capture output Thu May 21 07:34:42 GMT 2009
- [conduit: 91/138] Env object to manage running a session bus for the duration of the tests. Not even sure it works yet Thu May 21 07:34:45 GMT 2009
- [conduit: 93/138] Turn dbus env off until i have time to debug it Thu May 21 07:34:46 GMT 2009
- [conduit: 95/138] Missing arg. Can't do anything right this morning :( Thu May 21 07:34:57 GMT 2009
- [conduit: 94/138] Wrong file committed Thu May 21 07:34:59 GMT 2009
- [conduit: 96/138] Add notes for later Thu May 21 07:35:01 GMT 2009
- [conduit: 97/138] Tomboy wrapper Thu May 21 07:35:06 GMT 2009
- [conduit: 98/138] Make TestDataProvider a little more thorough Thu May 21 07:35:11 GMT 2009
- [conduit: 99/138] Ensure each N800 dataprovider has a unique udi, or mapping database chaos will ensue Thu May 21 07:35:17 GMT 2009
- [conduit: 100/138] Fix excludes Thu May 21 07:35:21 GMT 2009
- [conduit: 101/138] Set a default mtime on our testdata Thu May 21 07:35:27 GMT 2009
- [conduit: 102/138] Missing file Thu May 21 07:35:32 GMT 2009
- [conduit: 103/138] Oh dear. I knew string_to_unique_file would hurt me one day... Thu May 21 07:35:36 GMT 2009
- [conduit: 104/138] Turn iPodMusic back on Thu May 21 07:35:41 GMT 2009
- [conduit: 105/138] Music doesn't have a height tag, grr. Using track.pairs() means we only pulls metadata gpod knows ab Thu May 21 07:35:46 GMT 2009
- [conduit: 106/138] Extra info in assert Thu May 21 07:35:51 GMT 2009
- [conduit: 107/138] Remove the duplicated 'plugin' loader code Thu May 21 07:35:58 GMT 2009
- [conduit: 108/138] Bit cleaner like this Thu May 21 07:36:02 GMT 2009
- [conduit: 109/138] Move soup internal code away from tests to utils/ Thu May 21 07:36:07 GMT 2009
- [conduit: 110/138] Missing file Thu May 21 07:36:13 GMT 2009
- [conduit: 111/138] Testy testy testy Thu May 21 07:36:17 GMT 2009
- [conduit: 112/138] Decorate a test with calls to coverage.start() and coverage.stop() - seems to decrease chance of bt. Thu May 21 07:36:22 GMT 2009
- [conduit: 113/138] Add text, setting, bookmark and email datatype wrappers Thu May 21 07:36:27 GMT 2009
- [conduit: 114/138] Coverage for the test datatype too Thu May 21 07:36:32 GMT 2009
- [conduit: 115/138] Remove the old automatic tests Thu May 21 07:36:43 GMT 2009
- [conduit: 117/138] Skip tests if prereqs for running are not met Thu May 21 07:36:48 GMT 2009
- [conduit: 116/138] More Auto* test removal Thu May 21 07:36:48 GMT 2009
- [conduit: 118/138] Report which missing features caused which tests to be skipped Thu May 21 07:36:53 GMT 2009
- [conduit: 119/138] Eep. Fix deliberate testing typo. Thu May 21 07:36:57 GMT 2009
- [conduit: 120/138] Skeletal GoogleModule testing Thu May 21 07:37:02 GMT 2009
- [conduit: 121/138] Stub out configuration Thu May 21 07:37:07 GMT 2009
- [conduit: 122/138] Try and run environment setup as early as possible Thu May 21 07:37:13 GMT 2009
- [conduit: 123/138] Refactor refactor refactor Thu May 21 07:37:17 GMT 2009
- [conduit: 124/138] Shuffle things around so environment loader fires before any code to be tested is imported Thu May 21 07:37:23 GMT 2009
- [conduit: 125/138] Proper indentation Thu May 21 07:37:28 GMT 2009
- [conduit: 127/138] Capture dbus-monitor output properly in a tempfile.TemporaryFile (this will be clean up magically wh Thu May 21 07:37:37 GMT 2009
- [conduit: 126/138] Teach it about standard services and how to start tomboy Thu May 21 07:37:39 GMT 2009
- [conduit: 128/138] Tomboy has its own note datatype Thu May 21 07:37:42 GMT 2009
- [conduit: 129/138] Further tidy ups for features code Thu May 21 07:37:48 GMT 2009
- [conduit: 131/138] These dataprovider tests only really suit a twoway dataprovider Thu May 21 07:37:57 GMT 2009
- [conduit: 130/138] Add a feed source Thu May 21 07:37:59 GMT 2009
- [conduit: 132/138] Infrastructure for collecting additional test data Thu May 21 07:38:02 GMT 2009
- [conduit: 133/138] Attach dbus monitor logs Thu May 21 07:38:08 GMT 2009
- [conduit: 134/138] Monitor logs slow things down, so break it out of the other dbus code. Needs priority stuff :( :( Thu May 21 07:38:13 GMT 2009
- [conduit: 135/138] Stub to run a test inside pdb Thu May 21 07:38:17 GMT 2009
- [conduit: 136/138] Turn debugger on Thu May 21 07:38:23 GMT 2009
- [conduit: 137/138] Move conduit specific code back out to test_sync Thu May 21 07:38:29 GMT 2009
- [conduit: 138/138] Merge branch 'master' into generic-tests Thu May 21 07:38:38 GMT 2009
- [conduit/syncml: 1/244] First stage of syncml support Thu May 21 09:49:22 GMT 2009
- [conduit] (244 commits) Created branch syncml Thu May 21 09:49:27 GMT 2009
- [conduit/syncml: 3/244] Start stubbing out a syncml test Thu May 21 09:49:30 GMT 2009
- [conduit/syncml: 2/244] Implement more dataprovider to syncml integration Thu May 21 09:49:35 GMT 2009
- [conduit/syncml: 4/244] A bit of boilerplate.. Thu May 21 09:49:42 GMT 2009
- [conduit/syncml: 5/244] Always need to call send_changes (even if there are none), or C902 UI stops updating Thu May 21 09:49:46 GMT 2009
- [conduit/syncml: 6/244] Refactor a bit Thu May 21 09:49:47 GMT 2009
- [conduit/syncml: 7/244] Test test test Thu May 21 09:49:50 GMT 2009
- [conduit/syncml: 8/244] Configure the source Thu May 21 09:49:54 GMT 2009
- [conduit/syncml: 9/244] Test runs (yay for no hanging), but no passes as yet Thu May 21 09:50:00 GMT 2009
- [conduit/syncml: 10/244] Rename and be consistent with other tests Thu May 21 09:50:05 GMT 2009
- [conduit/syncml: 11/244] Getting there... Thu May 21 09:50:17 GMT 2009
- [conduit/syncml: 13/244] Stop weird no-exception exception Thu May 21 09:50:20 GMT 2009
- [conduit/syncml: 12/244] Dear god. Thu May 21 09:50:21 GMT 2009
- [conduit/syncml: 14/244] Wow. libsyncml interferes with our network transport? Thu May 21 09:50:26 GMT 2009
- [conduit/syncml: 17/244] Fix typo Thu May 21 09:50:35 GMT 2009
- [conduit/syncml: 16/244] Try to make things readable. Note a few gotchas. Thu May 21 09:50:37 GMT 2009
- [conduit/syncml: 22/244] Try except guard around the bluez stuff. No guarantees there is a default adaptor.. Thu May 21 09:50:41 GMT 2009
- [conduit/syncml: 24/244] One way sync from SyncML for Contacts Thu May 21 09:50:50 GMT 2009
- [conduit/syncml: 23/244] Should always return here Thu May 21 09:50:51 GMT 2009
- [conduit/syncml: 25/244] Boilerplate for syncing calendar items Thu May 21 09:50:55 GMT 2009
- [conduit/syncml: 26/244] Test event syncing Thu May 21 09:51:00 GMT 2009
- [conduit/syncml: 27/244] Theoretical fix for the ordering problem.. Thu May 21 09:51:12 GMT 2009
- [conduit/syncml: 28/244] Run syncml server twice because it sucks... Thu May 21 09:51:16 GMT 2009
- [conduit/syncml: 29/244] Closer to put support for http clients Thu May 21 09:51:22 GMT 2009
- [conduit/syncml: 30/244] Fixy Thu May 21 09:51:26 GMT 2009
- [conduit/syncml: 31/244] Don't free the queue too soon.. Thu May 21 09:51:26 GMT 2009
- [conduit/syncml: 32/244] Fix Thu May 21 09:51:31 GMT 2009
- [conduit/syncml: 33/244] Gaaah Thu May 21 09:51:40 GMT 2009
- [conduit/syncml: 34/244] Actually work Thu May 21 09:51:41 GMT 2009
- [conduit/syncml: 35/244] Arrrrrrgh Thu May 21 09:51:47 GMT 2009
- [conduit/syncml: 77/244] Add configuration stuff to HttpClientProvider Thu May 21 09:51:51 GMT 2009
- [conduit/syncml: 78/244] Fix typo and simplify a bit Thu May 21 09:51:56 GMT 2009
- [conduit/syncml: 79/244] Refactor a little bit and add ScheduleWorld classes Thu May 21 09:52:07 GMT 2009
- [conduit/syncml: 81/244] Need to DP.__init__ before can call update_configuration Thu May 21 09:52:11 GMT 2009
- [conduit/syncml: 80/244] Add categories so dp's actually show up in UI... Thu May 21 09:52:11 GMT 2009
- [conduit/syncml: 82/244] Actually pass credentials on to libsyncml Thu May 21 09:52:16 GMT 2009
- [conduit/syncml: 83/244] Check we are configured Thu May 21 09:52:21 GMT 2009
- [conduit/syncml: 84/244] If we try to load a VCALENDAR, only look at the VEVENT Thu May 21 09:52:27 GMT 2009
- [conduit/syncml: 85/244] Fall back to get_all method if we are doing a slowsync Thu May 21 09:52:32 GMT 2009
- [conduit/syncml: 86/244] Make the LUID be a uuid, return a Rid with the LUID and the hash of our blob Thu May 21 09:52:37 GMT 2009
- [conduit/syncml: 87/244] Populate changes dict with uuids instead of ids direct from device Thu May 21 09:52:43 GMT 2009
- [conduit/syncml: 88/244] Look up local id to replace when LUID is known Thu May 21 09:52:46 GMT 2009
- [conduit/syncml: 89/244] Use our own uids for stuff so that conduit can update its mapping database in the normal way. A yuck Thu May 21 09:52:52 GMT 2009
- [conduit/syncml: 90/244] Fix typos Thu May 21 09:52:58 GMT 2009
- [conduit/syncml: 91/244] Correct the LUID generation logic Thu May 21 09:53:03 GMT 2009
- [conduit/syncml: 92/244] Be able to decode SyncML Errors... Thu May 21 09:53:08 GMT 2009
- [conduit/syncml: 97/244] ?_? Thu May 21 09:53:17 GMT 2009
- [conduit/syncml: 93/244] Add SyncmlModule to distributed stuff Thu May 21 09:53:20 GMT 2009
- [conduit/syncml: 99/244] Implement GetAlertType Thu May 21 09:53:28 GMT 2009
- [conduit/syncml: 98/244] Implement get/set anchor callbacks Thu May 21 09:53:28 GMT 2009
- [conduit/syncml: 100/244] Clearer log messages about sync type Thu May 21 09:53:33 GMT 2009
- [conduit/syncml: 101/244] Add a _mime_ property. Move _store_ defaults to Event and Contacts mixins Thu May 21 09:53:45 GMT 2009
- [conduit/syncml: 109/244] Ship BluetoothFactory object Thu May 21 09:53:49 GMT 2009
- [conduit/syncml: 102/244] Machinery so SyncML DataProviders can set the SyncML version Thu May 21 09:53:51 GMT 2009
- [conduit/syncml: 113/244] Work around the fact that ctypes hates callbacks returning strings Thu May 21 09:53:53 GMT 2009
- [conduit/syncml: 134/244] If no anchors, request a slow sync. If data is empty, send None Thu May 21 09:53:59 GMT 2009
- [conduit/syncml: 243/244] Merge branch 'master' into syncml Thu May 21 09:54:08 GMT 2009
- [conduit/syncml: 244/244] Add soup file for testing syncml Thu May 21 09:54:15 GMT 2009
- [conduit] (173 commits) Created branch google-calendar Thu May 21 10:07:51 GMT 2009
- [conduit/google-calendar: 32/173] Reenable Google Calendar support with urllib unquote fix Thu May 21 10:07:54 GMT 2009
- [conduit/google-calendar: 173/173] Merge branch 'master' into google-calendar Thu May 21 10:07:56 GMT 2009
- [conduit] (Disabled) code for running soup tests under Xvfb Thu May 21 14:26:34 GMT 2009
- [conduit] Fix GNOME #582719 Fri May 22 16:01:47 GMT 2009
Johnny Jacob
John Stowers
Jonathan Matthew
Jonathon Jongsma
Jonh Wendell