2011-October Archive by Author
Aaron Borden
Abderrahim Kitouni
Adam Plumb
Adel Gadllah
Akhil Laddha
Alan Knowles
Alberto Ruiz
Alejandro Garcia Castro
Alejandro Valdes Jimenez
Aleksander Morgado
Alexander Alexandrov Shopov
Alexander Kojevnikov
Alexander Larsson
Alexandre Franke
Alexandre Prokoudine
Alexia Death
Andika Triwidada
Andreas J . Guelzow
Andreas Nilsson
Andre Klapper
Antoine Jacoutot
Arash Mousavi
Arx Henrique Pereira da Cruz
Baptiste Mille-Mathias
Bastien Nocera
Benjamin Konrath
Benjamin Otte
Bertrand Lorentz
Brian Cameron
Brian Pepple
Bruce Cowan
Bruno Brouard
Bruno Coudoin
Carlos Garcia Campos
Carlos Garnacho
- [tracker/wip/miner-fs-refactor] libtracker-miner: Only append dirs to crawler processing on recursive dirs Mon Oct 03 16:39:42 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Avoid double checking root directories in TrackerFileNotifier Mon Oct 03 16:39:47 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Ensure the right processing order on QUEUE_WAIT situations Mon Oct 03 16:39:53 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Only spare an IRI query on updated items Mon Oct 03 16:39:58 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Remove miner_fs->priv->crawled_directories Mon Oct 03 16:40:03 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Remove miner_fs->priv->directories Mon Oct 03 16:40:08 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner-fs: Add tracker_indexing_tree_file_is_root() Mon Oct 03 16:40:13 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Remove miner_fs->priv->config_directories Mon Oct 03 16:40:18 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Remove unused structs from TrackerMinerFS Mon Oct 03 16:40:23 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Remove item_query_exists() from TrackerMinerFS Mon Oct 03 16:40:28 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Add compat layer for tracker_miner_fs_directory_* Mon Oct 03 16:40:33 GMT 2011
- [tracker/wip/miner-fs-refactor] libtracker-miner: Improve logging of TrackerFileNotifier Mon Oct 03 16:40:38 GMT 2011
- [tracker] (5 commits) Created branch miner-fs-refactor Tue Oct 04 10:35:40 GMT 2011
- [tracker/miner-fs-refactor: 1/5] libtracker-miner: Also check "config root within config root" during queries Tue Oct 04 10:35:45 GMT 2011
- [tracker/miner-fs-refactor: 2/5] libtracker-miner: Only emit ::file-deleted on folders for the toplevel being deleted Tue Oct 04 10:35:50 GMT 2011
- [tracker/miner-fs-refactor: 3/5] libtracker-miner: Remove indexing tree signal handlers in TrackerMinerFS Tue Oct 04 10:35:55 GMT 2011
- [tracker/miner-fs-refactor: 4/5] libtracker-miner: Add a "preserve in store" flag for config dirs Tue Oct 04 10:36:00 GMT 2011
- [tracker/miner-fs-refactor: 5/5] libtracker-miner: Improve a bit reference counting on TrackerFileNotifier Tue Oct 04 10:36:05 GMT 2011
- [tracker] Deleted branch wip/miner-fs-refactor Tue Oct 04 10:36:14 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Handle root config directories being deleted. Tue Oct 04 10:44:36 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Stop crawler if it matches a config dir being removed Tue Oct 04 10:48:44 GMT 2011
- [tracker] Deleted branch miner-fs-refactor Tue Oct 04 10:50:12 GMT 2011
- [tracker] (74 commits) Created branch miner-fs-refactor Tue Oct 04 10:50:30 GMT 2011
- [tracker/miner-fs-refactor: 1/74] libtracker-miner: Add TrackerIndexingTree Tue Oct 04 10:50:34 GMT 2011
- [tracker/miner-fs-refactor: 2/74] libtracker-miner: Add tracker_miner_fs_get_indexing_tree() Tue Oct 04 10:50:39 GMT 2011
- [tracker/miner-fs-refactor: 3/74] libtracker-miner: Make TrackerMonitor use TrackerIndexingTree Tue Oct 04 10:50:44 GMT 2011
- [tracker/miner-fs-refactor: 4/74] libtracker-miner: indentation fixes Tue Oct 04 10:50:49 GMT 2011
- [tracker/miner-fs-refactor: 5/74] libtracker-miner: overwrite flags when adding same path to the indexing tree Tue Oct 04 10:50:54 GMT 2011
- [tracker/miner-fs-refactor: 6/74] libtracker-miner: avoid extra file type checks Tue Oct 04 10:50:59 GMT 2011
- [tracker/miner-fs-refactor: 7/74] libtracker-miner, tests: avoid aligning backslash in Makefile.am Tue Oct 04 10:51:04 GMT 2011
- [tracker/miner-fs-refactor: 8/74] libtracker-miner: fix node appending Tue Oct 04 10:51:09 GMT 2011
- [tracker/miner-fs-refactor: 9/74] libtracker-miner: allow priting indexing tree for debugging Tue Oct 04 10:51:14 GMT 2011
- [tracker/miner-fs-refactor: 10/74] libtracker-miner: fix tree disposal Tue Oct 04 10:51:19 GMT 2011
- [tracker/miner-fs-refactor: 11/74] libtracker-miner: fix logic to tell whether file is indexable Tue Oct 04 10:51:24 GMT 2011
- [tracker/miner-fs-refactor: 12/74] libtracker-miner: new IGNORE flag for the indexing tree Tue Oct 04 10:51:29 GMT 2011
- [tracker/miner-fs-refactor: 13/74] libtracker-miner, tests: First tests to check indexing tree capabilities Tue Oct 04 10:51:34 GMT 2011
- [tracker/miner-fs-refactor: 14/74] libtracker-miner, tests: implement multiple cases for indexing tree add/remove. Tue Oct 04 10:51:39 GMT 2011
- [tracker/miner-fs-refactor: 15/74] libtracker-miner, tests: ignore built files Tue Oct 04 10:51:44 GMT 2011
- [tracker/miner-fs-refactor: 16/74] libtracker-miner: Add ::directory-added/removed signals to TrackerIndexingTree Tue Oct 04 10:51:49 GMT 2011
- [tracker/miner-fs-refactor: 17/74] libtracker-miner: change arguments in tracker_indexing_tree_get_parent_is_indexable() Tue Oct 04 10:51:54 GMT 2011
- [tracker/miner-fs-refactor: 18/74] libtracker-miner: Fix infinite loop Tue Oct 04 10:51:59 GMT 2011
- [tracker/miner-fs-refactor: 19/74] libtracker-miner: Optionally filter hidden files in TrackerIndexingTree Tue Oct 04 10:52:05 GMT 2011
- [tracker/miner-fs-refactor: 20/74] tracker-miner-fs: Set TrackerIndexingTree filters in TrackerMinerFiles Tue Oct 04 10:52:10 GMT 2011
- [tracker/miner-fs-refactor: 21/74] tracker-miner-fs: Specify the index directories to TrackerIndexingTree Tue Oct 04 10:52:15 GMT 2011
- [tracker/miner-fs-refactor: 22/74] libtracker-miner: Rename tracker_indexing_tree_get_effective_parent to get_root() Tue Oct 04 10:52:20 GMT 2011
- [tracker/miner-fs-refactor: 23/74] libtracker-miner: Implement tracker_indexing_tree_file_is_indexable on top of get_root() Tue Oct 04 10:52:25 GMT 2011
- [tracker/miner-fs-refactor: 24/74] libtracker-miner: Make TrackerMinerFS use TrackerIndexingTree Tue Oct 04 10:52:30 GMT 2011
- [tracker/miner-fs-refactor: 25/74] tracker-miner-fs: Make TrackerMinerApplications use TrackerIndexingTree Tue Oct 04 10:52:35 GMT 2011
- [tracker/miner-fs-refactor: 26/74] libtracker-miner: Add default policies to TrackerIndexingTree filters Tue Oct 04 10:52:40 GMT 2011
- [tracker/miner-fs-refactor: 27/74] tracker-miner-fs: Use filter policies in TrackerMinerApplications Tue Oct 04 10:52:45 GMT 2011
- [tracker/miner-fs-refactor: 28/74] libtracker-miner: Add TrackerFileSystem Tue Oct 04 10:52:50 GMT 2011
- [tracker/miner-fs-refactor: 29/74] tests: Add TrackerFileSystem test suite Tue Oct 04 10:52:55 GMT 2011
- [tracker/miner-fs-refactor: 30/74] libtracker-miner: Add TrackerFileNotifier Tue Oct 04 10:53:00 GMT 2011
- [tracker/miner-fs-refactor: 31/74] libtracker-miner: clear directories queue before TrackerCrawler::finished Tue Oct 04 10:53:05 GMT 2011
- [tracker/miner-fs-refactor: 32/74] libtracker-miner: Rename TrackerFileNotifier::file-added to file-created Tue Oct 04 10:53:10 GMT 2011
- [tracker/miner-fs-refactor: 33/74] libtracker-miner: Create signals for TrackerFileNotifier Tue Oct 04 10:53:15 GMT 2011
- [tracker/miner-fs-refactor: 34/74] libtracker-miner: Add tracker_file_system_traverse() Tue Oct 04 10:53:20 GMT 2011
- [tracker/miner-fs-refactor: 35/74] libtracker-miner: Fix double inserts in tracker_file_system_get_file() Tue Oct 04 10:53:25 GMT 2011
- [tracker/miner-fs-refactor: 36/74] libtracker-miner: Initialize TrackerFileNotifier filesystem properties Tue Oct 04 10:53:30 GMT 2011
- [tracker] Deleted branch miner-fs-refactor Tue Oct 04 10:53:34 GMT 2011
- [tracker/miner-fs-refactor: 37/74] libtracker-miner: Store mtime during crawling in TrackerFileNotifier Tue Oct 04 10:53:35 GMT 2011
- [tracker/miner-fs-refactor: 38/74] libtracker-miner: Perform parallel querying/crawling in TrackerFileNotifier Tue Oct 04 10:53:40 GMT 2011
- [tracker/miner-fs-refactor: 39/74] libtracker-miner: Set up monitor in TrackerFileNotifier Tue Oct 04 10:53:46 GMT 2011
- [tracker] (75 commits) Created branch miner-fs-refactor Tue Oct 04 10:53:52 GMT 2011
- [tracker/miner-fs-refactor: 40/74] libtracker-miner: Add "attributes_only" parameter to TrackerFileNotifer::file-updated Tue Oct 04 10:53:52 GMT 2011
- [tracker/miner-fs-refactor: 41/74] libtracker-miner: Add TrackerFileNotifier::file-moved signal Tue Oct 04 10:53:55 GMT 2011
- [tracker/miner-fs-refactor: 1/75] libtracker-miner: Add TrackerIndexingTree Tue Oct 04 10:53:56 GMT 2011
- [tracker/miner-fs-refactor: 42/74] libtracker-miner: Hook TrackerFileNotifier to TrackerMonitor signals Tue Oct 04 10:54:01 GMT 2011
- [tracker/miner-fs-refactor: 2/75] libtracker-miner: Add tracker_miner_fs_get_indexing_tree() Tue Oct 04 10:54:01 GMT 2011
- [tracker/miner-fs-refactor: 43/74] libtracker-miner: Use TrackerFileNotifier in TrackerMinerFS Tue Oct 04 10:54:05 GMT 2011
- [tracker/miner-fs-refactor: 3/75] libtracker-miner: Make TrackerMonitor use TrackerIndexingTree Tue Oct 04 10:54:06 GMT 2011
- [tracker/miner-fs-refactor: 44/74] libtracker-miner: Remove all trace of TrackerMonitor in TrackerMinerFS Tue Oct 04 10:54:10 GMT 2011
- [tracker/miner-fs-refactor: 4/75] libtracker-miner: indentation fixes Tue Oct 04 10:54:11 GMT 2011
- [tracker/miner-fs-refactor: 45/74] libtracker-miner: Remove mtime cache Tue Oct 04 10:54:15 GMT 2011
- [tracker/miner-fs-refactor: 5/75] libtracker-miner: overwrite flags when adding same path to the indexing tree Tue Oct 04 10:54:16 GMT 2011
- [tracker/miner-fs-refactor: 46/74] libtracker-miner: Remove check for removed files during crawling Tue Oct 04 10:54:21 GMT 2011
- [tracker/miner-fs-refactor: 6/75] libtracker-miner: avoid extra file type checks Tue Oct 04 10:54:21 GMT 2011
- [tracker/miner-fs-refactor: 47/74] libtracker-miner: Remove unused filesystem property Tue Oct 04 10:54:25 GMT 2011
- [tracker/miner-fs-refactor: 7/75] libtracker-miner, tests: avoid aligning backslash in Makefile.am Tue Oct 04 10:54:26 GMT 2011
- [tracker/miner-fs-refactor: 8/75] libtracker-miner: fix node appending Tue Oct 04 10:54:31 GMT 2011
- [tracker/miner-fs-refactor: 48/74] libtracker-miner: Add TrackerFileNotifier::directory-started/finished Tue Oct 04 10:54:31 GMT 2011
- [tracker/miner-fs-refactor: 9/75] libtracker-miner: allow priting indexing tree for debugging Tue Oct 04 10:54:36 GMT 2011
- [tracker/miner-fs-refactor: 49/74] libtracker-miner: Add TrackerFileNotifier::finished Tue Oct 04 10:54:36 GMT 2011
- [tracker/miner-fs-refactor: 50/74] libtracker-miner: Add tracker_file_notifier_is_active() Tue Oct 04 10:54:41 GMT 2011
- [tracker/miner-fs-refactor: 10/75] libtracker-miner: fix tree disposal Tue Oct 04 10:54:41 GMT 2011
- [tracker/miner-fs-refactor: 51/74] libtracker-miner: Hook up progress/status indication to TrackerFileNotifier processing Tue Oct 04 10:54:46 GMT 2011
- [tracker/miner-fs-refactor: 11/75] libtracker-miner: fix logic to tell whether file is indexable Tue Oct 04 10:54:46 GMT 2011
- [tracker/miner-fs-refactor: 12/75] libtracker-miner: new IGNORE flag for the indexing tree Tue Oct 04 10:54:51 GMT 2011
- [tracker/miner-fs-refactor: 52/74] libtracker-miner: Remove TrackerFile Tue Oct 04 10:54:51 GMT 2011
- [tracker/miner-fs-refactor: 13/75] libtracker-miner, tests: First tests to check indexing tree capabilities Tue Oct 04 10:54:56 GMT 2011
- [tracker/miner-fs-refactor: 53/74] libtracker-miner: Add tracker_file_notifier_get_file_iri() Tue Oct 04 10:54:56 GMT 2011
- [tracker/miner-fs-refactor: 14/75] libtracker-miner, tests: implement multiple cases for indexing tree add/remove. Tue Oct 04 10:55:01 GMT 2011
- [tracker/miner-fs-refactor: 54/74] libtracker-miner: Remove IRI cache from TrackerMinerFS Tue Oct 04 10:55:01 GMT 2011
- [tracker/miner-fs-refactor: 55/74] libtracker-miner: Remove dead code in TrackerMinerFS Tue Oct 04 10:55:06 GMT 2011
- [tracker/miner-fs-refactor: 15/75] libtracker-miner, tests: ignore built files Tue Oct 04 10:55:07 GMT 2011
- [tracker/miner-fs-refactor: 56/74] libtracker-miner: Only append dirs to crawler processing on recursive dirs Tue Oct 04 10:55:11 GMT 2011
- [tracker/miner-fs-refactor: 16/75] libtracker-miner: Add ::directory-added/removed signals to TrackerIndexingTree Tue Oct 04 10:55:12 GMT 2011
- [tracker/miner-fs-refactor: 57/74] libtracker-miner: Avoid double checking root directories in TrackerFileNotifier Tue Oct 04 10:55:16 GMT 2011
- [tracker/miner-fs-refactor: 17/75] libtracker-miner: change arguments in tracker_indexing_tree_get_parent_is_indexable() Tue Oct 04 10:55:17 GMT 2011
- [tracker/miner-fs-refactor: 58/74] libtracker-miner: Ensure the right processing order on QUEUE_WAIT situations Tue Oct 04 10:55:21 GMT 2011
- [tracker/miner-fs-refactor: 18/75] libtracker-miner: Fix infinite loop Tue Oct 04 10:55:22 GMT 2011
- [tracker/miner-fs-refactor: 59/74] libtracker-miner: Only spare an IRI query on updated items Tue Oct 04 10:55:26 GMT 2011
- [tracker/miner-fs-refactor: 19/75] libtracker-miner: Optionally filter hidden files in TrackerIndexingTree Tue Oct 04 10:55:27 GMT 2011
- [tracker/miner-fs-refactor: 60/74] libtracker-miner: Remove miner_fs->priv->crawled_directories Tue Oct 04 10:55:31 GMT 2011
- [tracker/miner-fs-refactor: 20/75] tracker-miner-fs: Set TrackerIndexingTree filters in TrackerMinerFiles Tue Oct 04 10:55:32 GMT 2011
- [tracker/miner-fs-refactor: 61/74] libtracker-miner: Remove miner_fs->priv->directories Tue Oct 04 10:55:36 GMT 2011
- [tracker/miner-fs-refactor: 21/75] tracker-miner-fs: Specify the index directories to TrackerIndexingTree Tue Oct 04 10:55:37 GMT 2011
- [tracker/miner-fs-refactor: 62/74] libtracker-miner-fs: Add tracker_indexing_tree_file_is_root() Tue Oct 04 10:55:41 GMT 2011
- [tracker/miner-fs-refactor: 22/75] libtracker-miner: Rename tracker_indexing_tree_get_effective_parent to get_root() Tue Oct 04 10:55:42 GMT 2011
- [tracker/miner-fs-refactor: 63/74] libtracker-miner: Remove miner_fs->priv->config_directories Tue Oct 04 10:55:46 GMT 2011
- [tracker/miner-fs-refactor: 23/75] libtracker-miner: Implement tracker_indexing_tree_file_is_indexable on top of get_root() Tue Oct 04 10:55:47 GMT 2011
- [tracker/miner-fs-refactor: 64/74] libtracker-miner: Remove unused structs from TrackerMinerFS Tue Oct 04 10:55:51 GMT 2011
- [tracker/miner-fs-refactor: 24/75] libtracker-miner: Make TrackerMinerFS use TrackerIndexingTree Tue Oct 04 10:55:52 GMT 2011
- [tracker/miner-fs-refactor: 65/74] libtracker-miner: Remove item_query_exists() from TrackerMinerFS Tue Oct 04 10:55:56 GMT 2011
- [tracker/miner-fs-refactor: 25/75] tracker-miner-fs: Make TrackerMinerApplications use TrackerIndexingTree Tue Oct 04 10:55:57 GMT 2011
- [tracker/miner-fs-refactor: 66/74] libtracker-miner: Add compat layer for tracker_miner_fs_directory_* Tue Oct 04 10:56:01 GMT 2011
- [tracker/miner-fs-refactor: 26/75] libtracker-miner: Add default policies to TrackerIndexingTree filters Tue Oct 04 10:56:02 GMT 2011
- [tracker/miner-fs-refactor: 67/74] libtracker-miner: Improve logging of TrackerFileNotifier Tue Oct 04 10:56:06 GMT 2011
- [tracker/miner-fs-refactor: 27/75] tracker-miner-fs: Use filter policies in TrackerMinerApplications Tue Oct 04 10:56:07 GMT 2011
- [tracker/miner-fs-refactor: 68/74] libtracker-miner: Also check "config root within config root" during queries Tue Oct 04 10:56:11 GMT 2011
- [tracker/miner-fs-refactor: 28/75] libtracker-miner: Add TrackerFileSystem Tue Oct 04 10:56:12 GMT 2011
- [tracker/miner-fs-refactor: 69/74] libtracker-miner: Only emit ::file-deleted on folders for the toplevel being deleted Tue Oct 04 10:56:16 GMT 2011
- [tracker/miner-fs-refactor: 29/75] tests: Add TrackerFileSystem test suite Tue Oct 04 10:56:17 GMT 2011
- [tracker/miner-fs-refactor: 70/74] libtracker-miner: Remove indexing tree signal handlers in TrackerMinerFS Tue Oct 04 10:56:21 GMT 2011
- [tracker/miner-fs-refactor: 30/75] libtracker-miner: Add TrackerFileNotifier Tue Oct 04 10:56:22 GMT 2011
- [tracker/miner-fs-refactor: 71/74] libtracker-miner: Add a "preserve in store" flag for config dirs Tue Oct 04 10:56:26 GMT 2011
- [tracker/miner-fs-refactor: 31/75] libtracker-miner: clear directories queue before TrackerCrawler::finished Tue Oct 04 10:56:27 GMT 2011
- [tracker/miner-fs-refactor: 72/74] libtracker-miner: Improve a bit reference counting on TrackerFileNotifier Tue Oct 04 10:56:31 GMT 2011
- [tracker/miner-fs-refactor: 32/75] libtracker-miner: Rename TrackerFileNotifier::file-added to file-created Tue Oct 04 10:56:32 GMT 2011
- [tracker/miner-fs-refactor: 73/74] libtracker-miner: Handle root config directories being deleted. Tue Oct 04 10:56:36 GMT 2011
- [tracker/miner-fs-refactor: 33/75] libtracker-miner: Create signals for TrackerFileNotifier Tue Oct 04 10:56:37 GMT 2011
- [tracker/miner-fs-refactor: 74/74] libtracker-miner: Stop crawler if it matches a config dir being removed Tue Oct 04 10:56:41 GMT 2011
- [tracker/miner-fs-refactor: 34/75] libtracker-miner: Add tracker_file_system_traverse() Tue Oct 04 10:56:43 GMT 2011
- [tracker/miner-fs-refactor: 35/75] libtracker-miner: Fix double inserts in tracker_file_system_get_file() Tue Oct 04 10:56:48 GMT 2011
- [tracker/miner-fs-refactor: 36/75] libtracker-miner: Initialize TrackerFileNotifier filesystem properties Tue Oct 04 10:56:52 GMT 2011
- [tracker/miner-fs-refactor: 37/75] libtracker-miner: Store mtime during crawling in TrackerFileNotifier Tue Oct 04 10:56:58 GMT 2011
- [tracker/miner-fs-refactor: 38/75] libtracker-miner: Perform parallel querying/crawling in TrackerFileNotifier Tue Oct 04 10:57:03 GMT 2011
- [tracker/miner-fs-refactor: 39/75] libtracker-miner: Set up monitor in TrackerFileNotifier Tue Oct 04 10:57:08 GMT 2011
- [tracker/miner-fs-refactor: 40/75] libtracker-miner: Add "attributes_only" parameter to TrackerFileNotifer::file-updated Tue Oct 04 10:57:13 GMT 2011
- [tracker/miner-fs-refactor: 41/75] libtracker-miner: Add TrackerFileNotifier::file-moved signal Tue Oct 04 10:57:18 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Obey "ignored" directory flag in TrackerFileNotifier Tue Oct 04 10:57:21 GMT 2011
- [tracker/miner-fs-refactor: 42/75] libtracker-miner: Hook TrackerFileNotifier to TrackerMonitor signals Tue Oct 04 10:57:23 GMT 2011
- [tracker/miner-fs-refactor: 43/75] libtracker-miner: Use TrackerFileNotifier in TrackerMinerFS Tue Oct 04 10:57:28 GMT 2011
- [tracker/miner-fs-refactor: 44/75] libtracker-miner: Remove all trace of TrackerMonitor in TrackerMinerFS Tue Oct 04 10:57:33 GMT 2011
- [tracker/miner-fs-refactor: 45/75] libtracker-miner: Remove mtime cache Tue Oct 04 10:57:38 GMT 2011
- [tracker/miner-fs-refactor: 46/75] libtracker-miner: Remove check for removed files during crawling Tue Oct 04 10:57:43 GMT 2011
- [tracker/miner-fs-refactor: 47/75] libtracker-miner: Remove unused filesystem property Tue Oct 04 10:57:48 GMT 2011
- [tracker/miner-fs-refactor: 48/75] libtracker-miner: Add TrackerFileNotifier::directory-started/finished Tue Oct 04 10:57:54 GMT 2011
- [tracker/miner-fs-refactor: 49/75] libtracker-miner: Add TrackerFileNotifier::finished Tue Oct 04 10:57:59 GMT 2011
- [tracker/miner-fs-refactor: 50/75] libtracker-miner: Add tracker_file_notifier_is_active() Tue Oct 04 10:58:04 GMT 2011
- [tracker/miner-fs-refactor: 51/75] libtracker-miner: Hook up progress/status indication to TrackerFileNotifier processing Tue Oct 04 10:58:09 GMT 2011
- [tracker/miner-fs-refactor: 52/75] libtracker-miner: Remove TrackerFile Tue Oct 04 10:58:14 GMT 2011
- [tracker/miner-fs-refactor: 53/75] libtracker-miner: Add tracker_file_notifier_get_file_iri() Tue Oct 04 10:58:19 GMT 2011
- [tracker/miner-fs-refactor: 54/75] libtracker-miner: Remove IRI cache from TrackerMinerFS Tue Oct 04 10:58:24 GMT 2011
- [tracker/miner-fs-refactor: 55/75] libtracker-miner: Remove dead code in TrackerMinerFS Tue Oct 04 10:58:29 GMT 2011
- [tracker/miner-fs-refactor: 56/75] libtracker-miner: Only append dirs to crawler processing on recursive dirs Tue Oct 04 10:58:34 GMT 2011
- [tracker/miner-fs-refactor: 57/75] libtracker-miner: Avoid double checking root directories in TrackerFileNotifier Tue Oct 04 10:58:39 GMT 2011
- [tracker/miner-fs-refactor: 58/75] libtracker-miner: Ensure the right processing order on QUEUE_WAIT situations Tue Oct 04 10:58:44 GMT 2011
- [tracker/miner-fs-refactor: 59/75] libtracker-miner: Only spare an IRI query on updated items Tue Oct 04 10:58:49 GMT 2011
- [tracker/miner-fs-refactor: 60/75] libtracker-miner: Remove miner_fs->priv->crawled_directories Tue Oct 04 10:58:54 GMT 2011
- [tracker/miner-fs-refactor: 61/75] libtracker-miner: Remove miner_fs->priv->directories Tue Oct 04 10:58:59 GMT 2011
- [tracker/miner-fs-refactor: 62/75] libtracker-miner-fs: Add tracker_indexing_tree_file_is_root() Tue Oct 04 10:59:04 GMT 2011
- [tracker/miner-fs-refactor: 63/75] libtracker-miner: Remove miner_fs->priv->config_directories Tue Oct 04 10:59:09 GMT 2011
- [tracker/miner-fs-refactor: 64/75] libtracker-miner: Remove unused structs from TrackerMinerFS Tue Oct 04 10:59:14 GMT 2011
- [tracker/miner-fs-refactor: 65/75] libtracker-miner: Remove item_query_exists() from TrackerMinerFS Tue Oct 04 10:59:20 GMT 2011
- [tracker/miner-fs-refactor: 66/75] libtracker-miner: Add compat layer for tracker_miner_fs_directory_* Tue Oct 04 10:59:24 GMT 2011
- [tracker/miner-fs-refactor: 67/75] libtracker-miner: Improve logging of TrackerFileNotifier Tue Oct 04 10:59:29 GMT 2011
- [tracker/miner-fs-refactor: 68/75] libtracker-miner: Also check "config root within config root" during queries Tue Oct 04 10:59:34 GMT 2011
- [tracker/miner-fs-refactor: 69/75] libtracker-miner: Only emit ::file-deleted on folders for the toplevel being deleted Tue Oct 04 10:59:39 GMT 2011
- [tracker/miner-fs-refactor: 70/75] libtracker-miner: Remove indexing tree signal handlers in TrackerMinerFS Tue Oct 04 10:59:44 GMT 2011
- [tracker/miner-fs-refactor: 71/75] libtracker-miner: Add a "preserve in store" flag for config dirs Tue Oct 04 10:59:49 GMT 2011
- [tracker/miner-fs-refactor: 72/75] libtracker-miner: Improve a bit reference counting on TrackerFileNotifier Tue Oct 04 10:59:54 GMT 2011
- [tracker/miner-fs-refactor: 73/75] libtracker-miner: Handle root config directories being deleted. Tue Oct 04 10:59:59 GMT 2011
- [tracker/miner-fs-refactor: 74/75] libtracker-miner: Stop crawler if it matches a config dir being removed Tue Oct 04 11:00:04 GMT 2011
- [tracker/miner-fs-refactor: 75/75] libtracker-miner: Fix compiler warnings Tue Oct 04 11:00:09 GMT 2011
- [tracker/miner-fs-refactor] tests: Fix filesystem test, TrackerFile is gone Tue Oct 04 12:33:40 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Use level order when traversing the filesystem tree Tue Oct 04 16:08:42 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Remove unused vmethods from TrackerMinerFS Tue Oct 04 16:36:43 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: plug some leaks Wed Oct 05 13:18:55 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Add TrackerIndexingTree::directory-updated Wed Oct 05 13:19:00 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Listen to ::directory-updated in TrackerFileNotifier Wed Oct 05 13:19:05 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Add tracker_indexing_tree_list_roots() Wed Oct 05 13:19:10 GMT 2011
- [tracker/miner-fs-refactor] tracker-miner-fs: Do not use old API to add/recheck dirs Wed Oct 05 13:19:15 GMT 2011
- [tracker] Deleted branch miner-fs-refactor Wed Oct 05 13:40:34 GMT 2011
- [tracker] (84 commits) Created branch miner-fs-refactor Wed Oct 05 13:40:52 GMT 2011
- [tracker/miner-fs-refactor: 1/84] libtracker-miner: Add TrackerIndexingTree Wed Oct 05 13:40:57 GMT 2011
- [tracker/miner-fs-refactor: 2/84] libtracker-miner: Add tracker_miner_fs_get_indexing_tree() Wed Oct 05 13:41:02 GMT 2011
- [tracker/miner-fs-refactor: 3/84] libtracker-miner: Make TrackerMonitor use TrackerIndexingTree Wed Oct 05 13:41:07 GMT 2011
- [tracker/miner-fs-refactor: 4/84] libtracker-miner: indentation fixes Wed Oct 05 13:41:12 GMT 2011
- [tracker/miner-fs-refactor: 5/84] libtracker-miner: overwrite flags when adding same path to the indexing tree Wed Oct 05 13:41:17 GMT 2011
- [tracker/miner-fs-refactor: 6/84] libtracker-miner: avoid extra file type checks Wed Oct 05 13:41:22 GMT 2011
- [tracker/miner-fs-refactor: 7/84] libtracker-miner, tests: avoid aligning backslash in Makefile.am Wed Oct 05 13:41:27 GMT 2011
- [tracker/miner-fs-refactor: 8/84] libtracker-miner: fix node appending Wed Oct 05 13:41:32 GMT 2011
- [tracker/miner-fs-refactor: 9/84] libtracker-miner: allow priting indexing tree for debugging Wed Oct 05 13:41:38 GMT 2011
- [tracker/miner-fs-refactor: 10/84] libtracker-miner: fix tree disposal Wed Oct 05 13:41:42 GMT 2011
- [tracker/miner-fs-refactor: 11/84] libtracker-miner: fix logic to tell whether file is indexable Wed Oct 05 13:41:47 GMT 2011
- [tracker/miner-fs-refactor: 12/84] libtracker-miner: new IGNORE flag for the indexing tree Wed Oct 05 13:41:52 GMT 2011
- [tracker/miner-fs-refactor: 13/84] libtracker-miner, tests: First tests to check indexing tree capabilities Wed Oct 05 13:41:59 GMT 2011
- [tracker/miner-fs-refactor: 14/84] libtracker-miner, tests: implement multiple cases for indexing tree add/remove. Wed Oct 05 13:42:02 GMT 2011
- [tracker/miner-fs-refactor: 15/84] libtracker-miner, tests: ignore built files Wed Oct 05 13:42:08 GMT 2011
- [tracker/miner-fs-refactor: 16/84] libtracker-miner: Add ::directory-added/removed signals to TrackerIndexingTree Wed Oct 05 13:42:12 GMT 2011
- [tracker/miner-fs-refactor: 17/84] libtracker-miner: change arguments in tracker_indexing_tree_get_parent_is_indexable() Wed Oct 05 13:42:17 GMT 2011
- [tracker/miner-fs-refactor: 18/84] libtracker-miner: Fix infinite loop Wed Oct 05 13:42:22 GMT 2011
- [tracker/miner-fs-refactor: 19/84] libtracker-miner: Optionally filter hidden files in TrackerIndexingTree Wed Oct 05 13:42:27 GMT 2011
- [tracker/miner-fs-refactor: 20/84] tracker-miner-fs: Set TrackerIndexingTree filters in TrackerMinerFiles Wed Oct 05 13:42:32 GMT 2011
- [tracker/miner-fs-refactor: 21/84] tracker-miner-fs: Specify the index directories to TrackerIndexingTree Wed Oct 05 13:42:38 GMT 2011
- [tracker/miner-fs-refactor: 22/84] libtracker-miner: Rename tracker_indexing_tree_get_effective_parent to get_root() Wed Oct 05 13:42:43 GMT 2011
- [tracker/miner-fs-refactor: 23/84] libtracker-miner: Implement tracker_indexing_tree_file_is_indexable on top of get_root() Wed Oct 05 13:42:48 GMT 2011
- [tracker/miner-fs-refactor: 24/84] libtracker-miner: Make TrackerMinerFS use TrackerIndexingTree Wed Oct 05 13:42:53 GMT 2011
- [tracker/miner-fs-refactor: 25/84] tracker-miner-fs: Make TrackerMinerApplications use TrackerIndexingTree Wed Oct 05 13:42:58 GMT 2011
- [tracker/miner-fs-refactor: 26/84] libtracker-miner: Add default policies to TrackerIndexingTree filters Wed Oct 05 13:43:03 GMT 2011
- [tracker/miner-fs-refactor: 27/84] tracker-miner-fs: Use filter policies in TrackerMinerApplications Wed Oct 05 13:43:08 GMT 2011
- [tracker/miner-fs-refactor: 28/84] libtracker-miner: Add TrackerFileSystem Wed Oct 05 13:43:13 GMT 2011
- [tracker/miner-fs-refactor: 29/84] tests: Add TrackerFileSystem test suite Wed Oct 05 13:43:18 GMT 2011
- [tracker/miner-fs-refactor: 30/84] libtracker-miner: Add TrackerFileNotifier Wed Oct 05 13:43:23 GMT 2011
- [tracker/miner-fs-refactor: 31/84] libtracker-miner: clear directories queue before TrackerCrawler::finished Wed Oct 05 13:43:29 GMT 2011
- [tracker/miner-fs-refactor: 32/84] libtracker-miner: Rename TrackerFileNotifier::file-added to file-created Wed Oct 05 13:43:34 GMT 2011
- [tracker/miner-fs-refactor: 33/84] libtracker-miner: Create signals for TrackerFileNotifier Wed Oct 05 13:43:39 GMT 2011
- [tracker/miner-fs-refactor: 34/84] libtracker-miner: Add tracker_file_system_traverse() Wed Oct 05 13:43:44 GMT 2011
- [tracker/miner-fs-refactor: 36/84] libtracker-miner: Initialize TrackerFileNotifier filesystem properties Wed Oct 05 13:44:03 GMT 2011
- [tracker/miner-fs-refactor: 35/84] libtracker-miner: Fix double inserts in tracker_file_system_get_file() Wed Oct 05 13:44:03 GMT 2011
- [tracker/miner-fs-refactor: 37/84] libtracker-miner: Store mtime during crawling in TrackerFileNotifier Wed Oct 05 13:44:05 GMT 2011
- [tracker/miner-fs-refactor: 38/84] libtracker-miner: Perform parallel querying/crawling in TrackerFileNotifier Wed Oct 05 13:44:06 GMT 2011
- [tracker/miner-fs-refactor: 39/84] libtracker-miner: Set up monitor in TrackerFileNotifier Wed Oct 05 13:44:09 GMT 2011
- [tracker/miner-fs-refactor: 40/84] libtracker-miner: Add "attributes_only" parameter to TrackerFileNotifer::file-updated Wed Oct 05 13:44:14 GMT 2011
- [tracker/miner-fs-refactor: 41/84] libtracker-miner: Add TrackerFileNotifier::file-moved signal Wed Oct 05 13:44:19 GMT 2011
- [tracker/miner-fs-refactor: 42/84] libtracker-miner: Hook TrackerFileNotifier to TrackerMonitor signals Wed Oct 05 13:44:24 GMT 2011
- [tracker/miner-fs-refactor: 43/84] libtracker-miner: Use TrackerFileNotifier in TrackerMinerFS Wed Oct 05 13:44:29 GMT 2011
- [tracker/miner-fs-refactor: 44/84] libtracker-miner: Remove all trace of TrackerMonitor in TrackerMinerFS Wed Oct 05 13:44:34 GMT 2011
- [tracker/miner-fs-refactor: 45/84] libtracker-miner: Remove mtime cache Wed Oct 05 13:44:39 GMT 2011
- [tracker/miner-fs-refactor: 46/84] libtracker-miner: Remove check for removed files during crawling Wed Oct 05 13:44:44 GMT 2011
- [tracker/miner-fs-refactor: 47/84] libtracker-miner: Remove unused filesystem property Wed Oct 05 13:44:49 GMT 2011
- [tracker/miner-fs-refactor: 48/84] libtracker-miner: Add TrackerFileNotifier::directory-started/finished Wed Oct 05 13:44:54 GMT 2011
- [tracker/miner-fs-refactor: 49/84] libtracker-miner: Add TrackerFileNotifier::finished Wed Oct 05 13:44:59 GMT 2011
- [tracker/miner-fs-refactor: 50/84] libtracker-miner: Add tracker_file_notifier_is_active() Wed Oct 05 13:45:04 GMT 2011
- [tracker/miner-fs-refactor: 51/84] libtracker-miner: Hook up progress/status indication to TrackerFileNotifier processing Wed Oct 05 13:45:09 GMT 2011
- [tracker/miner-fs-refactor: 52/84] libtracker-miner: Remove TrackerFile Wed Oct 05 13:45:14 GMT 2011
- [tracker/miner-fs-refactor: 53/84] libtracker-miner: Add tracker_file_notifier_get_file_iri() Wed Oct 05 13:45:20 GMT 2011
- [tracker/miner-fs-refactor: 54/84] libtracker-miner: Remove IRI cache from TrackerMinerFS Wed Oct 05 13:45:25 GMT 2011
- [tracker/miner-fs-refactor: 55/84] libtracker-miner: Remove dead code in TrackerMinerFS Wed Oct 05 13:45:29 GMT 2011
- [tracker/miner-fs-refactor: 56/84] libtracker-miner: Only append dirs to crawler processing on recursive dirs Wed Oct 05 13:45:34 GMT 2011
- [tracker/miner-fs-refactor: 57/84] libtracker-miner: Avoid double checking root directories in TrackerFileNotifier Wed Oct 05 13:45:40 GMT 2011
- [tracker/miner-fs-refactor: 58/84] libtracker-miner: Ensure the right processing order on QUEUE_WAIT situations Wed Oct 05 13:45:44 GMT 2011
- [tracker/miner-fs-refactor: 59/84] libtracker-miner: Only spare an IRI query on updated items Wed Oct 05 13:45:50 GMT 2011
- [tracker/miner-fs-refactor: 60/84] libtracker-miner: Remove miner_fs->priv->crawled_directories Wed Oct 05 13:45:55 GMT 2011
- [tracker/miner-fs-refactor: 61/84] libtracker-miner: Remove miner_fs->priv->directories Wed Oct 05 13:46:00 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Make filesystem properties registration global Wed Oct 05 13:46:01 GMT 2011
- [tracker/miner-fs-refactor: 62/84] libtracker-miner-fs: Add tracker_indexing_tree_file_is_root() Wed Oct 05 13:46:05 GMT 2011
- [tracker/miner-fs-refactor: 63/84] libtracker-miner: Remove miner_fs->priv->config_directories Wed Oct 05 13:46:10 GMT 2011
- [tracker/miner-fs-refactor: 64/84] libtracker-miner: Remove unused structs from TrackerMinerFS Wed Oct 05 13:46:15 GMT 2011
- [tracker/miner-fs-refactor: 65/84] libtracker-miner: Remove item_query_exists() from TrackerMinerFS Wed Oct 05 13:46:20 GMT 2011
- [tracker/miner-fs-refactor: 66/84] libtracker-miner: Add compat layer for tracker_miner_fs_directory_* Wed Oct 05 13:46:25 GMT 2011
- [tracker/miner-fs-refactor: 67/84] libtracker-miner: Improve logging of TrackerFileNotifier Wed Oct 05 13:46:30 GMT 2011
- [tracker/miner-fs-refactor: 68/84] libtracker-miner: Also check "config root within config root" during queries Wed Oct 05 13:46:35 GMT 2011
- [tracker/miner-fs-refactor: 69/84] libtracker-miner: Only emit ::file-deleted on folders for the toplevel being deleted Wed Oct 05 13:46:40 GMT 2011
- [tracker/miner-fs-refactor: 70/84] libtracker-miner: Remove indexing tree signal handlers in TrackerMinerFS Wed Oct 05 13:46:45 GMT 2011
- [tracker/miner-fs-refactor: 71/84] libtracker-miner: Add a "preserve in store" flag for config dirs Wed Oct 05 13:46:50 GMT 2011
- [tracker/miner-fs-refactor: 72/84] libtracker-miner: Improve a bit reference counting on TrackerFileNotifier Wed Oct 05 13:46:55 GMT 2011
- [tracker/miner-fs-refactor: 73/84] libtracker-miner: Handle root config directories being deleted. Wed Oct 05 13:47:00 GMT 2011
- [tracker/miner-fs-refactor: 74/84] libtracker-miner: Stop crawler if it matches a config dir being removed Wed Oct 05 13:47:05 GMT 2011
- [tracker/miner-fs-refactor: 75/84] libtracker-miner: Fix compiler warnings Wed Oct 05 13:47:10 GMT 2011
- [tracker/miner-fs-refactor: 76/84] libtracker-miner: Obey "ignored" directory flag in TrackerFileNotifier Wed Oct 05 13:47:15 GMT 2011
- [tracker/miner-fs-refactor: 77/84] tests: Fix filesystem test, TrackerFile is gone Wed Oct 05 13:47:20 GMT 2011
- [tracker/miner-fs-refactor: 78/84] libtracker-miner: Use level order when traversing the filesystem tree Wed Oct 05 13:47:25 GMT 2011
- [tracker/miner-fs-refactor: 79/84] libtracker-miner: Remove unused vmethods from TrackerMinerFS Wed Oct 05 13:47:30 GMT 2011
- [tracker/miner-fs-refactor: 80/84] libtracker-miner: plug some leaks Wed Oct 05 13:47:35 GMT 2011
- [tracker/miner-fs-refactor: 81/84] libtracker-miner: Add TrackerIndexingTree::directory-updated Wed Oct 05 13:47:40 GMT 2011
- [tracker/miner-fs-refactor: 82/84] libtracker-miner: Listen to ::directory-updated in TrackerFileNotifier Wed Oct 05 13:47:45 GMT 2011
- [tracker/miner-fs-refactor: 83/84] libtracker-miner: Add tracker_indexing_tree_list_roots() Wed Oct 05 13:47:50 GMT 2011
- [tracker/miner-fs-refactor: 84/84] tracker-miner-fs: Do not use old API to add/recheck dirs Wed Oct 05 13:47:55 GMT 2011
- [tracker] (7 commits) Created branch needle-info-bar Thu Oct 06 13:11:28 GMT 2011
- [tracker/needle-info-bar: 1/7] tracker-needle: Use "primary-toolbar" style on toolbar Thu Oct 06 13:11:33 GMT 2011
- [tracker/needle-info-bar: 2/7] tracker-needle: Add GtkInfoBar and API to control its content Thu Oct 06 13:11:38 GMT 2011
- [tracker/needle-info-bar: 3/7] tracker-needle: tell the user when a query is too generic Thu Oct 06 13:11:43 GMT 2011
- [tracker/needle-info-bar: 4/7] tracker-needle: Put the tags list in a GtkPaned Thu Oct 06 13:11:48 GMT 2011
- [tracker/needle-info-bar: 5/7] tracker-needle: Set tags list scrolledwindow shadow Thu Oct 06 13:11:53 GMT 2011
- [tracker/needle-info-bar: 6/7] tracker-needle: Fix some valac compiler warnings Thu Oct 06 13:11:58 GMT 2011
- [tracker/needle-info-bar: 7/7] tracker-needle: Do not warn on cancelled operations Thu Oct 06 13:12:03 GMT 2011
- [tracker] Deleted branch miner-fs-refactor Fri Oct 07 09:43:22 GMT 2011
- [tracker] (93 commits) Created branch miner-fs-refactor Fri Oct 07 09:43:56 GMT 2011
- [tracker/miner-fs-refactor: 1/93] libtracker-miner: Add TrackerIndexingTree Fri Oct 07 09:43:57 GMT 2011
- [tracker/miner-fs-refactor: 2/93] libtracker-miner: Add tracker_miner_fs_get_indexing_tree() Fri Oct 07 09:44:02 GMT 2011
- [tracker/miner-fs-refactor: 3/93] libtracker-miner: Make TrackerMonitor use TrackerIndexingTree Fri Oct 07 09:44:07 GMT 2011
- [tracker/miner-fs-refactor: 5/93] libtracker-miner: overwrite flags when adding same path to the indexing tree Fri Oct 07 09:44:21 GMT 2011
- [tracker/miner-fs-refactor: 4/93] libtracker-miner: indentation fixes Fri Oct 07 09:44:21 GMT 2011
- [tracker/miner-fs-refactor: 6/93] libtracker-miner: avoid extra file type checks Fri Oct 07 09:44:22 GMT 2011
- [tracker/miner-fs-refactor: 7/93] libtracker-miner, tests: avoid aligning backslash in Makefile.am Fri Oct 07 09:44:27 GMT 2011
- [tracker/miner-fs-refactor: 8/93] libtracker-miner: fix node appending Fri Oct 07 09:44:32 GMT 2011
- [tracker/miner-fs-refactor: 9/93] libtracker-miner: allow priting indexing tree for debugging Fri Oct 07 09:44:37 GMT 2011
- [tracker/miner-fs-refactor: 10/93] libtracker-miner: fix tree disposal Fri Oct 07 09:44:42 GMT 2011
- [tracker/miner-fs-refactor: 11/93] libtracker-miner: fix logic to tell whether file is indexable Fri Oct 07 09:44:47 GMT 2011
- [tracker/miner-fs-refactor: 12/93] libtracker-miner: new IGNORE flag for the indexing tree Fri Oct 07 09:44:53 GMT 2011
- [tracker/miner-fs-refactor: 13/93] libtracker-miner, tests: First tests to check indexing tree capabilities Fri Oct 07 09:44:57 GMT 2011
- [tracker/miner-fs-refactor: 14/93] libtracker-miner, tests: implement multiple cases for indexing tree add/remove. Fri Oct 07 09:45:03 GMT 2011
- [tracker/miner-fs-refactor: 15/93] libtracker-miner, tests: ignore built files Fri Oct 07 09:45:07 GMT 2011
- [tracker/miner-fs-refactor: 16/93] libtracker-miner: Add ::directory-added/removed signals to TrackerIndexingTree Fri Oct 07 09:45:12 GMT 2011
- [tracker/miner-fs-refactor: 17/93] libtracker-miner: change arguments in tracker_indexing_tree_get_parent_is_indexable() Fri Oct 07 09:45:17 GMT 2011
- [tracker/miner-fs-refactor: 18/93] libtracker-miner: Fix infinite loop Fri Oct 07 09:45:22 GMT 2011
- [tracker/miner-fs-refactor: 19/93] libtracker-miner: Optionally filter hidden files in TrackerIndexingTree Fri Oct 07 09:45:28 GMT 2011
- [tracker/miner-fs-refactor: 20/93] tracker-miner-fs: Set TrackerIndexingTree filters in TrackerMinerFiles Fri Oct 07 09:45:32 GMT 2011
- [tracker/miner-fs-refactor: 21/93] tracker-miner-fs: Specify the index directories to TrackerIndexingTree Fri Oct 07 09:45:37 GMT 2011
- [tracker/miner-fs-refactor: 22/93] libtracker-miner: Rename tracker_indexing_tree_get_effective_parent to get_root() Fri Oct 07 09:45:43 GMT 2011
- [tracker/miner-fs-refactor: 23/93] libtracker-miner: Implement tracker_indexing_tree_file_is_indexable on top of get_root() Fri Oct 07 09:45:48 GMT 2011
- [tracker/miner-fs-refactor: 24/93] libtracker-miner: Make TrackerMinerFS use TrackerIndexingTree Fri Oct 07 09:45:53 GMT 2011
- [tracker/miner-fs-refactor: 25/93] tracker-miner-fs: Make TrackerMinerApplications use TrackerIndexingTree Fri Oct 07 09:45:58 GMT 2011
- [tracker/miner-fs-refactor: 26/93] libtracker-miner: Add default policies to TrackerIndexingTree filters Fri Oct 07 09:46:03 GMT 2011
- [tracker/miner-fs-refactor: 27/93] tracker-miner-fs: Use filter policies in TrackerMinerApplications Fri Oct 07 09:46:08 GMT 2011
- [tracker/miner-fs-refactor: 28/93] libtracker-miner: Add TrackerFileSystem Fri Oct 07 09:46:13 GMT 2011
- [tracker/miner-fs-refactor: 29/93] tests: Add TrackerFileSystem test suite Fri Oct 07 09:46:18 GMT 2011
- [tracker/miner-fs-refactor: 30/93] libtracker-miner: Add TrackerFileNotifier Fri Oct 07 09:46:23 GMT 2011
- [tracker/miner-fs-refactor: 31/93] libtracker-miner: clear directories queue before TrackerCrawler::finished Fri Oct 07 09:46:28 GMT 2011
- [tracker/miner-fs-refactor: 32/93] libtracker-miner: Rename TrackerFileNotifier::file-added to file-created Fri Oct 07 09:46:33 GMT 2011
- [tracker/miner-fs-refactor: 33/93] libtracker-miner: Create signals for TrackerFileNotifier Fri Oct 07 09:46:39 GMT 2011
- [tracker/miner-fs-refactor: 34/93] libtracker-miner: Add tracker_file_system_traverse() Fri Oct 07 09:46:43 GMT 2011
- [tracker/miner-fs-refactor: 35/93] libtracker-miner: Fix double inserts in tracker_file_system_get_file() Fri Oct 07 09:46:48 GMT 2011
- [tracker/miner-fs-refactor: 36/93] libtracker-miner: Initialize TrackerFileNotifier filesystem properties Fri Oct 07 09:46:53 GMT 2011
- [tracker/miner-fs-refactor: 37/93] libtracker-miner: Store mtime during crawling in TrackerFileNotifier Fri Oct 07 09:46:58 GMT 2011
- [tracker/miner-fs-refactor: 38/93] libtracker-miner: Perform parallel querying/crawling in TrackerFileNotifier Fri Oct 07 09:47:03 GMT 2011
- [tracker/miner-fs-refactor: 39/93] libtracker-miner: Set up monitor in TrackerFileNotifier Fri Oct 07 09:47:08 GMT 2011
- [tracker/miner-fs-refactor: 40/93] libtracker-miner: Add "attributes_only" parameter to TrackerFileNotifer::file-updated Fri Oct 07 09:47:13 GMT 2011
- [tracker/miner-fs-refactor: 41/93] libtracker-miner: Add TrackerFileNotifier::file-moved signal Fri Oct 07 09:47:18 GMT 2011
- [tracker/miner-fs-refactor: 42/93] libtracker-miner: Hook TrackerFileNotifier to TrackerMonitor signals Fri Oct 07 09:47:24 GMT 2011
- [tracker/miner-fs-refactor: 43/93] libtracker-miner: Use TrackerFileNotifier in TrackerMinerFS Fri Oct 07 09:47:29 GMT 2011
- [tracker/miner-fs-refactor: 44/93] libtracker-miner: Remove all trace of TrackerMonitor in TrackerMinerFS Fri Oct 07 09:47:34 GMT 2011
- [tracker/miner-fs-refactor: 45/93] libtracker-miner: Remove mtime cache Fri Oct 07 09:47:39 GMT 2011
- [tracker/miner-fs-refactor: 46/93] libtracker-miner: Remove check for removed files during crawling Fri Oct 07 09:47:44 GMT 2011
- [tracker/miner-fs-refactor: 47/93] libtracker-miner: Remove unused filesystem property Fri Oct 07 09:47:49 GMT 2011
- [tracker/miner-fs-refactor: 48/93] libtracker-miner: Add TrackerFileNotifier::directory-started/finished Fri Oct 07 09:47:54 GMT 2011
- [tracker/miner-fs-refactor: 49/93] libtracker-miner: Add TrackerFileNotifier::finished Fri Oct 07 09:47:59 GMT 2011
- [tracker/miner-fs-refactor: 50/93] libtracker-miner: Add tracker_file_notifier_is_active() Fri Oct 07 09:48:04 GMT 2011
- [tracker/miner-fs-refactor: 51/93] libtracker-miner: Hook up progress/status indication to TrackerFileNotifier processing Fri Oct 07 09:48:09 GMT 2011
- [tracker/miner-fs-refactor: 52/93] libtracker-miner: Remove TrackerFile Fri Oct 07 09:48:14 GMT 2011
- [tracker/miner-fs-refactor: 53/93] libtracker-miner: Add tracker_file_notifier_get_file_iri() Fri Oct 07 09:48:19 GMT 2011
- [tracker/miner-fs-refactor: 54/93] libtracker-miner: Remove IRI cache from TrackerMinerFS Fri Oct 07 09:48:24 GMT 2011
- [tracker/miner-fs-refactor: 55/93] libtracker-miner: Remove dead code in TrackerMinerFS Fri Oct 07 09:48:31 GMT 2011
- [tracker/miner-fs-refactor: 56/93] libtracker-miner: Only append dirs to crawler processing on recursive dirs Fri Oct 07 09:48:34 GMT 2011
- [tracker/miner-fs-refactor: 57/93] libtracker-miner: Avoid double checking root directories in TrackerFileNotifier Fri Oct 07 09:48:39 GMT 2011
- [tracker/miner-fs-refactor: 58/93] libtracker-miner: Ensure the right processing order on QUEUE_WAIT situations Fri Oct 07 09:48:44 GMT 2011
- [tracker/miner-fs-refactor: 59/93] libtracker-miner: Only spare an IRI query on updated items Fri Oct 07 09:48:49 GMT 2011
- [tracker/miner-fs-refactor: 60/93] libtracker-miner: Remove miner_fs->priv->crawled_directories Fri Oct 07 09:48:56 GMT 2011
- [tracker/miner-fs-refactor: 61/93] libtracker-miner: Remove miner_fs->priv->directories Fri Oct 07 09:48:59 GMT 2011
- [tracker/miner-fs-refactor: 62/93] libtracker-miner-fs: Add tracker_indexing_tree_file_is_root() Fri Oct 07 09:49:04 GMT 2011
- [tracker/miner-fs-refactor: 63/93] libtracker-miner: Remove miner_fs->priv->config_directories Fri Oct 07 09:49:09 GMT 2011
- [tracker/miner-fs-refactor: 64/93] libtracker-miner: Remove unused structs from TrackerMinerFS Fri Oct 07 09:49:14 GMT 2011
- [tracker/miner-fs-refactor: 65/93] libtracker-miner: Remove item_query_exists() from TrackerMinerFS Fri Oct 07 09:49:19 GMT 2011
- [tracker/miner-fs-refactor: 66/93] libtracker-miner: Add compat layer for tracker_miner_fs_directory_* Fri Oct 07 09:49:24 GMT 2011
- [tracker/miner-fs-refactor: 67/93] libtracker-miner: Improve logging of TrackerFileNotifier Fri Oct 07 09:49:29 GMT 2011
- [tracker/miner-fs-refactor: 68/93] libtracker-miner: Also check "config root within config root" during queries Fri Oct 07 09:49:34 GMT 2011
- [tracker/miner-fs-refactor: 69/93] libtracker-miner: Only emit ::file-deleted on folders for the toplevel being deleted Fri Oct 07 09:49:39 GMT 2011
- [tracker/miner-fs-refactor: 70/93] libtracker-miner: Remove indexing tree signal handlers in TrackerMinerFS Fri Oct 07 09:49:45 GMT 2011
- [tracker/miner-fs-refactor: 71/93] libtracker-miner: Add a "preserve in store" flag for config dirs Fri Oct 07 09:49:50 GMT 2011
- [tracker/miner-fs-refactor: 72/93] libtracker-miner: Improve a bit reference counting on TrackerFileNotifier Fri Oct 07 09:49:55 GMT 2011
- [tracker/miner-fs-refactor: 73/93] libtracker-miner: Handle root config directories being deleted. Fri Oct 07 09:50:00 GMT 2011
- [tracker/miner-fs-refactor: 74/93] libtracker-miner: Stop crawler if it matches a config dir being removed Fri Oct 07 09:50:05 GMT 2011
- [tracker/miner-fs-refactor: 75/93] libtracker-miner: Fix compiler warnings Fri Oct 07 09:50:10 GMT 2011
- [tracker/miner-fs-refactor: 76/93] libtracker-miner: Obey "ignored" directory flag in TrackerFileNotifier Fri Oct 07 09:50:15 GMT 2011
- [tracker/miner-fs-refactor: 77/93] tests: Fix filesystem test, TrackerFile is gone Fri Oct 07 09:50:20 GMT 2011
- [tracker/miner-fs-refactor: 78/93] libtracker-miner: Use level order when traversing the filesystem tree Fri Oct 07 09:50:25 GMT 2011
- [tracker/miner-fs-refactor: 79/93] libtracker-miner: Remove unused vmethods from TrackerMinerFS Fri Oct 07 09:50:30 GMT 2011
- [tracker/miner-fs-refactor: 80/93] libtracker-miner: plug some leaks Fri Oct 07 09:50:35 GMT 2011
- [tracker/miner-fs-refactor: 81/93] libtracker-miner: Add TrackerIndexingTree::directory-updated Fri Oct 07 09:50:40 GMT 2011
- [tracker/miner-fs-refactor: 82/93] libtracker-miner: Listen to ::directory-updated in TrackerFileNotifier Fri Oct 07 09:50:45 GMT 2011
- [tracker/miner-fs-refactor: 83/93] libtracker-miner: Add tracker_indexing_tree_list_roots() Fri Oct 07 09:50:50 GMT 2011
- [tracker/miner-fs-refactor: 84/93] tracker-miner-fs: Do not use old API to add/recheck dirs Fri Oct 07 09:50:55 GMT 2011
- [tracker/miner-fs-refactor: 85/93] libtracker-miner: Make filesystem properties registration global Fri Oct 07 09:51:00 GMT 2011
- [tracker/miner-fs-refactor: 86/93] libtracker-miner: Reimplement tracker_miner_fs_directory_remove* Fri Oct 07 09:51:05 GMT 2011
- [tracker/miner-fs-refactor: 87/93] libtracker-miner: Avoid IRI queries on parents of config dirs Fri Oct 07 09:51:10 GMT 2011
- [tracker/miner-fs-refactor: 88/93] tracker-miner-fs: Do not use tracker_miner_fs_directory_remove* Fri Oct 07 09:51:15 GMT 2011
- [tracker/miner-fs-refactor: 89/93] libtracker-miner: Fix typo Fri Oct 07 09:51:21 GMT 2011
- [tracker/miner-fs-refactor: 90/93] libtracker-miner: Untangle filesystem refcount over GFiles Fri Oct 07 09:51:26 GMT 2011
- [tracker/miner-fs-refactor: 91/93] tracker-miner-fs: Remove commented code Fri Oct 07 09:51:31 GMT 2011
- [tracker/miner-fs-refactor: 92/93] libtracker-miner: Fix invalid read in TrackerFileSystem Fri Oct 07 09:51:36 GMT 2011
- [tracker/miner-fs-refactor: 93/93] libtracker-miner: Ensure the timer is set on ::directory-started Fri Oct 07 09:51:41 GMT 2011
- [tracker/miner-fs-refactor] libtracker-bus: Plug 2 leaks Fri Oct 07 10:17:40 GMT 2011
- [tracker] libtracker-bus: Plug 2 leaks Fri Oct 07 11:14:51 GMT 2011
- [tracker] Deleted branch miner-fs-refactor Fri Oct 07 11:17:00 GMT 2011
- [tracker] (93 commits) Created branch miner-fs-refactor Fri Oct 07 11:17:21 GMT 2011
- [tracker/miner-fs-refactor: 1/93] libtracker-miner: Add TrackerIndexingTree Fri Oct 07 11:17:26 GMT 2011
- [tracker/miner-fs-refactor: 2/93] libtracker-miner: Add tracker_miner_fs_get_indexing_tree() Fri Oct 07 11:17:32 GMT 2011
- [tracker/miner-fs-refactor: 3/93] libtracker-miner: Make TrackerMonitor use TrackerIndexingTree Fri Oct 07 11:17:37 GMT 2011
- [tracker/miner-fs-refactor: 4/93] libtracker-miner: indentation fixes Fri Oct 07 11:17:42 GMT 2011
- [tracker/miner-fs-refactor: 5/93] libtracker-miner: overwrite flags when adding same path to the indexing tree Fri Oct 07 11:17:47 GMT 2011
- [tracker/miner-fs-refactor: 6/93] libtracker-miner: avoid extra file type checks Fri Oct 07 11:17:52 GMT 2011
- [tracker/miner-fs-refactor: 7/93] libtracker-miner, tests: avoid aligning backslash in Makefile.am Fri Oct 07 11:17:57 GMT 2011
- [tracker/miner-fs-refactor: 8/93] libtracker-miner: fix node appending Fri Oct 07 11:18:02 GMT 2011
- [tracker/miner-fs-refactor: 9/93] libtracker-miner: allow priting indexing tree for debugging Fri Oct 07 11:18:07 GMT 2011
- [tracker/miner-fs-refactor: 10/93] libtracker-miner: fix tree disposal Fri Oct 07 11:18:12 GMT 2011
- [tracker/miner-fs-refactor: 11/93] libtracker-miner: fix logic to tell whether file is indexable Fri Oct 07 11:18:17 GMT 2011
- [tracker/miner-fs-refactor: 12/93] libtracker-miner: new IGNORE flag for the indexing tree Fri Oct 07 11:18:22 GMT 2011
- [tracker/miner-fs-refactor: 13/93] libtracker-miner, tests: First tests to check indexing tree capabilities Fri Oct 07 11:18:27 GMT 2011
- [tracker/miner-fs-refactor: 14/93] libtracker-miner, tests: implement multiple cases for indexing tree add/remove. Fri Oct 07 11:18:32 GMT 2011
- [tracker/miner-fs-refactor: 15/93] libtracker-miner, tests: ignore built files Fri Oct 07 11:18:37 GMT 2011
- [tracker/miner-fs-refactor: 16/93] libtracker-miner: Add ::directory-added/removed signals to TrackerIndexingTree Fri Oct 07 11:18:42 GMT 2011
- [tracker/miner-fs-refactor: 17/93] libtracker-miner: change arguments in tracker_indexing_tree_get_parent_is_indexable() Fri Oct 07 11:18:47 GMT 2011
- [tracker/miner-fs-refactor: 18/93] libtracker-miner: Fix infinite loop Fri Oct 07 11:18:52 GMT 2011
- [tracker/miner-fs-refactor: 19/93] libtracker-miner: Optionally filter hidden files in TrackerIndexingTree Fri Oct 07 11:18:57 GMT 2011
- [tracker/miner-fs-refactor: 20/93] tracker-miner-fs: Set TrackerIndexingTree filters in TrackerMinerFiles Fri Oct 07 11:19:02 GMT 2011
- [tracker/miner-fs-refactor: 21/93] tracker-miner-fs: Specify the index directories to TrackerIndexingTree Fri Oct 07 11:19:07 GMT 2011
- [tracker/miner-fs-refactor: 22/93] libtracker-miner: Rename tracker_indexing_tree_get_effective_parent to get_root() Fri Oct 07 11:19:12 GMT 2011
- [tracker/miner-fs-refactor: 23/93] libtracker-miner: Implement tracker_indexing_tree_file_is_indexable on top of get_root() Fri Oct 07 11:19:17 GMT 2011
- [tracker/miner-fs-refactor: 24/93] libtracker-miner: Make TrackerMinerFS use TrackerIndexingTree Fri Oct 07 11:19:22 GMT 2011
- [tracker/miner-fs-refactor: 25/93] tracker-miner-fs: Make TrackerMinerApplications use TrackerIndexingTree Fri Oct 07 11:19:27 GMT 2011
- [tracker/miner-fs-refactor: 26/93] libtracker-miner: Add default policies to TrackerIndexingTree filters Fri Oct 07 11:19:32 GMT 2011
- [tracker/miner-fs-refactor: 27/93] tracker-miner-fs: Use filter policies in TrackerMinerApplications Fri Oct 07 11:19:37 GMT 2011
- [tracker/miner-fs-refactor: 28/93] libtracker-miner: Add TrackerFileSystem Fri Oct 07 11:19:42 GMT 2011
- [tracker/miner-fs-refactor: 29/93] tests: Add TrackerFileSystem test suite Fri Oct 07 11:19:48 GMT 2011
- [tracker/miner-fs-refactor: 30/93] libtracker-miner: Add TrackerFileNotifier Fri Oct 07 11:19:53 GMT 2011
- [tracker/miner-fs-refactor: 31/93] libtracker-miner: clear directories queue before TrackerCrawler::finished Fri Oct 07 11:19:58 GMT 2011
- [tracker/miner-fs-refactor: 32/93] libtracker-miner: Rename TrackerFileNotifier::file-added to file-created Fri Oct 07 11:20:03 GMT 2011
- [tracker/miner-fs-refactor: 33/93] libtracker-miner: Create signals for TrackerFileNotifier Fri Oct 07 11:20:08 GMT 2011
- [tracker/miner-fs-refactor: 34/93] libtracker-miner: Add tracker_file_system_traverse() Fri Oct 07 11:20:13 GMT 2011
- [tracker/miner-fs-refactor: 35/93] libtracker-miner: Fix double inserts in tracker_file_system_get_file() Fri Oct 07 11:20:18 GMT 2011
- [tracker/miner-fs-refactor: 36/93] libtracker-miner: Initialize TrackerFileNotifier filesystem properties Fri Oct 07 11:20:23 GMT 2011
- [tracker/miner-fs-refactor: 37/93] libtracker-miner: Store mtime during crawling in TrackerFileNotifier Fri Oct 07 11:20:28 GMT 2011
- [tracker/miner-fs-refactor: 38/93] libtracker-miner: Perform parallel querying/crawling in TrackerFileNotifier Fri Oct 07 11:20:33 GMT 2011
- [tracker/miner-fs-refactor: 39/93] libtracker-miner: Set up monitor in TrackerFileNotifier Fri Oct 07 11:20:38 GMT 2011
- [tracker/miner-fs-refactor: 40/93] libtracker-miner: Add "attributes_only" parameter to TrackerFileNotifer::file-updated Fri Oct 07 11:20:43 GMT 2011
- [tracker/miner-fs-refactor: 41/93] libtracker-miner: Add TrackerFileNotifier::file-moved signal Fri Oct 07 11:20:48 GMT 2011
- [tracker/miner-fs-refactor: 42/93] libtracker-miner: Hook TrackerFileNotifier to TrackerMonitor signals Fri Oct 07 11:20:53 GMT 2011
- [tracker/miner-fs-refactor: 43/93] libtracker-miner: Use TrackerFileNotifier in TrackerMinerFS Fri Oct 07 11:20:58 GMT 2011
- [tracker/miner-fs-refactor: 44/93] libtracker-miner: Remove all trace of TrackerMonitor in TrackerMinerFS Fri Oct 07 11:21:03 GMT 2011
- [tracker/miner-fs-refactor: 45/93] libtracker-miner: Remove mtime cache Fri Oct 07 11:21:08 GMT 2011
- [tracker/miner-fs-refactor: 46/93] libtracker-miner: Remove check for removed files during crawling Fri Oct 07 11:21:13 GMT 2011
- [tracker/miner-fs-refactor: 47/93] libtracker-miner: Remove unused filesystem property Fri Oct 07 11:21:18 GMT 2011
- [tracker/miner-fs-refactor: 48/93] libtracker-miner: Add TrackerFileNotifier::directory-started/finished Fri Oct 07 11:21:23 GMT 2011
- [tracker/miner-fs-refactor: 49/93] libtracker-miner: Add TrackerFileNotifier::finished Fri Oct 07 11:21:28 GMT 2011
- [tracker/miner-fs-refactor: 50/93] libtracker-miner: Add tracker_file_notifier_is_active() Fri Oct 07 11:21:33 GMT 2011
- [tracker/miner-fs-refactor: 51/93] libtracker-miner: Hook up progress/status indication to TrackerFileNotifier processing Fri Oct 07 11:21:38 GMT 2011
- [tracker/miner-fs-refactor: 52/93] libtracker-miner: Remove TrackerFile Fri Oct 07 11:21:43 GMT 2011
- [tracker/miner-fs-refactor: 53/93] libtracker-miner: Add tracker_file_notifier_get_file_iri() Fri Oct 07 11:21:48 GMT 2011
- [tracker/miner-fs-refactor: 54/93] libtracker-miner: Remove IRI cache from TrackerMinerFS Fri Oct 07 11:21:53 GMT 2011
- [tracker/miner-fs-refactor: 55/93] libtracker-miner: Remove dead code in TrackerMinerFS Fri Oct 07 11:21:58 GMT 2011
- [tracker/miner-fs-refactor: 56/93] libtracker-miner: Only append dirs to crawler processing on recursive dirs Fri Oct 07 11:22:03 GMT 2011
- [tracker/miner-fs-refactor: 57/93] libtracker-miner: Avoid double checking root directories in TrackerFileNotifier Fri Oct 07 11:22:08 GMT 2011
- [tracker/miner-fs-refactor: 58/93] libtracker-miner: Ensure the right processing order on QUEUE_WAIT situations Fri Oct 07 11:22:13 GMT 2011
- [tracker/miner-fs-refactor: 59/93] libtracker-miner: Only spare an IRI query on updated items Fri Oct 07 11:22:19 GMT 2011
- [tracker/miner-fs-refactor: 60/93] libtracker-miner: Remove miner_fs->priv->crawled_directories Fri Oct 07 11:22:24 GMT 2011
- [tracker/miner-fs-refactor: 61/93] libtracker-miner: Remove miner_fs->priv->directories Fri Oct 07 11:22:29 GMT 2011
- [tracker/miner-fs-refactor: 62/93] libtracker-miner-fs: Add tracker_indexing_tree_file_is_root() Fri Oct 07 11:22:34 GMT 2011
- [tracker/miner-fs-refactor: 63/93] libtracker-miner: Remove miner_fs->priv->config_directories Fri Oct 07 11:22:39 GMT 2011
- [tracker/miner-fs-refactor: 64/93] libtracker-miner: Remove unused structs from TrackerMinerFS Fri Oct 07 11:22:44 GMT 2011
- [tracker/miner-fs-refactor: 65/93] libtracker-miner: Remove item_query_exists() from TrackerMinerFS Fri Oct 07 11:22:49 GMT 2011
- [tracker/miner-fs-refactor: 66/93] libtracker-miner: Add compat layer for tracker_miner_fs_directory_* Fri Oct 07 11:22:55 GMT 2011
- [tracker/miner-fs-refactor: 67/93] libtracker-miner: Improve logging of TrackerFileNotifier Fri Oct 07 11:22:59 GMT 2011
- [tracker/miner-fs-refactor: 68/93] libtracker-miner: Also check "config root within config root" during queries Fri Oct 07 11:23:04 GMT 2011
- [tracker/miner-fs-refactor: 69/93] libtracker-miner: Only emit ::file-deleted on folders for the toplevel being deleted Fri Oct 07 11:23:09 GMT 2011
- [tracker/miner-fs-refactor: 70/93] libtracker-miner: Remove indexing tree signal handlers in TrackerMinerFS Fri Oct 07 11:23:14 GMT 2011
- [tracker/miner-fs-refactor: 71/93] libtracker-miner: Add a "preserve in store" flag for config dirs Fri Oct 07 11:23:19 GMT 2011
- [tracker/miner-fs-refactor: 72/93] libtracker-miner: Improve a bit reference counting on TrackerFileNotifier Fri Oct 07 11:23:24 GMT 2011
- [tracker/miner-fs-refactor: 73/93] libtracker-miner: Handle root config directories being deleted. Fri Oct 07 11:23:29 GMT 2011
- [tracker/miner-fs-refactor: 74/93] libtracker-miner: Stop crawler if it matches a config dir being removed Fri Oct 07 11:23:34 GMT 2011
- [tracker/miner-fs-refactor: 75/93] libtracker-miner: Fix compiler warnings Fri Oct 07 11:23:39 GMT 2011
- [tracker/miner-fs-refactor: 76/93] libtracker-miner: Obey "ignored" directory flag in TrackerFileNotifier Fri Oct 07 11:23:44 GMT 2011
- [tracker/miner-fs-refactor: 79/93] libtracker-miner: Remove unused vmethods from TrackerMinerFS Fri Oct 07 11:24:06 GMT 2011
- [tracker/miner-fs-refactor: 77/93] tests: Fix filesystem test, TrackerFile is gone Fri Oct 07 11:24:06 GMT 2011
- [tracker/miner-fs-refactor: 78/93] libtracker-miner: Use level order when traversing the filesystem tree Fri Oct 07 11:24:06 GMT 2011
- [tracker/miner-fs-refactor: 80/93] libtracker-miner: plug some leaks Fri Oct 07 11:24:06 GMT 2011
- [tracker/miner-fs-refactor: 81/93] libtracker-miner: Add TrackerIndexingTree::directory-updated Fri Oct 07 11:24:10 GMT 2011
- [tracker/miner-fs-refactor: 82/93] libtracker-miner: Listen to ::directory-updated in TrackerFileNotifier Fri Oct 07 11:24:23 GMT 2011
- [tracker/miner-fs-refactor: 83/93] libtracker-miner: Add tracker_indexing_tree_list_roots() Fri Oct 07 11:24:23 GMT 2011
- [tracker/miner-fs-refactor: 84/93] tracker-miner-fs: Do not use old API to add/recheck dirs Fri Oct 07 11:24:25 GMT 2011
- [tracker/miner-fs-refactor: 85/93] libtracker-miner: Make filesystem properties registration global Fri Oct 07 11:24:30 GMT 2011
- [tracker/miner-fs-refactor: 86/93] libtracker-miner: Reimplement tracker_miner_fs_directory_remove* Fri Oct 07 11:24:35 GMT 2011
- [tracker/miner-fs-refactor: 87/93] libtracker-miner: Avoid IRI queries on parents of config dirs Fri Oct 07 11:24:40 GMT 2011
- [tracker/miner-fs-refactor: 88/93] tracker-miner-fs: Do not use tracker_miner_fs_directory_remove* Fri Oct 07 11:24:45 GMT 2011
- [tracker/miner-fs-refactor: 89/93] libtracker-miner: Fix typo Fri Oct 07 11:24:50 GMT 2011
- [tracker/miner-fs-refactor: 90/93] libtracker-miner: Untangle filesystem refcount over GFiles Fri Oct 07 11:24:55 GMT 2011
- [tracker/miner-fs-refactor: 91/93] tracker-miner-fs: Remove commented code Fri Oct 07 11:25:00 GMT 2011
- [tracker/miner-fs-refactor: 92/93] libtracker-miner: Fix invalid read in TrackerFileSystem Fri Oct 07 11:25:05 GMT 2011
- [tracker/miner-fs-refactor: 93/93] libtracker-miner: Ensure the timer is set on ::directory-started Fri Oct 07 11:25:10 GMT 2011
- [tracker] tracker-extract: Also complete cancelled tasks Tue Oct 18 15:13:07 GMT 2011
- [tracker] tracker-needle: Fix crash in result store Tue Oct 18 15:13:12 GMT 2011
- [tracker] Deleted branch miner-fs-refactor Thu Oct 20 12:14:58 GMT 2011
- [tracker] (101 commits) Created branch miner-fs-refactor Thu Oct 20 12:15:36 GMT 2011
- [tracker/miner-fs-refactor: 1/101] libtracker-miner: Add TrackerIndexingTree Thu Oct 20 12:15:41 GMT 2011
- [tracker/miner-fs-refactor: 2/101] libtracker-miner: Add tracker_miner_fs_get_indexing_tree() Thu Oct 20 12:15:46 GMT 2011
- [tracker/miner-fs-refactor: 3/101] libtracker-miner: Make TrackerMonitor use TrackerIndexingTree Thu Oct 20 12:15:51 GMT 2011
- [tracker/miner-fs-refactor: 4/101] libtracker-miner: indentation fixes Thu Oct 20 12:15:56 GMT 2011
- [tracker/miner-fs-refactor: 5/101] libtracker-miner: overwrite flags when adding same path to the indexing tree Thu Oct 20 12:16:01 GMT 2011
- [tracker/miner-fs-refactor: 6/101] libtracker-miner: avoid extra file type checks Thu Oct 20 12:16:07 GMT 2011
- [tracker/miner-fs-refactor: 7/101] libtracker-miner, tests: avoid aligning backslash in Makefile.am Thu Oct 20 12:16:11 GMT 2011
- [tracker/miner-fs-refactor: 8/101] libtracker-miner: fix node appending Thu Oct 20 12:16:16 GMT 2011
- [tracker/miner-fs-refactor: 9/101] libtracker-miner: allow priting indexing tree for debugging Thu Oct 20 12:16:21 GMT 2011
- [tracker/miner-fs-refactor: 10/101] libtracker-miner: fix tree disposal Thu Oct 20 12:16:26 GMT 2011
- [tracker/miner-fs-refactor: 11/101] libtracker-miner: fix logic to tell whether file is indexable Thu Oct 20 12:16:31 GMT 2011
- [tracker/miner-fs-refactor: 12/101] libtracker-miner: new IGNORE flag for the indexing tree Thu Oct 20 12:16:36 GMT 2011
- [tracker/miner-fs-refactor: 13/101] libtracker-miner, tests: First tests to check indexing tree capabilities Thu Oct 20 12:16:41 GMT 2011
- [tracker/miner-fs-refactor: 14/101] libtracker-miner, tests: implement multiple cases for indexing tree add/remove. Thu Oct 20 12:16:47 GMT 2011
- [tracker/miner-fs-refactor: 15/101] libtracker-miner, tests: ignore built files Thu Oct 20 12:16:51 GMT 2011
- [tracker/miner-fs-refactor: 16/101] libtracker-miner: Add ::directory-added/removed signals to TrackerIndexingTree Thu Oct 20 12:16:56 GMT 2011
- [tracker/miner-fs-refactor: 17/101] libtracker-miner: change arguments in tracker_indexing_tree_get_parent_is_indexable() Thu Oct 20 12:17:02 GMT 2011
- [tracker/miner-fs-refactor: 18/101] libtracker-miner: Fix infinite loop Thu Oct 20 12:17:07 GMT 2011
- [tracker/miner-fs-refactor: 19/101] libtracker-miner: Optionally filter hidden files in TrackerIndexingTree Thu Oct 20 12:17:12 GMT 2011
- [tracker/miner-fs-refactor: 20/101] tracker-miner-fs: Set TrackerIndexingTree filters in TrackerMinerFiles Thu Oct 20 12:17:17 GMT 2011
- [tracker/miner-fs-refactor: 21/101] tracker-miner-fs: Specify the index directories to TrackerIndexingTree Thu Oct 20 12:17:22 GMT 2011
- [tracker/miner-fs-refactor: 22/101] libtracker-miner: Rename tracker_indexing_tree_get_effective_parent to get_root() Thu Oct 20 12:17:27 GMT 2011
- [tracker/miner-fs-refactor: 23/101] libtracker-miner: Implement tracker_indexing_tree_file_is_indexable on top of get_root() Thu Oct 20 12:17:32 GMT 2011
- [tracker/miner-fs-refactor: 24/101] libtracker-miner: Make TrackerMinerFS use TrackerIndexingTree Thu Oct 20 12:17:37 GMT 2011
- [tracker/miner-fs-refactor: 25/101] tracker-miner-fs: Make TrackerMinerApplications use TrackerIndexingTree Thu Oct 20 12:17:42 GMT 2011
- [tracker/miner-fs-refactor: 26/101] libtracker-miner: Add default policies to TrackerIndexingTree filters Thu Oct 20 12:17:47 GMT 2011
- [tracker/miner-fs-refactor: 27/101] tracker-miner-fs: Use filter policies in TrackerMinerApplications Thu Oct 20 12:17:52 GMT 2011
- [tracker/miner-fs-refactor: 28/101] libtracker-miner: Add TrackerFileSystem Thu Oct 20 12:17:57 GMT 2011
- [tracker/miner-fs-refactor: 29/101] tests: Add TrackerFileSystem test suite Thu Oct 20 12:18:02 GMT 2011
- [tracker/miner-fs-refactor: 30/101] libtracker-miner: Add TrackerFileNotifier Thu Oct 20 12:18:07 GMT 2011
- [tracker/miner-fs-refactor: 31/101] libtracker-miner: clear directories queue before TrackerCrawler::finished Thu Oct 20 12:18:12 GMT 2011
- [tracker/miner-fs-refactor: 32/101] libtracker-miner: Rename TrackerFileNotifier::file-added to file-created Thu Oct 20 12:18:17 GMT 2011
- [tracker/miner-fs-refactor: 33/101] libtracker-miner: Create signals for TrackerFileNotifier Thu Oct 20 12:18:22 GMT 2011
- [tracker/miner-fs-refactor: 34/101] libtracker-miner: Add tracker_file_system_traverse() Thu Oct 20 12:18:28 GMT 2011
- [tracker/miner-fs-refactor: 35/101] libtracker-miner: Fix double inserts in tracker_file_system_get_file() Thu Oct 20 12:18:32 GMT 2011
- [tracker/miner-fs-refactor: 36/101] libtracker-miner: Initialize TrackerFileNotifier filesystem properties Thu Oct 20 12:18:37 GMT 2011
- [tracker/miner-fs-refactor: 37/101] libtracker-miner: Store mtime during crawling in TrackerFileNotifier Thu Oct 20 12:18:42 GMT 2011
- [tracker/miner-fs-refactor: 38/101] libtracker-miner: Perform parallel querying/crawling in TrackerFileNotifier Thu Oct 20 12:18:47 GMT 2011
- [tracker/miner-fs-refactor: 39/101] libtracker-miner: Set up monitor in TrackerFileNotifier Thu Oct 20 12:18:52 GMT 2011
- [tracker/miner-fs-refactor: 40/101] libtracker-miner: Add "attributes_only" parameter to TrackerFileNotifer::file-updated Thu Oct 20 12:18:57 GMT 2011
- [tracker/miner-fs-refactor: 41/101] libtracker-miner: Add TrackerFileNotifier::file-moved signal Thu Oct 20 12:19:03 GMT 2011
- [tracker/miner-fs-refactor: 42/101] libtracker-miner: Hook TrackerFileNotifier to TrackerMonitor signals Thu Oct 20 12:19:08 GMT 2011
- [tracker/miner-fs-refactor: 43/101] libtracker-miner: Use TrackerFileNotifier in TrackerMinerFS Thu Oct 20 12:19:13 GMT 2011
- [tracker/miner-fs-refactor: 44/101] libtracker-miner: Remove all trace of TrackerMonitor in TrackerMinerFS Thu Oct 20 12:19:18 GMT 2011
- [tracker/miner-fs-refactor: 45/101] libtracker-miner: Remove mtime cache Thu Oct 20 12:19:23 GMT 2011
- [tracker/miner-fs-refactor: 46/101] libtracker-miner: Remove check for removed files during crawling Thu Oct 20 12:19:28 GMT 2011
- [tracker/miner-fs-refactor: 47/101] libtracker-miner: Remove unused filesystem property Thu Oct 20 12:19:33 GMT 2011
- [tracker/miner-fs-refactor: 48/101] libtracker-miner: Add TrackerFileNotifier::directory-started/finished Thu Oct 20 12:19:38 GMT 2011
- [tracker/miner-fs-refactor: 49/101] libtracker-miner: Add TrackerFileNotifier::finished Thu Oct 20 12:19:43 GMT 2011
- [tracker/miner-fs-refactor: 50/101] libtracker-miner: Add tracker_file_notifier_is_active() Thu Oct 20 12:19:48 GMT 2011
- [tracker/miner-fs-refactor: 51/101] libtracker-miner: Hook up progress/status indication to TrackerFileNotifier processing Thu Oct 20 12:19:53 GMT 2011
- [tracker/miner-fs-refactor: 52/101] libtracker-miner: Remove TrackerFile Thu Oct 20 12:19:58 GMT 2011
- [tracker/miner-fs-refactor: 53/101] libtracker-miner: Add tracker_file_notifier_get_file_iri() Thu Oct 20 12:20:03 GMT 2011
- [tracker/miner-fs-refactor: 54/101] libtracker-miner: Remove IRI cache from TrackerMinerFS Thu Oct 20 12:20:08 GMT 2011
- [tracker/miner-fs-refactor: 55/101] libtracker-miner: Remove dead code in TrackerMinerFS Thu Oct 20 12:20:13 GMT 2011
- [tracker/miner-fs-refactor: 56/101] libtracker-miner: Only append dirs to crawler processing on recursive dirs Thu Oct 20 12:20:18 GMT 2011
- [tracker/miner-fs-refactor: 57/101] libtracker-miner: Avoid double checking root directories in TrackerFileNotifier Thu Oct 20 12:20:23 GMT 2011
- [tracker/miner-fs-refactor: 58/101] libtracker-miner: Ensure the right processing order on QUEUE_WAIT situations Thu Oct 20 12:20:28 GMT 2011
- [tracker/miner-fs-refactor: 59/101] libtracker-miner: Only spare an IRI query on updated items Thu Oct 20 12:20:33 GMT 2011
- [tracker/miner-fs-refactor: 60/101] libtracker-miner: Remove miner_fs->priv->crawled_directories Thu Oct 20 12:20:38 GMT 2011
- [tracker/miner-fs-refactor: 61/101] libtracker-miner: Remove miner_fs->priv->directories Thu Oct 20 12:20:43 GMT 2011
- [tracker/miner-fs-refactor: 62/101] libtracker-miner-fs: Add tracker_indexing_tree_file_is_root() Thu Oct 20 12:20:48 GMT 2011
- [tracker/miner-fs-refactor: 63/101] libtracker-miner: Remove miner_fs->priv->config_directories Thu Oct 20 12:20:53 GMT 2011
- [tracker/miner-fs-refactor: 64/101] libtracker-miner: Remove unused structs from TrackerMinerFS Thu Oct 20 12:20:58 GMT 2011
- [tracker/miner-fs-refactor: 65/101] libtracker-miner: Remove item_query_exists() from TrackerMinerFS Thu Oct 20 12:21:03 GMT 2011
- [tracker/miner-fs-refactor: 66/101] libtracker-miner: Add compat layer for tracker_miner_fs_directory_* Thu Oct 20 12:21:09 GMT 2011
- [tracker/miner-fs-refactor: 67/101] libtracker-miner: Improve logging of TrackerFileNotifier Thu Oct 20 12:21:13 GMT 2011
- [tracker/miner-fs-refactor: 68/101] libtracker-miner: Also check "config root within config root" during queries Thu Oct 20 12:21:18 GMT 2011
- [tracker/miner-fs-refactor: 69/101] libtracker-miner: Only emit ::file-deleted on folders for the toplevel being deleted Thu Oct 20 12:21:24 GMT 2011
- [tracker/miner-fs-refactor: 70/101] libtracker-miner: Remove indexing tree signal handlers in TrackerMinerFS Thu Oct 20 12:21:29 GMT 2011
- [tracker/miner-fs-refactor: 71/101] libtracker-miner: Add a "preserve in store" flag for config dirs Thu Oct 20 12:21:34 GMT 2011
- [tracker/miner-fs-refactor: 72/101] libtracker-miner: Improve a bit reference counting on TrackerFileNotifier Thu Oct 20 12:21:39 GMT 2011
- [tracker/miner-fs-refactor: 73/101] libtracker-miner: Handle root config directories being deleted. Thu Oct 20 12:21:44 GMT 2011
- [tracker/miner-fs-refactor: 74/101] libtracker-miner: Stop crawler if it matches a config dir being removed Thu Oct 20 12:21:49 GMT 2011
- [tracker/miner-fs-refactor: 75/101] libtracker-miner: Fix compiler warnings Thu Oct 20 12:21:54 GMT 2011
- [tracker/miner-fs-refactor: 76/101] libtracker-miner: Obey "ignored" directory flag in TrackerFileNotifier Thu Oct 20 12:21:59 GMT 2011
- [tracker/miner-fs-refactor: 77/101] tests: Fix filesystem test, TrackerFile is gone Thu Oct 20 12:22:04 GMT 2011
- [tracker/miner-fs-refactor: 78/101] libtracker-miner: Use level order when traversing the filesystem tree Thu Oct 20 12:22:09 GMT 2011
- [tracker/miner-fs-refactor: 79/101] libtracker-miner: Remove unused vmethods from TrackerMinerFS Thu Oct 20 12:22:14 GMT 2011
- [tracker/miner-fs-refactor: 80/101] libtracker-miner: plug some leaks Thu Oct 20 12:22:19 GMT 2011
- [tracker/miner-fs-refactor: 81/101] libtracker-miner: Add TrackerIndexingTree::directory-updated Thu Oct 20 12:22:24 GMT 2011
- [tracker/miner-fs-refactor: 82/101] libtracker-miner: Listen to ::directory-updated in TrackerFileNotifier Thu Oct 20 12:22:29 GMT 2011
- [tracker/miner-fs-refactor: 83/101] libtracker-miner: Add tracker_indexing_tree_list_roots() Thu Oct 20 12:22:34 GMT 2011
- [tracker/miner-fs-refactor: 84/101] tracker-miner-fs: Do not use old API to add/recheck dirs Thu Oct 20 12:22:39 GMT 2011
- [tracker/miner-fs-refactor: 85/101] libtracker-miner: Make filesystem properties registration global Thu Oct 20 12:22:44 GMT 2011
- [tracker/miner-fs-refactor: 86/101] libtracker-miner: Reimplement tracker_miner_fs_directory_remove* Thu Oct 20 12:22:49 GMT 2011
- [tracker/miner-fs-refactor: 87/101] libtracker-miner: Avoid IRI queries on parents of config dirs Thu Oct 20 12:22:54 GMT 2011
- [tracker/miner-fs-refactor: 88/101] tracker-miner-fs: Do not use tracker_miner_fs_directory_remove* Thu Oct 20 12:22:59 GMT 2011
- [tracker/miner-fs-refactor: 89/101] libtracker-miner: Fix typo Thu Oct 20 12:23:04 GMT 2011
- [tracker/miner-fs-refactor: 90/101] libtracker-miner: Untangle filesystem refcount over GFiles Thu Oct 20 12:23:09 GMT 2011
- [tracker/miner-fs-refactor: 91/101] tracker-miner-fs: Remove commented code Thu Oct 20 12:23:14 GMT 2011
- [tracker/miner-fs-refactor: 92/101] libtracker-miner: Fix invalid read in TrackerFileSystem Thu Oct 20 12:23:19 GMT 2011
- [tracker/miner-fs-refactor: 93/101] libtracker-miner: Ensure the timer is set on ::directory-started Thu Oct 20 12:23:24 GMT 2011
- [tracker/miner-fs-refactor: 94/101] libtracker-miner: indentation and alignment fixes Thu Oct 20 12:23:29 GMT 2011
- [tracker/miner-fs-refactor: 95/101] libtracker-miner: Add tracker_file_system_delete_files() Thu Oct 20 12:23:34 GMT 2011
- [tracker/miner-fs-refactor: 96/101] libtracker-miner: Ensure TrackerFileSystem has a meaningful file type Thu Oct 20 12:23:39 GMT 2011
- [tracker/miner-fs-refactor: 97/101] libtracker-miner: lower message log level Thu Oct 20 12:23:44 GMT 2011
- [tracker/miner-fs-refactor: 98/101] tracker-miner-fs: Fix some TrackerDirectoryFlags passed on mounts Thu Oct 20 12:23:49 GMT 2011
- [tracker/miner-fs-refactor: 99/101] tracker-miner-fs: Remove the preserve flag if a dir is removed from config Thu Oct 20 12:23:55 GMT 2011
- [tracker/miner-fs-refactor: 100/101] libtracker-miner: Fix problems with directories going out and into config again Thu Oct 20 12:24:00 GMT 2011
- [tracker/miner-fs-refactor: 101/101] libtracker-miner: Do not delete files while traversing the file tree Thu Oct 20 12:24:05 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Handle correctly crawling on just created dirs Thu Oct 20 13:30:00 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Cancel sparql query in TrackerFileNotifier when crawling stops Thu Oct 20 13:51:06 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Optimize TrackerFileSystem insertions/deletions Thu Oct 20 17:20:36 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Remove deleted folders from being tracked Thu Oct 20 17:20:41 GMT 2011
- [tracker] tracker-extract,gstreamer: Handle streams with no tags Fri Oct 21 14:44:24 GMT 2011
- [tracker] libtracker-miner,buffer: Improve logging of sparql errors Fri Oct 21 14:44:29 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner, notifier: Check dir roots with the canonical copy in TrackerFileSystem Fri Oct 21 14:44:48 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Remove fs->priv->is_crawling Fri Oct 21 15:21:37 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner, notifier: report again status when crawling Fri Oct 21 16:02:17 GMT 2011
- [tracker/miner-fs-refactor] libtracker-miner: Calculate remaining time purely on extraction time Fri Oct 21 17:34:48 GMT 2011
- [tracker] libtracker-miner, crawler: Use a cancellable per crawled directory Mon Oct 24 11:50:53 GMT 2011
- [tracker] tracker-writeback: Apply writeback handlers sequentially on a same file Mon Oct 24 15:50:36 GMT 2011
- [gtk+] Deleted branch multitouch Tue Oct 25 00:48:33 GMT 2011
- [gtk+] (17 commits) Created branch multitouch Tue Oct 25 00:49:28 GMT 2011
- [gtk+/multitouch: 1/17] configure: Detect XInput 2.1 Tue Oct 25 00:49:33 GMT 2011
- [gtk+/multitouch: 2/17] Add touch motion event type and mask. Tue Oct 25 00:49:38 GMT 2011
- [gtk+/multitouch: 3/17] Add initial handling of TouchMotion events. Tue Oct 25 00:49:43 GMT 2011
- [gtk+/multitouch: 4/17] Handle TouchBegin/End events Tue Oct 25 00:49:48 GMT 2011
- [gtk+/multitouch: 5/17] Make touch events go through csw/widget event handling. Tue Oct 25 00:49:53 GMT 2011
- [gtk+/multitouch: 6/17] Add gdk_event_get_touch_id() Tue Oct 25 00:49:58 GMT 2011
- [gtk+/multitouch: 7/17] Introduce GdkTouchCluster Tue Oct 25 00:50:03 GMT 2011
- [gtk+/multitouch: 8/17] Add gdk_window_[create|remove]_touch_cluster() Tue Oct 25 00:50:08 GMT 2011
- [gtk+/multitouch: 9/17] Define GdkEventMultiTouch and its related event types. Tue Oct 25 00:50:13 GMT 2011
- [gtk+/multitouch: 10/17] Add machinery to emit GdkEventMultiTouch events Tue Oct 25 00:50:18 GMT 2011
- [gtk+/multitouch: 11/17] Add multitouch-event signal and vfunc to GtkWidget Tue Oct 25 00:50:23 GMT 2011
- [gtk+/multitouch: 12/17] gtk-demo: Add multitouch demo Tue Oct 25 00:50:28 GMT 2011
- [gtk+/multitouch: 13/17] gdk: Update touch events to latest spec Tue Oct 25 00:50:33 GMT 2011
- [gtk+/multitouch: 14/17] Add a gestures interpreter Tue Oct 25 00:50:38 GMT 2011
- [gtk+/multitouch: 15/17] gestures: Implement gestures interpreter Tue Oct 25 00:50:43 GMT 2011
- [gtk+/multitouch: 16/17] tests: Add testgestures Tue Oct 25 00:50:48 GMT 2011
- [gtk+/multitouch: 17/17] gtk: Add helper API to handle gestures Tue Oct 25 00:50:54 GMT 2011
- [gtk+] Deleted branch multitouch Thu Oct 27 21:40:16 GMT 2011
- [gtk+] (23 commits) Created branch multitouch Thu Oct 27 21:40:54 GMT 2011
- [gtk+/multitouch: 1/23] configure: Detect XInput 2.1 Thu Oct 27 21:41:00 GMT 2011
- [gtk+/multitouch: 2/23] Add touch motion event type and mask. Thu Oct 27 21:41:05 GMT 2011
- [gtk+/multitouch: 3/23] Add initial handling of TouchMotion events. Thu Oct 27 21:41:10 GMT 2011
- [gtk+/multitouch: 4/23] Handle TouchBegin/End events Thu Oct 27 21:41:15 GMT 2011
- [gtk+/multitouch: 5/23] Make touch events go through csw/widget event handling. Thu Oct 27 21:41:20 GMT 2011
- [gtk+/multitouch: 6/23] Add gdk_event_get_touch_id() Thu Oct 27 21:41:25 GMT 2011
- [gtk+/multitouch: 7/23] Introduce GdkTouchCluster Thu Oct 27 21:41:30 GMT 2011
- [gtk+/multitouch: 8/23] Add gdk_window_[create|remove]_touch_cluster() Thu Oct 27 21:41:35 GMT 2011
- [gtk+/multitouch: 9/23] Define GdkEventMultiTouch and its related event types. Thu Oct 27 21:41:40 GMT 2011
- [gtk+/multitouch: 10/23] Add machinery to emit GdkEventMultiTouch events Thu Oct 27 21:41:45 GMT 2011
- [gtk+/multitouch: 11/23] Add multitouch-event signal and vfunc to GtkWidget Thu Oct 27 21:41:50 GMT 2011
- [gtk+/multitouch: 12/23] gtk-demo: Add multitouch demo Thu Oct 27 21:41:55 GMT 2011
- [gtk+/multitouch: 13/23] gdk: Update touch events to latest spec Thu Oct 27 21:42:00 GMT 2011
- [gtk+/multitouch: 14/23] gdk: Add GDK_SOURCE_MULTITOUCH Thu Oct 27 21:42:05 GMT 2011
- [gtk+/multitouch: 15/23] xi2: Use GDK_SOURCE_MULTITOUCH for multitouch devices Thu Oct 27 21:42:10 GMT 2011
- [gtk+/multitouch: 16/23] Add a gestures interpreter Thu Oct 27 21:42:15 GMT 2011
- [gtk+/multitouch: 17/23] gestures: Implement gestures interpreter Thu Oct 27 21:42:21 GMT 2011
- [gtk+/multitouch: 18/23] tests: Add testgestures Thu Oct 27 21:42:25 GMT 2011
- [gtk+/multitouch: 19/23] gtk: Add helper API to handle gestures Thu Oct 27 21:42:30 GMT 2011
- [gtk+/multitouch: 20/23] gestures: Add API documentation Thu Oct 27 21:42:35 GMT 2011
- [gtk+/multitouch: 21/23] gtk: Document helper GtkWidget gestures API Thu Oct 27 21:42:40 GMT 2011
- [gtk+/multitouch: 22/23] gestures: Add some unit tests Thu Oct 27 21:42:45 GMT 2011
- [gtk+/multitouch: 23/23] gdk: Do not use deprecated API Thu Oct 27 21:42:50 GMT 2011
- [mutter] Deleted branch wip/multitouch Mon Oct 31 00:14:58 GMT 2011
- [mutter] (73 commits) Created branch wip/multitouch Mon Oct 31 00:16:40 GMT 2011
- [mutter/wip/multitouch: 1/73] configure: Check for XInput2 Mon Oct 31 00:16:46 GMT 2011
- [mutter/wip/multitouch: 2/73] display: Add XInput2 variables in private struct Mon Oct 31 00:16:50 GMT 2011
- [mutter/wip/multitouch: 3/73] core: Add helper code to handle input events Mon Oct 31 00:16:56 GMT 2011
- [mutter/wip/multitouch: 4/73] display: separate input/non-input events handling in the event callback Mon Oct 31 00:17:01 GMT 2011
- [mutter/wip/multitouch: 5/73] display: Get the right window/time for input events Mon Oct 31 00:17:06 GMT 2011
- [mutter/wip/multitouch: 6/73] display: Use helper functions for getting window/root in input events Mon Oct 31 00:17:11 GMT 2011
- [mutter/wip/multitouch: 7/73] display: Use helper function to get input events' timestamp Mon Oct 31 00:17:16 GMT 2011
- [mutter/wip/multitouch: 8/73] display: get button number from helper input event function Mon Oct 31 00:17:21 GMT 2011
- [mutter/wip/multitouch: 9/73] display: get button events state from helper functions Mon Oct 31 00:17:26 GMT 2011
- [mutter/wip/multitouch: 10/73] display: get button event coordinates with the helper functions Mon Oct 31 00:17:32 GMT 2011
- [mutter/wip/multitouch: 11/73] display: get crossing/focus events details via helper functions Mon Oct 31 00:17:36 GMT 2011
- [mutter/wip/multitouch: 12/73] window: use input event helper functions in grab operations. Mon Oct 31 00:17:41 GMT 2011
- [mutter/wip/multitouch: 13/73] window: use input event helper functions on notify_focus() Mon Oct 31 00:17:46 GMT 2011
- [mutter/wip/multitouch: 14/73] keybindings: Use input event helper functions Mon Oct 31 00:17:51 GMT 2011
- [mutter/wip/multitouch: 15/73] compositor: Use helper functions for input events Mon Oct 31 00:17:56 GMT 2011
- [mutter/wip/multitouch: 16/73] Add pointer/keyboard abstract classes Mon Oct 31 00:18:01 GMT 2011
- [mutter/wip/multitouch: 17/73] device: Add methods to pair devices Mon Oct 31 00:18:07 GMT 2011
- [mutter/wip/multitouch: 18/73] core: Add core devices implementation Mon Oct 31 00:18:12 GMT 2011
- [mutter/wip/multitouch: 19/73] core: Add device map object Mon Oct 31 00:18:17 GMT 2011
- [mutter/wip/multitouch: 20/73] input-events: Add method to get the device for an event Mon Oct 31 00:18:22 GMT 2011
- [mutter/wip/multitouch: 21/73] Add XInput2 input devices implementation Mon Oct 31 00:18:27 GMT 2011
- [mutter/wip/multitouch: 22/73] devices-xi2: Export function to translate event mask Mon Oct 31 00:18:32 GMT 2011
- [mutter/wip/multitouch: 23/73] core: Add method to select events on a window Mon Oct 31 00:18:37 GMT 2011
- [mutter/wip/multitouch: 24/73] Use meta_core_select_events() for input events Mon Oct 31 00:18:43 GMT 2011
- [mutter/wip/multitouch: 25/73] Replace XAllowEvents with meta_device_allow_events() Mon Oct 31 00:18:48 GMT 2011
- [mutter/wip/multitouch: 26/73] core: Add XInput2 device map implementation Mon Oct 31 00:18:54 GMT 2011
- [mutter/wip/multitouch: 27/73] display: Replace XGrabButton with meta_device_map_grab_button() Mon Oct 31 00:18:59 GMT 2011
- [mutter/wip/multitouch: 28/73] keybindings: Replace XGrabKey() with meta_device_map_grab_key() Mon Oct 31 00:19:04 GMT 2011
- [mutter/wip/multitouch: 29/73] devices: Make MetaDevice/MetaDeviceMap partly public Mon Oct 31 00:19:09 GMT 2011
- [mutter/wip/multitouch: 30/73] ui: Use input-events.h to translate XEvents to GdkEvents Mon Oct 31 00:19:14 GMT 2011
- [mutter/wip/multitouch: 31/73] core: Keep track of per pointer/keyboard grabs Mon Oct 31 00:19:19 GMT 2011
- [mutter/wip/multitouch: 32/73] window: Use meta_device_pointer_warp() Mon Oct 31 00:19:24 GMT 2011
- [mutter/wip/multitouch: 33/73] keybindings: Use meta_device_grab() for keyboard active grabs Mon Oct 31 00:19:29 GMT 2011
- [mutter/wip/multitouch: 34/73] display: Use meta_device_grab() for pointer active grabs. Mon Oct 31 00:19:34 GMT 2011
- [mutter/wip/multitouch: 35/73] core: Add meta_device_keyboard_[gs]et_focus_window() Mon Oct 31 00:19:39 GMT 2011
- [mutter/wip/multitouch: 36/73] core: Make keyboard focus handling happen per-keyboard Mon Oct 31 00:19:45 GMT 2011
- [mutter/wip/multitouch: 37/73] devices: make meta_device_pointer_query_position() return a boolean Mon Oct 31 00:19:50 GMT 2011
- [mutter/wip/multitouch: 38/73] keybindings: use the right device for querying the modifier mask. Mon Oct 31 00:19:55 GMT 2011
- [mutter/wip/multitouch: 39/73] display: Use the grab pointer for delayed window raising Mon Oct 31 00:20:01 GMT 2011
- [mutter/wip/multitouch: 40/73] window: query the guessed pointer's modifiers on _NET_WM_MOVERESIZE Mon Oct 31 00:20:05 GMT 2011
- [mutter/wip/multitouch: 41/73] screen: make "monitor under pointer" logic work for several devices Mon Oct 31 00:20:10 GMT 2011
- [mutter/wip/multitouch: 42/73] workspace: use triggering device to focus the default window on workspace switch Mon Oct 31 00:20:15 GMT 2011
- [mutter/wip/multitouch: 43/73] core: Make frame handle per-pointer cursors. Mon Oct 31 00:20:21 GMT 2011
- [mutter/wip/multitouch: 44/73] device-map: Add meta_device_map_list_devices() Mon Oct 31 00:20:26 GMT 2011
- [mutter/wip/multitouch: 45/73] screen: Use meta_device_pointer_set_window_cursor() for startup sequence. Mon Oct 31 00:20:31 GMT 2011
- [mutter/wip/multitouch: 46/73] compositor: use meta_device_grab() for pointer/keyboard grabs Mon Oct 31 00:20:36 GMT 2011
- [mutter/wip/multitouch: 47/73] display: Ignore events from slave devices Mon Oct 31 00:20:41 GMT 2011
- [mutter/wip/multitouch: 48/73] core: enable XInput2 by default Mon Oct 31 00:20:46 GMT 2011
- [mutter/wip/multitouch: 49/73] core: Fix rebase glitch Mon Oct 31 00:20:51 GMT 2011
- [mutter/wip/multitouch: 50/73] window: set the corresponding client pointer on focused windows. Mon Oct 31 00:20:56 GMT 2011
- [mutter/wip/multitouch: 51/73] window: make guess_grab_pointer() more reliable Mon Oct 31 00:21:01 GMT 2011
- [mutter/wip/multitouch: 52/73] display: Make focus info persistent Mon Oct 31 00:21:06 GMT 2011
- [mutter/wip/multitouch: 53/73] meta: Add device.h Mon Oct 31 00:21:11 GMT 2011
- [mutter/wip/multitouch: 54/73] frames: Get coordinates from event Mon Oct 31 00:21:16 GMT 2011
- [mutter/wip/multitouch: 55/73] frames: Use the triggering device when updating controls Mon Oct 31 00:21:22 GMT 2011
- [mutter/wip/multitouch: 56/73] ui: enable multidevice on frame windows Mon Oct 31 00:21:27 GMT 2011
- [mutter/wip/multitouch: 57/73] window: Make MetaWindow keep a pointer to the popup menu Mon Oct 31 00:21:32 GMT 2011
- [mutter/wip/multitouch: 58/73] ui: Add a MetaDevice arg to meta_window_menu_popup() Mon Oct 31 00:21:37 GMT 2011
- [mutter/wip/multitouch: 59/73] frame: disallow frame operations if the popup is open Mon Oct 31 00:21:42 GMT 2011
- [mutter/wip/multitouch: 60/73] configure: Look for Multitouch API in XInput2 Mon Oct 31 00:21:47 GMT 2011
- [mutter/wip/multitouch: 61/73] device-map: Initialize XInput 2.1 Mon Oct 31 00:21:52 GMT 2011
- [mutter/wip/multitouch: 62/73] input-events: Handle touch events Mon Oct 31 00:21:57 GMT 2011
- [mutter/wip/multitouch: 63/73] input-events: Add meta_input_event_ignored() Mon Oct 31 00:22:02 GMT 2011
- [mutter/wip/multitouch: 64/73] input-events: Add meta_input_event_get_touch_id() Mon Oct 31 00:22:07 GMT 2011
- [mutter/wip/multitouch: 65/73] core: Add meta_input_event_get_source_device() Mon Oct 31 00:22:12 GMT 2011
- [mutter/wip/multitouch: 66/73] device-map: Add grab/ungrab_touch() methods Mon Oct 31 00:22:18 GMT 2011
- [mutter/wip/multitouch: 67/73] device-map: Implement passive touch grabs in XI2 backend Mon Oct 31 00:22:23 GMT 2011
- [mutter/wip/multitouch: 68/73] device-map: Get slave devices in the XI2 implementation Mon Oct 31 00:22:28 GMT 2011
- [mutter/wip/multitouch: 69/73] core: Handle TouchUpdate with TouchPendingEnd as TouchEnd Mon Oct 31 00:22:33 GMT 2011
- [mutter/wip/multitouch: 70/73] devices-xi2: Enable touch events Mon Oct 31 00:22:38 GMT 2011
- [mutter/wip/multitouch: 71/73] window: Implement window moving through touch events Mon Oct 31 00:22:44 GMT 2011
- [mutter/wip/multitouch: 72/73] window: Implement tiling/maximizing through touch events Mon Oct 31 00:22:49 GMT 2011
- [mutter/wip/multitouch: 73/73] window: Update drag hotspot as new touches approach Mon Oct 31 00:22:54 GMT 2011
- [tracker] (3 commits) Created branch wip/fts4 Mon Oct 31 13:33:40 GMT 2011
- [tracker/wip/fts4: 1/3] libtracker-fts: Update to FTS4 Mon Oct 31 13:33:46 GMT 2011
- [tracker/wip/fts4: 2/3] libtracker-fts: Implement tokenizer FTS module using TrackerParser Mon Oct 31 13:33:50 GMT 2011
- [tracker/wip/fts4: 3/3] libtracker-data: Add tracker_db_interface_sqlite_fts_delete_text() Mon Oct 31 13:33:55 GMT 2011
- [tracker/tracker-0.10] libtracker-miner: Do not possibly leave stale resources Mon Oct 31 16:45:37 GMT 2011
Changwoo Ryu
Chao-Hsiung Liao
Chenthill Palanisamy
Christian Fredrik Kalager Schaller
Christian Hilberg
Christian Kirbach
Christian Persch
Christophe Dumez
Christophe Fergeau
Chun-wei Fan
Claude Paroz
Colin Walters
- [gobject-introspection] Revert "gitypelibtest: Remove test on TestStructE size" Mon Oct 03 14:16:25 GMT 2011
- [gnome-desktop/gnome-3-2] GnomeWallClock: Fix non-Linux fallback code Mon Oct 03 21:21:45 GMT 2011
- [gnome-desktop] GnomeWallClock: Fix non-Linux fallback code Mon Oct 03 21:22:25 GMT 2011
- [jhbuild] info: Fix lookup of install, and show installed version Tue Oct 04 13:07:46 GMT 2011
- [jhbuild] packagedb: Actually return value from decorated function Tue Oct 04 13:07:51 GMT 2011
- [jhbuild] "jhbuild make": New command Tue Oct 04 13:07:56 GMT 2011
- [gnome-settings-daemon] Immortalize ajax' words on DPI Tue Oct 04 19:20:24 GMT 2011
- [jhbuild] make.py: Add new file Tue Oct 04 20:01:57 GMT 2011
- [jhbuild] Cleanup broken leftover files if download fails (#660853) Tue Oct 04 20:29:19 GMT 2011
- [glib] gmacros: Hide G_STATIC_ASSERT from g-ir-scanner Wed Oct 05 17:40:07 GMT 2011
- [glib/glib-2-30] gmacros: Hide G_STATIC_ASSERT from g-ir-scanner Wed Oct 05 17:41:05 GMT 2011
- [gjs] Created branch gnome-3-2 Wed Oct 05 22:02:07 GMT 2011
- [jhbuild] 3.2: Move gjs to gnome-3-2 branch Wed Oct 05 22:02:35 GMT 2011
- [jhbuild] (2 commits) Created branch wip/rootowned Fri Oct 07 15:09:46 GMT 2011
- [jhbuild/wip/rootowned: 1/2] helpr bits Fri Oct 07 15:09:51 GMT 2011
- [jhbuild/wip/rootowned: 2/2] Pile of random initial code and text for rootfs management Fri Oct 07 15:09:56 GMT 2011
- [jhbuild] build/buildone: Always run autogen, remove alwaysautogen config option Sun Oct 09 14:46:27 GMT 2011
- [hacktree] Add DOAP file Sun Oct 09 21:06:10 GMT 2011
- [hacktree] DESIGN: More explanation of problem Sun Oct 09 22:53:12 GMT 2011
- [hacktree] DESIGN: Answer who this is for Mon Oct 10 13:48:02 GMT 2011
- [gobject-introspection] scanner: split CC environment variable Mon Oct 10 15:11:46 GMT 2011
- [jhbuild] jhbuild.xml: Document 'make' command Mon Oct 10 15:50:25 GMT 2011
- [jhbuild] Delete no longer shipped files at install time Tue Oct 11 15:20:17 GMT 2011
- [hacktree] DESIGN: Let's use our own kernels Wed Oct 12 00:59:44 GMT 2011
- [hacktree] Rename from gbuild to hacktree Wed Oct 12 00:59:48 GMT 2011
- [hacktree] Switch to GLib Wed Oct 12 00:59:53 GMT 2011
- [hacktree] Write some code for importing Wed Oct 12 00:59:58 GMT 2011
- [hacktree] Make link-file work Wed Oct 12 02:05:53 GMT 2011
- [gvfs] autogen.sh: Conform to build-api.txt Wed Oct 12 13:45:43 GMT 2011
- [gvfs] Purge hardcoded -DG_DISABLE_DEPRECATED Wed Oct 12 13:45:48 GMT 2011
- [gobject-introspection] dumper: Don't call g_thread_init(), g_type_init() is enough Wed Oct 12 13:50:47 GMT 2011
- [gdk-pixbuf] build: Stop using -DG_DISABLE_DEPRECATED Wed Oct 12 16:26:30 GMT 2011
- [gtk+] build: Strip out -DG_DISABLE_DEPRECATED Wed Oct 12 16:26:47 GMT 2011
- [hacktree] Don't include any timestamps in hash, add fsck command Wed Oct 12 17:45:56 GMT 2011
- [hacktree] Fix option processing, add some options to link-file Wed Oct 12 17:46:01 GMT 2011
- [glib] gvariant: Briefly mention limits Wed Oct 12 19:24:05 GMT 2011
- [glib] gvariant: Doc typo fix Wed Oct 12 19:25:43 GMT 2011
- [hacktree] fsck: Add quiet option Wed Oct 12 20:46:55 GMT 2011
- [hacktree] TODO Wed Oct 12 20:47:00 GMT 2011
- [hacktree] Initial test suite Wed Oct 12 20:47:05 GMT 2011
- [hacktree] Add a COPYING, and put GPL headers in more places Wed Oct 12 20:51:33 GMT 2011
- [gnome-talos] Created branch wip/events Thu Oct 13 12:44:03 GMT 2011
- [gnome-talos/wip/events] Some bits for events Thu Oct 13 12:44:06 GMT 2011
- [hacktree] (3 commits) Created branch wip/import Fri Oct 14 14:21:41 GMT 2011
- [hacktree/wip/import: 1/3] TODO: We have a test! Fri Oct 14 14:21:45 GMT 2011
- [hacktree/wip/import: 2/3] wip import Fri Oct 14 14:21:51 GMT 2011
- [hacktree/wip/import: 3/3] Some more import/commit hacking Fri Oct 14 14:21:56 GMT 2011
- [hacktree/wip/import] a lot more code Fri Oct 14 23:08:49 GMT 2011
- [hacktree/wip/import] it compiles Sat Oct 15 00:24:31 GMT 2011
- [hacktree] (4 commits) ...Add probably working commits Sat Oct 15 01:10:49 GMT 2011
- [hacktree: 2/4] Add test for --repo Sat Oct 15 01:10:54 GMT 2011
- [hacktree: 3/4] tests: Support saving temporary directory Sat Oct 15 01:10:59 GMT 2011
- [hacktree: 4/4] Add probably working commits Sat Oct 15 01:11:04 GMT 2011
- [hacktree] repo: Ignore importing existing variants Sat Oct 15 02:10:39 GMT 2011
- [hacktree] repo: Add API to load variants, and get HEAD Sat Oct 15 02:10:44 GMT 2011
- [hacktree] fsck: Not an error to have 1-linked objects, also print HEAD Sat Oct 15 02:10:49 GMT 2011
- [hacktree] Store objects with an extension so we know whether they're files or metadata Sat Oct 15 02:50:15 GMT 2011
- [hacktree] repo: Fix some bugs loading variants Sat Oct 15 02:50:20 GMT 2011
- [hacktree] show: New builtin Sat Oct 15 02:50:25 GMT 2011
- [hacktree] repo: Update HEAD after a commit Sat Oct 15 02:57:33 GMT 2011
- [hacktree] repo: Add some GError guards Sat Oct 15 03:18:25 GMT 2011
- [hacktree] We can commit multiple times now Sat Oct 15 03:18:30 GMT 2011
- [hacktree] repo: Use 'self' in headers too Sat Oct 15 04:45:40 GMT 2011
- [hacktree] checkout: New command Sat Oct 15 04:45:46 GMT 2011
- [hacktree] repo: Allow empty commit bodies Sat Oct 15 05:23:32 GMT 2011
- [hacktree] Importing and checking out nested trees works! Sat Oct 15 05:23:37 GMT 2011
- [hacktree] repo: Fix format string bug Sat Oct 15 07:05:08 GMT 2011
- [hacktree] repo: Fix nested tree code Sat Oct 15 07:05:13 GMT 2011
- [hacktree] Actually checksum xattr values, not just names Sat Oct 15 07:05:18 GMT 2011
- [hacktree] Make file deletion work, add test Sat Oct 15 13:57:09 GMT 2011
- [hacktree] Ensure we don't get duplicate '.' which leads to corruption Sat Oct 15 17:09:36 GMT 2011
- [hacktree] Support for committing files from stdin or a file list file Sat Oct 15 17:09:41 GMT 2011
- [hacktree] Save root directory permissions in commit Sat Oct 15 18:21:07 GMT 2011
- [hacktree] Add log builtin Sat Oct 15 19:44:19 GMT 2011
- [hacktree] Have an introductory README.md that makes sense Sat Oct 15 20:47:29 GMT 2011
- [hacktree] README.md: Some tweaks Sun Oct 16 15:18:37 GMT 2011
- [hacktree] README.md: Some more thoughts Sun Oct 16 18:18:56 GMT 2011
- [hacktree] README.md: Some more notes about upgrading Sun Oct 16 18:25:31 GMT 2011
- [hacktree] TODO: Update Sun Oct 16 18:41:37 GMT 2011
- [hacktree] Some discussion about my experimentation with actually doing multiple roots Sun Oct 16 19:52:40 GMT 2011
- [hacktree] README: Elaborate and clarify some more Mon Oct 17 13:40:55 GMT 2011
- [hacktree] Add documentation for parallel-debian Mon Oct 17 13:40:59 GMT 2011
- [hacktree] README: Some notes on BTRFS Mon Oct 17 15:09:03 GMT 2011
- [gobject-introspection] message: Show the file/line even when processing FATAL Mon Oct 17 18:57:03 GMT 2011
- [hacktree] src: Only use local VFS - this avoids hitting up the session bus Mon Oct 17 19:56:31 GMT 2011
- [hacktree] parallel-debian: A bit more Mon Oct 17 20:18:13 GMT 2011
- [hacktree] chroot_break: New utility Tue Oct 18 16:28:17 GMT 2011
- [hacktree] "Hacktree" is now known as "OSTree" Tue Oct 18 18:46:06 GMT 2011
- [gobject-introspection] barapp: Don't call g_thread_init() Tue Oct 18 19:30:07 GMT 2011
- [mutter] configure: Turn off -Werror by default Wed Oct 19 13:55:22 GMT 2011
- [hacktree] mountall.sh: Import from Debian initscripts 2.88dsf-13.11 Wed Oct 19 16:26:02 GMT 2011
- [hacktree] ostree_switch_root: New executable for use in initrd Wed Oct 19 16:26:07 GMT 2011
- [hacktree] ostree_switch_root: chdir() in chroot, and make various dirs readonly Wed Oct 19 18:09:24 GMT 2011
- [gobject-introspection] scanner: Support --header-only flag Wed Oct 19 18:45:43 GMT 2011
- [gobject-introspection] Makefile.introspection: Allow usage with --header-only Wed Oct 19 19:47:08 GMT 2011
- [hacktree] Do "bare" repositories by default Wed Oct 19 21:46:09 GMT 2011
- [hacktree] repo: Only open regular files Thu Oct 20 00:55:02 GMT 2011
- [hacktree] gnomeos-make-image.sh: New script Thu Oct 20 00:55:07 GMT 2011
- [hacktree] parallel-debian: More in progress work... Thu Oct 20 00:55:12 GMT 2011
- [hacktree] Don't use g_variant_new_from_fixed_array(), it was only added in 2.31 Thu Oct 20 14:21:55 GMT 2011
- [gobject-introspection] tests: Actually add headeronly.h Thu Oct 20 17:48:25 GMT 2011
- [ostree] ostree.doap: Rename Thu Oct 20 20:12:35 GMT 2011
- [ostree] TODO: Update Thu Oct 20 20:12:40 GMT 2011
- [ostree] parallel-debian: Just more in progress work... Thu Oct 20 20:12:45 GMT 2011
- [ostree] Some initial work on triggers Thu Oct 20 20:12:50 GMT 2011
- [ostree] src: Squash some unused variables Thu Oct 20 20:31:25 GMT 2011
- [gobject-introspection] tests: Also dist headeronly.h Thu Oct 20 21:16:45 GMT 2011
- [ostree] Fix up triggers and gnomeos-make-image.sh Thu Oct 20 21:25:13 GMT 2011
- [ostree] Move triggers into new builtin: ostree run-triggers Fri Oct 21 13:56:24 GMT 2011
- [ostree] configure: make missing prototypes an error always Fri Oct 21 15:28:25 GMT 2011
- [ostree] Pile of work on parallel-debian Tue Oct 25 02:02:52 GMT 2011
- [ostree] debian-setup.sh: I can log in now Wed Oct 26 17:14:44 GMT 2011
- [gjs] Release 1.31.0 Wed Oct 26 17:19:48 GMT 2011
- [gobject-introspection] configure: Update to 1.31.0 Wed Oct 26 17:20:33 GMT 2011
- [ostree] configure: Use AC_PROG_LIBTOOL Wed Oct 26 17:53:35 GMT 2011
- [ostree] Drop glib requrirement to 2.28 Wed Oct 26 18:14:09 GMT 2011
- [ostree] Add Makefile for ostree_switch_root Wed Oct 26 18:41:09 GMT 2011
- [ostree] gnomeos-make-image.sh: Support out of tree ostree Wed Oct 26 18:43:38 GMT 2011
- [ostree] One more missing substitution for previous commit Wed Oct 26 18:44:27 GMT 2011
- [ostree] gnomeos-make-image.sh: Check for some dependencies before we run Wed Oct 26 19:00:44 GMT 2011
- [ostree] gnomeos-make-image.sh: Take care of downloading and patching dracut Wed Oct 26 19:00:49 GMT 2011
- [ostree] gnomeos-make-image.sh: Don't copy kernel Wed Oct 26 20:33:48 GMT 2011
- [ostree] parallel-debian: Add install and run scripts Wed Oct 26 21:17:28 GMT 2011
- [ostree] core: Fix checksum for symlinks walking off into uninitialized memory Thu Oct 27 02:21:41 GMT 2011
- [ostree] parallel-debian: Rework scripts to not use loopback mounts Thu Oct 27 02:21:45 GMT 2011
- [ostree] TODO: Some updates Thu Oct 27 02:21:50 GMT 2011
- [ostree] core: Add a config file with repo version Thu Oct 27 02:21:55 GMT 2011
- [ostree] init: Add branches, tags, refs directories like git Thu Oct 27 02:38:05 GMT 2011
- [ostree] gnomeos-make-image.sh: Some more sanity checks, and don't use grubby Thu Oct 27 16:59:17 GMT 2011
- [ostree] run.sh: Don't use grubby here either Thu Oct 27 17:02:31 GMT 2011
- [ostree] core: remove HEAD file, use branches instead Thu Oct 27 18:32:53 GMT 2011
- [ostree] fsck: Kill unused variable Thu Oct 27 19:45:02 GMT 2011
- [ostree] core: Add rev-parse builtin Thu Oct 27 19:45:07 GMT 2011
- [ostree] image: Use rev-parse, not HEAD Thu Oct 27 19:45:12 GMT 2011
- [ostree] image: Add /sysroot as a toplevel bind mount to the real root Thu Oct 27 21:01:11 GMT 2011
- [ostree] Don't default to "master", require a branch Fri Oct 28 01:43:38 GMT 2011
- [ostree] core: Add "ostree remote add" Fri Oct 28 14:26:09 GMT 2011
- [ostree] (5 commits) Created branch wip/pull Sun Oct 30 00:14:50 GMT 2011
- [ostree/wip/pull: 1/5] ostree-http-server: New simple HTTP server for tests Sun Oct 30 00:14:54 GMT 2011
- [ostree/wip/pull: 2/5] ostree-http-server: Exit when our directory goes away Sun Oct 30 00:14:59 GMT 2011
- [ostree/wip/pull: 3/5] work on pull Sun Oct 30 00:15:04 GMT 2011
- [ostree/wip/pull: 4/5] fixes Sun Oct 30 00:15:10 GMT 2011
- [ostree/wip/pull: 5/5] more bits Sun Oct 30 00:15:15 GMT 2011
- [ostree/wip/pull] Some bits to run apache Sun Oct 30 21:28:10 GMT 2011
Cosimo Cecchi
Craig Keogh
Curtis Gedak
Damien Lespiau
Damien Sandras
Damon Chaplin
Daniel Drake
Daniele Forsi
Daniel Espinosa Ortiz
Daniel Korostil
Danielle Madeley
Daniel Nylander
Daniel P . Berrange
Daniel Veillard
Dan Williams
Dan Winship
David King
- [vinagre/gnome-3-2] Fix implicit declaration in vinagre-tube-handler.c Sat Oct 01 05:55:29 GMT 2011
- [vinagre/gnome-3-2] Do not use deprecated gtk_widget_modify_bg() Sat Oct 01 05:55:33 GMT 2011
- [vinagre] Fix implicit declaration in vinagre-tube-handler.c Sat Oct 01 05:55:38 GMT 2011
- [vinagre] Do not use deprecated gtk_widget_modify_bg() Sat Oct 01 05:55:43 GMT 2011
- [cheese] Do not call _init() functions inside CheeseWidget Thu Oct 06 05:37:29 GMT 2011
- [glom] Created branch infobar Wed Oct 12 11:45:45 GMT 2011
- [glom/infobar] Replace progress dialog with infobar, bug 661051 Wed Oct 12 11:45:50 GMT 2011
- [cheese] Add David King as a maintainer Sat Oct 15 20:42:08 GMT 2011
- [cheese] Do not crash if gnome-video-effects is not present Sun Oct 16 05:34:45 GMT 2011
- [cheese/gnome-3-2] Do not crash if gnome-video-effects is not present Sun Oct 16 05:35:35 GMT 2011
- [cheese] Prefer a dark GTK+ theme, bug 660628 Sun Oct 16 05:40:28 GMT 2011
- [cheese] (8 commits) Created branch build-system-rewrite Sun Oct 16 16:30:20 GMT 2011
- [cheese/build-system-rewrite: 1/8] Update configure.ac to more modern style Sun Oct 16 16:30:24 GMT 2011
- [cheese/build-system-rewrite: 2/8] Update toplevel Makefile.am to more modern style Sun Oct 16 16:30:29 GMT 2011
- [cheese/build-system-rewrite: 3/8] Convert libcheese to build non-recursively Sun Oct 16 16:30:34 GMT 2011
- [cheese/build-system-rewrite: 4/8] Convert tests to build non-recursively Sun Oct 16 16:30:40 GMT 2011
- [cheese/build-system-rewrite: 5/8] Make data directory build non-recursively Sun Oct 16 16:30:45 GMT 2011
- [cheese/build-system-rewrite: 6/8] Convert documentation to build non-recursively Sun Oct 16 16:30:50 GMT 2011
- [cheese/build-system-rewrite: 7/8] Convert src subdirectory to build non-recursively Sun Oct 16 16:30:55 GMT 2011
- [cheese/build-system-rewrite: 8/8] Work around an error during uninstall of distcheck Sun Oct 16 16:31:00 GMT 2011
- [vino/gnome-3-2] Update NEWS for 3.2.1 release Mon Oct 17 19:12:27 GMT 2011
- [vinagre/gnome-3-2] Update NEWS for 3.2.1 release Mon Oct 17 19:47:20 GMT 2011
- [vinagre/gnome-3-2] Post-release version bump to 3.2.2 Mon Oct 17 19:47:23 GMT 2011
- [vino/gnome-3-2] Post-release version bump to 3.2.2 Mon Oct 17 19:48:11 GMT 2011
- [cheese/gnome-3-2] configure.ac: Bump cheese version to 3.2.1 Mon Oct 17 20:36:47 GMT 2011
- [cheese/gnome-3-2] Updated NEWS file for 3.2.1 Mon Oct 17 20:36:52 GMT 2011
- [cheese] Created tag 3.2.1 Mon Oct 17 21:00:15 GMT 2011
- [vino] Created tag 3.2.1 Mon Oct 17 21:01:08 GMT 2011
- [vinagre] Created tag 3.2.1 Mon Oct 17 21:01:39 GMT 2011
- [gnomeweb-wml] cheese: Populate the 3.2.1 release Tue Oct 18 08:06:42 GMT 2011
- [vinagre/gnome-3-2] Hold the slave PTY open, so that SSH does not fail Tue Oct 18 16:06:20 GMT 2011
- [vinagre] Hold the slave PTY open, so that SSH does not fail Tue Oct 18 16:06:25 GMT 2011
- [cheese] Make preferences dialog layout HIG-compliant Wed Oct 19 20:46:58 GMT 2011
- [libgdamm] Bump the libgda-5.0 requrement to 4.99.5 Thu Oct 20 08:42:31 GMT 2011
- [brasero] Fix printf format string handling, bug 661091 Thu Oct 20 18:46:29 GMT 2011
- [brasero] Link with uninstalled libraries, not system ones Fri Oct 21 06:45:24 GMT 2011
- [brasero] Use g_mkdtemp() rather tha mkdtemp(), bug 623890 Fri Oct 21 06:45:29 GMT 2011
- [brasero] Update categories in brasero.desktop Fri Oct 21 06:45:34 GMT 2011
- [brasero] Correct CD cover dimensions, bug 660918 Fri Oct 21 06:45:39 GMT 2011
- [brasero] Honor aclocal flags, bug 641650 Fri Oct 21 06:45:44 GMT 2011
- [cheese] Update configure.ac to more modern style Sun Oct 23 13:27:13 GMT 2011
- [cheese] Update toplevel Makefile.am to more modern style Sun Oct 23 13:27:17 GMT 2011
- [cheese] Convert libcheese to build non-recursively Sun Oct 23 13:27:22 GMT 2011
- [cheese] Convert tests to build non-recursively Sun Oct 23 13:27:27 GMT 2011
- [cheese] Make data directory build non-recursively Sun Oct 23 13:27:32 GMT 2011
- [cheese] Convert documentation to build non-recursively Sun Oct 23 13:27:37 GMT 2011
- [cheese] Convert src subdirectory to build non-recursively Sun Oct 23 13:27:42 GMT 2011
- [cheese] Work around an error during uninstall of distcheck Sun Oct 23 13:27:47 GMT 2011
- [cheese] Update .gitignore Sun Oct 23 13:27:52 GMT 2011
- [vino] Update NEWS for 3.3.1 release Mon Oct 24 16:04:52 GMT 2011
- [vino] Post-release version bump to 3.3.2 Mon Oct 24 16:04:57 GMT 2011
- [vino] Created tag 3.3.1 Mon Oct 24 16:06:39 GMT 2011
- [vinagre] Update NEWS for 3.3.1 release Mon Oct 24 16:22:18 GMT 2011
- [vinagre] Post-release version bump to 3.3.2 Mon Oct 24 16:22:22 GMT 2011
- [vinagre] Created tag 3.3.1 Mon Oct 24 16:22:56 GMT 2011
- [cheese] configure.ac: Bump cheese version to 3.3.1 Mon Oct 24 20:57:58 GMT 2011
- [cheese] Updated NEWS file for 3.3.1 Mon Oct 24 20:58:03 GMT 2011
- [cheese] Created tag 3.3.1 Mon Oct 24 20:58:32 GMT 2011
- [libgda] Create config.rpath in autogen.sh, bug 660537 Tue Oct 25 09:44:46 GMT 2011
- [cheese] Restore gudev checks during configure Tue Oct 25 15:36:00 GMT 2011
- [cheese] Use an idle handler to generate thumbnails Tue Oct 25 19:15:23 GMT 2011
- [cheese] Increase the photo count in burst mode to 100000 Tue Oct 25 19:25:18 GMT 2011
- [cheese] Deleted branch build-system-rewrite Wed Oct 26 15:51:04 GMT 2011
- [cheese] Deleted branch cheese-vala Wed Oct 26 15:52:30 GMT 2011
- [cheese] Remove obsolote cicl script Wed Oct 26 16:34:52 GMT 2011
- [cheese] Remove obsolete MAINTAINERS file Wed Oct 26 16:34:55 GMT 2011
- [cheese] Connect thumbnail nav button signals Wed Oct 26 18:05:00 GMT 2011
- [cheese/gnome-3-2] Use an idle handler to generate thumbnails Wed Oct 26 18:07:35 GMT 2011
- [cheese/gnome-3-2] Connect thumbnail nav button signals Wed Oct 26 18:07:40 GMT 2011
- [cheese] Use license-type in the about dialog Wed Oct 26 18:33:44 GMT 2011
- [vinagre] Change the group names from lowercase to CamelCase Thu Oct 27 21:32:20 GMT 2011
- [cheese] Overhaul the libcheese documentation Thu Oct 27 21:45:24 GMT 2011
- [gnomeweb-wml] cheese: Populate the 3.3.1 release Fri Oct 28 06:53:02 GMT 2011
- [cheese] Add a long description to the DOAP file Fri Oct 28 15:39:23 GMT 2011
- [cheese] Improved CheeseCameraDeviceMonitor::added signal Fri Oct 28 15:39:29 GMT 2011
- [cheese] Add CheeseCameraDeviceMonitor::removed callback Fri Oct 28 16:04:50 GMT 2011
- [cheese] Add more classes to gtk-doc documentation Fri Oct 28 22:48:06 GMT 2011
- [cheese] Use gnome-common compiler warnings Sat Oct 29 12:09:06 GMT 2011
- [cheese] Fix several compiler warnings Sat Oct 29 12:09:11 GMT 2011
- [cheese] Update TODO Sat Oct 29 12:09:16 GMT 2011
- [cheese] Add basic documentation for remaining public API Sat Oct 29 16:42:22 GMT 2011
- [cheese] Add private pointers to libcheese GObject structs Sat Oct 29 20:51:22 GMT 2011
- [cheese] Remove unused FULL_LIBEXECDIR from configure.ac Sun Oct 30 11:09:38 GMT 2011
- [cheese] Bump pkg-config requirement to 0.24 Sun Oct 30 11:09:43 GMT 2011
- [cheese] Check for GStreamer plugins required at runtime Sun Oct 30 13:10:19 GMT 2011
- [cheese] Enable gtk-doc tests during make check Sun Oct 30 13:36:42 GMT 2011
- [cheese] Improve documentation to pass gtk-doc tests Sun Oct 30 15:32:25 GMT 2011
- [cheese] Add help button to the preferences dialog Sun Oct 30 17:24:44 GMT 2011
- [vinagre] Use GtkGrid rather than deprecated GtkTable Sun Oct 30 18:32:48 GMT 2011
- [vinagre] Modified screenshot timestamp using current time Sun Oct 30 19:49:17 GMT 2011
- [cheese] Add man page, generated with xsltproc Sun Oct 30 19:57:24 GMT 2011
- [cheese] Fix gtk-doc checks when srcdir != builddir Sun Oct 30 21:21:01 GMT 2011
- [cheese] Fix a typo so that the man page is generated Mon Oct 31 14:20:38 GMT 2011
- [cheese] Add generated man page to CLEANFILES Mon Oct 31 14:27:21 GMT 2011
- [cheese] Include the version in the man page Mon Oct 31 17:04:50 GMT 2011
- =?utf-8?q?=5Bcheese=5D_Use_Vala_=E2=80=98as=E2=80=99_operator_where_possi?= =?utf-8?q?ble?= Mon Oct 31 19:02:37 GMT 2011
- [cheese] Use STYLE_PROVIDER_PRIORITY_USER Mon Oct 31 22:01:26 GMT 2011
David Woodhouse
David Zeuthen
Debarshi Ray
Denis Arnaud
Diego Escalante Urrelo
Dieter Verfaillie
Djavan Fagundes
Dodji Seketeli
Dov Grobgeld
Eitan Isaacson
Ekaterina Gerasimova
Emmanuele Bassi
Emmanuel Pacaud
Enrico Minack
Erdal Ronahi
Evan Nemerson
Fabien Parent
Federico Mena Quintero
Felix Riemann
Francesco Fumanti
Frederic Peters
Friedel Wolff
Funda Wang
Gabor Keleman
Gaute Hope
Gil Forcada Codinachs
- [gnome-shell] [l10n]Updated Catalan translation Sat Oct 01 14:07:20 GMT 2011
- [gnome-shell] [l10n]Updated Catalan (Valencian) translation Sat Oct 01 14:07:25 GMT 2011
- [PolicyKit-gnome] [l10n]Updated Catalan translation Sat Oct 01 14:11:33 GMT 2011
- [PolicyKit-gnome] [l10n]Updated Catalan (Valencian) translation Sat Oct 01 14:11:38 GMT 2011
- [gimp] [l10n]Updated Catalan translation Sat Oct 01 17:57:45 GMT 2011
- [gimp] [l10n]Updated Catalan (Valencian) translation Sat Oct 01 17:57:50 GMT 2011
- [gimp] [l10n]Added Catalan translation Sat Oct 01 18:00:22 GMT 2011
- [gimp] [l10n]Added Catalan (Valencian) translation Sat Oct 01 18:00:27 GMT 2011
- [drwright] [l10n]Updated Catalan translation Sat Oct 01 18:10:06 GMT 2011
- [drwright] [l10n]Updated Catalan (Valencian) translation Sat Oct 01 18:10:11 GMT 2011
- [gtranslator] [l10n]Updated Catalan translation Sat Oct 01 18:13:48 GMT 2011
- [gtranslator] [l10n]Updated Catalan (Valencian) translation Sat Oct 01 18:13:53 GMT 2011
- [gnome3-web] [l10n]Updated Catalan translation Sun Oct 02 19:34:50 GMT 2011
- [library-web] [l10n]Updated Catalan translation Sun Oct 02 19:37:05 GMT 2011
- [gnome-shell] [l10n]Updated Catalan translation Tue Oct 04 21:33:47 GMT 2011
- [gnome-devel-docs] [l10n]Added Catalan translation Thu Oct 06 22:25:29 GMT 2011
- [gnome-games] [l10n]Updated Catalan translations Thu Oct 06 22:46:28 GMT 2011
- [gnome-games/gnome-3-2] [l10n]Updated Catalan translations Thu Oct 06 22:46:47 GMT 2011
- [gnome-user-share] [l10n]Updated Catalan translation Thu Oct 06 22:50:38 GMT 2011
- [yelp] [l10n]Updated Catalan translation Tue Oct 11 19:23:54 GMT 2011
- [yelp] [l10n]Updated Catalan (Valencian) translation Tue Oct 11 19:23:59 GMT 2011
- [empathy/gnome-3-2] [l10n]Updated Catalan translation Sat Oct 15 17:29:58 GMT 2011
- [network-manager-applet] [l10n]Updated Catalan translation Sat Oct 15 17:32:28 GMT 2011
- [damned-lies] Show POT total words next to total strings Fri Oct 21 14:41:48 GMT 2011
- [damned-lies] Just make one call to pot_size on PoFile.{tr, fu, un}_percentage methods Fri Oct 21 14:41:52 GMT 2011
- [damned-lies] Added PoFile.{tr, fu, un}_word_percentage methods cloning PoFile.{tr, fu, un}_percentage ones Fri Oct 21 14:41:58 GMT 2011
- [damned-lies] Added word stats variables and methods to FakeSummaryStatistics class Fri Oct 21 14:42:02 GMT 2011
- [damned-lies] More word methods. Now on Statistics class: {translated, fuzzy, untranslated}_words and {tr, fu, un}_wor Fri Oct 21 14:42:08 GMT 2011
- [damned-lies] Registered the filters for word po file statistics Fri Oct 21 14:42:13 GMT 2011
- [damned-lies] Finally update the template and CSS to show the word statistics on the PO file details Fri Oct 21 14:42:18 GMT 2011
- [eog-plugins] [l10n]Updated Catalan translation Sun Oct 23 18:36:55 GMT 2011
- [empathy] [l10n]Minor fixes to Catalan translation Sun Oct 23 18:37:37 GMT 2011
- [damned-lies] [l10n]Updated Catalan translation Sun Oct 23 18:42:12 GMT 2011
- [gdm/gnome-3-2] [l10n]Updated Catalan translation Sun Oct 23 21:41:41 GMT 2011
- [gdm/gnome-3-2] [l10n]Updated Catalan (Valencian) translation Sun Oct 23 21:41:47 GMT 2011
- [gnome-packagekit/gnome-3-2] [l10n]Updated Catalan translation Sun Oct 23 21:43:39 GMT 2011
- [gnome-packagekit/gnome-3-2] [l10n]Updated Catalan (Valencian) translation Sun Oct 23 21:43:44 GMT 2011
- [gnome-shell/gnome-3-2] [l10n]Updated Catalan translation Sun Oct 23 21:46:25 GMT 2011
- [gnome-shell/gnome-3-2] [l10n]Updated Catalan (Valencian) translation Sun Oct 23 21:46:30 GMT 2011
- [empathy] [l10n]Updated Catalan documentation Tue Oct 25 19:03:33 GMT 2011
- [hamster-applet] [l10n]Updated Catalan translation Sat Oct 29 19:28:44 GMT 2011
- [hamster-applet] [l10n]Updated Catalan (Valencian) translation Sat Oct 29 19:28:49 GMT 2011
- [yelp-xsl] [l10n]Fixes ca and ca valencia translation bug #663025 Sun Oct 30 10:53:52 GMT 2011
Giovanni Campagna
Guillaume Desmottes
Hans Breuer
Ignacio Casal Quinteiro
Ihar Hrachyshka
Ivan Frade
Jakub Steiner
James Liggett
Jared L Jennings
Jason Clinton
Jasper Lievisse Adriaanse
Jasper St . Pierre
Jeff Schroeder
Jens Georg
Jeremy Bicha
Jim Campbell
Jim Evins
Jiro Matsuzawa
Joanmarie Diggs
Joaquim Manuel Pereira Rocha
Johannes Schmid
John Palmieri
John Ralls
John Stowers
Jonathan Matthew
Jon Nordby
Jordi Mallach
Jordi Mas
Jorge Gonzalez Gonzalez
Jose Aliste
Juan A . Suarez Romero
Juanje Ojeda Croissier
Juan Pablo Ugarte
Julien Puydt
Kai Willadsen
Kalev Lember
Kenneth Nielsen
Kjartan Maraas
Kjell Ahlstedt
Krishnababu Krothapalli
Kristian Rietveld
Kristjan Schmidt
Krzesimir Nowak
Lapo Calamandrei
Lionel Landwerlin
Luca Bruno
Luca Ferretti
Lucian Langa
Luis Medinas
Luis Menina
Maciej Marcin Piechotka
Marc-Andre Lureau
Marina Zhurakhinskaya
Mario Sanchez Prada
Martin Nordholts
Martin Pitt
Martyn James Russell
- [gtk-web/gtk-osx] Gtk-OSX: Improve the flow of the page and fix some small issues Mon Oct 03 08:15:02 GMT 2011
- [tracker] tracker-needle: Mark a string in tracker-stats.vala for translation Mon Oct 03 08:54:36 GMT 2011
- [tracker] tracker-preferences: Use correct names for icons in preferences dialog Mon Oct 03 08:56:15 GMT 2011
- [tracker] build: Don't use HAVE_GTK_DOC to determine building docs Mon Oct 03 10:30:55 GMT 2011
- [tracker] tracker-preferences: Disable special user dir toggles if they duplicate others Mon Oct 03 11:51:44 GMT 2011
- [tracker] Deleted branch tracker-needle-improved-tagging Mon Oct 03 22:17:54 GMT 2011
- [tracker] (6 commits) Created branch tracker-needle-improved-tagging Mon Oct 03 22:18:25 GMT 2011
- [tracker/tracker-needle-improved-tagging: 1/6] tracker-needle: Include tags in search results and only show files for selected tag Mon Oct 03 22:18:30 GMT 2011
- [tracker/tracker-needle-improved-tagging: 2/6] tracker-needle: Disable search entry when filtering by tag list Mon Oct 03 22:18:35 GMT 2011
- [tracker/tracker-needle-improved-tagging: 3/6] tracker-needle: Add initial context menu for views and launching parent dirs Mon Oct 03 22:18:40 GMT 2011
- [tracker/tracker-needle-improved-tagging: 4/6] tracker-needle: Ellipsize tag list so long tags don't obstruct window Mon Oct 03 22:18:45 GMT 2011
- [tracker/tracker-needle-improved-tagging: 5/6] tracker-needle: Don't add same renderer x2 to a column and show tag count Mon Oct 03 22:18:50 GMT 2011
- [tracker/tracker-needle-improved-tagging: 6/6] WIP Mon Oct 03 22:18:55 GMT 2011
- [tracker] Deleted branch tracker-needle-improved-tagging Tue Oct 04 17:54:23 GMT 2011
- [tracker] (6 commits) Created branch tracker-needle-improved-tagging Tue Oct 04 17:54:52 GMT 2011
- [tracker/tracker-needle-improved-tagging: 1/6] tracker-needle: Include tags in search results and only show files for selected tag Tue Oct 04 17:54:57 GMT 2011
- [tracker/tracker-needle-improved-tagging: 2/6] tracker-needle: Disable search entry when filtering by tag list Tue Oct 04 17:55:02 GMT 2011
- [tracker/tracker-needle-improved-tagging: 3/6] tracker-needle: Add initial context menu for views and launching parent dirs Tue Oct 04 17:55:07 GMT 2011
- [tracker/tracker-needle-improved-tagging: 4/6] tracker-needle: Ellipsize tag list so long tags don't obstruct window Tue Oct 04 17:55:12 GMT 2011
- [tracker/tracker-needle-improved-tagging: 5/6] tracker-needle: Don't add same renderer x2 to a column and show tag count Tue Oct 04 17:55:18 GMT 2011
- [tracker/tracker-needle-improved-tagging: 6/6] tracker-needle: Added tracker-tags-view to edit tags as GtkVBox Tue Oct 04 17:55:22 GMT 2011
- [tracker/tracker-needle-improved-tagging] tracker-needle: Renamed tracker-taglist to tracker-tags-filter Tue Oct 04 18:02:19 GMT 2011
- [tracker/tracker-needle-improved-tagging] tracker-needle: Update tooltip for 'filter by tags' toolbar button Tue Oct 04 18:02:24 GMT 2011
- [tracker/tracker-0.12] Updated Slovenian translation Wed Oct 05 08:55:43 GMT 2011
- [tracker/tracker-0.12] libtracker-common: Disable configure.ac checks for ioprio_set() Wed Oct 05 08:55:48 GMT 2011
- [tracker/tracker-0.12] tracker-miner-applications: Fix theme icon URIs Wed Oct 05 08:55:52 GMT 2011
- [tracker/tracker-0.12] libtracker-data: Set journal_size_limit to 10 MB Wed Oct 05 08:55:57 GMT 2011
- [tracker/tracker-0.12] libtracker-extract: Do not pass NULL to tracker_sparql_builder_prepend Wed Oct 05 08:56:02 GMT 2011
- [tracker/tracker-0.12] tracker-extract-pdf: Fix file descriptor leak in error cases Wed Oct 05 08:56:07 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gif: Fix file descriptor leak in error case Wed Oct 05 08:56:12 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Fix division by zero Wed Oct 05 08:56:17 GMT 2011
- [tracker/tracker-0.12] tracker-extract-oasis: Ignore empty values and invalid dates Wed Oct 05 08:56:23 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Fix critical when FD list is missing Wed Oct 05 08:56:28 GMT 2011
- [tracker/tracker-0.12] Updated Czech translation Wed Oct 05 08:56:33 GMT 2011
- [tracker/tracker-0.12] functional-tests: Remove expected failure annotation from NB#217566 test Wed Oct 05 08:56:38 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Remove 'needs_audio' flag Wed Oct 05 08:56:43 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Remove check for GST_VERSION > 0.10.20 Wed Oct 05 08:56:48 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Simplify tagcache behaviour Wed Oct 05 08:56:53 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Don't pass file URL needlessly Wed Oct 05 08:56:58 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Rework album info reading Wed Oct 05 08:57:03 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Avoid duplicate nmm:Artist inserts Wed Oct 05 08:57:08 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Break up extract_metadata() into functions Wed Oct 05 08:57:13 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Factor out type setting code Wed Oct 05 08:57:18 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Pass tag list explicitly Wed Oct 05 08:57:23 GMT 2011
- [tracker/tracker-0.12] libtracker-common: Add tracker_case_match_filename_without_extension() Wed Oct 05 08:57:28 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Add libcue-based CUE sheet parser Wed Oct 05 08:57:33 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Use ToC information Wed Oct 05 08:57:39 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Fix class/property name mistakes Wed Oct 05 08:57:43 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Add 'postupdate' field Wed Oct 05 08:57:48 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Don't give each track its own URL Wed Oct 05 08:57:53 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Remove existing tracks for a file when extracting Wed Oct 05 08:57:58 GMT 2011
- [tracker/tracker-0.12] tracker-miner-fs: Delete any associated logical resources when removing a file Wed Oct 05 08:58:03 GMT 2011
- [tracker/tracker-0.12] functional-tests: Disable initial sleep of tracker-miner-fs when testing. Wed Oct 05 08:58:08 GMT 2011
- [tracker/tracker-0.12] functional-tests: Test for previous tracker-miner-fs commit Wed Oct 05 08:58:13 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Avoid crash when no postupdate string Wed Oct 05 08:58:18 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Return more metadata in 1 file==1 track cases Wed Oct 05 08:58:23 GMT 2011
- [tracker/tracker-0.12] ontologies, tracker-extract: Rename nfo:containerStartTime to nfo:audioOffset Wed Oct 05 08:58:29 GMT 2011
- [tracker/tracker-0.12] firefox: Don't try to load 0.10.x libraries, we're using APIs not available there Wed Oct 05 08:58:34 GMT 2011
- [tracker/tracker-0.12] thunderbird: Don't try to use older versions of Tracker Wed Oct 05 08:58:39 GMT 2011
- [tracker/tracker-0.12] NCO: Add nco:gender-other as predefined instance Wed Oct 05 08:58:44 GMT 2011
- [tracker/tracker-0.12] libtracker-common: Renamed function to casecmp filenames without extension Wed Oct 05 08:58:49 GMT 2011
- [tracker/tracker-0.12] libtracker-common: Remove unnecessary condition in tracker_filename_casecmp_without_extension() Wed Oct 05 08:58:54 GMT 2011
- [tracker/tracker-0.12] libtracker-extract: Bump version tracker_extract_info_get_postupdate_builder() was introduced Wed Oct 05 08:58:59 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Fixed various coding style issues Wed Oct 05 08:59:04 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Rename public functions to prefix tracker_cue_sheet_ Wed Oct 05 08:59:09 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Use g_strchug() functionality to avoid allocating memory Wed Oct 05 08:59:14 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Use strcmp() not g_ascii_strcasecmp() for artists Wed Oct 05 08:59:19 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Don't test for NULL tagcache, it's never NULL Wed Oct 05 08:59:24 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Fix memory leak Wed Oct 05 08:59:29 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Small code style/warning clean ups Wed Oct 05 08:59:34 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Avoid additional NULL check for cuesheet TOC Wed Oct 05 08:59:39 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Fix cuesheet track numbers Wed Oct 05 08:59:44 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Fix bug in cue sheet extraction Wed Oct 05 08:59:49 GMT 2011
- [tracker/tracker-0.12] tracker-extract-gstreamer: Fix cue sheet build error Wed Oct 05 08:59:54 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Add geolocation to GStreamer extractor Wed Oct 05 08:59:59 GMT 2011
- [tracker/tracker-0.12] Updated Spanish translation Wed Oct 05 09:00:04 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Mark a string in tracker-stats.vala for translation Wed Oct 05 09:00:09 GMT 2011
- [tracker/tracker-0.12] tracker-preferences: Use correct names for icons in preferences dialog Wed Oct 05 09:00:17 GMT 2011
- [tracker/tracker-0.12] build: Don't use HAVE_GTK_DOC to determine building docs Wed Oct 05 09:00:19 GMT 2011
- [tracker/tracker-0.12] tracker-preferences: Disable special user dir toggles if they duplicate others Wed Oct 05 09:00:25 GMT 2011
- [tracker/tracker-0.12] tracker-extract: include DLNA mimetype in non-gstreamer media extractors Wed Oct 05 09:00:36 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-common: Add missing include directive Wed Oct 05 09:00:36 GMT 2011
- [tracker/tracker-0.12] Updated Czech translation Wed Oct 05 09:00:40 GMT 2011
- [tracker/tracker-0.12] Updated Spanish translation Wed Oct 05 09:00:45 GMT 2011
- [tracker/tracker-0.12] Updated Slovenian translation Wed Oct 05 09:00:50 GMT 2011
- [tracker/tracker-needle-improved-tagging] tracker-needle: Don't use requires and check for null without use of "?" Wed Oct 05 14:11:16 GMT 2011
- [tracker] (10 commits) ...Merge branch 'tracker-needle-improved-tagging' Wed Oct 05 14:19:54 GMT 2011
- [tracker: 10/10] Merge branch 'tracker-needle-improved-tagging' Wed Oct 05 14:19:59 GMT 2011
- [tracker] tracker-needle: Have a more inviting message for "no results" view Thu Oct 06 09:59:04 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Include tags in search results and only show files for selected tag Thu Oct 06 10:37:34 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Disable search entry when filtering by tag list Thu Oct 06 10:37:39 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Add initial context menu for views and launching parent dirs Thu Oct 06 10:37:44 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Ellipsize tag list so long tags don't obstruct window Thu Oct 06 10:37:49 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Don't add same renderer x2 to a column and show tag count Thu Oct 06 10:37:54 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Added tracker-tags-view to edit tags as GtkVBox Thu Oct 06 10:37:59 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Renamed tracker-taglist to tracker-tags-filter Thu Oct 06 10:38:04 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Update tooltip for 'filter by tags' toolbar button Thu Oct 06 10:38:09 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Don't use requires and check for null without use of "?" Thu Oct 06 10:38:14 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Have a more inviting message for "no results" view Thu Oct 06 10:38:19 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Fixed POTFILES.{in|skip} changes needed for distcheck Thu Oct 06 15:44:12 GMT 2011
- [tracker/tracker-0.12] libtracker-common: Fixed tracker_filename_casecmp_without_extension() test case failed Thu Oct 06 15:44:17 GMT 2011
- [tracker/tracker-0.12] Release 0.12.4 Thu Oct 06 15:44:22 GMT 2011
- [tracker/needle-info-bar] tracker-needle: Make sure new strings are translated Thu Oct 06 15:55:50 GMT 2011
- [tracker] (9 commits) ...Merge branch 'needle-info-bar' Thu Oct 06 15:58:23 GMT 2011
- [tracker: 9/9] Merge branch 'needle-info-bar' Thu Oct 06 15:58:28 GMT 2011
- [tracker] tracker-needle: Fixed POTFILES.{in|skip} changes needed for distcheck Thu Oct 06 16:00:03 GMT 2011
- [tracker/tracker-0.10] Revert "tests/functional-tests: update writeback test to new extractors output" Thu Oct 06 16:43:17 GMT 2011
- [tracker/tracker-0.10] Add EPub extractor. Thu Oct 06 16:43:22 GMT 2011
- [tracker/tracker-0.10] tracker-extract, epub: Indentation fixes Thu Oct 06 16:43:27 GMT 2011
- [tracker/tracker-0.10] tracker-control: Fix crash when unable to get miner pause details Thu Oct 06 16:43:32 GMT 2011
- [tracker/tracker-0.10] libtracker-common: Disable configure.ac checks for ioprio_set() Thu Oct 06 16:43:37 GMT 2011
- [tracker/tracker-0.10] tracker-miner-applications: Fix theme icon URIs Thu Oct 06 16:43:42 GMT 2011
- [tracker/tracker-0.10] libtracker-data: Set journal_size_limit to 10 MB Thu Oct 06 16:43:47 GMT 2011
- [tracker/tracker-0.10] tracker-extract-pdf: Fix file descriptor leak in error cases Thu Oct 06 16:43:52 GMT 2011
- [tracker/tracker-0.10] tracker-extract-gif: Fix file descriptor leak in error case Thu Oct 06 16:43:57 GMT 2011
- [tracker/tracker-0.10] tracker-extract-gstreamer: Fix division by zero Thu Oct 06 16:44:03 GMT 2011
- [tracker/tracker-0.10] tracker-extract-oasis: Ignore empty values and invalid dates Thu Oct 06 16:44:08 GMT 2011
- [tracker/tracker-0.10] tracker-extract: Fix critical when FD list is missing Thu Oct 06 16:44:13 GMT 2011
- [tracker/tracker-0.10] functional-tests: Remove expected failure annotation from NB#217566 test Thu Oct 06 16:44:18 GMT 2011
- [tracker/tracker-0.10] NCO: Add nco:gender-other as predefined instance Thu Oct 06 16:44:23 GMT 2011
- [tracker/tracker-0.10] tracker-needle: Mark a string in tracker-stats.vala for translation Thu Oct 06 16:44:28 GMT 2011
- [tracker/tracker-0.10] build: Don't use HAVE_GTK_DOC to determine building docs Thu Oct 06 16:44:33 GMT 2011
- [tracker/tracker-0.10] tracker-extract: include DLNA mimetype in non-gstreamer media extractors Thu Oct 06 16:44:38 GMT 2011
- [tracker/tracker-0.10] tests/libtracker-common: Add missing include directive Thu Oct 06 16:44:43 GMT 2011
- [tracker/tracker-0.10] miners/fs: Don't let writeback block incoming DBus calls Thu Oct 06 16:44:48 GMT 2011
- [tracker/tracker-0.10] tracker-extract: Add geolocation to GStreamer extractor Thu Oct 06 16:44:53 GMT 2011
- [tracker] Deleted branch tracker-0.12 Thu Oct 06 17:47:56 GMT 2011
- [tracker] (202 commits) Created branch tracker-0.12 Thu Oct 06 17:48:28 GMT 2011
- [tracker/tracker-0.12: 1/202] build: include gstreamer-dlna rules in EXTRA_DIST Thu Oct 06 17:48:33 GMT 2011
- [tracker/tracker-0.12: 2/202] tests/libtracker-extract: compile/run encoding testing only with right deps Thu Oct 06 17:48:38 GMT 2011
- [tracker/tracker-0.12: 3/202] configure.ac: define BUILD_ flags and libs after GCov checking Thu Oct 06 17:48:43 GMT 2011
- [tracker/tracker-0.12: 4/202] coverage: Ignore generated .c files Thu Oct 06 17:48:48 GMT 2011
- [tracker/tracker-0.12: 5/202] src/libtracker-miner: Export all symbols if GCov is enabled Thu Oct 06 17:48:53 GMT 2011
- [tracker/tracker-0.12: 6/202] test/libtracker-miner: Unit test for the priority queue Thu Oct 06 17:48:58 GMT 2011
- [tracker/tracker-0.12: 7/202] src/libtracker-extract: move fix_region_type to ifdef-free area Thu Oct 06 17:49:03 GMT 2011
- [tracker/tracker-0.12: 8/202] build: Require Vala >= 0.13.4 Thu Oct 06 17:49:08 GMT 2011
- [tracker/tracker-0.12: 9/202] libtracker-miner: Added tracker_priority_queue* API to exported symbols Thu Oct 06 17:49:13 GMT 2011
- [tracker/tracker-0.12: 10/202] tracker-miner-fs, tracker-writeback: Remove all dbus-glib occurrences Thu Oct 06 17:49:18 GMT 2011
- [tracker/tracker-0.12: 11/202] configure.ac: remove dbus-glib dependencies Thu Oct 06 17:49:23 GMT 2011
- [tracker/tracker-0.12: 12/202] tracker-miner-fs, apps: avoid trying to parse directories as desktop files Thu Oct 06 17:49:28 GMT 2011
- [tracker/tracker-0.12: 13/202] nautilus: Improve the code generally Thu Oct 06 17:49:33 GMT 2011
- [tracker/tracker-0.12: 14/202] nautilus: Remove tracker_glist_copy_with_nautilus_files(), no longer used Thu Oct 06 17:49:38 GMT 2011
- [tracker/tracker-0.12: 15/202] nautilus: Don't re-define tracker_sparql_escape_string() instead re-use it Thu Oct 06 17:49:43 GMT 2011
- [tracker/tracker-0.12: 16/202] build: Don't require explicitly GTK+ 3.x for nautilus, it can cause crashes Thu Oct 06 17:49:48 GMT 2011
- [tracker/tracker-0.12: 17/202] libtracker-data: Fix error check for unsupported ontology change Thu Oct 06 17:49:53 GMT 2011
- [tracker/tracker-0.12: 18/202] libtracker-data: Rollback transaction on unsupported ontology change Thu Oct 06 17:49:58 GMT 2011
- [tracker/tracker-0.12: 19/202] libtracker-data: Do not reset database on unsupported ontology change Thu Oct 06 17:50:04 GMT 2011
- [tracker/tracker-0.12: 20/202] libtracker-data: Log error message on unsupported ontology change Thu Oct 06 17:50:09 GMT 2011
- [tracker/tracker-0.12: 21/202] libtracker-data: Detect unsupported ontology change rdfs:subPropertyOf Thu Oct 06 17:50:14 GMT 2011
- [tracker/tracker-0.12: 22/202] libtracker-data: Support for removing rdfs:subPropertyOf Thu Oct 06 17:50:19 GMT 2011
- [tracker/tracker-0.12: 23/202] tests/libtracker-miner: unittest for TrackerTaskPool Thu Oct 06 17:50:24 GMT 2011
- [tracker/tracker-0.12: 24/202] functional-tests: New parameter (graph) for the new extractor API Thu Oct 06 17:50:29 GMT 2011
- [tracker/tracker-0.12: 25/202] libtracker-miner: if miner still crawling, don't consider it as cleanly shutdown Thu Oct 06 17:50:34 GMT 2011
- [tracker/tracker-0.12: 26/202] tests/libtracker-extract: More XMP tests for the RoI Thu Oct 06 17:50:40 GMT 2011
- [tracker/tracker-0.12: 27/202] libtracker-extract: Remove useless debug message Thu Oct 06 17:50:44 GMT 2011
- [tracker/tracker-0.12: 28/202] libtracker-extract: Use correct namespace for stArea Thu Oct 06 17:50:50 GMT 2011
- [tracker/tracker-0.12: 29/202] libtracker-extract: RoI creation doesn't depend on the order in the XML Thu Oct 06 17:50:55 GMT 2011
- [tracker/tracker-0.12: 30/202] libtracker-miner: Fix typo in check_item_queues() Thu Oct 06 17:51:00 GMT 2011
- [tracker/tracker-0.12: 31/202] tests/libtracker-extract: Yet another test for the Regions of interest Thu Oct 06 17:51:05 GMT 2011
- [tracker/tracker-0.12: 32/202] libtracker-extract: Generate correct Sparql for the regions of interest Thu Oct 06 17:51:10 GMT 2011
- [tracker/tracker-0.12: 33/202] Updated Spanish translation Thu Oct 06 17:51:15 GMT 2011
- [tracker/tracker-0.12: 34/202] libtracker-miner, tracker-extract: Use NULL and not " ", which gets stripped to "" Thu Oct 06 17:51:20 GMT 2011
- [tracker/tracker-0.12: 35/202] libtracker-extract: Documentation fixes Thu Oct 06 17:51:25 GMT 2011
- [tracker/tracker-0.12: 36/202] libtracker-miner: Add tracker_task_* API to exported symbols Thu Oct 06 17:51:30 GMT 2011
- [tracker/tracker-0.12: 37/202] libtracker-extract: Fix doc build breakage Thu Oct 06 17:51:35 GMT 2011
- [tracker/tracker-0.12: 38/202] libtracker-sparql: Include introspection annotations glossary Thu Oct 06 17:51:40 GMT 2011
- [tracker/tracker-0.12: 39/202] libtracker-miner: Include introspection annotations glossary Thu Oct 06 17:51:45 GMT 2011
- [tracker/tracker-0.12: 40/202] tracker-miner-fs: Enable indexing when on battery power on by default Thu Oct 06 17:51:50 GMT 2011
- [tracker/tracker-0.12: 41/202] libtracker-miner, libtracker-sparql: Update build instructions for 0.12 Thu Oct 06 17:51:55 GMT 2011
- [tracker/tracker-0.12: 42/202] tracker-miner-fs: Don't index removable devices by default Thu Oct 06 17:52:00 GMT 2011
- [tracker/tracker-0.12: 43/202] Release 0.12.1 Thu Oct 06 17:52:05 GMT 2011
- [tracker/tracker-0.12: 44/202] libtracker-data: Make index recreation less verbose Thu Oct 06 17:52:11 GMT 2011
- [tracker/tracker-0.12: 45/202] libtracker-data: Drop all indexes before index recreation Thu Oct 06 17:52:16 GMT 2011
- [tracker/tracker-0.12: 46/202] tracker-preferences: Use one list for locations and add XDG toggle buttons Thu Oct 06 17:52:21 GMT 2011
- [tracker] Created tag 0.12.4 Thu Oct 06 17:52:25 GMT 2011
- [tracker/tracker-0.12: 47/202] Updated Czech translation Thu Oct 06 17:52:26 GMT 2011
- [tracker/tracker-0.12: 48/202] Updated Slovenian translation Thu Oct 06 17:52:31 GMT 2011
- [tracker/tracker-0.12: 49/202] tests/libtracker-extract: Fix build without enca Thu Oct 06 17:52:36 GMT 2011
- [tracker/tracker-0.12: 50/202] [l10n] Updated German translation Thu Oct 06 17:52:41 GMT 2011
- [tracker/tracker-0.12: 51/202] Updated Spanish translation Thu Oct 06 17:52:46 GMT 2011
- [tracker/tracker-0.12: 52/202] tracker-preferences: Updated text used on Locations tab from feedback Thu Oct 06 17:52:51 GMT 2011
- [tracker/tracker-0.12: 53/202] tracker-miner-fs, applications: Keep track of MLocale-reported locale Thu Oct 06 17:52:56 GMT 2011
- [tracker/tracker-0.12: 54/202] tests: ignore built programs in git Thu Oct 06 17:53:01 GMT 2011
- [tracker/tracker-0.12: 55/202] tests/functional-tests: update writeback test to new extractors output Thu Oct 06 17:53:06 GMT 2011
- [tracker/tracker-0.12: 56/202] Updated Slovenian translation Thu Oct 06 17:53:11 GMT 2011
- [tracker/tracker-0.12: 57/202] ontologies: NFO updating lastModified timestamp. Thu Oct 06 17:53:16 GMT 2011
- [tracker/tracker-0.12: 58/202] Updated Spanish translation Thu Oct 06 17:53:21 GMT 2011
- [tracker/tracker-0.12: 59/202] tracker-writeback: Do proper error handling in the writeback program Thu Oct 06 17:53:26 GMT 2011
- [tracker/tracker-0.12: 60/202] tracker-writeback: Handle if there's no module for the passed rdf types Thu Oct 06 17:53:31 GMT 2011
- [tracker/tracker-0.12: 61/202] tracker-writeback: Propagate all errors of writeback over DBus Thu Oct 06 17:53:37 GMT 2011
- [tracker/tracker-0.12: 62/202] libtracker-extract: Do not leak GMatchInfo objects. Thu Oct 06 17:53:42 GMT 2011
- [tracker/tracker-0.12: 63/202] tests/libtracker-extract: Fix mem-leaks in the tests Thu Oct 06 17:53:46 GMT 2011
- [tracker/tracker-0.12: 66/202] libtracker-miner: improve logging of partial errors when using update array Thu Oct 06 17:54:13 GMT 2011
- [tracker/tracker-0.12: 65/202] libtracker-miner: minor indentation fixes Thu Oct 06 17:54:13 GMT 2011
- [tracker/tracker-0.12: 67/202] libtracker-miner: avoid logging global error in update array multiple times Thu Oct 06 17:54:13 GMT 2011
- [tracker/tracker-0.12: 68/202] tests: avoid compilation warnings Thu Oct 06 17:54:13 GMT 2011
- [tracker/tracker-0.12: 64/202] libtracker-miner: Hide private tracker_task_* and tracker_priority_queue_* API Thu Oct 06 17:54:13 GMT 2011
- [tracker/tracker-0.12: 69/202] libtracker-sparql: Fix pkg-config file Thu Oct 06 17:54:17 GMT 2011
- [tracker/tracker-0.12: 70/202] tracker-control: Missing plural handling for "Found %d miners {running|installed}" Thu Oct 06 17:54:22 GMT 2011
- [tracker/tracker-0.12: 71/202] libtracker-miner: Improve docs for tracker_miner_manager_pause_for_process() Thu Oct 06 17:54:27 GMT 2011
- [tracker/tracker-0.12: 72/202] tracker-control: Don't finalize TrackerMinerManager with --pause-for-process Thu Oct 06 17:54:32 GMT 2011
- [tracker/tracker-0.12: 73/202] Updated Slovenian translation Thu Oct 06 17:54:37 GMT 2011
- [tracker/tracker-0.12: 74/202] Fix the Imagemagick png raw profile magic. Thu Oct 06 17:54:43 GMT 2011
- [tracker/tracker-0.12: 75/202] libtracker-miner: improve event queue traces Thu Oct 06 17:54:47 GMT 2011
- [tracker/tracker-0.12: 76/202] [l10n] Updated German translation Thu Oct 06 17:54:52 GMT 2011
- [tracker/tracker-0.12: 77/202] tracker-control: Reset GSettings config on -c option Thu Oct 06 17:54:57 GMT 2011
- [tracker/tracker-0.12: 78/202] tracker-miner-fs: Change default for low-disk-space-limit to be disabled (-1) Thu Oct 06 17:55:02 GMT 2011
- [tracker/tracker-0.12: 79/202] tracker-extract: Don't use g_mapped_file_new which doesn't allow O_NOATIME Thu Oct 06 17:55:07 GMT 2011
- [tracker/tracker-0.12: 80/202] tracker-extract, abw: Don't use _O_BINARY and handle error on mmap Thu Oct 06 17:55:12 GMT 2011
- [tracker/tracker-0.12: 81/202] libtracker-common: Fix tracker_file_open, original had various problems Thu Oct 06 17:55:17 GMT 2011
- [tracker/tracker-0.12: 82/202] tracker-extract: Use O_NOATIME for files opened by libgsf (ie. EPub files) Thu Oct 06 17:55:22 GMT 2011
- [tracker/tracker-0.12: 83/202] tracker-extract, flac: preserve file stats for flac files (simulates O_NOATIME) Thu Oct 06 17:55:27 GMT 2011
- [tracker/tracker-0.12: 84/202] libtracker-common, tracker-extract: Change the internal tracker_file_open API Thu Oct 06 17:55:33 GMT 2011
- [tracker/tracker-0.12: 85/202] tracker-extract, gif: Open GIF files with O_NOATIME Thu Oct 06 17:55:37 GMT 2011
- [tracker/tracker-0.12: 86/202] tracker-extract, msoffice: Use O_NOATIME for opening msoffice files Thu Oct 06 17:55:42 GMT 2011
- [tracker/tracker-0.12: 87/202] tracker-extract, pdf: Use mmap with an fd that has O_NOATIME for pdfs Thu Oct 06 17:55:47 GMT 2011
- [tracker/tracker-0.12: 88/202] tracker-extract, tiff: Use O_NOATIME for opening tiff files Thu Oct 06 17:55:53 GMT 2011
- [tracker/tracker-0.12: 89/202] tracker-extract, xmp: Use mmap with a fd with O_NOATIME for xmp files Thu Oct 06 17:55:57 GMT 2011
- [tracker/tracker-0.12: 90/202] tracker-extract, text: Use O_NOATIME for opening text files Thu Oct 06 17:56:02 GMT 2011
- [tracker/tracker-0.12: 91/202] tracker-extract, tiff: Don't use a FILE* when we don't have to Thu Oct 06 17:56:07 GMT 2011
- [tracker/tracker-0.12: 92/202] tracker-extract, gif: Don't use a FILE* when we don't have to Thu Oct 06 17:56:12 GMT 2011
- [tracker/tracker-0.12: 93/202] Release 0.12.2 Thu Oct 06 17:56:18 GMT 2011
- [tracker/tracker-0.12: 94/202] Updated Polish translation Thu Oct 06 17:56:23 GMT 2011
- [tracker/tracker-0.12: 95/202] Updated Slovenian translation Thu Oct 06 17:56:28 GMT 2011
- [tracker/tracker-0.12: 96/202] Revert "Fix the Imagemagick png raw profile magic." Thu Oct 06 17:56:33 GMT 2011
- [tracker/tracker-0.12: 97/202] Fix the Imagemagick png raw profile magic. Thu Oct 06 17:56:38 GMT 2011
- [tracker/tracker-0.12: 98/202] libtracker-common: O_NOATIME requires owner to match, have a fallback Thu Oct 06 17:56:43 GMT 2011
- [tracker/tracker-0.12: 99/202] tracker-extract, abw: O_NOATIME requires owner to match, allow fallback Thu Oct 06 17:56:48 GMT 2011
- [tracker/tracker-0.12: 100/202] tracker-extract, gif: O_NOATIME requires owner to match, allow fallback Thu Oct 06 17:56:54 GMT 2011
- [tracker/tracker-0.12: 101/202] tracker-extract, mp3: Use g_open instead of open Thu Oct 06 17:56:58 GMT 2011
- [tracker/tracker-0.12: 102/202] tracker-extract, pdf: O_NOATIME requires owner to match, allow fallback Thu Oct 06 17:57:03 GMT 2011
- [tracker/tracker-0.12: 103/202] tracker-extract, text: O_NOATIME requires owner to match, allow fallback Thu Oct 06 17:57:08 GMT 2011
- [tracker/tracker-0.12: 104/202] tracker-extract, tiff: O_NOATIME requires owner to match, allow fallback Thu Oct 06 17:57:13 GMT 2011
- [tracker/tracker-0.12: 105/202] tracker-extract, mp3: Also check for errno for fallback for open Thu Oct 06 17:57:18 GMT 2011
- [tracker/tracker-0.12: 106/202] tracker-extract, xmp: O_NOATIME requires owner to match, allow fallback Thu Oct 06 17:57:23 GMT 2011
- [tracker/tracker-0.12: 107/202] libtracker-data: Do not consider index recreation failure fatal Thu Oct 06 17:57:28 GMT 2011
- [tracker/tracker-0.12: 108/202] update Simplified Chinese (zh_CN) translation Thu Oct 06 17:57:33 GMT 2011
- [tracker/tracker-0.12: 109/202] Updated Spanish translation Thu Oct 06 17:57:38 GMT 2011
- [tracker/tracker-0.12: 110/202] [l10n] Updated German translation Thu Oct 06 17:57:45 GMT 2011
- [tracker/tracker-0.12: 111/202] Updated Czech translation Thu Oct 06 17:57:49 GMT 2011
- [tracker/tracker-0.12: 112/202] libtracker-common: Added functionality for SCHED_IDLE scheduler priority Thu Oct 06 17:57:53 GMT 2011
- [tracker/tracker-0.12: 113/202] tracker-miner-fs, tracker-extract: Add config option SchedIdle Thu Oct 06 17:57:59 GMT 2011
- [tracker/tracker-0.12: 114/202] tracker-preferences: Remove throttle implementation Thu Oct 06 17:58:03 GMT 2011
- [tracker/tracker-0.12: 115/202] Release 0.12.3 Thu Oct 06 17:58:08 GMT 2011
- [tracker/tracker-0.12: 116/202] fix html markup error in German translation Thu Oct 06 17:58:13 GMT 2011
- [tracker/tracker-0.12: 117/202] Updated Slovenian translation Thu Oct 06 17:58:19 GMT 2011
- [tracker/tracker-0.12: 118/202] libtracker-common: Disable configure.ac checks for ioprio_set() Thu Oct 06 17:58:24 GMT 2011
- [tracker/tracker-0.12: 119/202] tracker-miner-applications: Fix theme icon URIs Thu Oct 06 17:58:29 GMT 2011
- [tracker/tracker-0.12: 120/202] libtracker-data: Set journal_size_limit to 10 MB Thu Oct 06 17:58:34 GMT 2011
- [tracker/tracker-0.12: 121/202] libtracker-extract: Do not pass NULL to tracker_sparql_builder_prepend Thu Oct 06 17:58:39 GMT 2011
- [tracker/tracker-0.12: 122/202] tracker-extract-pdf: Fix file descriptor leak in error cases Thu Oct 06 17:58:44 GMT 2011
- [tracker/tracker-0.12: 123/202] tracker-extract-gif: Fix file descriptor leak in error case Thu Oct 06 17:58:49 GMT 2011
- [tracker/tracker-0.12: 124/202] tracker-extract-gstreamer: Fix division by zero Thu Oct 06 17:58:54 GMT 2011
- [tracker/tracker-0.12: 125/202] tracker-extract-oasis: Ignore empty values and invalid dates Thu Oct 06 17:58:59 GMT 2011
- [tracker/tracker-0.12: 126/202] tracker-extract: Fix critical when FD list is missing Thu Oct 06 17:59:04 GMT 2011
- [tracker/tracker-0.12: 127/202] Updated Czech translation Thu Oct 06 17:59:09 GMT 2011
- [tracker/tracker-0.12: 128/202] functional-tests: Remove expected failure annotation from NB#217566 test Thu Oct 06 17:59:14 GMT 2011
- [tracker/tracker-0.12: 129/202] tracker-extract-gstreamer: Remove 'needs_audio' flag Thu Oct 06 17:59:19 GMT 2011
- [tracker/tracker-0.12: 130/202] tracker-extract-gstreamer: Remove check for GST_VERSION > 0.10.20 Thu Oct 06 17:59:24 GMT 2011
- [tracker/tracker-0.12: 131/202] tracker-extract-gstreamer: Simplify tagcache behaviour Thu Oct 06 17:59:29 GMT 2011
- [tracker/tracker-0.12: 132/202] tracker-extract-gstreamer: Don't pass file URL needlessly Thu Oct 06 17:59:34 GMT 2011
- [tracker/tracker-0.12: 133/202] tracker-extract-gstreamer: Rework album info reading Thu Oct 06 17:59:39 GMT 2011
- [tracker/tracker-0.12: 134/202] tracker-extract-gstreamer: Avoid duplicate nmm:Artist inserts Thu Oct 06 17:59:44 GMT 2011
- [tracker/tracker-0.12: 135/202] tracker-extract-gstreamer: Break up extract_metadata() into functions Thu Oct 06 17:59:49 GMT 2011
- [tracker/tracker-0.12: 136/202] tracker-extract-gstreamer: Factor out type setting code Thu Oct 06 17:59:54 GMT 2011
- [tracker/tracker-0.12: 137/202] tracker-extract-gstreamer: Pass tag list explicitly Thu Oct 06 18:00:00 GMT 2011
- [tracker/tracker-0.12: 138/202] libtracker-common: Add tracker_case_match_filename_without_extension() Thu Oct 06 18:00:05 GMT 2011
- [tracker/tracker-0.12: 139/202] tracker-extract: Add libcue-based CUE sheet parser Thu Oct 06 18:00:10 GMT 2011
- [tracker/tracker-0.12: 140/202] tracker-extract-gstreamer: Use ToC information Thu Oct 06 18:00:15 GMT 2011
- [tracker/tracker-0.12: 141/202] tracker-extract-gstreamer: Fix class/property name mistakes Thu Oct 06 18:00:20 GMT 2011
- [tracker/tracker-0.12: 142/202] tracker-extract: Add 'postupdate' field Thu Oct 06 18:00:25 GMT 2011
- [tracker/tracker-0.12: 143/202] tracker-extract-gstreamer: Don't give each track its own URL Thu Oct 06 18:00:30 GMT 2011
- [tracker/tracker-0.12: 144/202] tracker-extract-gstreamer: Remove existing tracks for a file when extracting Thu Oct 06 18:00:35 GMT 2011
- [tracker/tracker-0.12: 145/202] tracker-miner-fs: Delete any associated logical resources when removing a file Thu Oct 06 18:00:40 GMT 2011
- [tracker/tracker-0.12: 146/202] functional-tests: Disable initial sleep of tracker-miner-fs when testing. Thu Oct 06 18:00:45 GMT 2011
- [tracker/tracker-0.12: 147/202] functional-tests: Test for previous tracker-miner-fs commit Thu Oct 06 18:00:50 GMT 2011
- [tracker/tracker-0.12: 148/202] tracker-extract: Avoid crash when no postupdate string Thu Oct 06 18:00:55 GMT 2011
- [tracker/tracker-0.12: 149/202] tracker-extract-gstreamer: Return more metadata in 1 file==1 track cases Thu Oct 06 18:01:00 GMT 2011
- [tracker/tracker-0.12: 150/202] ontologies, tracker-extract: Rename nfo:containerStartTime to nfo:audioOffset Thu Oct 06 18:01:05 GMT 2011
- [tracker/tracker-0.12: 151/202] firefox: Don't try to load 0.10.x libraries, we're using APIs not available there Thu Oct 06 18:01:10 GMT 2011
- [tracker/tracker-0.12: 152/202] thunderbird: Don't try to use older versions of Tracker Thu Oct 06 18:01:15 GMT 2011
- [tracker/tracker-0.12: 153/202] NCO: Add nco:gender-other as predefined instance Thu Oct 06 18:01:20 GMT 2011
- [tracker/tracker-0.12: 154/202] libtracker-common: Renamed function to casecmp filenames without extension Thu Oct 06 18:01:25 GMT 2011
- [tracker/tracker-0.12: 155/202] libtracker-common: Remove unnecessary condition in tracker_filename_casecmp_without_extension() Thu Oct 06 18:01:30 GMT 2011
- [tracker/tracker-0.12: 156/202] libtracker-extract: Bump version tracker_extract_info_get_postupdate_builder() was introduced Thu Oct 06 18:01:35 GMT 2011
- [tracker/tracker-0.12: 157/202] tracker-extract: Fixed various coding style issues Thu Oct 06 18:01:40 GMT 2011
- [tracker/tracker-0.12: 158/202] tracker-extract: Rename public functions to prefix tracker_cue_sheet_ Thu Oct 06 18:01:45 GMT 2011
- [tracker/tracker-0.12: 159/202] tracker-extract: Use g_strchug() functionality to avoid allocating memory Thu Oct 06 18:01:51 GMT 2011
- [tracker/tracker-0.12: 160/202] tracker-extract-gstreamer: Use strcmp() not g_ascii_strcasecmp() for artists Thu Oct 06 18:01:56 GMT 2011
- [tracker/tracker-0.12: 161/202] tracker-extract-gstreamer: Don't test for NULL tagcache, it's never NULL Thu Oct 06 18:02:01 GMT 2011
- [tracker/tracker-0.12: 162/202] tracker-extract-gstreamer: Fix memory leak Thu Oct 06 18:02:06 GMT 2011
- [tracker/tracker-0.12: 163/202] tracker-extract-gstreamer: Small code style/warning clean ups Thu Oct 06 18:02:11 GMT 2011
- [tracker/tracker-0.12: 164/202] tracker-extract-gstreamer: Avoid additional NULL check for cuesheet TOC Thu Oct 06 18:02:16 GMT 2011
- [tracker/tracker-0.12: 165/202] tracker-extract: Fix cuesheet track numbers Thu Oct 06 18:02:21 GMT 2011
- [tracker/tracker-0.12: 166/202] tracker-extract: Fix bug in cue sheet extraction Thu Oct 06 18:02:26 GMT 2011
- [tracker/tracker-0.12: 167/202] tracker-extract-gstreamer: Fix cue sheet build error Thu Oct 06 18:02:31 GMT 2011
- [tracker/tracker-0.12: 168/202] tracker-extract: Add geolocation to GStreamer extractor Thu Oct 06 18:02:36 GMT 2011
- [tracker/tracker-0.12: 169/202] Updated Spanish translation Thu Oct 06 18:02:41 GMT 2011
- [tracker/tracker-0.12: 170/202] tracker-needle: Mark a string in tracker-stats.vala for translation Thu Oct 06 18:02:46 GMT 2011
- [tracker/tracker-0.12: 171/202] tracker-preferences: Use correct names for icons in preferences dialog Thu Oct 06 18:02:52 GMT 2011
- [tracker/tracker-0.12: 172/202] build: Don't use HAVE_GTK_DOC to determine building docs Thu Oct 06 18:02:56 GMT 2011
- [tracker/tracker-0.12: 173/202] tracker-preferences: Disable special user dir toggles if they duplicate others Thu Oct 06 18:03:01 GMT 2011
- [tracker/tracker-0.12: 174/202] tracker-extract: include DLNA mimetype in non-gstreamer media extractors Thu Oct 06 18:03:06 GMT 2011
- [tracker/tracker-0.12: 175/202] tests/libtracker-common: Add missing include directive Thu Oct 06 18:03:11 GMT 2011
- [tracker/tracker-0.12: 176/202] Updated Czech translation Thu Oct 06 18:03:16 GMT 2011
- [tracker/tracker-0.12: 177/202] Updated Spanish translation Thu Oct 06 18:03:21 GMT 2011
- [tracker/tracker-0.12: 178/202] Updated Slovenian translation Thu Oct 06 18:03:26 GMT 2011
- [tracker/tracker-0.12: 179/202] Updated Polish translation Thu Oct 06 18:03:31 GMT 2011
- [tracker/tracker-0.12: 180/202] Updated Polish translation Thu Oct 06 18:03:36 GMT 2011
- [tracker/tracker-0.12: 181/202] tracker-needle: Include tags in search results and only show files for selected tag Thu Oct 06 18:03:41 GMT 2011
- [tracker/tracker-0.12: 182/202] tracker-needle: Disable search entry when filtering by tag list Thu Oct 06 18:03:46 GMT 2011
- [tracker/tracker-0.12: 183/202] tracker-needle: Add initial context menu for views and launching parent dirs Thu Oct 06 18:03:51 GMT 2011
- [tracker/tracker-0.12: 184/202] tracker-needle: Ellipsize tag list so long tags don't obstruct window Thu Oct 06 18:03:56 GMT 2011
- [tracker/tracker-0.12: 185/202] tracker-needle: Don't add same renderer x2 to a column and show tag count Thu Oct 06 18:04:01 GMT 2011
- [tracker/tracker-0.12: 186/202] tracker-needle: Added tracker-tags-view to edit tags as GtkVBox Thu Oct 06 18:04:06 GMT 2011
- [tracker/tracker-0.12: 187/202] tracker-needle: Renamed tracker-taglist to tracker-tags-filter Thu Oct 06 18:04:11 GMT 2011
- [tracker/tracker-0.12: 188/202] tracker-needle: Update tooltip for 'filter by tags' toolbar button Thu Oct 06 18:04:17 GMT 2011
- [tracker/tracker-0.12: 189/202] tracker-needle: Don't use requires and check for null without use of "?" Thu Oct 06 18:04:22 GMT 2011
- [tracker/tracker-0.12: 190/202] tracker-needle: Have a more inviting message for "no results" view Thu Oct 06 18:04:27 GMT 2011
- [tracker/tracker-0.12: 191/202] tracker-needle: Fixed POTFILES.{in|skip} changes needed for distcheck Thu Oct 06 18:04:32 GMT 2011
- [tracker/tracker-0.12: 192/202] libtracker-common: Fixed tracker_filename_casecmp_without_extension() test case failed Thu Oct 06 18:04:37 GMT 2011
- [tracker/tracker-0.12: 193/202] tracker-needle: Use "primary-toolbar" style on toolbar Thu Oct 06 18:04:42 GMT 2011
- [tracker/tracker-0.12: 194/202] tracker-needle: Add GtkInfoBar and API to control its content Thu Oct 06 18:04:47 GMT 2011
- [tracker/tracker-0.12: 195/202] tracker-needle: tell the user when a query is too generic Thu Oct 06 18:04:52 GMT 2011
- [tracker/tracker-0.12: 196/202] tracker-needle: Put the tags list in a GtkPaned Thu Oct 06 18:04:57 GMT 2011
- [tracker/tracker-0.12: 197/202] tracker-needle: Set tags list scrolledwindow shadow Thu Oct 06 18:05:02 GMT 2011
- [tracker/tracker-0.12: 198/202] tracker-needle: Fix some valac compiler warnings Thu Oct 06 18:05:07 GMT 2011
- [tracker/tracker-0.12: 199/202] tracker-needle: Do not warn on cancelled operations Thu Oct 06 18:05:12 GMT 2011
- [tracker/tracker-0.12: 200/202] miners/fs: Don't let writeback block incoming DBus calls Thu Oct 06 18:05:17 GMT 2011
- [tracker/tracker-0.12: 201/202] tracker-needle: Make sure new strings are translated Thu Oct 06 18:05:22 GMT 2011
- [tracker/tracker-0.12: 202/202] Release 0.12.4 Thu Oct 06 18:05:27 GMT 2011
- [tracker/tracker-0.10] Release 0.10.30 Thu Oct 06 18:06:58 GMT 2011
- [tracker] Created tag 0.10.30 Thu Oct 06 18:08:58 GMT 2011
- [tracker] tracker-control: List/control processes for the calling user only Tue Oct 11 10:02:24 GMT 2011
- [tracker/tracker-0.12] Updated Slovenian translation Wed Oct 12 13:25:47 GMT 2011
- [tracker/tracker-0.12] libtracker-bus: Plug 2 leaks Wed Oct 12 13:25:52 GMT 2011
- [tracker/tracker-0.12] tracker-extract, gstreamer: flag renamed from TAGS to LIGHTWEIGHT in GStreamer Wed Oct 12 13:25:57 GMT 2011
- [tracker/tracker-0.12] Updated Spanish translation Wed Oct 12 13:26:02 GMT 2011
- [tracker/tracker-0.12] tracker-control: List/control processes for the calling user only Wed Oct 12 13:26:07 GMT 2011
- [tracker/tracker-0.12] tracker-writeback: Don't warn in case of unsupported format for writeback Wed Oct 12 13:26:12 GMT 2011
- [tracker/tracker-0.12] SPARQL: Support SELECT (Expression AS Var) syntax Wed Oct 12 13:26:17 GMT 2011
- [tracker/tracker-0.12] SPARQL: Support DELETE WHERE {...} Wed Oct 12 13:26:22 GMT 2011
- [tracker/tracker-0.12] tracker-miner-fs: Fix crash in ReindexMimeTypes Wed Oct 12 13:26:27 GMT 2011
- [tracker/tracker-0.10] libtracker-bus: Plug 2 leaks Wed Oct 12 13:33:30 GMT 2011
- [tracker/tracker-0.10] tracker-extract, gstreamer: flag renamed from TAGS to LIGHTWEIGHT in GStreamer Wed Oct 12 13:33:35 GMT 2011
- [tracker/tracker-0.10] tracker-control: List/control processes for the calling user only Wed Oct 12 13:33:40 GMT 2011
- [tracker/tracker-0.10] tracker-writeback: Don't warn in case of unsupported format for writeback Wed Oct 12 13:33:45 GMT 2011
- [tracker/tracker-0.10] SPARQL: Support SELECT (Expression AS Var) syntax Wed Oct 12 13:33:50 GMT 2011
- [tracker/tracker-0.10] SPARQL: Support DELETE WHERE {...} Wed Oct 12 13:33:55 GMT 2011
- [tracker/tracker-0.10] tracker-miner-fs: Fix crash in ReindexMimeTypes Wed Oct 12 13:34:00 GMT 2011
- [tracker] tracker-preferences: Mark tooltips in tracker-preferences.ui for translation Tue Oct 18 10:14:44 GMT 2011
- [tracker] tracker-preferences: Make sure "Recurse" column title is translated Wed Oct 19 07:28:34 GMT 2011
- [tracker/tracker-0.12] tracker-writeback: Don't own the DBus name before registering the object Thu Oct 20 12:44:10 GMT 2011
- [tracker/tracker-0.12] libtracker-extract: Initialize string as NULL Thu Oct 20 12:44:16 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-extract: Tests for TrackerExtractInfo Thu Oct 20 12:44:21 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-extract: Unit tests for tracker-exif Thu Oct 20 12:44:26 GMT 2011
- [tracker/tracker-0.12] tracker-control: Fix a couple of typos, no functional change Thu Oct 20 12:44:31 GMT 2011
- [tracker/tracker-0.12] tracker-control: Use g_printerr instead of g_warning in get_uid_for_pid Thu Oct 20 12:44:36 GMT 2011
- [tracker/tracker-0.12] tracker-control: Do not call g_object_unref on NULL in error case Thu Oct 20 12:44:41 GMT 2011
- [tracker/tracker-0.12] tracker-control: Fix crash when unable to get miner pause details Thu Oct 20 12:44:46 GMT 2011
- [tracker/tracker-0.12] libtracker-common: Fix compile warning, no functional change Thu Oct 20 12:44:51 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Fix uninitialized variable in albumart Thu Oct 20 12:44:56 GMT 2011
- [tracker/tracker-0.12] tracker-extract-text: Fix crash if unable to open file Thu Oct 20 12:45:01 GMT 2011
- [tracker/tracker-0.12] tracker-miner-fs: Fix uninitialized variable Thu Oct 20 12:45:06 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-extract: Do not check exact value of a date Thu Oct 20 12:45:11 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-extract: tracker-guaranteee unit tests Thu Oct 20 12:45:16 GMT 2011
- [tracker/tracker-0.12] test/libtracker-extract: Complete tests for tracker-utils Thu Oct 20 12:45:21 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-extract: Ignore deprecated function in LCOV Thu Oct 20 12:45:26 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-extract: Complete tracker-encoding tests Thu Oct 20 12:45:31 GMT 2011
- [tracker/tracker-0.12] tracker-preferences: Mark tooltips in tracker-preferences.ui for translation Thu Oct 20 12:45:36 GMT 2011
- [tracker/tracker-0.12] functional-tests: Increase timeout in application tests Thu Oct 20 12:45:41 GMT 2011
- [tracker/tracker-0.12] tests/libtracker-extract: Add LGPL notice to the test code Thu Oct 20 12:45:47 GMT 2011
- [tracker/tracker-0.12] Updated Spanish translation Thu Oct 20 12:45:51 GMT 2011
- [tracker/tracker-0.12] tracker-extract: Also complete cancelled tasks Thu Oct 20 12:45:56 GMT 2011
- [tracker/tracker-0.12] tracker-needle: Fix crash in result store Thu Oct 20 12:46:01 GMT 2011
- [tracker/tracker-0.12] tracker-preferences: Make sure "Recurse" column title is translated Thu Oct 20 12:46:07 GMT 2011
- [gtk-web] documentation: Updated with wikibooks book from Eike Krumbacher Thu Oct 20 16:38:03 GMT 2011
- [tracker] tracker-search-bar: Don't display the results in a broken fashion Mon Oct 24 08:53:09 GMT 2011
- [tracker] ttl2sgml: Fixed memory leak Tue Oct 25 11:15:17 GMT 2011
Massimo Cora'
Massimo Valentini
Matthew Barnes
Matthias Clasen
Michael Biebl
Michael Hill
Michael J . Chudobiak
Michael Meeks
Michael Natterer
- [gimp] libgimpwidgets: add gtk_scrollbar_new() to gimp3migration.[ch] Sun Oct 02 12:40:24 GMT 2011
- [gimp] libgimpwidgets: add gtk_scale_new() to gimp3migration.[ch] Sun Oct 02 12:40:30 GMT 2011
- [gimp] libgimpwidgets: add gtk_paned_new() to gimp3migration.[ch] Sun Oct 02 12:40:34 GMT 2011
- [gimp] libgimpwidgets: add gtk_separator_new() to gimp3migration.[ch] Sun Oct 02 12:40:39 GMT 2011
- [gimp] configure: don't add G_DISABLE_DEPRECATED for GLIb 2.30 Sun Oct 02 13:14:33 GMT 2011
- [gimp] libgimpwidgets: add gdk_event_triggers_context_menu() to gimp3migration.[ch] Sun Oct 02 14:25:26 GMT 2011
- [gimp] Deleted branch gtk3-port Sun Oct 02 14:43:34 GMT 2011
- [gimp] (235 commits) Created branch gtk3-port Sun Oct 02 14:44:43 GMT 2011
- [gimp/gtk3-port: 1/235] Switch to version 3.0 in a lot of places and depend on GTK+ 3.2 Sun Oct 02 14:44:48 GMT 2011
- [gimp/gtk3-port: 2/235] libgimpwidgets: remove deprecated files from the build Sun Oct 02 14:44:53 GMT 2011
- [gimp/gtk3-port: 3/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[ch] Sun Oct 02 14:44:58 GMT 2011
- [gimp/gtk3-port: 4/235] libgimpwidgets: port virtual functions to GTK+ 3.0 Sun Oct 02 14:45:03 GMT 2011
- [gimp/gtk3-port: 5/235] libgimpwidgets: port virtual functions to GTK+ 3.0 Sun Oct 02 14:45:08 GMT 2011
- [gimp/gtk3-port: 6/235] libgimpwidgets: port to GtkWidget::draw() Sun Oct 02 14:45:13 GMT 2011
- [gimp/gtk3-port: 7/235] libgimpwidgets: port to GtkWidget::draw() Sun Oct 02 14:45:18 GMT 2011
- [gimp/gtk3-port: 8/235] libgimpwidgets: port to GtkWidget::draw() Sun Oct 02 14:45:23 GMT 2011
- [gimp/gtk3-port: 9/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:45:28 GMT 2011
- [gimp/gtk3-port: 10/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:45:33 GMT 2011
- [gimp/gtk3-port: 11/235] libgimpwidgets: port to GtkWidget::draw() Sun Oct 02 14:45:38 GMT 2011
- [gimp/gtk3-port: 12/235] libgimpwidgets: remove deprecated functions and s/GtkObject/GtkAdjustment/ Sun Oct 02 14:45:43 GMT 2011
- [gimp/gtk3-port: 13/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:45:48 GMT 2011
- [gimp/gtk3-port: 14/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:45:53 GMT 2011
- [gimp/gtk3-port: 15/235] libgimpwidgets: remove deprecated files completely Sun Oct 02 14:45:58 GMT 2011
- [gimp/gtk3-port: 16/235] Update .gitignore files for generated 3.0 files Sun Oct 02 14:46:03 GMT 2011
- [gimp/gtk3-port: 17/235] libgimp: remove GdkRGB and GdkColorMap calls, these APIs are gone Sun Oct 02 14:46:08 GMT 2011
- [gimp/gtk3-port: 18/235] app: port to GtkWidget::draw() Sun Oct 02 14:46:14 GMT 2011
- [gimp/gtk3-port: 19/235] app: remove GTK_OBJECT() cast Sun Oct 02 14:46:19 GMT 2011
- [gimp/gtk3-port: 20/235] app: port to GtkWidget::draw() Sun Oct 02 14:46:24 GMT 2011
- [gimp/gtk3-port: 21/235] app: port to GtkWidget::draw() Sun Oct 02 14:46:29 GMT 2011
- [gimp/gtk3-port: 22/235] app: port virtual functions to GTK+ 3.0 API Sun Oct 02 14:46:34 GMT 2011
- [gimp/gtk3-port: 23/235] app: get rid of a GTK_OBJECT() cast Sun Oct 02 14:46:39 GMT 2011
- [gimp/gtk3-port: 24/235] app: port to GtkWidget::draw() Sun Oct 02 14:46:44 GMT 2011
- [gimp/gtk3-port: 25/235] app: port to GtkWidget::draw() Sun Oct 02 14:46:49 GMT 2011
- [gimp/gtk3-port: 26/235] app: port to GtkWidget::draw() Sun Oct 02 14:46:54 GMT 2011
- [gimp/gtk3-port: 27/235] app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustment/ Sun Oct 02 14:46:59 GMT 2011
- [gimp/gtk3-port: 28/235] app: port to GtkWidget::draw() Sun Oct 02 14:47:04 GMT 2011
- [gimp/gtk3-port: 29/235] app: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:47:09 GMT 2011
- [gimp/gtk3-port: 30/235] app: port to GtkWidget::draw() Sun Oct 02 14:47:14 GMT 2011
- [gimp/gtk3-port: 31/235] app: port GimpNavigationView to GtkWidget::draw() Sun Oct 02 14:47:19 GMT 2011
- [gimp/gtk3-port: 32/235] app: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:47:24 GMT 2011
- [gimp/gtk3-port: 33/235] app: port GimpPaletteView to GtkWidget::draw() Sun Oct 02 14:47:29 GMT 2011
- [gimp/gtk3-port: 34/235] app: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:47:35 GMT 2011
- [gimp/gtk3-port: 35/235] app: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:47:40 GMT 2011
- [gimp/gtk3-port: 36/235] app: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:47:45 GMT 2011
- [gimp/gtk3-port: 37/235] app: port to GtkWidget::draw() Sun Oct 02 14:47:50 GMT 2011
- [gimp/gtk3-port: 38/235] app: get rid of GtkObject in GimpUIManager Sun Oct 02 14:47:55 GMT 2011
- [gimp/gtk3-port: 39/235] app: port to GtkWidget::draw() Sun Oct 02 14:48:00 GMT 2011
- [gimp/gtk3-port: 40/235] app: no need to alloc colors any longer, GdkColormap is gone Sun Oct 02 14:48:05 GMT 2011
- [gimp/gtk3-port: 41/235] app: port call to gtk_paint_arrow() to GTK+ 3.0 Sun Oct 02 14:48:10 GMT 2011
- [gimp/gtk3-port: 42/235] app: port device management to GdkDeviceManager Sun Oct 02 14:48:15 GMT 2011
- [gimp/gtk3-port: 43/235] app: remove obsolete (GtkObject **) casts Sun Oct 02 14:48:20 GMT 2011
- [gimp/gtk3-port: 44/235] app: use gtk_widget_get_preferred_size() instead of size_request() Sun Oct 02 14:48:25 GMT 2011
- [gimp/gtk3-port: 45/235] app: port GimpScalComboBox to GTK+ 3.0 Sun Oct 02 14:48:30 GMT 2011
- [gimp/gtk3-port: 46/235] app: use gtk_widget_get_preferred_size() instead of size_request() Sun Oct 02 14:48:35 GMT 2011
- [gimp/gtk3-port: 47/235] libgimpwidgets: port GimpFrame to GTK+ 3.0 Sun Oct 02 14:48:40 GMT 2011
- [gimp/gtk3-port: 48/235] app: port tools to GTK+ 3.0 (trivial changes only) Sun Oct 02 14:48:45 GMT 2011
- [gimp/gtk3-port: 49/235] app: s/GtkObject/GtkAdjustment/ in app/dialogs/ Sun Oct 02 14:48:51 GMT 2011
- [gimp/gtk3-port: 50/235] app: pass the cairo_region_t to gdk_window_invalidate_region() directly Sun Oct 02 14:48:56 GMT 2011
- [gimp/gtk3-port: 51/235] app: use GdkDeviceManager to list devices Sun Oct 02 14:49:01 GMT 2011
- [gimp/gtk3-port: 52/235] app: use GdkDeviceManager API Sun Oct 02 14:49:06 GMT 2011
- [gimp/gtk3-port: 53/235] app: port to GtkWidget::draw() Sun Oct 02 14:49:11 GMT 2011
- [gimp/gtk3-port: 54/235] app: remove calls to colormap functions, they are gone Sun Oct 02 14:49:16 GMT 2011
- [gimp/gtk3-port: 55/235] libgimpwidgets: get rid of (GtkObject **) casts Sun Oct 02 14:49:21 GMT 2011
- [gimp/gtk3-port: 56/235] app: port the splash to GTK+ 3.0 Sun Oct 02 14:49:26 GMT 2011
- [gimp/gtk3-port: 57/235] libgimpwidgets: port the ruler to GTK+ 3.0 Sun Oct 02 14:49:31 GMT 2011
- [gimp/gtk3-port: 58/235] libgimpwidgets: port to GtkWidget::draw() Sun Oct 02 14:49:36 GMT 2011
- [gimp/gtk3-port: 59/235] app: port to GtkWidget::draw() Sun Oct 02 14:49:41 GMT 2011
- [gimp/gtk3-port: 60/235] app: port the overlay stuff to GTK+ 3.0 Sun Oct 02 14:49:46 GMT 2011
- [gimp/gtk3-port: 61/235] app: use the container icon view, the grid view is not GTK+ 3.0-able Sun Oct 02 14:49:51 GMT 2011
- [gimp/gtk3-port: 62/235] app: port to GtkWidget::draw() (incompletely) Sun Oct 02 14:49:56 GMT 2011
- [gimp/gtk3-port: 63/235] app: remove call to gtk_statusbar_set_has_resize_grip() Sun Oct 02 14:50:01 GMT 2011
- [gimp/gtk3-port: 64/235] app: port the tag entry to GTK+ 3.0 Sun Oct 02 14:50:06 GMT 2011
- [gimp/gtk3-port: 65/235] app: port to GtkWidget::draw() but disable the code inside with #if 0 Sun Oct 02 14:50:11 GMT 2011
- [gimp/gtk3-port: 66/235] app: can't set the scale combo entry's properties in init() any longer Sun Oct 02 14:50:16 GMT 2011
- [gimp/gtk3-port: 67/235] app: port to GtkWidget::draw() Sun Oct 02 14:50:21 GMT 2011
- [gimp/gtk3-port: 68/235] libgimpwidgets: port to GtkWidget::draw() Sun Oct 02 14:50:27 GMT 2011
- [gimp/gtk3-port: 69/235] modules: s/GtkObject/GtkAdjustment/ Sun Oct 02 14:50:32 GMT 2011
- [gimp/gtk3-port: 70/235] app: didn't completely commit the display shell expose() -> draw() change Sun Oct 02 14:50:37 GMT 2011
- [gimp/gtk3-port: 71/235] app: fix display shell background drawing Sun Oct 02 14:50:42 GMT 2011
- [gimp/gtk3-port: 72/235] app: fix canvas double buffering using cairo_push, pop_group() Sun Oct 02 14:50:47 GMT 2011
- [gimp/gtk3-port: 73/235] script-fu: port to GTK+ 3.0 Sun Oct 02 14:50:52 GMT 2011
- [gimp/gtk3-port: 74/235] app: port to GtkWidget::draw() Sun Oct 02 14:50:57 GMT 2011
- [gimp/gtk3-port: 75/235] app: passing -1 as width/height to gtk_paint_box() no longer works Sun Oct 02 14:51:02 GMT 2011
- [gimp/gtk3-port: 76/235] app: port popup arrow drawing to cairo and get rid of the arrow_pixbuf Sun Oct 02 14:51:07 GMT 2011
- [gimp/gtk3-port: 77/235] app: remove GimpContainerGridView from the build entirely Sun Oct 02 14:51:12 GMT 2011
- [gimp/gtk3-port: 78/235] modules: port to GtkWidget::draw() Sun Oct 02 14:51:17 GMT 2011
- [gimp/gtk3-port: 79/235] libgimpwidgets: port to GtkWidget::draw() Sun Oct 02 14:51:22 GMT 2011
- [gimp/gtk3-port: 80/235] libgimp: port to GtkWidget::draw() Sun Oct 02 14:51:27 GMT 2011
- [gimp/gtk3-port: 81/235] app: don't translate to allocation.x,y Sun Oct 02 14:51:32 GMT 2011
- [gimp/gtk3-port: 82/235] app: port to GtkWidget::draw() Sun Oct 02 14:51:37 GMT 2011
- [gimp/gtk3-port: 83/235] app: forgot to remove a cairo_destroy() in draw() Sun Oct 02 14:51:42 GMT 2011
- [gimp/gtk3-port: 84/235] app: port to GtkWidget::draw() Sun Oct 02 14:51:47 GMT 2011
- [gimp/gtk3-port: 85/235] app: build binaries with version number 2.99 Sun Oct 02 14:51:52 GMT 2011
- [gimp/gtk3-port: 86/235] app: GtkEntry turned into a no-window widget Sun Oct 02 14:51:57 GMT 2011
- [gimp/gtk3-port: 87/235] app: use the new GtkScrollable API instead of deprecated tree view API Sun Oct 02 14:52:02 GMT 2011
- [gimp/gtk3-port: 88/235] app: cairo_save()/restore() around chaining up in draw() Sun Oct 02 14:52:07 GMT 2011
- [gimp/gtk3-port: 89/235] app: add ugly workaround to make the icon view adapt to view size changes Sun Oct 02 14:52:12 GMT 2011
- [gimp/gtk3-port: 90/235] plug-ins: lots of trivial GTK+ 3.0 porting Sun Oct 02 14:52:18 GMT 2011
- [gimp/gtk3-port: 91/235] plug-ins: port jpeg-save to GTK+ 3.0 Sun Oct 02 14:52:23 GMT 2011
- [gimp/gtk3-port: 92/235] plug-ins: port file-png to GTK+ 3.0 Sun Oct 02 14:52:28 GMT 2011
- [gimp/gtk3-port: 93/235] plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/ Sun Oct 02 14:52:33 GMT 2011
- [gimp/gtk3-port: 94/235] plug-ins: more s/GtkObject/GtkAdjustment/ Sun Oct 02 14:52:38 GMT 2011
- [gimp/gtk3-port: 95/235] plug-ins: port some more plug-ins to GTK+ 3.0 Sun Oct 02 14:52:43 GMT 2011
- [gimp/gtk3-port: 96/235] app: port the colormap editor to GTK+ 3.0 Sun Oct 02 14:52:48 GMT 2011
- [gimp/gtk3-port: 97/235] app: remove GtkWrapBox Sun Oct 02 14:52:53 GMT 2011
- [gimp/gtk3-port: 98/235] libgimpwidgets: port to the new size request API Sun Oct 02 14:52:58 GMT 2011
- [gimp/gtk3-port: 99/235] app: port to the new size request API Sun Oct 02 14:53:03 GMT 2011
- [gimp/gtk3-port: 100/235] plug-ins: port the print preview to the new size request API Sun Oct 02 14:53:08 GMT 2011
- [gimp/gtk3-port: 101/235] plug-ins: port sphere-designer to GtkWidget::draw() Sun Oct 02 14:53:13 GMT 2011
- [gimp/gtk3-port: 102/235] plug-ins: port cml-explorer to GtkWidget::draw() Sun Oct 02 14:53:18 GMT 2011
- [gimp/gtk3-port: 103/235] plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load Sun Oct 02 14:53:23 GMT 2011
- [gimp/gtk3-port: 104/235] app: s/GtkObject/GtkAdjustment/ in the new spin scale prop widgets Sun Oct 02 14:53:29 GMT 2011
- [gimp/gtk3-port: 105/235] plug-ins: port lighting to GTK+ 3.0 Sun Oct 02 14:53:34 GMT 2011
- [gimp/gtk3-port: 106/235] plug-ins: port the unit-editor to GtkScrollable Sun Oct 02 14:53:39 GMT 2011
- [gimp/gtk3-port: 107/235] app: fix GimpOverlayDialog's minimum height Sun Oct 02 14:53:44 GMT 2011
- [gimp/gtk3-port: 108/235] app: port GimpOverlayBox to GtkWidget::get_preferred_width/height() Sun Oct 02 14:53:49 GMT 2011
- [gimp/gtk3-port: 109/235] app: don't connect to "size-requst" because that's deprecated Sun Oct 02 14:53:54 GMT 2011
- [gimp/gtk3-port: 110/235] app: port GimpSpinScale to GTK+ 3.0 Sun Oct 02 14:53:59 GMT 2011
- [gimp/gtk3-port: 111/235] app: skip keyboard devices so the device list becomes reasonable Sun Oct 02 14:54:04 GMT 2011
- [gimp/gtk3-port: 112/235] app: implement proper height-for-width in GimpToolPalette Sun Oct 02 14:54:09 GMT 2011
- [gimp/gtk3-port: 113/235] app: use GdkDevice accessors Sun Oct 02 14:54:14 GMT 2011
- [gimp/gtk3-port: 114/235] app: introduce struct GimpDeviceKey because GdkDeviceKey is gone Sun Oct 02 14:54:19 GMT 2011
- [gimp/gtk3-port: 115/235] app: put the toolbox' areas into a box until we decided about a wrapping widget Sun Oct 02 14:54:24 GMT 2011
- [gimp/gtk3-port: 116/235] Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_render_icon() Sun Oct 02 14:54:29 GMT 2011
- [gimp/gtk3-port: 117/235] app: port the device sort function to GdkDeviceManager Sun Oct 02 14:54:34 GMT 2011
- [gimp/gtk3-port: 118/235] libgimpwidgets: port to GtkStyleContext and gtk_render_foo() Sun Oct 02 14:54:39 GMT 2011
- [gimp/gtk3-port: 119/235] app: change the list of available devices to something that makes sense Sun Oct 02 14:54:44 GMT 2011
- [gimp/gtk3-port: 120/235] libgimpwidgets: port GimpCellRendererToggle to GtkStyleContext Sun Oct 02 14:54:50 GMT 2011
- [gimp/gtk3-port: 121/235] libgimpwidgets: port GimpChainButton to GtkStyleContext Sun Oct 02 14:54:55 GMT 2011
- [gimp/gtk3-port: 122/235] libgimpwidgets: port GimpColorArea to GtkStyleContext Sun Oct 02 14:55:00 GMT 2011
- [gimp/gtk3-port: 123/235] libgimpwidgets: port GimpColorScale to GtkStyleContext Sun Oct 02 14:55:05 GMT 2011
- [gimp/gtk3-port: 124/235] libgimpwidgets: port GimpOffsetArea to GtkStyleContext Sun Oct 02 14:55:10 GMT 2011
- [gimp/gtk3-port: 125/235] libgimpwidgets: port GimpRuler to GtkStyleContext Sun Oct 02 14:55:15 GMT 2011
- [gimp/gtk3-port: 126/235] llibgimpwidgets: port GimpScrolledPreview to GtkStyleContext Sun Oct 02 14:55:20 GMT 2011
- [gimp/gtk3-port: 127/235] modules: port ColorselWheel to GtkStyleContext Sun Oct 02 14:55:25 GMT 2011
- [gimp/gtk3-port: 128/235] app: port Wilber drawing to GtkStyleContext Sun Oct 02 14:55:30 GMT 2011
- [gimp/gtk3-port: 129/235] app: port GimpBlobEditor to GtkStyleContext Sun Oct 02 14:55:35 GMT 2011
- [gimp/gtk3-port: 130/235] app: port setting the canvas padding color to GtkStyleContext Sun Oct 02 14:55:40 GMT 2011
- [gimp/gtk3-port: 131/235] app: port GimpPanedBox to GtkStyleContext Sun Oct 02 14:55:45 GMT 2011
- [gimp/gtk3-port: 132/235] app: port GimpContainerIconView to GtkStyleContext Sun Oct 02 14:55:50 GMT 2011
- [gimp/gtk3-port: 133/235] app: port GimpContainerTreeView to GtkStyleContext Sun Oct 02 14:55:55 GMT 2011
- [gimp/gtk3-port: 134/235] app: port GimpColormapEditor to GtkStyleContext Sun Oct 02 14:56:00 GMT 2011
- [gimp/gtk3-port: 135/235] app: port GimpComponentEditor to GtkStyleContext Sun Oct 02 14:56:05 GMT 2011
- [gimp/gtk3-port: 136/235] app: port GimpFgBgEditor to GtkStyleContext Sun Oct 02 14:56:10 GMT 2011
- [gimp/gtk3-port: 137/235] app: port GimpFgBgView to GtkStyleContext Sun Oct 02 14:56:16 GMT 2011
- [gimp/gtk3-port: 138/235] app: port gimp_get_icon_size() to GtkStyleContext Sun Oct 02 14:56:21 GMT 2011
- [gimp/gtk3-port: 139/235] app: port GimpContainerBox to GtkStyleContext Sun Oct 02 14:56:26 GMT 2011
- [gimp/gtk3-port: 140/235] app: port GimpDashEditor to GtkStyleContext Sun Oct 02 14:56:31 GMT 2011
- [gimp/gtk3-port: 141/235] app: remove calls to gtk_widget_get, set_extension_events() Sun Oct 02 14:56:36 GMT 2011
- [gimp/gtk3-port: 142/235] app: s/gtk_widget_modify_font/gtk_widget_override_font/ Sun Oct 02 14:56:41 GMT 2011
- [gimp/gtk3-port: 143/235] libgimpwidgets: port GimpNumberPairEntry to gtk_widget_override_font() Sun Oct 02 14:56:46 GMT 2011
- [gimp/gtk3-port: 144/235] app: port the about dialog to GtkStyleContext Sun Oct 02 14:56:51 GMT 2011
- [gimp/gtk3-port: 145/235] modules: remove call to gtk_widget_set_extension_events() Sun Oct 02 14:56:56 GMT 2011
- [gimp/gtk3-port: 146/235] libgimpwidgets: implement GtkWidget::state_flags_changed() Sun Oct 02 14:57:01 GMT 2011
- [gimp/gtk3-port: 147/235] libgimpwidgets: implement GtkWidget::style_updated() instead of style_set() Sun Oct 02 14:57:06 GMT 2011
- [gimp/gtk3-port: 148/235] libgimpwidgets: use g_object_ref()/unref() for GdkCursors Sun Oct 02 14:57:11 GMT 2011
- [gimp/gtk3-port: 149/235] app: use gdk_drag_context_get_source_window() Sun Oct 02 14:57:16 GMT 2011
- [gimp/gtk3-port: 150/235] app: use gdk_drag_context_get_selected_action() instead of conect->action Sun Oct 02 14:57:21 GMT 2011
- [gimp/gtk3-port: 151/235] app: port GimpSpinScale to GtkStyleContext Sun Oct 02 14:57:26 GMT 2011
- [gimp/gtk3-port: 152/235] app: implement GtkWidget::style_updated() instead of style_set() Sun Oct 02 14:57:32 GMT 2011
- [gimp/gtk3-port: 153/235] port gtkrc files to CSS (incompletely and stuff commented out) Sun Oct 02 14:57:37 GMT 2011
- [gimp/gtk3-port: 154/235] Port theme and gtkrc file loading to CSS files using GtkCssProvider Sun Oct 02 14:57:42 GMT 2011
- [gimp/gtk3-port: 155/235] plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h> Sun Oct 02 14:57:47 GMT 2011
- [gimp/gtk3-port: 156/235] app: copy gimp.css instead of gtkrc to the user's gimp directory Sun Oct 02 14:57:52 GMT 2011
- [gimp/gtk3-port: 157/235] app: check whether child widgets exist in GtkWidget::style_updated() Sun Oct 02 14:57:57 GMT 2011
- [gimp/gtk3-port: 158/235] Replace gdk_cursor_unref() with g_object_unref() Sun Oct 02 14:58:02 GMT 2011
- [gimp/gtk3-port: 159/235] app: use gtk_menu_shell_get_selected_item() Sun Oct 02 14:58:07 GMT 2011
- [gimp/gtk3-port: 160/235] app: port GimpOverlayBox to GtkStyleContext Sun Oct 02 14:58:12 GMT 2011
- [gimp/gtk3-port: 161/235] app: port GimpOverlayFrame to GtkStyleContext Sun Oct 02 14:58:17 GMT 2011
- [gimp/gtk3-port: 162/235] app: port GimpScaleButton to GtkStyleContext Sun Oct 02 14:58:22 GMT 2011
- [gimp/gtk3-port: 163/235] libgimpwidgets: move all GimpPickButton members to a private struct Sun Oct 02 14:58:27 GMT 2011
- [gimp/gtk3-port: 164/235] libgimpwidgets: move all GimpColorArea members to a private struct Sun Oct 02 14:58:32 GMT 2011
- [gimp/gtk3-port: 165/235] libgimpwidgets: move all GimpOffsetArea members to a private struct Sun Oct 02 14:58:37 GMT 2011
- [gimp/gtk3-port: 166/235] libgimpwidgets: move padding members from instance to class struct Sun Oct 02 14:58:42 GMT 2011
- [gimp/gtk3-port: 167/235] libgimpwidgets: move all GimpButton members to a private struct Sun Oct 02 14:58:47 GMT 2011
- [gimp/gtk3-port: 168/235] libgimpwidgets: move all GimpCellRendererColor members to a private struct Sun Oct 02 14:58:53 GMT 2011
- [gimp/gtk3-port: 169/235] libgimpwidgets: move all GimpColorButton members to a private struct Sun Oct 02 14:58:58 GMT 2011
- [gimp/gtk3-port: 170/235] libgimpwidgets: move all GimpCellRendererToggle members to a private struct Sun Oct 02 14:59:03 GMT 2011
- [gimp/gtk3-port: 171/235] libgimpwidgets: move all GimpChainButton members to a private struct Sun Oct 02 14:59:08 GMT 2011
- [gimp/gtk3-port: 172/235] libgimpwidgets: move all GimpBrowser members to a private struct Sun Oct 02 14:59:13 GMT 2011
- [gimp/gtk3-port: 173/235] libgimpwidgets: move all GimpColorDisplay members to a private struct Sun Oct 02 14:59:18 GMT 2011
- [gimp/gtk3-port: 174/235] libgimpwidgets: move all GimpColorDisplayStack members to a private struct Sun Oct 02 14:59:23 GMT 2011
- [gimp/gtk3-port: 175/235] libgimpwidgets: move all GimpColorHexEntry members to a private struct Sun Oct 02 14:59:28 GMT 2011
- [gimp/gtk3-port: 176/235] libgimpwidgets: add padding Sun Oct 02 14:59:33 GMT 2011
- [gimp/gtk3-port: 177/235] libgimpwidgets: move all GimpColorNotebook members to a private struct. Sun Oct 02 14:59:38 GMT 2011
- [gimp/gtk3-port: 178/235] libgimpwidgets: move all GimpColorScale members to a private struct Sun Oct 02 14:59:43 GMT 2011
- [gimp/gtk3-port: 179/235] libgimpwidgets: move GimpColorProfileComboBox::dialog to private Sun Oct 02 14:59:48 GMT 2011
- [gimp/gtk3-port: 180/235] libgimpwidgets: move all GimpColorSelection members to a private struct Sun Oct 02 14:59:53 GMT 2011
- [gimp/gtk3-port: 181/235] libgimpwidgets: move all GimpEnumLabel members to a private struct Sun Oct 02 14:59:58 GMT 2011
- [gimp/gtk3-port: 182/235] app: don't use style->black and style->white Sun Oct 02 15:00:03 GMT 2011
- [gimp/gtk3-port: 183/235] libgimpwidgets: move all GimpMemsizeEntry members to a private struct Sun Oct 02 15:00:08 GMT 2011
- [gimp/gtk3-port: 184/235] app: port GimpStrokeEditor to GtkStyleContext Sun Oct 02 15:00:13 GMT 2011
- [gimp/gtk3-port: 185/235] app: port GimpPaletteView to GtkStyleContext Sun Oct 02 15:00:18 GMT 2011
- [gimp/gtk3-port: 186/235] plug-ins: don't use style->black and style->white Sun Oct 02 15:00:23 GMT 2011
- [gimp/gtk3-port: 187/235] libgimpwidgets: move all GimpColorProfileStore members to a private struct Sun Oct 02 15:00:28 GMT 2011
- [gimp/gtk3-port: 188/235] app: port GimpDockWindow to GtkStyleContext Sun Oct 02 15:00:33 GMT 2011
- [gimp/gtk3-port: 189/235] app: port GimpToolEditor to GtkStyleContext Sun Oct 02 15:00:38 GMT 2011
- [gimp/gtk3-port: 190/235] app: use gtk_widget_override_font() instead of modify_font() Sun Oct 02 15:00:43 GMT 2011
- [gimp/gtk3-port: 191/235] app: port GimpThumbBox to GtkStyleContext Sun Oct 02 15:00:49 GMT 2011
- [gimp/gtk3-port: 192/235] Implement GtkWidget::style_updated() instead of ::style_set() Sun Oct 02 15:00:54 GMT 2011
- [gimp/gtk3-port: 193/235] app: port GimpHistogramView to GtkStyleContext Sun Oct 02 15:00:59 GMT 2011
- [gimp/gtk3-port: 194/235] app: port GimpTagEntry to GtkStyleContext Sun Oct 02 15:01:04 GMT 2011
- [gimp/gtk3-port: 195/235] app: always ask the master device for its axes or state Sun Oct 02 15:01:09 GMT 2011
- [gimp/gtk3-port: 196/235] app: when checking for a device change, check the event's source device Sun Oct 02 15:01:14 GMT 2011
- [gimp/gtk3-port: 197/235] app: remove obsolete device checks from GimpToolbox Sun Oct 02 15:01:19 GMT 2011
- [gimp/gtk3-port: 198/235] app: port GimpColorFrame away from GtkStyle, using a new style property Sun Oct 02 15:01:24 GMT 2011
- [gimp/gtk3-port: 199/235] app: remove call to gtk_widget_style_attach() from GimpOverlayBox Sun Oct 02 15:01:29 GMT 2011
- [gimp/gtk3-port: 200/235] app: port GimpOverlayChild to GtkStyleContext Sun Oct 02 15:01:34 GMT 2011
- [gimp/gtk3-port: 201/235] Port cell renderers to gtk_cell_renderer_get_state() Sun Oct 02 15:01:40 GMT 2011
- [gimp/gtk3-port: 202/235] app: port GimpCellRendererDashes to GtkStyleContext Sun Oct 02 15:01:44 GMT 2011
- [gimp/gtk3-port: 203/235] app: add gimp_get_style_color() to simplify GdkRGBA style property lookup Sun Oct 02 15:01:49 GMT 2011
- [gimp/gtk3-port: 204/235] app: add style property and default CSS for GimpHistogramView's grid-color Sun Oct 02 15:01:54 GMT 2011
- [gimp/gtk3-port: 205/235] app: port GimpCurveView to GtkStyleContext Sun Oct 02 15:02:00 GMT 2011
- [gimp/gtk3-port: 206/235] themes: document the new GimpHistogramView property in the theme CSS Sun Oct 02 15:02:04 GMT 2011
- [gimp/gtk3-port: 207/235] app: define all GimpHistogramView colors via style properties and CSS Sun Oct 02 15:02:10 GMT 2011
- [gimp/gtk3-port: 208/235] themes: document the new stlye properties and indent the CSS files properly Sun Oct 02 15:02:15 GMT 2011
- [gimp/gtk3-port: 209/235] app: increase the priority of the theme CSS by 1 Sun Oct 02 15:02:20 GMT 2011
- [gimp/gtk3-port: 210/235] app: port GimpComboTagEntry to GtkStyleContext Sun Oct 02 15:02:25 GMT 2011
- [gimp/gtk3-port: 211/235] configure.ac: use the new GTK_CHECK_BACKEND() macro Sun Oct 02 15:02:30 GMT 2011
- [gimp/gtk3-port: 212/235] plug-ins: port map-object to GTK+ 3.x Sun Oct 02 15:02:35 GMT 2011
- [gimp/gtk3-port: 213/235] app: port GimpToolbox to GtkWidget::style_updated() Sun Oct 02 15:02:40 GMT 2011
- [gimp/gtk3-port: 214/235] app: use GdkRGBA instead of GdkColor in some places Sun Oct 02 15:02:45 GMT 2011
- [gimp/gtk3-port: 215/235] app: remove gimp_rgb_get,set_gdk_color() Sun Oct 02 15:02:50 GMT 2011
- [gimp/gtk3-port: 216/235] app: port the text tool editor's preedit popup to GtkStyleContext Sun Oct 02 15:02:55 GMT 2011
- [gimp/gtk3-port: 217/235] plug-ins: port filter-pack to GTK+ 3.0, still some warnings left Sun Oct 02 15:03:00 GMT 2011
- [gimp/gtk3-port: 218/235] app: gimp_print_event(): add the device to the event debug output. Sun Oct 02 15:03:05 GMT 2011
- [gimp/gtk3-port: 219/235] app: gimp_device_info_get_device_coords(): workaround for XI2 b0rk Sun Oct 02 15:03:10 GMT 2011
- [gimp/gtk3-port: 220/235] app: make input devices, grabs and therefore generally tools work again Sun Oct 02 15:03:15 GMT 2011
- [gimp/gtk3-port: 221/235] app: use gdk_device_get_position() inetad of gdk_display_get_pointer() Sun Oct 02 15:03:20 GMT 2011
- [gimp/gtk3-port: 222/235] app: remove some forgotten #undef GSEAL_ENABLE Sun Oct 02 15:03:25 GMT 2011
- [gimp/gtk3-port: 223/235] app: let the file dialog expand/collapse with the file type expander Sun Oct 02 15:03:30 GMT 2011
- [gimp/gtk3-port: 224/235] app: use gdk_device_get_position() instead of gdk_display_get_pointer() Sun Oct 02 15:03:35 GMT 2011
- [gimp/gtk3-port: 225/235] app: port GimpGradientEditor to GtkSyleContext Sun Oct 02 15:03:41 GMT 2011
- [gimp/gtk3-port: 226/235] app: port GimpHistogramView to gdk_device_grab()/ungrab() Sun Oct 02 15:03:46 GMT 2011
- [gimp/gtk3-port: 227/235] app: port GimpNavigationEditor to GtkStyleContext Sun Oct 02 15:03:51 GMT 2011
- [gimp/gtk3-port: 228/235] plug-ins: s/GtkObject/GtkAdjustment in web-page Sun Oct 02 15:03:56 GMT 2011
- [gimp/gtk3-port: 229/235] app: port GimpTagPopup to GtkStyleContext Sun Oct 02 15:04:01 GMT 2011
- [gimp/gtk3-port: 230/235] app: GimpDock: port font size modification to GtkCssProvider Sun Oct 02 15:04:06 GMT 2011
- [gimp/gtk3-port: 231/235] plug-ins: s/GtkObject/GtkAdjustment/ Sun Oct 02 15:04:11 GMT 2011
- [gimp/gtk3-port: 232/235] app: implement GtkContainer::get_path_for_child() in GimpMessageBox Sun Oct 02 15:04:16 GMT 2011
- [gimp/gtk3-port: 233/235] devel-docs: make the shooter tool at least build again (untested) Sun Oct 02 15:04:21 GMT 2011
- [gimp/gtk3-port: 234/235] tools: update .gitignore Sun Oct 02 15:04:26 GMT 2011
- [gimp/gtk3-port: 235/235] foo Sun Oct 02 15:04:31 GMT 2011
- [gimp] libgimpwidgets: add some modifier abstraction API to gimp3migration.[ch] Tue Oct 04 21:10:27 GMT 2011
- [gimp] app: don't use GNU-only options when generating git-version.h Tue Oct 04 21:36:53 GMT 2011
- [gimp] app: unparent GimpDockBook's menu button in dispose() not finalize() Tue Oct 04 22:01:19 GMT 2011
- [gimp] app: implement gimp_get_mod_string() using gtk_accelerator_get_label() Tue Oct 04 23:31:16 GMT 2011
- [gimp] app: make gimp_get_mod_string() a bit nicer Wed Oct 05 16:49:35 GMT 2011
- [gimp] app: add more modifier utility functions to gimpwidgets-utils.[ch] Wed Oct 05 17:27:57 GMT 2011
- [gimp] app: use gimp_modifiers_to_channel_op() Wed Oct 05 17:28:02 GMT 2011
- [gimp] app: replace virtual modifiers before displaying them as GimpEditor tooltip Wed Oct 05 17:28:07 GMT 2011
- [gimp] app: get the "add" and "subtract" modifiers from the new portable API Wed Oct 05 17:28:12 GMT 2011
- [gimp] app: use the portable EXTEND_SELECTION modifier instead of SHIFT Wed Oct 05 17:28:17 GMT 2011
- [gimp] app: port the channels and paths dialog to portable selection modifiers Wed Oct 05 17:28:22 GMT 2011
- [gimp] app: treat Meta_L and Meta_R as tool-relevant modifiers Wed Oct 05 17:45:15 GMT 2011
- [gimp] app: use gdk_event_triggers_context_menu() for the image menu Wed Oct 05 18:05:26 GMT 2011
- [gimp] app: don't forget to move the start handle in GimpBlendTool Wed Oct 05 21:41:55 GMT 2011
- [gimp] app: add utility functions which return modifier masks Thu Oct 06 14:45:46 GMT 2011
- [gimp] app: remove widget parameter from gimp_modifiers_to_channel_op() Thu Oct 06 14:45:50 GMT 2011
- [gimp] app: add a utility function that returns the "constrain" modifier Thu Oct 06 14:45:56 GMT 2011
- [gimp] app: handle MOD2 in GimpTool's generic modifier code Thu Oct 06 14:46:00 GMT 2011
- [gimp] app: use the toggle_behavior modifier instead of GDK_CONTROL_MASK Thu Oct 06 19:10:35 GMT 2011
- [gimp] app: use the new modifier API instead of constants in all tools Thu Oct 06 20:02:06 GMT 2011
- [gimp] libgimpwidgets: emit GimpButton::extended-clicked() also on MOD2-click Thu Oct 06 20:56:56 GMT 2011
- [gimp] app: pull virtual modifier replacement into gimp_get_mod_string() Thu Oct 06 20:57:01 GMT 2011
- [gimp] app: make gimp_suggest_modifiers() work on OSX Thu Oct 06 20:57:06 GMT 2011
- [gimp] app: use toggle_behavior_mask instead of CONTROL in GimpThumbBox Thu Oct 06 22:00:54 GMT 2011
- [gimp] app: use the toggle_behavior_mask instead of CONTROL to pick BG Thu Oct 06 22:00:59 GMT 2011
- [gimp] app: use toggle_behavior_mask not CONTROL to trigger zoom-on-scroll Thu Oct 06 22:01:04 GMT 2011
- [gimp] app: don't use gimp_get_mod_reparator() for the source tool status Thu Oct 06 22:35:18 GMT 2011
- [gimp] app: remove gimp_get_mod_separator(), it's unused now Thu Oct 06 22:35:23 GMT 2011
- [gimp] app: use gtk_widget_get_modifier_mask() in GimpWindow Thu Oct 06 23:03:03 GMT 2011
- [gimp] app: more s/GDK_CONTROL_MASK/gimp_get_toggle_behavior_mask()/ Thu Oct 06 23:03:09 GMT 2011
- [gimp] app: let GimpContainerTreeView's parent class handle MOD2-click Thu Oct 06 23:03:13 GMT 2011
- [gimp] app: update GimpBlendTool's status when Alt is pressed/released Thu Oct 06 23:40:08 GMT 2011
- [gtk+] gtk: use the new modifier API instead of GTK_DEFAULT_ACCEL_MOD_MASK Fri Oct 07 07:34:26 GMT 2011
- [gimp] Deleted branch gtk3-port Fri Oct 07 10:55:16 GMT 2011
- [gimp] (235 commits) Created branch gtk3-port Fri Oct 07 10:56:08 GMT 2011
- [gimp/gtk3-port: 1/235] Switch to version 3.0 in a lot of places and depend on GTK+ 3.2 Fri Oct 07 10:56:13 GMT 2011
- [gimp/gtk3-port: 2/235] libgimpwidgets: remove deprecated files from the build Fri Oct 07 10:56:18 GMT 2011
- [gimp/gtk3-port: 3/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[ch] Fri Oct 07 10:56:23 GMT 2011
- [gimp/gtk3-port: 4/235] libgimpwidgets: port virtual functions to GTK+ 3.0 Fri Oct 07 10:56:28 GMT 2011
- [gimp/gtk3-port: 5/235] libgimpwidgets: port virtual functions to GTK+ 3.0 Fri Oct 07 10:56:33 GMT 2011
- [gimp/gtk3-port: 6/235] libgimpwidgets: port to GtkWidget::draw() Fri Oct 07 10:56:38 GMT 2011
- [gimp/gtk3-port: 7/235] libgimpwidgets: port to GtkWidget::draw() Fri Oct 07 10:56:43 GMT 2011
- [gimp/gtk3-port: 8/235] libgimpwidgets: port to GtkWidget::draw() Fri Oct 07 10:56:48 GMT 2011
- [gimp/gtk3-port: 9/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:56:53 GMT 2011
- [gimp/gtk3-port: 10/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:56:58 GMT 2011
- [gimp/gtk3-port: 11/235] libgimpwidgets: port to GtkWidget::draw() Fri Oct 07 10:57:03 GMT 2011
- [gimp/gtk3-port: 12/235] libgimpwidgets: remove deprecated functions and s/GtkObject/GtkAdjustment/ Fri Oct 07 10:57:08 GMT 2011
- [gimp/gtk3-port: 13/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:57:13 GMT 2011
- [gimp/gtk3-port: 14/235] libgimpwidgets: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:57:18 GMT 2011
- [gimp/gtk3-port: 15/235] libgimpwidgets: remove deprecated files completely Fri Oct 07 10:57:23 GMT 2011
- [gimp/gtk3-port: 16/235] Update .gitignore files for generated 3.0 files Fri Oct 07 10:57:28 GMT 2011
- [gimp/gtk3-port: 17/235] libgimp: remove GdkRGB and GdkColorMap calls, these APIs are gone Fri Oct 07 10:57:33 GMT 2011
- [gimp/gtk3-port: 18/235] app: port to GtkWidget::draw() Fri Oct 07 10:57:39 GMT 2011
- [gimp/gtk3-port: 19/235] app: remove GTK_OBJECT() cast Fri Oct 07 10:57:43 GMT 2011
- [gimp/gtk3-port: 20/235] app: port to GtkWidget::draw() Fri Oct 07 10:57:49 GMT 2011
- [gimp/gtk3-port: 21/235] app: port to GtkWidget::draw() Fri Oct 07 10:57:54 GMT 2011
- [gimp/gtk3-port: 22/235] app: port virtual functions to GTK+ 3.0 API Fri Oct 07 10:57:59 GMT 2011
- [gimp/gtk3-port: 23/235] app: get rid of a GTK_OBJECT() cast Fri Oct 07 10:58:04 GMT 2011
- [gimp/gtk3-port: 24/235] app: port to GtkWidget::draw() Fri Oct 07 10:58:09 GMT 2011
- [gimp/gtk3-port: 25/235] app: port to GtkWidget::draw() Fri Oct 07 10:58:14 GMT 2011
- [gimp/gtk3-port: 26/235] app: port to GtkWidget::draw() Fri Oct 07 10:58:19 GMT 2011
- [gimp/gtk3-port: 27/235] app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustment/ Fri Oct 07 10:58:24 GMT 2011
- [gimp/gtk3-port: 28/235] app: port to GtkWidget::draw() Fri Oct 07 10:58:29 GMT 2011
- [gimp/gtk3-port: 29/235] app: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:58:35 GMT 2011
- [gimp/gtk3-port: 30/235] app: port to GtkWidget::draw() Fri Oct 07 10:58:39 GMT 2011
- [gimp/gtk3-port: 31/235] app: port GimpNavigationView to GtkWidget::draw() Fri Oct 07 10:58:44 GMT 2011
- [gimp/gtk3-port: 32/235] app: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:58:49 GMT 2011
- [gimp/gtk3-port: 33/235] app: port GimpPaletteView to GtkWidget::draw() Fri Oct 07 10:58:54 GMT 2011
- [gimp/gtk3-port: 34/235] app: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:58:59 GMT 2011
- [gimp/gtk3-port: 35/235] app: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:59:04 GMT 2011
- [gimp/gtk3-port: 36/235] app: s/GtkObject/GtkAdjustment/ Fri Oct 07 10:59:09 GMT 2011
- [gimp/gtk3-port: 37/235] app: port to GtkWidget::draw() Fri Oct 07 10:59:14 GMT 2011
- [gimp/gtk3-port: 38/235] app: get rid of GtkObject in GimpUIManager Fri Oct 07 10:59:19 GMT 2011
- [gimp/gtk3-port: 39/235] app: port to GtkWidget::draw() Fri Oct 07 10:59:25 GMT 2011
- [gimp/gtk3-port: 40/235] app: no need to alloc colors any longer, GdkColormap is gone Fri Oct 07 10:59:30 GMT 2011
- [gimp/gtk3-port: 41/235] app: port call to gtk_paint_arrow() to GTK+ 3.0 Fri Oct 07 10:59:35 GMT 2011
- [gimp/gtk3-port: 42/235] app: port device management to GdkDeviceManager Fri Oct 07 10:59:40 GMT 2011
- [gimp/gtk3-port: 43/235] app: remove obsolete (GtkObject **) casts Fri Oct 07 10:59:45 GMT 2011
- [gimp/gtk3-port: 44/235] app: use gtk_widget_get_preferred_size() instead of size_request() Fri Oct 07 10:59:50 GMT 2011
- [gimp/gtk3-port: 45/235] app: port GimpScalComboBox to GTK+ 3.0 Fri Oct 07 10:59:55 GMT 2011
- [gimp/gtk3-port: 46/235] app: use gtk_widget_get_preferred_size() instead of size_request() Fri Oct 07 11:00:00 GMT 2011
- [gimp/gtk3-port: 47/235] libgimpwidgets: port GimpFrame to GTK+ 3.0 Fri Oct 07 11:00:05 GMT 2011
- [gimp/gtk3-port: 48/235] app: port tools to GTK+ 3.0 (trivial changes only) Fri Oct 07 11:00:10 GMT 2011
- [gimp/gtk3-port: 49/235] app: s/GtkObject/GtkAdjustment/ in app/dialogs/ Fri Oct 07 11:00:15 GMT 2011
- [gimp/gtk3-port: 50/235] app: pass the cairo_region_t to gdk_window_invalidate_region() directly Fri Oct 07 11:00:20 GMT 2011
- [gimp/gtk3-port: 51/235] app: use GdkDeviceManager to list devices Fri Oct 07 11:00:25 GMT 2011
- [gimp/gtk3-port: 52/235] app: use GdkDeviceManager API Fri Oct 07 11:00:30 GMT 2011
- [gimp/gtk3-port: 53/235] app: port to GtkWidget::draw() Fri Oct 07 11:00:35 GMT 2011
- [gimp/gtk3-port: 54/235] app: remove calls to colormap functions, they are gone Fri Oct 07 11:00:40 GMT 2011
- [gimp/gtk3-port: 55/235] libgimpwidgets: get rid of (GtkObject **) casts Fri Oct 07 11:00:45 GMT 2011
- [gimp/gtk3-port: 56/235] app: port the splash to GTK+ 3.0 Fri Oct 07 11:00:50 GMT 2011
- [gimp/gtk3-port: 57/235] libgimpwidgets: port the ruler to GTK+ 3.0 Fri Oct 07 11:00:56 GMT 2011
- [gimp/gtk3-port: 58/235] libgimpwidgets: port to GtkWidget::draw() Fri Oct 07 11:01:01 GMT 2011
- [gimp/gtk3-port: 59/235] app: port to GtkWidget::draw() Fri Oct 07 11:01:06 GMT 2011
- [gimp/gtk3-port: 60/235] app: port the overlay stuff to GTK+ 3.0 Fri Oct 07 11:01:11 GMT 2011
- [gimp/gtk3-port: 61/235] app: use the container icon view, the grid view is not GTK+ 3.0-able Fri Oct 07 11:01:16 GMT 2011
- [gimp/gtk3-port: 62/235] app: port to GtkWidget::draw() (incompletely) Fri Oct 07 11:01:21 GMT 2011
- [gimp/gtk3-port: 63/235] app: remove call to gtk_statusbar_set_has_resize_grip() Fri Oct 07 11:01:26 GMT 2011
- [gimp/gtk3-port: 64/235] app: port the tag entry to GTK+ 3.0 Fri Oct 07 11:01:31 GMT 2011
- [gimp/gtk3-port: 65/235] app: port to GtkWidget::draw() but disable the code inside with #if 0 Fri Oct 07 11:01:36 GMT 2011
- [gimp/gtk3-port: 66/235] app: can't set the scale combo entry's properties in init() any longer Fri Oct 07 11:01:41 GMT 2011
- [gimp/gtk3-port: 67/235] app: port to GtkWidget::draw() Fri Oct 07 11:01:46 GMT 2011
- [gimp/gtk3-port: 68/235] libgimpwidgets: port to GtkWidget::draw() Fri Oct 07 11:01:51 GMT 2011
- [gimp/gtk3-port: 69/235] modules: s/GtkObject/GtkAdjustment/ Fri Oct 07 11:01:57 GMT 2011
- [gimp/gtk3-port: 70/235] app: didn't completely commit the display shell expose() -> draw() change Fri Oct 07 11:02:01 GMT 2011
- [gimp/gtk3-port: 71/235] app: fix display shell background drawing Fri Oct 07 11:02:07 GMT 2011
- [gimp/gtk3-port: 72/235] app: fix canvas double buffering using cairo_push, pop_group() Fri Oct 07 11:02:11 GMT 2011
- [gimp/gtk3-port: 73/235] script-fu: port to GTK+ 3.0 Fri Oct 07 11:02:17 GMT 2011
- [gimp/gtk3-port: 74/235] app: port to GtkWidget::draw() Fri Oct 07 11:02:22 GMT 2011
- [gimp/gtk3-port: 75/235] app: passing -1 as width/height to gtk_paint_box() no longer works Fri Oct 07 11:02:27 GMT 2011
- [gimp/gtk3-port: 76/235] app: port popup arrow drawing to cairo and get rid of the arrow_pixbuf Fri Oct 07 11:02:32 GMT 2011
- [gimp/gtk3-port: 77/235] app: remove GimpContainerGridView from the build entirely Fri Oct 07 11:02:37 GMT 2011
- [gimp/gtk3-port: 78/235] modules: port to GtkWidget::draw() Fri Oct 07 11:02:42 GMT 2011
- [gimp/gtk3-port: 79/235] libgimpwidgets: port to GtkWidget::draw() Fri Oct 07 11:02:47 GMT 2011
- [gimp/gtk3-port: 80/235] libgimp: port to GtkWidget::draw() Fri Oct 07 11:02:52 GMT 2011
- [gimp/gtk3-port: 81/235] app: don't translate to allocation.x,y Fri Oct 07 11:02:57 GMT 2011
- [gimp/gtk3-port: 82/235] app: port to GtkWidget::draw() Fri Oct 07 11:03:02 GMT 2011
- [gimp/gtk3-port: 83/235] app: forgot to remove a cairo_destroy() in draw() Fri Oct 07 11:03:07 GMT 2011
- [gimp/gtk3-port: 84/235] app: port to GtkWidget::draw() Fri Oct 07 11:03:12 GMT 2011
- [gimp/gtk3-port: 85/235] app: build binaries with version number 2.99 Fri Oct 07 11:03:17 GMT 2011
- [gimp/gtk3-port: 86/235] app: GtkEntry turned into a no-window widget Fri Oct 07 11:03:22 GMT 2011
- [gimp/gtk3-port: 87/235] app: use the new GtkScrollable API instead of deprecated tree view API Fri Oct 07 11:03:27 GMT 2011
- [gimp/gtk3-port: 88/235] app: cairo_save()/restore() around chaining up in draw() Fri Oct 07 11:03:32 GMT 2011
- [gimp/gtk3-port: 89/235] app: add ugly workaround to make the icon view adapt to view size changes Fri Oct 07 11:03:37 GMT 2011
- [gimp/gtk3-port: 90/235] plug-ins: lots of trivial GTK+ 3.0 porting Fri Oct 07 11:03:42 GMT 2011
- [gimp/gtk3-port: 91/235] plug-ins: port jpeg-save to GTK+ 3.0 Fri Oct 07 11:03:47 GMT 2011
- [gimp/gtk3-port: 92/235] plug-ins: port file-png to GTK+ 3.0 Fri Oct 07 11:03:52 GMT 2011
- [gimp/gtk3-port: 93/235] plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/ Fri Oct 07 11:03:57 GMT 2011
- [gimp/gtk3-port: 94/235] plug-ins: more s/GtkObject/GtkAdjustment/ Fri Oct 07 11:04:02 GMT 2011
- [gimp/gtk3-port: 95/235] plug-ins: port some more plug-ins to GTK+ 3.0 Fri Oct 07 11:04:07 GMT 2011
- [gimp/gtk3-port: 96/235] app: port the colormap editor to GTK+ 3.0 Fri Oct 07 11:04:12 GMT 2011
- [gimp/gtk3-port: 97/235] app: remove GtkWrapBox Fri Oct 07 11:04:17 GMT 2011
- [gimp/gtk3-port: 98/235] libgimpwidgets: port to the new size request API Fri Oct 07 11:04:22 GMT 2011
- [gimp/gtk3-port: 99/235] app: port to the new size request API Fri Oct 07 11:04:27 GMT 2011
- [gimp/gtk3-port: 100/235] plug-ins: port the print preview to the new size request API Fri Oct 07 11:04:32 GMT 2011
- [gimp/gtk3-port: 101/235] plug-ins: port sphere-designer to GtkWidget::draw() Fri Oct 07 11:04:37 GMT 2011
- [gimp/gtk3-port: 102/235] plug-ins: port cml-explorer to GtkWidget::draw() Fri Oct 07 11:04:42 GMT 2011
- [gimp/gtk3-port: 103/235] plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load Fri Oct 07 11:04:48 GMT 2011
- [gimp/gtk3-port: 104/235] app: s/GtkObject/GtkAdjustment/ in the new spin scale prop widgets Fri Oct 07 11:04:52 GMT 2011
- [gimp/gtk3-port: 105/235] plug-ins: port lighting to GTK+ 3.0 Fri Oct 07 11:04:58 GMT 2011
- [gimp/gtk3-port: 106/235] plug-ins: port the unit-editor to GtkScrollable Fri Oct 07 11:05:03 GMT 2011
- [gimp/gtk3-port: 107/235] app: fix GimpOverlayDialog's minimum height Fri Oct 07 11:05:08 GMT 2011
- [gimp/gtk3-port: 108/235] app: port GimpOverlayBox to GtkWidget::get_preferred_width/height() Fri Oct 07 11:05:13 GMT 2011
- [gimp/gtk3-port: 109/235] app: don't connect to "size-requst" because that's deprecated Fri Oct 07 11:05:18 GMT 2011
- [gimp/gtk3-port: 110/235] app: port GimpSpinScale to GTK+ 3.0 Fri Oct 07 11:05:23 GMT 2011
- [gimp/gtk3-port: 111/235] app: skip keyboard devices so the device list becomes reasonable Fri Oct 07 11:05:28 GMT 2011
- [gimp/gtk3-port: 112/235] app: implement proper height-for-width in GimpToolPalette Fri Oct 07 11:05:33 GMT 2011
- [gimp/gtk3-port: 113/235] app: use GdkDevice accessors Fri Oct 07 11:05:38 GMT 2011
- [gimp/gtk3-port: 114/235] app: introduce struct GimpDeviceKey because GdkDeviceKey is gone Fri Oct 07 11:05:43 GMT 2011
- [gimp/gtk3-port: 115/235] app: put the toolbox' areas into a box until we decided about a wrapping widget Fri Oct 07 11:05:48 GMT 2011
- [gimp/gtk3-port: 116/235] Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_render_icon() Fri Oct 07 11:05:53 GMT 2011
- [gimp/gtk3-port: 117/235] app: port the device sort function to GdkDeviceManager Fri Oct 07 11:05:58 GMT 2011
- [gimp/gtk3-port: 118/235] libgimpwidgets: port to GtkStyleContext and gtk_render_foo() Fri Oct 07 11:06:03 GMT 2011
- [gimp/gtk3-port: 119/235] app: change the list of available devices to something that makes sense Fri Oct 07 11:06:08 GMT 2011
- [gimp/gtk3-port: 120/235] libgimpwidgets: port GimpCellRendererToggle to GtkStyleContext Fri Oct 07 11:06:13 GMT 2011
- [gimp/gtk3-port: 121/235] libgimpwidgets: port GimpChainButton to GtkStyleContext Fri Oct 07 11:06:18 GMT 2011
- [gimp/gtk3-port: 122/235] libgimpwidgets: port GimpColorArea to GtkStyleContext Fri Oct 07 11:06:23 GMT 2011
- [gimp/gtk3-port: 123/235] libgimpwidgets: port GimpColorScale to GtkStyleContext Fri Oct 07 11:06:28 GMT 2011
- [gimp/gtk3-port: 124/235] libgimpwidgets: port GimpOffsetArea to GtkStyleContext Fri Oct 07 11:06:33 GMT 2011
- [gimp/gtk3-port: 125/235] libgimpwidgets: port GimpRuler to GtkStyleContext Fri Oct 07 11:06:39 GMT 2011
- [gimp/gtk3-port: 126/235] llibgimpwidgets: port GimpScrolledPreview to GtkStyleContext Fri Oct 07 11:06:43 GMT 2011
- [gimp/gtk3-port: 127/235] modules: port ColorselWheel to GtkStyleContext Fri Oct 07 11:06:48 GMT 2011
- [gimp/gtk3-port: 128/235] app: port Wilber drawing to GtkStyleContext Fri Oct 07 11:06:53 GMT 2011
- [gimp/gtk3-port: 129/235] app: port GimpBlobEditor to GtkStyleContext Fri Oct 07 11:06:59 GMT 2011
- [gimp/gtk3-port: 130/235] app: port setting the canvas padding color to GtkStyleContext Fri Oct 07 11:07:04 GMT 2011
- [gimp/gtk3-port: 131/235] app: port GimpPanedBox to GtkStyleContext Fri Oct 07 11:07:09 GMT 2011
- [gimp/gtk3-port: 132/235] app: port GimpContainerIconView to GtkStyleContext Fri Oct 07 11:07:14 GMT 2011
- [gimp/gtk3-port: 133/235] app: port GimpContainerTreeView to GtkStyleContext Fri Oct 07 11:07:19 GMT 2011
- [gimp/gtk3-port: 134/235] app: port GimpColormapEditor to GtkStyleContext Fri Oct 07 11:07:23 GMT 2011
- [gimp/gtk3-port: 135/235] app: port GimpComponentEditor to GtkStyleContext Fri Oct 07 11:07:29 GMT 2011
- [gimp/gtk3-port: 136/235] app: port GimpFgBgEditor to GtkStyleContext Fri Oct 07 11:07:34 GMT 2011
- [gimp/gtk3-port: 137/235] app: port GimpFgBgView to GtkStyleContext Fri Oct 07 11:07:38 GMT 2011
- [gimp/gtk3-port: 138/235] app: port gimp_get_icon_size() to GtkStyleContext Fri Oct 07 11:07:47 GMT 2011
- [gimp/gtk3-port: 139/235] app: port GimpContainerBox to GtkStyleContext Fri Oct 07 11:07:49 GMT 2011
- [gimp/gtk3-port: 140/235] app: port GimpDashEditor to GtkStyleContext Fri Oct 07 11:07:54 GMT 2011
- [gimp/gtk3-port: 141/235] app: remove calls to gtk_widget_get, set_extension_events() Fri Oct 07 11:07:59 GMT 2011
- [gimp/gtk3-port: 142/235] app: s/gtk_widget_modify_font/gtk_widget_override_font/ Fri Oct 07 11:08:04 GMT 2011
- [gimp/gtk3-port: 143/235] libgimpwidgets: port GimpNumberPairEntry to gtk_widget_override_font() Fri Oct 07 11:08:09 GMT 2011
- [gimp/gtk3-port: 144/235] app: port the about dialog to GtkStyleContext Fri Oct 07 11:08:14 GMT 2011
- [gimp/gtk3-port: 145/235] modules: remove call to gtk_widget_set_extension_events() Fri Oct 07 11:08:19 GMT 2011
- [gimp/gtk3-port: 146/235] libgimpwidgets: implement GtkWidget::state_flags_changed() Fri Oct 07 11:08:24 GMT 2011
- [gimp/gtk3-port: 147/235] libgimpwidgets: implement GtkWidget::style_updated() instead of style_set() Fri Oct 07 11:08:29 GMT 2011
- [gimp/gtk3-port: 148/235] libgimpwidgets: use g_object_ref()/unref() for GdkCursors Fri Oct 07 11:08:34 GMT 2011
- [gimp/gtk3-port: 149/235] app: use gdk_drag_context_get_source_window() Fri Oct 07 11:08:39 GMT 2011
- [gimp/gtk3-port: 150/235] app: use gdk_drag_context_get_selected_action() instead of conect->action Fri Oct 07 11:08:44 GMT 2011
- [gimp/gtk3-port: 151/235] app: port GimpSpinScale to GtkStyleContext Fri Oct 07 11:08:49 GMT 2011
- [gimp/gtk3-port: 152/235] app: implement GtkWidget::style_updated() instead of style_set() Fri Oct 07 11:08:55 GMT 2011
- [gimp/gtk3-port: 153/235] port gtkrc files to CSS (incompletely and stuff commented out) Fri Oct 07 11:08:59 GMT 2011
- [gimp/gtk3-port: 154/235] Port theme and gtkrc file loading to CSS files using GtkCssProvider Fri Oct 07 11:09:05 GMT 2011
- [gimp/gtk3-port: 155/235] plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h> Fri Oct 07 11:09:10 GMT 2011
- [gimp/gtk3-port: 156/235] app: copy gimp.css instead of gtkrc to the user's gimp directory Fri Oct 07 11:09:15 GMT 2011
- [gimp/gtk3-port: 157/235] app: check whether child widgets exist in GtkWidget::style_updated() Fri Oct 07 11:09:20 GMT 2011
- [gimp/gtk3-port: 158/235] Replace gdk_cursor_unref() with g_object_unref() Fri Oct 07 11:09:25 GMT 2011
- [gimp/gtk3-port: 159/235] app: use gtk_menu_shell_get_selected_item() Fri Oct 07 11:09:30 GMT 2011
- [gimp/gtk3-port: 160/235] app: port GimpOverlayBox to GtkStyleContext Fri Oct 07 11:09:35 GMT 2011
- [gimp/gtk3-port: 161/235] app: port GimpOverlayFrame to GtkStyleContext Fri Oct 07 11:09:40 GMT 2011
- [gimp/gtk3-port: 162/235] app: port GimpScaleButton to GtkStyleContext Fri Oct 07 11:09:45 GMT 2011
- [gimp/gtk3-port: 163/235] libgimpwidgets: move all GimpPickButton members to a private struct Fri Oct 07 11:09:50 GMT 2011
- [gimp/gtk3-port: 164/235] libgimpwidgets: move all GimpColorArea members to a private struct Fri Oct 07 11:09:55 GMT 2011
- [gimp/gtk3-port: 165/235] libgimpwidgets: move all GimpOffsetArea members to a private struct Fri Oct 07 11:10:00 GMT 2011
- [gimp/gtk3-port: 166/235] libgimpwidgets: move padding members from instance to class struct Fri Oct 07 11:10:05 GMT 2011
- [gimp/gtk3-port: 167/235] libgimpwidgets: move all GimpButton members to a private struct Fri Oct 07 11:10:10 GMT 2011
- [gimp/gtk3-port: 168/235] libgimpwidgets: move all GimpCellRendererColor members to a private struct Fri Oct 07 11:10:15 GMT 2011
- [gimp/gtk3-port: 169/235] libgimpwidgets: move all GimpColorButton members to a private struct Fri Oct 07 11:10:20 GMT 2011
- [gimp/gtk3-port: 170/235] libgimpwidgets: move all GimpCellRendererToggle members to a private struct Fri Oct 07 11:10:25 GMT 2011
- [gimp/gtk3-port: 171/235] libgimpwidgets: move all GimpChainButton members to a private struct Fri Oct 07 11:10:30 GMT 2011
- [gimp/gtk3-port: 172/235] libgimpwidgets: move all GimpBrowser members to a private struct Fri Oct 07 11:10:35 GMT 2011
- [gimp/gtk3-port: 173/235] libgimpwidgets: move all GimpColorDisplay members to a private struct Fri Oct 07 11:10:41 GMT 2011
- [gimp/gtk3-port: 174/235] libgimpwidgets: move all GimpColorDisplayStack members to a private struct Fri Oct 07 11:10:45 GMT 2011
- [gimp/gtk3-port: 175/235] libgimpwidgets: move all GimpColorHexEntry members to a private struct Fri Oct 07 11:10:51 GMT 2011
- [gimp/gtk3-port: 176/235] libgimpwidgets: add padding Fri Oct 07 11:10:56 GMT 2011
- [gimp/gtk3-port: 177/235] libgimpwidgets: move all GimpColorNotebook members to a private struct. Fri Oct 07 11:11:01 GMT 2011
- [gimp/gtk3-port: 178/235] libgimpwidgets: move all GimpColorScale members to a private struct Fri Oct 07 11:11:06 GMT 2011
- [gimp/gtk3-port: 179/235] libgimpwidgets: move GimpColorProfileComboBox::dialog to private Fri Oct 07 11:11:11 GMT 2011
- [gimp/gtk3-port: 180/235] libgimpwidgets: move all GimpColorSelection members to a private struct Fri Oct 07 11:11:16 GMT 2011
- [gimp/gtk3-port: 181/235] libgimpwidgets: move all GimpEnumLabel members to a private struct Fri Oct 07 11:11:21 GMT 2011
- [gimp/gtk3-port: 182/235] app: don't use style->black and style->white Fri Oct 07 11:11:26 GMT 2011
- [gimp/gtk3-port: 183/235] libgimpwidgets: move all GimpMemsizeEntry members to a private struct Fri Oct 07 11:11:31 GMT 2011
- [gimp/gtk3-port: 184/235] app: port GimpStrokeEditor to GtkStyleContext Fri Oct 07 11:11:36 GMT 2011
- [gimp/gtk3-port: 185/235] app: port GimpPaletteView to GtkStyleContext Fri Oct 07 11:11:41 GMT 2011
- [gimp/gtk3-port: 186/235] plug-ins: don't use style->black and style->white Fri Oct 07 11:11:46 GMT 2011
- [gimp/gtk3-port: 187/235] libgimpwidgets: move all GimpColorProfileStore members to a private struct Fri Oct 07 11:11:51 GMT 2011
- [gimp/gtk3-port: 188/235] app: port GimpDockWindow to GtkStyleContext Fri Oct 07 11:11:56 GMT 2011
- [gimp/gtk3-port: 189/235] app: port GimpToolEditor to GtkStyleContext Fri Oct 07 11:12:01 GMT 2011
- [gimp/gtk3-port: 190/235] app: use gtk_widget_override_font() instead of modify_font() Fri Oct 07 11:12:06 GMT 2011
- [gimp/gtk3-port: 191/235] app: port GimpThumbBox to GtkStyleContext Fri Oct 07 11:12:11 GMT 2011
- [gimp/gtk3-port: 192/235] Implement GtkWidget::style_updated() instead of ::style_set() Fri Oct 07 11:12:16 GMT 2011
- [gimp/gtk3-port: 193/235] app: port GimpHistogramView to GtkStyleContext Fri Oct 07 11:12:21 GMT 2011
- [gimp/gtk3-port: 194/235] app: port GimpTagEntry to GtkStyleContext Fri Oct 07 11:12:26 GMT 2011
- [gimp/gtk3-port: 195/235] app: always ask the master device for its axes or state Fri Oct 07 11:12:31 GMT 2011
- [gimp/gtk3-port: 196/235] app: when checking for a device change, check the event's source device Fri Oct 07 11:12:38 GMT 2011
- [gimp/gtk3-port: 197/235] app: remove obsolete device checks from GimpToolbox Fri Oct 07 11:12:43 GMT 2011
- [gimp/gtk3-port: 198/235] app: port GimpColorFrame away from GtkStyle, using a new style property Fri Oct 07 11:12:47 GMT 2011
- [gimp/gtk3-port: 199/235] app: remove call to gtk_widget_style_attach() from GimpOverlayBox Fri Oct 07 11:12:51 GMT 2011
- [gimp/gtk3-port: 200/235] app: port GimpOverlayChild to GtkStyleContext Fri Oct 07 11:12:56 GMT 2011
- [gimp/gtk3-port: 201/235] Port cell renderers to gtk_cell_renderer_get_state() Fri Oct 07 11:13:01 GMT 2011
- [gimp/gtk3-port: 202/235] app: port GimpCellRendererDashes to GtkStyleContext Fri Oct 07 11:13:07 GMT 2011
- [gimp/gtk3-port: 203/235] app: add gimp_get_style_color() to simplify GdkRGBA style property lookup Fri Oct 07 11:13:11 GMT 2011
- [gimp/gtk3-port: 204/235] app: add style property and default CSS for GimpHistogramView's grid-color Fri Oct 07 11:13:16 GMT 2011
- [gimp/gtk3-port: 205/235] app: port GimpCurveView to GtkStyleContext Fri Oct 07 11:13:22 GMT 2011
- [gimp/gtk3-port: 206/235] themes: document the new GimpHistogramView property in the theme CSS Fri Oct 07 11:13:26 GMT 2011
- [gimp/gtk3-port: 207/235] app: define all GimpHistogramView colors via style properties and CSS Fri Oct 07 11:13:32 GMT 2011
- [gimp/gtk3-port: 208/235] themes: document the new stlye properties and indent the CSS files properly Fri Oct 07 11:13:37 GMT 2011
- [gimp/gtk3-port: 209/235] app: increase the priority of the theme CSS by 1 Fri Oct 07 11:13:42 GMT 2011
- [gimp/gtk3-port: 210/235] app: port GimpComboTagEntry to GtkStyleContext Fri Oct 07 11:13:47 GMT 2011
- [gimp/gtk3-port: 211/235] configure.ac: use the new GTK_CHECK_BACKEND() macro Fri Oct 07 11:13:52 GMT 2011
- [gimp/gtk3-port: 212/235] plug-ins: port map-object to GTK+ 3.x Fri Oct 07 11:13:57 GMT 2011
- [gimp/gtk3-port: 213/235] app: port GimpToolbox to GtkWidget::style_updated() Fri Oct 07 11:14:02 GMT 2011
- [gimp/gtk3-port: 214/235] app: use GdkRGBA instead of GdkColor in some places Fri Oct 07 11:14:07 GMT 2011
- [gimp/gtk3-port: 215/235] app: remove gimp_rgb_get,set_gdk_color() Fri Oct 07 11:14:12 GMT 2011
- [gimp/gtk3-port: 216/235] app: port the text tool editor's preedit popup to GtkStyleContext Fri Oct 07 11:14:17 GMT 2011
- [gimp/gtk3-port: 217/235] plug-ins: port filter-pack to GTK+ 3.0, still some warnings left Fri Oct 07 11:14:22 GMT 2011
- [gimp/gtk3-port: 218/235] app: gimp_print_event(): add the device to the event debug output. Fri Oct 07 11:14:27 GMT 2011
- [gimp/gtk3-port: 219/235] app: gimp_device_info_get_device_coords(): workaround for XI2 b0rk Fri Oct 07 11:14:32 GMT 2011
- [gimp/gtk3-port: 220/235] app: make input devices, grabs and therefore generally tools work again Fri Oct 07 11:14:37 GMT 2011
- [gimp/gtk3-port: 221/235] app: use gdk_device_get_position() inetad of gdk_display_get_pointer() Fri Oct 07 11:14:42 GMT 2011
- [gimp/gtk3-port: 222/235] app: remove some forgotten #undef GSEAL_ENABLE Fri Oct 07 11:14:47 GMT 2011
- [gimp/gtk3-port: 223/235] app: let the file dialog expand/collapse with the file type expander Fri Oct 07 11:14:52 GMT 2011
- [gimp/gtk3-port: 224/235] app: use gdk_device_get_position() instead of gdk_display_get_pointer() Fri Oct 07 11:14:57 GMT 2011
- [gimp/gtk3-port: 225/235] app: port GimpGradientEditor to GtkSyleContext Fri Oct 07 11:15:02 GMT 2011
- [gimp/gtk3-port: 226/235] app: port GimpHistogramView to gdk_device_grab()/ungrab() Fri Oct 07 11:15:07 GMT 2011
- [gimp/gtk3-port: 227/235] app: port GimpNavigationEditor to GtkStyleContext Fri Oct 07 11:15:13 GMT 2011
- [gimp/gtk3-port: 228/235] plug-ins: s/GtkObject/GtkAdjustment in web-page Fri Oct 07 11:15:18 GMT 2011
- [gimp/gtk3-port: 229/235] app: port GimpTagPopup to GtkStyleContext Fri Oct 07 11:15:23 GMT 2011
- [gimp/gtk3-port: 230/235] app: GimpDock: port font size modification to GtkCssProvider Fri Oct 07 11:15:28 GMT 2011
- [gimp/gtk3-port: 231/235] plug-ins: s/GtkObject/GtkAdjustment/ Fri Oct 07 11:15:33 GMT 2011
- [gimp/gtk3-port: 232/235] app: implement GtkContainer::get_path_for_child() in GimpMessageBox Fri Oct 07 11:15:38 GMT 2011
- [gimp/gtk3-port: 233/235] devel-docs: make the shooter tool at least build again (untested) Fri Oct 07 11:15:43 GMT 2011
- [gimp/gtk3-port: 234/235] tools: update .gitignore Fri Oct 07 11:15:48 GMT 2011
- [gimp/gtk3-port: 235/235] foo Fri Oct 07 11:15:53 GMT 2011
- [gtk+/gtk-3-2] gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway Fri Oct 07 14:17:44 GMT 2011
- [gtk+] gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway Fri Oct 07 14:20:33 GMT 2011
- [gtk+/gtk-2-24] gtk: also define the default *virtual* accel mod mask Fri Oct 07 18:16:40 GMT 2011
- [gtk+/gtk-3-2] gtk: also define the default *virtual* accel mod mask Fri Oct 07 18:30:40 GMT 2011
- [gtk+] gtk: remove the private GTK_DEFAULT_ACCEL_MOD_MASK define Fri Oct 07 19:02:09 GMT 2011
- [gimp] pdb: set_dither_matrix(): check that the matrix array has the right size Sat Oct 08 14:41:17 GMT 2011
- [gimp] pdb: restore the ability to reset the dither matrix to default Sat Oct 08 18:29:11 GMT 2011
- [gimp] app: remove "foo && " from "foo && GTK_IS_FOO (foo)" Sat Oct 08 22:19:41 GMT 2011
- [gimp] app: don't use g_list_length() to check if a list is empty Sat Oct 08 22:28:22 GMT 2011
- [gimp] app: fix indentation in dialogs-constructors.c Sun Oct 09 15:46:29 GMT 2011
- [gimp] app: add property GimpDataFactoryView:data-factors Sun Oct 09 17:09:54 GMT 2011
- [gimp] app: add view-type, container and context props to GimpContainerEditor Sun Oct 09 18:42:45 GMT 2011
- [gimp] app: add view-size and view-border-width props to GimpContainerEditor Sun Oct 09 19:05:28 GMT 2011
- [gimp] app: remove most code from the public gimp_container_editor_construct() Sun Oct 09 19:20:09 GMT 2011
- [gimp] app: add menu-related properties to GimpContainerEditor Sun Oct 09 19:46:32 GMT 2011
- [gimp] app: rename all tool-preset dialog related things to "tool presets" Sun Oct 09 19:57:48 GMT 2011
- [gimp] app: add property GimpDataFactoryView:action-group Sun Oct 09 20:13:22 GMT 2011
- [gimp] libgimpwidgets: don't hardcode GDK_MOD2_MASK for extended clicked Sun Oct 09 22:01:46 GMT 2011
- [gimp] app: don't hardcode MOD2 in GimpContainerTreeView either Sun Oct 09 22:18:48 GMT 2011
- [gimp] app: move the "exclusive visible" logic to the core Wed Oct 12 14:06:25 GMT 2011
- [gimp] app: no need to move that assignment Thu Oct 13 09:30:49 GMT 2011
- [gtk+] gdk: s/gdk_cursor_unref/g_object_unref/ Sat Oct 15 12:36:04 GMT 2011
- [gimp] configure: remove cruft found by Javier Jardon Mon Oct 17 00:24:28 GMT 2011
- [gimp] Revert "build: Strip out G/GDK/GTK_DISABLE_DEPRECATED" Mon Oct 17 16:55:35 GMT 2011
- [gimp] Bug 630028 - Improvement of the healing tool Mon Oct 17 19:50:24 GMT 2011
- [gimp] NEWS: updates Mon Oct 17 19:53:14 GMT 2011
- [gimp] configure: fix check for _NL_MEASUREMENT_MEASUREMENT Wed Oct 19 19:35:07 GMT 2011
- [gtk+/gtk-2-24] gtkquartz: don't free the string returned by get_bundle_path() Sat Oct 22 21:09:55 GMT 2011
- [gtk+/gtk-3-2] gtkquartz: don't free the string returned by get_bundle_path() Sat Oct 22 21:16:51 GMT 2011
- [gtk+] quartz: don't return FALSE from GdkDevice::query_state() Sat Oct 22 21:23:36 GMT 2011
- [gtk+] gtkquartz: don't free the string returned by get_bundle_path() Sat Oct 22 21:25:19 GMT 2011
- [gtk+/gtk-3-2] quartz: don't return FALSE from GdkDevice::query_state() Sat Oct 22 21:27:38 GMT 2011
- [gtk+] gtk: clean up the private horror Sun Oct 23 11:56:18 GMT 2011
- [gtk+] gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h Sun Oct 23 11:58:29 GMT 2011
- [gtk+/gtk-2-24] gtkrc.key.mac: remove half the file, it was an accidential double paste Tue Oct 25 15:02:12 GMT 2011
- [gtk+/gtk-3-2] gtkrc.key.mac: remove half the file, it was an accidential double paste (cherry picked from commit 7 Tue Oct 25 15:04:14 GMT 2011
- [gtk+] gtkrc.key.mac: remove half the file, it was an accidential double paste (cherry picked from commit 7 Tue Oct 25 15:05:04 GMT 2011
- [gtk+/gtk-2-24] gtkrc.key.mac: add Command-cursor text navigation Tue Oct 25 20:22:21 GMT 2011
- [gtk+/gtk-3-2] gtkrc.key.mac: add Command-cursor text navigation Tue Oct 25 20:26:01 GMT 2011
- [gtk+] gtkrc.key.mac: add Command-cursor text navigation Tue Oct 25 20:27:04 GMT 2011
- [gimp-web] mail_lists.htrw: update mailing list links Thu Oct 27 10:35:25 GMT 2011
- [gimp-web] Makefile: use rsync --omit-dir-times so installing on cube works Thu Oct 27 11:04:26 GMT 2011
- [gimp] plug-ins: remove unused "labels" variable, leftover from GtkTree code Fri Oct 28 07:35:27 GMT 2011
- [gimp] app: port the client side of the unique impl to GDBus Fri Oct 28 07:35:32 GMT 2011
- [gtk+/gtk-2-24] gtkrc.key.mac: add '"' missing from last commit Fri Oct 28 08:20:07 GMT 2011
- [gimp] app: add gimp_get_paint_info_iter(), I need it later for PDB context fixing Sat Oct 29 17:38:51 GMT 2011
- [gimp] app: add a complete set of paint options to GimpPDBContext Sat Oct 29 20:44:06 GMT 2011
- [gimp] app: add a function to get the paint options from GimpPDBContext Sat Oct 29 21:40:23 GMT 2011
- [gimp] configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE Sat Oct 29 21:52:32 GMT 2011
- [gimp-web] Bug 661798 - Linux vs. GNU/Linux Mon Oct 31 08:21:11 GMT 2011
- [gimp] pdb: add dynamics accessors to the context procedures Mon Oct 31 20:08:30 GMT 2011
- [gimp] pdb: use the newly added GimpPDBContext paint options for painting Mon Oct 31 21:09:59 GMT 2011
- [gimp] pdb: add gimp-dynamics-refresh and gimp-dynamics-get-list Mon Oct 31 21:24:17 GMT 2011
Michael Terry
Mikael Magnusson
Mike Gorse
Milan Crha
Milo Casagrande
Morten Welinder
Muhammet Kara
Mukund Sivaraman
Murray Cumming
- [glom] Find Mode: Do not show data in related records. Sun Oct 02 21:55:49 GMT 2011
- [glom] Find: Get criteria even when a field is on the layout twice. Sun Oct 02 21:55:54 GMT 2011
- [glom] Print Layout: Move create_standard() into a utils file. Tue Oct 04 08:01:30 GMT 2011
- [glom] Fix typo Tue Oct 04 08:30:59 GMT 2011
- [glom] Details: Print: Use a standard print layout instead of HTML. Tue Oct 04 08:31:04 GMT 2011
- [glom] PrintLayoutUtils: Move to print_layout/ Tue Oct 04 08:54:06 GMT 2011
- [glom] PrintOperation_PrintLayout: Move to print_layout/: Tue Oct 04 08:54:11 GMT 2011
- [glom] Move do_print_layout() to PrintLayoutUtils. Tue Oct 04 09:57:26 GMT 2011
- [glom] TODO comment Tue Oct 04 09:57:31 GMT 2011
- [glom] Added missing files Tue Oct 04 10:08:13 GMT 2011
- [glom] Update EggSpreadTable Thu Oct 06 07:45:39 GMT 2011
- [glom] Update EggSpreadTable tests. Thu Oct 06 08:54:47 GMT 2011
- [gtk+] GtkTreeViewColumn: dispose: Remove from the treeview Thu Oct 06 09:43:02 GMT 2011
- [gtk+] GtkComboBox: Add the format-entry-text signal. Thu Oct 06 09:43:07 GMT 2011
- [glom] Details: Do not enable drag-and-drop by default. Thu Oct 06 10:32:08 GMT 2011
- [glom] Document: get_data_layout_groups_default(): Simplify the default structure. Thu Oct 06 12:45:23 GMT 2011
- [glom] TreeModelDb: fill_values_if_necessary(): Avoid a crash. Thu Oct 06 12:45:28 GMT 2011
- [glom] Film Manager example: Scenes: Make the Props and Costume tabs work. Thu Oct 06 12:45:33 GMT 2011
- [glom] Examples: Details layout: Remove unnecessary "main" groups. Thu Oct 06 12:45:38 GMT 2011
- [glom] Fix DTD validation. Thu Oct 06 13:54:59 GMT 2011
- [glom] Document: Avoid writing some unnecessary XML nodes. Thu Oct 06 13:55:04 GMT 2011
- [glom] Print Layout: Really print additional pages. Thu Oct 06 14:09:31 GMT 2011
- [glom] Fields: Adapt choices fields when changing field names. Fri Oct 07 07:47:36 GMT 2011
- [glom/glom-1-18] Glade utils: Catch generic exceptions. Fri Oct 07 07:52:34 GMT 2011
- [glom/glom-1-18] build_simple_where_expression(): Check input parameters. Fri Oct 07 07:52:39 GMT 2011
- [glom/glom-1-18] Dialog_Choose_ID: Work around a crash in GTK+. Fri Oct 07 07:52:44 GMT 2011
- [glom/glom-1-18] Find: Get criteria even when a field is on the layout twice. Fri Oct 07 07:55:30 GMT 2011
- [glom/glom-1-18] Document: get_data_layout_groups_default(): Simplify the default structure. Fri Oct 07 07:57:40 GMT 2011
- [glom/glom-1-18] TreeModelDb: fill_values_if_necessary(): Avoid a crash. Fri Oct 07 07:57:45 GMT 2011
- [glom/glom-1-18] Fields: Adapt choices fields when changing field names. Fri Oct 07 07:57:51 GMT 2011
- [glom/glom-1-18] Revert "Fields: Adapt choices fields when changing field names." Fri Oct 07 08:05:19 GMT 2011
- [libgdamm] 4.99.4.1 Sun Oct 09 12:26:06 GMT 2011
- [libgdamm] Created tag 4.99.4.1 Sun Oct 09 12:26:23 GMT 2011
- [glom] Fix the build with --enable-warnings=fatal. Sun Oct 09 14:58:43 GMT 2011
- [glom] Fix make check with --enable-warnings=fatal. Sun Oct 09 15:04:28 GMT 2011
- [glom] Added Utils::get_file_*_without_extension(). Mon Oct 10 08:44:48 GMT 2011
- [glom] Added the glom_create_from_example command-line utility. Mon Oct 10 08:44:53 GMT 2011
- [glom] Test: Catch an exception. Mon Oct 10 13:45:20 GMT 2011
- [glom] Fix POTFILES.in Mon Oct 10 13:45:25 GMT 2011
- [glom] glom_create_from_example: Support central-hosting too. Mon Oct 10 13:45:30 GMT 2011
- [glom] glom_create_from_example: --help: Add a hint about when self-hosting is used. Mon Oct 10 13:48:34 GMT 2011
- [gtkmm] Add TODO Mon Oct 10 15:45:52 GMT 2011
- [goocanvasmm] 1.90.6 Mon Oct 10 16:13:41 GMT 2011
- [goocanvasmm] Created tag 1.90.6 Mon Oct 10 16:13:54 GMT 2011
- [glom] Require the latest goocanvasmm. Mon Oct 10 16:15:48 GMT 2011
- [glom] Really use the goocanvasmm RGBA properties. Mon Oct 10 18:02:44 GMT 2011
- [glom] 1.19.12 Mon Oct 10 18:02:49 GMT 2011
- [glom] Created tag 1.19.12 Mon Oct 10 18:02:58 GMT 2011
- [gtkmm] Created branch gtkmm-3-2 Mon Oct 10 18:16:47 GMT 2011
- [libgdamm] DataModelIter::get_value_at(): Throw an exception sometimes. Mon Oct 10 20:34:57 GMT 2011
- [libgdamm] Regenerated enums. Mon Oct 10 20:35:02 GMT 2011
- [glom] Use gdk_window_get_device_position() instead of gdk_window_get_pointer(). Mon Oct 10 20:48:25 GMT 2011
- [glom] Added some consts Mon Oct 10 21:01:59 GMT 2011
- [glom] Corrected ChangeLog Mon Oct 10 21:02:04 GMT 2011
- [glom] Cope with Gnome::Gda::DataModelIter::get_value_at() throwing. Mon Oct 10 21:02:09 GMT 2011
- [glom] Updated a TODO Mon Oct 10 21:05:05 GMT 2011
- [glom-postgresql-setup] Really add the desktop file Mon Oct 10 23:42:13 GMT 2011
- [glom-postgresql-setup] Add a .doap file Mon Oct 10 23:42:18 GMT 2011
- [glom] Fix typo Tue Oct 11 00:14:28 GMT 2011
- [glom-postgresql-setup] Added a ChangeLog Tue Oct 11 08:53:35 GMT 2011
- [glom-postgresql-setup] Add AUTHORS, COPYING, README, NEWS Tue Oct 11 08:53:40 GMT 2011
- [glom-postgresql-setup] helper: Check the command-line options and make this translatable. Tue Oct 11 08:53:45 GMT 2011
- [glom-postgresql-setup] ChangeLog comment Tue Oct 11 08:53:57 GMT 2011
- [glom-postgresql-setup] 0.1 Tue Oct 11 08:54:37 GMT 2011
- [glom-postgresql-setup] Created tag 0.1 Tue Oct 11 08:54:49 GMT 2011
- [libgda] GdaDavePivot: Removed set but not used variables. Tue Oct 11 09:38:26 GMT 2011
- [glom] Simplify OptionEntry code. Tue Oct 11 10:27:48 GMT 2011
- [glom] Print Layout: Standard: Handle related records portals too. Tue Oct 11 11:54:01 GMT 2011
- [glom] LayoutItem_Portal: Make get_title_or_name() useful. Tue Oct 11 13:02:31 GMT 2011
- [glom] TranslatableItem: Make get_title() virtual. Tue Oct 11 13:38:14 GMT 2011
- [glom/glom-1-18] LayoutItem_Portal: Make get_title_or_name() useful. Tue Oct 11 13:41:17 GMT 2011
- [glom/glom-1-18] TranslatableItem: Make get_title() virtual. Tue Oct 11 13:41:50 GMT 2011
- [glom] CanvasPrintLayout: Wipe empty rows when filling with data. Tue Oct 11 14:13:52 GMT 2011
- [glom] Tiny improvement Tue Oct 11 14:41:24 GMT 2011
- [jhbuild] [3.4 apps]: Update libgda to 4.99 (libgda-5.0). Tue Oct 11 14:57:42 GMT 2011
- [glom] Small fixes to Film Manager example. Tue Oct 11 15:27:25 GMT 2011
- [glom] Print Layout: Create Standard: Use the full page width. Tue Oct 11 18:17:46 GMT 2011
- [glom] Related Records Portals: Change rows count to min and max counts. Tue Oct 11 21:17:07 GMT 2011
- [glom] Const correction Tue Oct 11 21:17:20 GMT 2011
- [glom] Update the example files for the portal rows count change. Tue Oct 11 21:17:20 GMT 2011
- [glom] Print Layout: Related Records: Expand according to min/max rows count. Tue Oct 11 23:14:46 GMT 2011
- [glom] Print Layout: Related Records: Move others down when expanding. Tue Oct 11 23:58:20 GMT 2011
- [gtkmm-documentation] gmmproc appendix. More about Gtk::Object Wed Oct 12 16:02:25 GMT 2011
- [libepc] examples: Fix linker problems. Wed Oct 12 16:11:22 GMT 2011
- [libepc] Build: examples: Avoiding some repetition. Wed Oct 12 16:24:28 GMT 2011
- [glom] Print Layout: Move items to next page when expanding portals. Wed Oct 12 21:17:35 GMT 2011
- [glom] Print Layout: Avoid some code duplication. Wed Oct 12 21:42:45 GMT 2011
- [glom] Replace Gtk::Table with Gtk::Grid in the source code. Wed Oct 12 22:07:05 GMT 2011
- [glom] Print/Standard: Do print, not preview. Thu Oct 13 00:13:03 GMT 2011
- [glibmm] Do not include glib/gvarianttype.h. Thu Oct 13 11:20:51 GMT 2011
- [libepc] 0.4.2 Thu Oct 13 14:53:06 GMT 2011
- [libepc] Created tag 0.4.2 Thu Oct 13 14:53:19 GMT 2011
- [glom] Use Glib::ustring::compose() instead of concatenation for translatable strings. Thu Oct 13 17:56:52 GMT 2011
- [glom] whitespace change Thu Oct 13 17:56:57 GMT 2011
- [glom] DbUtils: Avoid some repeated code. Thu Oct 13 17:57:02 GMT 2011
- [glom] DbUtils: Add some parameter checks to the autoincrement methods. Thu Oct 13 17:57:07 GMT 2011
- [glom] Deleting tables: Remove the auto-increment too. Thu Oct 13 17:57:12 GMT 2011
- [glom] Deleting tables: Remove all auto-increment rows. Thu Oct 13 18:11:39 GMT 2011
- [glom/glom-1-18] whitespace change Thu Oct 13 18:16:47 GMT 2011
- [glom/glom-1-18] DbUtils: Avoid some repeated code. Thu Oct 13 18:16:52 GMT 2011
- [glom/glom-1-18] DbUtils: Add some parameter checks to the autoincrement methods. Thu Oct 13 18:16:57 GMT 2011
- [glom/glom-1-18] Deleting tables: Remove the auto-increment too. Thu Oct 13 18:20:05 GMT 2011
- [glom/glom-1-18] Deleting tables: Remove all auto-increment rows. Thu Oct 13 18:20:10 GMT 2011
- [glom] About dialog: Show the version number. Thu Oct 13 18:57:47 GMT 2011
- [glom] PrintLayout: Standard: Do not move to next page unnecessary. Thu Oct 13 19:32:37 GMT 2011
- [glom] Print Layout: Moved some code around. Thu Oct 13 19:56:51 GMT 2011
- [glom] Print Layout: Create Standard: Move items to the next page when necessary. Thu Oct 13 20:52:19 GMT 2011
- [glom] Print Layout: Code improvement. Thu Oct 13 21:08:24 GMT 2011
- [glom] Minor fix Thu Oct 13 21:38:54 GMT 2011
- [glom] minor fix of minor fix Thu Oct 13 21:40:12 GMT 2011
- [glom] Print Layout: Small improvement. Thu Oct 13 23:36:36 GMT 2011
- [glom] Print Layout: Create standard: Use the multiline text formatting. Thu Oct 13 23:58:04 GMT 2011
- [glom] Print Layout: Increase page count correctly when expanding portals. Fri Oct 14 00:43:58 GMT 2011
- [glom] Print Layout: Another expansion fixes. Fri Oct 14 00:57:27 GMT 2011
- [glom] Print Layout: Avoid grouping items at the tops of pages. Fri Oct 14 18:58:46 GMT 2011
- [glom] List: Actually show custom choices, instead of crashing. Fri Oct 14 18:58:51 GMT 2011
- [glom] Small Business Example: Port pygtk code to PyGObject+Introspection. Fri Oct 14 19:34:33 GMT 2011
- [glom] Examples: Remove other uses of pygtk. Fri Oct 14 19:34:38 GMT 2011
- [glom] Tests: Fix cast error when using dlerror(). Fri Oct 14 21:40:48 GMT 2011
- [glom] Fix DTD to fix make check. Fri Oct 14 21:51:23 GMT 2011
- [glom] Fix some ChangeLog formatting Sat Oct 15 19:44:31 GMT 2011
- [glom/glom-1-18] Related records portals: Allow navigation via read-only relationships. Sat Oct 15 19:48:30 GMT 2011
- [glom] Print Layout: Print Standard: Avoid page break spaces in the middle of pages. Mon Oct 17 09:44:09 GMT 2011
- [glom] 1.19.13 Mon Oct 17 10:59:14 GMT 2011
- [glom] Details: Avoid an outdent after group titles Mon Oct 17 10:59:19 GMT 2011
- [glom] List View: Correct the default column widths. Mon Oct 17 11:56:55 GMT 2011
- [glom] Examples: Remove all column_width attributes now that defaults are good. Mon Oct 17 14:03:44 GMT 2011
- [glom] List View: Correct the default column widths. Mon Oct 17 14:14:32 GMT 2011
- [glom/glom-1-18] Details: Avoid an outdent after group titles Mon Oct 17 14:21:30 GMT 2011
- [glom/glom-1-18] List View: Correct the default column widths. Mon Oct 17 14:21:35 GMT 2011
- [glom/glom-1-18] Examples: Remove all column_width attributes now that defaults are good. Mon Oct 17 14:21:41 GMT 2011
- [glom] Remove an unused XSL file. Mon Oct 17 15:04:07 GMT 2011
- [glom] Tests: Add general XML validity of XSLT files. Mon Oct 17 15:15:16 GMT 2011
- [glom] XSLT file: Minor fixes. Mon Oct 17 15:26:54 GMT 2011
- [glom] Move some Report code around. Mon Oct 17 15:54:12 GMT 2011
- [glom] Move some XSLT-processing code around. Mon Oct 17 16:27:39 GMT 2011
- [glom] Move report building code around. Mon Oct 17 16:27:44 GMT 2011
- [glom] ReportBuilder: Do not depend on Base_DB unnecessarily. Mon Oct 17 19:27:41 GMT 2011
- [glom] Move ReportBuilder to libglom, to make testing easier. Mon Oct 17 19:27:46 GMT 2011
- [glom] Correct the pkg-config file. Tue Oct 18 08:58:15 GMT 2011
- [glom] libglom: FieldFomatting: Correct some parameter names. Tue Oct 18 09:33:32 GMT 2011
- [glom] Command line: Correct some exit results. Tue Oct 18 10:27:32 GMT 2011
- [glom] Fix typo in previous commit Tue Oct 18 11:19:50 GMT 2011
- [glom] Add try/catch around all uses of std::locale(""). Tue Oct 18 11:19:56 GMT 2011
- [glom] Correct the date format in the en_CA locale. Tue Oct 18 11:28:35 GMT 2011
- [glom] Add a test for the locale problem and for a missing translated date format. Tue Oct 18 11:28:40 GMT 2011
- [glom] Film Manager example: Change default table. Tue Oct 18 13:47:40 GMT 2011
- [glibmm] Revert "gmmproc: Remove M4 warnings due to commas in return types." Tue Oct 18 15:42:11 GMT 2011
- [glom] Test report building. Tue Oct 18 18:40:05 GMT 2011
- [glom] Test report contents. Tue Oct 18 18:40:10 GMT 2011
- [glom] Avoid some copy/pasting of code. Tue Oct 18 18:40:15 GMT 2011
- [glom] Avoid a compiler warning. Tue Oct 18 19:32:47 GMT 2011
- [glom] Test some query functions. Tue Oct 18 19:32:52 GMT 2011
- [glom] Self hosting test: Check that other tables exist. Tue Oct 18 20:08:57 GMT 2011
- [glom] Add a simple SQL injection test. Tue Oct 18 20:09:01 GMT 2011
- [glom] 1.19.14 Tue Oct 18 20:56:30 GMT 2011
- [glom] Created tag 1.19.14 Tue Oct 18 20:56:47 GMT 2011
- =?utf-8?q?=5Blibgdamm=5D_m4_conversions=3A_Fixed_an_incorrect_quote=2C_fo?= =?utf-8?q?und_by_Jos=C3=A9_Alburquerque=2E?= Wed Oct 19 09:04:15 GMT 2011
- [glom] Do not pygoject_init() the wrong version. Wed Oct 19 09:20:25 GMT 2011
- [glom] Fix make check. Wed Oct 19 09:20:30 GMT 2011
- [glom] Self-hosting: Attempt to avoid failed shutdowns. Wed Oct 19 09:20:35 GMT 2011
- [glom] Fix comment typo. Wed Oct 19 09:48:50 GMT 2011
- [glom] SQL Injection Test: Try both kinds of quote characters. Wed Oct 19 09:48:55 GMT 2011
- [glom] 1.19.15 Wed Oct 19 10:03:51 GMT 2011
- [glom] Created tag 1.19.15 Wed Oct 19 10:04:04 GMT 2011
- [libgda] Documentation: Fix some spelling Wed Oct 19 20:31:43 GMT 2011
- [glom] SQL Injection Test: Try to use (evil and unquoted) text for a number. Wed Oct 19 21:43:28 GMT 2011
- [glom] SQL Injection Test: Try to avoid quoting by giving a wrong field type. Wed Oct 19 21:43:33 GMT 2011
- [libgda] Remove a duplicate line Thu Oct 20 08:37:57 GMT 2011
- [libgda] Fix chech->check typos. Thu Oct 20 08:38:02 GMT 2011
- [glom] Replaced Utils::build_sql_select_count_row() with DbUtils::count_rows_returned_by(). Thu Oct 20 11:03:23 GMT 2011
- [glom] Improve some stderr output. Thu Oct 20 11:08:28 GMT 2011
- [glom] SQLite: Avoid reporting failure when recreating databases. Thu Oct 20 11:09:58 GMT 2011
- [glom] Self-hosting tests: Test with sqlite too. Thu Oct 20 11:12:23 GMT 2011
- [glom] Fix previous broken commit to fix the build. Thu Oct 20 11:15:21 GMT 2011
- [glom] libglom: Restore the Util::build_sql_select_count_row() API. Thu Oct 20 11:54:17 GMT 2011
- [glom] Update a comment Thu Oct 20 20:12:40 GMT 2011
- [glibmm] Deprecated thread_init(), Thread::joinable(), *_priotity(), etc. Fri Oct 21 08:05:41 GMT 2011
- [glibmm] Thread: Use g_thread_new() instead of g_thread_create(). Fri Oct 21 09:10:50 GMT 2011
- [gtkmm] Mark the branch in the ChangeLog Fri Oct 21 09:24:12 GMT 2011
- [gtkmm] Deprecate Gtk::Table in favour of Gtk::Grid. Fri Oct 21 09:24:17 GMT 2011
- [glom] Avoid calling g_thread_init() if possible. Fri Oct 21 09:33:58 GMT 2011
- [glom] Replace progress dialog with infobar, bug 661051 Mon Oct 24 07:10:08 GMT 2011
- [glom] ShowProgressMessage: Minor Cleanup. Mon Oct 24 07:22:40 GMT 2011
- [glom] ShowProgressMessage: Move to its own source files. Mon Oct 24 07:52:18 GMT 2011
- [glom] Progress InfoBar: Block user input during progress. Mon Oct 24 09:17:03 GMT 2011
- [glom] Progress InfoBar: Block user input during progress. Mon Oct 24 09:17:08 GMT 2011
- [glom] Remove the mention of window_progress.glade to fix make check. Mon Oct 24 09:53:29 GMT 2011
- [glom] Do not include gtkmm.h, glibmm.h, giomm.h, or similar in headers. Mon Oct 24 14:19:16 GMT 2011
- [glom] Remove the unnused PlaceholderGlom class. Mon Oct 24 14:36:45 GMT 2011
- [glom] Main window: Use a smaller default size. Mon Oct 24 14:42:27 GMT 2011
- [glom] Added missing files. Tue Oct 25 06:49:01 GMT 2011
- [glibmm] Regenerate enums defs. Tue Oct 25 08:22:18 GMT 2011
- [glibmm] Fix the make check build by always linking to gthread-2.0. Tue Oct 25 08:22:23 GMT 2011
- [glibmm] Do not use gthread-2.0. Tue Oct 25 08:31:59 GMT 2011
- [glibmm] Regenerated more defs. Tue Oct 25 08:44:20 GMT 2011
- [glibmm] 2.31.0 Tue Oct 25 08:56:53 GMT 2011
- [glibmm] Created tag 2.31.0 Tue Oct 25 08:57:08 GMT 2011
- [libgdamm] Add #includes needed with the latest glibmm. Tue Oct 25 10:15:08 GMT 2011
- [atkmm] Add #includes needed with the latest glibmm. Tue Oct 25 10:15:20 GMT 2011
- [pangomm] Add #includes needed with the latest glibmm. Tue Oct 25 10:15:32 GMT 2011
- [gtkmm] Add #includes needed with the latest glibmm. Tue Oct 25 10:15:58 GMT 2011
- [gtksourceviewmm] Add #includes needed with the latest glibmm. Tue Oct 25 10:22:02 GMT 2011
- [gtksourceviewmm] Examples: Do not include gmessages.h directly. Tue Oct 25 10:22:57 GMT 2011
- [goocanvasmm] Add #includes needed with the latest glibmm. Tue Oct 25 10:27:02 GMT 2011
- [glibmm] gmmproc: Don't include <glibmm.h> by default in generated files. Tue Oct 25 11:48:55 GMT 2011
- [glibmm] gmmproc: Include <glibmm.h> in .cc files for convenience. Tue Oct 25 11:48:59 GMT 2011
- [glibmm] giomm/wrap_init.h: Remove the glibmm.h include from here too. Tue Oct 25 11:49:04 GMT 2011
- [glibmm] giomm/wrap_init.h: Remove the glibmm.h include from here too. Tue Oct 25 11:49:09 GMT 2011
- [glom] Change #includes for the latest glibmm. Tue Oct 25 12:34:10 GMT 2011
- [libgdamm] init.h: Move the glibmm.h include to the .cc file. Tue Oct 25 12:37:15 GMT 2011
- [goocanvasmm] init.h: Move the glibmm.h include to the .cc file. Tue Oct 25 12:39:15 GMT 2011
- [gtkmm] make check: Use xmllint to check the generated .html documentation. Tue Oct 25 20:28:09 GMT 2011
- [glibmm] gmmproc: Don't include C code examples found in the XML docs. Wed Oct 26 07:36:32 GMT 2011
- [glibmm] Thread: Move deprecated parts together. Wed Oct 26 08:23:14 GMT 2011
- [glibmm] Missing file. Wed Oct 26 08:23:19 GMT 2011
- [glib] gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case. Wed Oct 26 10:12:21 GMT 2011
- [glibmm] Avoid some deprecation compiler warnings. Wed Oct 26 10:17:02 GMT 2011
- [glibmm] Move IOCondition from main.h to iochannel.h and autogenerate it. Wed Oct 26 10:35:46 GMT 2011
- [glibmm] thread.h: Allow use of this without causing deprecation compiler warnings. Wed Oct 26 10:35:51 GMT 2011
- [glibmm] Avoid an unused-parameter compiler warning. Wed Oct 26 10:35:56 GMT 2011
- [glibmm] 2.31.0.1 Wed Oct 26 10:46:33 GMT 2011
- [glibmm] Created tag 2.31.0.1 Wed Oct 26 10:46:40 GMT 2011
- [atkmm] 2.22.6 Wed Oct 26 11:08:22 GMT 2011
- [atkmm] Created tag 2.22.6 Wed Oct 26 11:08:38 GMT 2011
- [glibmm] Fix the deprecation ifdefs. Wed Oct 26 11:10:17 GMT 2011
- [glibmm] 2.31.0.2 Wed Oct 26 11:10:22 GMT 2011
- [glibmm] Created tag 2.31.0.2 Wed Oct 26 11:10:35 GMT 2011
- [pangomm] 2.28.4 Wed Oct 26 11:12:03 GMT 2011
- [pangomm] Created tag 2.28.4 Wed Oct 26 11:12:20 GMT 2011
- [libgdamm] Fix the --enable-warnings=fatal build. Wed Oct 26 11:19:10 GMT 2011
- [goocanvasmm] Fix the --enable-warnings=fatal build. Wed Oct 26 11:24:12 GMT 2011
- [goocanvasmm] init(): Remove the parameters. Wed Oct 26 11:24:17 GMT 2011
- [gtkmm] Avoid some deprecation warnings with the recent GTK+. Wed Oct 26 12:04:39 GMT 2011
- [gtkmm] Deprecate HandleBox and TearOffMenuItem. Wed Oct 26 12:06:22 GMT 2011
- [gtkmm] Avoid some more deprecation warnings with the recent GTK+. Wed Oct 26 12:08:29 GMT 2011
- [goocanvasmm] examples, tests: Adapt the init() calls. Wed Oct 26 12:33:18 GMT 2011
- [goocanvasmm] 1.90.7 Wed Oct 26 12:33:23 GMT 2011
- [gtkmm] Fix make check Wed Oct 26 12:37:48 GMT 2011
- [goocanvasmm] Created tag 1.90.7 Wed Oct 26 12:38:04 GMT 2011
- [gtkmm] 3.3.2 Wed Oct 26 12:54:31 GMT 2011
- [gtkmm] Created tag 3.3.2 Wed Oct 26 12:54:42 GMT 2011
- [glibmm] threadpool example: Use Mutex instead of StaticMutex. Wed Oct 26 20:27:58 GMT 2011
- [glibmm] Avoid use of deprecated API in tests and examples. Wed Oct 26 20:34:09 GMT 2011
- [glom] Avoid deprecated Gtk::HandleBox with latest gtkmm. Wed Oct 26 21:04:10 GMT 2011
- [glom] Adapt to the latest goocanvasmm API. Wed Oct 26 21:04:15 GMT 2011
- [glom] Add and move #includes for the latest glibmm. Wed Oct 26 21:04:20 GMT 2011
- [goocanvasmm] init(): Add back the old deprecated method overload. Thu Oct 27 06:52:40 GMT 2011
- [goocanvasmm] tests, examples: Avoid compiler warnings and deprecated API. Thu Oct 27 07:20:05 GMT 2011
- [goocanvasmm] 1.90.8 Thu Oct 27 07:20:10 GMT 2011
- [goocanvasmm] Created tag 1.90.8 Thu Oct 27 07:20:58 GMT 2011
- [glom/glom-1-18] Avoid calling g_thread_init() if possible. Thu Oct 27 07:32:34 GMT 2011
- [glom/glom-1-18] Do not include gtkmm.h, glibmm.h, giomm.h, or similar in headers. Thu Oct 27 07:58:40 GMT 2011
- [glom/glom-1-18] Change #includes for the latest glibmm. Thu Oct 27 08:06:57 GMT 2011
- [glom/glom-1-18] Add and move #includes for the latest glibmm. Thu Oct 27 08:07:03 GMT 2011
- =?utf-8?q?=5Blibgdamm/libgdamm-4-2=5D_m4_conversions=3A_Fixed_an_incorrec?= =?utf-8?q?t_quote=2C_found_by_Jos=C3=A9_Alburquerque=2E?= Thu Oct 27 08:16:21 GMT 2011
- [libgdamm/libgdamm-4-2] Add #includes needed with the latest glibmm. Thu Oct 27 08:17:00 GMT 2011
- [libgdamm/libgdamm-4-2] Add more #includes needed with the latest glibmm. Thu Oct 27 08:20:05 GMT 2011
- [glom] Remove GtkHandleBox from the .glade file too. Thu Oct 27 08:37:17 GMT 2011
- [glom/glom-1-18] More includes fixes to fix the build. Thu Oct 27 09:17:51 GMT 2011
- [glom/glom-1-18] 1.18.5 Thu Oct 27 09:35:29 GMT 2011
- [glom] Created tag 1.18.5 Thu Oct 27 09:35:49 GMT 2011
- [glom] Depend on libgda 5.0.0. Thu Oct 27 09:40:33 GMT 2011
- [glom] 1.19.16 Thu Oct 27 09:40:38 GMT 2011
- [glom] Created tag 1.19.16 Thu Oct 27 09:41:04 GMT 2011
- [glom] Mark version in ChangeLog Thu Oct 27 09:41:10 GMT 2011
- [glom] Notebook: Avoid truncating related records buttons. Thu Oct 27 11:58:04 GMT 2011
- [glom] More fixes for the Frame label issue. Fri Oct 28 07:44:34 GMT 2011
- [glom] Mention the GTK+3 bug in the ChangeLog Fri Oct 28 08:06:58 GMT 2011
- [glom] Mention the GtkFrame bug in the code comment. Fri Oct 28 08:07:48 GMT 2011
- [glom] Minor codestyle changes. Fri Oct 28 09:23:58 GMT 2011
- [glom] Updated screenshots for functionality that actually works. Fri Oct 28 11:49:55 GMT 2011
- [glom] Small Business Example: Make the report example more like the one in screenshots. Fri Oct 28 12:00:28 GMT 2011
- [glom] Fix make check by correcting the DTD. Fri Oct 28 12:47:29 GMT 2011
- [glom] Add a test for Image fields. Fri Oct 28 12:47:34 GMT 2011
- [glom] libglom: Added build_sql_update_with_where_clause(). Sat Oct 29 20:39:12 GMT 2011
- [glom] Image fields test: Get and set a value and check that it is the same. Sat Oct 29 20:39:17 GMT 2011
- [glom] libglom: sqlbuilder_get_full_query(): Improve the result. Mon Oct 31 08:37:16 GMT 2011
- [glom] libglom: Remove an unused Utils::sqlbuilder_get_full_query() overload. Mon Oct 31 08:59:10 GMT 2011
Neil Roberts
Nguyen Thai Ngoc Duy
Nicolas Dufresne
Nilamdyuti Goswami
Olav Vitters
Owen Taylor
Paolo Bacchilega
Paolo Borelli
Pedro Marcelo Villavicencio Garrido
Peter Bloomfield
Peteris Krisjanis
Philip Van Hoof
- [tracker] Created branch writeback-improvement Thu Oct 06 15:09:09 GMT 2011
- [tracker/writeback-improvement] miners/fs: Don't let writeback block incoming DBus calls Thu Oct 06 15:09:14 GMT 2011
- [tracker/writeback-improvement] squash Thu Oct 06 15:10:22 GMT 2011
- [tracker/writeback-improvement] squash, leak fix Thu Oct 06 15:19:20 GMT 2011
- [tracker] miners/fs: Don't let writeback block incoming DBus calls Thu Oct 06 15:31:16 GMT 2011
- [tracker] tracker-writeback: Don't warn in case of unsupported format for writeback Tue Oct 11 13:34:29 GMT 2011
- [tracker] tracker-extract: Use black background for transparant album art Thu Oct 13 11:46:47 GMT 2011
- [tracker] tracker-writeback: Don't own the DBus name before registering the object Fri Oct 14 10:55:15 GMT 2011
- [tracker/tracker-0.10] tracker-extract, gstreamer: Use the GEO information at extraction Mon Oct 17 10:47:46 GMT 2011
- [tracker] (8 commits) Created branch tracker-0.10-nb276745 Tue Oct 18 10:28:10 GMT 2011
- [tracker/tracker-0.10-nb276745: 1/8] tracker-extract: Add configuration option IgnoreImagesDirectories Tue Oct 18 10:28:15 GMT 2011
- [tracker/tracker-0.10-nb276745: 2/8] tracker-extract: Add convenience function Tue Oct 18 10:28:20 GMT 2011
- [tracker/tracker-0.10-nb276745: 3/8] tracker-extract, gif: Ignore images in certain directories Tue Oct 18 10:28:25 GMT 2011
- [tracker/tracker-0.10-nb276745: 4/8] tracker-extract, gstreamer: Ignore images in certain directories Tue Oct 18 10:28:30 GMT 2011
- [tracker/tracker-0.10-nb276745: 5/8] tracker-extract, icon: Ignore images in certain directories Tue Oct 18 10:28:35 GMT 2011
- [tracker/tracker-0.10-nb276745: 6/8] tracker-extract, jpeg: Ignore images in certain directories Tue Oct 18 10:28:40 GMT 2011
- [tracker/tracker-0.10-nb276745: 7/8] tracker-extract, png: Ignore images in certain directories Tue Oct 18 10:28:45 GMT 2011
- [tracker/tracker-0.10-nb276745: 8/8] tracker-extract, tiff: Ignore images in certain directories Tue Oct 18 10:28:50 GMT 2011
- [tracker] Deleted branch tracker-0.10-nb276745 Tue Oct 18 13:20:55 GMT 2011
- [tracker] (7 commits) Created branch tracker-0.10-nb276745 Tue Oct 18 13:21:06 GMT 2011
- [tracker/tracker-0.10-nb276745: 1/7] tracker-extract: Add configuration option IgnoreImagesUnder Tue Oct 18 13:21:11 GMT 2011
- [tracker/tracker-0.10-nb276745: 2/7] tracker-extract, gif: Ignore images in certain directories Tue Oct 18 13:21:16 GMT 2011
- [tracker/tracker-0.10-nb276745: 3/7] tracker-extract, gstreamer: Ignore images in certain directories Tue Oct 18 13:21:21 GMT 2011
- [tracker/tracker-0.10-nb276745: 4/7] tracker-extract, icon: Ignore images in certain directories Tue Oct 18 13:21:26 GMT 2011
- [tracker/tracker-0.10-nb276745: 5/7] tracker-extract, jpeg: Ignore images in certain directories Tue Oct 18 13:21:31 GMT 2011
- [tracker/tracker-0.10-nb276745: 6/7] tracker-extract, png: Ignore images in certain directories Tue Oct 18 13:21:36 GMT 2011
- [tracker/tracker-0.10-nb276745: 7/7] tracker-extract, tiff: Ignore images in certain directories Tue Oct 18 13:21:41 GMT 2011
- [tracker] Deleted branch tracker-0.10-nb276745 Tue Oct 18 14:36:59 GMT 2011
- [tracker] (7 commits) Created branch tracker-0.10-nb276745 Tue Oct 18 14:37:08 GMT 2011
- [tracker/tracker-0.10-nb276745: 1/7] tracker-extract: Add configuration option IgnoreImagesUnder Tue Oct 18 14:37:13 GMT 2011
- [tracker/tracker-0.10-nb276745: 2/7] tracker-extract, gif: Ignore images in certain directories Tue Oct 18 14:37:18 GMT 2011
- [tracker/tracker-0.10-nb276745: 3/7] tracker-extract, gstreamer: Ignore images in certain directories Tue Oct 18 14:37:23 GMT 2011
- [tracker/tracker-0.10-nb276745: 4/7] tracker-extract, icon: Ignore images in certain directories Tue Oct 18 14:37:28 GMT 2011
- [tracker/tracker-0.10-nb276745: 5/7] tracker-extract, jpeg: Ignore images in certain directories Tue Oct 18 14:37:33 GMT 2011
- [tracker/tracker-0.10-nb276745: 6/7] tracker-extract, png: Ignore images in certain directories Tue Oct 18 14:37:38 GMT 2011
- [tracker/tracker-0.10-nb276745: 7/7] tracker-extract, tiff: Ignore images in certain directories Tue Oct 18 14:37:43 GMT 2011
- [tracker/tracker-0.10-nb276745] tracker-extract, gstreamer: Only ignore for image type files Wed Oct 19 09:14:17 GMT 2011
- [tracker] (6 commits) Created branch media-art-detect Tue Oct 25 09:58:20 GMT 2011
- [tracker/media-art-detect: 1/6] NMM: Add nmm:MediaArt to the ontology Tue Oct 25 09:58:25 GMT 2011
- [tracker/media-art-detect: 2/6] tracker-extract, albumart: Add function to detect albumart Tue Oct 25 09:58:30 GMT 2011
- [tracker/media-art-detect: 3/6] tracker-extract, gstreamer: Detect albumart Tue Oct 25 09:58:35 GMT 2011
- [tracker/media-art-detect: 4/6] tracker-extract, tiff: Detect albumart Tue Oct 25 09:58:40 GMT 2011
- [tracker/media-art-detect: 5/6] tracker-extract, png: Detect albumart Tue Oct 25 09:58:45 GMT 2011
- [tracker/media-art-detect: 6/6] tracker-extract, jpeg: Detect albumart Tue Oct 25 09:58:50 GMT 2011
- [tracker] tracker-utils: Display nameGiven and nameFamily when fullname is empty Wed Oct 26 10:38:00 GMT 2011
- [tracker] tracker-extract, jpeg: Fix DLNA profiles Fri Oct 28 13:53:22 GMT 2011
- [tracker] tracker-extract, png: Fix DLNA profiles Fri Oct 28 13:53:27 GMT 2011
Philip Withnall
Piotr Eljasiak
Praveen Illa
Priit Laes
Punit Jain
Raul Gutierrez Segales
Ray Strode
Richard Hughes
Rico Tzschichholz
Rob Bradford
Robert Ancell
Robert Bragg
Rodney Dawes
Rodrigo Moya
Roman Joost
Ross Burton
Rui Matos
Ryan Lortie
Sam Thursfield
Sebastian Polsterl
Sebastien Granjoux
Sergey V . Udaltsov
Sergio Villar Senin
Shaun McCance
- [yelp-xsl] mal2html-page: Fix editor-mode badges for Final and pkgversion Mon Oct 03 18:25:52 GMT 2011
- [yelp-tools] mal-status.xsl: Accept commas as delimiter for options Wed Oct 05 18:40:23 GMT 2011
- [gnome-user-docs] Minor edits to session-formats and session-language Thu Oct 06 17:42:04 GMT 2011
- [gnome-user-docs] Edits to look-background, final for 3.2.1 Thu Oct 06 17:42:09 GMT 2011
- [gnome-user-docs] Keyboard layouts now copied to system, bug #659300 Thu Oct 06 17:42:14 GMT 2011
- [gnome-user-docs] Minor edits to display-dimscreen Thu Oct 06 17:42:19 GMT 2011
- [gnome-user-docs] Minor edits to screen locking pages Thu Oct 06 17:42:24 GMT 2011
- [gnome-user-docs] More details instructions on look-resolution Thu Oct 06 17:42:29 GMT 2011
- [gnome-user-docs] Updated files-autorun Thu Oct 06 17:42:34 GMT 2011
- [gnome-user-docs] Smallish edits to bluetooth pages, all final for 3.2 Thu Oct 06 17:42:39 GMT 2011
- [gnome-user-docs] Added seealso keyboard-cursor-blink -> a11y-locate-pointer Thu Oct 06 17:42:44 GMT 2011
- [gnome-user-docs] Edits to mouse pages, all final for 3.2.1 Thu Oct 06 17:42:49 GMT 2011
- [gnome-user-docs] Added comment about possible merge Thu Oct 06 17:42:54 GMT 2011
- [gnome-user-docs] prefs: Added comment about proposed "Applications" prefs guide Thu Oct 06 17:42:59 GMT 2011
- [gnome-user-docs] Drop unused figures Thu Oct 06 17:47:51 GMT 2011
- [yelp] Mark the Read Link Later string for translation. Tue Oct 11 16:35:30 GMT 2011
- [yelp] Created branch gnome-3-2 Thu Oct 13 14:22:05 GMT 2011
- [yelp] Dropped jquery-ui, using CSS transitions Thu Oct 13 17:52:01 GMT 2011
- [gnome-devel-docs] Fix displaying platform-overview in yelp Mon Oct 17 13:11:36 GMT 2011
- [gnome-devel-docs] platform-overview: Fixed links to EDS documentation Mon Oct 17 13:11:41 GMT 2011
- [gnome-devel-docs] Version 3.2.1 Mon Oct 17 15:34:15 GMT 2011
- [gnome-devel-docs] Created tag 3.2.1 Mon Oct 17 15:34:35 GMT 2011
- [yelp-xsl] Version 3.2.1 Mon Oct 17 15:44:49 GMT 2011
- [yelp-xsl] Created tag 3.2.1 Mon Oct 17 15:45:09 GMT 2011
- [yelp-tools] Version 3.2.1 Mon Oct 17 15:47:34 GMT 2011
- [yelp-tools] Created tag 3.2.1 Mon Oct 17 15:47:50 GMT 2011
- [gnome-user-docs] Fixed XML errors in translations Mon Oct 17 16:01:32 GMT 2011
- [gnome-user-docs] Version 3.2.1 Mon Oct 17 16:10:02 GMT 2011
- [gnome-user-docs] Created tag 3.2.1 Mon Oct 17 16:10:28 GMT 2011
- [yelp] Created tag 3.2.1 Mon Oct 17 16:11:51 GMT 2011
- [gnome-user-docs] Fixed wording issues, thanks to Gabor Kelemen, #662039 Mon Oct 17 23:06:23 GMT 2011
- [gnome-user-docs] More spelling corrections from bug #662039 Tue Oct 18 14:08:32 GMT 2011
- [jhbuild] gnome-suites-core-deps-3.{2|4}: Bump itstool to 1.1.1 Wed Oct 19 13:53:54 GMT 2011
- [gnome-user-docs] shell-exit: Changed "shut down" to "power off" Wed Oct 19 22:10:49 GMT 2011
- [yelp-tools] Created branch gnome-3-2 Thu Oct 20 00:13:39 GMT 2011
- [yelp-tools] yelp-check: Add hrefs command to test external links Thu Oct 20 00:14:11 GMT 2011
- [yelp] Adding a share button to send a link to a help page Fri Oct 21 21:35:46 GMT 2011
- [yelp] yelp-window: Made Share an action, added to menu Fri Oct 21 21:35:51 GMT 2011
- [yelp] yelp-window: Fixed a double-unref, I think. Fri Oct 21 21:35:56 GMT 2011
- [yelp] yelp-view: Don't offer to open http in new window, offer copy instead Fri Oct 21 21:36:01 GMT 2011
- [yelp] yelp-location-entry: Limit history drop-down to 8, #define it Fri Oct 21 21:36:06 GMT 2011
- [yelp] yelp-view: Allow multiple packages with install: URI Fri Oct 21 21:36:11 GMT 2011
- [yelp] yelp-view: Set right-click menu for install links Fri Oct 21 21:36:16 GMT 2011
- [yelp] Link to full text search when terms is in URI query string Fri Oct 21 21:36:21 GMT 2011
- [yelp] Version 3.3.1 Tue Oct 25 13:02:47 GMT 2011
- [yelp] Created tag 3.3.1 Tue Oct 25 13:03:06 GMT 2011
- [yelp] yelp-view: Insert search bar on document-load-finished Wed Oct 26 20:05:59 GMT 2011
- [yelp-xsl] Created branch gnome-3-2 Fri Oct 28 02:27:27 GMT 2011
Simon McVittie
Simos Xenitellis
Sjoerd Simons
Srinivasa Ragavan
Stefan Kost
Stefan Walter
- [gnome-keyring] Fix up exported symbols for recent changes Sat Oct 01 09:57:26 GMT 2011
- [gnome-keyring] gcr: More documentation fixes Sat Oct 01 09:57:31 GMT 2011
- [gnome-keyring] gcr: Implement GcrSecretExchange Sat Oct 01 11:19:49 GMT 2011
- [gnome-keyring] gcr: Refactor GcrSecretExchange Sat Oct 01 11:19:53 GMT 2011
- [gnome-keyring] gcr: Add documentation for GcrSecretExchange Sat Oct 01 11:19:58 GMT 2011
- [gnome-keyring] gcr: More work on the GcrSecretExchange Sat Oct 01 11:20:03 GMT 2011
- [gnome-keyring] ui: Use GcrSecretExchange for passing passwords to/from prompt Sat Oct 01 11:20:08 GMT 2011
- [gnome-keyring] gcr: Documentation fixes for secret exchange commits Sat Oct 01 11:20:13 GMT 2011
- [gnome-keyring] ui: Disable dumping of prompt communication (again) Sat Oct 01 11:20:18 GMT 2011
- [gnome-keyring] gcr: Check that secret exchanged data has correct protocol prefix Sat Oct 01 11:27:48 GMT 2011
- [gnome-keyring] gck: Integrate GTlsInteraction into libgck Wed Oct 05 08:19:57 GMT 2011
- [gnome-keyring] gck: Add support for setting attributes in an array Wed Oct 05 08:20:01 GMT 2011
- [gnome-keyring] gcr: Complete the PKCS#11 import dialog Wed Oct 05 08:20:07 GMT 2011
- [gnome-keyring] gck: Include CKK_XXX values in debug output correctly Wed Oct 05 08:20:12 GMT 2011
- [gnome-keyring] gcr: Import keys first when importing via PKCS#11 Wed Oct 05 08:20:17 GMT 2011
- [gnome-keyring] egg: Fix parsing of unsigned integers in DER Wed Oct 05 08:20:22 GMT 2011
- [gnome-keyring] gcr: Complete and make gcr_fingerprint_xxx functions public Wed Oct 05 08:20:27 GMT 2011
- [gnome-keyring] Fix POTFILES.in for file name changes. Wed Oct 05 08:20:32 GMT 2011
- [gnome-keyring] gcr: Fix PKCS#11 importer attribute cleanup before import Wed Oct 05 08:20:37 GMT 2011
- [gnome-keyring] gcr: Rework how we get supplemental information for the import Wed Oct 05 08:20:42 GMT 2011
- [gnome-keyring] gcr: Stop gcr-viewer process correctly when Close is clicked Wed Oct 05 08:27:16 GMT 2011
- [gnome-keyring] gcr: Use the home directory for the NSS icon Wed Oct 05 09:04:08 GMT 2011
- [gnome-keyring] gcr: Parse required attributes out of certificates Wed Oct 05 09:04:13 GMT 2011
- [gnome-keyring] gcr: Properly get labels from the parser into the importer Wed Oct 05 09:04:18 GMT 2011
- [gnome-keyring] gcr: Fix build issues with gcr-icons.h header Wed Oct 05 09:56:30 GMT 2011
- [gnome-keyring] gcr: Make spinner on GcrImportButton actually spin Wed Oct 05 09:56:35 GMT 2011
- [gnome-keyring] Created branch split Thu Oct 06 11:14:32 GMT 2011
- [gnome-keyring/split] Split Gcr and Gck libraries out of gnome-keyring Thu Oct 06 11:14:41 GMT 2011
- [gnome-keyring] Deleted branch split Thu Oct 06 11:22:52 GMT 2011
- [gnome-keyring] Created branch split Thu Oct 06 11:22:59 GMT 2011
- [gnome-keyring/split] Split Gcr and Gck libraries out of gnome-keyring Thu Oct 06 11:23:08 GMT 2011
- [jhbuild] 3.4: Bump gnutls to 2.12.0 Thu Oct 06 11:46:02 GMT 2011
- [seahorse-plugins] Created branch split Fri Oct 07 10:57:54 GMT 2011
- [seahorse-plugins/split] Split out seahorse-nautilus from seahorse-plugins Fri Oct 07 10:58:04 GMT 2011
- [seahorse-plugins] Deleted branch no-gpg-agent Fri Oct 07 10:58:14 GMT 2011
- [gnome-keyring] (2 commits) ...Merge branch 'split' Sat Oct 08 05:25:48 GMT 2011
- [gnome-keyring: 2/2] Merge branch 'split' Sat Oct 08 05:25:53 GMT 2011
- [gcr] gcr: Fix documentation build by linking to right library Wed Oct 12 07:21:36 GMT 2011
- [gcr] gck: Fix build issue on i686 where sizeof (gsize) != sizeof (CK_ULONG) Wed Oct 12 07:21:41 GMT 2011
- [gcr] gck: Enumerator can now retrieve object attributes Wed Oct 12 10:29:57 GMT 2011
- [gcr] gck: Documentation fix up Wed Oct 12 10:30:02 GMT 2011
- [gcr] gck: Add gck_slot_enumerate_objects() function Wed Oct 12 11:17:43 GMT 2011
- [gcr] gcr: Function to emit notify on GcrCertificate props for data change Thu Oct 13 07:50:56 GMT 2011
- [gcr] gcr: Add password icon Thu Oct 13 11:34:48 GMT 2011
- [gcr] gcr: Fix up docs and symbols Thu Oct 13 11:37:35 GMT 2011
- [gnome-keyring] pkcs11: Add initial debug logging to gkm module Sat Oct 15 20:52:33 GMT 2011
- [gnome-keyring] gnome2-store: Fix locking and add tests for locking Sat Oct 15 20:52:38 GMT 2011
- [gcr] Include gi18n-lib.h in library sources instead of gi18n.h Mon Oct 17 05:58:00 GMT 2011
- [seahorse] (33 commits) Created branch refactor Mon Oct 17 16:50:24 GMT 2011
- [seahorse/refactor: 1/33] Use icon theme instead of stock images. Mon Oct 17 16:50:29 GMT 2011
- [seahorse/refactor: 2/33] Use GcrCollectionModel instead of our own GtkTreeModel implementation. Mon Oct 17 16:50:34 GMT 2011
- [seahorse/refactor: 3/33] Implement GcrCollection on PGP Keys and GKR keyrings Mon Oct 17 16:50:39 GMT 2011
- [seahorse/refactor: 4/33] Implement GcrCollection contains virtual method. Mon Oct 17 16:50:44 GMT 2011
- [seahorse/refactor: 5/33] Refactor core of seahorse Mon Oct 17 16:50:49 GMT 2011
- [seahorse/refactor: 6/33] Implement sidebar, structure backends and sources better Mon Oct 17 16:50:56 GMT 2011
- [seahorse/refactor: 7/33] Move keyserver UI files to pgp directory. Mon Oct 17 16:50:59 GMT 2011
- [seahorse/refactor: 8/33] Remove seahorse.spec RPM spec file Mon Oct 17 16:51:04 GMT 2011
- [seahorse/refactor: 9/33] Update translatable files for recent refactoring. Mon Oct 17 16:51:09 GMT 2011
- [seahorse/refactor: 10/33] Add CSS file and style sidebar properly. Mon Oct 17 16:51:14 GMT 2011
- [seahorse/refactor: 11/33] Allow simple mulitple select based on checks in sidebar. Mon Oct 17 16:51:20 GMT 2011
- [seahorse/refactor: 12/33] Make the main key manager view reflect what's in the side pane. Mon Oct 17 16:51:25 GMT 2011
- [seahorse/refactor: 13/33] Rename SeahorsePkcs11Source to SeahorsePkcs11Token Mon Oct 17 16:51:30 GMT 2011
- [seahorse/refactor: 14/33] Blacklist certain PKCS#11 tokens from showing up in seahorse. Mon Oct 17 16:51:35 GMT 2011
- [seahorse/refactor: 15/33] Load certificates from tokens Mon Oct 17 16:51:40 GMT 2011
- [seahorse/refactor: 16/33] Use the new importer infrastructure in libgcr Mon Oct 17 16:51:45 GMT 2011
- [seahorse/refactor: 17/33] gcr: Asynchronously initialize PKCS#11 modules Mon Oct 17 16:51:50 GMT 2011
- [seahorse/refactor: 18/33] gcr: Use functions in gcr to get PKCS#11 icons Mon Oct 17 16:51:55 GMT 2011
- [seahorse/refactor: 19/33] Update import dialog for libgcr changes Mon Oct 17 16:52:00 GMT 2011
- [seahorse/refactor: 20/33] Add label to the import dialog Mon Oct 17 16:52:05 GMT 2011
- [seahorse/refactor: 21/33] Refactor that there's no unnecessary use of SeahorseObject Mon Oct 17 16:52:10 GMT 2011
- [seahorse/refactor: 22/33] pkcs11: Use new gck functionality to load certificates Mon Oct 17 16:52:15 GMT 2011
- [seahorse/refactor: 23/33] Make pgp key items in the main view wrap and show all uids in one item. Mon Oct 17 16:52:20 GMT 2011
- [seahorse/refactor: 24/33] Allow showing and hiding the places sidebar Mon Oct 17 16:52:25 GMT 2011
- [seahorse/refactor: 25/33] WIP Mon Oct 17 16:52:30 GMT 2011
- [seahorse/refactor: 26/33] Add descriptions and clearer markup to various object types Mon Oct 17 16:52:35 GMT 2011
- [seahorse/refactor: 27/33] Add proper icons and text for the GnuPG and OPENSSH sources Mon Oct 17 16:52:40 GMT 2011
- [seahorse/refactor: 28/33] Make the filter in the main window work again Mon Oct 17 16:52:45 GMT 2011
- [seahorse/refactor: 29/33] Make filtering work by text, personal, trusted and all. Mon Oct 17 16:52:50 GMT 2011
- [seahorse/refactor: 30/33] Sync the view-places setting properly Mon Oct 17 16:52:55 GMT 2011
- [seahorse/refactor: 31/33] Remove the status bar Mon Oct 17 16:53:00 GMT 2011
- [seahorse/refactor: 32/33] Save the set of selected place in settings Mon Oct 17 16:53:05 GMT 2011
- [seahorse/refactor: 33/33] pgp: Change to use the gnupg logo for gpg keyrings Mon Oct 17 16:53:10 GMT 2011
- [gcr] Add gnupg, and cleanup icon rendering Mon Oct 17 16:56:28 GMT 2011
- [seahorse] Deleted branch refactor Mon Oct 17 20:12:28 GMT 2011
- [libcryptui] Created branch gnome-3-2 Mon Oct 17 20:18:52 GMT 2011
- [libgnome-keyring] Created branch gnome-3-2 Mon Oct 17 20:22:07 GMT 2011
- [gnome-keyring/gnome-3-2] gck: Fix if _gck_debug was not called _gck_debugging doesn't work Mon Oct 17 20:25:16 GMT 2011
- [gnome-keyring/gnome-3-2] gck: Fix precondition in gck_object_from_handles Mon Oct 17 20:25:21 GMT 2011
- [gnome-keyring/gnome-3-2] dbus: Free the object path of a prompt later Mon Oct 17 20:25:26 GMT 2011
- [gnome-keyring] Created tag 3.2.1 Mon Oct 17 20:50:47 GMT 2011
- [gnome-keyring/gnome-3-2] Release version 3.2.1 Mon Oct 17 20:51:11 GMT 2011
- [seahorse] Created branch gnome-3-2 Mon Oct 17 20:56:43 GMT 2011
- [seahorse/gnome-3-2] Release version 3.2.1 Mon Oct 17 21:02:57 GMT 2011
- [seahorse] Created tag 3.2.1 Mon Oct 17 21:03:27 GMT 2011
- [seahorse-sharing] Created branch gnome-3-2 Mon Oct 17 21:08:29 GMT 2011
- [seahorse-sharing/gnome-3-2] Release version 3.2.1 Mon Oct 17 21:12:30 GMT 2011
- [seahorse-sharing] Created tag 3.2.1 Mon Oct 17 21:13:20 GMT 2011
- [seahorse] (33 commits) Created branch refactor Tue Oct 18 07:06:42 GMT 2011
- [seahorse/refactor: 1/33] Use icon theme instead of stock images. Tue Oct 18 07:06:48 GMT 2011
- [seahorse/refactor: 2/33] Use GcrCollectionModel instead of our own GtkTreeModel implementation. Tue Oct 18 07:06:53 GMT 2011
- [seahorse/refactor: 3/33] Implement GcrCollection on PGP Keys and GKR keyrings Tue Oct 18 07:06:58 GMT 2011
- [seahorse/refactor: 4/33] Implement GcrCollection contains virtual method. Tue Oct 18 07:07:03 GMT 2011
- [seahorse/refactor: 5/33] Refactor core of seahorse Tue Oct 18 07:07:08 GMT 2011
- [seahorse/refactor: 6/33] Implement sidebar, structure backends and sources better Tue Oct 18 07:07:13 GMT 2011
- [seahorse/refactor: 7/33] Move keyserver UI files to pgp directory. Tue Oct 18 07:07:18 GMT 2011
- [seahorse/refactor: 8/33] Update translatable files for recent refactoring. Tue Oct 18 07:07:23 GMT 2011
- [seahorse/refactor: 9/33] Add CSS file and style sidebar properly. Tue Oct 18 07:07:28 GMT 2011
- [seahorse/refactor: 10/33] Allow simple mulitple select based on checks in sidebar. Tue Oct 18 07:07:33 GMT 2011
- [seahorse/refactor: 11/33] Make the main key manager view reflect what's in the side pane. Tue Oct 18 07:07:38 GMT 2011
- [seahorse] Deleted branch refactor Tue Oct 18 07:07:39 GMT 2011
- [seahorse/refactor: 12/33] Rename SeahorsePkcs11Source to SeahorsePkcs11Token Tue Oct 18 07:07:43 GMT 2011
- [seahorse/refactor: 13/33] Blacklist certain PKCS#11 tokens from showing up in seahorse. Tue Oct 18 07:07:48 GMT 2011
- [seahorse/refactor: 14/33] Load certificates from tokens Tue Oct 18 07:07:53 GMT 2011
- [seahorse] (33 commits) Created branch refactor Tue Oct 18 07:07:54 GMT 2011
- [seahorse/refactor: 15/33] Use the new importer infrastructure in libgcr Tue Oct 18 07:07:58 GMT 2011
- [seahorse/refactor: 1/33] Use icon theme instead of stock images. Tue Oct 18 07:07:59 GMT 2011
- [seahorse/refactor: 16/33] gcr: Asynchronously initialize PKCS#11 modules Tue Oct 18 07:08:03 GMT 2011
- [seahorse/refactor: 2/33] Use GcrCollectionModel instead of our own GtkTreeModel implementation. Tue Oct 18 07:08:04 GMT 2011
- [seahorse/refactor: 17/33] gcr: Use functions in gcr to get PKCS#11 icons Tue Oct 18 07:08:08 GMT 2011
- [seahorse/refactor: 3/33] Implement GcrCollection on PGP Keys and GKR keyrings Tue Oct 18 07:08:09 GMT 2011
- [seahorse/refactor: 18/33] Update import dialog for libgcr changes Tue Oct 18 07:08:13 GMT 2011
- [seahorse/refactor: 4/33] Implement GcrCollection contains virtual method. Tue Oct 18 07:08:14 GMT 2011
- [seahorse/refactor: 19/33] Add label to the import dialog Tue Oct 18 07:08:18 GMT 2011
- [seahorse/refactor: 5/33] Refactor core of seahorse Tue Oct 18 07:08:20 GMT 2011
- [seahorse/refactor: 20/33] Refactor that there's no unnecessary use of SeahorseObject Tue Oct 18 07:08:24 GMT 2011
- [seahorse/refactor: 6/33] Implement sidebar, structure backends and sources better Tue Oct 18 07:08:25 GMT 2011
- [seahorse/refactor: 21/33] pkcs11: Use new gck functionality to load certificates Tue Oct 18 07:08:29 GMT 2011
- [seahorse/refactor: 7/33] Move keyserver UI files to pgp directory. Tue Oct 18 07:08:30 GMT 2011
- [seahorse/refactor: 22/33] Make pgp key items in the main view wrap and show all uids in one item. Tue Oct 18 07:08:34 GMT 2011
- [seahorse/refactor: 8/33] Update translatable files for recent refactoring. Tue Oct 18 07:08:35 GMT 2011
- [seahorse/refactor: 23/33] Allow showing and hiding the places sidebar Tue Oct 18 07:08:39 GMT 2011
- [seahorse/refactor: 9/33] Add CSS file and style sidebar properly. Tue Oct 18 07:08:40 GMT 2011
- [seahorse/refactor: 24/33] WIP Tue Oct 18 07:08:44 GMT 2011
- [seahorse/refactor: 10/33] Allow simple mulitple select based on checks in sidebar. Tue Oct 18 07:08:45 GMT 2011
- [seahorse/refactor: 25/33] Add descriptions and clearer markup to various object types Tue Oct 18 07:08:49 GMT 2011
- [seahorse/refactor: 11/33] Make the main key manager view reflect what's in the side pane. Tue Oct 18 07:08:50 GMT 2011
- [seahorse/refactor: 26/33] Add proper icons and text for the GnuPG and OPENSSH sources Tue Oct 18 07:08:54 GMT 2011
- [seahorse/refactor: 12/33] Rename SeahorsePkcs11Source to SeahorsePkcs11Token Tue Oct 18 07:08:55 GMT 2011
- [seahorse/refactor: 27/33] Make the filter in the main window work again Tue Oct 18 07:08:59 GMT 2011
- [seahorse/refactor: 13/33] Blacklist certain PKCS#11 tokens from showing up in seahorse. Tue Oct 18 07:09:00 GMT 2011
- [seahorse/refactor: 28/33] Make filtering work by text, personal, trusted and all. Tue Oct 18 07:09:04 GMT 2011
- [seahorse/refactor: 14/33] Load certificates from tokens Tue Oct 18 07:09:05 GMT 2011
- [seahorse/refactor: 29/33] Sync the view-places setting properly Tue Oct 18 07:09:09 GMT 2011
- [seahorse/refactor: 15/33] Use the new importer infrastructure in libgcr Tue Oct 18 07:09:10 GMT 2011
- [seahorse/refactor: 30/33] Remove the status bar Tue Oct 18 07:09:14 GMT 2011
- [seahorse/refactor: 16/33] gcr: Asynchronously initialize PKCS#11 modules Tue Oct 18 07:09:15 GMT 2011
- [seahorse/refactor: 31/33] Save the set of selected place in settings Tue Oct 18 07:09:19 GMT 2011
- [seahorse/refactor: 17/33] gcr: Use functions in gcr to get PKCS#11 icons Tue Oct 18 07:09:20 GMT 2011
- [seahorse/refactor: 32/33] pgp: Change to use the gnupg logo for gpg keyrings Tue Oct 18 07:09:24 GMT 2011
- [seahorse/refactor: 18/33] Update import dialog for libgcr changes Tue Oct 18 07:09:25 GMT 2011
- [seahorse/refactor: 33/33] Use place holder text for the filter box Tue Oct 18 07:09:29 GMT 2011
- [seahorse/refactor: 19/33] Add label to the import dialog Tue Oct 18 07:09:30 GMT 2011
- [seahorse/refactor: 20/33] Refactor that there's no unnecessary use of SeahorseObject Tue Oct 18 07:09:35 GMT 2011
- [seahorse/refactor: 21/33] pkcs11: Use new gck functionality to load certificates Tue Oct 18 07:09:40 GMT 2011
- [seahorse/refactor: 22/33] Make pgp key items in the main view wrap and show all uids in one item. Tue Oct 18 07:09:45 GMT 2011
- [seahorse] Deleted branch refactor Tue Oct 18 07:09:49 GMT 2011
- [seahorse/refactor: 23/33] Allow showing and hiding the places sidebar Tue Oct 18 07:09:50 GMT 2011
- [seahorse/refactor: 24/33] WIP Tue Oct 18 07:09:55 GMT 2011
- [seahorse/refactor: 25/33] Add descriptions and clearer markup to various object types Tue Oct 18 07:10:02 GMT 2011
- [seahorse] (32 commits) Created branch refactor Tue Oct 18 07:10:02 GMT 2011
- [seahorse/refactor: 26/33] Add proper icons and text for the GnuPG and OPENSSH sources Tue Oct 18 07:10:05 GMT 2011
- [seahorse/refactor: 1/32] Use icon theme instead of stock images. Tue Oct 18 07:10:07 GMT 2011
- [seahorse/refactor: 27/33] Make the filter in the main window work again Tue Oct 18 07:10:10 GMT 2011
- [seahorse/refactor: 2/32] Use GcrCollectionModel instead of our own GtkTreeModel implementation. Tue Oct 18 07:10:12 GMT 2011
- [seahorse/refactor: 28/33] Make filtering work by text, personal, trusted and all. Tue Oct 18 07:10:15 GMT 2011
- [seahorse/refactor: 3/32] Implement GcrCollection on PGP Keys and GKR keyrings Tue Oct 18 07:10:17 GMT 2011
- [seahorse/refactor: 29/33] Sync the view-places setting properly Tue Oct 18 07:10:20 GMT 2011
- [seahorse/refactor: 4/32] Implement GcrCollection contains virtual method. Tue Oct 18 07:10:22 GMT 2011
- [seahorse/refactor: 30/33] Remove the status bar Tue Oct 18 07:10:25 GMT 2011
- [seahorse/refactor: 5/32] Refactor core of seahorse Tue Oct 18 07:10:28 GMT 2011
- [seahorse/refactor: 31/33] Save the set of selected place in settings Tue Oct 18 07:10:30 GMT 2011
- [seahorse/refactor: 6/32] Implement sidebar, structure backends and sources better Tue Oct 18 07:10:33 GMT 2011
- [seahorse/refactor: 32/33] pgp: Change to use the gnupg logo for gpg keyrings Tue Oct 18 07:10:35 GMT 2011
- [seahorse/refactor: 7/32] Move keyserver UI files to pgp directory. Tue Oct 18 07:10:38 GMT 2011
- [seahorse/refactor: 33/33] Use place holder text for the filter box Tue Oct 18 07:10:40 GMT 2011
- [seahorse/refactor: 8/32] Update translatable files for recent refactoring. Tue Oct 18 07:10:43 GMT 2011
- [seahorse/refactor: 9/32] Add CSS file and style sidebar properly. Tue Oct 18 07:10:48 GMT 2011
- [seahorse/refactor: 10/32] Allow simple mulitple select based on checks in sidebar. Tue Oct 18 07:10:53 GMT 2011
- [seahorse/refactor: 11/32] Make the main key manager view reflect what's in the side pane. Tue Oct 18 07:10:58 GMT 2011
- [seahorse/refactor: 12/32] Rename SeahorsePkcs11Source to SeahorsePkcs11Token Tue Oct 18 07:11:03 GMT 2011
- [seahorse/refactor: 13/32] Blacklist certain PKCS#11 tokens from showing up in seahorse. Tue Oct 18 07:11:08 GMT 2011
- [seahorse/refactor: 14/32] Load certificates from tokens Tue Oct 18 07:11:13 GMT 2011
- [seahorse/refactor: 15/32] Use the new importer infrastructure in libgcr Tue Oct 18 07:11:18 GMT 2011
- [seahorse/refactor: 16/32] gcr: Asynchronously initialize PKCS#11 modules Tue Oct 18 07:11:23 GMT 2011
- [seahorse/refactor: 17/32] gcr: Use functions in gcr to get PKCS#11 icons Tue Oct 18 07:11:28 GMT 2011
- [seahorse/refactor: 18/32] Update import dialog for libgcr changes Tue Oct 18 07:11:33 GMT 2011
- [seahorse/refactor: 19/32] Add label to the import dialog Tue Oct 18 07:11:38 GMT 2011
- [seahorse/refactor: 20/32] Refactor that there's no unnecessary use of SeahorseObject Tue Oct 18 07:11:43 GMT 2011
- [seahorse/refactor: 21/32] pkcs11: Use new gck functionality to load certificates Tue Oct 18 07:11:48 GMT 2011
- [seahorse/refactor: 22/32] Make pgp key items in the main view wrap and show all uids in one item. Tue Oct 18 07:11:53 GMT 2011
- [seahorse/refactor: 23/32] Allow showing and hiding the places sidebar Tue Oct 18 07:11:58 GMT 2011
- [seahorse/refactor: 24/32] Add descriptions and clearer markup to various object types Tue Oct 18 07:12:03 GMT 2011
- [seahorse/refactor: 25/32] Add proper icons and text for the GnuPG and OPENSSH sources Tue Oct 18 07:12:08 GMT 2011
- [seahorse/refactor: 26/32] Make the filter in the main window work again Tue Oct 18 07:12:13 GMT 2011
- [seahorse/refactor: 27/32] Make filtering work by text, personal, trusted and all. Tue Oct 18 07:12:18 GMT 2011
- [seahorse/refactor: 28/32] Sync the view-places setting properly Tue Oct 18 07:12:23 GMT 2011
- [seahorse/refactor: 29/32] Remove the status bar Tue Oct 18 07:12:28 GMT 2011
- [seahorse/refactor: 30/32] Save the set of selected place in settings Tue Oct 18 07:12:33 GMT 2011
- [seahorse/refactor: 31/32] pgp: Change to use the gnupg logo for gpg keyrings Tue Oct 18 07:12:38 GMT 2011
- [seahorse/refactor: 32/32] Use place holder text for the filter box Tue Oct 18 07:12:43 GMT 2011
- [gcr] gcr: Add function to get the elements of a union collection Wed Oct 19 10:13:19 GMT 2011
- [seahorse] Remove useless seahorse-algo.c file Wed Oct 19 12:50:46 GMT 2011
- [gnome-keyring/gnome-3-2] pkcs11: Make clear source of warnings from the rpc module Wed Oct 19 13:59:55 GMT 2011
- [seahorse/gnome-3-2] Add gl help file translations Thu Oct 20 08:21:54 GMT 2011
- [seahorse/gnome-3-2] With gpg2 key loading takes longer, so adjust behavior Thu Oct 20 08:21:59 GMT 2011
- [seahorse] (4 commits) ...Merge branch 'gnome-3-2' Thu Oct 20 08:26:26 GMT 2011
- [seahorse: 4/4] Merge branch 'gnome-3-2' Thu Oct 20 08:26:31 GMT 2011
- [seahorse] Deleted branch refactor Thu Oct 20 08:36:09 GMT 2011
- [seahorse] (37 commits) Created branch refactor Thu Oct 20 08:36:25 GMT 2011
- [seahorse/refactor: 1/37] Use icon theme instead of stock images. Thu Oct 20 08:36:31 GMT 2011
- [seahorse/refactor: 2/37] Use GcrCollectionModel instead of our own GtkTreeModel implementation. Thu Oct 20 08:36:37 GMT 2011
- [seahorse/refactor: 3/37] Implement GcrCollection on PGP Keys and GKR keyrings Thu Oct 20 08:36:42 GMT 2011
- [seahorse/refactor: 4/37] Implement GcrCollection contains virtual method. Thu Oct 20 08:36:47 GMT 2011
- [seahorse/refactor: 5/37] Refactor core of seahorse Thu Oct 20 08:36:52 GMT 2011
- [seahorse/refactor: 6/37] Implement sidebar, structure backends and sources better Thu Oct 20 08:36:57 GMT 2011
- [seahorse/refactor: 7/37] Move keyserver UI files to pgp directory. Thu Oct 20 08:37:02 GMT 2011
- [seahorse/refactor: 8/37] Update translatable files for recent refactoring. Thu Oct 20 08:37:07 GMT 2011
- [seahorse/refactor: 9/37] Add CSS file and style sidebar properly. Thu Oct 20 08:37:12 GMT 2011
- [seahorse/refactor: 10/37] Allow simple mulitple select based on checks in sidebar. Thu Oct 20 08:37:17 GMT 2011
- [seahorse/refactor: 11/37] Make the main key manager view reflect what's in the side pane. Thu Oct 20 08:37:22 GMT 2011
- [seahorse/refactor: 12/37] Rename SeahorsePkcs11Source to SeahorsePkcs11Token Thu Oct 20 08:37:27 GMT 2011
- [seahorse/refactor: 13/37] Blacklist certain PKCS#11 tokens from showing up in seahorse. Thu Oct 20 08:37:32 GMT 2011
- [seahorse/refactor: 14/37] Load certificates from tokens Thu Oct 20 08:37:37 GMT 2011
- [seahorse/refactor: 15/37] Use the new importer infrastructure in libgcr Thu Oct 20 08:37:42 GMT 2011
- [seahorse/refactor: 16/37] gcr: Asynchronously initialize PKCS#11 modules Thu Oct 20 08:37:47 GMT 2011
- [seahorse/refactor: 17/37] gcr: Use functions in gcr to get PKCS#11 icons Thu Oct 20 08:37:52 GMT 2011
- [seahorse/refactor: 18/37] Update import dialog for libgcr changes Thu Oct 20 08:37:57 GMT 2011
- [seahorse/refactor: 19/37] Add label to the import dialog Thu Oct 20 08:38:02 GMT 2011
- [seahorse/refactor: 20/37] Refactor that there's no unnecessary use of SeahorseObject Thu Oct 20 08:38:08 GMT 2011
- [seahorse/refactor: 21/37] pkcs11: Use new gck functionality to load certificates Thu Oct 20 08:38:12 GMT 2011
- [seahorse/refactor: 22/37] Make pgp key items in the main view wrap and show all uids in one item. Thu Oct 20 08:38:18 GMT 2011
- [seahorse/refactor: 23/37] Allow showing and hiding the places sidebar Thu Oct 20 08:38:23 GMT 2011
- [seahorse/refactor: 24/37] Add descriptions and clearer markup to various object types Thu Oct 20 08:38:29 GMT 2011
- [seahorse/refactor: 25/37] Add proper icons and text for the GnuPG and OPENSSH sources Thu Oct 20 08:38:33 GMT 2011
- [seahorse/refactor: 26/37] Make the filter in the main window work again Thu Oct 20 08:38:38 GMT 2011
- [seahorse/refactor: 27/37] Make filtering work by text, personal, trusted and all. Thu Oct 20 08:38:43 GMT 2011
- [seahorse/refactor: 28/37] Sync the view-places setting properly Thu Oct 20 08:38:48 GMT 2011
- [seahorse/refactor: 29/37] Remove the status bar Thu Oct 20 08:38:53 GMT 2011
- [seahorse/refactor: 30/37] Save the set of selected place in settings Thu Oct 20 08:38:58 GMT 2011
- [seahorse/refactor: 31/37] pgp: Change to use the gnupg logo for gpg keyrings Thu Oct 20 08:39:03 GMT 2011
- [seahorse/refactor: 32/37] Use place holder text for the filter box Thu Oct 20 08:39:08 GMT 2011
- [seahorse/refactor: 33/37] Remove SeahorseView and merge functionality into SeahorseViewer Thu Oct 20 08:39:13 GMT 2011
- [seahorse/refactor: 34/37] Rework how actions come from the backends and various objects. Thu Oct 20 08:39:19 GMT 2011
- [seahorse/refactor: 35/37] Rework build options Thu Oct 20 08:39:23 GMT 2011
- [seahorse/refactor: 36/37] Fix for various deprecations in Glib and GTK Thu Oct 20 08:39:28 GMT 2011
- [seahorse/refactor: 37/37] Right clicking on the sidebar items for context menus. Thu Oct 20 08:39:33 GMT 2011
- [seahorse/refactor] Cleanup adding new keys, items, keyrings Thu Oct 20 11:57:27 GMT 2011
- [seahorse/refactor] Fix double free of list of selected items Thu Oct 20 11:57:31 GMT 2011
- [seahorse/refactor] Make delete actions work properly again Thu Oct 20 11:57:37 GMT 2011
- [gtk+] gtk: GtkToolbar returns invalid paths when adding tool items Thu Oct 20 12:19:23 GMT 2011
- [seahorse] (40 commits) ...Make delete actions work properly again Thu Oct 20 12:21:02 GMT 2011
- [seahorse] Deleted branch refactor Thu Oct 20 12:21:15 GMT 2011
- [gnome-keyring/gnome-3-2] secret-store: Return results with the most recent result first Thu Oct 20 14:39:03 GMT 2011
- [libgnome-keyring/gnome-3-2] Fill in the gnome_keyring_item_info_get_mtime() field correctly Thu Oct 20 15:00:37 GMT 2011
- [libgnome-keyring/gnome-3-2] Make sure to return find results in original order from daemon Thu Oct 20 15:00:42 GMT 2011
- [libgnome-keyring] Fill in the gnome_keyring_item_info_get_mtime() field correctly Thu Oct 20 15:00:44 GMT 2011
- [libgnome-keyring] Make sure to return find results in original order from daemon Thu Oct 20 15:00:48 GMT 2011
- [gcr] Release version 3.3.1 Mon Oct 24 06:37:43 GMT 2011
- [gcr] Created tag 3.3.1 Mon Oct 24 06:38:07 GMT 2011
- [gnome-keyring] (12 commits) ...Merge branch 'gnome-3-2' Mon Oct 24 06:50:25 GMT 2011
- [gnome-keyring: 12/12] Merge branch 'gnome-3-2' Mon Oct 24 06:50:30 GMT 2011
- [gcr] Bump version number Mon Oct 24 06:51:39 GMT 2011
- [gnome-keyring] Release 3.3.1 Mon Oct 24 07:03:17 GMT 2011
- [gnome-keyring] Created tag 3.3.1 Mon Oct 24 07:03:32 GMT 2011
- [gnome-keyring] Bump version number Mon Oct 24 07:06:40 GMT 2011
- [seahorse] Release version 3.3.1 Mon Oct 24 07:20:05 GMT 2011
- [seahorse] Created tag 3.3.1 Mon Oct 24 07:20:26 GMT 2011
- [seahorse] Bump version number Mon Oct 24 07:22:12 GMT 2011
- [seahorse-nautilus] Created tag 3.3.1 Mon Oct 24 07:34:51 GMT 2011
- [seahorse-sharing] Release version 3.2.1 Mon Oct 24 07:41:16 GMT 2011
- [seahorse-nautilus] Bump version number Mon Oct 24 07:41:25 GMT 2011
- [gnome-keyring/gnome-3-2] pkcs11: Use g_random_int_range() for pseudo-random hash iteration count Tue Oct 25 11:10:59 GMT 2011
- [gnome-keyring] Build correctly with glib 2.31 Wed Oct 26 12:02:48 GMT 2011
- [gnome-keyring] Release version 3.3.1.1 Wed Oct 26 12:02:53 GMT 2011
- [gnome-keyring] Created tag 3.3.1.1 Wed Oct 26 12:03:07 GMT 2011
- [gnome-keyring] Bump version number Wed Oct 26 12:05:27 GMT 2011
- [gcr] gcr: Don't include main headers in individual components Wed Oct 26 18:07:13 GMT 2011
- [gcr] gcr: Fix building of introspection dependencies Wed Oct 26 18:07:18 GMT 2011
- [seahorse] Fix issues building without pgp, ssh, or pkcs11 backends Wed Oct 26 18:38:26 GMT 2011
- [seahorse] Release version 3.3.1.1 Wed Oct 26 18:43:30 GMT 2011
- [seahorse] Created tag 3.3.1.1 Wed Oct 26 18:44:47 GMT 2011
- [seahorse] Bump version number Wed Oct 26 18:48:22 GMT 2011
- [gcr] Release version 3.3.1.1 Wed Oct 26 18:54:08 GMT 2011
- [gcr] Created tag 3.3.1.1 Wed Oct 26 18:55:39 GMT 2011
- [gcr] Bump version number Wed Oct 26 19:03:58 GMT 2011
- [gcr] gck: Remove duplicate typedef of GckObjectAttributes Fri Oct 28 13:00:12 GMT 2011
- [gcr] gcr: Remove redefinition of GcrRenderer typedef Fri Oct 28 18:32:17 GMT 2011
- [gcr] Remove g_thread_init() calls. Sat Oct 29 19:35:33 GMT 2011
- [gcr] gcr: Fix gobject-introspection build ... again Sun Oct 30 19:46:21 GMT 2011
Takayuki Kusano
Takeshi Aihana
Thomas Hindoe Paaboel Andersen
Tiffany Antopolski
Timo Jyrinki
Tomas Bzatek
Tomeu Vizoso
Tommi Vainikainen
Toms Baugis
Travis Reitter
Tristan Van Berkom
Ulrik Sverdrup
=?utf-8?b?Si4gRsOpbGl4IE9udGHDscOzbg==?=
=?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
=?utf-8?b?SmnFmcOtIFRlY2hldA==?=
=?utf-8?b?TWFyZWsgS2HFocOtaw==?=
=?utf-8?b?U2XDoW4gZGUgQsO6cmNh?=
=?utf-8?b?UGV0ciBLb3bDocWZ?=
=?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
=?utf-8?b?xYF1a2FzeiBKZXJuYcWb?=
=?utf-8?q?Andr=C3=A9s_Aragoneses?=
=?utf-8?q?Antti_Kaijanm=C3=A4ki?=
=?utf-8?q?Aurimas_=C4=8Cernius?=
=?utf-8?q?Beno=C3=AEt_Dupasquier?=
=?utf-8?q?Bj=C3=B6rn_Lindqvist?=
=?utf-8?q?Chris_K=C3=BChl?=
=?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
=?utf-8?q?Dan_Vr=C3=A1til?=
=?utf-8?q?Florian_M=C3=BCllner?=
=?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
=?utf-8?q?Guido_G=C3=BCnther?=
=?utf-8?q?Guillaume_J=C3=A9r=C3=B4me_Emont?=
=?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
=?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
=?utf-8?q?Javier_Jard=C3=B3n?=
=?utf-8?q?J=C3=BCrg_Billeter?=
=?utf-8?q?Jean_Br=C3=A9fort?=
=?utf-8?q?Jos=C3=A9_Alburquerque?=
=?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
=?utf-8?q?Mario_Bl=C3=A4ttermann?=
=?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
=?utf-8?q?Pavol_=C5=A0imo?=
=?utf-8?q?Piotr_Dr=C4=85g?=
=?utf-8?q?S=C3=A9bastien_Wilmet?=
=?utf-8?q?Steve_Fr=C3=A9cinaux?=
=?utf-8?q?Torsten_Sch=C3=B6nfeld?=
=?utf-8?q?Wolfgang_St=C3=B6ggl?=
=?utf-8?q?Xandru_Armesto_Fern=C3=A1ndez?=
Vibha Yadav
Victor Matheus de Araujo Oliveira
Ville-Pekka Vainio
Vincent Povirk
Vincent Untz
Vivien Malerba
Will Thompson
W . Michael Petullo
Wolfgang Hofer
Wouter Bolsterlee
Xan Lopez
Xavier Claessens
Yaron Shahrabani
YunQiang Su
Yuri Myasoedov
Zeeshan Ali Khattak
Zoltan Kota
Mail converted by MHonArc