gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #03724
[Merge] lp:~izidor/gtg/header-comments into lp:gtg
Izidor Matušov has proposed merging lp:~izidor/gtg/header-comments into lp:gtg.
Requested reviews:
Gtg developers (gtg)
For more details, see:
https://code.launchpad.net/~izidor/gtg/header-comments/+merge/136065
Make sure every file has the proper license comment:
* Getting Things GNOME! instead of Gettings Things Gnome!
* Year 2008-2012
--
https://code.launchpad.net/~izidor/gtg/header-comments/+merge/136065
Your team Gtg developers is requested to review the proposed merge of lp:~izidor/gtg/header-comments into lp:gtg.
=== modified file 'GTG/__init__.py'
--- GTG/__init__.py 2012-08-04 20:11:55 +0000
+++ GTG/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -17,7 +17,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
"""
-Getting Things Gnome! A personal organizer for the GNOME desktop
+Getting Things GNOME! A personal organizer for the GNOME desktop
"""
import os
=== modified file 'GTG/backends/__init__.py'
--- GTG/backends/__init__.py 2012-07-13 17:24:28 +0000
+++ GTG/backends/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_evolution.py'
--- GTG/backends/backend_evolution.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_evolution.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_gnote.py'
--- GTG/backends/backend_gnote.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_gnote.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_identica.py'
--- GTG/backends/backend_identica.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_identica.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_launchpad.py'
--- GTG/backends/backend_launchpad.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_launchpad.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_localfile.py'
--- GTG/backends/backend_localfile.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_localfile.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_mantis.py'
--- GTG/backends/backend_mantis.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_mantis.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_rtm.py'
--- GTG/backends/backend_rtm.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_rtm.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_tomboy.py'
--- GTG/backends/backend_tomboy.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_tomboy.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backend_twitter.py'
--- GTG/backends/backend_twitter.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backend_twitter.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/backendsignals.py'
--- GTG/backends/backendsignals.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/backendsignals.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/genericbackend.py'
--- GTG/backends/genericbackend.py 2012-08-16 09:02:32 +0000
+++ GTG/backends/genericbackend.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/generictomboy.py'
--- GTG/backends/generictomboy.py 2012-07-24 15:09:38 +0000
+++ GTG/backends/generictomboy.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/periodicimportbackend.py'
--- GTG/backends/periodicimportbackend.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/periodicimportbackend.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/syncengine.py'
--- GTG/backends/syncengine.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/syncengine.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/backends/tweepy/oauth.py'
--- GTG/backends/tweepy/oauth.py 2012-05-23 08:55:31 +0000
+++ GTG/backends/tweepy/oauth.py 2012-11-25 21:28:21 +0000
@@ -652,4 +652,4 @@
def build_signature(self, oauth_request, consumer, token):
key, raw = self.build_signature_base_string(oauth_request, consumer,
token)
- return key
\ No newline at end of file
+ return key
=== modified file 'GTG/core/__init__.py'
--- GTG/core/__init__.py 2012-11-01 10:09:06 +0000
+++ GTG/core/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/core/datastore.py'
--- GTG/core/datastore.py 2012-11-01 10:09:06 +0000
+++ GTG/core/datastore.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/firstrun_tasks.py'
--- GTG/core/firstrun_tasks.py 2012-11-15 10:55:45 +0000
+++ GTG/core/firstrun_tasks.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/core/plugins/__init__.py'
--- GTG/core/plugins/__init__.py 2012-05-23 08:55:31 +0000
+++ GTG/core/plugins/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/plugins/api.py'
--- GTG/core/plugins/api.py 2012-07-13 17:24:28 +0000
+++ GTG/core/plugins/api.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/plugins/engine.py'
--- GTG/core/plugins/engine.py 2012-07-13 17:24:28 +0000
+++ GTG/core/plugins/engine.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/requester.py'
--- GTG/core/requester.py 2012-07-30 15:24:04 +0000
+++ GTG/core/requester.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/search.py'
--- GTG/core/search.py 2012-07-22 17:52:20 +0000
+++ GTG/core/search.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/tag.py'
--- GTG/core/tag.py 2012-10-23 13:57:23 +0000
+++ GTG/core/tag.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/task.py'
--- GTG/core/task.py 2012-11-01 11:52:29 +0000
+++ GTG/core/task.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/core/treefactory.py'
--- GTG/core/treefactory.py 2012-10-20 12:53:16 +0000
+++ GTG/core/treefactory.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtg.py'
--- GTG/gtg.py 2012-07-23 12:04:01 +0000
+++ GTG/gtg.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,8 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -19,7 +19,7 @@
#
#==============================================================================
#
-# Getting things Gnome!: a gtd-inspired organizer for GNOME
+# Getting things GNOME!: a gtd-inspired organizer for GNOME
#
# @author : B. Rousseau, L. Dricot
# @date : November 2008
=== modified file 'GTG/gtk/__init__.py'
--- GTG/gtk/__init__.py 2012-07-13 17:24:28 +0000
+++ GTG/gtk/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/gtk/backends_dialog/__init__.py'
--- GTG/gtk/backends_dialog/__init__.py 2012-11-10 12:08:18 +0000
+++ GTG/gtk/backends_dialog/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/addpanel.py'
--- GTG/gtk/backends_dialog/addpanel.py 2012-11-10 12:08:18 +0000
+++ GTG/gtk/backends_dialog/addpanel.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/backendscombo.py'
--- GTG/gtk/backends_dialog/backendscombo.py 2012-11-10 12:08:18 +0000
+++ GTG/gtk/backends_dialog/backendscombo.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/backendstree.py'
--- GTG/gtk/backends_dialog/backendstree.py 2012-11-10 12:08:18 +0000
+++ GTG/gtk/backends_dialog/backendstree.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/configurepanel.py'
--- GTG/gtk/backends_dialog/configurepanel.py 2012-11-10 12:08:18 +0000
+++ GTG/gtk/backends_dialog/configurepanel.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/__init__.py'
--- GTG/gtk/backends_dialog/parameters_ui/__init__.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/checkboxui.py'
--- GTG/gtk/backends_dialog/parameters_ui/checkboxui.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/checkboxui.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/importtagsui.py'
--- GTG/gtk/backends_dialog/parameters_ui/importtagsui.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/importtagsui.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/passwordui.py'
--- GTG/gtk/backends_dialog/parameters_ui/passwordui.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/passwordui.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/pathui.py'
--- GTG/gtk/backends_dialog/parameters_ui/pathui.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/pathui.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/periodui.py'
--- GTG/gtk/backends_dialog/parameters_ui/periodui.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/periodui.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/textui.py'
--- GTG/gtk/backends_dialog/parameters_ui/textui.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/textui.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/browser/CellRendererTags.py'
--- GTG/gtk/browser/CellRendererTags.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/browser/CellRendererTags.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/browser/__init__.py'
--- GTG/gtk/browser/__init__.py 2012-08-08 14:56:18 +0000
+++ GTG/gtk/browser/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/browser/browser.py'
--- GTG/gtk/browser/browser.py 2012-11-01 10:09:06 +0000
+++ GTG/gtk/browser/browser.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
-# pylint: disable-msg=W0201
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/browser/custominfobar.py'
--- GTG/gtk/browser/custominfobar.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/browser/custominfobar.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/browser/modifytags_dialog.py'
--- GTG/gtk/browser/modifytags_dialog.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/browser/modifytags_dialog.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/gtk/browser/simple_color_selector.py'
--- GTG/gtk/browser/simple_color_selector.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/browser/simple_color_selector.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
-# pylint: disable-msg=W0201
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -17,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+# pylint: disable-msg=W0201
"""
simple_color_selector: a module defining a widget allowing to pick a color
=== modified file 'GTG/gtk/browser/tag_context_menu.py'
--- GTG/gtk/browser/tag_context_menu.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/browser/tag_context_menu.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
-# pylint: disable-msg=W0201
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -17,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+# pylint: disable-msg=W0201
"""
tag_context_menu:
=== modified file 'GTG/gtk/browser/tag_editor.py'
--- GTG/gtk/browser/tag_editor.py 2012-07-13 17:24:28 +0000
+++ GTG/gtk/browser/tag_editor.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
-# pylint: disable-msg=W0201
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -17,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+# pylint: disable-msg=W0201
"""
tag_editor: this module contains two classes: TagIconSelector and TagEditor.
=== modified file 'GTG/gtk/browser/treeview_factory.py'
--- GTG/gtk/browser/treeview_factory.py 2012-11-01 10:23:05 +0000
+++ GTG/gtk/browser/treeview_factory.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+
import gtk
import gobject
import pango
=== modified file 'GTG/gtk/colors.py'
--- GTG/gtk/colors.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/colors.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+
import gtk
#Take list of Tags and give the background color that should be applied
=== modified file 'GTG/gtk/dbuswrapper.py'
--- GTG/gtk/dbuswrapper.py 2012-07-13 17:24:28 +0000
+++ GTG/gtk/dbuswrapper.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
-# pylint: disable-msg=W0201
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -17,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+# pylint: disable-msg=W0201
import dbus
import dbus.glib
=== modified file 'GTG/gtk/delete_dialog.py'
--- GTG/gtk/delete_dialog.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/delete_dialog.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
-# pylint: disable-msg=W0201
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -17,6 +16,8 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+# pylint: disable-msg=W0201
+
import gtk
from GTG import _, ngettext
=== modified file 'GTG/gtk/editor/__init__.py'
--- GTG/gtk/editor/__init__.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/editor/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/editor/calendar.py'
--- GTG/gtk/editor/calendar.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/editor/calendar.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+
import datetime
import gobject
=== modified file 'GTG/gtk/editor/editor.py'
--- GTG/gtk/editor/editor.py 2012-08-26 16:41:47 +0000
+++ GTG/gtk/editor/editor.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/editor/taskview.py'
--- GTG/gtk/editor/taskview.py 2012-10-23 09:31:00 +0000
+++ GTG/gtk/editor/taskview.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/gtk/editor/taskviewserial.py'
--- GTG/gtk/editor/taskviewserial.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/editor/taskviewserial.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+
import xml.dom.minidom
=== modified file 'GTG/gtk/manager.py'
--- GTG/gtk/manager.py 2012-07-13 17:24:28 +0000
+++ GTG/gtk/manager.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
-# pylint: disable-msg=W0201
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -17,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+# pylint: disable-msg=W0201
"""
Manager loads the prefs and launches the gtk main loop
"""
=== modified file 'GTG/gtk/plugins.py'
--- GTG/gtk/plugins.py 2012-06-07 15:25:05 +0000
+++ GTG/gtk/plugins.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/gtk/preferences.py'
--- GTG/gtk/preferences.py 2012-10-31 15:41:14 +0000
+++ GTG/gtk/preferences.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/gtk/tag_completion.py'
--- GTG/gtk/tag_completion.py 2012-05-23 08:55:31 +0000
+++ GTG/gtk/tag_completion.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/info.py'
--- GTG/info.py 2012-11-06 14:59:33 +0000
+++ GTG/info.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/plugins/export/export_templates/template_sexy.html'
--- GTG/plugins/export/export_templates/template_sexy.html 2012-05-23 08:55:31 +0000
+++ GTG/plugins/export/export_templates/template_sexy.html 2012-11-25 21:28:21 +0000
@@ -2,10 +2,9 @@
<!--
-*- coding: utf-8 -*-
- pylint: disable-msg=W0201
-----------------------------------------------------------------------------
- Getting Things Gnome! - a personal organizer for the GNOME desktop
- Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+ Getting Things GNOME! - a personal organizer for the GNOME desktop
+ Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/plugins/export/export_templates/template_simple.html'
--- GTG/plugins/export/export_templates/template_simple.html 2012-05-23 08:55:31 +0000
+++ GTG/plugins/export/export_templates/template_simple.html 2012-11-25 21:28:21 +0000
@@ -2,10 +2,9 @@
<!--
-*- coding: utf-8 -*-
- pylint: disable-msg=W0201
-----------------------------------------------------------------------------
- Getting Things Gnome! - a personal organizer for the GNOME desktop
- Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+ Getting Things GNOME! - a personal organizer for the GNOME desktop
+ Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/plugins/export/export_templates/template_statusrpt.txt'
--- GTG/plugins/export/export_templates/template_statusrpt.txt 2012-05-23 08:55:31 +0000
+++ GTG/plugins/export/export_templates/template_statusrpt.txt 2012-11-25 21:28:21 +0000
@@ -1,8 +1,7 @@
#### -*- coding: utf-8 -*-
-## pylint: disable-msg=W0201
## -----------------------------------------------------------------------------
-## Getting Things Gnome! - a personal organizer for the GNOME desktop
-## Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+## Getting Things GNOME! - a personal organizer for the GNOME desktop
+## Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
##
## This program is free software: you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/plugins/export/export_templates/template_textual.txt'
--- GTG/plugins/export/export_templates/template_textual.txt 2012-05-23 08:55:31 +0000
+++ GTG/plugins/export/export_templates/template_textual.txt 2012-11-25 21:28:21 +0000
@@ -1,8 +1,8 @@
#### -*- coding: utf-8 -*-
## pylint: disable-msg=W0201
## -----------------------------------------------------------------------------
-## Getting Things Gnome! - a personal organizer for the GNOME desktop
-## Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+## Getting Things GNOME! - a personal organizer for the GNOME desktop
+## Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
##
## This program is free software: you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/plugins/hamster/hamster.py'
--- GTG/plugins/hamster/hamster.py 2012-07-13 17:24:28 +0000
+++ GTG/plugins/hamster/hamster.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Hamster Task Tracker Plugin for Gettings Things Gnome!
+# Hamster Task Tracker Plugin for Getting Things GNOME!
# Copyright (c) 2009 Kevin Mehall
#
# This program is free software: you can redistribute it and/or modify it under
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+
from calendar import timegm
import dbus
import gtk
=== modified file 'GTG/tests/__init__.py'
--- GTG/tests/__init__.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/signals_testing.py'
--- GTG/tests/signals_testing.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/signals_testing.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tests/test_apidocs.py'
--- GTG/tests/test_apidocs.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_apidocs.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_backend_tomboy.py'
--- GTG/tests/test_backend_tomboy.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_backend_tomboy.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_backends.py'
--- GTG/tests/test_backends.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_backends.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_bidict.py'
--- GTG/tests/test_bidict.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_bidict.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_datastore.py'
--- GTG/tests/test_datastore.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_datastore.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_dates.py'
--- GTG/tests/test_dates.py 2012-05-23 08:55:31 +0000
+++ GTG/tests/test_dates.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_interruptible.py'
--- GTG/tests/test_interruptible.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_interruptible.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_networkmanager.py'
--- GTG/tests/test_networkmanager.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_networkmanager.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tests/test_search_filter.py'
--- GTG/tests/test_search_filter.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_search_filter.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tests/test_search_query.py'
--- GTG/tests/test_search_query.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_search_query.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tests/test_signal_testing.py'
--- GTG/tests/test_signal_testing.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_signal_testing.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tests/test_syncengine.py'
--- GTG/tests/test_syncengine.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_syncengine.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_syncmeme.py'
--- GTG/tests/test_syncmeme.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_syncmeme.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_tag.py'
--- GTG/tests/test_tag.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_tag.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_tool_tags.py'
--- GTG/tests/test_tool_tags.py 2012-05-23 08:55:31 +0000
+++ GTG/tests/test_tool_tags.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_tools_tags.py'
--- GTG/tests/test_tools_tags.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_tools_tags.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tests/test_twokeydict.py'
--- GTG/tests/test_twokeydict.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/test_twokeydict.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tests/test_urlregex.py'
--- GTG/tests/test_urlregex.py 2012-07-12 14:07:37 +0000
+++ GTG/tests/test_urlregex.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tests/tree_testing.py'
--- GTG/tests/tree_testing.py 2012-07-13 17:24:28 +0000
+++ GTG/tests/tree_testing.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2010 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/__init__.py'
--- GTG/tools/__init__.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/__init__.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tools/bidict.py'
--- GTG/tools/bidict.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/bidict.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/borg.py'
--- GTG/tools/borg.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/borg.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/cleanxml.py'
--- GTG/tools/cleanxml.py 2012-08-12 22:32:09 +0000
+++ GTG/tools/cleanxml.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/clipboard.py'
--- GTG/tools/clipboard.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/clipboard.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/dates.py'
--- GTG/tools/dates.py 2012-11-22 21:14:39 +0000
+++ GTG/tools/dates.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tools/import_liblarch.py'
--- GTG/tools/import_liblarch.py 2012-10-28 13:24:31 +0000
+++ GTG/tools/import_liblarch.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding:utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - A personal organizer for the GNOME desktop
+# Getting Things GNOME! - A personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tools/interruptible.py'
--- GTG/tools/interruptible.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/interruptible.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/keyring.py'
--- GTG/tools/keyring.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/keyring.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/logger.py'
--- GTG/tools/logger.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/logger.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/networkmanager.py'
--- GTG/tools/networkmanager.py 2012-07-23 12:04:01 +0000
+++ GTG/tools/networkmanager.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,8 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/tags.py'
--- GTG/tools/tags.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/tags.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/taskxml.py'
--- GTG/tools/taskxml.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/taskxml.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/testingmode.py'
--- GTG/tools/testingmode.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/testingmode.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/twokeydict.py'
--- GTG/tools/twokeydict.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/twokeydict.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'GTG/tools/urlregex.py'
--- GTG/tools/urlregex.py 2012-07-13 17:24:28 +0000
+++ GTG/tools/urlregex.py 2012-11-25 21:28:21 +0000
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'GTG/tools/watchdog.py'
--- GTG/tools/watchdog.py 2012-05-23 08:55:31 +0000
+++ GTG/tools/watchdog.py 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
+
import threading
class Watchdog(object):
=== modified file 'Makefile'
--- Makefile 2012-07-13 17:24:28 +0000
+++ Makefile 2012-11-25 21:28:21 +0000
@@ -1,3 +1,20 @@
+# -----------------------------------------------------------------------------
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+# details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program. If not, see <http://www.gnu.org/licenses/>.
+# -----------------------------------------------------------------------------
# Run all of the tests.
check:
@@ -43,5 +60,5 @@
.PHONY: check lint pyflakes pep8 apidocs edit-apidocs clean
-#Ignore the exit code in pyflakes, so that pep8 is always run when "make lint"
+# Ignore the exit code in pyflakes, so that pep8 is always run when "make lint"
.IGNORE: pyflakes
=== modified file 'gtcli_bash_completion'
--- gtcli_bash_completion 2012-04-21 09:26:58 +0000
+++ gtcli_bash_completion 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
#!/bin/bash
# gtcli bash completion
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - A personal organizer for the GNOME desktop
+# Getting Things GNOME! - A personal organizer for the GNOME desktop
# Copyright (c) 2010 Luca Invernizzi <invernizzi.l@xxxxxxxxx>
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'gtg'
--- gtg 2012-07-23 12:04:01 +0000
+++ gtg 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding:utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - A personal organizer for the GNOME desktop
+# Getting Things GNOME! - A personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
@@ -67,7 +67,7 @@
info.NAME = options.title
if options.print_version:
- print "GTG (Getting Things Gnome!)", info.VERSION
+ print "GTG (Getting Things GNOME!)", info.VERSION
print
print "For more information:", info.URL
sys.exit(0)
=== modified file 'gtg_new_task'
--- gtg_new_task 2012-07-23 12:04:01 +0000
+++ gtg_new_task 2012-11-25 21:28:21 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding:utf-8 -*-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - A personal organizer for the GNOME desktop
+# Getting Things GNOME! - A personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
=== modified file 'profile.py'
--- profile.py 2012-01-14 22:10:04 +0000
+++ profile.py 2012-11-25 21:28:21 +0000
@@ -1,4 +1,23 @@
#!/usr/bin/env python2
+# -*- coding: utf-8 -*-
+# -----------------------------------------------------------------------------
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+# details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program. If not, see <http://www.gnu.org/licenses/>.
+# -----------------------------------------------------------------------------
+
import GTG.gtg
import cProfile
import pstats
=== modified file 'run-tests'
--- run-tests 2012-07-23 12:04:01 +0000
+++ run-tests 2012-11-25 21:28:21 +0000
@@ -1,8 +1,8 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'scripts/anonymize_task_file.py'
--- scripts/anonymize_task_file.py 2012-07-23 12:04:01 +0000
+++ scripts/anonymize_task_file.py 2012-11-25 21:28:21 +0000
@@ -1,5 +1,5 @@
#!/usr/bin/env python2
-### -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
# Copyright © 2010 Marko Kevac <marko@xxxxxxxxx>
#
# This program is free software: you can redistribute it and/or modify
=== modified file 'scripts/gtg_stress_test'
--- scripts/gtg_stress_test 2012-01-14 22:10:04 +0000
+++ scripts/gtg_stress_test 2012-11-25 21:28:21 +0000
@@ -1,9 +1,8 @@
#!/usr/bin/env python2
# -*- coding:utf-8 -*-
-
# -----------------------------------------------------------------------------
-# Getting Things Gnome! - A personal organizer for the GNOME desktop
-# Copyright (c) 2008,2009,2010 Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - A personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
=== modified file 'setup.py'
--- setup.py 2012-08-16 09:50:31 +0000
+++ setup.py 2012-11-25 21:28:21 +0000
@@ -1,8 +1,8 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
-# Gettings Things Gnome! - a personal organizer for the GNOME desktop
-# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
+# Getting Things GNOME! - a personal organizer for the GNOME desktop
+# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
Follow ups