2010-May Archive by Author
Aaron Bockover
Abduxukur Abdurixit
Adam Plumb
Adel Gadllah
Adrien Bustany
Akhil Laddha
Alan Knowles
Alejandro Garcia Castro
Alejandro Piñeiro Iglesias
Aleksander Morgado
- [tracker/parser-libunistring-review] Don't include unac.h in the parser implementation Mon May 03 11:51:49 GMT 2010
- [tracker/parser-libunistring-review] Enable choosing between libicu, libunistring or just glib for Unicode support Tue May 04 16:31:30 GMT 2010
- [tracker/parser-libunistring-review] WIP with libicu support Tue May 04 16:31:37 GMT 2010
- [tracker/parser-libunistring-review] Added libicu-based unac stripping Tue May 04 16:31:40 GMT 2010
- [tracker/parser-libunistring-review] Use gchar instead of char in API Tue May 04 16:31:45 GMT 2010
- [tracker/parser-libunistring-review] Added first non-tested implementation of the libicu based word breaking and processing Tue May 04 16:31:51 GMT 2010
- [tracker/parser-libunistring-review] New FTS parser tester Tue May 04 16:31:56 GMT 2010
- [tracker/parser-libunistring-review] Bugfixing libicu-based parser Tue May 04 16:31:59 GMT 2010
- [tracker/parser-libunistring-review] Add timer in tester Tue May 04 16:32:04 GMT 2010
- [tracker] Created branch parser-unicode-libs-review Tue May 04 16:35:22 GMT 2010
- [tracker] Deleted branch parser-libunistring-review Tue May 04 16:36:37 GMT 2010
- [tracker/parser-unicode-libs-review] (85 commits) ...Merge remote branch 'origin/parser-unicode-libs-review' into parser-unicode-libs-review Tue May 04 17:29:25 GMT 2010
- [tracker/parser-unicode-libs-review: 64/85] Look for libunistring at configure time Tue May 04 17:29:28 GMT 2010
- [tracker/parser-unicode-libs-review: 65/85] Added libunistring-based word-break Tue May 04 17:29:34 GMT 2010
- [tracker/parser-unicode-libs-review: 66/85] Added normalization and case folding Tue May 04 17:29:38 GMT 2010
- [tracker/parser-unicode-libs-review: 67/85] Enabled hexadecimal content debug logs in parser Tue May 04 17:29:43 GMT 2010
- [tracker/parser-unicode-libs-review: 69/85] Fix invalid read when end of loop arrives Tue May 04 17:29:53 GMT 2010
- [tracker/parser-unicode-libs-review: 68/85] Minor fixes in the libunistring-based parser Tue May 04 17:29:53 GMT 2010
- [tracker/parser-unicode-libs-review: 70/85] Avoid unneeded stack buffer in parser_next Tue May 04 17:29:58 GMT 2010
- [tracker/parser-unicode-libs-review: 71/85] Splitting different parser implementations in different files Tue May 04 17:30:02 GMT 2010
- [tracker/parser-unicode-libs-review: 72/85] Some refactoring cleaning up the code of the parser Tue May 04 17:30:11 GMT 2010
- [tracker/parser-unicode-libs-review: 73/85] Improved the way the debug logs showing hex contents are compiled Tue May 04 17:30:13 GMT 2010
- [tracker/parser-unicode-libs-review: 74/85] Avoid critical after last word processed Tue May 04 17:30:17 GMT 2010
- [tracker/parser-unicode-libs-review: 75/85] Don't include unac.h in the parser implementation Tue May 04 17:30:23 GMT 2010
- [tracker/parser-unicode-libs-review: 76/85] Enable choosing between libicu, libunistring or just glib for Unicode support Tue May 04 17:30:27 GMT 2010
- [tracker/parser-unicode-libs-review: 77/85] WIP with libicu support Tue May 04 17:30:34 GMT 2010
- [tracker/parser-unicode-libs-review: 78/85] Added libicu-based unac stripping Tue May 04 17:30:38 GMT 2010
- [tracker/parser-unicode-libs-review: 79/85] Use gchar instead of char in API Tue May 04 17:30:44 GMT 2010
- [tracker/parser-unicode-libs-review: 80/85] Added first non-tested implementation of the libicu based word breaking and processing Tue May 04 17:30:49 GMT 2010
- [tracker/parser-unicode-libs-review: 81/85] New FTS parser tester Tue May 04 17:30:53 GMT 2010
- [tracker/parser-unicode-libs-review: 82/85] Bugfixing libicu-based parser Tue May 04 17:30:58 GMT 2010
- [tracker/parser-unicode-libs-review: 83/85] Add timer in tester Tue May 04 17:31:02 GMT 2010
- [tracker/parser-unicode-libs-review: 84/85] Ignore parser tester program in git Tue May 04 17:31:08 GMT 2010
- [tracker/parser-unicode-libs-review: 85/85] Merge remote branch 'origin/parser-unicode-libs-review' into parser-unicode-libs-review Tue May 04 17:31:12 GMT 2010
- [tracker/parser-unicode-libs-review] Added --verbose option to the parser tester Wed May 05 08:52:25 GMT 2010
- [tracker/parser-unicode-libs-review] Improve ASCII-only parsing Wed May 05 10:42:45 GMT 2010
- [tracker/parser-unicode-libs-review] Avoid invalid write out of buffer Wed May 05 11:02:49 GMT 2010
- [tracker/parser-unicode-libs-review] configure option now defaults to libunistring if found Wed May 05 13:55:23 GMT 2010
- [tracker/parser-unicode-libs-review] Only look for unicode libs when needed Wed May 05 14:11:36 GMT 2010
- [tracker/parser-unicode-libs-review] ucnv_fromUChars already NIL-terminates the string Wed May 05 14:31:50 GMT 2010
- [tracker/parser-unicode-libs-review] Fixed auto mode of --with-unicode-support Wed May 05 15:23:15 GMT 2010
- [tracker] Fix compilation Thu May 06 16:37:59 GMT 2010
- [tracker/parser-unicode-libs-review] Cleanup parsing reserved words in libicu/libunistring parsers Fri May 07 12:01:28 GMT 2010
- [tracker/parser-unicode-libs-review] Perform the max word length check Fri May 07 12:01:32 GMT 2010
- [tracker/parser-unicode-libs-review] Filtering rules updated Fri May 07 12:01:38 GMT 2010
- [tracker] Remove unused variable Fri May 07 15:32:16 GMT 2010
- [tracker] pkg-config should look for rest-0.6, not rest Mon May 10 09:24:33 GMT 2010
- [tracker] Created branch extractor-remove-word-counting-review Tue May 11 12:44:06 GMT 2010
- [tracker/extractor-remove-word-counting-review] Updated man page of tracker-extract.cfg with new max_bytes parameter Tue May 11 13:11:13 GMT 2010
- [tracker/extractor-remove-word-counting-review] Fixes GB#616845 - Avoid word counting in the extractors Tue May 11 13:11:16 GMT 2010
- [tracker/extractor-remove-word-counting-review] Fix the tracker-extract config Tue May 11 13:11:19 GMT 2010
- [tracker/extractor-remove-word-counting-review] Setup config also for standalone mode Tue May 11 13:11:24 GMT 2010
- [tracker/extractor-remove-word-counting-review] tracker_text_validate_utf8 can return only the number of valid UTF-8 bytes Tue May 11 13:11:29 GMT 2010
- [tracker/extractor-remove-word-counting-review] Fixed text extractor Tue May 11 13:11:35 GMT 2010
- [tracker/extractor-remove-word-counting-review] Moved the istream text reader to a separate file Tue May 11 13:11:40 GMT 2010
- [tracker/extractor-remove-word-counting-review] minor alignment fix Tue May 11 13:11:44 GMT 2010
- [tracker/extractor-remove-word-counting-review] Allow pid pointer being NULL Tue May 11 13:11:49 GMT 2010
- [tracker/extractor-remove-word-counting-review] re-enable the check for non-NULL pid, as it is really needed Tue May 11 13:11:54 GMT 2010
- [tracker/extractor-remove-word-counting-review] Reuse the same code for text and oasis/contents Tue May 11 13:12:01 GMT 2010
- [tracker/extractor-remove-word-counting-review] Files renamed as using GIOChannel instead of GInputStream Tue May 11 13:12:05 GMT 2010
- [tracker/extractor-remove-word-counting-review] New unit tests for libtracker-extract added Tue May 11 14:31:03 GMT 2010
- [tracker] service_DATA should list the .service files, not the .service.in files Thu May 13 14:25:56 GMT 2010
- [tracker] Ignore some built files Thu May 13 14:25:58 GMT 2010
- [tracker] Fixed make distcheck Thu May 13 14:26:02 GMT 2010
- [tracker] template files should go in dist tarball Thu May 13 15:18:32 GMT 2010
- [tracker] (2 commits) Created branch vpath-build-review Thu May 13 15:26:03 GMT 2010
- [tracker/vpath-build-review: 1/2] Several modifications in the build structure, including VPATH builds Thu May 13 15:26:09 GMT 2010
- [tracker/vpath-build-review: 2/2] template files should go in dist tarball Thu May 13 15:26:11 GMT 2010
- [tracker/vpath-build-review] data ontologies: align items in Makefile.am Fri May 14 10:48:32 GMT 2010
- [tracker] Several modifications in the build structure, including VPATH builds Fri May 14 11:24:07 GMT 2010
- [tracker] data ontologies: align items in Makefile.am Fri May 14 11:24:09 GMT 2010
- [tracker] Fixes GB#618011: Don't show in status icon actions that haven't been compiled Fri May 14 15:33:11 GMT 2010
- [tracker] Fixes GB#614728 - Define system search icon as window icon for t-s-t Fri May 14 15:33:15 GMT 2010
- [tracker] Deleted branch parser-unicode-libs-review Fri May 14 17:15:42 GMT 2010
- [tracker] Created branch parser-unicode-libs-review Fri May 14 17:18:12 GMT 2010
- [tracker/parser-unicode-libs-review] tracker-language: new method to check if a word is a stopword Fri May 14 17:21:26 GMT 2010
- [tracker/parser-unicode-libs-review] utils: new tracker_strhex method to get the hex view of a given string Fri May 14 17:21:29 GMT 2010
- [tracker/parser-unicode-libs-review] FTS parser: Added new GNU libunistring and libicu based parsers Fri May 14 17:21:43 GMT 2010
- [tracker/parser-unicode-libs-review] libtracker-fts tests: New command line tester for the parsers Fri May 14 17:21:45 GMT 2010
- [tracker] Missing AC_DEFINEs added to fix GB#618011 Sun May 16 16:11:32 GMT 2010
- [tracker/parser-unicode-libs-review] FTS parser: added unit tests Mon May 17 11:25:50 GMT 2010
- [tracker] Fixes GB#618544: Only install tracker-search-bar man page when enabled Mon May 17 13:10:20 GMT 2010
- [tracker] Fixes GB#618707: tracker preferences shows notification area options even when status icon isn't bui Mon May 17 15:34:38 GMT 2010
- [tracker/extractor-remove-word-counting-review] Avoid the use of GIOChannels Tue May 18 13:36:45 GMT 2010
- [tracker/extractor-remove-word-counting-review] Set absolute max bytes that can be read to 10 Mbytes Tue May 18 14:25:17 GMT 2010
- [tracker] tracker-extract: remove unneeded things Tue May 18 16:00:32 GMT 2010
- [tracker/parser-unicode-libs-review] FTS parsers: fix options in configure Tue May 18 17:56:07 GMT 2010
- [tracker] tracker-extract.cfg manpage: update max absolute number of bytes to extract Tue May 18 18:04:28 GMT 2010
- [tracker/parser-unicode-libs-review] Fixes GB#491850 and GB#503366: new FTS configuration parameters Tue May 18 18:36:44 GMT 2010
- [tracker/parser-unicode-libs-review] tracker_strhex: avoid unneeded aux char array Wed May 19 10:12:40 GMT 2010
- [tracker/parser-unicode-libs-review] tracker_parser_unaccent_utf16be_word: make it a no-op if no unac Wed May 19 10:12:44 GMT 2010
- [tracker/parser-unicode-libs-review] FTS parser tests: fix when libunac is not available Wed May 19 12:43:25 GMT 2010
- [tracker] configure.ac: fix HAVE_TRACKER_* define values in auto mode Wed May 19 13:48:30 GMT 2010
- [tracker/parser-unicode-libs-review] libicu parser: fix overflow when converting katakana text from UChars to UTF-8 Wed May 19 15:28:18 GMT 2010
- [tracker/parser-unicode-libs-review] FTS: Re-enable TRACKER_FTS_STOP_WORDS envvar for unit tests Wed May 19 16:10:20 GMT 2010
- [tracker/parser-unicode-libs-review] libicu parser: coding style fix Wed May 19 16:10:26 GMT 2010
- [tracker] Fixes GB614870: added search and pause indexing to left-click menu in tracker-status-icon Wed May 19 16:24:37 GMT 2010
- [tracker/parser-unicode-libs-review] FTS parser tests: disable some tests if using the glib/pango parser Thu May 20 14:06:14 GMT 2010
- [tracker] Fixes GB#617812: Tracker not disabled when started on battery power Mon May 24 11:38:10 GMT 2010
- [tracker] FTS parser: delimit_words is always FALSE, so removing it Mon May 24 17:06:08 GMT 2010
- [tracker] FTS parser: max_words_to_index in the parser implementation is not needed, so removing it Mon May 24 17:09:37 GMT 2010
- [tracker] Fixes GB#526346: New FTS config option to enable/disable stemmer Tue May 25 09:03:21 GMT 2010
- [tracker] Fixes GB#616540: Add missing conversion to UTF-8 for directory names Tue May 25 11:27:02 GMT 2010
- [tracker] Fixes GB#560220: New FTS config option to enable/disable unaccenting Tue May 25 11:41:12 GMT 2010
- [tracker] Fixes GB#619271: pango dependency only needed if compiling the glib/pango parser Tue May 25 13:26:44 GMT 2010
- [tracker] libtracker-data: minor improvement in error reporting Tue May 25 16:52:06 GMT 2010
- [tracker] Fixes GB#619630: HTML extractor inserts several nie:title if title has an ampersand character Wed May 26 08:50:55 GMT 2010
- [tracker] Fixes GB#619615: Include DC ontology in gtk-doc documentation Wed May 26 08:51:00 GMT 2010
- [tracker] FTS tests: small fix in test data Wed May 26 11:07:56 GMT 2010
- [tracker] FTS Parsers: new README file explaining benefits of each one Wed May 26 16:30:26 GMT 2010
- [tracker] fixes GB#619826 TST: for search & history, don't clean-up search terms Thu May 27 14:55:45 GMT 2010
- [tracker] FTS parsers: refactor & cleanup API Thu May 27 16:43:00 GMT 2010
- [tracker] FTS libicu parser: use TrackerParserWordType instead of gboolean Fri May 28 07:07:07 GMT 2010
- [tracker] FTS parsers: minor indentation fixes Fri May 28 07:17:27 GMT 2010
- [tracker] FTS parsers: remove tracker_parser_process_word() from parser API Fri May 28 08:02:11 GMT 2010
- [tracker] extractors: small log message change Fri May 28 10:12:03 GMT 2010
- [tracker] Fixes GB#619535: MaxWords configuration in FTS config is not used Fri May 28 13:30:13 GMT 2010
Aleksey Sanin
Alexander Kojevnikov
Alexander Larsson
Alexia Death
Alex Launi
Amanpreet Singh Alam
Amitakhya Phukan
Andika Triwidada
Andoni Morales Alastruey
Andrea Cimitan
Andreas Henriksson
Andreas J . Guelzow
Andreas Rottmann
Andre Klapper
Andrés Aragoneses
Ani Peter
Aron Xu
Arx Henrique Pereira da Cruz
Åsmund Skjæveland
Bastien Nocera
Behdad Esfahbod
Benjamin Berg
Benjamin Otte
Benoît Dupasquier
Bertrand Lorentz
Bharath Acharya
Brian Cameron
Bruce Cowan
Bruno Brouard
Bruno Coudoin
Calum Benson
Carlos Garcia Campos
Carlos Garnacho
Chao-Hsiung Liao
Chenthill Palanisamy
Christian Dywan
Christian Fredrik Kalager Schaller
Christian Kirbach
Christian Persch
Christopher Bratusek
Claude Paroz
Cody Russell
Colin Walters
- [gjs] [cairo] Wrap cairo_copy_path, cairo_copy_path_flat, and cairo_append_path Mon May 03 20:43:11 GMT 2010
- [gnome-shell] [gnome-shell.in] Move running environment inheritance earlier Wed May 05 13:29:58 GMT 2010
- [mutter] Export meta_window_raise and meta_window_lower Wed May 05 21:30:51 GMT 2010
- [mutter] Export functions to iterate over window transients Wed May 05 21:30:54 GMT 2010
- [mutter] Add public function to sort windows by stacking Wed May 05 21:30:59 GMT 2010
- [gnome-shell] [ShellApp] Add method to focus an app (all windows), make _activate do this Thu May 06 15:19:55 GMT 2010
- [gnome-shell] [altTab] Raise all windows for an app Thu May 06 15:20:00 GMT 2010
- [gnome-shell] [altTab] Update for renamed ShellApp method Thu May 06 16:14:56 GMT 2010
- [gtk+] [GtkRadioAction] Annotate _set_group Thu May 06 20:58:06 GMT 2010
- [gnome-shell] Reorganize stage in terms of a UI Group actor and everything else Thu May 06 21:18:50 GMT 2010
- [gnome-session] Explicitly add -lXext -lXau to linker line Fri May 07 15:14:24 GMT 2010
- [gnome-shell] [ShellApp] Add quit method Tue May 11 18:13:07 GMT 2010
- [gnome-shell] New widget: BoxPointer Tue May 11 18:13:13 GMT 2010
- [gnome-shell] Make panel more menu-like, initial application menu Tue May 11 18:13:21 GMT 2010
- [gnome-shell] [panel] Port user status menu to panel menu Tue May 11 18:13:25 GMT 2010
- [gnome-shell] [statusMenu] Update callback prototype for activate signal Tue May 11 18:35:05 GMT 2010
- [gnome-shell] Adds magnifier functionality to gnome-shell. Tue May 11 18:52:56 GMT 2010
- [gnome-shell] Add missing magnifier files from the last commit Tue May 11 19:00:48 GMT 2010
- [gnome-shell] Add shell-xfixes-cursor.[ch] Tue May 11 19:03:38 GMT 2010
- [gnome-shell] [panel] PanelImageMenuItem should follow gtk-menu-show-images Wed May 12 21:25:22 GMT 2010
- [gnome-shell] Don't treat min-width and min-height as a fixed size Thu May 13 17:15:01 GMT 2010
- [gnome-shell] [lookingGlass] Remove Properties tab, replace with popup object inspector Mon May 17 13:30:25 GMT 2010
- [gnome-shell] Create ShellGlobal later to avoid connecting to X during build Mon May 17 17:04:53 GMT 2010
- [gnome-shell] Allow selection of individual windows Mon May 17 17:22:30 GMT 2010
- [gnome-shell] Rework compare to take into account closed windows Mon May 17 17:37:46 GMT 2010
- [glib/wip/gapplication] [GApplication] Fix a few typos, add _get_application_description Tue May 18 14:32:05 GMT 2010
- [glib/wip/gapplication] [GApplication] Rework to avoid _try_new; return a stub proxy class for remoting Tue May 18 22:10:35 GMT 2010
- [glib/wip/gapplication] [GApplication] A few fixes for the "unix" backend Wed May 19 02:08:09 GMT 2010
- [gtk+] Created branch wip/gapplication-2-22 Wed May 19 02:09:36 GMT 2010
- [gtk+/wip/gapplication-2-22] Add GtkApplication Wed May 19 02:09:43 GMT 2010
- [gtk+/wip/gapplication-2-22] [GtkApplication] Pass argc/argv Wed May 19 02:53:30 GMT 2010
- [gnome-shell] Combination of updates to match design suggestions Wed May 19 16:31:50 GMT 2010
- [gnome-session] [GsmClient] Export _stop method Thu May 20 14:35:33 GMT 2010
- [gnome-shell] changed 'y_fill' of '_clockButton' in panel to false Thu May 20 17:01:01 GMT 2010
- [gnome-shell] [main] Explicitly require the Clutter and Gtk versions we want Thu May 20 21:03:03 GMT 2010
- [gtk+/wip/gapplication-2-22] Monitor sensitivity propery Thu May 20 21:20:26 GMT 2010
- [gnome-shell] [ShellAppSystem] Don't crash if the menu system is empty Thu May 20 21:34:54 GMT 2010
- [gobject-introspection] Created tag GOBJECT_INTROSPECTION_0_6_12 Mon May 24 21:22:08 GMT 2010
- [gobject-introspection] Post-release version bump Mon May 24 21:31:59 GMT 2010
- [gnome-shell] [panel] Ellipsize long application titles, don't push clock around Tue May 25 14:40:50 GMT 2010
- [gnome-shell] [StTable] Clamp children to integral positions Tue May 25 16:30:45 GMT 2010
- [gnome-shell] [StTable] Align children to integral positions Tue May 25 16:30:52 GMT 2010
- [glib] GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_id Tue May 25 17:45:37 GMT 2010
- [glib] GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_id Tue May 25 20:59:33 GMT 2010
- [gobject-introspection] Support (out caller-allocates) Wed May 26 17:01:53 GMT 2010
- [gobject-introspection] [girparser] Don't hard require caller-allocates since it breaks parsing Wed May 26 17:52:35 GMT 2010
- [glib] [tests/gvariant] Handle flavored_free(NULL), since flavored_malloc can return NULL Wed May 26 20:03:40 GMT 2010
- [glib/wip/gapplication] Document application ID, validate it Wed May 26 20:03:46 GMT 2010
- [glib] [mainloop-test] Fix compilation errors Wed May 26 20:21:30 GMT 2010
- [gobject-introspection] Remove g_arg_info_is_dipper from public API Wed May 26 22:15:09 GMT 2010
- [gobject-introspection] [GIMarshallingTests] Fix incorrect array sizes Thu May 27 18:29:08 GMT 2010
- [gjs] Add support for GArray to gjs_value_from_g_argument Thu May 27 18:51:52 GMT 2010
- [gjs] Add support for GArray to gjs_value_to_g_argument Thu May 27 18:51:57 GMT 2010
- [glib] Initial support for dtrace and systemtap Thu May 27 19:07:05 GMT 2010
- [glib] Add dtrace and systemtap support for gobject Thu May 27 19:07:08 GMT 2010
- [glib] (28 commits) Created branch wip/gapplication-22 Thu May 27 19:44:42 GMT 2010
- [glib/wip/gapplication-22: 1/28] whitespace fix Thu May 27 19:44:43 GMT 2010
- [glib/wip/gapplication-22: 2/28] Add sync method to GSettingsBackend, and pad Thu May 27 19:44:49 GMT 2010
- [glib/wip/gapplication-22: 3/28] Bug 618839 - Typo at translation message Thu May 27 19:44:53 GMT 2010
- [glib/wip/gapplication-22: 4/28] Bug 619031 - method-calls-in-thread test failing Thu May 27 19:44:59 GMT 2010
- [glib/wip/gapplication-22: 6/28] glib-compile-schemas rename missed in docs Thu May 27 19:45:00 GMT 2010
- [glib/wip/gapplication-22: 5/28] Fix trivial typo in GCredentials code Thu May 27 19:45:03 GMT 2010
- [glib/wip/gapplication-22: 7/28] Make config.h.win32.in match what configure produces Thu May 27 19:45:05 GMT 2010
- [glib] Deleted branch wip/gapplication-22 Thu May 27 19:45:08 GMT 2010
- [glib/wip/gapplication-22: 8/28] Bug 619038 - increase gsettings.m4 power Thu May 27 19:45:10 GMT 2010
- [glib/wip/gapplication-22: 9/28] Add --uninstall option to glib-compile-schemas Thu May 27 19:45:20 GMT 2010
- [glib/wip/gapplication-22: 11/28] Version bump. Thu May 27 19:45:25 GMT 2010
- [glib/wip/gapplication-22: 12/28] Add G_TYPE_CLASS_GET_PRIVATE macro to docs Thu May 27 19:45:30 GMT 2010
- [glib/wip/gapplication-22: 14/28] Bug 619142 – Build fixes Thu May 27 19:45:48 GMT 2010
- [glib/wip/gapplication-22: 16/28] Add g_dc[p]gettext, and use it in gsettings Thu May 27 19:45:51 GMT 2010
- [glib/wip/gapplication-22: 17/28] Use stack-allocated GVariantBuilders Thu May 27 19:45:57 GMT 2010
- [glib/wip/gapplication-22: 18/28] Return an error for calls into unknown interfaces or unknown objects Thu May 27 19:46:01 GMT 2010
- [glib/wip/gapplication-22: 19/28] add .SECONDARY: rule to preserve generated schemas Thu May 27 19:46:06 GMT 2010
- [glib/wip/gapplication-22: 13/28] Estonian translation updated Thu May 27 19:46:06 GMT 2010
- [glib/wip/gapplication-22: 20/28] Clean up man page handling Thu May 27 19:46:12 GMT 2010
- [glib/wip/gapplication-22: 10/28] Release 2.25.6 Thu May 27 19:46:16 GMT 2010
- [glib/wip/gapplication-22: 15/28] Updated Galician translations Thu May 27 19:46:17 GMT 2010
- [glib/wip/gapplication-22: 21/28] Updated Galician translations Thu May 27 19:46:23 GMT 2010
- [glib/wip/gapplication-22: 22/28] Updated Galician translations Thu May 27 19:46:23 GMT 2010
- [glib/wip/gapplication-22: 23/28] Updated Galician translations Thu May 27 19:46:25 GMT 2010
- [glib/wip/gapplication-22: 24/28] Add two missing files Thu May 27 19:46:30 GMT 2010
- [glib/wip/gapplication-22: 26/28] Most of the gdbus test programs build only on Unix Thu May 27 19:46:42 GMT 2010
- [glib/wip/gapplication-22: 27/28] Fix up a typo in the g_variant_builder_add() docs Thu May 27 19:46:46 GMT 2010
- [glib/wip/gapplication-22: 28/28] Add gnullappliaction.c Thu May 27 19:46:52 GMT 2010
- [glib/wip/gapplication-22: 25/28] Updated Norwegian bokmål translation Thu May 27 19:46:53 GMT 2010
- [glib/wip/gapplication] Add gnullappliaction.c Thu May 27 21:52:59 GMT 2010
- [glib/wip/gapplication] Switch to Gtk namespace Thu May 27 21:53:03 GMT 2010
- [glib/wip/gapplication] Use some #defines, clean up docs a bit, add appid to object path Thu May 27 21:53:08 GMT 2010
- [glib/wip/gapplication] (50 commits) ...Merge branch 'master' into wip/gapplication Fri May 28 13:17:33 GMT 2010
- [glib/wip/gapplication: 50/50] Merge branch 'master' into wip/gapplication Fri May 28 13:17:38 GMT 2010
- [glib/wip/gapplication] (11 commits) ...Merge branch 'master' into wip/gapplication Fri May 28 13:18:12 GMT 2010
- [glib/wip/gapplication: 11/11] Merge branch 'master' into wip/gapplication Fri May 28 13:18:16 GMT 2010
- [gjs] Add support for dtrace/SystemTap Fri May 28 13:28:08 GMT 2010
- [glib/wip/gapplication] GApplication updates Fri May 28 20:45:47 GMT 2010
- [gtk+/wip/gapplication-2-22] (25 commits) ...Port to latest GApplication API Fri May 28 20:46:11 GMT 2010
- [gtk+/wip/gapplication-2-22: 24/25] Merge branch 'gtk-2-22' into wip/gapplication-2-22 Fri May 28 20:46:16 GMT 2010
- [gtk+/wip/gapplication-2-22: 25/25] Port to latest GApplication API Fri May 28 20:46:22 GMT 2010
Cosimo Cecchi
Curtis Gedak
Damon Chaplin
Daniel Borgmann
Daniel Elstner
Daniel G . Siegel
Danielle Madeley
Daniel Nylander
Dan Williams
Dan Winship
David Joaquim
David King
David Planella
David Zeuthen
Debajyoti Bera
Denis Arnaud
Diego Escalante Urrelo
Dodji Seketeli
Duarte Loreto
Dumitru Mișu Moldovan
Edward Hervey
Eitan Isaacson
Eleanor Chen
Emmanuele Bassi
Emmanuel Pacaud
Emmanuel Rodriguez
Étienne Bersac
Eugen Dedu
Evan Nemerson
Fabio Bonelli
Federico Mena Quintero
Felix Riemann
Fernando Herrera de las Heras
Florent Thévenet
Florian Brosch
Florian Müllner
Francesco Fumanti
Francisco Diéguez Souto
Frédéric Crozat
Frederic Peters
Fridrich Strba
- [gtkhtml/gnome-2-30] [win32] Relocate relevant paths to data Wed May 05 14:01:53 GMT 2010
- [gtkhtml] [win32] Relocate relevant paths to data Wed May 05 14:01:58 GMT 2010
- [evolution/gnome-2-30] [win32] Set patch to evolution's bindir because some child processes need it in some situations. Mon May 10 20:54:32 GMT 2010
- [evolution] [win32] Set patch to evolution's bindir because some child processes need it in some situations. Mon May 10 20:54:38 GMT 2010
- [evolution/gnome-2-30] Initial implementation of setting evolution as default mail client and mailto handler. Thu May 13 13:41:35 GMT 2010
- [evolution] Initial implementation of setting evolution as default mail client and mailto handler. Thu May 13 13:41:41 GMT 2010
- [evolution/gnome-2-30] [win32] Don't call glib functions before g_thread_init was called and register evolution as capable Mon May 17 07:13:39 GMT 2010
- [evolution/gnome-2-30] [win32] Make Evolution actually appear in "Set Program Access and Defaults" dialogue and use quoted Mon May 17 07:13:44 GMT 2010
- [evolution] [win32] Don't call glib functions before g_thread_init was called and register evolution as capable Mon May 17 07:13:49 GMT 2010
- [evolution] [win32] Make Evolution actually appear in "Set Program Access and Defaults" dialogue and use quoted Mon May 17 07:13:54 GMT 2010
- [evolution/gnome-2-30] Ouch, fix a typo! Mon May 17 07:43:59 GMT 2010
- [evolution] Ouch, fix a typo! Mon May 17 07:44:03 GMT 2010
- [evolution/gnome-2-30] [win32] Implement --reinstall, --show-icons, --hide-icons options to be used by windows default appl Tue May 18 15:01:53 GMT 2010
- [evolution] [win32] Implement --reinstall, --show-icons, --hide-icons options to be used by windows default appl Tue May 18 15:01:58 GMT 2010
- [evolution/gnome-2-30] [win32] Try to get the default application registration right Wed May 19 08:27:23 GMT 2010
- [evolution] [win32] Try to get the default application registration right Wed May 19 08:27:28 GMT 2010
- [evolution] [win32} Register evolution as "Contacts" application and .vcf handler Wed May 19 15:25:03 GMT 2010
- [evolution] Add missing include Wed May 19 16:44:51 GMT 2010
- [evolution/gnome-2-30] On Windows, some LDIF files can have .ldi extension Thu May 20 14:15:32 GMT 2010
- [evolution] Consider full name and also the first part of e-mail address for contact description in the import d Thu May 20 14:15:34 GMT 2010
- [evolution] [win32] Register evolution as able to handle ldif files too Thu May 20 14:16:34 GMT 2010
- [evolution] On Windows, some LDIF files can have .ldi extension Thu May 20 14:20:04 GMT 2010
- [gconf/gdbus] Implement replacement fsync() on windows, where it is not present Fri May 28 08:52:16 GMT 2010
- [gconf/gdbus] Allow external orbit-idl-2 compiler for cross-compiling for instance Fri May 28 08:52:20 GMT 2010
- [gconf] Allow external orbit-idl-2 compiler for cross-compiling for instance Fri May 28 08:52:25 GMT 2010
- [gconf] Implement replacement fsync() on windows, where it is not present Fri May 28 08:52:31 GMT 2010
- [evolution/gnome-2-30] [win32] Set a path in evolution-alarm-notify binary, so it finds its dependencies even if it is star Fri May 28 10:05:22 GMT 2010
- [evolution] [win32] Set a path in evolution-alarm-notify binary, so it finds its dependencies even if it is star Fri May 28 10:05:23 GMT 2010
- [evolution/gnome-2-30] Install evolution-alarm-notify into bindir for windows Fri May 28 12:20:47 GMT 2010
- [evolution] Install evolution-alarm-notify into bindir for windows Fri May 28 12:20:52 GMT 2010
- [evolution-rss] Fix some warnings on windows Mon May 31 09:29:26 GMT 2010
- [evolution] [win32] Relocate the position of mail-autoconfig directory Mon May 31 10:58:14 GMT 2010
- [evolution-data-server] Create the configdir instead of bailing out if it does not exist Mon May 31 11:05:33 GMT 2010
Friedel Wolff
Funda Wang
Gabor Keleman
Gabriel Burt
- [banshee/stable-1.6] [MeeGo] Keep the search entries synced Tue May 04 18:15:36 GMT 2010
- [banshee] [release] Prepare for 1.7.0 release Wed May 05 18:02:48 GMT 2010
- [banshee] [release] Update contributors Wed May 05 18:28:20 GMT 2010
- [banshee] [i18n] Update translators.xml Wed May 05 18:28:25 GMT 2010
- [banshee] Added push-meego script Wed May 05 20:04:03 GMT 2010
- [banshee] push-meego: only push changes since last push Wed May 05 20:04:05 GMT 2010
- [banshee] [profile-configure] do not disable gnome for meego Wed May 05 20:04:09 GMT 2010
- [banshee] [GConfConfigurationClient] do not support on MeeGo Wed May 05 20:04:14 GMT 2010
- [banshee] [Log] do not show 's' at the end of times Wed May 05 20:04:18 GMT 2010
- [banshee] [MeeGo] Added a MeeGo client entry assembly Wed May 05 20:04:26 GMT 2010
- [banshee] [GtkBaseClient] break up init phases around GTK Wed May 05 20:04:29 GMT 2010
- [banshee] [build] added a package-patch target Wed May 05 20:04:34 GMT 2010
- [banshee] [Booter] If running on MeeGo, use MeeGo.exe Wed May 05 20:04:38 GMT 2010
- [banshee] [LibraryWatcher] run RescanPipeline over libraries Wed May 05 20:04:43 GMT 2010
- [banshee] Revert "[Booter] If running on MeeGo, use MeeGo.exe" Wed May 05 20:04:49 GMT 2010
- [banshee] [MeeGo] maximize/undecorate main window in Nereid Wed May 05 20:04:54 GMT 2010
- [banshee] [MeeGo] Added a make monitor-meego target Wed May 05 20:04:58 GMT 2010
- [banshee] [XOverlay] fix video embed bnc#585817, bgo#548635 Wed May 05 20:05:04 GMT 2010
- [banshee] [TrackInfo] Add PlaybackSkippedThreshold property Wed May 05 20:05:08 GMT 2010
- [banshee] [MeeGoService] Remove obsolete NowPlaying code Wed May 05 20:05:14 GMT 2010
- [banshee] [configure] use full desktop name on MeeGo Wed May 05 20:05:19 GMT 2010
- [banshee] [MeeGo] use 'Banshee Media Player' for panel name Wed May 05 20:05:23 GMT 2010
- [banshee] [Nereid] More MeeGo customization (theme, spacing) Wed May 05 20:05:30 GMT 2010
- [banshee] [TrackInfoDisplay] support forcing size/spacing Wed May 05 20:05:35 GMT 2010
- [banshee] [ConnectedSeekSlider] Allow adjusting spacing Wed May 05 20:05:39 GMT 2010
- [banshee] [SourceRowRenderer] use Cairo to render counts Wed May 05 20:05:44 GMT 2010
- [banshee] [SourceView] fixed theme issues Wed May 05 20:05:50 GMT 2010
- [banshee] [Theme] expose a TextMidColor property Wed May 05 20:05:54 GMT 2010
- [banshee] [ThemeContext] Added ToplevelBorderCollapse Wed May 05 20:05:59 GMT 2010
- [banshee] [GtkTheme] support ToplevelBorderCollapse Wed May 05 20:06:05 GMT 2010
- [banshee] [MenuButton] expose internal widgets Wed May 05 20:06:09 GMT 2010
- [banshee] [RoundedFrame] use theme context radius Wed May 05 20:06:14 GMT 2010
- [banshee] [ThemeTestModule] basic/lame GUI test for Theme Wed May 05 20:06:21 GMT 2010
- [banshee] [package-patch] ignore the DOAP file Wed May 05 20:06:24 GMT 2010
- [banshee] [MeeGoTheme] new MeeGo theming, custom SourceView Wed May 05 20:06:30 GMT 2010
- [banshee] [RoundedFrame] create theme in OnStyleSet Wed May 05 20:06:35 GMT 2010
- [banshee] [Nereid] Only force ArtworkSize for MeeGo Wed May 05 20:06:39 GMT 2010
- [banshee] [SourceView] Only draw frame on MeeGo Wed May 05 20:06:44 GMT 2010
- [banshee] [Theme] Removed DrawFrameBorderFocused Wed May 05 20:06:50 GMT 2010
- [banshee] [MeeGoTheme] Remove DrawFrameBorderFocused Wed May 05 20:06:55 GMT 2010
- [banshee] [GtkBaseClient] Added --debug-gtkrc support Wed May 05 20:06:59 GMT 2010
- [banshee] [LastFm] Improved authentication experience Wed May 05 20:07:08 GMT 2010
- [banshee] [MeeGoTheme] draw bottom border of SourceView Wed May 05 20:07:09 GMT 2010
- [banshee] [XmlConfigurationClient] load /etc/skel config Wed May 05 20:07:14 GMT 2010
- [banshee] [MeeGoPanel] use Banshee Media Player as tooltip Wed May 05 20:07:20 GMT 2010
- [banshee] [MeeGoPanel] adding missing "using Mono.Unix" Wed May 05 20:07:25 GMT 2010
- [banshee] [MeeGo] Keep the search entries synced Wed May 05 20:07:30 GMT 2010
- [banshee] [release] Update NEWS for 1.7.0 Wed May 05 20:17:27 GMT 2010
- [banshee] [i18n] Update POTFILES.in Wed May 05 20:31:46 GMT 2010
- [banshee] Created tag 1.7.0 Wed May 05 21:00:53 GMT 2010
- [banshee] Created tag GSOC_FINAL Thu May 06 01:42:16 GMT 2010
- [pdfmod] [release] Prepare for 0.8.2 release Thu May 06 23:48:16 GMT 2010
- [pdfmod] Created tag 0.8.2 Thu May 06 23:53:09 GMT 2010
- [hyena] [release] Prepare for 0.3 release Fri May 07 01:00:01 GMT 2010
- [hyena] Created tag 0.3 Fri May 07 01:00:22 GMT 2010
- [pdfmod] Require hyena >= 0.3 Fri May 07 01:12:23 GMT 2010
- [pdfmod] [release] Prepare for 0.8.3 release Fri May 07 01:28:42 GMT 2010
- [pdfmod] Created tag 0.8.3 Fri May 07 01:28:45 GMT 2010
- [banshee] Deleted branch moblin Fri May 07 22:30:34 GMT 2010
- [pdfmod] Move and fix page tooltip logic Sat May 08 01:29:21 GMT 2010
- [podsleuth] Start the HAL service if needed Mon May 10 19:46:46 GMT 2010
- [podsleuth] Sync DkDisk with Banshee's Mon May 10 19:46:52 GMT 2010
- [podsleuth] Account for DeviceKit to UDisks rename Mon May 10 19:46:56 GMT 2010
- [podsleuth] Update NEWS Mon May 10 19:47:00 GMT 2010
- [podsleuth] Created tag 0.6.7 Mon May 10 21:01:44 GMT 2010
- [podsleuth] Fix HAL activation on startup Mon May 10 21:09:54 GMT 2010
- [podsleuth] Update NEWS for 0.6.7 Mon May 10 21:09:59 GMT 2010
- [banshee] [Daap] HIGify string, clarify another Wed May 12 19:09:20 GMT 2010
- [pdfmod] Mark missing string as translatable (bgo#618596) Fri May 14 17:48:02 GMT 2010
- [banshee] [libbanshee] Don't use filersc element explicitly Fri May 14 19:19:35 GMT 2010
- [banshee] [ThickClient] Partial fix for cover art editing Fri May 14 21:56:32 GMT 2010
- [banshee] [Audiobook] Start working on a new view Fri May 14 22:40:59 GMT 2010
- [banshee] Add options to DatabaseFilterListModel Fri May 14 22:41:00 GMT 2010
- [banshee] [Audiobook] Refresh grid view when books model reloaded Fri May 14 22:41:04 GMT 2010
- [banshee] [Audiobook] Customize source/model options Fri May 14 22:41:09 GMT 2010
- [banshee] [Audiobook] Make book grid artwork bigger Fri May 14 22:41:14 GMT 2010
- [banshee] [Audiobook] Update grid Fri May 14 22:41:19 GMT 2010
- [banshee] [Audiobook] more tweaks Fri May 14 22:41:24 GMT 2010
- [banshee] [Audiobook] Add a context menu Fri May 14 22:41:30 GMT 2010
- [banshee] [Audiobook] Trying to fix build, still broken Fri May 14 22:41:34 GMT 2010
- [banshee] [Audiobook] build fixed Fri May 14 22:41:40 GMT 2010
- [banshee] [ListView] Work around grid related a11y crashes Fri May 14 22:41:44 GMT 2010
- [banshee] [Audiobook] Call Open action for grid activation Fri May 14 22:41:49 GMT 2010
- [banshee] [Hyena] Make model's Selection a property Fri May 14 22:41:57 GMT 2010
- [banshee] [Library] Speed up moving tracks between libraries Fri May 14 22:41:59 GMT 2010
- [banshee] [Audiobook] Add Edit Track Info action Fri May 14 22:42:05 GMT 2010
- [banshee] [Banshee.ThickClient] Hide Source Switcher menu item Fri May 14 22:42:12 GMT 2010
- [banshee] [Banshee.ThickClient] Fix BansheeDialog alignment Fri May 14 22:42:15 GMT 2010
- [banshee] [ThickClient] Fix SeekDialog padding Fri May 14 22:42:20 GMT 2010
- [banshee] [ThickClient] Fix ImportDialog padding Fri May 14 22:42:25 GMT 2010
- [banshee] [ThickClient] More BansheeDialog tweaks Fri May 14 22:42:30 GMT 2010
- [banshee] [ThickClient] Fix TrackEditor spacing/padding Fri May 14 22:42:35 GMT 2010
- [banshee] [Hyena.Data.Sqlite] Add HYENA_MD5 method Fri May 14 22:42:39 GMT 2010
- [banshee] [Hyena.Gui] Make HigMessageDialog more extensible Fri May 14 22:42:45 GMT 2010
- [banshee] [Services] Add method for bulk-updating MetadataHash Fri May 14 22:42:51 GMT 2010
- [banshee] [Audiobook] Add a merge tool Fri May 14 22:42:56 GMT 2010
- [banshee] [ThickClient] Fix album grid when-to-hide-artist logic Fri May 14 22:42:59 GMT 2010
- [banshee] [Base] Fix indentation issue Fri May 14 22:43:05 GMT 2010
- [banshee] [Nereid] Let sources override double click behavior Fri May 14 22:43:10 GMT 2010
- [banshee] [ThickClient] Make TrackInfoDisplay more customizable Fri May 14 22:43:16 GMT 2010
- [banshee] [Services] Improve variable name Fri May 14 22:43:20 GMT 2010
- [banshee] [Audiobook] Add BookView Fri May 14 22:43:28 GMT 2010
- [banshee] [Audiobook] Remove Console.WriteLines Fri May 14 22:43:30 GMT 2010
- [banshee] [Audiobook] Clean up, mark some strings for i18n Fri May 14 22:43:37 GMT 2010
- [banshee] [po] Update POTFILES.in with Audiobook files Fri May 14 22:43:40 GMT 2010
- [banshee] [Audiobook] More cleanup Fri May 14 22:43:46 GMT 2010
- [banshee] [ThickClient] Fix build, remove unused private method Fri May 14 23:05:42 GMT 2010
- [banshee] [ThickClient] Fix typo in TrackInfoDisplay Fri May 14 23:12:43 GMT 2010
- [f-spot] [build] dist the f-spot/*.m4 files too Sat May 15 00:36:30 GMT 2010
- [f-spot] Lower the gnome-doc-prepare requirement Sat May 15 00:36:33 GMT 2010
- [f-spot] [configure.ac] Echo some of the build variables Sat May 15 00:36:38 GMT 2010
- [f-spot] [GalleryExport] Add System.Web ref, fixing build Sat May 15 00:36:43 GMT 2010
- [f-spot] [build] Add make run target Sat May 15 01:12:34 GMT 2010
- [banshee] [Bookmarks] Move classes to their own files Sat May 15 02:20:15 GMT 2010
- [banshee] [Hyena.Data.Sqlite] Case-insensitive column checks Sat May 15 02:20:16 GMT 2010
- [banshee] [Bookmarks] Revamp to use SqliteModelProvider Sat May 15 02:20:23 GMT 2010
- [banshee] [Bookmarks] Add a Type column, and lazy load Sat May 15 02:20:27 GMT 2010
- [banshee] [Bookmarks] Move into Core Sat May 15 02:20:33 GMT 2010
- [banshee] [Audiobook] Keep a last-played bookmark per book Sat May 15 03:24:48 GMT 2010
- [banshee] [Nereid] Allow customizing the src title widget Sat May 15 20:17:48 GMT 2010
- [banshee] [Audiobook] Customize the title widget Sat May 15 20:17:53 GMT 2010
- [banshee] Read/write/load the MusicBrainzID properties Sat May 15 22:29:30 GMT 2010
- [banshee/stable-1.6] [ListView] Work around grid related a11y crashes Sat May 15 23:07:23 GMT 2010
- [banshee] [Nereid] Set the HeightRequest of the custom title Sun May 16 00:00:14 GMT 2010
- [banshee] [configure.ac] Remove Bookmarks extension Sun May 16 00:05:41 GMT 2010
- [banshee] [TrackInfo] Add audiobook-related strings Mon May 17 22:28:14 GMT 2010
- [banshee] [Audiobook] Make the cover art widget a Gtk.Image Mon May 17 22:28:19 GMT 2010
- [banshee] [TrackInfo] Allow overriding IsPlaying method Mon May 17 22:28:23 GMT 2010
- [banshee] [SmartPlaylist] Add more ideas to a FIXME Mon May 17 22:28:28 GMT 2010
- [banshee] [DefaultColumnController] Make helper method public Mon May 17 22:28:34 GMT 2010
- [banshee] [Hyena.Widgets] Expose ImageButton Spacing property Mon May 17 22:28:38 GMT 2010
- [banshee] [Bookmark] Make setters public, add Save method Mon May 17 22:28:43 GMT 2010
- [banshee] [Audiobook] Much improved playback; add Resume action Mon May 17 22:28:51 GMT 2010
- [banshee] [Audiobook] Cleanup Mon May 17 22:49:36 GMT 2010
- [banshee] [Audiobook] Add Esc shortcut to return to grid view Mon May 17 22:49:41 GMT 2010
- [banshee] [Audiobooks] Get rid of Alignment in BookView Mon May 17 23:25:23 GMT 2010
- [banshee] [Bookmark] Change JumpTo to try to avoid stutter Tue May 18 23:07:54 GMT 2010
- [banshee] [Audiobook] Improved Resume functionality Tue May 18 23:07:59 GMT 2010
- [banshee] [extras/metrics] Add .csproj and update db location Tue May 18 23:22:08 GMT 2010
- [banshee] Add src/nuke-dev-keys script Tue May 18 23:22:12 GMT 2010
- [banshee] [ListView] Only handle [shift] ctrl-a if appropriate Wed May 19 00:17:42 GMT 2010
- [banshee] [Banshee.Gui] Clean up TrackActions.UpdateActions Wed May 19 00:17:47 GMT 2010
- [pdfmod] Avoid XDG-related crash in file chooser (bgo#619073) Wed May 19 17:41:34 GMT 2010
- [banshee] [InternetArchive] Close icon not delete (bgo#612010) Thu May 20 02:45:57 GMT 2010
- [banshee] [tests] Fall back to nunit-console from nunit-console2 Sat May 22 17:42:16 GMT 2010
- [banshee] Add protected IntPtr ctors; ergh! Sat May 22 19:07:22 GMT 2010
- [banshee] [Banshee.Services] Fix menu item capitalization Sat May 22 19:07:26 GMT 2010
- [banshee] [Banshee.Core] Add LegacyPaths.cs to .csproj Sat May 22 22:39:37 GMT 2010
- [banshee] [build] Fixes for the Windows build Sat May 22 23:28:39 GMT 2010
- [banshee] [build] Fix .csproj file references Sun May 23 00:44:04 GMT 2010
- [banshee] [build] More .csproj fixing Sun May 23 00:54:47 GMT 2010
- [banshee] [build] More .csproj fixing Sun May 23 01:05:18 GMT 2010
- [banshee] [Nereid] Change output type in .csproj Sun May 23 01:11:37 GMT 2010
- [banshee] [Last.fm] Remove unnecessary 'using Mono.Security' Sun May 23 18:00:27 GMT 2010
- [hyena] Revamp build system to be compatible with Banshee's Tue May 25 22:32:33 GMT 2010
- [hyena] Safely cast stream.Read () to char Wed May 26 02:32:45 GMT 2010
- [hyena] Update several .csproj files Wed May 26 02:32:47 GMT 2010
- [hyena] implement geo primitives, more canvas logic Wed May 26 02:32:48 GMT 2010
- [hyena] more extensive probing Wed May 26 02:32:50 GMT 2010
- [hyena] Bundle HttpUtility in Hyena to drop dependency on System.Web Wed May 26 02:32:55 GMT 2010
- [hyena] remove pointless IsPosix field Wed May 26 02:32:56 GMT 2010
- [hyena] New system for instrumenting apps Wed May 26 02:33:03 GMT 2010
- [hyena] Fixes and improvements Wed May 26 02:33:05 GMT 2010
- [hyena] Fixed unit tests Wed May 26 02:33:09 GMT 2010
- [hyena] Tweak metrics Wed May 26 02:33:14 GMT 2010
- [hyena] Store sample data by category too Wed May 26 02:33:19 GMT 2010
- [hyena] Fix unit test Wed May 26 02:33:24 GMT 2010
- [hyena] Factor Dump methods into a serializer Wed May 26 02:33:30 GMT 2010
- [hyena] Make serializer into extension methods Wed May 26 02:33:35 GMT 2010
- [hyena] Add support for serializing IGroupings Wed May 26 02:33:39 GMT 2010
- [hyena] Add JSON MetricsCollection method Wed May 26 02:33:43 GMT 2010
- [hyena] Fix typo in header Wed May 26 02:33:48 GMT 2010
- [hyena] CommandExecuted now usable w/o logall Wed May 26 02:33:54 GMT 2010
- [hyena] Add Metric.PushSample method Wed May 26 02:34:02 GMT 2010
- [hyena] Reorganize, simplify Wed May 26 02:34:06 GMT 2010
- [hyena] Fix HttpPoster, and add server script Wed May 26 02:34:09 GMT 2010
- [hyena] More disposing Wed May 26 02:34:13 GMT 2010
- [hyena] Fixed unit test Wed May 26 02:34:18 GMT 2010
- [hyena] Augment code comment Wed May 26 02:34:24 GMT 2010
- [hyena] Fix exception handling (bgo#609799) Wed May 26 02:34:28 GMT 2010
- [hyena] Add BinaryFunction class Wed May 26 02:34:34 GMT 2010
- [hyena] Make GetSingle more flexible Wed May 26 02:34:39 GMT 2010
- [hyena] Add Delete (condition) override Wed May 26 02:34:44 GMT 2010
- [hyena] Add invariant DateTime string methods Wed May 26 02:34:50 GMT 2010
- [hyena] Use invariant date representation Wed May 26 02:34:55 GMT 2010
- [hyena] Add Serializer, and associated tests Wed May 26 02:35:02 GMT 2010
- [hyena] Use invariant locale to serialize floats Wed May 26 02:35:04 GMT 2010
- [hyena] Nuke old serializer, improve new one Wed May 26 02:35:11 GMT 2010
- [hyena] Clean up, make Sample subclassable Wed May 26 02:35:14 GMT 2010
- [hyena] Disambiguate SqliteModelCache.GetSingle calls Wed May 26 02:35:19 GMT 2010
- [hyena] Fix selecting values from cache Wed May 26 02:35:24 GMT 2010
- [hyena] Tweaks Wed May 26 02:35:29 GMT 2010
- [hyena] *.csproj fixes for building on windows Wed May 26 02:35:34 GMT 2010
- [hyena] Make CryptoUtil.Md5Encode thread-safe Wed May 26 02:35:39 GMT 2010
- [hyena] Update to build on Windows with MonoDevelop 2.2.1 Wed May 26 02:35:44 GMT 2010
- [hyena] MonoDevelop on Linux's take on the .csproj refs Wed May 26 02:35:49 GMT 2010
- [hyena] Fix file location queries (bgo#612152) Wed May 26 02:35:55 GMT 2010
- [hyena] Disable CheckForOverflowUnderflow in many .csproj Wed May 26 02:35:59 GMT 2010
- [hyena] Make some error msgs more useful Wed May 26 02:36:05 GMT 2010
- [hyena] Fix LruCache item expiration Wed May 26 02:36:09 GMT 2010
- [hyena] Better exception and sqlite error logging Wed May 26 02:36:14 GMT 2010
- [hyena] Dispose FileInfos in DemuxVfs Wed May 26 02:36:20 GMT 2010
- [hyena] Add 'make test' rule from every assembly Wed May 26 02:36:24 GMT 2010
- [hyena] detect MeeGo Wed May 26 02:36:29 GMT 2010
- [hyena] Fix MeeGo detection Wed May 26 02:36:34 GMT 2010
- [hyena] Handle exceptions in SourceAdded (bgo#612407) Wed May 26 02:36:40 GMT 2010
- [hyena] Allow force insert in SqliteModelProvider.Save (). Wed May 26 02:36:44 GMT 2010
- [hyena] Add thread id to Hyena.Log when debugging. Wed May 26 02:36:49 GMT 2010
- [hyena] Extend SqliteConnection to handle double and nullable values. Wed May 26 02:36:55 GMT 2010
- [hyena] Add missing copyright lines, and fix cosmetic usage of 'using' Wed May 26 02:36:59 GMT 2010
- [hyena] Move `Paths` to Hyena (bgo#605891) Wed May 26 02:37:06 GMT 2010
- [hyena] Fix relative paths in playlists (bgo#560711) Wed May 26 02:37:10 GMT 2010
- [hyena] Missing double? support bits Wed May 26 02:37:14 GMT 2010
- [hyena] Handle bad indices in MemoryListModel Wed May 26 02:37:20 GMT 2010
- [hyena] Fix ListView a11y crasher Wed May 26 02:37:25 GMT 2010
- [hyena] Reduce config accesses Wed May 26 02:37:30 GMT 2010
- [hyena] do not show 's' at the end of times Wed May 26 02:37:34 GMT 2010
- [hyena] Make model's Selection a property Wed May 26 02:37:40 GMT 2010
- [hyena] Add HYENA_MD5 method Wed May 26 02:37:45 GMT 2010
- [hyena] Case-insensitive column checks Wed May 26 02:37:50 GMT 2010
- [hyena] Fix .csproj file references Wed May 26 02:37:55 GMT 2010
- [hyena] Added DataViewLayoutStyle.cs to build Wed May 26 02:38:00 GMT 2010
- [hyena] First import of the new grid code Wed May 26 02:38:07 GMT 2010
- [hyena] Fixed some grid rendering math bugs Wed May 26 02:38:11 GMT 2010
- [hyena] Fixed vadjustment upper calculation for grid mode Wed May 26 02:38:15 GMT 2010
- [hyena] Implemented interaction for grid mode Wed May 26 02:38:24 GMT 2010
- [hyena] Update .gitignore Wed May 26 02:38:26 GMT 2010
- [hyena] Restored GetRowAtY but marked obsolete Wed May 26 02:38:26 GMT 2010
- [hyena] Sync Mono.Data.Sqlite with Banshee's Wed May 26 02:38:31 GMT 2010
- [hyena] Mostly done with new unknown artwork rendering Wed May 26 02:38:32 GMT 2010
- [hyena] New implementation of child measuring Wed May 26 02:38:39 GMT 2010
- [hyena] Fix keyboard scrolling/interaction Wed May 26 02:38:42 GMT 2010
- [hyena] Started refactoring grid into proper layout Wed May 26 02:38:51 GMT 2010
- [hyena] Utility methods for finding layout children Wed May 26 02:38:52 GMT 2010
- [hyena] set the child virtual allocation on grid Wed May 26 02:38:55 GMT 2010
- [hyena] implemented most of the interaction code Wed May 26 02:39:02 GMT 2010
- [hyena] invalidate last icell on adjustment change Wed May 26 02:39:05 GMT 2010
- [hyena] fix virtual size calculation when no rows/cols Wed May 26 02:39:10 GMT 2010
- [hyena] extension method to show damage Wed May 26 02:39:16 GMT 2010
- [hyena] massively improve rendering performance Wed May 26 02:39:20 GMT 2010
- [hyena] add missing CairoDamageDebugger to build Wed May 26 02:39:25 GMT 2010
- [hyena] Added QueueDirtyRegion methods to wrap QueueDraw Wed May 26 02:39:32 GMT 2010
- [hyena] inching closer to world domination Wed May 26 02:39:39 GMT 2010
- [hyena] Support child-level invalidation Wed May 26 02:39:41 GMT 2010
- [hyena] support enabling update debugging Wed May 26 02:39:47 GMT 2010
- [hyena] add StepDelta and StepDeltaPercent properties Wed May 26 02:39:51 GMT 2010
- [hyena] Allow relative invalidations Wed May 26 02:39:56 GMT 2010
- [hyena] implement geo primitives, more canvas logic Wed May 26 02:40:08 GMT 2010
- [hyena] Fix a visual artifact (bgo#605736) Wed May 26 02:40:09 GMT 2010
- [hyena] Show text in tooltip if ellipsized Wed May 26 02:40:11 GMT 2010
- [hyena] Set TargetFrameworkVersion to v3.5 in all .csprojs Wed May 26 02:40:16 GMT 2010
- [hyena] bind gtk_show_uri (bgo#587320) Wed May 26 02:40:21 GMT 2010
- [hyena] whitespace fix Wed May 26 02:40:25 GMT 2010
- [hyena] use PlatformDetection Wed May 26 02:40:31 GMT 2010
- [hyena] Properly (and consistently) dispose CairoContext Wed May 26 02:40:36 GMT 2010
- [hyena] Dispose copied FontDescriptions Wed May 26 02:40:41 GMT 2010
- [hyena] Keep selection visible when sorting (bgo#609868) Wed May 26 02:40:46 GMT 2010
- [hyena] hack to work around endless loop Wed May 26 02:40:51 GMT 2010
- [hyena] Add MenuButton.Menu setter Wed May 26 02:40:56 GMT 2010
- [hyena] *.csproj fixes for building on windows Wed May 26 02:41:01 GMT 2010
- [hyena] Remove unused file. Wed May 26 02:41:06 GMT 2010
- [hyena] Disable CheckForOverflowUnderflow in many .csproj Wed May 26 02:41:11 GMT 2010
- [hyena] don't render unbound allocated children Wed May 26 02:41:16 GMT 2010
- [hyena] call InvalidateVirtualSize on Allocate Wed May 26 02:41:21 GMT 2010
- [hyena] fix VirtualSize computation Wed May 26 02:41:26 GMT 2010
- [hyena] Fix infinite recursion bug in ScrollTo Wed May 26 02:41:32 GMT 2010
- [hyena] Fix ListView grid interactions Wed May 26 02:41:36 GMT 2010
- [hyena] Add ItemsInView property to ListView Wed May 26 02:41:42 GMT 2010
- [hyena] Fix virtal size calculation (bgo#612587) Wed May 26 02:41:46 GMT 2010
- [hyena] Update layout when the model changes (bgo#612603) Wed May 26 02:41:52 GMT 2010
- [hyena] Optimise ResizeChildCollection() Wed May 26 02:41:56 GMT 2010
- [hyena] Calculate virtual size before updating adjustments Wed May 26 02:42:01 GMT 2010
- [hyena] Grow surface cache as needed (bgo#612593) Wed May 26 02:42:06 GMT 2010
- [hyena] Properly dispose FontDescriptions Wed May 26 02:42:12 GMT 2010
- [hyena] Fix grid scrolling via keyboard arrows Wed May 26 02:42:17 GMT 2010
- [hyena] Redraw the entire view when dragging columns Wed May 26 02:42:21 GMT 2010
- [hyena] Redraw the entire view when resizing columns Wed May 26 02:42:26 GMT 2010
- [hyena] Render/adjustment fixes on null model Wed May 26 02:42:32 GMT 2010
- [hyena] Fix build on older mono Wed May 26 02:42:36 GMT 2010
- [hyena] Fix CS0188 error (bgo#614301) Wed May 26 02:42:42 GMT 2010
- [hyena] Add Position method, expose hbox Wed May 26 02:42:47 GMT 2010
- [hyena] Add protected IntPtr ctor to ListView Wed May 26 02:42:52 GMT 2010
- [hyena] Add protected IntPtr ctor to Animated[HV]?Box Wed May 26 02:42:57 GMT 2010
- [hyena] Make Push/PopContext methods virtual Wed May 26 02:43:02 GMT 2010
- [hyena] Add protected IntPtr ctor to *MenuItem Wed May 26 02:43:07 GMT 2010
- [hyena] Fix ListView a11y crasher Wed May 26 02:43:12 GMT 2010
- [hyena] expose a TextMidColor property Wed May 26 02:43:17 GMT 2010
- [hyena] Added ToplevelBorderCollapse Wed May 26 02:43:22 GMT 2010
- [hyena] support ToplevelBorderCollapse Wed May 26 02:43:28 GMT 2010
- [hyena] expose internal widgets Wed May 26 02:43:32 GMT 2010
- [hyena] use theme context radius Wed May 26 02:43:38 GMT 2010
- [hyena] basic/lame GUI test for Theme Wed May 26 02:43:44 GMT 2010
- [hyena] create theme in OnStyleSet Wed May 26 02:43:49 GMT 2010
- [hyena] Removed DrawFrameBorderFocused Wed May 26 02:43:52 GMT 2010
- [hyena] DrawRowSelection - support a flat fill Wed May 26 02:43:58 GMT 2010
- [hyena] Work around grid related a11y crashes Wed May 26 02:44:02 GMT 2010
- [hyena] Make model's Selection a property Wed May 26 02:44:07 GMT 2010
- [hyena] Make HigMessageDialog more extensible Wed May 26 02:44:12 GMT 2010
- [hyena] Expose ImageButton Spacing property Wed May 26 02:44:17 GMT 2010
- [hyena] Only handle [shift] ctrl-a if appropriate Wed May 26 02:44:22 GMT 2010
- [hyena] Add protected IntPtr ctors; ergh! Wed May 26 02:44:27 GMT 2010
- [hyena] Fix .csproj file references Wed May 26 02:44:33 GMT 2010
- [hyena] Move Hyena.Metrics to Hyena.Data.Sqlite Wed May 26 02:44:39 GMT 2010
- [hyena] Clean up Makefile and unused file Wed May 26 02:44:44 GMT 2010
- [hyena] [Hyena] Add StringUtil.EscapeLike Wed May 26 02:45:59 GMT 2010
- [banshee] Created branch hyena-submodule Wed May 26 02:49:18 GMT 2010
- [banshee/hyena-submodule] [build] Add Hyena as a submodule Wed May 26 02:49:23 GMT 2010
- [banshee] [extras] Add README.releasing file Wed May 26 22:48:07 GMT 2010
Garrett Regier
Gerd Kohlberger
Gil Forcada Codinachs
Gintautas Miliauskas
Guido Günther
Guillaume Desmottes
Gustavo Noronha Silva
Halton Huo
Hans Breuer
Havoc Pennington
Hendrik Richter
Henning Habighorst
Hiroyuki Ikezoe
Iago Toral Quiroga
Ignacio Casal Quinteiro
Ihar Hrachyshka
Iñaki Larrañaga Murgoitio
Ivan Frade
Jaap A . Haitsma
Jakub Steiner
James Liggett
James Willcox
Jamie McCracken
Jan-Joost Spanjers
Jason Clinton
Javier Jardón
Jean Bréfort
Jeffrey Stedfast
Jens Georg
Jens Granseuer
Jeremy Hankins
Jesse van den Kieboom
- [gedit-plugins] Fixed multiedit tooltip Sat May 01 09:41:11 GMT 2010
- [gedit-plugins] Better handling of delete when in single column mode Sat May 01 10:54:58 GMT 2010
- [gedit-plugins] Improved multi edit point navigation Sat May 01 10:55:04 GMT 2010
- [gedit-plugins] Fix multi edit offset normalization Sat May 01 10:55:08 GMT 2010
- [gedit-plugins] Remove trailing spaces Sat May 01 10:55:12 GMT 2010
- [gedit-plugins] Implement immediate single column mode Sat May 01 10:55:13 GMT 2010
- [gedit-plugins] Implement multiedit pasting Sat May 01 11:36:44 GMT 2010
- [gedit-plugins] Implemented _smart_ column selection mode Sat May 01 12:20:05 GMT 2010
- [gedit-plugins] Implemented smart align multi edit mode Sat May 01 13:13:14 GMT 2010
- [gedit-plugins] Implemented align for multi edit Sat May 01 13:13:20 GMT 2010
- [gedit-plugins] Make multi edit keybinding toggle multi edit mode Sat May 01 15:10:57 GMT 2010
- [gedit-plugins] Make multi edit menu item proper toggle item Sat May 01 15:33:28 GMT 2010
- [gedit-plugins] Added commander toggle menu item Sat May 01 15:33:33 GMT 2010
- [gedit-plugins] Fix background color of the commander entry Sat May 01 16:19:06 GMT 2010
- [gedit] Bind gedit_document_get_newline_type Sat May 01 19:45:03 GMT 2010
- [gedit-plugins] Remove unnecessary header from bookmarks plugin Sun May 02 08:43:44 GMT 2010
- [gedit] Remove line_column_position command line option Sun May 02 11:20:49 GMT 2010
- [gedit] (4 commits) Created branch dbus Sun May 02 16:39:20 GMT 2010
- [gedit/dbus: 1/4] Prepare and cleanup command line parsing for dbus Sun May 02 16:39:29 GMT 2010
- [gedit/dbus: 2/4] Added wait, background and standalone options to commandline Sun May 02 16:39:30 GMT 2010
- [gedit/dbus: 3/4] Remove goto line/column option Sun May 02 16:39:34 GMT 2010
- [gedit/dbus: 4/4] Reimplemented all of the dbus work, untested but compiles Sun May 02 16:39:43 GMT 2010
- [gedit/dbus] Fixed parsing file list from gvariant in open method Sun May 02 22:41:19 GMT 2010
- [gedit/dbus] Remove debug message Sun May 02 22:41:24 GMT 2010
- [gedit/dbus] Fix warning for unsupported method Sun May 02 22:41:28 GMT 2010
- [gedit/dbus] Implement goto column when opening already opened document Sun May 02 22:41:33 GMT 2010
- [gedit-plugins/gnome-2-30] Add Ctrl+Shift+C/V copy paste accelerators to terminal Mon May 03 11:44:36 GMT 2010
- [gedit-plugins/gnome-2-30] Improved handling of scrolling for replace-all command Mon May 03 11:44:41 GMT 2010
- [gedit-plugins/gnome-2-30] Fix background color of the commander entry Mon May 03 11:44:46 GMT 2010
- [gedit-plugins/gnome-2-30] Make multi edit keybinding toggle multi edit mode Mon May 03 11:51:13 GMT 2010
- [gedit-plugins/gnome-2-30] Make multi edit menu item proper toggle item Mon May 03 11:51:17 GMT 2010
- [gedit-plugins/gnome-2-30] Added commander toggle menu item Mon May 03 11:51:22 GMT 2010
- [gedit] (9 commits) Created branch dbus2 Mon May 03 15:52:23 GMT 2010
- [gedit/dbus2: 1/9] Prepare and cleanup command line parsing for dbus Mon May 03 15:52:32 GMT 2010
- [gedit/dbus2: 2/9] Added wait, background and standalone options to commandline Mon May 03 15:52:32 GMT 2010
- [gedit/dbus2: 3/9] Remove goto line/column option Mon May 03 15:52:37 GMT 2010
- [gedit] Deleted branch dbus Mon May 03 15:52:38 GMT 2010
- [gedit/dbus2: 4/9] Reimplemented all of the dbus work, untested but compiles Mon May 03 15:52:48 GMT 2010
- [gedit/dbus2: 5/9] Fixed parsing file list from gvariant in open method Mon May 03 15:52:49 GMT 2010
- [gedit/dbus2: 6/9] Remove debug message Mon May 03 15:52:52 GMT 2010
- [gedit/dbus2: 7/9] Fix warning for unsupported method Mon May 03 15:52:58 GMT 2010
- [gedit/dbus2: 8/9] Implement goto column when opening already opened document Mon May 03 15:53:03 GMT 2010
- [gedit/dbus2: 9/9] Use g_dbus_connection_invoke_method directly for service Mon May 03 15:53:08 GMT 2010
- [gedit] Created branch dbus Mon May 03 15:54:03 GMT 2010
- [gedit] Deleted branch dbus2 Mon May 03 15:54:14 GMT 2010
- [gedit/dbus] Fix constructing the file list variant Mon May 03 19:40:10 GMT 2010
- [gedit/dbus] Use proxy watch to call to existing gedit service Mon May 03 19:40:13 GMT 2010
- [gedit/dbus] Make distinction between running gedit as a service and not Mon May 03 19:40:18 GMT 2010
- [gedit/dbus] Be a bit nicer when we fail to initialize dbus stuff Mon May 03 19:46:39 GMT 2010
- [gedit/dbus] Added modeline to gedit-dbus.c Mon May 03 19:52:25 GMT 2010
- [gedit] Make GeditAppX11, GeditAppOSX and GeditAppWin32 Mon May 03 21:50:15 GMT 2010
- [gedit] Deleted branch dbus Mon May 03 21:57:49 GMT 2010
- [gedit] Created branch dbus Mon May 03 21:58:08 GMT 2010
- [gedit/dbus] Replaced bacon with dbus Mon May 03 21:58:20 GMT 2010
- [gedit] Removed unused POSIXIO_FILES Mon May 03 21:59:07 GMT 2010
- [gedit] Deleted branch dbus Mon May 03 22:00:12 GMT 2010
- [gedit] Created branch dbus Mon May 03 22:00:23 GMT 2010
- [gedit/dbus] Replaced bacon with dbus Mon May 03 22:00:35 GMT 2010
- [gedit] Deleted branch dbus Mon May 03 22:08:53 GMT 2010
- [gedit] Created branch dbus Mon May 03 22:09:02 GMT 2010
- [gedit/dbus] Replaced bacon with dbus Mon May 03 22:09:15 GMT 2010
- [gedit] Deleted branch dbus Mon May 03 22:13:55 GMT 2010
- [gedit] Created branch dbus Mon May 03 22:14:07 GMT 2010
- [gedit/dbus] Replaced bacon with dbus Mon May 03 22:14:18 GMT 2010
- [gedit] Deleted branch dbus Mon May 03 22:16:43 GMT 2010
- [gedit] Created branch dbus Mon May 03 22:16:55 GMT 2010
- [gedit/dbus] Replaced bacon with dbus Mon May 03 22:17:05 GMT 2010
- [gedit] Add missing license to files Tue May 04 06:45:56 GMT 2010
- [gedit] Bug 616964 - Update coding style again in file browser plugin Tue May 04 06:50:06 GMT 2010
- [gtksourceview] Add missing license Tue May 04 06:57:12 GMT 2010
- [gedit] Bug 617600 - Don't assume the python plugin loader has been initialized if python has been Tue May 04 07:10:47 GMT 2010
- [gedit] Bind gedit_app_show_help and fix python plugins Tue May 04 10:53:44 GMT 2010
- [gedit/dbus] (6 commits) ...Merge branch 'master' into dbus Tue May 04 11:04:38 GMT 2010
- [gedit/dbus: 6/6] Merge branch 'master' into dbus Tue May 04 11:04:44 GMT 2010
- [gedit] gtk_main_quit instead of app object unref when last window closed Wed May 05 21:23:35 GMT 2010
- [gedit/dbus] (5 commits) ...Merge branch 'master' into dbus Wed May 05 21:23:56 GMT 2010
- [gedit/dbus: 1/5] Move egg desktop app init to respective GeditApp classes Wed May 05 21:24:02 GMT 2010
- [gedit/dbus: 2/5] Revived loading a new document from STDIN Wed May 05 21:24:08 GMT 2010
- [gedit/dbus: 3/5] Implement loading document from stdin Wed May 05 21:24:14 GMT 2010
- [gedit/dbus: 5/5] Merge branch 'master' into dbus Wed May 05 21:24:16 GMT 2010
- [gedit/dbus] Fix reading from stdin in non wait mode Wed May 05 22:08:55 GMT 2010
- [gedit/dbus] Remove fifo when done with the write end Thu May 06 11:03:34 GMT 2010
- [gedit/dbus] Rewrote to make things nicer and better Thu May 06 20:42:17 GMT 2010
- [gedit/dbus] Implement --geometry Thu May 06 21:20:40 GMT 2010
- [gedit-plugins] Implemented semantic replace Sun May 09 14:32:53 GMT 2010
- [gedit-plugins] Make all modules available in the commander.modules module Sun May 09 15:08:05 GMT 2010
- [gedit-plugins] Implement skip replace using Ctrl+Enter in commander find Sun May 09 15:08:10 GMT 2010
- [gedit] Enable python threads Mon May 10 12:26:14 GMT 2010
- [gedit] Clarify the use of signal overriding instead of Py_InitializeEx Mon May 10 12:48:03 GMT 2010
- [gtksourceview] Fix trailing/leading space determination Mon May 10 12:49:34 GMT 2010
- [gedit] Bug 618240 - Build with gtk+-3.0 if it's available Mon May 10 15:11:13 GMT 2010
- [gtksourceview] Bug 618242 - Build with gtk+-3.0 if it's available Mon May 10 15:12:50 GMT 2010
- [gedit-plugins] Bug 618243 - Build with gtk+-3.0 if it's available Mon May 10 15:13:50 GMT 2010
- [gedit] Fix g_free which should be g_object_unref in file browser Mon May 10 18:55:43 GMT 2010
- [gedit] Use slice allocator instead of g_new when appropriate Mon May 10 19:02:48 GMT 2010
- [gedit] Missing g_slice_free in file browser plugin Mon May 10 20:05:21 GMT 2010
- [gtksourceview] Correctly remove matching bracket tag from text Mon May 10 22:24:42 GMT 2010
- [gedit-plugins] Fixed undefined modifier for replace-all Tue May 11 12:25:44 GMT 2010
- [gedit] Allow NULL lists in gedit_settings_set_list Tue May 11 21:56:50 GMT 2010
- [glib] Flush when closing output stream async Wed May 12 07:24:01 GMT 2010
- [glib] Added test cases for g_output_stream_close_async Wed May 12 07:24:07 GMT 2010
- [gedit] Added summary and description to schema file Thu May 13 08:35:16 GMT 2010
- [gedit] Marked translatable default values Thu May 13 08:43:29 GMT 2010
- [gedit] Support loading/saving gzip compressed files Thu May 13 09:58:09 GMT 2010
- [gedit] Cleanup loader use of word 'remote' Thu May 13 09:58:13 GMT 2010
- [gedit] Created branch compression Thu May 13 12:07:26 GMT 2010
- [gedit/compression] Implemented full support for compressed files Thu May 13 12:07:37 GMT 2010
- [gedit-plugins] Fixed multi edit tooltip label attachment Thu May 13 14:29:53 GMT 2010
- [gedit-plugins] Improve commander history handling Thu May 13 14:54:01 GMT 2010
- [gedit] Added gettext-domain to gsettings schema file Fri May 14 18:33:44 GMT 2010
- [gedit] Deleted branch dbus Sat May 15 11:19:11 GMT 2010
- [gedit] Created branch dbus Sat May 15 11:19:33 GMT 2010
- [gedit/dbus] Replace bacon with dbus Sat May 15 11:19:50 GMT 2010
- [gedit/dbus] Removed obsolete GeditCommandLineGeometry Sat May 15 12:21:16 GMT 2010
- [gedit/dbus] Move some booleans to bit fields Sat May 15 12:21:21 GMT 2010
- [gedit/dbus] Move dbus_finalize to dbus_dispose Sat May 15 12:21:26 GMT 2010
- [gedit/dbus] Added GPL licences to gedit-fifo Sat May 15 12:21:30 GMT 2010
- [gedit/dbus] Added modelines to gedit-fifo Sat May 15 12:21:35 GMT 2010
- [gedit] Replace bacon with dbus Sat May 15 13:26:55 GMT 2010
- [gtksourceview] Implemented moving words similar to moving lines Sat May 15 13:42:33 GMT 2010
- [gedit] Added check for gio-unix-2.0 on unix systems Sat May 15 14:26:49 GMT 2010
- [gedit] Set some default values in the bindings of save/save as Sat May 15 18:17:10 GMT 2010
- [gedit] Handle empty input gracefully Sun May 16 10:30:02 GMT 2010
- [gedit/gnome-2-30] Handle empty input gracefully Sun May 16 10:30:34 GMT 2010
- [gtksourceview] Cancel completion when cursor and completion mark no longer match Sun May 16 14:26:43 GMT 2010
- [gtksourceview] Fix "iter" notify to be on the context not on the buffer Sun May 16 14:26:48 GMT 2010
- [gtksourceview/gnome-2-30] Cancel completion when cursor and completion mark no longer match Sun May 16 14:28:00 GMT 2010
- [gtksourceview/gnome-2-30] Fix "iter" notify to be on the context not on the buffer Sun May 16 14:28:05 GMT 2010
- [gedit] Implemented full support for compressed files Sun May 16 15:00:37 GMT 2010
- [gedit] Title case button labels and add mnemonics Sun May 16 15:06:54 GMT 2010
- [gtksourceview] Scroll to cursor when moving words Sun May 16 17:56:50 GMT 2010
- [gtksourceview] Fixed smart-home-end to respect display lines and paragraphs Sun May 16 17:59:54 GMT 2010
- [gtksourceview] Added smart-home-end signal emitted when cursor was moved smartly Sun May 16 17:59:57 GMT 2010
- [gedit] Fixed handling error messages for streams Sun May 16 18:44:21 GMT 2010
- [gedit] Check if stdin is actually something valid to read from Sun May 16 18:44:26 GMT 2010
- [gtksourceview] Fix smart-home-end for end of buffer Sun May 16 21:21:48 GMT 2010
- [gtksourceview] Implement emitting smart-home-end signal Sun May 16 21:21:54 GMT 2010
- [gtksourceview] Make sure to not get stuck if there are invisble chars Sun May 16 21:35:51 GMT 2010
- [gedit-plugins] Added support for smart-home-end Sun May 16 21:50:58 GMT 2010
- [gtksourceview] Added documentation for ::move-words signal Mon May 17 07:31:48 GMT 2010
- [gtksourceview] Added documentation for the ::move-lines signal Mon May 17 07:31:53 GMT 2010
- [gtksourceview] Added documentation for drawing leading/text/trailing whitespaces Mon May 17 07:31:58 GMT 2010
- [gedit] Include gseal-gtk-compat in gedit-dbus Mon May 17 18:57:18 GMT 2010
- [gtksourceview] Fix test-widget for new directories (languages, styles) Wed May 19 06:10:47 GMT 2010
- [pygtksourceview] Added bindings for get_visual_column Thu May 20 07:05:07 GMT 2010
- [pygtksourceview] Created branch gnome-2-30 Thu May 20 07:06:24 GMT 2010
- [gedit] G_STMT_BEGIN should be G_STMT_START in compat header Sun May 23 10:40:04 GMT 2010
- [gedit] Fix very small memory leak on OS X Tue May 25 21:03:23 GMT 2010
- [gitg] New automake, update po/Makefile.in.in Sat May 29 10:36:16 GMT 2010
- [gitg] Make gitg compile with Gtk+ 3.0 if available. Sat May 29 10:39:05 GMT 2010
- [gitg] Add --no-color to some git commands Sat May 29 10:52:59 GMT 2010
- [gitg] Fixed parsing diff from stash Sat May 29 11:19:16 GMT 2010
- [gitg] Do not crash when hiding region header with no next line Sat May 29 11:28:55 GMT 2010
- [gitg] Ellipsize long subjects in revision view Sat May 29 11:38:58 GMT 2010
- [gitg] Don't show repository missing error when launching without arguments Sat May 29 11:39:04 GMT 2010
- [gitg] Added building from git to README Sat May 29 11:43:35 GMT 2010
- [gitg] Added missing copyright to files (fixes bug #610546) Sat May 29 11:48:34 GMT 2010
- [gitg] Always override format patch export Sat May 29 16:26:29 GMT 2010
- [gitg] Bit of code cleanup Sat May 29 16:26:30 GMT 2010
- [gitg] Enable -Werror in maintainer mode Sat May 29 16:26:39 GMT 2010
- [gitg] Better handling of command line args and repository paths Sat May 29 16:26:41 GMT 2010
- [gitg] Fixed compiler warnings for previously undefined functions Sat May 29 16:26:44 GMT 2010
- [gitg] Handle set_focus at window class, not as signal Sat May 29 16:26:50 GMT 2010
- [gitg] Move repository properties to File menu Sat May 29 16:26:54 GMT 2010
- [gitg] Use g_markup_printf_escaped Sat May 29 16:29:21 GMT 2010
- [gitg] Handle sensitivity correctly Sat May 29 16:43:54 GMT 2010
- [gitg] rewrite gitg_ref_get_localname to return a const result Sat May 29 16:52:04 GMT 2010
- [gitg] Added value regex parameter to gitg_config_get_value_regex Sat May 29 19:32:44 GMT 2010
- [gitg] Use remote pushes for push branch menu Sat May 29 19:32:49 GMT 2010
- [gitg] Small code cleanup Sat May 29 19:32:53 GMT 2010
- [gitg] Ellipsize parent commit message at end Sat May 29 19:32:58 GMT 2010
- [gitg] Bug 609384 - Use GtkCellRendererSpinner Sat May 29 20:02:26 GMT 2010
- [gitg] Portability: replace PATH_MAX sized array with dynamic strings Sat May 29 20:43:26 GMT 2010
- [gitg] Remove bundle support Sat May 29 20:43:29 GMT 2010
- [gitg] Fix memory leak Sat May 29 20:43:33 GMT 2010
- [gitg] Improve hash search performance Sat May 29 20:43:39 GMT 2010
- [gitg] Better AM variable name Sat May 29 20:43:44 GMT 2010
- [gitg] Improve code in exceptional situation Sat May 29 20:43:49 GMT 2010
- [gitg] Use flag G_SPAWN_CHILD_INHERITS_STDIN when input is not provided Sat May 29 20:43:54 GMT 2010
- [gitg] Don't use stdin and stdout as variable names Sat May 29 21:13:31 GMT 2010
- [gitg] Added 'edit' context menu item for stage/unstage list Sat May 29 21:32:57 GMT 2010
- [gitg] Removed obsolete ui parts from gitg-ui.xml Sat May 29 21:33:01 GMT 2010
- [gitg] Added API to GitgDiffView to get header/hunk info from iter Sat May 29 22:44:31 GMT 2010
- [gitg] Improved staging/unstaging Sun May 30 14:58:49 GMT 2010
- [gitg] Build with deprecations and gseal enabled Sun May 30 15:23:09 GMT 2010
- [gitg] Fix unstaging from context menu Sun May 30 15:32:45 GMT 2010
- [gitg] Make sure staging/unstaging labels fit Sun May 30 15:42:33 GMT 2010
- [gitg] Check for bin window in tree view dnd Sun May 30 16:23:11 GMT 2010
- [gitg] Fixed enabling/disabling diff view, showing normal file contents Sun May 30 18:19:51 GMT 2010
- [gedit-plugins] get_real_indent_width never worked Sun May 30 18:41:56 GMT 2010
- [gitg] Enable diff view on revision view diff Sun May 30 19:14:30 GMT 2010
- [gitg] Finalize GitgDiffView properly Sun May 30 19:14:35 GMT 2010
- [gitg] Move the backend part of gitg into a libgitg library. Sun May 30 21:38:00 GMT 2010
- [gitg] Code cleanup, lib fixes Sun May 30 21:38:13 GMT 2010
- [gitg] Added some files to MAINTAINERCLEANFILES Sun May 30 21:55:41 GMT 2010
- [gitg] Removed spaces in strings introduced by auto formatting Sun May 30 21:55:46 GMT 2010
- [gitg] Cleanup gitg-repository code style Sun May 30 21:55:55 GMT 2010
- [gitg] Fixed gitg-repository.c path in POTFILES.in Sun May 30 21:58:41 GMT 2010
- [gedit-plugins] Fix check on set_uri (should be set_location) Sun May 30 22:59:14 GMT 2010
- [gitg] Added 'changes' panel Mon May 31 22:17:37 GMT 2010
- [gitg] Started with modularized panels Mon May 31 22:17:38 GMT 2010
- [gitg] Reset diff when selection is empty Mon May 31 22:17:40 GMT 2010
- [gitg] Added gitg-revision-details-panel Mon May 31 22:17:44 GMT 2010
Jim Evins
Jiří Klimeš
Jiří Techet
Joanmarie Diggs
João Sebastião de Oliveira Bueno Calligaris
Joaquim Manuel Pereira Rocha
Johan Bilien
Johan Dahlin
Johannes Schmid
Johnny Jacob
John Palmieri
John Stowers
Jonathan Matthew
Jonathon Jongsma
Jonh Wendell
Jordi Mas
Jorge Gonzalez Gonzalez
José Alburquerque
Josselin Mouette
Juan A . Suarez Romero
Julien Hardlin
Julien Puydt
Jürg Billeter
Kai Willadsen
Kenneth Nielsen
Ke Wang
Khaled Hosny
Kjartan Maraas
Kolbjørn Stuestøl
Krishnababu Krothapalli
Kristian Rietveld
Kristjan Schmidt
Krzesimir Nowak
Lapo Calamandrei
Laurent Dhima
Leonid Kanter
Lin Ma
Li Yuan
Lorenzo Milesi
Luca Ferretti
Luca Padovani
Lucas Almeida Rocha
Lucian Langa
Luis Medinas
Łukasz Jernaś
Manoj Kumar Giri
Marc-Andre Lureau
Marco Ciampa
Marek Kašík
Marina Zhurakhinskaya
Mario Blättermann
Mark Doffman
Martin Nordholts
Martyn James Russell
- [tracker] TST: add Folders category; rename 'Office Documents' to 'Documents' Tue May 04 13:37:52 GMT 2010
- [tracker] TST: rename Music category to Audio, which is more accurate Tue May 04 13:38:03 GMT 2010
- [tracker] TST: correct Jamie's email address Tue May 04 13:38:04 GMT 2010
- [tracker] tracker-extract: use nfo:HtmlDocument instead of nfo:Document Tue May 04 13:38:09 GMT 2010
- [tracker] tracker-info: Show results in shortened form and add -f for long form namespaces Tue May 04 13:38:11 GMT 2010
- [tracker] functional-tests: added test cases for backup-restore feature Wed May 05 10:51:05 GMT 2010
- [tracker] TST: consistency fixes for metadata tile Wed May 05 11:10:30 GMT 2010
- [tracker] TST: segfault fix Wed May 05 11:10:35 GMT 2010
- [tracker] data-generators: %u is deprecated in favour of %d in Python Wed May 05 11:25:58 GMT 2010
- [tracker] ontology: typo fix Wed May 05 11:26:35 GMT 2010
- [tracker] tracker-search: Added --emails Thu May 06 10:37:15 GMT 2010
- [tracker] tracker-search: Don't show URN for results without --detailed Thu May 06 10:37:18 GMT 2010
- [tracker] tracker-search: Added --contacts Thu May 06 10:37:22 GMT 2010
- [tracker] tracker-search: Added received date to --emails and sort by date/subject Thu May 06 10:37:28 GMT 2010
- [tracker] functional-tests: journal replay tests added Thu May 06 10:49:09 GMT 2010
- [tracker/tracker-0.8] inotify and tracker-storage are not testeables. Remove from coverage. Thu May 06 17:54:48 GMT 2010
- [tracker/tracker-0.8] Fix compilation warning Thu May 06 17:54:49 GMT 2010
- [tracker/tracker-0.8] libtracker-db: Avoid strstr in uri_is_parent and uri_is_descendant Thu May 06 17:54:56 GMT 2010
- [tracker/tracker-0.8] tracker-miner-fs, libtracker-db: Performance improvement for tracker:uri-is-parent Thu May 06 17:54:56 GMT 2010
- [tracker/tracker-0.8] libtracker-db: Fix for last commit, || should be && Thu May 06 17:55:02 GMT 2010
- [tracker/tracker-0.8] libtracker-data: Fixed compilation warning Thu May 06 17:55:07 GMT 2010
- [tracker/tracker-0.8] libtracker-miner: Fix includes in vapi file Thu May 06 17:55:12 GMT 2010
- [tracker/tracker-0.8] libtracker-miner: Fix memory leak in vapi file Thu May 06 17:55:16 GMT 2010
- [tracker/tracker-0.8] Fix typo in documentation Thu May 06 17:55:22 GMT 2010
- [tracker/tracker-0.8] tracker-store: Bugfix for NB#166684, commit each chunk Thu May 06 17:55:27 GMT 2010
- [tracker/tracker-0.8] libtracker-miner: Add missing deps file for Vala bindings Thu May 06 17:55:32 GMT 2010
- [tracker/tracker-0.8] tracker-extract: NB#166717 Combine multiple keywords together for IPTC Thu May 06 17:55:36 GMT 2010
- [tracker/tracker-0.8] tracker-tag: Fix coverity report Thu May 06 17:55:42 GMT 2010
- [tracker/tracker-0.8] TrackerMinerFiles: Remove unused variables. Thu May 06 17:55:47 GMT 2010
- [tracker/tracker-0.8] TrackerConfig: remove unused variable. Thu May 06 17:55:52 GMT 2010
- [tracker/tracker-0.8] TrackerMinerManager: remove unused variable. Thu May 06 17:55:57 GMT 2010
- [tracker/tracker-0.8] TrackerMinerObject: Remove unused variables. Thu May 06 17:56:04 GMT 2010
- [tracker/tracker-0.8] tracker-extract-msoffice: Ensure some vars initialization. Thu May 06 17:56:07 GMT 2010
- [tracker/tracker-0.8] libtracker-client: Add missing va_end() call. Thu May 06 17:56:12 GMT 2010
- [tracker/tracker-0.8] Fix several coverity reports in unit tests. Thu May 06 17:56:17 GMT 2010
- [tracker/tracker-0.8] tracker-writeback: Remove unused variable. Thu May 06 17:56:22 GMT 2010
- [tracker/tracker-0.8] TrackerOntologies: Remove unused variable. Thu May 06 17:56:27 GMT 2010
- [tracker/tracker-0.8] tracker-data-manager: Remove unused variable. Thu May 06 17:56:32 GMT 2010
- [tracker/tracker-0.8] libtracker-extract: Fix fallback for metering mode. Thu May 06 17:56:37 GMT 2010
- [tracker/tracker-0.8] TST: correct Jamie's email address Thu May 06 17:56:43 GMT 2010
- [tracker/tracker-0.8] TST: add Folders category; rename 'Office Documents' to 'Documents' Thu May 06 17:56:47 GMT 2010
- [tracker/tracker-0.8] tracker-extract: use nfo:HtmlDocument instead of nfo:Document Thu May 06 17:56:52 GMT 2010
- [tracker/tracker-0.8] TST: rename Music category to Audio, which is more accurate Thu May 06 17:56:58 GMT 2010
- [tracker/tracker-0.8] tracker-info: Show results in shortened form and add -f for long form namespaces Thu May 06 17:57:04 GMT 2010
- [tracker/tracker-0.8] tracker-extract-mp3.c: Don't run past an array. Thu May 06 17:57:08 GMT 2010
- [tracker/tracker-0.8] libtracker-extract (tracker_date_guess): Protect against invalid values. Thu May 06 17:57:13 GMT 2010
- [tracker/tracker-0.8] tracker-db-manager: g_open may return -1 Thu May 06 17:57:18 GMT 2010
- [tracker/tracker-0.8] Add comment in signal handlers to clear up that falling through in switch is on purpose. Thu May 06 17:57:25 GMT 2010
- [tracker/tracker-0.8] TrackerParser: Add /* Fall through */ comments wherever appropriate. Thu May 06 17:57:28 GMT 2010
- [tracker/tracker-0.8] tracker-extract: Bugfix for NB#166767, spaces aren't keyword separators Thu May 06 17:57:33 GMT 2010
- [tracker/tracker-0.8] TrackerXMP: Do not modify setlocale() return value, as it's statically stored. Thu May 06 17:57:38 GMT 2010
- [tracker/tracker-0.8] functional-tests: added test cases for backup-restore feature Thu May 06 17:57:46 GMT 2010
- [tracker/tracker-0.8] TST: consistency fixes for metadata tile Thu May 06 17:57:49 GMT 2010
- [tracker/tracker-0.8] TST: segfault fix Thu May 06 17:57:53 GMT 2010
- [tracker/tracker-0.8] data-generators: %u is deprecated in favour of %d in Python Thu May 06 17:57:58 GMT 2010
- [tracker/tracker-0.8] ontology: typo fix Thu May 06 17:58:03 GMT 2010
- [tracker/tracker-0.8] TrackerConfig: Preserve unfiltered list of recursive/single directories. Thu May 06 17:58:09 GMT 2010
- [tracker/tracker-0.8] Bug 616548 - DIrectory lists and de-duplication in tracker-preferences Thu May 06 17:58:13 GMT 2010
- [tracker/tracker-0.8] libtracker-db: Close journal in case of error Thu May 06 17:58:18 GMT 2010
- [tracker/tracker-0.8] libtracker-common: Compilation error fix in validating ints Thu May 06 17:58:24 GMT 2010
- [tracker/tracker-0.8] tracker-search: Added --emails Thu May 06 17:58:29 GMT 2010
- [tracker/tracker-0.8] tracker-search: Don't show URN for results without --detailed Thu May 06 17:58:34 GMT 2010
- [tracker/tracker-0.8] tracker-search: Added --contacts Thu May 06 17:58:39 GMT 2010
- [tracker/tracker-0.8] tracker-search: Added received date to --emails and sort by date/subject Thu May 06 17:58:43 GMT 2010
- [tracker/tracker-0.8] functional-tests: journal replay tests added Thu May 06 17:58:51 GMT 2010
- [tracker/tracker-0.8] Bump version Thu May 06 17:58:54 GMT 2010
- [tracker/tracker-0.8] Fixed make distcheck issues Thu May 06 17:58:58 GMT 2010
- [tracker/tracker-0.8] Updated NEWS Thu May 06 17:59:04 GMT 2010
- [tracker] Created tag 0.8.5 Thu May 06 18:02:37 GMT 2010
- [tracker] Fixes GB#617082, RFE Useability - Learning How to Start the Miners was a Little Unintuitive Tue May 11 10:27:26 GMT 2010
- [tracker] Fixed make distcheck issues Tue May 11 11:33:43 GMT 2010
- [tracker] Bump version Tue May 11 11:33:48 GMT 2010
- [tracker] Updated NEWS Tue May 11 11:33:54 GMT 2010
- [tracker] Created tag 0.9.4 Tue May 11 11:39:13 GMT 2010
- [tracker] Fixed desktop files which errored for desktop-file-validate Tue May 11 18:07:28 GMT 2010
- [tracker] tracker-miner-rss: Fixed desktop file, was using miner file desktop format Tue May 11 18:07:30 GMT 2010
- [tracker] tracker-miner-flickr: Added missing .desktop file Tue May 11 18:07:36 GMT 2010
- [tracker] Only use conditionals for final .desktop files Tue May 11 18:07:41 GMT 2010
- [tracker] configure: Fix inconsistencies between miners Tue May 11 18:07:47 GMT 2010
- [tracker] libtracker-miner: Removed monitor test, symbols are not exported Tue May 11 18:07:51 GMT 2010
- [tracker] evolution: Moved miner desktop file to same location as others in data/miners Tue May 11 18:07:56 GMT 2010
- [tracker] evolution: Move D-Bus service file to same place as other service files Tue May 11 18:08:01 GMT 2010
- [tracker] po: Fixed POTFILES.{in|skip} Tue May 11 18:08:07 GMT 2010
- [tracker/tracker-0.8] data-generators: Check if the cfg file has been actually loaded Thu May 13 14:13:34 GMT 2010
- [tracker/tracker-0.8] Remove unused variable Thu May 13 14:13:37 GMT 2010
- [tracker/tracker-0.8] Add mp4 and 3gpp video files to the writeback xmp module. Thu May 13 14:13:40 GMT 2010
- [tracker/tracker-0.8] libtracker-common: NB#167616, Improve error message for invalid xsd:dateTime Thu May 13 14:13:45 GMT 2010
- [tracker/tracker-0.8] Update .gitignore Thu May 13 14:13:50 GMT 2010
- [tracker/tracker-0.8] Fixes GB#617082, RFE Useability - Learning How to Start the Miners was a Little Unintuitive Thu May 13 14:13:56 GMT 2010
- [tracker/tracker-0.8] SPARQL: Allow aggregate expressions as subexpressions Thu May 13 14:14:01 GMT 2010
- [tracker/tracker-0.8] Fixed desktop files which errored for desktop-file-validate Thu May 13 14:14:05 GMT 2010
- [tracker/tracker-0.8] tracker-miner-rss: Fixed desktop file, was using miner file desktop format Thu May 13 14:14:14 GMT 2010
- [tracker/tracker-0.8] Only use conditionals for final .desktop files Thu May 13 14:14:17 GMT 2010
- [tracker/tracker-0.8] configure: Fix inconsistencies between miners Thu May 13 14:14:22 GMT 2010
- [tracker/tracker-0.8] libtracker-miner: Removed monitor test, symbols are not exported Thu May 13 14:14:26 GMT 2010
- [tracker/tracker-0.8] evolution: Moved miner desktop file to same location as others in data/miners Thu May 13 14:14:32 GMT 2010
- [tracker/tracker-0.8] evolution: Move D-Bus service file to same place as other service files Thu May 13 14:14:37 GMT 2010
- [tracker/tracker-0.8] po: Fixed POTFILES.{in|skip} Thu May 13 14:14:41 GMT 2010
- [tracker/tracker-0.8] TrackerMinerFS: Plug some memory leaks. Thu May 13 14:14:52 GMT 2010
- [tracker/tracker-0.8] Updated Norwegian bokmål translation Thu May 13 14:14:54 GMT 2010
- [tracker/tracker-0.8] Data generators: move old scripts to 'deprecated' folder Thu May 13 14:14:57 GMT 2010
- [tracker/tracker-0.8] Bug 166638 - Some of the metadata details of " avi " files are not extracted by tracker. Thu May 13 14:15:00 GMT 2010
- [tracker/tracker-0.8] tracker-extract-gstreamer: Set nmm:albumArtist to nmm:MusicAlbum Thu May 13 14:15:07 GMT 2010
- [tracker/tracker-0.8] Bump version Thu May 13 14:15:11 GMT 2010
- [tracker/tracker-0.8] TrackerStatistics: Do not use DBusGMethodInvocation after freeing it. Thu May 13 14:29:46 GMT 2010
- [tracker/tracker-0.8] service_DATA should list the .service files, not the .service.in files Thu May 13 14:29:51 GMT 2010
- [tracker/tracker-0.8] Ignore some built files Thu May 13 14:29:56 GMT 2010
- [tracker/tracker-0.8] Fixed distcheck, for new flickr files which are not available yet Thu May 13 14:52:23 GMT 2010
- [tracker/tracker-0.8] Updated NEWS Thu May 13 14:52:27 GMT 2010
- [tracker] Created tag 0.8.6 Thu May 13 14:57:08 GMT 2010
- [tracker] Fixes GB#618821 - Wrong X-GNOME-Bugzilla-Components for desktop files Mon May 17 14:00:34 GMT 2010
- [tracker] Fixes GB#618822 - c&p error for tracker-miner-rss autostart file Tue May 18 08:24:30 GMT 2010
- [tracker] TST: fix segfault Tue May 18 08:44:39 GMT 2010
- [tracker] Deleted branch extractor-remove-word-counting-review Tue May 18 10:35:04 GMT 2010
- [tracker] (14 commits) Created branch extractor-remove-word-counting-review Tue May 18 10:35:19 GMT 2010
- [tracker/extractor-remove-word-counting-review: 1/14] Fixes GB#616845 - Avoid word counting in the extractors Tue May 18 10:35:26 GMT 2010
- [tracker/extractor-remove-word-counting-review: 2/14] Updated man page of tracker-extract.cfg with new max_bytes parameter Tue May 18 10:35:27 GMT 2010
- [tracker/extractor-remove-word-counting-review: 3/14] Fix the tracker-extract config Tue May 18 10:35:32 GMT 2010
- [tracker/extractor-remove-word-counting-review: 4/14] Setup config also for standalone mode Tue May 18 10:35:38 GMT 2010
- [tracker/extractor-remove-word-counting-review: 5/14] tracker_text_validate_utf8 can return only the number of valid UTF-8 bytes Tue May 18 10:35:43 GMT 2010
- [tracker/extractor-remove-word-counting-review: 6/14] Fixed text extractor Tue May 18 10:35:48 GMT 2010
- [tracker/extractor-remove-word-counting-review: 7/14] Moved the istream text reader to a separate file Tue May 18 10:35:53 GMT 2010
- [tracker/extractor-remove-word-counting-review: 8/14] minor alignment fix Tue May 18 10:35:57 GMT 2010
- [tracker/extractor-remove-word-counting-review: 9/14] Allow pid pointer being NULL Tue May 18 10:36:02 GMT 2010
- [tracker/extractor-remove-word-counting-review: 10/14] re-enable the check for non-NULL pid, as it is really needed Tue May 18 10:36:07 GMT 2010
- [tracker/extractor-remove-word-counting-review: 11/14] Reuse the same code for text and oasis/contents Tue May 18 10:36:18 GMT 2010
- [tracker/extractor-remove-word-counting-review: 12/14] Files renamed as using GIOChannel instead of GInputStream Tue May 18 10:36:20 GMT 2010
- [tracker/extractor-remove-word-counting-review: 13/14] New unit tests for libtracker-extract added Tue May 18 10:36:23 GMT 2010
- [tracker/extractor-remove-word-counting-review: 14/14] tracker-extract: Some code clean ups from review Tue May 18 10:36:30 GMT 2010
- [tracker] (16 commits) ...Set absolute max bytes that can be read to 10 Mbytes Tue May 18 15:08:37 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 4/17] libtracker-data: Add error reporting to ontology change support Thu May 20 14:07:32 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 5/17] libtracker-data: Introduce allowed-conversions tables Thu May 20 14:08:41 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 8/17] libtracker-data: Bugfix coping with property ontology changes Thu May 20 14:09:44 GMT 2010
- [tracker] Fix tracker-miner-fs exiting on non-UTF8 locale (GNOME bug #616535) Thu May 20 14:10:29 GMT 2010
- [tracker] Fixes GB#619061, add history and auto-completion to t-s-t Thu May 20 14:10:37 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 9/17] libtracker-data: Fixes based on review comments by Jürg Thu May 20 14:10:44 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 10/17] libtracker-data: Fixed bug in post_check Thu May 20 14:10:47 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 14/17] Support nao:description Thu May 20 14:11:57 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 15/17] tracker-tag: Add support for nao:description Thu May 20 14:12:01 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 17/17] libtracker-data: Fixed broken class file build Priv vs. Private Thu May 20 14:13:06 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 16/17] NFO: Add an index on nfo:fileLastModified for miner-fs's crawling performance Thu May 20 14:13:08 GMT 2010
- [tracker] Fixed distcheck since commit 6d65134ff27b35adbf56cbf190e5c9dc1c435e48 Thu May 20 14:15:34 GMT 2010
- [tracker] (17 commits) Created branch tracker-0.8-with-ontology-cope-and-miner-fs-index Thu May 20 14:16:11 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 12/17] libtracker-data: Updated code comment Thu May 20 14:18:28 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 11/17] libtracker-data: Refactor ontology-change coping, renamed a function Thu May 20 14:18:32 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 13/17] libtracker-data: Code style changes and some refactoring Thu May 20 14:18:39 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 1/17] libtracker-data: Rename is_new to in_update which is more accurate Thu May 20 14:21:19 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 3/17] libtracker-data: Support for range ontology changes Thu May 20 14:21:27 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 2/17] libtracker-data: Support for ontology change tracker:notify, tracker:writeback and tracker:indexed Thu May 20 14:21:31 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 6/17] libtracker-data: Move the range-altering to the post check Thu May 20 14:22:29 GMT 2010
- [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 7/17] libtracker-data: Do a check for valid range conversion before making any changes Thu May 20 14:22:32 GMT 2010
- [tracker] utils: new tracker_strhex method to get the hex view of a given string Thu May 20 14:23:59 GMT 2010
- [tracker] tracker-language: new method to check if a word is a stopword Thu May 20 14:24:00 GMT 2010
- [tracker] FTS parsers: fix options in configure Thu May 20 14:24:03 GMT 2010
- [tracker] tracker_strhex: avoid unneeded aux char array Thu May 20 14:24:06 GMT 2010
- [tracker] libtracker-fts tests: New command line tester for the parsers Thu May 20 14:24:08 GMT 2010
- [tracker] FTS parser: added unit tests Thu May 20 14:24:09 GMT 2010
- [tracker] tracker_parser_unaccent_utf16be_word: make it a no-op if no unac Thu May 20 14:24:10 GMT 2010
- [tracker] libicu parser: fix overflow when converting katakana text from UChars to UTF-8 Thu May 20 14:24:10 GMT 2010
- [tracker] FTS parser tests: fix when libunac is not available Thu May 20 14:24:13 GMT 2010
- [tracker/tracker-0.8] (17 commits) ...libtracker-data: Fixed broken class file build Priv vs. Private Thu May 20 14:24:15 GMT 2010
- [tracker] FTS: Re-enable TRACKER_FTS_STOP_WORDS envvar for unit tests Thu May 20 14:24:15 GMT 2010
- [tracker] libicu parser: coding style fix Thu May 20 14:24:18 GMT 2010
- [tracker] documentation: Fixed various issues with new APIs missing Thu May 20 14:24:19 GMT 2010
- [tracker] FTS parser tests: disable some tests if using the glib/pango parser Thu May 20 14:24:20 GMT 2010
- [tracker] Fixes GB#491850 and GB#503366: new FTS configuration parameters Thu May 20 14:24:25 GMT 2010
- [tracker] FTS parser: Added new GNU libunistring and libicu based parsers Thu May 20 14:24:44 GMT 2010
- [tracker/tracker-0.8] tracker-tag: Updated man page for --description Thu May 20 15:28:59 GMT 2010
- [tracker/tracker-0.8] TrackerMinerFS: Use nfo:belongsToContainer when filling in the IRI cache. Thu May 20 15:29:02 GMT 2010
- [tracker/tracker-0.8] NFO, libtracker-miner: Major performance improvement for crawler Thu May 20 15:29:06 GMT 2010
- [tracker/tracker-0.8] NFO: Document reason why there's an index on nfo:belongsToContainer Thu May 20 15:29:11 GMT 2010
- [tracker/tracker-0.8] libtracker-miner: Fixed usage of a ' where " is needed Thu May 20 15:29:17 GMT 2010
- [tracker/tracker-0.8] Handle single null terminated strings in UCS2 and UTF-16 in mp3 extractor Thu May 20 15:29:21 GMT 2010
- [tracker/tracker-0.8] Several modifications in the build structure, including VPATH builds Thu May 20 15:29:30 GMT 2010
- [tracker/tracker-0.8] squashme: Fixed Makefile.am using poppler to poppler-glib Thu May 20 15:29:31 GMT 2010
- [tracker/tracker-0.8] Fixes GB#618011: Don't show in status icon actions that haven't been compiled Thu May 20 15:29:37 GMT 2010
- [tracker/tracker-0.8] Fixes GB#614728 - Define system search icon as window icon for t-s-t Thu May 20 15:29:42 GMT 2010
- [tracker/tracker-0.8] Missing AC_DEFINEs added to fix GB#618011 Thu May 20 15:29:46 GMT 2010
- [tracker/tracker-0.8] tracker-extract: gstreamer: Bugfix for NB#169119, critical about unref of an object Thu May 20 15:29:52 GMT 2010
- [tracker/tracker-0.8] Fixes GB#618544: Only install tracker-search-bar man page when enabled Thu May 20 15:29:57 GMT 2010
- [tracker/tracker-0.8] Fixes GB#618821 - Wrong X-GNOME-Bugzilla-Components for desktop files Thu May 20 15:30:02 GMT 2010
- [tracker/tracker-0.8] tracker-extract: jpeg: Bugfix for NB#169105, critical when IPTC data isn't available Thu May 20 15:30:08 GMT 2010
- [tracker/tracker-0.8] Fixes GB#618707: tracker preferences shows notification area options even when status icon isn't bui Thu May 20 15:30:13 GMT 2010
- [tracker/tracker-0.8] Fixes GB#618822 - c&p error for tracker-miner-rss autostart file Thu May 20 15:30:16 GMT 2010
- [tracker/tracker-0.8] tracker-extract: albumart: Bugfix NB#169254, critical when album is passed as null Thu May 20 15:30:21 GMT 2010
- [tracker/tracker-0.8] TST: fix segfault Thu May 20 15:30:27 GMT 2010
- [tracker/tracker-0.8] SPARQL: Refactor use of contexts Thu May 20 15:30:33 GMT 2010
- [tracker/tracker-0.8] SPARQL: Create new context for each triple block Thu May 20 15:30:37 GMT 2010
- [tracker/tracker-0.8] SPARQL: Fix variable handling in scalar subqueries Thu May 20 15:30:43 GMT 2010
- [tracker/tracker-0.8] libtracker-data: Add scalar subquery union test Thu May 20 15:30:47 GMT 2010
- [tracker/tracker-0.8] Bug 614610 - config behaviour regarding xdg-user-dirs doesn't work properly. Thu May 20 15:30:51 GMT 2010
- [tracker/tracker-0.8] SPARQL: Add tracker:id function Thu May 20 15:30:57 GMT 2010
- [tracker/tracker-0.8] configure.ac: fix HAVE_TRACKER_* define values in auto mode Thu May 20 15:31:02 GMT 2010
- [tracker/tracker-0.8] Fixes GB614870: added search and pause indexing to left-click menu in tracker-status-icon Thu May 20 15:31:08 GMT 2010
- [tracker/tracker-0.8] Fix tracker-miner-fs exiting on non-UTF8 locale (GNOME bug #616535) Thu May 20 15:31:12 GMT 2010
- [tracker/tracker-0.8] Fixes GB#619061, add history and auto-completion to t-s-t Thu May 20 15:31:18 GMT 2010
- [tracker/tracker-0.8] TrackerMinerFS: Fix mtime cache for crawl directories themselves. Thu May 20 15:31:22 GMT 2010
- [tracker/tracker-0.8] TrackerMinerFS: Apply to the iri cache the same fix than d3cf67b05a4. Thu May 20 15:31:28 GMT 2010
- [tracker/tracker-0.8] tracker-extract: albumart-quill: Bugfix NB#163155 Thu May 20 15:31:33 GMT 2010
- [tracker/tracker-0.8] libtracker-data: Fixed make distcheck - missing ontology #90 Thu May 20 15:51:04 GMT 2010
- [tracker/tracker-0.8] Updated NEWS Thu May 20 16:39:03 GMT 2010
- [tracker/tracker-0.8] Release 0.8.7 Thu May 20 16:39:07 GMT 2010
- [tracker] Created tag 0.8.7 Thu May 20 16:39:16 GMT 2010
- [tracker] Updated NEWS Thu May 20 17:12:01 GMT 2010
- [tracker] Release 0.9.5 Thu May 20 17:12:06 GMT 2010
- [tracker] Created tag 0.9.5 Thu May 20 17:12:13 GMT 2010
- [tracker] Fixes GB#619487: re-enable search with terms that got _underscores Mon May 24 09:33:17 GMT 2010
- [tracker] Fixes NB#170915 - tracker-search for snippet is resulting in errors Thu May 27 09:49:24 GMT 2010
- [tracker] tracker-utils: Fixed libtracker-client header includes Thu May 27 09:49:30 GMT 2010
- [tracker] tracker-search: Don't append "*" to all fts:match queries Thu May 27 09:49:39 GMT 2010
- [tracker] Fixed GB#619801 - We need SPARQL escaping for cases where we use g_file_info_get_display_name() Thu May 27 10:46:20 GMT 2010
- [tracker/tracker-0.8] tracker-extract: XMP: Fix strings that go like "n1/n2" that are xsd:double Thu May 27 11:25:48 GMT 2010
- [tracker/tracker-0.8] tracker-extract: playlist: Bugfix NB#169460, nmm:PlayList is the highest level Thu May 27 11:25:49 GMT 2010
- [tracker/tracker-0.8] tracker-writeback: XMP: Don't writeback fields that are typically set by the camera itself Thu May 27 11:25:54 GMT 2010
- [tracker/tracker-0.8] libtracker-extract: XMP: Protect against division by zero Thu May 27 11:25:58 GMT 2010
- [tracker/tracker-0.8] do not escape display_name, it is already encoded in UTF-8 Thu May 27 11:26:03 GMT 2010
- [tracker/tracker-0.8] Fixes GB#619487: re-enable search with terms that got _underscores Thu May 27 11:26:11 GMT 2010
- [tracker/tracker-0.8] Fixes GB#617812: Tracker not disabled when started on battery power Thu May 27 11:26:14 GMT 2010
- [tracker/tracker-0.8] Fixes GB#616540: Add missing conversion to UTF-8 for directory names Thu May 27 11:26:18 GMT 2010
- [tracker/tracker-0.8] tests: Do not remove temporary data asynchronously Thu May 27 11:26:24 GMT 2010
- [tracker/tracker-0.8] libtracker-data: Fix backup test to properly shutdown libtracker-data Thu May 27 11:26:28 GMT 2010
- [tracker/tracker-0.8] Update .gitignore Thu May 27 11:26:33 GMT 2010
- [tracker/tracker-0.8] libtracker-data: minor improvement in error reporting Thu May 27 11:26:38 GMT 2010
- [tracker/tracker-0.8] tracker-extract: TIFF: Bugfix NB#168740, uri used as fullname for artists in tiff Thu May 27 11:26:43 GMT 2010
- [tracker/tracker-0.8] Fixes GB#619630: HTML extractor inserts several nie:title if title has an ampersand character Thu May 27 11:26:50 GMT 2010
- [tracker/tracker-0.8] Fixes GB#619615: Include DC ontology in gtk-doc documentation Thu May 27 11:26:54 GMT 2010
- [tracker/tracker-0.8] tracker-extract: PDF: Don't let the PDF extractor work for more than 5s Thu May 27 11:26:58 GMT 2010
- [tracker/tracker-0.8] Fixes NB#170915 - tracker-search for snippet is resulting in errors Thu May 27 11:27:04 GMT 2010
- [tracker/tracker-0.8] tracker-utils: Fixed libtracker-client header includes Thu May 27 11:27:09 GMT 2010
- [tracker/tracker-0.8] tracker-search: Don't append "*" to all fts:match queries Thu May 27 11:27:14 GMT 2010
- [tracker/tracker-0.8] Fixed GB#619801 - We need SPARQL escaping for cases where we use g_file_info_get_display_name() Thu May 27 11:27:18 GMT 2010
- [tracker/tracker-0.8] Updated NEWS Thu May 27 11:43:39 GMT 2010
- [tracker/tracker-0.8] Release 0.8.8 Thu May 27 11:43:43 GMT 2010
- [tracker] Created tag 0.8.8 Thu May 27 11:46:08 GMT 2010
- [tracker/tracker-0.8] Fixed changes made to cherry-picked f27579c768e2e86c431dcbfac59dfdc51554b5a4 Thu May 27 13:48:09 GMT 2010
- [tracker/tracker-0.8] Updated NEWS Thu May 27 13:48:12 GMT 2010
- [tracker/tracker-0.8] Release 0.8.9 Thu May 27 13:48:18 GMT 2010
- [tracker] Created tag 0.8.9 Thu May 27 13:48:24 GMT 2010
- [tracker] Created tag 0.9.6 Thu May 27 14:58:56 GMT 2010
- [tracker] Fixed data/ontologies/Makefile.am, #92 description file was missing Thu May 27 14:59:01 GMT 2010
- [tracker] Updated NEWS Thu May 27 14:59:07 GMT 2010
- [tracker] ontology: Include Maemo ontology in dist to fix distcheck Thu May 27 14:59:10 GMT 2010
- [tracker] Updated NEWS Thu May 27 14:59:15 GMT 2010
- [tracker] Release 0.9.6 Thu May 27 14:59:20 GMT 2010
Massimo Cora'
Matej Urbančič
Matthew Barnes
Matthias Clasen
Maxim Ermilov
Mesar Hameed
Michael Biebl
Michael J . Chudobiak
Michael Lauer
Michael Meeks
Michael Natterer
Michael Schumacher
Michele Tameni
Mikael Ottela
Mike Gorse
Milan Bouchet-Valat
Milan Crha
Milo Casagrande
Mjumbe Wawatu Ukweli
Morten Welinder
Murray Cumming
Naba Kumar
Nate Stedman
Nils-Christoph Fiedler
Norayr Chilingaryan
Og B . Maciel
Olav Vitters
Olof Kindgren
Owen Taylor
Pablo Castellano
Pablo Sanxiao Roca
Paolo Bacchilega
Paolo Borelli
Patrick Welche
Paul Cutler
Pawel Salek
Pedro Daniel da Rocha Melo e Castro
Peter Bloomfield
Peteris Krisjanis
Petr Kovář
Philippe Rouquier
Philip Van Hoof
- [tracker] tracker-store: Fix a crash when client disappears Mon May 03 09:03:22 GMT 2010
- [tracker] tracker-store: Fix possible memory corruption Mon May 03 09:04:16 GMT 2010
- [tracker] tracker-store: Bugfix for NB#166684, commit each chunk Mon May 03 09:55:37 GMT 2010
- [tracker] Created branch tablelockedproblem Mon May 03 11:09:52 GMT 2010
- [tracker/tablelockedproblem] tracker-store: SQLite SAVEPOINTs seem to be causing SQLITE_MISUSED Mon May 03 11:09:58 GMT 2010
- [tracker/tablelockedproblem] Trying Mon May 03 11:23:12 GMT 2010
- [tracker/tablelockedproblem] tracker-store: Make TTL import a update_running case like any other Mon May 03 16:06:07 GMT 2010
- [tracker] Deleted branch tablelockedproblem Mon May 03 16:27:29 GMT 2010
- [tracker] (2 commits) Created branch tablelockedproblem Mon May 03 16:27:41 GMT 2010
- [tracker/tablelockedproblem: 1/2] tracker-store: SQLite SAVEPOINTs seem to be causing SQLITE_MISUSED Mon May 03 16:27:47 GMT 2010
- [tracker/tablelockedproblem: 2/2] tracker-store: Make TTL import a update_running case like any other Mon May 03 16:27:53 GMT 2010
- [tracker] tracker-extract: Ported the PDF extractor to not use poppler-glib Mon May 03 16:43:37 GMT 2010
- [tracker] Deleted branch pdfmem Mon May 03 16:43:45 GMT 2010
- [tracker] Deleted branch pdfmem-for-master Mon May 03 16:43:51 GMT 2010
- [tracker] Deleted branch tablelockedproblem Mon May 03 16:45:12 GMT 2010
- [tracker] Created branch tablelockedproblem Mon May 03 16:45:20 GMT 2010
- [tracker/tablelockedproblem] tracker-store: Make TTL import a update_running case like any other Mon May 03 16:45:26 GMT 2010
- [tracker] tracker-extract: NB#166717 Combine multiple keywords together for IPTC Tue May 04 09:46:25 GMT 2010
- [tracker] tracker-extract: Bugfix for NB#166767, spaces aren't keyword separators Tue May 04 17:59:06 GMT 2010
- [tracker] Created branch journal-compression Wed May 05 15:11:36 GMT 2010
- [tracker/journal-compression] Support for journal rotation, no read support yet. Squash with next Wed May 05 15:11:45 GMT 2010
- [tracker/journal-compression] rename config key, squash Thu May 06 09:17:35 GMT 2010
- [tracker] libtracker-db: Close journal in case of error Thu May 06 09:38:02 GMT 2010
- [tracker] libtracker-common: Compilation error fix in validating ints Thu May 06 09:38:07 GMT 2010
- [tracker] Deleted branch journal-compression Thu May 06 09:40:22 GMT 2010
- [tracker] Created branch journal-compression Thu May 06 09:40:32 GMT 2010
- [tracker/journal-compression] Support for journal rotation, no read support yet. Squash with next Thu May 06 09:40:42 GMT 2010
- [tracker] Deleted branch journal-compression Thu May 06 12:42:04 GMT 2010
- [tracker] Created branch journal-rotating Thu May 06 12:42:31 GMT 2010
- [tracker/journal-rotating] libtracker-db, libtracker-data: Support for journal rotation Thu May 06 12:42:39 GMT 2010
- [tracker] Deleted branch journal-rotating Thu May 06 13:06:12 GMT 2010
- [tracker] Created branch journal-rotating Thu May 06 13:06:25 GMT 2010
- [tracker/journal-rotating] libtracker-db, libtracker-data: Support for journal rotation Thu May 06 13:06:30 GMT 2010
- [tracker] libtracker-db: Remove unushed hashtable and move FTS shutdown lower Thu May 06 13:41:20 GMT 2010
- [tracker] Created branch journal-rotation Fri May 07 11:32:47 GMT 2010
- [tracker/journal-rotation] Implemented backup() using tar, squash with next which will implement restore() too Fri May 07 11:32:54 GMT 2010
- [tracker/journal-rotating] Implemented backup() using tar, squash with next which will implement restore() too Fri May 07 11:33:04 GMT 2010
- [tracker] Deleted branch journal-rotation Fri May 07 11:33:12 GMT 2010
- [tracker] Deleted branch journal-rotating Fri May 07 13:35:04 GMT 2010
- [tracker] (2 commits) Created branch journal-rotating Fri May 07 13:35:19 GMT 2010
- [tracker/journal-rotating: 1/2] libtracker-db, libtracker-data: Support for journal rotation Fri May 07 13:35:27 GMT 2010
- [tracker/journal-rotating: 2/2] libtracker-data, libtracker-db: Reimplement Backup() and Restore() to use tar Fri May 07 13:35:33 GMT 2010
- [tracker] Deleted branch journal-rotating Fri May 07 13:36:39 GMT 2010
- [tracker] (2 commits) Created branch journal-rotating Fri May 07 13:36:47 GMT 2010
- [tracker/journal-rotating: 1/2] libtracker-db, libtracker-data: Support for journal rotation Fri May 07 13:36:55 GMT 2010
- [tracker/journal-rotating: 2/2] libtracker-data, libtracker-db: Reimplement Backup() and Restore() to use tar Fri May 07 13:37:00 GMT 2010
- [tracker/journal-rotating] Bugfix, squash with previous Fri May 07 13:52:35 GMT 2010
- [tracker] libtracker-common: NB#167616, Improve error message for invalid xsd:dateTime Mon May 10 10:15:37 GMT 2010
- [tracker] tests/libtracker-extract: Fix failing unix test Mon May 10 15:11:38 GMT 2010
- [tracker/journal-rotating] libtracker-db: Support for moving rotated chunks to another location Mon May 10 15:53:40 GMT 2010
- [tracker/journal-rotating] memleakfix squash Mon May 10 15:55:24 GMT 2010
- [tracker/journal-rotating] Codeing style Mon May 10 15:57:47 GMT 2010
- [tracker/journal-rotating] libtracker-db: Moved the journal configs to a tracker-db.cfg Mon May 10 17:03:22 GMT 2010
- [tracker] Deleted branch journal-rotating Tue May 11 14:29:14 GMT 2010
- [tracker] (3 commits) Created branch journal-rotating Tue May 11 14:29:36 GMT 2010
- [tracker/journal-rotating: 1/3] libtracker-db, libtracker-data: Support for journal rotation Tue May 11 14:29:40 GMT 2010
- [tracker/journal-rotating: 2/3] libtracker-data, libtracker-db: Reimplement Backup() and Restore() to use tar Tue May 11 14:29:45 GMT 2010
- [tracker/journal-rotating: 3/3] libtracker-db: Support for moving rotated chunks to another location Tue May 11 14:29:57 GMT 2010
- [tracker] Deleted branch journal-rotating Tue May 11 14:54:19 GMT 2010
- [tracker] (3 commits) Created branch journal-rotating Tue May 11 14:58:03 GMT 2010
- [tracker/journal-rotating: 1/3] libtracker-db, libtracker-data: Support for journal rotation Tue May 11 14:58:11 GMT 2010
- [tracker/journal-rotating: 2/3] libtracker-data, libtracker-db: Reimplement Backup() and Restore() to use tar Tue May 11 14:58:16 GMT 2010
- [tracker/journal-rotating: 3/3] libtracker-db: Support for moving rotated chunks to another location Tue May 11 14:58:27 GMT 2010
- [tracker/journal-rotating] Removed unneeded changes (squash) Tue May 11 15:01:22 GMT 2010
- [tracker/journal-rotating] Memoryleak squashme Tue May 11 15:06:55 GMT 2010
- [tracker/journal-rotating] Some fixes to squash Wed May 12 11:50:08 GMT 2010
- [tracker/journal-rotating] Squash Wed May 12 11:54:43 GMT 2010
- [tracker] tracker-extract: PDF extractor. Bugfix for NB#168742 (invalid date strings) Thu May 13 13:11:28 GMT 2010
- [tracker] tracker-extract: PDF extractor, fixed memory problem Thu May 13 13:34:11 GMT 2010
- [tracker] tracker-store: Check idle-handler after removing tasks Fri May 14 14:54:15 GMT 2010
- [tracker] tracker-extract: gstreamer: Bugfix for NB#169119, critical about unref of an object Mon May 17 09:23:47 GMT 2010
- [tracker] tracker-extract: jpeg: Bugfix for NB#169105, critical when IPTC data isn't available Mon May 17 14:06:36 GMT 2010
- [tracker] tracker-extract: albumart: Bugfix NB#169254, critical when album is passed as null Tue May 18 08:27:41 GMT 2010
- [tracker] Created branch secondary-index-upported Tue May 18 19:38:03 GMT 2010
- [tracker/secondary-index-upported] libtracker-data: Add support for tracker:secondaryIndex Tue May 18 19:38:11 GMT 2010
- [tracker/secondary-index-upported] Fixes to squash Wed May 19 08:41:39 GMT 2010
- [tracker] Created branch secondary-index-for-master Wed May 19 09:02:55 GMT 2010
- [tracker/secondary-index-for-master] libtracker-data: Add support for tracker:secondaryIndex Wed May 19 09:03:01 GMT 2010
- [tracker/secondary-index-for-master] NMO: Change nao:lastModified for ontology change Wed May 19 09:11:20 GMT 2010
- [tracker] Deleted branch secondary-index-for-master Wed May 19 14:12:10 GMT 2010
- [tracker] (2 commits) Created branch secondary-index-for-master Wed May 19 15:01:59 GMT 2010
- [tracker/secondary-index-for-master: 1/2] libtracker-data: Add support for tracker:secondaryIndex Wed May 19 15:02:05 GMT 2010
- [tracker/secondary-index-for-master: 2/2] NMO: Add secondary index on nmo:communicationChannel Wed May 19 15:02:09 GMT 2010
- [tracker] (2 commits) ...NMO: Add secondary index on nmo:communicationChannel Wed May 19 15:13:18 GMT 2010
- [tracker] tracker-extract: albumart-quill: Bugfix NB#163155 Thu May 20 14:23:17 GMT 2010
- [tracker] tracker-extract: playlist: Bugfix NB#169460, nmm:PlayList is the highest level Thu May 20 17:17:53 GMT 2010
- [tracker] tracker-extract: XMP: Fix strings that go like "n1/n2" that are xsd:double Fri May 21 13:10:42 GMT 2010
- [tracker] tracker-writeback: XMP: Don't writeback fields that are typically set by the camera itself Fri May 21 13:31:51 GMT 2010
- [tracker] libtracker-extract: text_len is unsigned, so this check had no point Fri May 21 14:03:59 GMT 2010
- [tracker] libtracker-extract: XMP: Protect against division by zero Fri May 21 16:07:02 GMT 2010
- [tracker] libtracker-extract: text_len is unsigned, made it signed Mon May 24 08:27:03 GMT 2010
- [tracker] Created branch dont-interrupt-create-statement Mon May 24 11:24:27 GMT 2010
- [tracker/dont-interrupt-create-statement] libtracker-db: Don't interrupt sqlite3_prepare_v2 with sqlite3_interrupt Mon May 24 11:24:32 GMT 2010
- [tracker/dont-interrupt-create-statement] Make the lock smaller, squash Mon May 24 11:29:22 GMT 2010
- [tracker/dont-interrupt-create-statement] squash Mon May 24 14:13:05 GMT 2010
- [tracker/dont-interrupt-create-statement] squash Mon May 24 14:13:11 GMT 2010
- [tracker/dont-interrupt-create-statement] comment Mon May 24 14:21:40 GMT 2010
- [tracker/dont-interrupt-create-statement] squash Mon May 24 14:55:56 GMT 2010
- [tracker] Deleted branch dont-interrupt-create-statement Mon May 24 15:54:56 GMT 2010
- [tracker] Created branch dont-interrupt-create-statement Mon May 24 15:55:06 GMT 2010
- [tracker/dont-interrupt-create-statement] libtracker-db: Don't use the less reliable sqlite3_interrupt Mon May 24 15:55:10 GMT 2010
- [tracker] Deleted branch dont-interrupt-create-statement Tue May 25 08:47:58 GMT 2010
- [tracker] (2 commits) Created branch sql-error-checks-and-fixes Tue May 25 08:48:31 GMT 2010
- [tracker/sql-error-checks-and-fixes: 1/2] libtracker-[db|data]: Improve error checking on SQL calls. Tue May 25 08:48:42 GMT 2010
- [tracker/sql-error-checks-and-fixes: 2/2] libtracker-db: Don't use the less reliable sqlite3_interrupt Tue May 25 08:48:43 GMT 2010
- [tracker/sql-error-checks-and-fixes] libtracker-db: Handle interruptable create_statement Tue May 25 09:23:28 GMT 2010
- [tracker/sql-error-checks-and-fixes] libtracker-db: Fixed a race condition in interrupt handling Tue May 25 15:17:20 GMT 2010
- [tracker/sql-error-checks-and-fixes] libtracker-db: Use 100 for the progress handler and also check in iter_next Tue May 25 17:02:04 GMT 2010
- [tracker] tracker-extract: TIFF: Bugfix NB#168740, uri used as fullname for artists in tiff Tue May 25 18:34:23 GMT 2010
- [tracker] tracker-extract, libtracker-extract: Bugfix NB#170142: avoid duplicate tags Wed May 26 10:30:47 GMT 2010
- [tracker] (6 commits) Created branch sql-error-checks-for-master Wed May 26 11:10:15 GMT 2010
- [tracker/sql-error-checks-for-master: 1/6] libtracker-[db|data]: Improve error checking on SQL calls. Wed May 26 11:10:17 GMT 2010
- [tracker/sql-error-checks-for-master: 2/6] libtracker-db: Don't use the less reliable sqlite3_interrupt Wed May 26 11:10:22 GMT 2010
- [tracker/sql-error-checks-for-master: 3/6] libtracker-db: Handle interruptable create_statement Wed May 26 11:10:23 GMT 2010
- [tracker/sql-error-checks-for-master: 4/6] libtracker-db: Fixed a race condition in interrupt handling Wed May 26 11:10:30 GMT 2010
- [tracker/sql-error-checks-for-master: 5/6] libtracker-db: Use 100 for the progress handler and also check in iter_next Wed May 26 11:10:33 GMT 2010
- [tracker/sql-error-checks-for-master: 6/6] libtracker-db: Use atomic get_int instead of compare Wed May 26 11:10:38 GMT 2010
- [tracker/sql-error-checks-for-master] libtracker-db: No need to make a boolean of this, the sqlite api expects int Wed May 26 11:13:32 GMT 2010
- [tracker] Deleted branch sql-error-checks-for-master Wed May 26 11:21:49 GMT 2010
- [tracker] (7 commits) Created branch sql-error-checks-for-master Wed May 26 11:22:00 GMT 2010
- [tracker/sql-error-checks-for-master: 1/7] libtracker-[db|data]: Improve error checking on SQL calls. Wed May 26 11:22:08 GMT 2010
- [tracker/sql-error-checks-for-master: 2/7] libtracker-db: Don't use the less reliable sqlite3_interrupt Wed May 26 11:22:09 GMT 2010
- [tracker/sql-error-checks-for-master: 3/7] libtracker-db: Handle interruptable create_statement Wed May 26 11:22:14 GMT 2010
- [tracker/sql-error-checks-for-master: 4/7] libtracker-db: Fixed a race condition in interrupt handling Wed May 26 11:22:20 GMT 2010
- [tracker/sql-error-checks-for-master: 5/7] libtracker-db: Use 100 for the progress handler and also check in iter_next Wed May 26 11:22:24 GMT 2010
- [tracker/sql-error-checks-for-master: 6/7] libtracker-db: Use atomic get_int instead of compare Wed May 26 11:22:28 GMT 2010
- [tracker/sql-error-checks-for-master: 7/7] libtracker-db: Add interrupt handling to create_result_set_from_stmt Wed May 26 11:22:34 GMT 2010
- [tracker] libtracker-[db|data]: Improve error checking on SQL calls. Wed May 26 11:22:59 GMT 2010
- [tracker] libtracker-db: Don't use the less reliable sqlite3_interrupt Wed May 26 11:22:59 GMT 2010
- [tracker] libtracker-db: Handle interruptable create_statement Wed May 26 11:23:03 GMT 2010
- [tracker] libtracker-db: Fixed a race condition in interrupt handling Wed May 26 11:23:09 GMT 2010
- [tracker] libtracker-db: Use 100 for the progress handler and also check in iter_next Wed May 26 11:23:14 GMT 2010
- [tracker] libtracker-db: Use atomic get_int instead of compare Wed May 26 11:23:20 GMT 2010
- [tracker] libtracker-db: Add interrupt handling to create_result_set_from_stmt Wed May 26 11:23:23 GMT 2010
- [tracker] tracker-extract: PDF: Don't let the PDF extractor work for more than 5s Wed May 26 14:27:46 GMT 2010
- [tracker] libtracker-db: Compilation warning Wed May 26 14:27:49 GMT 2010
- [tracker] libtracker-extract: Add docs for public API Thu May 27 11:16:16 GMT 2010
- [tracker] tracker-extract: PDF: g_timer_start isn't needed here Thu May 27 11:16:22 GMT 2010
Philip Withnall
Pierre Wieser
Piotr Eljasiak
Priit Laes
Rafael Villar Burke
Rajesh Ranjan
Ray
Ray Strode
Ray Wang
Reşat Sabıq
Richard Hughes
Rob Bradford
Robert Ancell
Robert Bragg
Robert Carr
Robert James Taylor
Roberto Guido
- [tracker/rss-enclosures] NMO: Update nao:lastModified Mon May 03 00:30:09 GMT 2010
- [tracker/rss-enclosures] Fixes GB#614981 - Make distcheck depend on important components Mon May 03 00:30:10 GMT 2010
- [tracker/rss-enclosures] configure: Default libunac to auto not disabled Mon May 03 00:30:10 GMT 2010
- [tracker/rss-enclosures] Updated README Mon May 03 00:30:11 GMT 2010
- [tracker/rss-enclosures] NB#162546 - tracker-miner-fs is emitting criticals after resuming... Mon May 03 00:30:11 GMT 2010
- [tracker/rss-enclosures] configure: Enable functional tests by default Mon May 03 00:30:12 GMT 2010
- [tracker/rss-enclosures] Removed TODO, it was out of date Mon May 03 00:30:16 GMT 2010
- [tracker/rss-enclosures] functional-tests: Updated perfmrnace-tc.py, mostly whitespace changes Mon May 03 00:30:23 GMT 2010
- [tracker/rss-enclosures] Updated README to link to Roadmap Mon May 03 00:30:26 GMT 2010
- [tracker/rss-enclosures] Updated NEWS Mon May 03 00:30:31 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Change version enum to use more sensible names Mon May 03 00:30:36 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Bumped db version for added indices Mon May 03 00:30:41 GMT 2010
- [tracker/rss-enclosures] tracker-miner-rss: Implicitly link the RSS miner against GTHREAD_LIBS Mon May 03 00:30:46 GMT 2010
- [tracker/rss-enclosures] Fix build failures on none Linux platforms Mon May 03 00:30:50 GMT 2010
- [tracker/rss-enclosures] tracker-extract: This symbol got renamed earlier Mon May 03 00:30:56 GMT 2010
- [tracker/rss-enclosures] libtracker-miner: Add properties in VAPI file Mon May 03 00:31:01 GMT 2010
- [tracker/rss-enclosures] Testing queue sending async queries and updates. Mon May 03 00:31:07 GMT 2010
- [tracker/rss-enclosures] Updated Slovenian translation Mon May 03 00:31:11 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Support multiple XMP keywords Mon May 03 00:31:16 GMT 2010
- [tracker/rss-enclosures] tracker-store: Add second queue for higher priority requests Mon May 03 00:31:21 GMT 2010
- [tracker/rss-enclosures] tracker-store: Use queues for all requests Mon May 03 00:31:28 GMT 2010
- [tracker/rss-enclosures] plugins/kmail: Compilation warning fixes Mon May 03 00:31:31 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Rename is_new to in_update which is more accurate Mon May 03 00:31:38 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Support for ontology change tracker:notify, tracker:writeback and tracker:indexed Mon May 03 00:31:45 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Support for range ontology changes Mon May 03 00:31:47 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Add error reporting to ontology change support Mon May 03 00:31:52 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Introduce allowed-conversions tables Mon May 03 00:31:57 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Move the range-altering to the post check Mon May 03 00:32:01 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Do a check for valid range conversion before making any changes Mon May 03 00:32:06 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Bugfix coping with property ontology changes Mon May 03 00:32:12 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Fixes based on review comments by Jürg Mon May 03 00:32:16 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Fixed bug in post_check Mon May 03 00:32:22 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Refactor ontology-change coping, renamed a function Mon May 03 00:32:26 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Updated code comment Mon May 03 00:32:31 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Code style changes and some refactoring Mon May 03 00:32:39 GMT 2010
- [tracker/rss-enclosures] SPARQL: Handle integer typed literals the same as integer literals Mon May 03 00:32:42 GMT 2010
- [tracker/rss-enclosures] Unit test for NB#163715 Mon May 03 00:32:47 GMT 2010
- [tracker/rss-enclosures] Fixes GB#615182 - Avoid initializing priorities twice in tracker-miner-fs Mon May 03 00:32:52 GMT 2010
- [tracker/rss-enclosures] Fixes GB#615313 - Avoid Invalid Read when iterating INotifyHandle list Mon May 03 00:32:56 GMT 2010
- [tracker/rss-enclosures] Fixes GB#615184, Is the low memory configuration option deprecated? Mon May 03 00:33:03 GMT 2010
- [tracker/rss-enclosures] Add http://www.w3.org/2005/xpath-functions#substring() function. Mon May 03 00:33:06 GMT 2010
- [tracker/rss-enclosures] Test http://www.w3.org/2005/xpath-functions#substring() function. Mon May 03 00:33:12 GMT 2010
- [tracker/rss-enclosures] Update Czech translation by Marek Cernocky Mon May 03 00:33:21 GMT 2010
- [tracker/rss-enclosures] Fixes GB#615563 - Proper handling of --enable-evolution-miner configure option Mon May 03 00:33:24 GMT 2010
- [tracker/rss-enclosures] Fixes GB#615178 - Graceful crawling stop Mon May 03 00:33:27 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Add tracker_exif_new() and tracker_exif_free(). Mon May 03 00:33:32 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Add tracker_xmp_new/free(). Mon May 03 00:33:39 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Add tracker_iptc_new/free(). Mon May 03 00:33:42 GMT 2010
- [tracker/rss-enclosures] Tracker-extract: Make JPEG extractor use new libtracker-extract API. Mon May 03 00:33:49 GMT 2010
- [tracker/rss-enclosures] Tracker-extract: Make PDF extractor use new libtracker-extract API. Mon May 03 00:33:52 GMT 2010
- [tracker/rss-enclosures] Tracker-extract: Make TIFF extractor use new libtracker-extract API. Mon May 03 00:33:59 GMT 2010
- [tracker/rss-enclosures] Tracker-extract: Make XMP extractor use newer libtracker-extract API. Mon May 03 00:34:01 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: get X/Y resolution from Exif. Mon May 03 00:34:07 GMT 2010
- [tracker/rss-enclosures] Bug NB#161047 - Images resolution is not extracted. Mon May 03 00:34:11 GMT 2010
- [tracker/rss-enclosures] tracker-extract: Fixes NB#161047: X/Y resolution of images Mon May 03 00:34:22 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Added deprecation information to documentation Mon May 03 00:34:27 GMT 2010
- [tracker/rss-enclosures] tracker-extract, libtracker-extract: Refactored memory usage in extractors Mon May 03 00:34:28 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Fixed a number of documentation issues Mon May 03 00:34:33 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Cleaned up xmp test code Mon May 03 00:34:37 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Performance improvement for often used classes Mon May 03 00:34:46 GMT 2010
- [tracker/rss-enclosures] Improve UNAC linking Mon May 03 00:34:49 GMT 2010
- [tracker/rss-enclosures] Improve PANGO linking Mon May 03 00:34:53 GMT 2010
- [tracker/rss-enclosures] Improve DEVICEKIT_POWER linking Mon May 03 00:34:57 GMT 2010
- [tracker/rss-enclosures] Improve HAL linking Mon May 03 00:35:03 GMT 2010
- [tracker/rss-enclosures] Improve GDKPIXBUF linking Mon May 03 00:35:08 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Performance improvement for TrackerDBResultSet Mon May 03 00:35:14 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Performance improvement for a often used class Mon May 03 00:35:18 GMT 2010
- [tracker/rss-enclosures] libtracker-data, libtracker-db: Various performance improvements, and a compilation fix Mon May 03 00:35:23 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Small performance improvement in the SPARQL scanner Mon May 03 00:35:28 GMT 2010
- [tracker/rss-enclosures] libtracker-common: Bugfix usage of timegm on *BSD. Also use it for glibc, it's faster Mon May 03 00:35:33 GMT 2010
- [tracker/rss-enclosures] libtracker-client: Add writeback functions Mon May 03 00:35:39 GMT 2010
- [tracker/rss-enclosures] Updated Lithuanian translation. Mon May 03 00:35:45 GMT 2010
- [tracker/rss-enclosures] Fix for GB#615035 - Removing unzip command dependency from ms-office extractor Mon May 03 00:35:49 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Bugfix in a check Mon May 03 00:35:53 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Fixed distcheck, missing .out file Mon May 03 00:35:58 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Fixed distcheck, missing rq/out files for xpath functions Mon May 03 00:36:03 GMT 2010
- [tracker/rss-enclosures] tests: Fixed build problem Mon May 03 00:36:08 GMT 2010
- [tracker/rss-enclosures] libtracker-client: Make direct check for NULL list. Mon May 03 00:36:13 GMT 2010
- [tracker/rss-enclosures] tracker-client: Fix docs for tracker_resources_writeback_(dis)connect(). Mon May 03 00:36:19 GMT 2010
- [tracker/rss-enclosures] tracker-store: Do not use GStaticPrivate for thread-independent data Mon May 03 00:36:23 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Enable shared cache mode and require SQLite 3.6.17 Mon May 03 00:36:28 GMT 2010
- [tracker/rss-enclosures] NFO: Added tilt and heading properties to nfo:Visual Mon May 03 00:36:33 GMT 2010
- [tracker/rss-enclosures] tracker-writeback: Add taglib based module Mon May 03 00:36:40 GMT 2010
- [tracker/rss-enclosures] Remove id3lib writeback module Mon May 03 00:36:44 GMT 2010
- [tracker/rss-enclosures] NMM ontology: Fix typo in comment Mon May 03 00:36:48 GMT 2010
- [tracker/rss-enclosures] NMM ontology: Add writeback on nmm:performer and nmm:musicAlbum Mon May 03 00:36:53 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Fix memory leak on journal replay Mon May 03 00:36:58 GMT 2010
- [tracker/rss-enclosures] libtracker-fts: Do not use static variable for prepared statements Mon May 03 00:37:03 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Shutdown FTS before closing database Mon May 03 00:37:09 GMT 2010
- [tracker/rss-enclosures] Support nao:description Mon May 03 00:37:13 GMT 2010
- [tracker/rss-enclosures] tracker-tag: Add support for nao:description Mon May 03 00:37:19 GMT 2010
- [tracker/rss-enclosures] tracker-fts: Make fulltext_vtab to be per-thread data. Mon May 03 00:37:25 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Fix TrackerDBResultSet type check defines. Mon May 03 00:37:28 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Use per-thread interfaces Mon May 03 00:37:34 GMT 2010
- [tracker/rss-enclosures] tracker-store: Fix crash when client disappears with queries Mon May 03 00:37:38 GMT 2010
- [tracker/rss-enclosures] Don't run past an array. Mon May 03 00:37:44 GMT 2010
- [tracker/rss-enclosures] tracker-tag: Updated man page for --description Mon May 03 00:37:48 GMT 2010
- [tracker/rss-enclosures] Bump version Mon May 03 00:37:53 GMT 2010
- [tracker/rss-enclosures] Updates NEWS Mon May 03 00:37:59 GMT 2010
- [tracker/rss-enclosures] tracker-store: Execute requests in thread pool Mon May 03 00:38:06 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Use multi-thread mode in SQLite Mon May 03 00:38:10 GMT 2010
- [tracker/rss-enclosures] Fix GB#615868: Improved OASIS extractor Mon May 03 00:38:16 GMT 2010
- [tracker/rss-enclosures] Added some indices for query performance Mon May 03 00:38:20 GMT 2010
- [tracker/rss-enclosures] Small fixes to the data generators Mon May 03 00:38:25 GMT 2010
- [tracker/rss-enclosures] Add videos to data generation. Mon May 03 00:38:31 GMT 2010
- [tracker/rss-enclosures] Added some full content queries for testing. Fixed a few problems. Mon May 03 00:38:35 GMT 2010
- [tracker/rss-enclosures] Proper indentation Mon May 03 00:38:44 GMT 2010
- [tracker/rss-enclosures] TrackerDBInterface: Add interrupt() method. Mon May 03 00:38:50 GMT 2010
- [tracker/rss-enclosures] Functional Tests: Added basic file operations to miner-fs and support for desktop environment Mon May 03 00:38:51 GMT 2010
- [tracker/rss-enclosures] TrackerDBInterfaceSqlite: Implement interrupt(). Mon May 03 00:38:55 GMT 2010
- [tracker/rss-enclosures] tracker-db-manager: Add tracker_db_manager_interrupt_thread(). Mon May 03 00:39:00 GMT 2010
- [tracker/rss-enclosures] tracker-data-manager: Add tracker_data_manager_interrupt_thread() Mon May 03 00:39:04 GMT 2010
- [tracker/rss-enclosures] TrackerStore: Fix harmless typo. Mon May 03 00:39:09 GMT 2010
- [tracker/rss-enclosures] TrackerStore: Keep a list of running tasks. Mon May 03 00:39:15 GMT 2010
- [tracker/rss-enclosures] TrackerStore: Cancel DB operations on client disconnection. Mon May 03 00:39:20 GMT 2010
- [tracker/rss-enclosures] Updated German translation Mon May 03 00:39:30 GMT 2010
- [tracker/rss-enclosures] TrackerStore: Set watchdog timeout to control misbehaving queries. Mon May 03 00:39:31 GMT 2010
- [tracker/rss-enclosures] tracker-db-manager: wrap thread/iface hashtable access with a mutex. Mon May 03 00:39:36 GMT 2010
- [tracker/rss-enclosures] TrackerStore: Put client_id in TrackerStoreTask. Mon May 03 00:39:41 GMT 2010
- [tracker/rss-enclosures] TrackerStore: Check client name before cancelling threads on client disconnection. Mon May 03 00:39:45 GMT 2010
- [tracker/rss-enclosures] libtracker-fts: Fix crash on thread cleanup Mon May 03 00:39:50 GMT 2010
- [tracker/rss-enclosures] tracker-store: Allow running 2 queries in parallel Mon May 03 00:39:55 GMT 2010
- [tracker/rss-enclosures] tracker-db-manager: Add NULL check when destroying thread/iface hashtable. Mon May 03 00:40:01 GMT 2010
- [tracker/rss-enclosures] tracker-db-manager: Remove interfaces from hashtable as soon as the thread finalizes. Mon May 03 00:40:05 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Shutdown FTS in all threads before DB interface shutdown Mon May 03 00:40:10 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Add missing include Mon May 03 00:40:15 GMT 2010
- [tracker/rss-enclosures] Updated Spanish translation Mon May 03 00:40:23 GMT 2010
- [tracker/rss-enclosures] libtracker-db: O_LARGEFILE must be added to the g_open of the journal Mon May 03 00:40:25 GMT 2010
- [tracker/rss-enclosures] Updated Slovenian translation Mon May 03 00:40:31 GMT 2010
- [tracker/rss-enclosures] Bug 615856 - add html content extraction Mon May 03 00:40:35 GMT 2010
- [tracker/rss-enclosures] tracker-extract-html: Improve <script> bypassing. Mon May 03 00:40:40 GMT 2010
- [tracker/rss-enclosures] Fixes bug 161964 - Some special audio files are not displayed in the Music.. Mon May 03 00:40:45 GMT 2010
- [tracker/rss-enclosures] Fixes GB#616158/doc: Improve reading msoffice doc files Mon May 03 00:40:52 GMT 2010
- [tracker/rss-enclosures] tracker-extract-pdf: set nfo:isContentEncrypted for encrypted docs. Mon May 03 00:40:56 GMT 2010
- [tracker/rss-enclosures] Move nfo:isContentEncrypted to be defined in 33-nfo.ontology. Mon May 03 00:41:01 GMT 2010
- [tracker/rss-enclosures] tracker-control: Added --reindex-mime-type and --start options to man page docs Mon May 03 00:41:06 GMT 2010
- [tracker/rss-enclosures] tracker-sparql: Fixed typo in man page for command line args Mon May 03 00:41:11 GMT 2010
- [tracker/rss-enclosures] Fixes GB#615948 - Improved reading msoffice/xml files Mon May 03 00:41:16 GMT 2010
- [tracker/rss-enclosures] libtracker-miner: Don't translate statuses Mon May 03 00:41:22 GMT 2010
- [tracker/rss-enclosures] Fixes GB#616329: Improve and fix reading msoffice/excel files Mon May 03 00:41:29 GMT 2010
- [tracker/rss-enclosures] Fixes GB#616403 - Improve & fix reading msoffice/powerpoint files Mon May 03 00:41:34 GMT 2010
- [tracker/rss-enclosures] Fixes GB#616165: Improved reading PS and PS-GZ files Mon May 03 00:41:37 GMT 2010
- [tracker/rss-enclosures] Updated Spanish translation Mon May 03 00:41:43 GMT 2010
- [tracker/rss-enclosures] NFO: Add an index on nfo:fileLastModified for miner-fs's crawling performance Mon May 03 00:41:46 GMT 2010
- [tracker/rss-enclosures] tracker-extract: Compilation warning fix Mon May 03 00:41:51 GMT 2010
- [tracker/rss-enclosures] tracker-search-bar: Comparison with unsigned integer (enum) is always true Mon May 03 00:41:56 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Fixed a problem with sqlite3_interrupt usage Mon May 03 00:42:01 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: Perform one mtime query per folder. Mon May 03 00:42:06 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: Do not query parent URN frequently if it doesn't exist. Mon May 03 00:42:11 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: Cache URNs for the processed files. Mon May 03 00:42:17 GMT 2010
- [tracker/rss-enclosures] TrackerDBInterfaceSqlite: Add functions to deal with URIs hierarchy. Mon May 03 00:42:22 GMT 2010
- [tracker/rss-enclosures] TrackerSparqlExpression: add tracker:uri-is-parent/descendant() sparql functions. Mon May 03 00:42:26 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: Make mtime/iri caches query per folder through tracker:uri-is-*(). Mon May 03 00:42:31 GMT 2010
- [tracker/rss-enclosures] Remove \n from g_debug and g_criticals. Mon May 03 00:42:37 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: Improve condition in ensure_iri_cache(). Mon May 03 00:42:41 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: Get rid of slash_uri in queries where we use tracker:uri-is-*() Mon May 03 00:42:47 GMT 2010
- [tracker/rss-enclosures] Use tracker:uri-is-descendant() in recursive delete operations. Mon May 03 00:42:51 GMT 2010
- [tracker/rss-enclosures] TrackerDBInterfaceSqlite: Check more carefully for is_parent(). Mon May 03 00:42:56 GMT 2010
- [tracker/rss-enclosures] TrackerDBInterfaceSqlite: do sanity check on is_parent() and is_descendant(). Mon May 03 00:43:01 GMT 2010
- [tracker/rss-enclosures] Updated NEWS Mon May 03 00:43:08 GMT 2010
- [tracker/rss-enclosures] Functional Tests: Operations of files in multilevel subfolders added Mon May 03 00:43:17 GMT 2010
- [tracker/rss-enclosures] Functional Tests: Updated to allow writeback completion before extracting Mon May 03 00:43:19 GMT 2010
- [tracker/rss-enclosures] Bumped version Mon May 03 00:43:21 GMT 2010
- [tracker/rss-enclosures] Revert "libtracker-db: Fixed a problem with sqlite3_interrupt usage" Mon May 03 00:43:28 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: always set current_parent in ensure_mtime_cache() Mon May 03 00:43:32 GMT 2010
- [tracker/rss-enclosures] tracker-extract: Fixed double free in Vorbis extractor Mon May 03 00:43:37 GMT 2010
- [tracker/rss-enclosures] Updated NEWS Mon May 03 00:43:42 GMT 2010
- [tracker/rss-enclosures] Update Czech translation by Marek Cernocky Mon May 03 00:43:50 GMT 2010
- [tracker/rss-enclosures] libstemmer: Bugfix NB#164958, FTS doesn't work for "beautif" and "beautifu" Mon May 03 00:43:52 GMT 2010
- [tracker/rss-enclosures] miners/fs: GB#615836 remove tracker:mountPoint before setting it Mon May 03 00:43:57 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Added cursor return in TrackerSparqlQuery Mon May 03 00:44:03 GMT 2010
- [tracker/rss-enclosures] tracker-store: Fill up the DBusMessage manually, avoiding memory copying Mon May 03 00:44:08 GMT 2010
- [tracker/rss-enclosures] libtracker-db, libtracker-data, tracker-store: Support for interrupting queries Mon May 03 00:44:13 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Get the error at cursor's iter_next Mon May 03 00:44:18 GMT 2010
- [tracker/rss-enclosures] tracker-store: Define a max size for the DBusMessage Mon May 03 00:44:23 GMT 2010
- [tracker/rss-enclosures] libtracker-db, tracker-store: Code style changes Mon May 03 00:44:27 GMT 2010
- [tracker/rss-enclosures] Updated Slovenian translation Mon May 03 00:44:33 GMT 2010
- [tracker/rss-enclosures] tracker-store: Fixed memory corruption Mon May 03 00:44:37 GMT 2010
- [tracker/rss-enclosures] performance enhancements for the datagenerator Mon May 03 00:44:48 GMT 2010
- [tracker/rss-enclosures] increasing coherency by putting the template near the functions that fill them Mon May 03 00:44:53 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Added support for fn:lower-case Mon May 03 00:44:54 GMT 2010
- [tracker/rss-enclosures] Port from libdevkit-power-gobject to libupower-glib Mon May 03 00:44:58 GMT 2010
- [tracker/rss-enclosures] TrackerPower: Remove tracker_power_get_battery_percentage(). Mon May 03 00:45:02 GMT 2010
- [tracker/rss-enclosures] TrackerMinerFS: Fix typos in query to update children URIs. Mon May 03 00:45:07 GMT 2010
- [tracker/rss-enclosures] libinotify: Add perror() calls. Mon May 03 00:45:12 GMT 2010
- [tracker/rss-enclosures] libinotify: Add missing header. Mon May 03 00:45:19 GMT 2010
- [tracker/rss-enclosures] tracker-writeback: Fix double free in taglib module Mon May 03 00:45:22 GMT 2010
- [tracker/rss-enclosures] tracker-store: Moved the iter over the cursor to the thread that prepared the query Mon May 03 00:45:29 GMT 2010
- [tracker/rss-enclosures] tracker-search-tool: Accept command line search terms Mon May 03 00:45:33 GMT 2010
- [tracker/rss-enclosures] tracker-search-tool: Removed --service and updated man page Mon May 03 00:45:38 GMT 2010
- [tracker/rss-enclosures] tracker-extract: fixed desciption of -d in manpage Mon May 03 00:45:43 GMT 2010
- [tracker/rss-enclosures] functional-tests: wirteback testing support extended for .png , .tif , .mp4 Mon May 03 00:45:49 GMT 2010
- [tracker/rss-enclosures] Fixes GB#616493 - Remove dependency of unzip from the OASIS extractor Mon May 03 00:45:56 GMT 2010
- [tracker/rss-enclosures] Added updated message-related performance queries. Mon May 03 00:46:00 GMT 2010
- [tracker/rss-enclosures] tracker-extract: Fixed compilation warning Mon May 03 00:46:03 GMT 2010
- [tracker/rss-enclosures] Doc: tracker structural diagram in graphviz Mon May 03 00:46:08 GMT 2010
- [tracker/rss-enclosures] Added updated contacts-related performance queries. Mon May 03 00:46:16 GMT 2010
- [tracker/rss-enclosures] plugins/evolution: GB#615930: Fixed a crash in case timeout reached Mon May 03 00:46:18 GMT 2010
- [tracker/rss-enclosures] plugins/evolution: Fixed a race condition, added a lock for it Mon May 03 00:46:23 GMT 2010
- [tracker/rss-enclosures] Tests: initial test to libtracker-client Mon May 03 00:46:29 GMT 2010
- [tracker/rss-enclosures] tracker-extract, libtracker-extract: GB#579051, Provide a tracker_getline Mon May 03 00:46:35 GMT 2010
- [tracker/rss-enclosures] tracker-extract: NB#166080: ignore stuff exiftool adds to Copyright fields Mon May 03 00:46:38 GMT 2010
- [tracker/rss-enclosures] Files miner: Fix misindentation in tracker-mines-files.c Mon May 03 00:46:43 GMT 2010
- [tracker/rss-enclosures] Desktop files: Add ; to end lists Mon May 03 00:46:48 GMT 2010
- [tracker/rss-enclosures] Added updated location-related performance queries. Mon May 03 00:46:56 GMT 2010
- [tracker/rss-enclosures] Don't use isStoredAs in performance test scripts. Mon May 03 00:46:59 GMT 2010
- [tracker/rss-enclosures] functional-tests: Fixed metadata query for images Mon May 03 00:47:08 GMT 2010
- [tracker/rss-enclosures] functional-tests: Fix signal handling in miner file operations test suite Mon May 03 00:47:10 GMT 2010
- [tracker/rss-enclosures] inotify and tracker-storage are not testeables. Remove from coverage. Mon May 03 00:47:13 GMT 2010
- [tracker/rss-enclosures] NCO: Add nco:contactLocalID Mon May 03 00:47:19 GMT 2010
- [tracker/rss-enclosures] Add writeback for nao:hasTag and nao:prefLabel Mon May 03 00:47:24 GMT 2010
- [tracker/rss-enclosures] Fix compilation warning Mon May 03 00:47:35 GMT 2010
- [tracker/rss-enclosures] Add Flickr miner Mon May 03 00:47:35 GMT 2010
- [tracker/rss-enclosures] tracker-extract: Add tracker_getline() docs Mon May 03 00:47:40 GMT 2010
- [tracker/rss-enclosures] Bump version Mon May 03 00:47:44 GMT 2010
- [tracker/rss-enclosures] Updated NEWS Mon May 03 00:47:50 GMT 2010
- [tracker/rss-enclosures] libtracker-extract: Use proper types for tracker_getline() Mon May 03 00:47:54 GMT 2010
- [tracker/rss-enclosures] configure: Cleaned up flickr indentation Mon May 03 00:48:00 GMT 2010
- [tracker/rss-enclosures] tracker-miner-flickr: Fixed make distcheck issues Mon May 03 00:48:05 GMT 2010
- [tracker/rss-enclosures] tracker-miner-flickr: Added .desktop.in to POTFILES.in Mon May 03 00:48:10 GMT 2010
- [tracker/rss-enclosures] tracker-store: Fix critical warning in case of syntax error in query Mon May 03 00:48:15 GMT 2010
- [tracker/rss-enclosures] tracker-miner-fs, libtracker-db: Performance improvement for tracker:uri-is-parent Mon May 03 00:48:20 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Avoid strstr in uri_is_parent and uri_is_descendant Mon May 03 00:48:25 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Fix for last commit, || should be && Mon May 03 00:48:30 GMT 2010
- [tracker/rss-enclosures] libtracker-data: Fixed compilation warning Mon May 03 00:48:35 GMT 2010
- [tracker/rss-enclosures] NFO, libtracker-miner: Major performance improvement for crawler Mon May 03 00:48:40 GMT 2010
- [tracker/rss-enclosures] NFO: Document reason why there's an index on nfo:belongsToContainer Mon May 03 00:48:45 GMT 2010
- [tracker/rss-enclosures] libtracker-miner: Fixed usage of a ' where " is needed Mon May 03 00:48:50 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Fix for table is locked problem Mon May 03 00:48:55 GMT 2010
- [tracker/rss-enclosures] libtracker-db: Don't busy-loop-handle SQLITE_IOERR_BLOCKED Mon May 03 00:49:00 GMT 2010
- [tracker/rss-enclosures] libtracker-miner: Fix includes in vapi file Mon May 03 00:49:06 GMT 2010
- [tracker/rss-enclosures] libtracker-miner: Fix memory leak in vapi file Mon May 03 00:49:10 GMT 2010
- [tracker/rss-enclosures] Fix typo in documentation Mon May 03 00:49:15 GMT 2010
- [tracker/rss-enclosures] Updated German translation Mon May 03 00:49:23 GMT 2010
- [tracker/rss-enclosures] Update Czech translation by Marek Cernocky Mon May 03 00:49:26 GMT 2010
- [tracker/rss-enclosures] tracker-miner-rss: initial support for enclosures downloads tracker-miner-rss: support for items' au Mon May 03 00:49:30 GMT 2010
- [tracker/rss-enclosures] tracker-miner-rss: saving mfo:localLink for fetched enclosures Mon May 03 00:49:37 GMT 2010
- [libgrss] Added feed_channel_new_from_file() function Tue May 25 12:15:17 GMT 2010
- [libgrss] Management of <alink> tag as alternative for <link> in RSS handler Tue May 25 12:15:21 GMT 2010
- [libgrss] Added XOXO files parser Corrected error in GError propagation for FeedsGroup Tue May 25 17:46:33 GMT 2010
- [libgrss] Added example for FeedsGroup Tue May 25 23:56:03 GMT 2010
- [libgrss] Added XBEL files parser Wed May 26 01:39:02 GMT 2010
- [libgrss] Improved error reporting for feed_channel_fetch_async() Wed May 26 12:58:05 GMT 2010
- [tracker/rss-enclosures] tracker-miner-rss: management of mandatory enclosures (mfo:optional = false) Wed May 26 22:06:09 GMT 2010
Roberto Majadas
Rob Richards
Rodrigo Luiz Marques Flores
Rodrigo Moya
Roman Joost
Ross Burton
Ruben Vermeersch
- [f-spot] Fix the libdir on 64bit architectures. Tue May 11 17:16:23 GMT 2010
- [f-spot] Disable out-of-prefix by default install of RetroactiveRoll. Tue May 11 17:16:28 GMT 2010
- [f-spot] Started modernizing the build. Tue May 11 18:05:31 GMT 2010
- [f-spot] Avoid generating GIO# bindings every time. Tue May 11 18:05:33 GMT 2010
- [f-spot] Avoid generating Unique# bindings ever time. Tue May 11 18:08:27 GMT 2010
- [f-spot] Fix POTFILES. Tue May 11 19:49:34 GMT 2010
- [f-spot] Convert RetroactiveRoll to autotools. Tue May 11 19:49:39 GMT 2010
- [f-spot] Add ScreensaverConfig ui file to fix distcheck. Wed May 12 15:01:44 GMT 2010
- [f-spot] Ignore generated translation files. Wed May 12 15:01:46 GMT 2010
- [f-spot] Ignore generated files. Wed May 12 15:01:53 GMT 2010
- [f-spot] Fix product name in configure.ac Wed May 12 15:01:57 GMT 2010
- [f-spot] Relax gnome-doc-prepare dependency. Wed May 12 15:02:02 GMT 2010
- [f-spot] Fix animation prioritization. Wed May 12 22:42:49 GMT 2010
- [f-spot] Fix usage of obsolete Mono.Posix.Catalog. Wed May 12 22:42:54 GMT 2010
- [f-spot] More shamrockification. Thu May 13 09:04:16 GMT 2010
- [f-spot] Fix a couple of warnings. Thu May 13 09:04:22 GMT 2010
- [f-spot] Remove unused variable. Thu May 13 09:04:27 GMT 2010
- [f-spot] Release preparation: Massive NEWS update. Fri May 14 10:05:11 GMT 2010
- [f-spot] Prepare 0.6.2 version, drop nano numbering. Fri May 14 10:19:15 GMT 2010
- [f-spot] Deleted branch fspot_0_1_branch Fri May 14 10:50:48 GMT 2010
- [f-spot] Created branch stable-0.6 Fri May 14 13:07:15 GMT 2010
- [f-spot] Deleted branch FSPOT_0_3_STABLE Fri May 14 13:18:00 GMT 2010
- [f-spot] Deleted branch FSPOT_0_4_1_STABLE Fri May 14 13:18:20 GMT 2010
- [f-spot] Deleted branch FSPOT_0_4_2_STABLE Fri May 14 13:18:34 GMT 2010
- [f-spot] Deleted branch FSPOT_THEMABLE Fri May 14 13:18:58 GMT 2010
- [f-spot] Deleted branch F_SPOT_DBUS Fri May 14 13:20:11 GMT 2010
- [f-spot] Deleted branch F_SPOT_QUERY Fri May 14 13:20:25 GMT 2010
- [f-spot] Deleted branch FSPOT_0_4_STABLE Fri May 14 13:20:45 GMT 2010
- [f-spot] Deleted branch FSPOT_0_5_0_STABLE Fri May 14 13:20:56 GMT 2010
- [f-spot] Deleted branch FSPOT_0_6_0_STABLE Fri May 14 13:21:24 GMT 2010
- [f-spot] Remove Beagle plugin at the request of openSUSE. Fri May 14 14:15:07 GMT 2010
- [f-spot/stable-0.6] Remove Beagle plugin at the request of openSUSE. Fri May 14 14:15:11 GMT 2010
- [f-spot] Avoid busy waiting for database queries. Fri May 14 17:18:27 GMT 2010
- [f-spot/stable-0.6] (2 commits) ...Avoid busy waiting for database queries. Fri May 14 17:18:33 GMT 2010
- [f-spot] Speed up loading of photos by being a bit smarter. Fri May 14 17:28:01 GMT 2010
- [f-spot/stable-0.6] Speed up loading of photos by being a bit smarter. Fri May 14 17:28:06 GMT 2010
- [f-spot] Correctly capitalize SQL keywords. Fri May 14 17:30:52 GMT 2010
- [f-spot/stable-0.6] Correctly capitalize SQL keywords. Fri May 14 17:30:57 GMT 2010
- [f-spot] More NEWS updating. Fri May 14 17:36:07 GMT 2010
- [f-spot/stable-0.6] More NEWS updating. Fri May 14 17:36:11 GMT 2010
- [f-spot] Don't delete emailed files after a fixed time-out. Fri May 14 18:21:31 GMT 2010
- [f-spot/stable-0.6] (2 commits) ...Don't delete emailed files after a fixed time-out. Fri May 14 18:22:12 GMT 2010
- [f-spot] Don't convert photo times to UTC. Fri May 14 18:55:56 GMT 2010
- [f-spot/stable-0.6] Don't convert photo times to UTC. Fri May 14 18:57:48 GMT 2010
- [f-spot] Final update to NEWS, 0.6.2 is ready for release. Fri May 14 19:00:26 GMT 2010
- [f-spot/stable-0.6] Final update to NEWS, 0.6.2 is ready for release. Fri May 14 19:00:57 GMT 2010
- [f-spot] Update release date. Fri May 14 19:34:37 GMT 2010
- [f-spot] Created tag 0.6.2 Fri May 14 19:39:01 GMT 2010
- [f-spot/stable-0.6] Update release date. Fri May 14 19:50:59 GMT 2010
- [f-spot] Remove embedded gnome-keyring-sharp. Fri May 14 22:19:58 GMT 2010
- [f-spot] More pkg-config file to build/pkg-config/ Fri May 14 22:36:25 GMT 2010
- [f-spot] Eradicate last bits of embedded Mono.Addins. Fri May 14 22:36:29 GMT 2010
- [f-spot] Fix dist. Fri May 14 22:51:44 GMT 2010
- [f-spot] Move desktop files into data/desktop-files/ Fri May 14 22:51:50 GMT 2010
- [f-spot] Fix translations. Fri May 14 23:10:05 GMT 2010
- [f-spot] Move FormClient into GalleryExport. Only used there. Fri May 14 23:10:10 GMT 2010
- [f-spot] Remove SimpleCalendar, not used anyway. Fri May 14 23:25:44 GMT 2010
- [f-spot] More cleaning: Remove the outdated spec file. Fri May 14 23:25:49 GMT 2010
- [f-spot] Add myself. Fri May 14 23:25:54 GMT 2010
- [f-spot] Update versions. Fri May 14 23:41:21 GMT 2010
- [f-spot] Clean semweb slightly, but it should just go. Fri May 14 23:41:25 GMT 2010
- [f-spot/stable-0.6] Lower the gnome-doc-prepare requirement Sat May 15 08:41:44 GMT 2010
- [f-spot] (3 commits) Created branch iconview-selection Sat May 15 09:41:13 GMT 2010
- [f-spot/iconview-selection: 1/3] Mouse selection in Iconview Sat May 15 09:41:21 GMT 2010
- [f-spot/iconview-selection: 2/3] fix delta in rectangle top left point and fix delta in button release point when moving fast Sat May 15 09:41:23 GMT 2010
- [f-spot/iconview-selection: 3/3] Code style cleanups. Sat May 15 09:41:28 GMT 2010
- [f-spot] Fix for bgo#608216 Sat May 15 09:48:36 GMT 2010
- [f-spot] Resolving MainWindow.Toplevel dependency of QueryWidget Sat May 15 10:01:41 GMT 2010
- [f-spot] App.Instance.Organizer will never be null Sat May 15 10:01:42 GMT 2010
- [f-spot] Remove unnecessary lines (#601673) Sat May 15 10:01:46 GMT 2010
- [f-spot] Kill Gnome.VFS. GIO is the new king. Sat May 15 15:03:35 GMT 2010
- [f-spot] Rewrite import to be more sane. Sat May 15 18:45:37 GMT 2010
- [f-spot] Created branch HEAD Sat May 15 19:29:39 GMT 2010
- [f-spot/HEAD] Make sure ImageFiles always get disposed. Sat May 15 19:29:43 GMT 2010
- [f-spot] Make sure ImageFiles always get disposed. Sat May 15 19:36:01 GMT 2010
- [f-spot] Small bug in dupe detection. Sat May 15 19:36:05 GMT 2010
- [f-spot] Remove unused variable. Sat May 15 19:36:10 GMT 2010
- [f-spot] Deleted branch HEAD Sat May 15 19:36:37 GMT 2010
- [f-spot] Fix build breakages missed by bad rebuilds. Sun May 16 07:15:55 GMT 2010
- [f-spot] Created branch taglib-metadata Sun May 16 07:38:27 GMT 2010
- [f-spot/taglib-metadata] Taglib# sync e78bc6160d12b957134fc9274d0e3852f5e2e560 Sun May 16 07:38:57 GMT 2010
- [f-spot] Add GIO# ref to FSpot.Core. Sun May 16 08:54:08 GMT 2010
- [f-spot] Keep an ID instead of a reference on import. Sun May 16 09:51:53 GMT 2010
- [f-spot] Don't immediately start caching photos on creation. Sun May 16 09:51:57 GMT 2010
- [f-spot/taglib-metadata] Initial replacement of libexif usage by Taglib#. Sun May 16 09:52:08 GMT 2010
- [f-spot] Deleted branch taglib-metadata Sun May 16 10:33:04 GMT 2010
- [f-spot] Disable Gphoto2. Crashes every time Sun May 16 10:33:14 GMT 2010
- [f-spot] Force GC collections during import. Sun May 16 10:33:18 GMT 2010
- [f-spot] (3 commits) Created branch taglib-metadata Sun May 16 10:33:33 GMT 2010
- [f-spot/taglib-metadata: 3/3] More resource disposal. Sun May 16 10:33:48 GMT 2010
- [f-spot/taglib-metadata: 2/3] Initial replacement of libexif usage by Taglib#. Sun May 16 10:33:51 GMT 2010
- [f-spot/taglib-metadata: 1/3] Taglib# sync e78bc6160d12b957134fc9274d0e3852f5e2e560 Sun May 16 10:34:12 GMT 2010
- [f-spot] Nuke broken MonoDevelop build files. Mon May 17 09:53:05 GMT 2010
- [f-spot] Deleted branch stable-0.6 Mon May 17 11:02:40 GMT 2010
- [f-spot] Created branch stable-0.6 Mon May 17 11:03:11 GMT 2010
- [f-spot] Fix disposed pixmap bug in Adjust Colours tool Mon May 17 16:32:04 GMT 2010
- [f-spot] Generalize compare logic to IBrowsableItem. Tue May 18 07:18:46 GMT 2010
- [f-spot] Fixes bug #618798, getting rid of gnomeVfs Tue May 18 18:29:51 GMT 2010
- [f-spot] Fix recursive copying for FolderExport Tue May 18 18:29:54 GMT 2010
- [f-spot] Actually turn it into an extension method. Tue May 18 18:30:00 GMT 2010
- [f-spot] Log GIO critical warnings. Tue May 18 18:30:03 GMT 2010
- [f-spot] Remove unused method. Tue May 18 18:50:20 GMT 2010
- [f-spot] Fix extensions. Tue May 18 18:50:25 GMT 2010
- [f-spot] Stop implementing IBrowsableItem in PhotoVersion. Tue May 18 19:05:51 GMT 2010
- [f-spot] Kill more warnings. Tue May 18 19:11:58 GMT 2010
- [f-spot] More cleanups. Tue May 18 19:38:49 GMT 2010
- [f-spot] Avoid use of exceptions, fix directory type comparison Wed May 19 09:00:01 GMT 2010
- [f-spot] Fix critical GLib warning regarding canncellable Wed May 19 09:00:08 GMT 2010
- [f-spot] Use CopyRecursive as extension method Wed May 19 09:31:22 GMT 2010
- [f-spot] dialog messages and clean up Wed May 19 14:25:29 GMT 2010
- [f-spot] No need to check result as if result is false, an exception will be thrown before. Wed May 19 14:25:34 GMT 2010
- [f-spot] Cleanup, consistent debug and dialog messages, debug/error output Wed May 19 14:25:40 GMT 2010
- [f-spot] allow RecursiveFileEnumerator to enumerate a single file Wed May 19 15:06:48 GMT 2010
- [f-spot] Add a comment about not being duplicate code. Wed May 19 15:10:14 GMT 2010
- [f-spot] Deleted branch taglib-metadata Wed May 19 15:10:23 GMT 2010
- [f-spot] (3 commits) Created branch taglib-metadata Wed May 19 15:13:33 GMT 2010
- [f-spot/taglib-metadata: 3/3] More resource disposal. Wed May 19 15:13:48 GMT 2010
- [f-spot/taglib-metadata: 2/3] Initial replacement of libexif usage by Taglib#. Wed May 19 15:13:50 GMT 2010
- [f-spot/taglib-metadata: 1/3] Taglib# sync e78bc6160d12b957134fc9274d0e3852f5e2e560 Wed May 19 15:14:00 GMT 2010
- [f-spot/taglib-metadata] Fixing setting LocalOnly of dialog to false Thu May 20 14:05:42 GMT 2010
- [f-spot] Fixing setting LocalOnly of dialog to false Thu May 20 14:07:18 GMT 2010
- [f-spot/taglib-metadata: 2/3] Initial replacement of libexif usage by Taglib#. Thu May 20 14:08:31 GMT 2010
- [f-spot] Add two more missing disposes. Thu May 20 14:09:14 GMT 2010
- [f-spot/taglib-metadata: 1/3] Taglib# sync e78bc6160d12b957134fc9274d0e3852f5e2e560 Thu May 20 14:09:52 GMT 2010
- [f-spot] Delete completely unused file Scanning.cs Thu May 20 14:11:46 GMT 2010
- [f-spot/taglib-metadata: 3/3] More resource disposal. Thu May 20 14:13:55 GMT 2010
- [f-spot] Deleted branch taglib-metadata Thu May 20 14:15:58 GMT 2010
- [f-spot] Ensure that FileInfo is disposed in RecursiveFileEnumerator Thu May 20 14:17:48 GMT 2010
- [f-spot] (3 commits) Created branch taglib-metadata Thu May 20 14:20:43 GMT 2010
- [f-spot] Allow skipping over files with no permission in RecursiveFileEnumerator. Thu May 20 14:20:51 GMT 2010
- [f-spot] Skip missing photos in slideshow Thu May 20 14:22:02 GMT 2010
- [f-spot] Avoid disposing of ErrorPixbuf Thu May 20 14:22:08 GMT 2010
- [f-spot] Shows tag icons in tag selection menus. Thu May 20 22:21:46 GMT 2010
- [f-spot] Fix gtk 2.16 detection Thu May 20 22:21:50 GMT 2010
- [f-spot] Remove duplicate TagMenuItem class. Thu May 20 22:21:55 GMT 2010
- [f-spot] Correct extension method usage. Thu May 20 22:22:00 GMT 2010
- [f-spot] Select selected URI in option menu Thu May 20 22:31:50 GMT 2010
- [f-spot] Remove unused method Thu May 20 22:31:54 GMT 2010
- [f-spot] Reload preview pixmap to default if empty collection is found Thu May 20 22:31:59 GMT 2010
- [f-spot] Deleted branch iconview-selection Thu May 20 22:56:35 GMT 2010
- [f-spot] (4 commits) Created branch iconview-selection Thu May 20 22:56:49 GMT 2010
- [f-spot/iconview-selection: 1/4] Mouse selection in Iconview Thu May 20 22:56:58 GMT 2010
- [f-spot/iconview-selection: 2/4] fix delta in rectangle top left point and fix delta in button release point when moving fast Thu May 20 22:57:01 GMT 2010
- [f-spot/iconview-selection: 3/4] Code style cleanups. Thu May 20 22:57:04 GMT 2010
- [f-spot/iconview-selection: 4/4] Add PointerMotionHintMask to fix mouse release. Thu May 20 22:57:08 GMT 2010
- [f-spot/iconview-selection] Fix FacebookExport build with new IconView API. Thu May 20 23:02:17 GMT 2010
- [f-spot] Prepare import when selecting previous option menu items Fri May 21 07:35:20 GMT 2010
- [f-spot] scroll to top on changing source Fri May 21 09:18:43 GMT 2010
- [f-spot] Small code style fixes. Fri May 21 09:26:42 GMT 2010
- [f-spot] Install 128 pixel logo. Fri May 21 09:31:36 GMT 2010
- [f-spot] Also update (un)install bits of the icon. Fri May 21 09:38:01 GMT 2010
- [f-spot] Check if file exists for GIO Sat May 22 19:45:23 GMT 2010
- [f-spot] Expose all Facebook exceptions. Sat May 22 23:16:03 GMT 2010
- [f-spot] Update Facebook XSD. Sat May 22 23:16:11 GMT 2010
- [f-spot] Fix Photo response parsing Sat May 22 23:16:17 GMT 2010
- [f-spot] Fix Facebook exporting, by bringing the API up-to-date. Sat May 22 23:16:24 GMT 2010
- [f-spot] Replace hardcoded structs by XSD generated ones. Sat May 22 23:16:30 GMT 2010
- [f-spot] Stop shipping dpap-sharp. Sun May 23 09:03:40 GMT 2010
- [f-spot] Remove needless message, shave makes build readable. Sun May 23 10:04:03 GMT 2010
- [f-spot] Replace Photo dependency in Core/App Sun May 23 10:04:12 GMT 2010
- [f-spot] Drop DefaultVersionUri. Sun May 23 10:04:18 GMT 2010
- [f-spot] Pull versioning up to IBrowsableItem. Sun May 23 10:04:22 GMT 2010
- [f-spot] Remove a dependency on PhotoChanges. Sun May 23 10:04:24 GMT 2010
- [f-spot] Get rid of PhotoArray. Sun May 23 10:04:28 GMT 2010
- [f-spot] Be stricter in core assemblies. Sun May 23 10:13:15 GMT 2010
- [f-spot] Relax some coupling on Photo. Sun May 23 10:13:20 GMT 2010
- [f-spot] Mouse selection in Iconview Sun May 23 10:17:19 GMT 2010
- [f-spot] fix delta in rectangle top left point and fix delta in button release point when moving fast Sun May 23 10:17:21 GMT 2010
- [f-spot] Code style cleanups. Sun May 23 10:17:25 GMT 2010
- [f-spot] Add PointerMotionHintMask to fix mouse release. Sun May 23 10:17:29 GMT 2010
- [f-spot] Fix FacebookExport build with new IconView API. Sun May 23 10:17:35 GMT 2010
- [f-spot] Deleted branch iconview-selection Sun May 23 10:19:38 GMT 2010
- [f-spot/rubenv-gsoc-2009: 1/86] Remove CFLAGS and CXXFLAGS definitions. Sun May 23 12:32:11 GMT 2010
- [f-spot/rubenv-gsoc-2009: 2/86] Add empty libfspotraw-sharp for libfspotraw bindings. Sun May 23 12:32:11 GMT 2010
- [f-spot] (86 commits) Created branch rubenv-gsoc-2009 Sun May 23 12:32:13 GMT 2010
- [f-spot/rubenv-gsoc-2009: 3/86] Convert absolute path to relative to the build file. Sun May 23 12:32:16 GMT 2010
- [f-spot/rubenv-gsoc-2009: 4/86] Add C# bindings for libspotraw. Untested, off-course. Sun May 23 12:32:22 GMT 2010
- [f-spot/rubenv-gsoc-2009: 5/86] Add libfspotraw-sharp as a build dependency. Sun May 23 12:32:28 GMT 2010
- [f-spot/rubenv-gsoc-2009: 6/86] Add stub interface for LibrawImageLoader. Sun May 23 12:32:30 GMT 2010
- [f-spot/rubenv-gsoc-2009: 7/86] Enforce the fact that one loader only loads one image. Sun May 23 12:32:36 GMT 2010
- [f-spot/rubenv-gsoc-2009: 8/86] Add a correct constructor to the librawloader. Sun May 23 12:32:41 GMT 2010
- [f-spot/rubenv-gsoc-2009: 9/86] Add a simple thumbnail extracting loader. Sun May 23 12:32:47 GMT 2010
- [f-spot/rubenv-gsoc-2009: 10/86] Successfully loads thumbnails from .CR2 and .DNG files now, using LibRaw. Sun May 23 12:32:51 GMT 2010
- [f-spot/rubenv-gsoc-2009: 11/86] Enable libraw loading for NEF files, so that sde can enjoy it too. Sun May 23 12:32:56 GMT 2010
- [f-spot/rubenv-gsoc-2009: 12/86] Load the full size RAW in the background. Sun May 23 12:33:02 GMT 2010
- [f-spot/rubenv-gsoc-2009: 13/86] Add a progress reporting signal. Sun May 23 12:33:08 GMT 2010
- [f-spot/rubenv-gsoc-2009: 14/86] Make sure it actually links and runs correctly. Sun May 23 12:33:10 GMT 2010
- [f-spot/rubenv-gsoc-2009: 15/86] Abort RAW loading when no longer needed. Sun May 23 12:33:17 GMT 2010
- [f-spot/rubenv-gsoc-2009: 16/86] Use the camera white balance when loading a RAW. Sun May 23 12:33:20 GMT 2010
- [f-spot/rubenv-gsoc-2009: 17/86] Fix orientation of embedded JPEG. Sun May 23 12:33:26 GMT 2010
- [f-spot/rubenv-gsoc-2009: 18/86] Regenerate the API whenever the C wrapper changes. Sun May 23 12:33:31 GMT 2010
- [f-spot/rubenv-gsoc-2009: 19/86] Delete the Progress property, don't use it anyway. Sun May 23 12:33:35 GMT 2010
- [f-spot/rubenv-gsoc-2009: 20/86] Return shallow copies such that the pixbuf can always be safely disposed. Sun May 23 12:33:40 GMT 2010
- [f-spot/rubenv-gsoc-2009: 21/86] Clean up a warning and some weird code. Sun May 23 12:33:45 GMT 2010
- [f-spot/rubenv-gsoc-2009: 22/86] Detect RAW files using a marker interface: IRawFile. Sun May 23 12:33:52 GMT 2010
- [f-spot/rubenv-gsoc-2009: 23/86] Transform the simple ImageLoaders to item loaders. Sun May 23 12:34:01 GMT 2010
- [f-spot/rubenv-gsoc-2009: 24/86] Change some stuff to the new API, less warning as a result. Sun May 23 12:34:02 GMT 2010
- [f-spot/rubenv-gsoc-2009: 25/86] Show the items loaded in the debug output. Sun May 23 12:34:05 GMT 2010
- [f-spot/rubenv-gsoc-2009: 26/86] Add a status bar to show the progress of the RAW being loaded. Sun May 23 12:34:13 GMT 2010
- [f-spot/rubenv-gsoc-2009: 28/86] Remove some unused code. Sun May 23 12:34:21 GMT 2010
- [f-spot/rubenv-gsoc-2009: 29/86] Remove obsolete code. Sun May 23 12:34:27 GMT 2010
- [f-spot/rubenv-gsoc-2009: 27/86] Split loaders and imaging out into separate assemblies. Sun May 23 12:34:28 GMT 2010
- [f-spot/rubenv-gsoc-2009: 30/86] Fix NullPointerException due the extension method. Sun May 23 12:34:31 GMT 2010
- [f-spot/rubenv-gsoc-2009: 31/86] Add missing dll configurations. Sun May 23 12:34:36 GMT 2010
- [f-spot/rubenv-gsoc-2009: 32/86] Fix Editors for RAW files, now saves a new .jpg version. Sun May 23 12:34:45 GMT 2010
- [f-spot/rubenv-gsoc-2009: 33/86] Somehow, it didn't find FlickrNet anymore, fix that. Sun May 23 12:34:46 GMT 2010
- [f-spot/rubenv-gsoc-2009: 34/86] Fix straight exporting of RAW files. Sun May 23 12:34:51 GMT 2010
- [f-spot/rubenv-gsoc-2009: 35/86] Fix extension. Sun May 23 12:34:56 GMT 2010
- [f-spot/rubenv-gsoc-2009: 36/86] Add a filter to make sure that the exported file is processed. Sun May 23 12:35:02 GMT 2010
- [f-spot/rubenv-gsoc-2009: 37/86] Load all RAW files using LibrawLoader. Sun May 23 12:35:06 GMT 2010
- [f-spot/rubenv-gsoc-2009: 38/86] Fix support for PANASONIC FZ50 RAW files. Sun May 23 12:35:11 GMT 2010
- [f-spot/rubenv-gsoc-2009: 39/86] Remove ImageFile.HasLoader in favor of ImageLoader.IsAvailable Sun May 23 12:35:17 GMT 2010
- [f-spot/rubenv-gsoc-2009: 40/86] Downscale thumbnails before saving. Sun May 23 12:35:21 GMT 2010
- [f-spot/rubenv-gsoc-2009: 41/86] Correctly signal errors with null and load through ImageLoader. Sun May 23 12:35:30 GMT 2010
- [f-spot/rubenv-gsoc-2009: 42/86] Clean some code. Sun May 23 12:35:32 GMT 2010
- [f-spot/rubenv-gsoc-2009: 43/86] Switch PreviewPopup from PhotoLoader to ImageLoader. Sun May 23 12:35:37 GMT 2010
- [f-spot/rubenv-gsoc-2009: 44/86] Remove unused variable. Sun May 23 12:35:41 GMT 2010
- [f-spot/rubenv-gsoc-2009: 45/86] Fix orientation of loaded thumbs Sun May 23 12:35:47 GMT 2010
- [f-spot/rubenv-gsoc-2009: 46/86] Plug some memory leaks, hook up code to valgrind. Sun May 23 12:35:53 GMT 2010
- [f-spot/rubenv-gsoc-2009: 47/86] Fix the orientation of thumbnails. Sun May 23 12:35:57 GMT 2010
- [f-spot/rubenv-gsoc-2009: 48/86] Small fixes to the unit tests. Need cleaning. Sun May 23 12:36:01 GMT 2010
- [f-spot/rubenv-gsoc-2009: 49/86] Now that we have automatic members, let's use them. Sun May 23 12:36:07 GMT 2010
- [f-spot/rubenv-gsoc-2009: 50/86] Initial Processing framework, the start of repeatable editing. Sun May 23 12:36:14 GMT 2010
- [f-spot/rubenv-gsoc-2009: 51/86] Add saving API. Sun May 23 12:36:17 GMT 2010
- [f-spot/rubenv-gsoc-2009: 52/86] Add some more error checking and correctly install DLL maps. Sun May 23 12:36:22 GMT 2010
- [f-spot/rubenv-gsoc-2009: 53/86] Split out Editor, add initial RepeatableEditor. Sun May 23 12:36:29 GMT 2010
- [f-spot/rubenv-gsoc-2009: 54/86] Convert ColorEditor to be a RepeatableEditor. Sun May 23 12:36:33 GMT 2010
- [f-spot/rubenv-gsoc-2009: 55/86] Convert sepia and desaturate into repeatable editors. Sun May 23 12:36:37 GMT 2010
- [f-spot/rubenv-gsoc-2009: 56/86] Make Editors suck less by threading previews. Sun May 23 12:36:42 GMT 2010
- [f-spot/rubenv-gsoc-2009: 57/86] Kill CompletePixbuf and expose Loader in PhotoImageView. Sun May 23 12:36:48 GMT 2010
- [f-spot/rubenv-gsoc-2009: 58/86] Make sure preview updates happen in the correct thread. Sun May 23 12:36:52 GMT 2010
- [f-spot/rubenv-gsoc-2009: 59/86] Track Pipeline where it should: in EditorState. Sun May 23 12:36:59 GMT 2010
- [f-spot/rubenv-gsoc-2009: 60/86] First version management in repeatable editing. Sun May 23 12:37:07 GMT 2010
- [f-spot/rubenv-gsoc-2009: 61/86] Properly handle Original. Sun May 23 12:37:08 GMT 2010
- [f-spot/rubenv-gsoc-2009: 62/86] Some cleanups to type detection. Sun May 23 12:37:13 GMT 2010
- [f-spot/rubenv-gsoc-2009: 63/86] Fix a potential hang, add some implementation guidelines. Sun May 23 12:37:17 GMT 2010
- [f-spot/rubenv-gsoc-2009: 64/86] Fix some warnings and a hang, also make sure thumbnails get updated after edits. Sun May 23 12:37:23 GMT 2010
- [f-spot/rubenv-gsoc-2009: 65/86] Correctly abort loaders and do it responsively. Sun May 23 12:37:29 GMT 2010
- [f-spot/rubenv-gsoc-2009: 66/86] Add proper image deletion. Sun May 23 12:37:38 GMT 2010
- [f-spot/rubenv-gsoc-2009: 67/86] Also remove Processing settings upon removing a photo version. Sun May 23 12:37:39 GMT 2010
- [f-spot/rubenv-gsoc-2009: 68/86] Be a bit more robust agains bad database values. Sun May 23 12:37:44 GMT 2010
- [f-spot/rubenv-gsoc-2009: 69/86] Some more bugfixes related to disposing. Sun May 23 12:37:49 GMT 2010
- [f-spot/rubenv-gsoc-2009] Remove unused code. Sun May 23 12:37:52 GMT 2010
- [f-spot/rubenv-gsoc-2009: 70/86] Be more strict about disposing in loaders. Sun May 23 12:37:53 GMT 2010
- [f-spot/rubenv-gsoc-2009: 72/86] Change RAW processing flags to make it go a bit faster. Sun May 23 12:38:03 GMT 2010
- [f-spot/rubenv-gsoc-2009: 71/86] Update to LibRaw 0.8 Beta 4. Sun May 23 12:38:08 GMT 2010
- [f-spot/rubenv-gsoc-2009: 73/86] Only hide status bar when needed. Sun May 23 12:38:08 GMT 2010
- [f-spot/rubenv-gsoc-2009: 74/86] Kill some of the debug spew. Sun May 23 12:38:13 GMT 2010
- [f-spot/rubenv-gsoc-2009: 75/86] Prevent a rare disposal exception. Sun May 23 12:38:19 GMT 2010
- [f-spot/rubenv-gsoc-2009: 76/86] Fix hang due to missing Pulse call. Sun May 23 12:38:23 GMT 2010
- [f-spot/rubenv-gsoc-2009: 77/86] Update preview after loading the full size. Sun May 23 12:38:28 GMT 2010
- [f-spot/rubenv-gsoc-2009: 78/86] Completely kill the old way of loading. Sun May 23 12:38:37 GMT 2010
- [f-spot/rubenv-gsoc-2009: 79/86] Kill PixbufStream, obsoleted by IImageLoader. Sun May 23 12:38:41 GMT 2010
- [f-spot/rubenv-gsoc-2009: 80/86] Remove useless class. Sun May 23 12:38:43 GMT 2010
- [f-spot/rubenv-gsoc-2009: 81/86] Remove a ton of unused stuff in PnmFile. Sun May 23 12:38:50 GMT 2010
- [f-spot/rubenv-gsoc-2009: 82/86] Kill even more code. Sun May 23 12:38:55 GMT 2010
- [f-spot/rubenv-gsoc-2009: 83/86] Lower buffer size for now, to avoid a Gdk bug. Sun May 23 12:39:00 GMT 2010
- [f-spot/rubenv-gsoc-2009: 85/86] Update to LibRaw 0.8.4. Sun May 23 12:39:17 GMT 2010
- [f-spot/rubenv-gsoc-2009: 86/86] Make it build and somewhat work: tons of breakage. Sun May 23 12:39:20 GMT 2010
- [f-spot/rubenv-gsoc-2009: 84/86] Update to LibRaw 0.8.2. Sun May 23 12:39:20 GMT 2010
- [f-spot/rubenv-gsoc-2009] Kill more code. Sun May 23 12:43:50 GMT 2010
- [f-spot/taglib-metadata] Taglib# sync f6a3428d8b86aeee51b972a1ffbeb26e9afb048d Sun May 23 13:20:13 GMT 2010
- [f-spot] Remove dpap-sharp from configure.ac to fix distcheck. Sun May 23 15:49:06 GMT 2010
- [f-spot] Bumping version to 0.7.0 for GIT tree. Sun May 23 15:53:00 GMT 2010
- [f-spot] Allow disabling of tests completely Mon May 24 15:17:12 GMT 2010
- [f-spot] Update copyright year in about. Mon May 24 15:17:17 GMT 2010
- [f-spot] (16 commits) ...Merge Anton's detaching/reparenting work. Tue May 25 12:48:15 GMT 2010
- [f-spot: 1/16] Detach version menu item added. Tue May 25 12:48:21 GMT 2010
- [f-spot: 2/16] HIG-ified the Delete Version command. Tue May 25 12:48:24 GMT 2010
- [f-spot: 3/16] Added confirmation to the reparenting command. Tue May 25 12:48:30 GMT 2010
- [f-spot: 4/16] Reparenting will now try to preserve rating and description. Tue May 25 12:48:36 GMT 2010
- [f-spot: 5/16] Better reparenting info message. Tue May 25 12:48:39 GMT 2010
- [f-spot: 6/16] Call UpdateQuery() after detach to ensure that the new photo appears on screen Tue May 25 12:48:44 GMT 2010
- [f-spot: 7/16] Order by filename ASC, so that detached versions appear always after the original photo, even if Rev Tue May 25 12:48:50 GMT 2010
- [f-spot: 8/16] Usability: select future parent before reparenting Tue May 25 12:48:54 GMT 2010
- [f-spot: 9/16] moved the UpdateQuery() call to MainWindow Tue May 25 12:48:59 GMT 2010
- [f-spot: 10/16] Try to derive reparented version name from its filename. Tue May 25 12:49:05 GMT 2010
- [f-spot: 11/16] Better confirmation messages Tue May 25 12:49:09 GMT 2010
- [f-spot: 12/16] Removed duplication in exception handling code Tue May 25 12:49:16 GMT 2010
- [f-spot: 13/16] Choose the latest available version as the default one after deletion. Tue May 25 12:49:19 GMT 2010
- [f-spot: 14/16] Remove ENABLE_REPARENTING #ifdefs Tue May 25 12:49:24 GMT 2010
- [f-spot: 15/16] Rebasing fixes Tue May 25 12:49:30 GMT 2010
- [f-spot: 16/16] Merge Anton's detaching/reparenting work. Tue May 25 12:49:34 GMT 2010
- [f-spot] Basic panning support. Tue May 25 13:00:49 GMT 2010
- [f-spot] Cosmetics: use Gdk.Point for coordinates. Tue May 25 13:00:57 GMT 2010
- [f-spot] Indicate panning by changing the mouse pointer. Tue May 25 13:00:58 GMT 2010
- [f-spot] Move panning code into its own new region. Tue May 25 13:01:04 GMT 2010
- [f-spot] Mouse pointer handling when panning in FS mode. Tue May 25 13:01:09 GMT 2010
- [f-spot] remove empty default tags from schemas file Tue May 25 13:08:46 GMT 2010
- [f-spot] Drop Mono.Cairo < 1.2.5 support. Tue May 25 22:56:16 GMT 2010
- [f-spot] Update to System.Uri killing gio-sharp. Tue May 25 22:56:23 GMT 2010
- [f-spot] Kill direct gphoto2 support. Tue May 25 22:56:34 GMT 2010
- [f-spot] Add SafeUri to replace broken System.Uri. Tue May 25 22:56:45 GMT 2010
- [f-spot] More obsolete code. Wed May 26 07:40:08 GMT 2010
- [f-spot] Removing a pile of obsolete code. Wed May 26 07:40:10 GMT 2010
- [f-spot] Fix User-Agent in GalleryExport. Wed May 26 12:32:43 GMT 2010
- [f-spot] Created branch hyena-submodule Wed May 26 22:43:59 GMT 2010
- [f-spot/hyena-submodule] Embed Hyena. No build yet. Wed May 26 22:44:04 GMT 2010
- [f-spot: 3/3] Merge in the Hyena branch. Sat May 29 08:36:57 GMT 2010
- [f-spot] Deleted branch hyena-submodule Sat May 29 08:36:58 GMT 2010
- [f-spot] Fix breakage due to Mono.Data.Sqlite not serializing SafeUri. Sat May 29 08:37:04 GMT 2010
- [f-spot/hyena-submodule] Add the needed bits for Hyena building. Sat May 29 08:37:04 GMT 2010
- [f-spot] (3 commits) ...Merge in the Hyena branch. Sat May 29 08:37:07 GMT 2010
- [f-spot] Remove embedded copy of flickrnet Sat May 29 09:10:34 GMT 2010
- [f-spot] Add dependency check for flickrnet. Sat May 29 09:10:37 GMT 2010
- [f-spot] Remove TagStore test. Sat May 29 12:42:57 GMT 2010
- [f-spot] Fix extension detection for files without extension. Sat May 29 12:43:04 GMT 2010
- [banshee] Add shamrock macros for finding mono-2.pc. Sat May 29 22:46:55 GMT 2010
- [banshee] Add implicit conversion to string. Sat May 29 22:47:00 GMT 2010
- [f-spot] Remove more obsolete tests. Sun May 30 09:05:16 GMT 2010
- [f-spot] Replaced all FSpot.Utils.Log by Hyena.Log Sun May 30 21:07:48 GMT 2010
Runa Bhattacharjee
Ryan Lortie
RyoTa SimaMoto
Sandeep Shedmake
SANDRA MARAKKALA DANISHKA NAVIN
Sanford Armstrong
Seán de Búrca
Sebastian Dröge
Sebastian Polsterl
Sebastien Granjoux
Sense Hofstede
Sergey V . Udaltsov
Sergio Villar Senin
Shankar Prasad
Shaun McCance
- [yelp] [yelp-location-entry] Fixed typo, bug #617431 Sun May 02 17:17:51 GMT 2010
- [yelp] [yelp-window] Use LOADING in location entry for a throbber Mon May 03 15:07:19 GMT 2010
- [yelp] Moved some files to POTFILES.skip Mon May 03 23:19:16 GMT 2010
- [yelp] Version 2.31.2 Mon May 03 23:19:20 GMT 2010
- [yelp] Created tag 2.31.2 Mon May 03 23:19:38 GMT 2010
- [yelp] [yelp-window] Don't rewrite completion for every page in a document Tue May 04 15:40:10 GMT 2010
- [yelp] [yelp-window] Ctrl+S keybinding to start search Tue May 04 15:45:25 GMT 2010
- [yelp] [yelp-window.c] Added 'Find in Page', with a nice slide-in animation Wed May 05 18:21:12 GMT 2010
- [yelp] [yelp-window.c] Fixed sorting mistake for bookmarks Wed May 05 18:25:42 GMT 2010
- [yelp] [yelp-window.c] Nicer find bar animation, text entry doesn't jut out Wed May 05 20:20:54 GMT 2010
- [yelp] [yelp-window.c] Fixed some compiler warnings Wed May 05 20:20:59 GMT 2010
- [yelp] [yelp-window] Frame on view, style tweaks to find bar and toolbar Wed May 05 22:21:54 GMT 2010
- [yelp] [yelp-window.c] Flash the location entry yellow when focused for search Thu May 06 15:44:55 GMT 2010
- [yelp] [yelp-window.c] Don't grab focus on view when find entry loses focus Thu May 06 16:46:37 GMT 2010
- [yelp] Cleaning up some old files Thu May 06 20:33:03 GMT 2010
- [yelp] [configure.in] Updating and fixing bits of lzma building, --disable-lzma works Thu May 06 20:33:09 GMT 2010
- [yelp] Fixing the build stuff for bz2 Thu May 06 21:31:49 GMT 2010
- [yelp] Removing yelp-io-channel, since we have the GIO stuff in now Thu May 06 21:31:54 GMT 2010
- [yelp] Fixed some compiler warnings Fri May 07 04:21:04 GMT 2010
- [yelp] [yelp-location-entry] Fixed widget->window for GSEAL Fri May 07 14:28:28 GMT 2010
- [yelp] [yelp-view] Fixed typos in property descriptions, bug #618016 Fri May 07 14:40:49 GMT 2010
- [yelp] [libyelp/yelp-view] Added basic printing support Fri May 07 16:33:09 GMT 2010
- [yelp] Fix various calls to g_signal_emit(_by_name); one was causing a crash Fri May 07 17:30:34 GMT 2010
- [yelp] [yelp-view] Fixed notify:: signal emissions, adding param specs Fri May 07 17:47:33 GMT 2010
- [yelp] [yelp-location-entry] Enable location entry bookmarks + markers in history Fri May 07 22:52:09 GMT 2010
- [yelp] [yelp-location-entry] Adding bookmark tags in completion drop-down Fri May 07 23:28:09 GMT 2010
- [yelp] Created branch gdbus Sat May 08 23:31:30 GMT 2010
- [yelp/gdbus] [yelp-application.c] Initial work on porting to GDBus Sat May 08 23:31:36 GMT 2010
- [yelp/gdbus] [yelp-application.c] Port PK bits to GDBus, fix GVariant usage Sun May 09 16:46:50 GMT 2010
- [yelp] [yelp-simple-document] Idle funcs should return a boolean. Mon May 10 19:00:48 GMT 2010
- [yelp] [libyelp] Make relative links work for HTML documents Mon May 10 19:00:52 GMT 2010
- [yelp] [libyelp] Various fixes for relative links in HTML documents Mon May 10 19:00:58 GMT 2010
- [yelp] [yelp-view.c] Give WebKit real URIs when real URIs are file: URIs Mon May 10 19:01:02 GMT 2010
- [yelp] [yelp-application] Automatically update bookmark titles and icons Mon May 10 19:54:18 GMT 2010
- [yelp] [yelp-view.c] Try hard to send notify::page-title before loaded Mon May 10 19:54:22 GMT 2010
- [yelp] [yelp-window] Make 'Add Bookmark' unsensitive on bookmarked pages Mon May 10 20:12:09 GMT 2010
- [yelp-xsl] [mal-link.xsl] Better behavior for links to invalid targets Mon May 10 23:38:16 GMT 2010
- [yelp] [libyelp] Better handling of plain text documents Thu May 13 22:42:27 GMT 2010
- [yelp] [libyelp/yelp-uri] Initialize variable to NULL to avoid crash Thu May 13 22:42:32 GMT 2010
- [yelp] [libyelp/yelp-view] Store and set scroll adjustments in history Mon May 17 20:47:19 GMT 2010
- [yelp] [libyelp/yelp-view] Handle the right-click popup menu Tue May 18 14:39:42 GMT 2010
- [yelp] [libyelp/yelp-view] Manage and disconnect GtkAdjustment signal handlers Tue May 18 14:39:46 GMT 2010
- [yelp/gnome-2-30] [yelp-toc] Fix TOC title I18N Tue May 18 14:41:03 GMT 2010
- [yelp/gnome-2-30] [src/yelp-window.c] Fix "Open Link in New Window", bug #615457 (Edward Sheldrake) Tue May 18 15:23:47 GMT 2010
- [yelp] [libyelp/yelp-view.c] Fix page refs for file:///-referenced Mallard docs Tue May 18 17:52:11 GMT 2010
- [yelp] [libyelp/yelp-view] Save images on right-click Tue May 18 21:30:02 GMT 2010
- [yelp] [yelp-application] Make sure the primary window is used, focused, and raised Wed May 19 04:07:32 GMT 2010
- [yelp] [libyelp/yelp-view.c] Added nautilus-sendto support for images Wed May 19 16:01:56 GMT 2010
- [yelp] [libyelp/yelp-view] Set back_cur to NULL in dispose to prevent crash Wed May 19 22:22:42 GMT 2010
- [yelp] [libyelp/yelp-view] Copy text on right-click Thu May 20 14:38:07 GMT 2010
- [yelp] [libyelp/yelp-view] Saving and sending video on right click Fri May 21 18:16:34 GMT 2010
- [yelp] [yelp-window] Accept dragged documents on a Yelp window Fri May 21 20:52:33 GMT 2010
- [yelp-xsl] [dbhtml-inline] Fix broken indentation. Fri May 21 23:30:21 GMT 2010
- [yelp-xsl] Print full QName for unmatched elements. Fri May 21 23:30:24 GMT 2010
- [yelp-xsl] Adding inline and block support for DocBook 5. Fri May 21 23:30:27 GMT 2010
- [yelp-xsl] [db2html-division] Adding DocBook 5 support. Fri May 21 23:30:32 GMT 2010
- [yelp-xsl] [db2html-info] Adding DocBook 5 support. Fri May 21 23:30:36 GMT 2010
- [yelp-xsl] [db2html-xref] Adding DocBook 5 support. Fri May 21 23:30:39 GMT 2010
- [yelp] (4 commits) ...[libyelp/yelp-docbook-document] Fixes for DB5 IDs and titles Fri May 21 23:30:42 GMT 2010
- [yelp-xsl] Add DocBook 5 ubiquitous linking support. Fri May 21 23:30:45 GMT 2010
- [yelp: 1/4] Adding DocBook 5 support. Fri May 21 23:30:46 GMT 2010
- [yelp: 2/4] [libyelp/yelp-view] Special right-click menu for mailto: links Fri May 21 23:30:52 GMT 2010
- [yelp-xsl] [db2html-autotoc] Adding DocBook 5 support. Fri May 21 23:30:52 GMT 2010
- [yelp: 3/4] Merge branch 'master' into db5 Fri May 21 23:30:56 GMT 2010
- [yelp-xsl] [db-chunk] Adding DocBook 5 support. Fri May 21 23:30:56 GMT 2010
- [yelp-xsl] [db-common] Adding DocBook 5 support. Fri May 21 23:31:00 GMT 2010
- [yelp: 4/4] [libyelp/yelp-docbook-document] Fixes for DB5 IDs and titles Fri May 21 23:31:02 GMT 2010
- [yelp-xsl] [db-label] Adding DocBook 5 support. Fri May 21 23:31:08 GMT 2010
- [yelp-xsl] [db-xref] Adding DocBook 5 support. Fri May 21 23:31:17 GMT 2010
- [yelp-xsl] [db-title] Adding DocBook 5 support. Fri May 21 23:31:18 GMT 2010
- [yelp-xsl] [db2html-title] Adding DocBook 5 support Fri May 21 23:31:20 GMT 2010
- [yelp-xsl] Revert overzealous title handling. Fri May 21 23:31:26 GMT 2010
- [yelp-xsl] [db-label] Only label info elements without titles Fri May 21 23:31:30 GMT 2010
- [yelp-xsl] [db2html-bibliography] Adding DocBook 5 support Fri May 21 23:31:39 GMT 2010
- [yelp-xsl] [db2html-division] Properly handle DocBook 5 titles Fri May 21 23:31:40 GMT 2010
- [yelp-xsl] [db-label] Fix typo in template expression Fri May 21 23:31:45 GMT 2010
- [yelp-xsl] [db2html-callout] Adding DocBook 5 support Fri May 21 23:31:50 GMT 2010
- [yelp-xsl] [db2html-classsynopsis] Adding DocBook 5 support Fri May 21 23:32:00 GMT 2010
- [yelp-xsl] [db2html-cmdsynopsis] Adding DocBook 5 support Fri May 21 23:32:03 GMT 2010
- [yelp-xsl] [db2html-ebnf] Adding DocBook 5 support Fri May 21 23:32:05 GMT 2010
- [yelp-xsl] [db2html-footnote] Adding DocBook 5 support Fri May 21 23:32:11 GMT 2010
- [yelp-xsl] [db2html-funcsynopsis] Adding DocBook 5 support Fri May 21 23:32:16 GMT 2010
- [yelp-xsl] [db2html-index] Adding DocBook 5 support Fri May 21 23:32:21 GMT 2010
- [yelp-xsl] [db2html-list] Adding DocBook 5 support Fri May 21 23:32:27 GMT 2010
- [yelp-xsl] [db2html-media] Adding DocBook 5 support Fri May 21 23:32:30 GMT 2010
- [yelp-xsl] [db2html-qanda] Adding DocBook 5 support Fri May 21 23:32:36 GMT 2010
- [yelp-xsl] [db2html-suppressed] Adding DocBook 5 elements Fri May 21 23:32:41 GMT 2010
- [yelp-xsl] Unify some DocBook 4/5 differences Fri May 21 23:32:46 GMT 2010
- [yelp-xsl] [db2html-refentry] Adding DocBook 5 support Fri May 21 23:32:52 GMT 2010
- [yelp-xsl] [db2html-table] Adding DocBook 5 support Fri May 21 23:32:57 GMT 2010
- [yelp-xsl] [db2html-bibliography] Fix minor differences in output Fri May 21 23:33:00 GMT 2010
- [yelp-xsl] [db2html-division] Correct typo in element name Fri May 21 23:33:05 GMT 2010
- [yelp-xsl] Add omitted DocBook 5 alternatives. Fri May 21 23:33:11 GMT 2010
- [yelp-xsl] [db2html-footnote] Properly handle DocBook 5 footnotes Fri May 21 23:33:15 GMT 2010
- [yelp-xsl] [db2html-bibliography] Handle isbn, issn, and pubsnumber Fri May 21 23:33:20 GMT 2010
- [yelp-xsl] [db2html-inline] Handle isbn and issn. Fri May 21 23:33:26 GMT 2010
- [yelp-xsl] Add missing DocBook 5 alternatives Fri May 21 23:33:31 GMT 2010
- [yelp-xsl] [db2html-inline] Make db:tag produce output identical to sgmltag Fri May 21 23:33:35 GMT 2010
- [yelp-xsl] [db2html-inline] Fix typo for symbol element Fri May 21 23:33:40 GMT 2010
- [yelp-xsl] [db2html-callout] Handle DocBook 5 callouts Fri May 21 23:33:46 GMT 2010
- [yelp-xsl] Handle titles within info elements for DocBook 5 Fri May 21 23:33:51 GMT 2010
- [yelp-xsl] Treat equations as formal blocks Fri May 21 23:33:56 GMT 2010
- [yelp-xsl] [db2html-table] Generate summaries and titles correctly for DocBook 5 Fri May 21 23:34:01 GMT 2010
- [yelp-xsl] [db2html-block] Treat formalpara as a formal block Fri May 21 23:34:06 GMT 2010
- [yelp-xsl] [db-label] Handle DocBook 5 glossterms Fri May 21 23:34:11 GMT 2010
- [yelp-xsl] [db2html-table] Add DocBook 5 support for colspec and spanspec Fri May 21 23:34:16 GMT 2010
- [yelp-xsl] [db2html-inline] Handle interface and shortcut for DocBook 5 Fri May 21 23:34:21 GMT 2010
- [yelp-xsl] Emit titles for procedure and productionset Fri May 21 23:34:26 GMT 2010
- [yelp-xsl] [db-xref] Handle qandaentry xrefs for DocBook 5 Fri May 21 23:34:31 GMT 2010
- [yelp-xsl] [db-title] Generate titleabbrevs for DocBook 5 refentry Fri May 21 23:34:36 GMT 2010
- [yelp-xsl] [db2html-inline] Generate sgmlcomment delimiters for DocBook 5 Fri May 21 23:34:41 GMT 2010
- [yelp-xsl] [db-common] Ignore personname wrapper for DocBook 5 Fri May 21 23:34:47 GMT 2010
- [yelp-xsl] [gettext] Accept @xml:lang as well as @lang Fri May 21 23:34:51 GMT 2010
- [yelp-xsl] Dropping the dual-output for HTML5. Too much maintenance work. Wed May 26 23:45:57 GMT 2010
- [yelp-xsl] Improve xsl-doc output Wed May 26 23:45:59 GMT 2010
- [yelp-xsl] Updates to the xsldoc Wed May 26 23:46:03 GMT 2010
- [yelp-xsl] Updates to common HTML output, colors, and icons Wed May 26 23:46:14 GMT 2010
- [yelp-xsl] Add 'Calls Modes' to xsldoc output Wed May 26 23:46:15 GMT 2010
- [yelp-xsl] Finishing up the xsldoc for html.xsl Wed May 26 23:46:17 GMT 2010
- [yelp-xsl] First attempts at using the common HTML output module for DocBook Wed May 26 23:46:26 GMT 2010
- [yelp-xsl] Beginning to remove labels and numbers from DocBook output Wed May 26 23:46:41 GMT 2010
- [yelp] Changes for new common HTML output in yelp-xsl Wed May 26 23:47:51 GMT 2010
- [yelp-xsl] Adding missing files: icons.xsl and color.xsl Thu May 27 05:00:19 GMT 2010
- [yelp-xsl] Version 2.31.2 Thu May 27 05:07:28 GMT 2010
- [yelp-xsl] Created tag 2.31.2 Thu May 27 05:08:49 GMT 2010
- [yelp] Build fixes Thu May 27 15:06:55 GMT 2010
- [yelp] Version 2.31.3 Thu May 27 15:19:31 GMT 2010
- [yelp] Updated required yelp-xsl version Thu May 27 15:23:35 GMT 2010
- [yelp] [data/Makefile.am] Update for gsettings.m4 changes, build fixes Thu May 27 16:45:16 GMT 2010
- [yelp] Version 2.31.4 Thu May 27 16:52:02 GMT 2010
- [yelp] [yelp-window] First round on the bookmarks editor Thu May 27 20:07:46 GMT 2010
- [yelp] [org.gnome.yelp.gschema.xml] Switch to /apps/yelp/ gsettings path Thu May 27 20:29:28 GMT 2010
- [yelp] [yelp-window] Adding right-click menu to bookmark editor window Thu May 27 22:05:46 GMT 2010
- [yelp] Created tag 2.31.3 Sun May 30 15:07:59 GMT 2010
- [yelp] Created tag 2.31.4 Sun May 30 15:08:04 GMT 2010
- [gnome-games/gnome-2-30] [gnotravex/help] Include logo PNG in build Mon May 31 18:39:11 GMT 2010
- [gnome-games] [gnotravex/help] Include logo PNG in build Mon May 31 18:39:38 GMT 2010
- [banshee/docs] Minor edits Mon May 31 18:47:29 GMT 2010
- [banshee/docs] [help] Fixed some validity and well-formedness issues Mon May 31 18:58:52 GMT 2010
Simos Xenitellis
Sjoerd Simons
Søren Sandmann Pedersen
Srinivasa Ragavan
Stefan Kost
Stefan Schweizer
Stefan Walter
Stefan Westerfeld
Steffen Macke
Stéphane Maniaci
Steve Frécinaux
Sven Neumann
Sweta Kothari
Takao Fujiwara
Takayuki Kusano
Takeshi Aihana
Theppitak Karoonboonyanan
Thomas Hindoe Paaboel Andersen
Thomas James Alexander Thurman
Thomas Wood
Tim Horton
Tim Janik
Timo Jyrinki
Tobias Mueller
Tomas Frydrych
Tomeu Vizoso
Toms Baugis
- [hamster-applet] 2.31.1 Mon May 03 21:32:45 GMT 2010
- [hamster-applet] version bump Mon May 03 21:32:50 GMT 2010
- [hamster-applet] woops Mon May 03 21:32:55 GMT 2010
- [hamster-applet] had forgotten to pack hamster-service Tue May 04 09:04:55 GMT 2010
- [hamster-applet] fixed bug 617774 - respecting decimal separator for the locale Wed May 05 15:41:16 GMT 2010
- [hamster-applet] hide popup on attempts to exit widget. fixes bug 617781 Wed May 05 17:40:13 GMT 2010
- [hamster-applet] don't die if clicked in blank Wed May 05 20:09:12 GMT 2010
- [hamster-applet] fixed popup appearance and disappearances (bug 617775) Wed May 05 20:09:17 GMT 2010
- [hamster-applet/gnome-2-30] hide popup on attempts to exit widget. fixes bug 617781 Wed May 05 20:19:27 GMT 2010
- [hamster-applet/gnome-2-30] don't die if clicked in blank Wed May 05 20:19:31 GMT 2010
- [hamster-applet/gnome-2-30] fixed popup appearance and disappearances (bug 617775) Wed May 05 20:19:37 GMT 2010
- [hamster-applet] do not allow resizing beyond toolbar to avoid fields going off-screen (fixes bug 617822) Wed May 05 23:28:05 GMT 2010
- [hamster-applet/gnome-2-30] do not allow resizing beyond toolbar to avoid fields going off-screen (fixes bug 617822) Wed May 05 23:28:29 GMT 2010
- [hamster-applet] DateInput now always returns date instead of datetime; size input element to the length of date with Wed May 05 23:46:34 GMT 2010
- [hamster-applet/gnome-2-30] DateInput now always returns date instead of datetime; size input element to the length of date with Wed May 05 23:47:00 GMT 2010
- [hamster-applet] do not suggest non-autocomplete tags. fixes bug 617820 Thu May 06 00:09:28 GMT 2010
- [hamster-applet] when applet gets hidden by show desktop untoggle the button and also make sure it appears next time. Thu May 06 00:56:59 GMT 2010
- [hamster-applet/gnome-2-30] when applet gets hidden by show desktop untoggle the button and also make sure it appears next time. Thu May 06 00:58:59 GMT 2010
- [hamster-applet/gnome-2-30] fixed bug 617297 - allow properly combining clicking and typing in autocomplete and correct cursor p Thu May 06 01:23:38 GMT 2010
- [hamster-applet] fixed bug 617297 - allow properly combining clicking and typing in autocomplete and correct cursor p Thu May 06 01:31:21 GMT 2010
- [hamster-applet] put back current selection bits Thu May 06 01:31:25 GMT 2010
- [hamster-applet] fixed bug 617768 - dealing with sentence style activities (well, in a way) Thu May 06 13:41:14 GMT 2010
- [hamster-applet] dragon warning. the treeview needs revisiting. Thu May 06 15:40:58 GMT 2010
- [hamster-applet] loading tree after display so to work around some of the quirks Thu May 06 15:41:03 GMT 2010
- [hamster-applet] fixed bugs 617918, 617904 - allow setting 00:00 as day start and disable notify on idle if time is s Thu May 06 15:53:24 GMT 2010
- [hamster-applet/gnome-2-30] fixed bugs 617918, 617904 - allow setting 00:00 as day start and disable notify on idle if time is s Thu May 06 15:53:54 GMT 2010
- [hamster-applet] whitespace Fri May 07 21:26:19 GMT 2010
- [hamster-applet] fixed bug 617994 - something about keybinders and metas Fri May 07 21:26:23 GMT 2010
- [hamster-applet/gnome-2-30] fixed bug 617994 - something about keybinders and metas Fri May 07 21:26:44 GMT 2010
- [hamster-applet] second attempt at fixing something with keybindings and metas and something. Sat May 08 12:14:38 GMT 2010
- [hamster-applet/gnome-2-30] second attempt at fixing something with keybindings and metas and something. Sat May 08 12:15:05 GMT 2010
- [hamster-applet] Add clear icon and change behavior of search entry. Fixes bug 617838. Sat May 08 12:25:03 GMT 2010
- [hamster-applet] minor adjustments to previous commit Sat May 08 12:29:09 GMT 2010
- [hamster-applet] updated to most recent graphics Thu May 13 09:41:07 GMT 2010
- [hamster-applet] graphics lib fixes Thu May 13 09:41:10 GMT 2010
- [hamster-applet] don't ask for parent as we don't need it Thu May 13 09:41:14 GMT 2010
- [hamster-applet] ellipsizing description when it gets too long Fri May 14 00:11:20 GMT 2010
- [hamster-applet] mostly fixes to the label class Fri May 14 00:11:26 GMT 2010
- [hamster-applet] a kind of better state of the whole layout business. still messy Fri May 14 00:11:33 GMT 2010
- [hamster-applet] translating title part in the report, fixes bug 618540 Fri May 14 13:30:48 GMT 2010
- [hamster-applet] unused import Fri May 14 17:14:02 GMT 2010
- [hamster-applet] preference to integrate with TODO apps (evo, gtg) Fri May 14 17:14:07 GMT 2010
- [hamster-applet] reading activities from gtg if enabled Fri May 14 17:14:12 GMT 2010
- [hamster-applet] fixed bug 615338 - glitch in graphics lib regards waiting for the window Fri May 14 21:36:56 GMT 2010
- [hamster-applet/gnome-2-30] fixed bug 615338 - glitch in graphics lib regards waiting for the window Fri May 14 21:40:57 GMT 2010
- [hamster-applet] don't complain if there is no selection Sat May 15 10:18:33 GMT 2010
- [hamster-applet] in case if suggestion comes from outside, we don't automatically add it to our activities to avoid p Sat May 15 10:18:40 GMT 2010
- [hamster-applet] shuffled functions of getting activities for category and for autocomplete. fixed bug with prefs uns Sat May 15 10:28:44 GMT 2010
- [hamster-applet] forgot to return value - big deal, heh! Sat May 15 10:31:38 GMT 2010
- [hamster-applet] knits Sat May 15 10:31:42 GMT 2010
- [hamster-applet] standalone was importing eds too Sat May 15 10:41:47 GMT 2010
- [hamster-applet] had mixed up which scrollbars should be displayed. fixes bug 614383 Sat May 15 10:49:26 GMT 2010
- [hamster-applet] had mixed up which scrollbars should be displayed. fixes bug 614383 this one has no influence though Sat May 15 10:49:30 GMT 2010
- [hamster-applet] ignore po template Sat May 15 11:22:50 GMT 2010
- [hamster-applet] started to fiddle with the report but got insanely bored. the html generation code's bit cleaner now Sat May 15 12:56:32 GMT 2010
- [hamster-applet] calculate totals when we need the data, not on expose Sat May 15 23:25:45 GMT 2010
- [hamster-applet] minor optimisation - do not replot if data is the same Sat May 15 23:25:48 GMT 2010
- [hamster-applet] fixed bug 619161 - layout of description without labels Thu May 20 14:20:44 GMT 2010
- [hamster-applet] fixed the stale selection issues Fri May 21 13:46:26 GMT 2010
- [hamster-applet/gnome-2-30] fixed the stale selection issues Fri May 21 15:26:04 GMT 2010
- [hamster-applet] do not perform search after each keypress - i should review patches more carefully Sat May 22 11:46:29 GMT 2010
- [hamster-applet] use description for the tooltip, not activity name Mon May 24 10:40:04 GMT 2010
- [hamster-applet] version bump Mon May 24 22:13:52 GMT 2010
- [hamster-applet] updated copyright year Mon May 24 23:57:59 GMT 2010
- [hamster-applet] replace libegg global keybindings with gnome keyboard shortcuts. most probably this means that the k Tue May 25 13:36:30 GMT 2010
- [hamster-applet] moving to waf Tue May 25 19:52:11 GMT 2010
- [hamster-applet] ignoring generated files Tue May 25 19:58:01 GMT 2010
- [hamster-applet] moved all the i18n into single place Tue May 25 22:55:23 GMT 2010
- [hamster-applet] allow running hamster uninstall, unconfigured Tue May 25 22:55:27 GMT 2010
- [hamster-applet] the applet was actually someplace else Tue May 25 22:55:31 GMT 2010
- [hamster-applet] setting correct mode for the executables and refreshing gconf-schemas when finished Tue May 25 22:55:36 GMT 2010
- [hamster-applet] exit autotools, enter waf Tue May 25 23:03:43 GMT 2010
- [hamster-applet] symlink on install instead of keeping it in version control Tue May 25 23:13:36 GMT 2010
- [hamster-applet] updated instructions Tue May 25 23:13:41 GMT 2010
- [hamster-applet] lies Tue May 25 23:17:47 GMT 2010
- [hamster-applet] removed Juanje (not really maintaining) Tue May 25 23:17:50 GMT 2010
- [hamster-applet] let's stop confusing people with old news Tue May 25 23:26:25 GMT 2010
- [hamster-applet] having configure without build was a bad idea as build folder got created by root Tue May 25 23:33:44 GMT 2010
- [hamster-applet] removed keybinding pref as we are using global keybindings now. also removed redundant headings. Wed May 26 09:56:47 GMT 2010
- [hamster-applet] removed default keybinding to avoid stealing keystrokes from unsuspicious citizens. partially fixes Wed May 26 11:42:49 GMT 2010
- [hamster-applet] unused import Wed May 26 12:12:02 GMT 2010
- [hamster-applet] avoid circular client-server dependency. fixes bug 619700 Wed May 26 12:12:11 GMT 2010
- [hamster-applet] an embarassing breakage. fixes bug 619722 Wed May 26 14:19:39 GMT 2010
- [hamster-applet] unused imports Wed May 26 23:21:42 GMT 2010
- [hamster-applet] cleanup Wed May 26 23:21:47 GMT 2010
- [hamster-applet] think i fixed the i18n for a while. fixes bug 619748 Wed May 26 23:21:53 GMT 2010
- [hamster-applet] typo in the brain. fixes bug 619960 Fri May 28 16:55:45 GMT 2010
Tor Lillqvist
Torsten Schönfeld
Travis Reitter
Tristan Van Berkom
Ulf-D . Ehlert
Ulrik Sverdrup
Ville-Pekka Vainio
Vincent Untz
Vinicius Scopel Depizzol
Vivien Malerba
Vladimer Sichinava
Wadim Dziedzic
William Jon McCann
W . Michael Petullo
Wouter Bolsterlee
Xabier Rodriguez Calvar
Xan Lopez
Xavier Claessens
Xavier de Blas
Yair Hershkovitz
Yaron Shahrabani
Yuvaraj Pandian
Zach Goldberg
Zeeshan Ali Khattak
Mail converted by MHonArc