← Back to team overview

gtg team mailing list archive

[Merge] lp:~parinporecha/gtg/urgency_color_patch into lp:gtg

 

Parin Porecha has proposed merging lp:~parinporecha/gtg/urgency_color_patch into lp:gtg.

Requested reviews:
  Gtg developers (gtg)

For more details, see:
https://code.launchpad.net/~parinporecha/gtg/urgency_color_patch/+merge/141040

This is a patch for the Bug #1039651. Due to some errors, I had to propose merging again. Hence, the diff might not show the changes I have made. I have modified the GTG/plugins/urgency_color/urgency_color.py. I have tested the patch and it works well
-- 
https://code.launchpad.net/~parinporecha/gtg/urgency_color_patch/+merge/141040
Your team Gtg developers is requested to review the proposed merge of lp:~parinporecha/gtg/urgency_color_patch into lp:gtg.
=== modified file '.bzrignore' (properties changed: -x to +x)
=== modified file 'AUTHORS' (properties changed: -x to +x)
=== modified file 'CHANGELOG' (properties changed: -x to +x)
=== modified file 'GTG/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_evolution.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_gnote.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_identica.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_launchpad.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_localfile.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_mantis.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_rtm.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_tomboy.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backend_twitter.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/backendsignals.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/genericbackend.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/generictomboy.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/periodicimportbackend.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/rtm/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/syncengine.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/api.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/auth.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/binder.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/cache.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/cursor.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/error.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/models.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/oauth.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/parsers.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/streaming.py' (properties changed: -x to +x)
=== modified file 'GTG/backends/tweepy/utils.py' (properties changed: -x to +x)
=== modified file 'GTG/core/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/core/datastore.py' (properties changed: -x to +x)
=== modified file 'GTG/core/firstrun_tasks.py' (properties changed: -x to +x)
=== modified file 'GTG/core/plugins/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/core/plugins/api.py' (properties changed: -x to +x)
=== modified file 'GTG/core/plugins/engine.py' (properties changed: -x to +x)
=== modified file 'GTG/core/requester.py' (properties changed: -x to +x)
=== modified file 'GTG/core/search.py' (properties changed: -x to +x)
=== modified file 'GTG/core/tag.py' (properties changed: -x to +x)
=== modified file 'GTG/core/task.py' (properties changed: -x to +x)
=== modified file 'GTG/core/treefactory.py' (properties changed: -x to +x)
=== modified file 'GTG/gtg.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog.glade' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/addpanel.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/backendscombo.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/backendstree.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/configurepanel.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/checkboxui.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/importtagsui.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/passwordui.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/pathui.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/periodui.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/textui.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/CellRendererTags.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/browser.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/custominfobar.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/modifytags_dialog.glade' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/modifytags_dialog.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/simple_color_selector.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/tag_context_menu.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/tag_editor.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/taskbrowser.glade' (properties changed: -x to +x)
=== modified file 'GTG/gtk/browser/treeview_factory.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/colors.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/crashhandler.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/dbuswrapper.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/delete_dialog.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/deletion.glade' (properties changed: -x to +x)
=== modified file 'GTG/gtk/editor/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/editor/calendar.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/editor/editor.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/editor/taskeditor.glade' (properties changed: -x to +x)
=== modified file 'GTG/gtk/editor/taskview.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/editor/taskviewserial.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/manager.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/plugins.glade' (properties changed: -x to +x)
=== modified file 'GTG/gtk/plugins.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/preferences.glade' (properties changed: -x to +x)
=== modified file 'GTG/gtk/preferences.py' (properties changed: -x to +x)
=== modified file 'GTG/gtk/tag_completion.py' (properties changed: -x to +x)
=== modified file 'GTG/info.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/bugzilla.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/bugzilla/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/bugzilla/bug.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/bugzilla/bugzilla.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/bugzilla/server.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export.ui' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/description_pocketmod.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/description_sexy.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/description_simple.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/description_statusrpt.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/description_textual.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/graphics_pocketmod.svg' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/script_pocketmod' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/template_pocketmod.tex' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/template_sexy.html' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/template_simple.html' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/template_statusrpt.txt' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/template_textual.txt' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/thumbnail_pocketmod.png' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/thumbnail_sexy.png' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/thumbnail_simple.png' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/thumbnail_statusrpt.png' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/export_templates/thumbnail_textual.png' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/task_str.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/export/templates.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized-tasks.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/geolocalized.glade' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/geolocalized_tasks.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/icons/hicolor/16x16/assign-location.png' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/icons/hicolor/24x24/geolocalization.png' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/icons/hicolor/svg/assign-location.svg' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/icons/hicolor/svg/geolocalization.svg' (properties changed: -x to +x)
=== modified file 'GTG/plugins/geolocalized_tasks/marker.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/hamster.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/hamster/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/hamster/hamster.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/hamster/prefs.ui' (properties changed: -x to +x)
=== modified file 'GTG/plugins/notification-area.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/notification_area/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/notification_area/notification_area.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/notification_area/notification_area.ui' (properties changed: -x to +x)
=== modified file 'GTG/plugins/send-email.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/send_email/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/send_email/sendEmail.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/task-reaper.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/task_reaper/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/task_reaper/reaper.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/task_reaper/reaper.ui' (properties changed: -x to +x)
=== modified file 'GTG/plugins/tomboy.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/tomboy/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/tomboy/combobox_enhanced.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/tomboy/tomboy.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/tomboy/tomboy.ui' (properties changed: -x to +x)
=== modified file 'GTG/plugins/untouched-tasks.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/untouched_tasks/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/untouched_tasks/untouchedTasks.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/untouched_tasks/untouchedTasks.ui' (properties changed: -x to +x)
=== modified file 'GTG/plugins/urgency-color.gtg-plugin' (properties changed: -x to +x)
=== modified file 'GTG/plugins/urgency_color/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/plugins/urgency_color/preferences.ui' (properties changed: -x to +x)
=== modified file 'GTG/plugins/urgency_color/urgency_color.py' (properties changed: -x to +x)
--- GTG/plugins/urgency_color/urgency_color.py	2012-12-16 14:59:32 +0000
+++ GTG/plugins/urgency_color/urgency_color.py	2012-12-21 09:14:23 +0000
@@ -58,6 +58,29 @@
             return self._pref_data['color_overdue']
         else:
             return None
+    
+    """ This method checks the background color of a node and returns the
+        color """
+    def get_node_bgcolor(self, node, standard_color):
+        sdate = node.get_start_date()
+        ddate = node.get_due_date()
+        if (sdate != Date.no_date() != ddate):
+            dayspan = (ddate - sdate).days
+            daysleft = ddate.days_left()
+
+            redf = self._pref_data['reddays']
+            reddays = int(ceil(redf*dayspan/100))
+            color = 0
+            if daysleft <= dayspan:
+                color = 1
+            if daysleft <= reddays:
+                color = 2
+            if daysleft < 0:
+                color = 3
+	    
+	    return color
+    	else:
+	    return 4
 
     def bgcolor(self, node, standard_color):
         sdate = node.get_start_date()
@@ -75,6 +98,24 @@
                 color = 2
             if daysleft < 0:
                 color = 3
+
+	    """ This function recursively fetches a list of all the children of a task. """
+    	    def __get_defined_child_list(node):
+		    child_list = []
+		    for child_id in node.children:
+			    child = node.req.get_task(child_id)
+		            child_list += __get_defined_child_list(child)
+			    child_list.append(child_id)
+	            return child_list
+
+            child_list = __get_defined_child_list(node)
+	    for child_id in child_list:
+		    child = self.req.get_task(child_id)
+		    color_of_child = self.get_node_bgcolor(child,standard_color)
+		    if color_of_child == 4:
+			    continue
+		    elif color_of_child > color:
+			    color = color_of_child
             # This list should be implemented in the settings
             #print "Giving color"
             return self._get_color(color)

=== modified file 'GTG/tests/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/signals_testing.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_apidocs.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_backend_tomboy.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_backends.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_bidict.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_datastore.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_dates.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_interruptible.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_networkmanager.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_search_filter.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_search_query.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_signal_testing.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_syncengine.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_syncmeme.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_tag.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_tool_tags.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_tools_tags.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_twokeydict.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/test_urlregex.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/tree_testing.py' (properties changed: -x to +x)
=== modified file 'GTG/tests/xdg/xdg.txt' (properties changed: -x to +x)
=== modified file 'GTG/tools/__init__.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/bidict.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/borg.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/cleanxml.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/clipboard.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/dates.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/interruptible.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/keyring.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/logger.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/tags.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/taskxml.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/testingmode.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/twokeydict.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/urlregex.py' (properties changed: -x to +x)
=== modified file 'GTG/tools/watchdog.py' (properties changed: -x to +x)
=== modified file 'HACKING' (properties changed: -x to +x)
=== modified file 'LICENSE' (properties changed: -x to +x)
=== modified file 'MANIFEST.in' (properties changed: -x to +x)
=== modified file 'Makefile' (properties changed: -x to +x)
=== modified file 'README' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_evolution.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_gnote.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_identica.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_launchpad.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_localfile.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_mantis.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_rtm.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_tomboy.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/128x128/apps/backend_twitter.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-note-new.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-plugin.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-tag-new.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-tag.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-task-dismiss.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-task-done.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-task-new.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-task-undismiss.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/actions/gtg-task-undone.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/apps/gtg.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/categories/gtg-tags-all.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/categories/gtg-tags-none.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/categories/search.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/emblems/gtg-home.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/emblems/gtg-people.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/16x16/emblems/gtg-work.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-note-new.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-plugin.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-tag-new.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-tag.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-task-dismiss.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-task-done.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-task-new.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-task-undismiss.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/actions/gtg-task-undone.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/apps/gtg.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/apps/gtg_need_attention.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/22x22/categories/items-tags.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/24x24/actions/gtg-tag-new.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/24x24/apps/gtg.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/32x32/actions/gtg-plugin.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/32x32/apps/gtg.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_evolution.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_gnote.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_identica.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_launchpad.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_localfile.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_mantis.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_rtm.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_tomboy.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/48x48/apps/backend_twitter.png' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/scalable/apps/backend_localfile.svg' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/scalable/apps/gtg.svg' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/svg/gtg-plugin.svg' (properties changed: -x to +x)
=== modified file 'data/icons/hicolor/svg/gtg.svg' (properties changed: -x to +x)
=== modified file 'data/icons/ubuntu-mono-dark/22x22/apps/gtg_need_attention.svg' (properties changed: -x to +x)
=== modified file 'data/icons/ubuntu-mono-light/22x22/apps/gtg_need_attention.svg' (properties changed: -x to +x)
=== modified file 'doc/gtcli.1' (properties changed: -x to +x)
=== modified file 'doc/gtg.1' (properties changed: -x to +x)
=== modified file 'doc/gtg_new_task.1' (properties changed: -x to +x)
=== modified file 'doc/release_notes/0.3.0.txt' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/Understand-GTG-main-window.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/configure-sync.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/edit_tag.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/edit_task.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/get_started.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/gtg-icon.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/gtg-screenshot.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/modify-tag.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/mover1.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/mover2.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/mover3.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/mover4.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/plugins.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/quick_tag_entry.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/select-sync.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/select_sync_service.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/set_date_task_browser.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/set_date_task_open.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/subtasks.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/subtasks2.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/tag.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/task-management.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/tasks.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/figures/workview.png' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-add-sync.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-add-tag.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-create-new-task.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-create-plugin.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-create-sync.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-credits-design.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-credits-dev.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-credits-trans.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-delete-task.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-dismiss-task.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-edit-task.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-faq.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-join-developers.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-join-users.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-main-window.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-plugins.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-ppa.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-quickadd-dates.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-quickadd-new-task.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-quickadd.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-quickstart.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-report-problem.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-search-intro.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-search-syntax.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-set-task-date.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-shortcut-keys.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-subtasks.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-sync.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-tag-color.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-tags.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-tasks.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-translate.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/gtg-workview.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/index.page' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/videos/GetStarted.ogg' (properties changed: -x to +x)
=== modified file 'doc/userdoc/C/videos/quick-add2.webm' (properties changed: -x to +x)
=== modified file 'gtg.desktop' (properties changed: -x to +x)
=== modified file 'org.gnome.GTG.service' (properties changed: -x to +x)
=== modified file 'po/af.po' (properties changed: -x to +x)
=== modified file 'po/ar.po' (properties changed: -x to +x)
=== modified file 'po/ast.po' (properties changed: -x to +x)
=== modified file 'po/be.po' (properties changed: -x to +x)
=== modified file 'po/bg.po' (properties changed: -x to +x)
=== modified file 'po/bn.po' (properties changed: -x to +x)
=== modified file 'po/ca.po' (properties changed: -x to +x)
=== modified file 'po/cs.po' (properties changed: -x to +x)
=== modified file 'po/da.po' (properties changed: -x to +x)
=== modified file 'po/de.po' (properties changed: -x to +x)
=== modified file 'po/el.po' (properties changed: -x to +x)
=== modified file 'po/en_CA.po' (properties changed: -x to +x)
=== modified file 'po/en_GB.po' (properties changed: -x to +x)
=== modified file 'po/eo.po' (properties changed: -x to +x)
=== modified file 'po/es.po' (properties changed: -x to +x)
=== modified file 'po/eu.po' (properties changed: -x to +x)
=== modified file 'po/fa.po' (properties changed: -x to +x)
=== modified file 'po/fi.po' (properties changed: -x to +x)
=== modified file 'po/fr.po' (properties changed: -x to +x)
=== modified file 'po/gl.po' (properties changed: -x to +x)
=== modified file 'po/gtg.pot' (properties changed: -x to +x)
=== modified file 'po/he.po' (properties changed: -x to +x)
=== modified file 'po/hr.po' (properties changed: -x to +x)
=== modified file 'po/hu.po' (properties changed: -x to +x)
=== modified file 'po/ia.po' (properties changed: -x to +x)
=== modified file 'po/id.po' (properties changed: -x to +x)
=== modified file 'po/is.po' (properties changed: -x to +x)
=== modified file 'po/it.po' (properties changed: -x to +x)
=== modified file 'po/ja.po' (properties changed: -x to +x)
=== modified file 'po/jbo.po' (properties changed: -x to +x)
=== modified file 'po/ka.po' (properties changed: -x to +x)
=== modified file 'po/ko.po' (properties changed: -x to +x)
=== modified file 'po/lt.po' (properties changed: -x to +x)
=== modified file 'po/mg.po' (properties changed: -x to +x)
=== modified file 'po/ms.po' (properties changed: -x to +x)
=== modified file 'po/nb.po' (properties changed: -x to +x)
=== modified file 'po/nds.po' (properties changed: -x to +x)
=== modified file 'po/nl.po' (properties changed: -x to +x)
=== modified file 'po/oc.po' (properties changed: -x to +x)
=== modified file 'po/pl.po' (properties changed: -x to +x)
=== modified file 'po/pt.po' (properties changed: -x to +x)
=== modified file 'po/pt_BR.po' (properties changed: -x to +x)
=== modified file 'po/ro.po' (properties changed: -x to +x)
=== modified file 'po/ru.po' (properties changed: -x to +x)
=== modified file 'po/si.po' (properties changed: -x to +x)
=== modified file 'po/sk.po' (properties changed: -x to +x)
=== modified file 'po/sl.po' (properties changed: -x to +x)
=== modified file 'po/sq.po' (properties changed: -x to +x)
=== modified file 'po/sr.po' (properties changed: -x to +x)
=== modified file 'po/sv.po' (properties changed: -x to +x)
=== modified file 'po/te.po' (properties changed: -x to +x)
=== modified file 'po/th.po' (properties changed: -x to +x)
=== modified file 'po/tr.po' (properties changed: -x to +x)
=== modified file 'po/uk.po' (properties changed: -x to +x)
=== modified file 'po/zh_CN.po' (properties changed: -x to +x)
=== modified file 'po/zh_TW.po' (properties changed: -x to +x)
=== modified file 'setup.py' (properties changed: -x to +x)
=== modified file 'test/data/bryce/xdg/config/gtg/gtg.conf' (properties changed: -x to +x)
=== modified file 'test/data/bryce/xdg/config/gtg/tasks.conf' (properties changed: -x to +x)
=== modified file 'test/data/bryce/xdg/data/gtg/d4657d9f-3440-4791-a3d7-63cb4f00012e.xml' (properties changed: -x to +x)
=== modified file 'test/data/bryce/xdg/data/gtg/projects.xml' (properties changed: -x to +x)
=== modified file 'test/data/bryce/xdg/data/gtg/tags.xml' (properties changed: -x to +x)
=== modified file 'test/data/standard/xdg/config/gtg/gtg.conf' (properties changed: -x to +x)
=== modified file 'test/data/standard/xdg/config/gtg/tasks.conf' (properties changed: -x to +x)
=== modified file 'test/data/standard/xdg/data/gtg/866eace6-7482-41e9-b450-e9664a5d1602.xml' (properties changed: -x to +x)
=== modified file 'test/data/standard/xdg/data/gtg/gtg.pid' (properties changed: -x to +x)
=== modified file 'test/data/standard/xdg/data/gtg/projects.xml' (properties changed: -x to +x)
=== modified file 'test/data/standard/xdg/data/gtg/tags.xml' (properties changed: -x to +x)