2009-May Archive by Author
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
Jon Kåre Hellan
Jordi Mas
Jorge Gonzalez Gonzalez
José Alburquerque
Juanje Ojeda Croissier
Juan Pablo Ugarte
Julien Hardlin
Julien Puydt
Jürg Billeter
Kai Willadsen
Kenneth Nielsen
Ke Wang
Khaled Hosny
Kjartan Maraas
Krishnababu Krothapalli
Krzesimir Nowak
Lennart Poettering
Leonid Kanter
Lin Ma
Li Yuan
Luca Ferretti
Lucas Almeida Rocha
Lucian Langa
Luis Medinas
Manish Singh
Manoj Kumar Giri
Marc-Andre Lureau
Marcel Telka
Marco Ciampa
Marek Kašík
Marina Zhurakhinskaya
Mario Blättermann
Mark Krapivner
Marko Anastasov
Martin Nordholts
Martyn James Russell
- [tracker/tracker-0.6] Fixes: GB#580905, [PATCH] Clean up help messages in configure Mon May 04 08:34:07 GMT 2009
- [tracker] Fixes: GB#580905, [PATCH] Clean up help messages in configure Mon May 04 08:41:48 GMT 2009
- [tracker/tracker-0.6] Fixes GB#575130, Remove deprecated GTK+ symbols Mon May 04 08:54:25 GMT 2009
- [tracker/tracker-0.6] Fixes: GB#580908, [PATCH] Make configure error on missing hal and hal-storage a bit clearer. Mon May 04 08:56:31 GMT 2009
- [tracker] Fixes GB#575130, Remove deprecated GTK+ symbols Mon May 04 08:58:17 GMT 2009
- [tracker] Fixes: GB#580908, [PATCH] Make configure error on missing hal and hal-storage a bit clearer. Mon May 04 08:58:23 GMT 2009
- [tracker] Fixes: GB#572237, Remove deprecated Glib symbols Mon May 04 10:21:35 GMT 2009
- [tracker] Fixed potential leak found in 0.6 branch last week Mon May 04 12:49:42 GMT 2009
- [tracker/tracker-0.6] Don't check for SQLite extension loader without FTS enabled Mon May 04 15:48:17 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#114354, trackerd polls Tue May 05 14:58:03 GMT 2009
- [tracker/tracker-0.6] Fixes binary search index size error, assumed 0 to array->len Wed May 06 14:03:20 GMT 2009
- [tracker/tracker-0.6] Fixed indexer invalid writes in state_to_string() if string is empty Wed May 06 14:03:25 GMT 2009
- [tracker/tracker-0.6] Fix Valgrind errors / leaks and added public API parameter checks Wed May 06 14:03:31 GMT 2009
- [tracker/tracker-0.6] Fixed disk_space_check_stop() critical warning on shutdown Wed May 06 14:03:34 GMT 2009
- [tracker/tracker-0.6] Use gint64 not guint for binary search, array index was sometimes < 0 Wed May 06 14:03:45 GMT 2009
- [tracker/tracker-0.6] Fix indexer crash, by setting ALL struct members in unindex_metadata Wed May 06 14:03:45 GMT 2009
- [tracker/tracker-0.6] Removed **** from low disk space messages in log Wed May 06 14:03:50 GMT 2009
- [tracker/tracker-0.6] Fixes NB#100123, Image:Date is empty for some of the images Thu May 07 10:16:02 GMT 2009
- [tracker/tracker-0.6] Revert patch to use binary search with QDBM cache, was causing regressions Thu May 07 15:07:37 GMT 2009
- [tracker/tracker-0.6] Add full text search optional and enabled by default Thu May 07 15:07:50 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#110221, ML: Album Art is not displaying in All Album and... Fri May 08 09:57:20 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#112632, Files seem to go missing from database Fri May 08 16:01:56 GMT 2009
- [tracker/tracker-0.6] Get the actual mount point for a given path to get volume id in db Mon May 11 11:49:01 GMT 2009
- [tracker/tracker-0.6] Performance improvement heurstic scan for album art Tue May 12 11:05:57 GMT 2009
- [tracker/tracker-0.6] Set up volume states before enabling public APIs via DBus Tue May 12 16:07:27 GMT 2009
- [tracker/tracker-0.6] Pause indexer when setting volume states & disable TTL use Wed May 13 10:10:42 GMT 2009
- [tracker/tracker-0.6] Fixes to tracker-rdf-query module from coverity Wed May 13 14:59:50 GMT 2009
- [tracker/tracker-0.6] Fixed tracker-xmp coverity findings Wed May 13 14:59:54 GMT 2009
- [tracker/tracker-0.6] Fixed utils/qdbm/ print-words and search-word based on coverity Wed May 13 14:59:59 GMT 2009
- [tracker/tracker-0.6] Fixed src/libstemmer/libstemmer.c coverity failures Wed May 13 15:00:04 GMT 2009
- [tracker/tracker-0.6] Fixed src/libtracker-common/tracker-config coverity failures Wed May 13 15:00:09 GMT 2009
- [tracker/tracker-0.6] Removed unused variables from coverity findings Wed May 13 15:00:14 GMT 2009
- [tracker/tracker-0.6] Check return value of important GLib calls, found by coverity Wed May 13 15:00:19 GMT 2009
- [tracker/tracker-0.6] Make sure we call va_end before returning in evolution-imap module Wed May 13 15:00:24 GMT 2009
- [tracker/tracker-0.6] Fix not crawling inserted removable media Wed May 13 16:40:14 GMT 2009
- [tracker/tracker-0.6] Added a preprocessor option for DB transactions Thu May 14 12:45:43 GMT 2009
- [tracker/tracker-0.6] Use single DB insert statements instead of insert and many updates Fri May 15 09:01:53 GMT 2009
- [tracker/tracker-0.6] Added dynamic pragma loader using config file Fri May 15 16:25:35 GMT 2009
- [tracker/tracker-0.6] Make HAVE_SQLITE_FTS a #define in config.h Fri May 15 16:25:37 GMT 2009
- [tracker/tracker-0.6] Don't iterate data update context twice and quote everything Fri May 15 16:25:40 GMT 2009
- [tracker/tracker-0.6] Do not add ID twice to update context & do not escape collation key twice Mon May 18 08:39:04 GMT 2009
- [tracker/tracker-0.6] Don't insert "(null)" into DB when string is NULL for updates Mon May 18 09:10:55 GMT 2009
- [tracker/tracker-0.6] Don't insert empty strings for NULL values, it causes unique value disparity Mon May 18 10:03:11 GMT 2009
- [tracker/tracker-0.6] Added SQLite test utility Mon May 18 14:02:08 GMT 2009
- [tracker/tracker-0.6] Fixed patch to disable SQLite FTS warnings causing huge DB failures Mon May 18 14:54:00 GMT 2009
- [tracker/tracker-0.6] Disable database SQL debugging... again :) Mon May 18 15:27:32 GMT 2009
- [tracker/tracker-0.6] Removed File:Ext and File:NameDelimited for performance Wed May 20 16:17:30 GMT 2009
- [tracker/tracker-0.6] Fixes indexer so we do not parse metadata text if FTS is disabled Wed May 20 16:17:39 GMT 2009
- [tracker/tracker-0.6] Added --disable-detailed-metadata to NOT index less important metadata Wed May 20 16:17:46 GMT 2009
- [tracker/tracker-0.6] Fixed indexer potential path breakage by using g_build_path instead Wed May 20 16:17:47 GMT 2009
- [tracker/tracker-0.6] Improved HAL UDI lookup speed from ~5ms to 0.5ms Wed May 20 16:17:52 GMT 2009
- [tracker/tracker-0.6] Attempt to speed up indexing by less cols in indices Wed May 20 16:27:37 GMT 2009
- [tracker/tracker-0.6] Fixed make distcheck failures in preparation for 0.6.95 Fri May 22 10:54:17 GMT 2009
- [tracker/tracker-0.6] Bumped version to 0.6.95 for release Fri May 22 10:59:36 GMT 2009
- [tracker/tracker-0.6] NEWS for 0.6.95 Fri May 22 15:33:20 GMT 2009
- [tracker] Created tag TRACKER_0_6_95 Fri May 22 15:48:48 GMT 2009
- [tracker/tracker-0.6] Fixes indexer warnings closing contexts inserting with collated data Mon May 25 13:24:22 GMT 2009
- [tracker/tracker-0.6] Use MEMORY the default pragma for temp_store Wed May 27 14:30:54 GMT 2009
- [tracker/tracker-0.6] Rework the processors device and module logic so it is clearer Thu May 28 13:04:15 GMT 2009
- [tracker/tracker-0.6] Monitor cache time now 1s & processor queue time now 0s for < 50 items Thu May 28 13:04:17 GMT 2009
Massimo Cora'
Matthew Barnes
Matthias Clasen
Maxim V . Dziumanenko
Mesar Hameed
- [orca] (3 commits) Created branch 570658 Fri May 08 15:25:07 GMT 2009
- [orca/570658: 1/3] applying patch 0.1 Fri May 08 15:25:20 GMT 2009
- [orca/570658: 3/3] fixing typo. Fri May 08 15:25:21 GMT 2009
- [orca/570658: 2/3] Work on 570658, all for speechGenerator has been implemented. The regression tests would fail in som Fri May 08 15:25:24 GMT 2009
- [orca/570658] committing Wills patch, 134461 Tue May 12 10:13:43 GMT 2009
- [orca/570658] fixed problems with modified altspeechgenerator, , now giving 'speech' as first arg to every call. Tue May 12 13:40:54 GMT 2009
- [orca/570658] associating funcs with acss Tue May 12 18:56:46 GMT 2009
- [orca/570658] adding in _getTutorial in altspeechgenerator, works fine :) Wed May 13 23:10:13 GMT 2009
- [orca/570658] overriding the dict.update, for our formatting.py, because we need to murge trees. Thu May 14 16:40:35 GMT 2009
- [orca/570658] Delt with gnome-window-properties's speech_generator. Thu May 14 17:07:56 GMT 2009
- [orca/570658] Updated planner script to use formatting, and modified speech_generator to match. Thu May 14 17:55:43 GMT 2009
- [orca/570658] updated evolution script, speech_generator, added in formatting.py. Thu May 14 19:13:20 GMT 2009
- [orca/570658] Revert "updated evolution script, speech_generator, added in formatting.py." Thu May 14 20:32:50 GMT 2009
- [orca/570658] Updated evolution script, added formatting.py and updated speech_generator.py. Thu May 14 20:32:54 GMT 2009
- [orca/570658] updated gcalctool speech_generator. Thu May 14 21:51:25 GMT 2009
- [orca/570658] corrections and updates. Thu May 14 21:51:33 GMT 2009
- [orca/570658] Simplified evolution formatting and speech_generator. Sun May 17 18:51:50 GMT 2009
- [orca/570658] Moved _overrideRole and _restoreRole into speechGenerator class, to allow the scripts easy access. Sun May 17 19:47:15 GMT 2009
Michael Biebl
Michael J . Chudobiak
- [gthumb/gthumb-2-10] Warn if file_data_unref called on null data - shouldn't happen Fri May 01 12:43:55 GMT 2009
- [gthumb] Warn if file_data_unref called on null data - shouldn't happen Fri May 01 12:44:38 GMT 2009
- [gthumb] Fix crash when adding categories to a photo - bug 547620 Fri May 01 13:08:56 GMT 2009
- [gthumb] Make sure photo importer path is in URI form - bug 577042 Fri May 01 13:46:01 GMT 2009
- [gthumb/gthumb-2-10] Make sure photo importer path is in URI form - bug 577042 Fri May 01 13:53:46 GMT 2009
- [gthumb] Revert earlier change, don't assert fd is not null before unref Fri May 01 16:28:35 GMT 2009
- [gthumb/gthumb-2-10] Revert earlier change, don't assert fd is not null before unref Fri May 01 16:32:22 GMT 2009
- [gthumb/gthumb-2-10] Unescape URI before printing it - bug 579294 Fri May 01 17:23:15 GMT 2009
- [gthumb] Unescape URI before printing it - bug 579294 Fri May 01 17:48:55 GMT 2009
- [gthumb/gthumb-2-10] Bug 572685 – Please compile with -fPIC -DPIC Fri May 01 19:05:49 GMT 2009
- [gthumb] Bug 572685 – Please compile with -fPIC -DPIC Fri May 01 19:11:55 GMT 2009
- [gthumb] Bug 581081 - Fix compilation warnings Sat May 02 12:28:01 GMT 2009
- [gthumb] Use GSList* instead of char** to store keywords - bug 547620 Sat May 02 16:14:20 GMT 2009
- [gthumb] Move ChangeLog to ChangeLog.pre-git Sat May 02 16:16:05 GMT 2009
- [gthumb/gthumb-2-10] Move ChangeLog to ChangeLog.pre-git Sat May 02 16:17:30 GMT 2009
- [gthumb] Auto-generate the ChangeLog file, git-style Sat May 02 19:59:15 GMT 2009
- [gthumb/gthumb-2-10] Auto-generate the ChangeLog file, git-style Sat May 02 20:01:19 GMT 2009
- [gthumb] Auto-generate credits from AUTHORS file - bug 581128 Sat May 02 20:11:15 GMT 2009
- [gthumb/gthumb-2-10] Auto-generate credits from AUTHORS file - bug 581128 Sat May 02 20:19:25 GMT 2009
- [gthumb] Fixed file_data_unref crasher - bug 580996 Sun May 03 12:41:07 GMT 2009
- [gthumb/gthumb-2-10] Added Marc Pavot to the AUTHORS file Mon May 04 11:55:31 GMT 2009
- [gthumb] Add utf8 versions of path/name to file-data to reduce escaping madness Mon May 04 13:52:52 GMT 2009
- [gthumb] Add local_path to file_data, for gvfs mount points Mon May 04 16:34:59 GMT 2009
- [gthumb] Tidy up photo importer code, remove cache reference Mon May 04 17:57:47 GMT 2009
- [gthumb] Bug 581183 – Show categories with images Mon May 04 23:32:55 GMT 2009
- [gthumb] Fix formatting, remove extraneous g_free Tue May 05 11:59:29 GMT 2009
- [gthumb] Show keywords in fullscreen view, re-organize preference dialog Tue May 05 12:06:32 GMT 2009
- [gthumb] Minor string change Tue May 05 16:45:16 GMT 2009
- [gthumb] Use file_data_set_path rather than setting fd->path directly Wed May 06 11:45:44 GMT 2009
- [gthumb] Replace file_data_local_path with fd->local_path Wed May 06 12:16:36 GMT 2009
- [gthumb] Use gvfsd-provided local_path to write remote metadata Wed May 06 12:53:54 GMT 2009
- [gthumb] Use gvfsd-provided mount point to read metadata, instead of a cache Wed May 06 19:44:06 GMT 2009
- [gthumb] Use fd->name or utf8_name instead of file_name_from_path function Wed May 06 19:59:26 GMT 2009
- [gthumb] Show local mount point for remote files in exif data view Wed May 06 20:13:16 GMT 2009
- [gthumb] Use fd->utf8_name instead of file_name_from_path function Wed May 06 20:24:01 GMT 2009
- [gthumb] Use fd->name instead of file_name_from_path function Wed May 06 20:26:39 GMT 2009
- [gthumb] Added a function to check existence of local_path and issue warnings Thu May 07 12:17:46 GMT 2009
- [gthumb] Allow reporting of local_path non-existence to a pop-up dialog Thu May 07 12:32:21 GMT 2009
- [gthumb] Use file_data to populate image properties dialog Thu May 07 13:17:15 GMT 2009
- [gthumb] Make better use of fd->utf8_name and utf8_path in gtk labels Thu May 07 13:34:35 GMT 2009
- [gthumb] Use fd->local_path in scripts, if available Thu May 07 13:56:42 GMT 2009
- [gthumb] Use fdata->local_path instead of the local cache when preloading Thu May 07 15:44:54 GMT 2009
- [gthumb] Make comments and categories work for remote ~/.gvfs files Thu May 07 17:28:05 GMT 2009
- [gthumb] Check that the fd->local_path has ".gvfs" in it Thu May 07 17:50:46 GMT 2009
- [gthumb] Use fd->local_path instead of a local cache file Thu May 07 18:20:56 GMT 2009
- [gthumb] Load images from fd->local_path, instead of a local cache Thu May 07 19:16:25 GMT 2009
- [gthumb] Fix NULL crasher in local_path verifying code Fri May 08 12:10:23 GMT 2009
- [gthumb] Don't use local cache anymore in image loader; use gvfs local_path Fri May 08 12:13:16 GMT 2009
- [gthumb] Removed local cache code from the reset-exif tool Fri May 08 14:44:47 GMT 2009
- [gthumb] Just use a simple while loop to do the same thing Fri May 08 16:24:30 GMT 2009
- [gthumb] Check if gtk_events_pending during while loop, to update progress bar Fri May 08 16:33:03 GMT 2009
- [gthumb] Removed local cache code from the convert format tool Fri May 08 18:25:10 GMT 2009
- [gthumb] Removed local cache code from the file-save dialog Fri May 08 18:47:21 GMT 2009
- [gthumb] Removed local cache code from the batch ops and added some NULL checks Fri May 08 19:50:36 GMT 2009
- [gthumb] Removed some cache references in the web album exporter Fri May 08 19:58:36 GMT 2009
- [gthumb] Removed some cache references in the index image code Sat May 09 15:59:04 GMT 2009
- [gthumb] Remove cache transfer code from index image code Sat May 09 16:29:37 GMT 2009
- [gthumb] Remove the update-from-cache code in the photo importer Sat May 09 16:40:17 GMT 2009
- [gthumb] Fixed bug 582004, exif orientation tag handling broke in trunk Mon May 11 12:14:29 GMT 2009
- [gthumb] Simplify exiv2 writing code a bit Mon May 11 12:23:56 GMT 2009
- [gthumb] Erase existing XMP tags, but not exif or iptc tags - bug 547620 Mon May 11 16:19:14 GMT 2009
- [gthumb] Remove cache code from dlg-jpegtran Mon May 11 19:52:38 GMT 2009
- [gthumb] Removed unused cache functions Mon May 11 19:56:27 GMT 2009
- [gthumb] Removed more unused cache functions Mon May 11 19:58:23 GMT 2009
- [gthumb] Don't force non-default permission on new folders or their parents Tue May 12 12:31:15 GMT 2009
- [gthumb] Remove unused cache functions Tue May 12 12:35:30 GMT 2009
- [gthumb] local_file_move and file_rename were exactly the same as file_move Tue May 12 12:43:20 GMT 2009
- [gthumb] Removed more cruft Tue May 12 13:07:39 GMT 2009
- [gthumb] Removed more unused functions Tue May 12 13:15:16 GMT 2009
- [gthumb] Marked the mime_type_is_raw function as static Tue May 12 13:18:03 GMT 2009
- [gthumb] local_dir_remove_recursive is exactly the same as dir_remove_recursive Tue May 12 13:21:27 GMT 2009
- [gthumb] Simplify catalog deletion using g_file_delete Tue May 12 14:38:08 GMT 2009
- [gthumb] Reduce the number of basically identical file delete functions Tue May 12 16:00:59 GMT 2009
- [gthumb] Remove small bit of gnome_vfs escaping from rename-series Tue May 12 18:59:07 GMT 2009
- [gthumb] Removed most gnomevfs bits from gth-browser-actions-callbacks.c Wed May 13 13:30:12 GMT 2009
- [gthumb] Purged last gnomevfs code from gth-browser-actions-callbacks.c Thu May 14 12:46:13 GMT 2009
- [gthumb] Fix error reporting in the file renaming tool, removing gnomevfs bits Thu May 14 19:54:55 GMT 2009
- [gthumb] Purged gnomevfs from the web album tool Thu May 14 20:28:41 GMT 2009
- [gthumb] Revert "Purged gnomevfs from the web album tool" Thu May 14 20:28:48 GMT 2009
- [gthumb] Purged gnomevfs from the web album code Thu May 14 20:28:52 GMT 2009
- [gthumb] Put the postr flickr uploader into the scripts, not in its own menu Thu May 14 20:51:24 GMT 2009
- [gthumb] Deleted an obsolete include Thu May 14 20:53:59 GMT 2009
- [gthumb] Migrated gth-monitor from gnomevfs to g_file_monitor Fri May 15 19:03:49 GMT 2009
- [gthumb] Migrate remove_special_dirs_from_path to gfile Sat May 16 19:33:01 GMT 2009
- [gthumb] Resolve symlinks in a gfile-ish way Sun May 17 00:23:30 GMT 2009
- [gthumb] Removed some unused gnomevfs includes Sun May 17 00:29:52 GMT 2009
- [gthumb] Rename Categories to Tags Sun May 17 23:15:27 GMT 2009
- [moserial] Unmark some strings for translation Mon May 18 16:01:53 GMT 2009
- [moserial] Actually make i18n work Mon May 18 16:06:11 GMT 2009
- [moserial] Added .gitignore file Mon May 18 16:09:09 GMT 2009
- [moserial] Update NEWS for 2.26.1 release Mon May 18 16:13:45 GMT 2009
- [moserial] Created tag moserial_2_26_1 Mon May 18 16:16:02 GMT 2009
- [moserial] Post-release version bump to 2.26.2 Mon May 18 16:19:38 GMT 2009
- [gthumb] Added missing files, oops Tue May 19 11:31:58 GMT 2009
- [gthumb] Make file-overwrite optional when doing file move or copy Tue May 19 12:00:12 GMT 2009
- [gthumb] Remove deprecated Glib symbols - bug 581512 Tue May 19 14:57:51 GMT 2009
- [gthumb] Removed gnomevfs from gtk-utils.c Tue May 19 16:51:05 GMT 2009
- [gthumb] Add an escaped uri field to the file_data struct Tue May 19 19:02:09 GMT 2009
- [gthumb] Remove an unused gnomevfs include Tue May 19 20:27:26 GMT 2009
- [gthumb] Removed some cache-related cruft, unused variables Tue May 19 20:34:13 GMT 2009
- [gthumb] Skip gnome_vfs_is_executable_command_string before executing commands Tue May 19 23:04:54 GMT 2009
- [gthumb] Rework video tag reading slightly to placate cppcheck Wed May 20 12:15:21 GMT 2009
- [gthumb] Removed some unused struct fields, reported by cppcheck Wed May 20 12:20:04 GMT 2009
- [gthumb] Purged get_local_path_from_uri as part of gnomevfs removal Wed May 20 12:40:51 GMT 2009
- [gthumb] Migrate file_is_search_result from gnomevfs to gfile Wed May 20 15:26:47 GMT 2009
- [gthumb] Removed some extraneous gnomevfs includes Wed May 20 19:20:03 GMT 2009
- [gthumb] Purged gnome-vfs from catalog-web-exporter.c Wed May 20 19:48:44 GMT 2009
- [gthumb] Fix minor compilation warnings, bug 583463 Thu May 21 16:03:22 GMT 2009
- [gthumb] Simplify and tidy up build files, delete unused files - bug 583463 Thu May 21 16:40:10 GMT 2009
- [gthumb] Revert "Simplify and tidy up build files, delete unused files - bug 583463" Thu May 21 16:59:49 GMT 2009
- [gthumb] Try again: Simplify and tidy up build files, delete unused files Thu May 21 17:01:38 GMT 2009
- [gthumb] Partial revert of recent build file changes - see bug 583463 Thu May 21 17:34:20 GMT 2009
- [gthumb] Don't offer to rename imported files - bug 506605 Thu May 21 17:44:51 GMT 2009
- [gthumb] Simplify and tidy up build files, remove gthumb-module - bug 583463 Mon May 25 19:17:38 GMT 2009
- [gthumb] Call gtk_events_pending to make sure progressbar appears Mon May 25 19:37:05 GMT 2009
- [gthumb] Fix display on multiple edit of tags and improve gth-monitor Tue May 26 12:23:39 GMT 2009
- [gthumb] Avoid useless read of tags/comments, bug 583833 Tue May 26 12:56:46 GMT 2009
- [gthumb] Avoid useless read of tags/comments event if tags/comments are empty Tue May 26 12:59:04 GMT 2009
- [gthumb] Fixed bug 448585 - keep file selections after rename Tue May 26 16:59:38 GMT 2009
- [gthumb] Use gtk_show_uri instead of gnome_help Tue May 26 17:51:15 GMT 2009
- [gthumb] Remove libgnome dependency, bug 583916 Tue May 26 17:55:16 GMT 2009
- [gthumb] Removed warning flags that are already implied by -Wall Wed May 27 14:03:14 GMT 2009
- [gthumb] Extract rotated thumbnail from RAW photo, instead of unrotated Wed May 27 17:16:49 GMT 2009
- [gthumb] Fix keyword/tag removal in metadata writing - bug 583833 Thu May 28 12:00:11 GMT 2009
- [gthumb] Don't write metadata to tiff files - bug 583889 Thu May 28 14:34:53 GMT 2009
- [gthumb] Removed deprecated gdk_pango_context_set_colormap, bug 575017 Thu May 28 14:51:27 GMT 2009
- [gthumb] Remove deprecated GTK_TYPE macros in favor of G_TYPE, bug 575017 Thu May 28 15:10:25 GMT 2009
- [gthumb] Removed deprecated gdk_pixbuf_render_to_drawable_alpha, bug 575017 Thu May 28 15:16:46 GMT 2009
- [gthumb] Remove more gdk_pixbuf_render_to_drawable* functions, bug 575017 Thu May 28 15:24:47 GMT 2009
- [gthumb] Removing deprecated symbol gtk_menu_insert, bug 575017 Thu May 28 15:33:22 GMT 2009
- [gthumb] Replaced deprecated gtk_menu_tool_button_set_arrow_tooltip, bug 575017 Thu May 28 15:36:14 GMT 2009
- [gthumb] Replace GtkOptionMenu with GtkComboBox, bug 575017 Thu May 28 16:27:55 GMT 2009
- [gthumb] Use GtkComboBox instead of GtkOptionMenu for prefs, bug 575017 Thu May 28 16:35:01 GMT 2009
- [gthumb] Use GtkComboBox instead of GtkOptionMenu for search, bug 575017 Thu May 28 16:38:54 GMT 2009
- [gthumb] Fix broken units widget in scale-series dialog, bug 584085 Thu May 28 18:50:35 GMT 2009
- [gthumb] Include unistd.h to fix build on Mac OS, bug 573701 Fri May 29 12:08:48 GMT 2009
- [gthumb] Stop button unavailable during directory load - bug 584184 Fri May 29 12:27:52 GMT 2009
- [gthumb] Update AUTHORS list Fri May 29 12:29:48 GMT 2009
- [gthumb] Use default search implementation in tag tree view, bug 575017 Fri May 29 12:41:54 GMT 2009
- [gthumb] Remove gtk_object_sink and some unused code, bug 575017 Fri May 29 12:46:04 GMT 2009
- [moserial] Created branch gnome-2-26 Fri May 29 13:10:32 GMT 2009
- [moserial] Deleted branch gnome-2-26 Fri May 29 13:14:57 GMT 2009
- [moserial] Created branch gnome-2-26 Fri May 29 13:15:44 GMT 2009
- [moserial] Added 1M and 2M baud rates; fix typo in 900kbaud rate name Fri May 29 13:42:17 GMT 2009
- [moserial/gnome-2-26] Fixed a typo in 921600 baud rate Fri May 29 13:51:36 GMT 2009
- [moserial] Created tag moserial_2_26_2 Fri May 29 13:55:40 GMT 2009
- [moserial/gnome-2-26] Post-release version bump to 2.26.3 Fri May 29 14:02:27 GMT 2009
- [moserial] Post-branch version bump to 2.27.0 Fri May 29 14:05:39 GMT 2009
- [moserial] Created tag moserial_2_27_0 Fri May 29 14:07:07 GMT 2009
- [moserial] Created tag moserial_2_27_1 Fri May 29 14:17:39 GMT 2009
- [moserial] Bump version to 2.27.2 Fri May 29 14:21:21 GMT 2009
- [moserial] Created tag moserial_2_27_2 Fri May 29 14:22:21 GMT 2009
- [moserial] Update version in NEWS file Fri May 29 14:24:13 GMT 2009
- [jhbuild] Use moserial gnome-2-26 branch now Fri May 29 14:26:03 GMT 2009
- [moserial] Post-release version bump to 2.27.3 Fri May 29 14:27:31 GMT 2009
- [gthumb] Detect mime type fully before deciding to write metadata - bug 584162 Fri May 29 15:19:26 GMT 2009
- [gthumb] Simplified the ensure_dir_exists code Fri May 29 15:35:16 GMT 2009
- [gthumb] g_idle_add was running gth_monitor_resume forever, bug 583891 Fri May 29 16:37:58 GMT 2009
- [gthumb] Convert many fd->path references to fd->utf8_path. Fri May 29 18:24:33 GMT 2009
- [gthumb] Normally use gfile_new instead of g_file_new_for_uri. Fri May 29 18:35:37 GMT 2009
- [gthumb] More path to utf8_path conversions Fri May 29 18:52:29 GMT 2009
- [gthumb] More path to utf8_path conversions Fri May 29 19:15:54 GMT 2009
- [gthumb] Complete purged FileData->path and ->name Fri May 29 19:45:53 GMT 2009
- [gthumb] Remember to call gth_monitor_notify_update_metadata, bug 583833 Sat May 30 12:02:56 GMT 2009
- [gthumb] Read/write comment date in xmp date field only, bug 519433 Sat May 30 13:23:10 GMT 2009
- [gthumb] Remove unused code Sat May 30 13:39:54 GMT 2009
- [gthumb] Remove unused jpeg-data.c,.h files Sat May 30 13:56:36 GMT 2009
- [gthumb] Removed unused jpeg-marker, jpeg-memory-mgr files Sat May 30 14:04:58 GMT 2009
- [gthumb] Removed some unused gconf functions Sat May 30 14:19:49 GMT 2009
- [gthumb] Replace deprecated GtkTooltips with the new GtkTooltip API, bug 575017 Sat May 30 17:26:48 GMT 2009
Michael Kanis
Michael Meeks
Michael Natterer
Michael Schumacher
Michael Terry
Michele Mattioni
Mikael Ottela
Mike Gorse
Milan Crha
Milo Casagrande
Morten Welinder
Murray Cumming
Nickolay V . Shmyrev
Nikos Charonitakis
Nurali Abdurahmonov
Og B . Maciel
Olav Vitters
Ole Laursen
Owen Taylor
Paolo Bacchilega
Paolo Borelli
Patrick Welche
- [dasher] Some MacOSX care from Alan: Do compositing via OpenGL framebuffers to Fri May 01 15:30:10 GMT 2009
- [dasher] Spring clean m4 files (still depend on intltoolize etc.) Fri May 01 15:47:15 GMT 2009
- [dasher] Up dependency from glib/gtk 2.4 to 2.6. This is untested on maemo, but Tue May 05 16:18:48 GMT 2009
- [dasher] Don't accept a uri from GtkFileChooser as LoadFile will fopen it, and Tue May 05 16:23:12 GMT 2009
- [dasher] Change box non-uniformity range from -400:400 to -80:80 - at least one Thu May 07 14:04:02 GMT 2009
- [dasher] We either need gnome a11y libraries such as cspi, or use Tue May 12 17:11:01 GMT 2009
- [dasher] Remove gnome_help_display_desktop and use gtk_show_uri if it exists Wed May 13 11:38:27 GMT 2009
- [dasher] Dasher no longer depends directly on libgnome nor libgnomeui. Fixes #573964. Thu May 14 14:14:26 GMT 2009
- [dasher] Game mode isn't ready for prime time and erroneously appeared in the last windows release. Hide it. Thu May 14 14:26:41 GMT 2009
- [dasher] Carry on excision of Factories, renaming Create{, Local}Factories Thu May 14 16:39:47 GMT 2009
- [dasher] Set the limits of the range of the non-uniformity of boxes to Thu May 14 16:49:07 GMT 2009
- [dasher] Rather than fix the crash caused when LP_UNIFORM=0, put in the same workaround Thu May 14 22:01:05 GMT 2009
- [dasher] Avoid adding string - after string freeze use #if 0 part. Thu May 14 22:27:05 GMT 2009
- [dasher] Just to know that this windows version doesn't display game mode as an Thu May 14 22:29:55 GMT 2009
- [dasher] Changed font rendering code to use NSFont/CoreGraphics additions to NSString; Fri May 15 16:50:32 GMT 2009
- [dasher] Removed unused Recursive_Push_Node method. (well, inlined into it's Fri May 15 16:50:33 GMT 2009
- [dasher] Refactored computation of polar co-ordinates for auto speed control. Fri May 15 16:50:39 GMT 2009
- [dasher] Spring cleaning of Makefile.am and friends. Sun May 17 12:56:29 GMT 2009
- [dasher] CStylusFilter::KeyUp/Down were missing parameters, so were not actually Mon May 18 13:40:16 GMT 2009
- [dasher] For input filters using ScheduleZoom, the co-ordinates they passed to Mon May 18 13:40:19 GMT 2009
- [dasher] Remove empty CDasherView::HandleEvent method. Mon May 18 13:40:21 GMT 2009
- [dasher] Rename UpdatePosition to OneStepTowards. Mon May 18 13:40:27 GMT 2009
- [dasher] Initialised potentially-unused variable bDidSomething. (Only a warning Mon May 18 13:40:31 GMT 2009
- [dasher] The nodes would shrink when moving up and down in compass mode as I Mon May 18 14:04:21 GMT 2009
- [dasher] Missed Changelog... Tue May 19 15:28:02 GMT 2009
- [dasher] Remove unused 'iStyle' member of SGotoItem (struct used by ScheduleZoom). Tue May 19 15:28:07 GMT 2009
- [dasher] Some files & changes missing since / missed from previous MacOSX patch. Tue May 19 15:28:14 GMT 2009
- [dasher] If expat is in the system library path, check the X distribution before Tue May 26 16:13:02 GMT 2009
- [dasher] Somehow the changelog entry didn't make it. Tue May 26 16:24:17 GMT 2009
Pat Suwalski
Paul Cutler
Paul Pogonyshev
Pawel Salek
Pedro Daniel da Rocha Melo e Castro
Pedro Marcelo Villavicencio Garrido
Peter Bloomfield
Petr Kovář
Philippe Rouquier
Philipp Sadleder
Philip Van Hoof
Philip Withnall
Pierre-Luc Beaudoin
Pierre Wieser
Piotr Eljasiak
Praveen Arimbrathodiyil
Priit Laes
pwithnall
Ray
Ray Strode
Richard Hughes
Robert Ancell
- [gcalctool] Moved paste and insert character code operations out of gtk.c (Bug 500995) Sun May 03 23:37:43 GMT 2009
- [gcalctool] Make GConf schemas translatable (Robert Ancell, Bug #571948) Sun May 03 23:50:24 GMT 2009
- [gcalctool] Tidy up error messages (Robert Ancell, Bug #521184) Mon May 04 00:33:41 GMT 2009
- [gcalctool] Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946) Mon May 04 01:21:45 GMT 2009
- [gnome-games] occured->occurred Mon May 04 02:18:23 GMT 2009
- [gnome-games] Add a new display mode - face-to-face. This is useful when using a handheld when on a flat surface Mon May 04 02:18:29 GMT 2009
- [gnome-games] Only allow selecting with the primary mouse button Mon May 04 03:01:25 GMT 2009
- [gnome-games] Fixed up menu damage after conversion from Glade to GtkBuilder Mon May 04 03:01:31 GMT 2009
- [totem-pl-parser] Handle all types of newline characters in playlists by splitting on both \n and \r (Closes: #579905) Mon May 04 05:35:26 GMT 2009
- [gcalctool] Releasing 5.27.1 Mon May 04 08:23:47 GMT 2009
- [gcalctool] Fix distcheck with new schema code Mon May 04 08:39:33 GMT 2009
- [gcalctool] Created tag GCALCTOOL_5_27_1 Mon May 04 08:41:43 GMT 2009
- [gcalctool] Split MPNumber structure into sign,exponent,fraction Wed May 06 00:59:38 GMT 2009
- [gcalctool] Tidy up MP number indexing Wed May 06 01:40:36 GMT 2009
- [gcalctool] Remove global MP.r Wed May 06 06:54:16 GMT 2009
- [gcalctool] Simplify mp_normalize Wed May 06 06:54:21 GMT 2009
- [gcalctool] Ignore files Thu May 07 02:14:14 GMT 2009
- [gcalctool] Ignore built files Thu May 07 02:22:15 GMT 2009
- [gcalctool] Ignore built files Thu May 07 02:23:03 GMT 2009
- [gcalctool] Add a --solve command-line argument Thu May 07 02:28:19 GMT 2009
- [gcalctool] Tidy up mp.c Thu May 07 03:54:28 GMT 2009
- [gcalctool] Tidy up MP code Thu May 07 04:41:31 GMT 2009
- [gcalctool] Fix spacing in Changelog Thu May 07 23:38:38 GMT 2009
- [gcalctool] Fix compile warnings Thu May 07 23:44:46 GMT 2009
- [gcalctool] Catch overflow in MP conversion to string Thu May 07 23:59:42 GMT 2009
- [gcalctool] Rename MP functions and document mp.h Fri May 08 01:59:10 GMT 2009
- [gcalctool] more documentation in mp.h Fri May 08 02:11:32 GMT 2009
- [gcalctool] Moved man page from gcalctool/ to data/ Fri May 08 02:18:05 GMT 2009
- [gcalctool] Renamed gcalctool/ to src/ to be more standard Fri May 08 02:18:12 GMT 2009
- [gcalctool] Remove executable flag from mai.po Fri May 08 03:12:56 GMT 2009
- [gcalctool] Added Robin to doap Fri May 08 03:13:01 GMT 2009
- [gcalctool] Fix warning when committing Fri May 08 03:13:11 GMT 2009
- [gcalctool] fix autogen.sh to work with gcalctool/->src/ Fri May 08 03:13:11 GMT 2009
- [gcalctool] Remove obsolete TODO Fri May 08 03:35:28 GMT 2009
- [gcalctool] Moved gcalctoolrc to data/ Fri May 08 03:35:28 GMT 2009
- [gcalctool] Fix warnings about “ and ” in zh_CN documentation. Remove whitespace from gcalctool.xml Fri May 08 04:02:05 GMT 2009
- [gcalctool] Kill mp_percent as it is trivial Sun May 10 08:17:31 GMT 2009
- [gcalctool] Remove accidentally added shave Sun May 10 08:18:22 GMT 2009
- [gcalctool] Simplify modifications of MP.t Sun May 10 08:52:55 GMT 2009
- [gcalctool] Simplify modifications of MP.t Sun May 10 08:53:00 GMT 2009
- [gcalctool] Simplify modifications of MP.t Mon May 11 01:44:54 GMT 2009
- [gcalctool] Simplify mp.c Mon May 11 01:44:58 GMT 2009
- [gcalctool] Make CE parser part of MP library Mon May 11 01:45:05 GMT 2009
- [gcalctool] Merged dsfuns.c into gtk.c Mon May 11 01:58:08 GMT 2009
- [gcalctool] Removed ce_ prefixes Mon May 11 02:02:47 GMT 2009
- [gcalctool] Really fix the license text in the about dialog (Robert Ancell, Bug #579174) Mon May 11 04:16:39 GMT 2009
- [gcalctool] Support odd roots of negative numbers (Robert Ancell, Bug #576973) Mon May 11 04:16:45 GMT 2009
- [gcalctool] Keep settings (show zeroes, thousands separator etc) when changing modes (Robert Ancell, Bug #580398 Mon May 11 04:27:33 GMT 2009
- [gcalctool] Remove references to arithmetic/left-to-right precedence from the manual (Robert Ancell, Bug #559734 Thu May 14 00:00:19 GMT 2009
- [gcalctool] Fix grammatical errors (Bruce Cowan, Bug #569275) Thu May 14 00:04:06 GMT 2009
- [gcalctool] Remove untranslated figures - they are automatically copied from the C documentation (Robert Ancell, Thu May 14 00:22:53 GMT 2009
- [gcalctool] Made parser reentrant and part of MP code (Robert Ancell) Fri May 15 03:51:11 GMT 2009
- [gcalctool] mend Fri May 15 03:51:15 GMT 2009
- [gcalctool] Workaround for corruption in mp_normalize() Fri May 15 04:03:58 GMT 2009
- [gcalctool] Remove negative sign from numbers rounded to zero. This is only a partial fix as the error value is Fri May 15 04:18:43 GMT 2009
- [gcalctool] Fix regression in displaying trailing zeroes Sun May 17 04:47:50 GMT 2009
- [gcalctool/gnome-2-26] Backport new unittests from master Sun May 17 04:58:42 GMT 2009
- [gcalctool/gnome-2-26] Remove negative sign from numbers rounded to zero. This is only a partial fix as the error value is Sun May 17 04:58:46 GMT 2009
- [gcalctool/gnome-2-26] Support odd roots of negative numbers (Robert Ancell, Bug #576973) Sun May 17 04:58:51 GMT 2009
- [gcalctool/gnome-2-26] Fix missing license text in about dialog (Robert Ancell, Bug #579174) Sun May 17 04:58:56 GMT 2009
- [gcalctool/gnome-2-26] Keep settings (show zeroes, thousands separator etc) when changing modes (Robert Ancell, Bug #580398 Sun May 17 04:59:01 GMT 2009
- [gcalctool/gnome-2-26] Fix regression in displaying trailing zeroes Sun May 17 04:59:06 GMT 2009
- [gcalctool/gnome-2-26] Released a gcalctool v5.26.2 tarball Sun May 17 04:59:12 GMT 2009
- [gcalctool] Created tag GCALCTOOL_5_26_2 Sun May 17 05:05:54 GMT 2009
- [gcalctool] General tidyups Tue May 19 10:19:17 GMT 2009
- [gcalctool] fix memcpy regression Tue May 19 10:23:43 GMT 2009
- [gcalctool] General tidyups Tue May 19 10:33:34 GMT 2009
- [gcalctool] General tidyups Tue May 19 12:53:51 GMT 2009
- [gnome-games] Update tooltip style for info messages (copied from GEdit again) Tue May 19 14:34:10 GMT 2009
- [gnome-games] Standardise Python class format Tue May 19 14:34:17 GMT 2009
- [gnome-games] Remove dead code for old 3D models Tue May 19 14:39:53 GMT 2009
- [gcalctool] Unnecessary prototype Mon May 25 07:20:29 GMT 2009
- [gcalctool] Renamed bad named UI elements Mon May 25 07:20:36 GMT 2009
- [gcalctool] Tidy up Mon May 25 07:20:43 GMT 2009
- [gcalctool] remove whitespace Mon May 25 07:20:44 GMT 2009
- [gcalctool] Releasing 5.27.2 Mon May 25 07:25:52 GMT 2009
- [gcalctool] Fix errors from make distcheck Mon May 25 07:37:15 GMT 2009
- [gcalctool] Created tag GCALCTOOL_5_27_2 Mon May 25 11:52:37 GMT 2009
- [gcalctool] Fix missing icon in Help>Contents menu Tue May 26 11:55:47 GMT 2009
- [gnome-games] occured->occurred Tue May 26 11:55:52 GMT 2009
- [gnome-games] Fix up menu icon sizes and underlines Tue May 26 11:55:53 GMT 2009
- [gcalctool] Focus on the display entry by default Wed May 27 10:06:47 GMT 2009
- [gcalctool] Fix broken widget style Wed May 27 11:45:38 GMT 2009
- [gcalctool] Created branch gcalctool-newui Fri May 29 14:13:20 GMT 2009
- [gcalctool/gcalctool-newui] Redesigning the UI... Fri May 29 14:13:24 GMT 2009
- [gcalctool/gcalctool-newui] Made parse UTF-8 aware Sun May 31 08:40:54 GMT 2009
- [gcalctool/gcalctool-newui] Fix up some new behaviour Sun May 31 09:55:50 GMT 2009
Robert Carr
- [seed] Distinguish between [null] and undefined in seed_Value_to_string. Format numbers with "%.15g" Mon May 04 22:39:38 GMT 2009
- [seed] Make a new JSCore class which wraps the argv array, so Seed.argv is always up to date Tue May 05 22:30:30 GMT 2009
- [seed] Add beginnings of multiline editing support to REPL Wed May 06 18:28:10 GMT 2009
- [seed] Implement a more complete multiline repl using Seed.check_syntax Wed May 06 19:07:41 GMT 2009
- [seed] Newline twice should escape from multiline REPL Wed May 06 20:51:59 GMT 2009
- [seed] Fill in missing return values in a few Seed canvas functions Wed May 06 20:52:03 GMT 2009
- [seed] Install the multiline repl to /seed and change the repl script in main.c to import this Thu May 07 00:58:36 GMT 2009
- [seed] Add sandbox module, allows creation of sandboxed JS contexts, with a global object which you can man Thu May 07 01:20:37 GMT 2009
- [seed] Add skeleton sandbox module Thu May 07 01:20:40 GMT 2009
- [seed] Make the repl use the sandbox module, so as to not expose the repl's globals inside the repl Thu May 07 07:50:11 GMT 2009
- [seed] Improve multiline support in REPL Thu May 07 08:20:50 GMT 2009
- [seed] Pango fontset example isn't really broken, but need to use C allocator for Pango.FontDescription. Fri May 08 01:13:45 GMT 2009
- [seed] Add seed_make_undefined to the API Sat May 09 01:03:07 GMT 2009
- [seed] GI_TYPE_TAG_VOID functions should return undefined, not null Sat May 09 03:54:04 GMT 2009
- [seed] Fix segfault introduced in the argv changes with NULL argv Sat May 09 03:54:09 GMT 2009
- [seed] Add seed_value_get_type and seed_object_copy_property_names to the API Sat May 09 04:42:42 GMT 2009
- [seed] Start implementing DBus module Sat May 09 05:19:04 GMT 2009
- [seed] A little more DBus module Sat May 09 05:19:10 GMT 2009
- [seed] More work on dbus branch Sat May 09 05:19:13 GMT 2009
- [seed] Work on porting dbus-values.c from GJS dbus bindings Sat May 09 05:19:20 GMT 2009
- [seed] Finish port of dbus-values.c... Sat May 09 05:19:25 GMT 2009
- [seed] Add missing file to DBus module Sat May 09 21:00:14 GMT 2009
- [seed] Add get_bus_type_from_object Sat May 09 21:46:21 GMT 2009
- [seed] Start implementing the method call machinery for DBus module Sat May 09 21:46:26 GMT 2009
- [seed] Rework some of the GClosure logic to remove some code duplication Sat May 09 22:16:11 GMT 2009
- [seed] Add seed_make_gclosure, seed_closure_get_callable and seed_closure_invoke to the API Sat May 09 22:16:16 GMT 2009
- [seed] Add seed_closure_invoke_with_context to the PI Sat May 09 22:23:56 GMT 2009
- [seed] Implement the async call machinery in DBus module Sat May 09 22:41:45 GMT 2009
- [seed] Add some of the signal handler machinery to DBus module...also clean up a lot of warnings Sat May 09 23:21:16 GMT 2009
- [seed] Implement seed_js_dbus_watch_signal Sat May 09 23:21:21 GMT 2009
- [seed] Implement seeD_js_dbus_unwatch_signal_by_id Sat May 09 23:23:46 GMT 2009
- [seed] Implement seed_js_dbus_unwatch_signal Sat May 09 23:28:37 GMT 2009
- [seed] Style fixes Sat May 09 23:28:46 GMT 2009
- [seed] Implement seed_js_dbus_emit_signal Sat May 09 23:38:46 GMT 2009
- [seed] Implement seed_js_dbus_call Sat May 09 23:38:51 GMT 2009
- [seed] Implement on_name_acquire and on_name_lost handlers Sat May 09 23:46:09 GMT 2009
- [seed] Implement seed_js_dbus_acquire_name Sat May 09 23:53:55 GMT 2009
- [planet-web] [pgo] Update feed URL for Robert Carr Sun May 10 00:45:15 GMT 2009
- [seed] Implement seed_js_dbus_release_name_by_id Sun May 10 00:49:10 GMT 2009
- [seed] Implement on_name_appeared and on_name_vanished handlers Sun May 10 00:54:15 GMT 2009
- [seed] Implement seed_js_dbus_watch_name Sun May 10 01:01:53 GMT 2009
- [seed] Implement unique_name_getter and seed_js_dbus_start_service Sun May 10 01:09:29 GMT 2009
- [seed] Implement the rest of the DBus Bus class Sun May 10 01:23:10 GMT 2009
- [seed] Add lang.js from GJS modules Sun May 10 01:29:43 GMT 2009
- [seed] Add dbus.js from GJS dbus bindings Sun May 10 01:29:49 GMT 2009
- [seed] Replace all the lets with vars in dbus.js...and cross fingers Sun May 10 01:29:58 GMT 2009
- [seed] Stop mangling this object when importer includes JS files Sun May 10 02:26:23 GMT 2009
- [seed] Fix DBus module build Sun May 10 02:49:23 GMT 2009
- [seed] Add dbus example Sun May 10 03:52:52 GMT 2009
- [seed] Make dbus-banshee example take a file as an argument Sun May 10 03:55:26 GMT 2009
- [seed] Make dbus-banshee example take a file as an argument Sun May 10 03:56:24 GMT 2009
- [planet-web] [pgo] Fix feed for Robert Carr Sun May 10 04:17:14 GMT 2009
- [seed] Add an example of dbus signal connection to dbus-banshee example Sun May 10 04:54:47 GMT 2009
- [seed] Remove erroneous debugging statement from dbus.js Sun May 10 04:55:29 GMT 2009
- [seed] Unprotecting functions in closure invalidation should use global context rather than creating a new Sun May 10 06:24:34 GMT 2009
- [seed] Port some of the serverside dbus.js stuff away to JSCore compatible JavaScript Sun May 10 06:47:25 GMT 2009
- [seed] Fix GLib warning in seed_value_from_gvalue Sun May 10 07:23:31 GMT 2009
- [seed] REPL: Avoid printing out the results of simple assignments. Also do not print out things that return Mon May 11 06:06:51 GMT 2009
- [seed] Some simplifications to the REPL assignment regex Mon May 11 06:20:19 GMT 2009
- [seed] REPL: Assignment regex should not print assignments of the form a=('b') Mon May 11 06:20:22 GMT 2009
- [seed] Implement conversion of GObject constructors to type as '[gobject_constructor TypeGoesHere]' Mon May 11 20:31:51 GMT 2009
- [seed] Calling any JSCore method requiring a context from within an object finalization handler is invalid. Mon May 11 20:49:45 GMT 2009
- [seed] Add clutter-pad example Mon May 11 20:56:19 GMT 2009
- [seed] Update exmaple index in documentation Mon May 11 21:01:44 GMT 2009
- [seed] Add documentation for sandbox module Mon May 11 21:22:35 GMT 2009
- [seed] Update documentation index Mon May 11 21:22:38 GMT 2009
- [seed] Some style updates to documentation Mon May 11 21:24:59 GMT 2009
- [seed] Implement seed_closure_warn_exception, for dealing with unhandled exceptions in closures. Mon May 11 22:07:01 GMT 2009
- [seed] Warnings for async callbacks in DBus module Mon May 11 22:07:04 GMT 2009
- [seed] Change seed_make_gclosure to seed_closure_new in the API and add a description parameter. Change cal Mon May 11 22:07:10 GMT 2009
- [seed] Change DBus module to use the new API Mon May 11 22:07:14 GMT 2009
- [seed] Update closure exception warning to make use of description field Mon May 11 22:07:19 GMT 2009
- [seed] DBus: Implement conversion of DBus errors to JavaScript exceptions in async call replies Mon May 11 22:07:24 GMT 2009
- [seed] libseed: Update signal marshaller to use the new machinery for warning about exceptions in closures. Mon May 11 22:11:24 GMT 2009
- [seed] Add ConsoleKit DBus example Mon May 11 22:29:44 GMT 2009
- [seed] Implement the ability to pass Seed.argv to init methods Tue May 12 00:07:53 GMT 2009
- [seed] Replace .init(null, null) with .init(Seed.argv) in tests Tue May 12 00:13:46 GMT 2009
- [seed] Update init method calls in examples Tue May 12 00:13:51 GMT 2009
- [seed] Add dbus2js.py helper script (from hp) for generating JavaScript interface descriptions from introsp Tue May 12 01:21:29 GMT 2009
- [seed] Implement a skeleton XMLDocument class and xml.parseFile Tue May 12 03:59:02 GMT 2009
- [seed] Initial commit of libxml module Tue May 12 03:59:03 GMT 2009
- [seed] XML module is pretty usable now for basic DOM navigation. Mirrors the python API to a large extent Tue May 12 03:59:07 GMT 2009
- [seed] xml: node.children should only be the first child, not an array Tue May 12 04:18:47 GMT 2009
- [seed] xml: Fix a crash with not zeroing node privates. Implement the remaining accessors for simple xmlnod Tue May 12 04:18:52 GMT 2009
- [seed] xml: Insure that an xmlDocPtr wrapper stays around as long as any of it's xmlNodePtr children Tue May 12 04:24:30 GMT 2009
- [seed] xml: Implement XML attributes Tue May 12 05:57:24 GMT 2009
- [seed] Add some attributes to the test XML file Tue May 12 06:02:26 GMT 2009
- [seed] xml: Implement xml.xpathNewContext Tue May 12 06:31:51 GMT 2009
- [seed] xml: Add XMLXPathObj class Tue May 12 06:45:12 GMT 2009
- [seed] xml: Move xpathNewContext to XMLDocument class. Also add XMLXPathContext.eval Tue May 12 06:45:15 GMT 2009
- [seed] xml: XPath works Tue May 12 07:20:45 GMT 2009
- [seed] DBus: Add support for synchronous calls Tue May 12 07:42:54 GMT 2009
- [seed] examples: DBus-consolekit example should still use async calls Tue May 12 07:43:30 GMT 2009
- [seed] XPathContext objects should keep their respective XMLDocument object alive Tue May 12 17:02:34 GMT 2009
- [seed] xml: Add an xml.js extension which will implement things like getElementsByTagName, etc... Tue May 12 18:52:49 GMT 2009
- [seed] libseed: Add seed_object_get_prototype to the public API Tue May 12 19:15:12 GMT 2009
- [seed] xml: Expose xml._nodeProto Tue May 12 19:15:17 GMT 2009
- [seed] xml: Implement node.getElementsByTagName Tue May 12 19:15:22 GMT 2009
- [seed] xml: Implement node.getAttribute Tue May 12 19:15:35 GMT 2009
- [seed] libseed: Document the API additions since last release Wed May 13 01:36:14 GMT 2009
- [seed] docs: Fix GTK-doc build by not passing --rebuild-types to gtkdoc-scan Wed May 13 01:47:14 GMT 2009
- [seed] doc: Some reorganization of seed-sections.txt Wed May 13 01:58:01 GMT 2009
- [seed] doc: Clean up the GTK-doc a lot, split things in to chapters, etc... Wed May 13 02:15:32 GMT 2009
- [seed] Reorganize documentation some more, add a new section for SeedContext, add some more functions, etc. Wed May 13 04:20:21 GMT 2009
- [seed] libseed: Attempting to connect a signal to something which is not a function should throw a signal a Wed May 13 04:27:41 GMT 2009
- [seed] libseed: Implement signal disconnection Wed May 13 04:38:59 GMT 2009
- [seed] libseed: Signal holder class should use prototypes and static functions to save memory and construct Wed May 13 04:41:41 GMT 2009
- [seed] libseed: seed_signal_holder_get_property should return NULL if signal_name is not a signal, which wi Wed May 13 04:47:54 GMT 2009
- [seed] tests: Add test for connecting non functions to signals Wed May 13 04:57:59 GMT 2009
- [seed] libseed: Add tests for getting invalid signals, and for disconnecting signals Wed May 13 04:58:05 GMT 2009
- [seed] Add URL to Seed documentation on gnome.org to docs Wed May 13 04:59:44 GMT 2009
- [seed] doc: Add libxml module to the documentation index Wed May 13 05:09:43 GMT 2009
- [seed] xml: Bind xmlParseMemory as xml.parseString Wed May 13 05:09:48 GMT 2009
- [seed] dbus: Need to set length property on 'array' return values, or make them real arrays, but that is a Wed May 13 06:04:40 GMT 2009
- [seed] examples: Move dbus examples in to folder Wed May 13 06:04:42 GMT 2009
- [seed] examples: Add a network manager dbus example Wed May 13 06:09:52 GMT 2009
- [seed] examples: Install dbus examples Wed May 13 06:10:25 GMT 2009
- [seed] examples: Some cleanup to the DBus examples, shorten the code of the NetworkManager one a good bit Wed May 13 06:19:04 GMT 2009
- [seed] dbus: Add support for Synchronous property reading/writing Wed May 13 19:21:27 GMT 2009
- [seed] examples: Add three xml module examples. xml-dom, xml-tree, and xml-xpath. Wed May 13 19:53:17 GMT 2009
- [seed] xml: Bind xpath.rxpathRegisterNs Thu May 14 00:09:14 GMT 2009
- [seed] seed: Bump version number Thu May 14 00:58:21 GMT 2009
- [seed] seed: Update ChangeLog Thu May 14 01:19:19 GMT 2009
- [seed] xml: Fix crash in seed_xml_xpath_register_ns Thu May 14 01:19:23 GMT 2009
- [seed] clutter-pad: Make the clutter-pad example a little shinier Thu May 14 01:40:54 GMT 2009
- [seed] xml: sample.xml is now in the XML examples folder Thu May 14 01:52:41 GMT 2009
- [seed] Created tag SEED_0_7 Thu May 14 01:58:56 GMT 2009
- [seed] tests: Remove obsolete namespace-exception test Thu May 14 02:04:12 GMT 2009
- [seed] seed: Add cluttter-pad.ui to POTFILES.skip Thu May 14 02:04:17 GMT 2009
- [seed] doc: Add weather example to example index Thu May 14 02:04:28 GMT 2009
- [seed] Add 'Gst.js' with Gst.Element.prototype.link_many Thu May 14 02:59:46 GMT 2009
- [seed] libseed: Add GObject.__property_type, for looking up pproperty types, and use this in Clutter.Actor. Thu May 14 03:33:31 GMT 2009
- [seed] examples: Update clutter using examples to not require [GOject.TYPE_*...in animatev calls Thu May 14 03:55:39 GMT 2009
- [gnome-js-common] Add a skeleton autotools build system Thu May 14 04:24:54 GMT 2009
- [gnome-js-common] Add DOAP file Thu May 14 04:24:56 GMT 2009
- [gnome-js-common] Add checks for Seed and gjs Thu May 14 04:46:53 GMT 2009
- [gnome-js-common] Add lang, signals, and tweener modules Thu May 14 04:46:58 GMT 2009
- [gnome-js-common] Add HAVE_SEED, HAVE_GJS AM_CONDITIONALs Thu May 14 05:19:11 GMT 2009
- [seed] libseed: Update Seed.js to include gnome-js-common module directory in default search path Thu May 14 05:21:25 GMT 2009
- [seed] Implement cairo_surface_t bindings Thu May 14 07:27:56 GMT 2009
- [seed] cairo: Implement cairo_image_surface_t bindings Thu May 14 07:47:58 GMT 2009
- [seed] cairo: seed_object_to_cairo_surface should take an exception Thu May 14 07:52:32 GMT 2009
- [seed] cairo: Start defining cairo enums Thu May 14 08:01:54 GMT 2009
- [seed] cairo: Define cairo_format_t enum Thu May 14 08:01:59 GMT 2009
- [seed] cairo: Implement skeleton cairo.Context class + constructor Thu May 14 08:17:42 GMT 2009
- [seed] cairo: Fix some warnings while I wait for WebKit to build Thu May 14 08:34:05 GMT 2009
- [seed] cairo: Some code reorg Thu May 14 08:44:17 GMT 2009
- [seed] libseed: No need for G_MODULE_BIND_LAZY when importing modules Thu May 14 08:47:03 GMT 2009
- [seed] cairo: Hack around WebKit GC bug for now Thu May 14 08:55:19 GMT 2009
- [seed] cairo: Start implementing some cairo context methods Thu May 14 09:12:25 GMT 2009
- [seed] cairo: Implement more of cairo context Thu May 14 10:55:13 GMT 2009
- [seed] cairo: More cairo.context, more enums, more breakfast Thu May 14 10:55:18 GMT 2009
- [seed] cairo: get/set fill_rule/line_cap/line_join Thu May 14 11:01:28 GMT 2009
- [seed] cairo: get/set line_width/miter_limit/operator/tolerance. clip_preserve. reset_clip Thu May 14 11:11:47 GMT 2009
- [seed] cairo: Implement the rest of the cairo_t methods (not including the path ones) Thu May 14 11:53:27 GMT 2009
- [seed] cairo: Bind the cairo path functions Thu May 14 12:13:28 GMT 2009
- [seed] examples: Some clutter-pad cleanups Thu May 14 12:45:31 GMT 2009
- [seed] clutter-pad: Add ClutterBox2D example Thu May 14 14:02:45 GMT 2009
- [seed] canvas: Switch to property getter/setters for CairoImageSurface Fri May 15 02:57:36 GMT 2009
- [seed] cairo: seed-cairo-surface should use properties where possible Fri May 15 02:57:38 GMT 2009
- [seed] cairo: Move some context setters/getters in to properties Fri May 15 02:57:43 GMT 2009
- [seed] Implement matrix getters/setters Fri May 15 02:57:48 GMT 2009
- [seed] cairo: Implement the matrix getter/setters, and the additional transformation methods Fri May 15 02:57:53 GMT 2009
- [seed] cairo: Move matrix code in to seed-cairo-matrix.c so additional functions can be added, and it can b Fri May 15 02:57:58 GMT 2009
- [seed] cairo: Implement matrix init/translate/scale/rotate funcs Fri May 15 02:58:04 GMT 2009
- [seed] cairo: Implement the remaining matrix functions (transform_point/transform_distance) Fri May 15 02:58:08 GMT 2009
- [seed] cairo: Implement surface.write_to_png Fri May 15 02:58:14 GMT 2009
- [seed] cairo: More cairo_t properties Fri May 15 02:58:18 GMT 2009
- [seed] cairo: Add CAIRO_STATUS enum, and cairo_status_to_string Fri May 15 02:58:24 GMT 2009
- [seed] cairo: Add Pattern class Fri May 15 02:58:28 GMT 2009
- [seed] cairo: Standardize the class naming to be just 'Class' and not 'CairoClass' Fri May 15 02:58:33 GMT 2009
- [seed] cairo: Implement cairo.LinearGradient and cairo.RadialGradient Fri May 15 02:58:38 GMT 2009
- [seed] cairo: Implement pattern.add_color_stop_rgb and rgba Fri May 15 02:58:43 GMT 2009
- [seed] cairo: Implement cairo.get_source and cairo.set_source Fri May 15 02:58:48 GMT 2009
- [seed] Cairo stuff Fri May 15 02:59:00 GMT 2009
- [seed] examples: Add simple cairo example Sat May 16 11:15:52 GMT 2009
- [seed] DBus: Start implementing DBus exports Mon May 18 00:03:19 GMT 2009
- [seed] Dbus: implement service side DBus stuff, still needs some work... Mon May 18 00:03:25 GMT 2009
- [seed] Make the documentation a bit more...hierarchal Mon May 18 02:36:28 GMT 2009
- [seed] docs: Reorganize module docs to prepare for docbook rewrite Mon May 18 22:38:00 GMT 2009
- [seed] docs: Add make functions helper script for generating module documentation Mon May 18 23:21:51 GMT 2009
- [seed] docs: Add docbook rewrite of readline docs Mon May 18 23:22:04 GMT 2009
- [seed] Fix generation of readline docs Mon May 18 23:43:09 GMT 2009
- [seed] docs: Docbookify sqlite documentation Tue May 19 02:30:42 GMT 2009
- [seed] doc: Module docs will now build without seed installed Tue May 19 23:17:14 GMT 2009
- [seed] libseed: Constructor sometimes steals a ref to non INITIALLY_UNOWNED objects Wed May 20 06:49:39 GMT 2009
- [seed] cairo: Implement some more cairo_t methods. Wed May 20 21:15:16 GMT 2009
- [seed] cairo: Implement Cairo PDF surfaces Wed May 20 21:31:16 GMT 2009
- [seed] modules: Add GtkBuilder module for handling gtkbuilder signal connection Thu May 21 02:11:52 GMT 2009
- [seed] Add docbook for gtkbuilder module. Pretty sparse... Thu May 21 02:22:46 GMT 2009
- [seed] docs: Document the one function in the gtkbuilder module, and also provide an example Thu May 21 02:36:28 GMT 2009
- [seed] docs: Docbookify sandbox module documentation. Thu May 21 02:52:17 GMT 2009
- [seed] docs: Update docs index to point at new docbook docs Thu May 21 02:57:45 GMT 2009
- [seed] gtkbuilder: If connect_object is passed to the connect func, use g_object_watch_closure to ensure li Thu May 21 03:21:30 GMT 2009
- [seed] libseed: Drop the seed_gobject_initialize handler, and instead add signals in seed_wrap_object. Sat May 23 20:24:34 GMT 2009
- [seed] libseed: Separate the logic to make a wrapper for a given GObject type, out from the logic to make a Sat May 23 20:24:37 GMT 2009
- [seed] libseed: Construct new JSObjectRefs for GObject wrappers in seed_gobject_constructor_invoked, so tha Sat May 23 20:24:42 GMT 2009
- [seed] Document seed_make_function Sat May 23 20:24:47 GMT 2009
- [seed] libseed: Implement imports.Directory constructor. Sat May 23 20:24:52 GMT 2009
- [seed] libseed: Implement property enumeration for importer_dir class Sat May 23 20:24:58 GMT 2009
- [seed] seed: Start working on ChangeLog for next release. Still one week left...this must be a record Sat May 23 20:25:03 GMT 2009
- [seed] GTKDoc index.html should not be in GIT Sat May 23 20:25:15 GMT 2009
- [seed] libseed: Pass this as an argument to constructors in addition to as this. Calling it self provides a Sun May 24 21:43:14 GMT 2009
- [seed] libseed: seed_gobject_init_method_invoked should support non argv class arrays by copying Sun May 24 21:43:19 GMT 2009
- [seed] extensions: Move JSON bits to gnome-js-common Sun May 24 21:43:33 GMT 2009
- [seed] Update examples and tests to import JSON now that it is a seperate module. Sun May 24 21:43:39 GMT 2009
- [gnome-js-common] Add JSON module Sun May 24 21:45:03 GMT 2009
- [gnome-js-common] Add moduledir pkgconfig variable Sun May 24 21:45:05 GMT 2009
- [gnome-js-common] Add pkgconfig file Sun May 24 21:45:07 GMT 2009
- [seed] libseed: Remove Seed.import_namespace. Use the new system. Mon May 25 09:06:42 GMT 2009
- [gnome-js-common] Add functional.js to modules Mon May 25 09:25:07 GMT 2009
- [gnome-js-common] Fix functional.js Mon May 25 09:27:59 GMT 2009
- [seed] extensions: Clutter animation wrappers should save animate wrappers Mon May 25 10:54:07 GMT 2009
- [seed] tests: struct-functions test should use new imports system Mon May 25 12:28:13 GMT 2009
- [seed] libseed: Allow setting of non gobject properties in constructor Mon May 25 14:50:30 GMT 2009
- [seed] tests: Add test of the self parameter to init, and of passing additional properties to GObject const Mon May 25 20:42:13 GMT 2009
- [seed] Add a SEED_DEBUG_MODULE flag Tue May 26 06:37:28 GMT 2009
- [seed] libseed: Fix include of Seed.js in non-standard prefix Tue May 26 07:33:05 GMT 2009
- [seed] extensions: Seed.js uses search path from @prefix@ now. Also queries gnome-js-common for moduledir. Tue May 26 07:57:48 GMT 2009
- [gnome-js-common] Add Makefile.am Tue May 26 09:16:10 GMT 2009
- [gnome-js-common] Add ArrayUtils.js, containing the ECMAscript 5 higher order array methods Tue May 26 09:43:43 GMT 2009
- [seed] dbus: Logging statements Tue May 26 12:51:50 GMT 2009
- [seed] libseed: seed_gobject_equals and the .equals() method has been useless since toggle refs were added Tue May 26 18:57:31 GMT 2009
- [seed] Add seed_value_to_format to API, converts an array of SeedValue based on a format string. Also add C Tue May 26 19:42:33 GMT 2009
- [seed] libseed: seed_value_to_boolean should permit JSValueIsNumber, and not just return FALSE Wed May 27 08:03:57 GMT 2009
- [seed] libseed: seed_value_to_(int)(uint)(long)(ulong)(int64)(uint64) should not choke on boolean Wed May 27 08:04:00 GMT 2009
- [seed] More work on release ChangeLog Wed May 27 08:08:43 GMT 2009
- [seed] Move Seed.print to the global object, as 'print', keep Seed.print for this release Wed May 27 08:19:16 GMT 2009
- [seed] find . -path ./.git -prune -o -type f -print0 | xargs -o perl -pi -e 's/Seed\.print/g' Wed May 27 08:32:41 GMT 2009
- [seed] libseed: Move Seed.fork into os module Wed May 27 08:41:59 GMT 2009
- [seed] libseed: Conversion to/from date objects to time_t Wed May 27 09:47:29 GMT 2009
- [seed] Update RELEASE file Wed May 27 10:09:41 GMT 2009
- [gnome-js-common] Remove functional.js for now Wed May 27 10:32:43 GMT 2009
- [seed] extensions: Whoops, put Seed.printf back Wed May 27 13:44:57 GMT 2009
- [gnome-js-common] Remove gjs tester for now, until I take some time to make it work Thu May 28 22:42:03 GMT 2009
- [gnome-js-common] Simplify tests a little Thu May 28 22:49:37 GMT 2009
- [gnome-js-common] Created tag GNOME_JS_COMMON_0_1 Thu May 28 22:50:40 GMT 2009
- [seed] Bump autotools version Thu May 28 22:57:12 GMT 2009
- [gnome-js-common] Module name is gnome-js-common not gnome_js_common Thu May 28 22:59:27 GMT 2009
- [seed] libseed: Propogate the GIArgInfo in to seed_gi_make_argument Fri May 29 09:30:40 GMT 2009
- [seed] libseed: Propogate the GIArgInfo through the native closure privates Fri May 29 09:30:44 GMT 2009
- [seed] Fix printf in tests Fri May 29 09:30:49 GMT 2009
- [seed] examples: Cleanup actions example Fri May 29 10:00:58 GMT 2009
- [seed] libseed: Fix struct-union-enumerate test Fri May 29 10:01:04 GMT 2009
Robert Staudinger
Robin Sonefors
Rodrigo Moya
Roman Joost
Ruben Vermeersch
Runa Bhattacharjee
Ryan Lortie
Sandeep Shedmake
SANDRA MARAKKALA DANISHKA NAVIN
Sanford Armstrong
- [tasque] Close task window on ESC keypress. Fri May 01 16:26:17 GMT 2009
- [tomboy] Switch to generated ChangeLog for tarballs Fri May 01 23:52:42 GMT 2009
- [tomboy] Switch automake strictness to foreign, and rename ChangeLog to make it clear it is not in use. Sat May 02 00:28:38 GMT 2009
- [tomboy] Rewrote the gtk print support to account for two problems, tracked by bug 572024: Sat May 02 14:03:02 GMT 2009
- [tomboy] Always share NoteTagTable, saving a bit of memory and removing a poorly-tested code path. Sun May 03 00:15:45 GMT 2009
- [tomboy] Fix whitespace errors. Sun May 03 00:15:50 GMT 2009
- [tomboy] Clean up NoteRecentChanges.FilterByTag. Sun May 03 17:04:59 GMT 2009
- [tomboy] In LoadForeignNoteXml, only add/remove tags when necessary to prevent excess notifications. Sun May 03 17:05:04 GMT 2009
- [tomboy] Update NoteDirectoryWatcher to load note data more accurately and to be aware of Tomboy-generated fi Sun May 03 17:05:14 GMT 2009
- [tomboy] Add references to Mac OS X and the dock, fix a few typos, and change role to "candidate". Sun May 03 17:05:22 GMT 2009
- [tomboy] Upgrade to Mono.Addins 0.4. Mon May 04 18:03:37 GMT 2009
- [tomboy] Update .gitignore for Windows. Mon May 04 18:03:47 GMT 2009
- [tomboy] Applying whitespace changes forced by git Mon May 04 18:03:56 GMT 2009
- [tomboy] Remove exclusion list for prefixes in WikiWords Mon May 04 18:08:36 GMT 2009
- [tomboy] Replaced the status label in the RecentChanges dialog with a Gtk.Statusbar Mon May 04 18:08:42 GMT 2009
- [tomboy] Added an accelerator for "Fixed Width" and changed the visible shortcut to "t" accordingly Mon May 04 18:15:42 GMT 2009
- [tomboy] Expose --debug command line flag. Mon May 04 19:58:14 GMT 2009
- [tomboy] When starting the AddinManager, only rebuild the registry if --debug has been passed. Mon May 04 19:58:18 GMT 2009
- [tomboy] Add missing Mono.Addins assembly. Mon May 04 19:59:53 GMT 2009
- [tomboy] Update NEWS for 0.15.0. Mon May 04 20:13:48 GMT 2009
- [tomboy] Add Ben to AUTHORS. Mon May 04 21:28:14 GMT 2009
- [tomboy] Update copyright information in About dialog. Mon May 04 21:28:18 GMT 2009
- [tomboy] Created tag TOMBOY_0_15_0 Mon May 04 21:34:15 GMT 2009
- [tomboy] Bump version to 0.15.1. Mon May 04 21:38:29 GMT 2009
- [snowy] Add INSTALL instructions for running snowy out of your git checkout. Tue May 05 00:07:30 GMT 2009
- [snowy] Add local_settings.py.in, update INSTALL. Tue May 05 00:07:34 GMT 2009
- [tomboy] Add NoteDirectoryWatcher to the Windows build. Tue May 05 07:18:27 GMT 2009
- [tomboy] Fix whitespace in Visual Studio solution files. Tue May 05 07:18:28 GMT 2009
- [tomboy] Update references, remove obsolete files. Tue May 05 07:18:33 GMT 2009
- [tomboy] Ignore additional Windows-specific files. Tue May 05 07:18:44 GMT 2009
- [tomboy] Add NoteDirectoryWatcher to install, and reference assemblies directly out of winbin instead of bin\ Tue May 05 07:18:49 GMT 2009
- [tomboy] Reorganize windows installer, mainly to fix uninstall. Tue May 05 07:18:53 GMT 2009
- [gnomeweb-wml] Update for 0.15.0 release. Tue May 05 07:48:02 GMT 2009
- [tomboy] Add NoteDirectoryWatcher to Mac build. Tue May 05 15:25:48 GMT 2009
- [tomboy] Ignore Mac-specific files. Tue May 05 15:25:59 GMT 2009
- [tomboy] Check that FUSE is enabled using /proc/filesystems, not lsmod. Fixes bug #500524. Fri May 08 01:03:13 GMT 2009
- [tomboy] Use a Button instead of a LinkButton for "Open New Note Template". Fixes bug #581582. Fri May 08 01:13:31 GMT 2009
- [tomboy] Remove separator from advanced sync preferences dialog. Fixes bug #574154. Sat May 09 13:12:49 GMT 2009
- [tomboy] More defensive note XML parsing, to prevent crashes like in bug #581844. Sun May 10 16:38:27 GMT 2009
- [tomboy/gnome-2-26] Add .gitignore. Mon May 11 14:14:48 GMT 2009
- [tomboy/gnome-2-26] Add tomboy.doap, and rearrange MAINTAINERS to try to ease email burden on Boyd and Alex. Mon May 11 14:14:54 GMT 2009
- [tomboy/gnome-2-26] Update .gitignore and tomboy.doap. Mon May 11 14:14:57 GMT 2009
- [tomboy/gnome-2-26] Change reference from SVN to Git in README Mon May 11 14:15:02 GMT 2009
- [tomboy/gnome-2-26] Add mailto: prefix to foaf:mbox values. Mon May 11 14:15:05 GMT 2009
- [tomboy/gnome-2-26] Add Desktop category to tomboy.doap Mon May 11 14:15:08 GMT 2009
- [tomboy/gnome-2-26] Switch to generated ChangeLog for tarballs. Mon May 11 14:15:23 GMT 2009
- [tomboy/gnome-2-26] Fix extraneous URL matchings, like this/that/other matching "/that/other", following up on bug #4369 Mon May 11 14:15:24 GMT 2009
- [tomboy/gnome-2-26] Prevent initialization of GConfPreferencesClient before calling Gtk.Application.Init. Mon May 11 14:15:25 GMT 2009
- [tomboy/gnome-2-26] Switch automake strictness to foreign, and rename ChangeLog to make it clear it is not in use. Mon May 11 14:15:26 GMT 2009
- [tomboy/gnome-2-26] Remove the trailing dot for log files on Windows and catch UnauthorizedAccess exceptions when we cre Mon May 11 14:15:30 GMT 2009
- [tomboy/gnome-2-26] Add support for console logging on windows (in VS or from a cmd.exe), by attaching to the parent pro Mon May 11 14:15:35 GMT 2009
- [tomboy/gnome-2-26] Always share NoteTagTable, saving a bit of memory and removing a poorly-tested code path. Mon May 11 14:15:41 GMT 2009
- [tomboy/gnome-2-26] Expose --debug command line flag. Mon May 11 14:15:45 GMT 2009
- [tomboy/gnome-2-26] When starting the AddinManager, only rebuild the registry if --debug has been passed. Mon May 11 14:15:50 GMT 2009
- [tomboy/gnome-2-26] Use a Button instead of a LinkButton for "Open New Note Template". Fixes bug #581582. Mon May 11 14:16:00 GMT 2009
- [tomboy/gnome-2-26] Check that FUSE is enabled using /proc/filesystems, not lsmod. Fixes bug #500524. Mon May 11 14:16:01 GMT 2009
- [tomboy/gnome-2-26] More defensive note XML parsing, to prevent crashes like in bug #581844. Mon May 11 14:16:06 GMT 2009
- [tomboy/gnome-2-26] Upgrade to Mono.Addins 0.4. Mon May 11 15:06:11 GMT 2009
- [tomboy/gnome-2-26] Apply whitespace fixes forced by git. Mon May 11 15:06:19 GMT 2009
- [tomboy/gnome-2-26] Add missing Mono.Addins assembly. Mon May 11 15:06:22 GMT 2009
- [tomboy/gnome-2-26] Update .gitignore for Windows. Mon May 11 15:06:22 GMT 2009
- [tomboy/gnome-2-26] Update references, remove obsolete files. Mon May 11 15:06:27 GMT 2009
- [tomboy/gnome-2-26] Ignore additional Windows-specific files. Mon May 11 15:06:38 GMT 2009
- [tomboy/gnome-2-26] Reorganize windows installer, mainly to fix uninstall. Mon May 11 15:06:40 GMT 2009
- [tomboy/gnome-2-26] In installer, reference assemblies directly out of winbin instead of bin\Debug. Mon May 11 15:06:43 GMT 2009
- [tomboy/gnome-2-26] Add missing using statement. Mon May 11 15:06:52 GMT 2009
- [tomboy] Whitespace fixes in Mac solution. Mon May 11 16:01:41 GMT 2009
- [tomboy/gnome-2-26] Updated manual Mon May 11 16:08:30 GMT 2009
- [tomboy/gnome-2-26] Fixed a typo in the manual Mon May 11 16:08:32 GMT 2009
- [tomboy/gnome-2-26] Add references to Mac OS X and the dock, fix a few typos, and change role to "candidate". Mon May 11 16:08:34 GMT 2009
- [tomboy/gnome-2-26] Changed rev to GDP standards, updated date typo and pulse status Mon May 11 16:08:44 GMT 2009
- [tomboy] Better message when gnome-common is missing. Tue May 12 22:02:09 GMT 2009
- [tomboy/gnome-2-26] Update NEWS for 0.14.2. Wed May 13 15:57:01 GMT 2009
- [tomboy] Created tag TOMBOY_0_14_2 Wed May 13 16:46:34 GMT 2009
- [tomboy] Allow dragging of hyperlinks with the mouse Wed May 13 17:32:21 GMT 2009
- [tomboy] Fix middle-click pasting of links Wed May 13 17:32:26 GMT 2009
- [gnomeweb-wml] Updating for 0.14.2 release. Thu May 14 11:32:41 GMT 2009
- [snowy] List new dependencies. Fri May 15 22:15:48 GMT 2009
- [snowy] pytz was listed in dependencies twice Fri May 15 22:17:49 GMT 2009
- [snowy] Added *~ to .gitignore. Mon May 18 06:56:55 GMT 2009
- [snowy] Add last-sync-revision support to Note model and API handler. Mon May 18 06:57:00 GMT 2009
- [snowy] /user/notes supports PUT. Mon May 18 06:57:04 GMT 2009
- [snowy] Support latest-sync-revision in User API handler. Mon May 18 06:57:10 GMT 2009
- [snowy] Handle 'since' GET param in NotesHandler. Mon May 18 06:57:15 GMT 2009
- [snowy] Handle delete commands. Mon May 18 06:57:25 GMT 2009
- [snowy] Add 'latest-sync-revision' field to NotesHandler responses. Mon May 18 06:57:29 GMT 2009
- [snowy] Handle changes in 'note-content-version'. Mon May 18 06:57:31 GMT 2009
- [snowy] Support for checking and incrementing latest_sync_rev, and applying it to Notes during an update. Mon May 18 06:57:35 GMT 2009
- [tomboy] Add skeleton of WebSyncServiceAddin for supporting Snowy sync. Mon May 18 14:22:37 GMT 2009
- [tomboy] Flesh-out API classes and WebSyncServer. Mon May 18 14:22:39 GMT 2009
- [tomboy] Add new web API files. Mon May 18 14:22:41 GMT 2009
- [tomboy] Switch to using Hyena.Json for deserialization (serialization not implemented yet). Mon May 18 14:22:50 GMT 2009
- [tomboy] Import Hyena.Json from Banshee. Mon May 18 14:22:51 GMT 2009
- [tomboy] Check for "mono-nunit" package, not "nunit". Mon May 18 14:22:56 GMT 2009
- [tomboy] Support building Hyena.Json unit tests when mono-nunit available. Mon May 18 14:23:00 GMT 2009
- [tomboy] Support integers separately from other number types. Mon May 18 14:23:05 GMT 2009
- [tomboy] Add Hyena.Json.Serializer, associated tests, and a README for contributors. Mon May 18 14:23:17 GMT 2009
- [tomboy] Use nullables to represent missing JSON fields in NoteInfo and UserInfo, and migrate conversion meth Mon May 18 14:23:19 GMT 2009
- [tomboy] Make noteContentRegex use Singleline option. Mon May 18 14:23:21 GMT 2009
- [tomboy] Use Hyena.Json.Serializer to generate note-changes JSON. Mon May 18 14:23:26 GMT 2009
- [tomboy] Add initial unit tests for WebSyncService, some not yet started. Mon May 18 14:23:35 GMT 2009
- [tomboy] Add missing WebSyncService files to MD project. Mon May 18 14:23:36 GMT 2009
- [tomboy] Forced update from MonoDevelop. Mon May 18 14:23:40 GMT 2009
- [tomboy] Coding standards fixes. Mon May 18 14:23:46 GMT 2009
- [tomboy] Implement WebSync preferences. Mon May 18 14:23:50 GMT 2009
- [tomboy] Abstract-out authentication methods when using WebHelper, and implement for UserInfo. Mon May 18 14:23:56 GMT 2009
- [tomboy] Update use of LatestSyncRevision/LastSyncRevision in WebSyncServer, UserInfo, and NoteInfo. Mon May 18 14:24:02 GMT 2009
- [tomboy] Make sure to use Value property on nullables, when assigning to Object type. Mon May 18 14:24:05 GMT 2009
- [tomboy] Implement GetAllNoteUUIDs. Mon May 18 14:24:11 GMT 2009
- [tomboy] Manage pendingCommits list properly. Mon May 18 14:24:15 GMT 2009
- [snowy] In note_detail, default slug argument to ''. Mon May 18 15:22:29 GMT 2009
- [snowy] Update Note view and XSLT to work specifically on a 'note-content' element. Mon May 18 18:20:18 GMT 2009
- [snowy] Do not attempt to style title area of note-content element. Mon May 18 19:16:01 GMT 2009
- [snowy] If there are no changes being pushed, return to avoid erroneously incrementing user's global sync re Mon May 18 20:50:24 GMT 2009
- [snowy] Add support for processing tags when uploading note changes. Mon May 18 20:50:29 GMT 2009
- [snowy] Return note-content with title prepended, and support notes that have no content but the title. Mon May 18 23:34:59 GMT 2009
- [snowy] open-on-startup is a JSON bool, not a string. Mon May 18 23:35:31 GMT 2009
- [snowy] Clear a note's tags before applying those specified in a PUT. Mon May 18 23:35:36 GMT 2009
- [snowy] Return a complete JSON response to PUT requests. Tue May 19 19:34:06 GMT 2009
- [tomboy] Fix whitespace. Tue May 19 19:41:13 GMT 2009
- [tomboy] Throw exception if returned HTTP status code is not OK or CREATED. Tue May 19 19:41:15 GMT 2009
- [tomboy] Pull latest-sync-revision out of more JSON responses, use that to verify revision instead of repeate Tue May 19 19:41:20 GMT 2009
- [tomboy] Add initial support for "pinned" state. Tue May 19 20:04:24 GMT 2009
- [tomboy] When converting to NoteData, only GUID, Title, NoteContent, and NoteContentVersion are required Note Tue May 19 20:04:28 GMT 2009
- [snowy] Add pinned field to Note model and REST API. Tue May 19 20:11:43 GMT 2009
- [tomboy] Comment-out sample debug code that saves last JSON response in *my* home directory. Tue May 19 20:14:58 GMT 2009
- [snowy] Add support for current-sync-guid field in User resource. Tue May 19 21:19:10 GMT 2009
- [tomboy] Add support for current-sync-guid user resource field, use as server ID. Tue May 19 21:20:33 GMT 2009
- [tomboy] Save the splitter position for the search window Thu May 21 03:22:33 GMT 2009
- [tomboy] Switch AddinInfoDialog from using Gtk.Stock.Info to Gtk.Stock.DialogInfo, fixing bug #508844. Sat May 23 13:31:54 GMT 2009
- [tomboy] REST API now removes title from content completely. Implement in NoteConvert, with corresponding uni Sun May 24 02:58:30 GMT 2009
- [tomboy] Properly encode/decode note title for XML and JSON. Sun May 24 04:35:53 GMT 2009
- [snowy] Enforce public/private setting when viewing another user's notes. Sun May 24 04:43:21 GMT 2009
- [snowy] Title and content are now separated in the API. Sun May 24 04:43:27 GMT 2009
- [snowy] Title has no length limit. Must preserve accurately now that title/content split in API. Sun May 24 04:43:36 GMT 2009
- [tomboy] Added "search for phrases". Fixes bug #551097. Sun May 24 13:35:31 GMT 2009
- [tomboy] Make Tomboy.IsPanelApplet give an accurate value as early as possible. Mon May 25 14:02:05 GMT 2009
- [tomboy] Use a relative path for Tomboy help. Fixes BNC #326457. Mon May 25 14:02:07 GMT 2009
- [tomboy] Don't show Start Here window on a first start if installed as a panel applet. Fixes BNC #299810. Mon May 25 14:02:10 GMT 2009
- [tomboy] Add WebSyncServiceAddin to Windows build. Mon May 25 16:35:02 GMT 2009
- [tomboy] On Windows, manipulate PATH and GTK_BASEPATH environment variables to ensure the correct GTK+ is use Mon May 25 16:35:06 GMT 2009
- [tomboy] Add WebSyncServiceAddin to Windows install. Mon May 25 17:22:04 GMT 2009
- [tomboy] Require Mono 1.9.1 to *build* Tomboy. Fixes bug #573923. Mon May 25 17:24:46 GMT 2009
- [tomboy] Add WebSyncService add-in to POTFILES.in. Mon May 25 17:24:51 GMT 2009
- [tomboy] Add WebSyncServiceAddin to Mac build. Mon May 25 19:48:22 GMT 2009
- [tomboy] Expose properties for commonly accessed tags. Mon May 25 22:08:14 GMT 2009
- [tomboy] Initial work to stop wasting time looking up NoteTags in each Watcher. Mon May 25 22:08:19 GMT 2009
- [tomboy] Update for 0.15.1. Mon May 25 22:08:31 GMT 2009
- [tomboy] Created tag TOMBOY_0_15_1 Mon May 25 22:19:11 GMT 2009
- [tomboy] Bumping version to 0.15.2. Mon May 25 22:24:46 GMT 2009
- [gnomeweb-wml] Updated for 0.15.1 release. Wed May 27 03:32:22 GMT 2009
Scott Reeves
Seán de Búrca
Sebastian Polsterl
Sebastien Granjoux
Sergey V . Udaltsov
Sergio Villar Senin
Shankar Prasad
Shaun McCance
Siavash Safi
Simos Xenitellis
Sjoerd Simons
Srinivasa Ragavan
Stefan Kost
Stefan Walter
Steffen Macke
Stephane Delcroix
Stéphane Raimbault
Stephen Kennedy
Sven Herzberg
Sven Neumann
Sweta Kothari
Takeshi Aihana
Tambet Ingo
Theppitak Karoonboonyanan
Thirumurthi Vasudeven
Thomas Hindoe Paaboel Andersen
Thomas Wood
Tim Horton
- [gnome-games] Update Lights Off to new imports mechanism, so it works with Seed >= 0.5 Fri May 01 05:55:51 GMT 2009
- [gnome-games] Actually, Lights Off still uses Clutter 0.8; update previous commit to respect this Fri May 01 05:57:35 GMT 2009
- [seed] Don't install NEWS, as we don't use it, and thus it's empty. Sat May 02 04:40:11 GMT 2009
- [seed] Use %zd instead of %d for printf with size_t types Thu May 07 07:59:43 GMT 2009
- [seed] Update tests to API change (simple_evaluate has a exception property now). Thu May 07 07:59:53 GMT 2009
- [seed] Somewhere in the build system reorg, checking for the existence of readline.h was broken. Now fixed. Thu May 07 07:59:57 GMT 2009
- [seed] Connecting signals to introspected functions by name works now; update some examples to use cleaner Thu May 07 08:20:04 GMT 2009
- [seed] Added missing FFI CFLAGS and LDFLAGS. Fix AC_SUBST of FFI_LDFLAGS Thu May 07 23:36:45 GMT 2009
- [seed] Same Seed: Don't remove tiles until button_release_event, not button_press_event. Fri May 08 02:10:38 GMT 2009
- [seed] Same Seed: Fix crazy Clutter signal warnings from getting thrown. Fri May 08 02:12:05 GMT 2009
- [seed] Fix many anonymous JS functions that just call *.main_quit to just connect to that function instead. Fri May 08 02:27:38 GMT 2009
- [seed] Clutter added animate_with_timelinev, so we should have an extension for that as well. Fri May 08 02:39:34 GMT 2009
- [seed] Same Seed: Update closing animation to use a single timeline Fri May 08 02:57:56 GMT 2009
- [seed] Same Seed: More transitioning to single-timeline animation; this time, the main block animation Fri May 08 02:58:02 GMT 2009
- [seed] Same Seed: More single-timeline cleanup. Fri May 08 03:01:11 GMT 2009
- [seed] More size_t printf fixes in dbus + readline modules. Sat May 09 20:31:51 GMT 2009
- [seed] Update INSTALL.osx (the package name is pkgconfig, not pkg-config) Sat May 09 20:45:53 GMT 2009
- [seed] Update readme (add dbus as an optional dependency) Sat May 09 20:48:00 GMT 2009
- [seed] Same Seed: Use GtkBuilder to create the interface Sat May 09 23:01:02 GMT 2009
- [seed] Same Seed: clutter-gtk seems to be broken; revert from GtkBuilder UI to pure Clutter for now Sun May 10 07:14:22 GMT 2009
- [epiphany] Update Seed extension wrapper to Seed API changes Sun May 10 20:07:09 GMT 2009
- [seed] Pango Example: Begin a rewrite; this time, I'll actually finish it Sun May 10 22:03:37 GMT 2009
- [seed] N-Oscillator: Rewrite, with just one global pipeline. Tue May 12 06:51:14 GMT 2009
- [seed] GtkTextView: Don't forget to quit when the window is closed. Tue May 12 07:03:45 GMT 2009
- [seed] Update HACKING file to be consistent with current state of examples Tue May 12 07:03:50 GMT 2009
- [seed] Update copying file (LO doesn't live here anymore) Tue May 12 07:04:46 GMT 2009
- [seed] N-Oscillator: Use float property, not int. Breaking our chord! Tue May 12 07:10:34 GMT 2009
- [seed] Browser: It makes more sense to determine preferences in the preferences file. Tue May 12 07:16:09 GMT 2009
- [seed] Examples: GObject subclass' init function no longer takes 'klass' argument Tue May 12 07:28:11 GMT 2009
- [seed] Clutter-Cogl: Beginnings of a 0.9 port. Tue May 12 08:18:33 GMT 2009
- [seed] Another %d->%zd size_t fix. Tue May 12 08:20:17 GMT 2009
- [seed] Update examples' Makefile.am, sort it, etc. Tue May 12 08:25:34 GMT 2009
- [seed] Clutter-Shader: More or less a rewrite. Wed May 13 04:13:45 GMT 2009
- [seed] Testing: Test script should recursively scan javascript subdir for tests, for organizational purpose Wed May 13 05:29:13 GMT 2009
- [seed] Testing: More os.path.join in run-tests.py, so tests should work on Windows Wed May 13 05:33:23 GMT 2009
- [seed] Pango: Implement draggable actors. Wed May 13 06:37:02 GMT 2009
- [seed] Pango: Implement loading/saving text property. Wed May 13 06:37:07 GMT 2009
- [seed] Pango: Implement font selector and loading of font face + size. Wed May 13 06:37:12 GMT 2009
- [seed] Pango: Implement committing font face + size properties. Wed May 13 06:43:26 GMT 2009
- [seed] Pango: Remove old, dead code from the first revision. Wed May 13 07:01:46 GMT 2009
- [seed] Pango: Use a slider for font size. Wed May 13 07:01:50 GMT 2009
- [seed] Pango: Fix save/load with float font sizes. Wed May 13 07:01:54 GMT 2009
- [seed] Pango: Implement in-place editing and color selection. Wed May 13 08:07:42 GMT 2009
- [seed] Pango: Implement delete and clear all; default intro text Wed May 13 08:22:15 GMT 2009
- [seed] Pango: New button should be last; raise selected actor. Wed May 13 08:50:19 GMT 2009
- [seed] Pango: Consistency in naming; these are actors, not widgets. Wed May 13 08:50:25 GMT 2009
- [seed] Pango: Much cleanup, commenting, etc. Wed May 13 08:50:32 GMT 2009
- [seed] Pango: Steal keyboard focus Wed May 13 08:53:43 GMT 2009
- [seed] Documentation: Don't distribute the nonexistent seed.types file Wed May 13 09:25:11 GMT 2009
- [seed] Examples: DBUS examples are no longer toplevel Wed May 13 09:26:44 GMT 2009
- [seed] Build: Add various missing files to EXTRA_DIST. Wed May 13 09:33:34 GMT 2009
- [seed] Build: Make sure to distribute the headers in modules/dbus/util Wed May 13 09:36:30 GMT 2009
- [seed] Build: Add dbus/utils to configure.ac Wed May 13 09:39:39 GMT 2009
- [seed] Build: Release checker should use current version number, not 0.5 Wed May 13 09:42:36 GMT 2009
- [seed] Build: Distribute release notes. Wed May 13 09:58:04 GMT 2009
- [seed] Build: Distribute the overall documentation index. Wed May 13 09:58:09 GMT 2009
- [seed] Clean up some C-side warnings. Wed May 13 09:58:11 GMT 2009
- [seed] Tests: Run tests multiple times if strange Popen error happens. Wed May 13 09:58:15 GMT 2009
- [seed] Tests: Move three obvious sets of related tests into subdirectories Wed May 13 10:06:30 GMT 2009
- [seed] Tests: run-tests script should only output filename, not full path Wed May 13 10:06:34 GMT 2009
- [seed] Build: Update build system to match test reorganization. Wed May 13 10:15:35 GMT 2009
- [seed] Clutter-Shaders: Shaders are a C, not a JavaScript Wed May 13 12:30:30 GMT 2009
- [seed] ClutterPad: Implement new/open/save file, redo UI, start examples collection. Wed May 13 12:30:42 GMT 2009
- [seed] ClutterPad: Only show javascript files in examples dropdown. Wed May 13 12:48:34 GMT 2009
- [seed] ClutterPad: Give default "template" on New file. Wed May 13 12:48:38 GMT 2009
- [seed] ClutterPad: Remove actors from stage each evaluation. Wed May 13 12:48:43 GMT 2009
- [seed] ClutterPad: Update template to include GObject, so animations work Wed May 13 12:48:49 GMT 2009
- [seed] ClutterPad: Animated rectangle example Wed May 13 12:48:54 GMT 2009
- [seed] ClutterPad: Move into separate subdir, in preparation for splitting into multiple files Wed May 13 12:55:14 GMT 2009
- [seed] ClutterPad: Beginnings of GtkBuilder port. Wed May 13 14:19:42 GMT 2009
- [seed] ClutterPad: Scrolled windows Wed May 13 14:19:45 GMT 2009
- [seed] ClutterPad: Beginnings of GtkBuilder signal connection. Wed May 13 14:19:50 GMT 2009
- [seed] ClutterPad: Apparently we get a consistent segfault just trying to connect signals Wed May 13 14:19:55 GMT 2009
- [seed] ClutterPad: Mostly fully functional under GtkBuilder UI. Wed May 13 14:20:02 GMT 2009
- [seed] ClutterPad: update Makefile to add GtkBuilder file Wed May 13 14:20:56 GMT 2009
- [seed] ClutterPad: Use GtkBuilder for open/save dialogs. Wed May 13 14:37:04 GMT 2009
- [seed] ClutterPad: Extraneous imports. Wed May 13 14:51:26 GMT 2009
- [seed] Beginnings of 0.7 changelog. Wed May 13 15:06:57 GMT 2009
- [seed] Documentation: ClutterPad is in its own folder; also of note, it shows off GtkBuilder significantly Wed May 13 20:27:35 GMT 2009
- [seed] Documentation: sort example list Wed May 13 20:31:37 GMT 2009
- [seed] ClutterPad: Reset stage background color, default to black Wed May 13 20:54:46 GMT 2009
- [seed] ClutterPad: Don't destroy GtkBuilt-file dialogs, because they don't come back. Wed May 13 20:54:51 GMT 2009
- [seed] ClutterPad: Expand stage reset to include cursor state Wed May 13 20:58:43 GMT 2009
- [seed] ClutterPad: Fix ability to close file chooser dialogs without a crash Wed May 13 21:16:14 GMT 2009
- [seed] ClutterPad: Stage default bg color is black Wed May 13 21:16:18 GMT 2009
- [seed] Examples: Update HACKING to include xml examples and the fact that clutter-pad is in its own folder Wed May 13 21:22:36 GMT 2009
- [seed] ClutterPad: Use actions in preparation for keybindings. Wed May 13 21:35:27 GMT 2009
- [seed] Pango: Don't fail to clear actor selection if it's clicked twice Wed May 13 22:15:28 GMT 2009
- [seed] ClutterPad: Reset sandboxed context each time the stage is reset Wed May 13 22:16:53 GMT 2009
- [seed] ClutterPad: Keyboard accelerators. Should be able to do these from GtkBuilder? Wed May 13 22:29:46 GMT 2009
- [seed] libxml: Someone forgot a Makefile.am Thu May 14 01:02:09 GMT 2009
- [seed] Weather: initial import of Yahoo Weather XML example. Thu May 14 01:05:50 GMT 2009
- [seed] Weather: Now works, prints temperature in Colchester. More soon. Thu May 14 01:46:14 GMT 2009
- [seed] Weather: should be in xml folder. Thu May 14 01:46:18 GMT 2009
- [seed] Weather: add to Makefile.am Thu May 14 01:46:24 GMT 2009
- [seed] Weather: Can pass zipcode on command line Thu May 14 01:46:29 GMT 2009
- [seed] ClutterPad: fix indentation of animated-rectangle example. Thu May 14 07:12:12 GMT 2009
- [seed] ClutterPad: editor should use fixed-width font. Thu May 14 07:22:21 GMT 2009
- [seed] ClutterPad: Spring example, similar to Processing. Thu May 14 08:10:43 GMT 2009
- [seed] Pango: Persist (in ~/.pangojsrc, needs to find a better home) your pango.js layout EXCEPT FOR COLORS Thu May 14 09:06:05 GMT 2009
- [seed] clutter-pad: test and fix duplicate context creation on execute Thu May 14 21:40:55 GMT 2009
- [seed] ClutterPad: remove random whitespace Thu May 14 21:42:19 GMT 2009
- [seed] Build: fix install permissions for some scripts (repl.js wants to be +x) so that OpenSUSE package do Thu May 14 22:01:44 GMT 2009
- [seed] Patches: update Clutter patch to match head Fri May 15 03:08:39 GMT 2009
- [seed] update clutter-cairo.js sample to clutter 0.9 Sat May 16 23:34:59 GMT 2009
- [seed] add cairo.Context.steal and cairo.Context.destroy to seed_cairo Sat May 16 23:38:15 GMT 2009
- [seed] fix seed_cairo_rotate argument count Sat May 16 23:38:19 GMT 2009
- [seed] clutter-pad: add clutter-cairo example Sat May 16 23:38:25 GMT 2009
- [seed] clutter-pad: add new cairo example to Makefile. Sat May 16 23:38:30 GMT 2009
- [seed] Turtle: Don't install seed_turtle to bindir. Sun May 17 22:58:04 GMT 2009
- [opengl-glib] Build: use gnome-autogen. Mon May 18 01:49:52 GMT 2009
- [seed] Build: Use gnome-autogen. Mon May 18 01:51:40 GMT 2009
- [seed] Build: install modules into libdir instead of exec_prefix/lib, more appropriate on 64 bit systems (f Mon May 18 08:59:25 GMT 2009
- [seed] gtkplug: example doesn't require gio import Mon May 18 09:17:43 GMT 2009
- [seed] clutterpad: springs example motion frequency @ 60Hz doesn't break things anymore Mon May 18 09:17:47 GMT 2009
- [seed] Use env to find seed, not absolute path. Tue May 19 15:28:17 GMT 2009
- [seed] Fix dbus-banshee example. Tue May 19 22:58:23 GMT 2009
- [seed] Load default extension script in all global contexts, even in imports. Thu May 21 14:39:35 GMT 2009
- [seed] Update imports in sqlite example. Fri May 22 23:27:00 GMT 2009
- [seed] libseed: fix exception name spelling error Wed May 27 07:58:12 GMT 2009
- [gnome-js-common] Tests: Add test launcher. Wed May 27 08:14:27 GMT 2009
- [gnome-js-common] Tests: run on an arbitrary number of directories provided on the commandline. Wed May 27 08:14:32 GMT 2009
- [gnome-js-common] Tests: Run all of the tests, don't exit after the first failure. Wed May 27 08:29:29 GMT 2009
- [gnome-js-common] Tests: Integrate tests into 'make check'. Wed May 27 08:29:41 GMT 2009
- [gnome-js-common] Tests: Add everything test and a test of the type conversion problem that breaks assert. Wed May 27 08:57:38 GMT 2009
- [gnome-js-common] Tests: conditionally compile seed test only if we have seed Wed May 27 10:01:04 GMT 2009
- [gnome-js-common] Tests: split directory enumeration and argument parsing into shared C file Wed May 27 10:06:36 GMT 2009
- [gnome-js-common] Tests: Add previously-mentioned shared testing file. Wed May 27 10:06:39 GMT 2009
- [gnome-js-common] Tests: Beginnings of GJS test. Wed May 27 10:26:22 GMT 2009
- [gnome-js-common] Tests: Work on GJS test. Wed May 27 14:10:27 GMT 2009
- [seed] Build: Fix various missing things from EXTRA_DISTs Fri May 29 08:17:21 GMT 2009
- [seed] Doc: printf is not global yet Fri May 29 08:29:50 GMT 2009
- [seed] Build: fix another file missing from dist. Fri May 29 08:38:15 GMT 2009
- [seed] Build: dist sqlite.xml Fri May 29 08:43:50 GMT 2009
- [seed] Build: readline.xml dist. Fri May 29 08:50:33 GMT 2009
- [seed] Build: dist sandbox.xml Fri May 29 08:57:05 GMT 2009
- [seed] Distribute dbus-exports.h Fri May 29 09:00:53 GMT 2009
- [seed] Build: dist cairo module headers. Fri May 29 09:05:10 GMT 2009
- [seed] Build: don't write into the build-from dir, write into build-to. Fri May 29 09:16:21 GMT 2009
- [seed] Build: don't refer to files relatively; fixes build-in-different-dir. Fri May 29 09:23:49 GMT 2009
- [seed] Build: oops; last commit should have used srcdir, not builddir. Fri May 29 09:27:34 GMT 2009
- [seed] Fix more relative paths. Fri May 29 09:34:53 GMT 2009
- [seed] More build fixes Fri May 29 09:40:42 GMT 2009
- [seed] Update object-info test to latest introspection changes. Fri May 29 10:13:30 GMT 2009
- [seed] dont install threaded repl twice Sat May 30 22:46:05 GMT 2009
Timo Jyrinki
Tim-Philipp Müller
Tobias Mueller
Tomas Bzatek
Tomas Frydrych
Tomasz Dominikowski
Toms Baugis
Tor Lillqvist
Torsten Schönfeld
Trevor Watkins
Tristan Van Berkom
Ulf-D . Ehlert
Vincent Legoll
Vincent Povirk
Vincent Untz
Vivien Malerba
Wadim Dziedzic
William Jon McCann
William Walker
Wolfgang Hofer
Xan Lopez
Xavier Claessens
Xavier de Blas
Zeeshan Ali Khattak
Zhang Sen
Mail converted by MHonArc