[Gtg] [Bug 320252] Re: Backend remember the milk

2009-09-11 Thread Luca Invernizzi
*** This bug is a duplicate of bug 428158 *** https://bugs.launchpad.net/bugs/428158 ** This bug has been marked a duplicate of bug 428158 Add remember the milk support (merge request) -- Backend remember the milk https://bugs.launchpad.net/bugs/320252 You received this bug notification

Re: [Gtg] [Merge] lp:~gtg-user/gtg/rtm-sync-plugin into lp:gtg

2009-09-12 Thread Luca Invernizzi
Review: Needs Fixing about renaming the plugin to Remember the milk: I'm going to rename it because the actual name is way too long, but please note that I chose that because of RTM branding rules Excerpt from http://www.rememberthemilk.com/services/api/branding.rtm: When creating a feature or

[Gtg] [Merge] lp:~gtg-user/gtg/rtm-sync-plugin into lp:gtg updated

2009-09-12 Thread Luca Invernizzi
The proposal to merge lp:~gtg-user/gtg/rtm-sync-plugin into lp:gtg has been updated. Status: Needs review = Superseded -- https://code.edge.launchpad.net/~gtg-user/gtg/rtm-sync-plugin/+merge/11650 Your team Gtg developers is subscribed to branch lp:gtg.

[Gtg] [Bug 432503] Re: add tomboy support (merge request)

2009-09-24 Thread Luca Invernizzi
mouse cursor change support added. -- add tomboy support (merge request) https://bugs.launchpad.net/bugs/432503 You received this bug notification because you are a member of Gtg developers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed Bug

[Gtg] [Bug 429720] Re: Broken setup.py + icons paths

2009-09-24 Thread Luca Invernizzi
Actually, no. Paulo already did that. ** Tags removed: toreview -- Broken setup.py + icons paths https://bugs.launchpad.net/bugs/429720 You received this bug notification because you are a member of Gtg developers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!:

[Gtg] [Merge] lp:~gtg-user/gtg/tomboy into lp:gtg updated

2009-09-24 Thread Luca Invernizzi
The proposal to merge lp:~gtg-user/gtg/tomboy into lp:gtg has been updated. Status: Needs review = Superseded -- https://code.edge.launchpad.net/~gtg-user/gtg/tomboy/+merge/12056 Your team Gtg developers is subscribed to branch lp:gtg. ___ Mailing

[Gtg] [Merge] lp:~gtg-user/gtg/tomboy into lp:gtg

2009-09-24 Thread Luca Invernizzi
Luca Invernizzi has proposed merging lp:~gtg-user/gtg/tomboy into lp:gtg. Requested reviews: Gtg developers (gtg) Related bugs: #432503 add tomboy support (merge request) https://bugs.launchpad.net/bugs/432503 -- https://code.launchpad.net/~gtg-user/gtg/tomboy/+merge/12363 Your team

[Gtg] [Bug 429720] Re: Broken setup.py + icons paths

2009-09-25 Thread Luca Invernizzi
Yes, done ** Changed in: gtg Status: Confirmed = Fix Committed -- Broken setup.py + icons paths https://bugs.launchpad.net/bugs/429720 You received this bug notification because you are a member of Gtg developers, which is subscribed to Getting Things GNOME!. Status in Getting Things

[Gtg] [Bug 442284] Re: Traceback on trying to edit a task

2009-10-04 Thread Luca Invernizzi
I absolutely agree, it has to be deactivated by default. I added, on plug-in activation, a check of the presence of tomboy installed. If tomboy is not found, the plug-in notifies the user to either install it or disable the plug-in. (branch lp:~gtg-user/gtg/tomboy, revision 341 ** Tags added:

[Gtg] [Bug 442284] Re: Traceback on trying to edit a task

2009-10-04 Thread Luca Invernizzi
Nevermind. Paulo already thought about that. Revision 342 of lp:~gtg-user/gtg/tomboy solves your issue. If tomboy is not running, dbus launches it automatically when the plugin is enabled (because we ask dbus if tomboy it's present), but I don't know if that's a bug or not. -- Traceback on

[Gtg] [Bug 440288] Re: export support

2009-10-06 Thread Luca Invernizzi
It would indeed, but this is more a blueprint than a bug. In fact, a blueprint about this already exists (https://blueprints.edge.launchpad.net/gtg/+spec/import-export-print). ** Changed in: gtg Status: New = Invalid ** Changed in: gtg (Ubuntu) Status: New = Invalid -- export

[Gtg] [Bug 448114] Re: Starting GTG starts Tomboy when tb plugins is disabled

2009-10-10 Thread Luca Invernizzi
That's true. In fact, I already signaled that in bug #442284 (comment 5^). The problem is caused because this plugin has a dependency on tomboy (via dbus). Therefore, Paulo's plugin system checks if tomboy is available on the system, by querying dbus. Unfortunately, Tomboy is started, if not

[Gtg] [Bug 448114] Re: Starting GTG starts Tomboy when tb plugins is disabled

2009-10-15 Thread Luca Invernizzi
Any idea on this? -- Starting GTG starts Tomboy when tb plugins is disabled https://bugs.launchpad.net/bugs/448114 You received this bug notification because you are a member of Gtg developers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed Bug

[Gtg] [Bug 458545] Re: Add color boxes aside tag name

2009-10-22 Thread Luca Invernizzi
I didn't know that. I'm running karmic (clean install of jaunty + upgrade, since my hd failed) and I do have those boxes. -- Add color boxes aside tag name https://bugs.launchpad.net/bugs/458545 You received this bug notification because you are a member of Gtg developers, which is subscribed to

[Gtg] [Bug 448114] Re: Starting GTG starts Tomboy when tb plugins is disabled

2009-10-25 Thread Luca Invernizzi
I've pushed a fix that shows a decent behaviour in any case: if tomboy is installed is fine, otherwise one can activate the plugin, but then it will complain that tomboy is not installed and ask for deactivation (just once every gtg session). I'll ask paulo if I can have a dependency over a file,

[Gtg] [Bug 460751] Re: Hello world plugin does not add tag to the end of the task description

2009-10-25 Thread Luca Invernizzi
** Changed in: gtg Status: New = Confirmed -- Hello world plugin does not add tag to the end of the task description https://bugs.launchpad.net/bugs/460751 You received this bug notification because you are a member of Gtg developers, which is subscribed to Getting Things GNOME!. Status

[Gtg] [Bug 460751] Re: Hello world plugin does not add tag to the end of the task description

2009-10-25 Thread Luca Invernizzi
I looked in the code a bit. Tag is added to all the children (and the children of those). Since it is a recursive function, it seems that the problem resides in adding a tag to a task that is currently open. -- Hello world plugin does not add tag to the end of the task description

[Gtg] [Bug 472386] Re: [gtg 0.2] RTM Plugins and special chars

2009-11-03 Thread Luca Invernizzi
It seems a problem due to locale settings. I'm not experiencing it with accented vowels. Could you run in the terminale the command locale and report back the output? The synchronization failed message is commonly due to the rtm server, which sometimes denies access from third-party

[Gtg] [Bug 458545] Re: Color boxes aside tag name no longer shown

2009-11-04 Thread Luca Invernizzi
Since the graphics drivers are basically three, I can rule out nvidia, either with composing enabled or not. -- Color boxes aside tag name no longer shown https://bugs.launchpad.net/bugs/458545 You received this bug notification because you are a member of Gtg developers, which is subscribed to

[Gtg] [Bug 354831] Re: remember the window sizes

2009-11-04 Thread Luca Invernizzi
Since each task has an UUID, I don't believe that splitting task specific and GUI specific attributes in separate files would be messy, as you can use the UUID to link them. -- remember the window sizes https://bugs.launchpad.net/bugs/354831 You received this bug notification because you are a

[Gtg] [Merge] lp:~gtg-user/gtg/tomboy into lp:gtg

2009-11-05 Thread Luca Invernizzi
Luca Invernizzi has proposed merging lp:~gtg-user/gtg/tomboy into lp:gtg. Requested reviews: Gtg developers (gtg) Related bugs: #432503 add tomboy support (merge request) https://bugs.launchpad.net/bugs/432503 Solves bug 448114 -- https://code.launchpad.net/~gtg-user/gtg/tomboy

[Gtg] [Bug 472386] Re: [gtg 0.2] RTM Plugins and special chars

2009-11-05 Thread Luca Invernizzi
** Changed in: gtg Status: In Progress = Invalid -- [gtg 0.2] RTM Plugins and special chars https://bugs.launchpad.net/bugs/472386 You received this bug notification because you are a member of Gtg developers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!:

[Gtg] [Merge] lp:~gtg-user/gtg/statusicon-fix into lp:gtg

2009-11-05 Thread Luca Invernizzi
Luca Invernizzi has proposed merging lp:~gtg-user/gtg/statusicon-fix into lp:gtg. Requested reviews: Gtg developers (gtg) fixes bug #434720 -- https://code.launchpad.net/~gtg-user/gtg/statusicon-fix/+merge/14513 Your team Gtg developers is subscribed to branch lp:gtg. === modified

[Gtg] [Bug 434720] Re: tray icon plugin cannot be deactivated

2009-11-05 Thread Luca Invernizzi
Fixed in lp:~gtg-user/gtg/statusicon-fix (I had five minutes free, no offense to paulo) ** Changed in: gtg Assignee: Paulo Cabido (pcabido) = Luca Invernizzi (invernizzi) ** Changed in: gtg Status: Confirmed = Fix Committed -- tray icon plugin cannot be deactivated https

Re: [Gtg] Adding dependency for gtg

2009-12-03 Thread Luca Invernizzi
that is generally used for web development, and I fear people would be a bit astonished about having to install such a powerful feature for an organizer (I would). On Thu, Dec 3, 2009 at 3:09 AM, Luca Invernizzi invernizz...@gmail.comwrote: Sorry for the double mail. Cheetah

Re: [Gtg] Adding dependency for gtg

2009-12-03 Thread Luca Invernizzi
Sorry for the plethora of commit mails. I have to learn cherrypicking in bzr. signature.asc Description: Digital signature ___ Mailing list: https://launchpad.net/~gtg Post to : gtg@lists.launchpad.net Unsubscribe : https://launchpad.net/~gtg More

Re: [Gtg] Adding dependency for gtg

2009-12-03 Thread Luca Invernizzi
, Dec 3, 2009 at 9:21 AM, Luca Invernizzi invernizz...@gmail.comwrote: Uhm, I just pushed the code to trunk.  I believe that the benefit of having the possibility to export the list in any way you want overcomes the downside of the added dependency. This is a feature that the other

[Gtg] We are famous!

2009-12-04 Thread Luca Invernizzi
We have been featured in the last post on omgubuntu.co.uk http://www.omgubuntu.co.uk/2009/12/getting-things-gnome-gets-rtm-sync.html Enjoy! signature.asc Description: Digital signature ___ Mailing list: https://launchpad.net/~gtg Post to :

[Gtg] should we add a default task explaining plugins?

2009-12-06 Thread Luca Invernizzi
The current default tasks guide the user in his first steps in gtg. Should we mention that we have different plugins available? ___ Mailing list: https://launchpad.net/~gtg Post to : gtg@lists.launchpad.net Unsubscribe : https://launchpad.net/~gtg

[Gtg] [Bug 496346] Re: RTM sync issues

2009-12-13 Thread Luca Invernizzi
** Changed in: gtg Status: New = Confirmed ** Changed in: gtg Importance: Undecided = High ** Changed in: gtg Assignee: (unassigned) = Luca Invernizzi (invernizzi) -- RTM sync issues https://bugs.launchpad.net/bugs/496346 You received this bug notification because you

[Gtg] [Bug 496346] Re: RTM sync issues

2009-12-13 Thread Luca Invernizzi
Thanks for the bug report. That behaviour appeared a couple of days ago. It seems that something on the RTM side has changed, since the library I'm using just hangs upon login (also on its test cases). I'm currently trying to figure that out. -- RTM sync issues

[Gtg] [Bug 496346] Re: RTM sync issues

2009-12-13 Thread Luca Invernizzi
Tasque is also not connecting: it's probably their servers. I'll check back tomorrow. -- RTM sync issues https://bugs.launchpad.net/bugs/496346 You received this bug notification because you are a member of Gtg developers, which is a direct subscriber. Status in Getting Things GNOME!: Confirmed

Re: [Gtg] [Question #73188]: Suggested way of synchronizing

2009-12-26 Thread Luca Invernizzi
Question #73188 on Getting Things GNOME! changed: https://answers.edge.launchpad.net/gtg/+question/73188 Luca Invernizzi proposed the following answer: That is going to work as long as you don't use both installations of GTG at the same time. -- You received this question notification because

Re: [Gtg] [Question #73188]: Suggested way of synchronizing

2010-01-02 Thread Luca Invernizzi
Question #73188 on Getting Things GNOME! changed: https://answers.edge.launchpad.net/gtg/+question/73188 Luca Invernizzi proposed the following answer: Correct, they don't in the current version. they will be in the upcoming 0.3. Two separate bugs have already been opened on that. -- You

[Gtg] GTG: quick question on callbacks

2010-01-02 Thread Luca Invernizzi
Hello developers, I'm expanding the notification plugin to have a list of the currently workable tasks (a bit like tomboy does). A quick question on callbacks in gtg: is there a way to be notified when a task changes state/is added? I want to be sure that there's no smart way before adding one.

Re: [Gtg] GTG 0.2.1 release planning

2010-01-10 Thread Luca Invernizzi
Hi guys, just a quick note: I won't be available during the next week, as I'm not home and my internet connection is worse than Pigeon TCP. So, don't assign me bugs for 0.2.1. Have a good day, Luca On Sun, Jan 10, 2010 at 1:25 PM, Bertrand Rousseau bertrand.rouss...@gmail.com wrote: Hi

Re: [Gtg] [Question #99334]: How can I change the date format?

2010-01-31 Thread Luca Invernizzi
Question #99334 on Getting Things GNOME! changed: https://answers.edge.launchpad.net/gtg/+question/99334 Status: Open = Answered Luca Invernizzi proposed the following answer: Hi Robert, thanks for your feedback. Since what you're asking is a feature request, I've created a bug

[Gtg] [Question #99334]: Status of bug #515042 changed to 'Confirmed' in Getting Things GNOME!

2010-01-31 Thread Luca Invernizzi
Bug #515042 status changed in Getting Things GNOME!: New = Confirmed https://bugs.edge.launchpad.net/gtg/+bug/515042 GTG date format should follow locale This bug is linked to #99334. How can I change the date format? https://answers.edge.launchpad.net/gtg/+question/99334 -- You received

[Gtg] blog entry

2010-02-02 Thread Luca Invernizzi
Hi to you all, I've started to draft a blog entry about tip and tricks with gtg. Feel free to add anything you want. signature.asc Description: Digital signature ___ Mailing list: https://launchpad.net/~gtg Post to : gtg@lists.launchpad.net

Re: [Gtg] bug triaging access for a willing gtg user

2010-02-05 Thread Luca Invernizzi
? I don't know but he's warmly welcome :-) (we should also give this power to some others, IMHO) On Thu, 4 Feb 2010 11:28:24 -1000, Luca Invernizzi invernizz...@gmail.com wrote: Hi to you all, Chris, one of our gtg user has requested access to help us with bug triaging. He

[Gtg] [Bug 513577] Re: Add support for Hiveminder web site

2010-02-05 Thread Luca Invernizzi
** Tags added: backends ** Tags removed: external hiveminder plugin website -- Add support for Hiveminder web site https://bugs.launchpad.net/bugs/513577 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in

[Gtg] [Bug 499094] Re: Sync with google docs

2010-02-05 Thread Luca Invernizzi
** Tags added: backends -- Sync with google docs https://bugs.launchpad.net/bugs/499094 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: New Bug description: It would be great to be

[Gtg] [Bug 341871] Re: Open task with single click instead of double click

2010-02-05 Thread Luca Invernizzi
now that we have mutiple selection support, I don't see an easy way to both keep that and implement a single click behaviour -- Open task with single click instead of double click https://bugs.launchpad.net/bugs/341871 You received this bug notification because you are a member of Gtg bug

[Gtg] [Bug 342955] Re: Add a preferences dialog to GTG

2010-02-05 Thread Luca Invernizzi
another configuration that could be an option: autostart gtg, following http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html (basically you put a .desktop file in ls .config/autostart/ , where .config is taken from the XDG directories). -- Add a preferences dialog to GTG

[Gtg] [Bug 517569] Re: Error syncing RTM with recurring tasks

2010-02-06 Thread Luca Invernizzi
** Changed in: gtg Status: New = Fix Committed ** Changed in: gtg Assignee: (unassigned) = Luca Invernizzi (invernizzi) ** Changed in: gtg Milestone: None = 0.3 -- Error syncing RTM with recurring tasks https://bugs.launchpad.net/bugs/517569 You received this bug notification

[Gtg] [Bug 517569] Re: Error syncing RTM with recurring tasks

2010-02-06 Thread Luca Invernizzi
Hi Chris, thanks for your tests. I keep on being unable to reproduce these bugs, so your contribution is very useful. The patch should be in the daily repository in the next hour. For the future, please run gtg in debug mode (gtg -d). Moreover, it's more handy if you get the version of gtg to

[Gtg] [Bug 517569] Re: Error syncing RTM with recurring tasks

2010-02-06 Thread Luca Invernizzi
in my test rtm account, I do. -- Error syncing RTM with recurring tasks https://bugs.launchpad.net/bugs/517569 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Fix Committed Bug

[Gtg] [Bug 516704] Re: RTM Plugin sync stops

2010-02-06 Thread Luca Invernizzi
** Changed in: gtg Status: Confirmed = Fix Committed -- RTM Plugin sync stops https://bugs.launchpad.net/bugs/516704 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Fix

[Gtg] [Bug 517569] Re: Error syncing RTM with recurring tasks

2010-02-06 Thread Luca Invernizzi
** Changed in: gtg Status: New = Confirmed -- Error syncing RTM with recurring tasks https://bugs.launchpad.net/bugs/517569 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!:

[Gtg] [Bug 518553] Re: Current task unselected in tasklit when closing a task editor

2010-02-07 Thread Luca Invernizzi
pros: - user expects that a task remain selected. As Chris said, it's useful if someone uses the keyboard to navigate the tasks cons: - cleaner interface? I introduced that behavior when writing support for multiple selection but, after thinking about it, I'm not for it now (it was useful to

[Gtg] [Bug 517569] Re: Error syncing RTM with recurring tasks

2010-02-07 Thread Luca Invernizzi
** Changed in: gtg Status: In Progress = Fix Committed -- Error syncing RTM with recurring tasks https://bugs.launchpad.net/bugs/517569 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in Getting Things

[Gtg] [Bug 518631] Re: RTM Sync fails

2010-02-07 Thread Luca Invernizzi
** Changed in: gtg Milestone: None = 0.3 -- RTM Sync fails https://bugs.launchpad.net/bugs/518631 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Invalid Bug description:

[Gtg] [Bug 518757] [NEW] add switch to gtg_new_task cli

2010-02-08 Thread Luca Invernizzi
Public bug reported: reminder to self: lp:~gtg-user/gtg/switch-cli and update the man page too. ** Affects: gtg Importance: Medium Assignee: Luca Invernizzi (invernizzi) Status: Triaged ** Changed in: gtg Importance: Undecided = Medium ** Changed in: gtg Status

[Gtg] [Bug 518757] Re: add switch to gtg_new_task cli

2010-02-08 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Fix Committed -- add switch to gtg_new_task cli https://bugs.launchpad.net/bugs/518757 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Fix

[Gtg] [Bug 384049] Re: There is no visual indication that a task contains some text

2010-02-08 Thread Luca Invernizzi
** Changed in: gtg Assignee: Luca Invernizzi (invernizzi) = (unassigned) -- There is no visual indication that a task contains some text https://bugs.launchpad.net/bugs/384049 You received this bug notification because you are a member of Gtg bug triagers, which is subscribed to Getting

[Gtg] [Bug 517481] Re: Add a reminder option

2010-02-08 Thread Luca Invernizzi
It's great that you're taking interest in an open source project. It's even greater that you chose gtg ;-) IMHO, this isn't an easy bug to solve. Currently gtg does not support the time concept. It's not hard to add, but i'm not sure if this is in gtg vision (which we are starting to lay out). We

[Gtg] [Bug 518906] Re: Maintain task selection after changing the status with keyboard shortcuts

2010-02-08 Thread Luca Invernizzi
*** This bug is a duplicate of bug 518553 *** https://bugs.launchpad.net/bugs/518553 Having seen why the other one happens, this is, in fact, a duplicate bug. ** This bug has been marked a duplicate of bug 518553 Current task unselected in tasklit when closing a task editor ** Changed

[Gtg] [Bug 518961] Re: Tags and closed tasks panes need minimum sizes

2010-02-08 Thread Luca Invernizzi
Adding the love tag, since it seems a simple bug, good for new developers to get acquainted with gtg code ** Tags added: love ** Changed in: gtg Status: New = Triaged ** Changed in: gtg Importance: Undecided = Low -- Tags and closed tasks panes need minimum sizes

Re: [Gtg] New mailing list

2010-02-08 Thread Luca Invernizzi
Forgot to mention: please subscribe to the mailing list here https://edge.launchpad.net/~gtg-contributors On Mon, Feb 8, 2010 at 1:35 PM, Luca Invernizzi invernizz...@gmail.com wrote: Hello GTG-doers,  In order to speak with the growing number of great contributors of our  beloved software

[Gtg] [Bug 519109] [NEW] merge jono's appindicator with the infamous systray

2010-02-08 Thread Luca Invernizzi
Importance: Wishlist Assignee: Luca Invernizzi (invernizzi) Status: Triaged ** Tags: plugin -- merge jono's appindicator with the infamous systray https://bugs.launchpad.net/bugs/519109 You received this bug notification because you are a member of Gtg contributors, which

[Gtg] [Blueprint notes] Tasks as Notes as Tasks

2010-02-08 Thread Luca Invernizzi
Blueprint changed by Luca Invernizzi: Definition Status: New = Approved Whiteboard set to: The tomboy/gnote plugin is exactly meant for that. -- Tasks as Notes as Tasks https://blueprints.edge.launchpad.net/gtg/+spec/notes ___ Mailing list

[Gtg] [Bug 519137] [NEW] backend wishlist: toodledo

2010-02-08 Thread Luca Invernizzi
Public bug reported: converting from a blueprint: http://www.toodledo.com/ is a online to-do list service, which provides - compared to - RememberTheMilk also subtasks ** Affects: gtg Importance: Wishlist Status: Triaged ** Tags: backends -- backend wishlist: toodledo

[Gtg] [Bug 342955] Re: Add a preferences dialog to GTG

2010-02-08 Thread Luca Invernizzi
Paul, we are here because we like to be bugged. Besides, mail filters do exist! and the daily bug digest, of course ** Changed in: gtg Assignee: (unassigned) = Paul Kishimoto (khaeru) -- Add a preferences dialog to GTG https://bugs.launchpad.net/bugs/342955 You received this bug

[Gtg] [Bug 518961] Re: Tags and closed tasks panes need minimum sizes

2010-02-09 Thread Luca Invernizzi
Our contributors are blazing fast! Paul, I think that Chris wanted to solve this himself. Next time please assign yourself a bug when you start working on it. Well, there is plenty of bugs in the ocean anyway :-D ** Changed in: gtg Assignee: Chris Johnston (chrisjohnston) = (unassigned) **

[Gtg] [Bug 519202] Re: Running gtg when X is unavailable produces ugly error message

2010-02-09 Thread Luca Invernizzi
How to detect if X is unavailable? an easy way is look at the environment variables (which would make this a bug marked love), but having DISPLAY set does not mean that X is really running. But then, are we going to care if someone is so evil to set DISPLAY manually? ** Changed in: gtg

[Gtg] [Bug 384049] Re: There is no visual indication that a task contains some text

2010-02-09 Thread Luca Invernizzi
Alexandre, thanks for the testing! I'll fix bugs on this branch only if it gets accepted. -- There is no visual indication that a task contains some text https://bugs.launchpad.net/bugs/384049 You received this bug notification because you are a member of Gtg contributors, which is subscribed to

[Gtg] [Bug 519477] Re: Fix tags to where @important and @Important the same

2010-02-09 Thread Luca Invernizzi
** Changed in: gtg Assignee: (unassigned) = Luca Invernizzi (invernizzi) -- Fix tags to where @important and @Important the same https://bugs.launchpad.net/bugs/519477 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME

[Gtg] [Bug 511938] Re: Basic text formatting feature

2010-02-09 Thread Luca Invernizzi
http://www.moeraki.com/pygtktutorial/pygtk2tutorial/sec-TextIters.html ** Changed in: gtg Assignee: (unassigned) = Luca Invernizzi (invernizzi) -- Basic text formatting feature https://bugs.launchpad.net/bugs/511938 You received this bug notification because you are a member of Gtg

[Gtg] [Bug 384049] Re: There is no visual indication that a task contains some text

2010-02-09 Thread Luca Invernizzi
Kevin and I have come up with two different solutions for this bug: implementing it as a plugin and in GTG core. You can try the core implementation at lp:~gtg-user/gtg/gmail-like-ui, which adds an option in the view menu. The plugin implementation is available at

[Gtg] [Bug 519477] Re: RTM PLUGIN

2010-02-09 Thread Luca Invernizzi
** Summary changed: - Fix tags to where @important and @Important the same + RTM PLUGIN ** Summary changed: - RTM PLUGIN + rtm plugin: keep tags case -- rtm plugin: keep tags case https://bugs.launchpad.net/bugs/519477 You received this bug notification because you are a member of Gtg

[Gtg] [Bug 519647] Re: I made a Docky plugin

2010-02-09 Thread Luca Invernizzi
** Changed in: gtg Status: New = Fix Committed ** Changed in: gtg Importance: Undecided = Wishlist ** Changed in: gtg Assignee: (unassigned) = Luca Invernizzi (invernizzi) -- I made a Docky plugin https://bugs.launchpad.net/bugs/519647 You received this bug notification because

[Gtg] [Bug 519647] Re: I made a Docky plugin

2010-02-09 Thread Luca Invernizzi
** Changed in: gtg Milestone: None = 0.3 -- I made a Docky plugin https://bugs.launchpad.net/bugs/519647 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Fix Committed Bug

[Gtg] [Bug 519647] Re: Docky plugin

2010-02-09 Thread Luca Invernizzi
** Summary changed: - I made a Docky plugin + Docky plugin -- Docky plugin https://bugs.launchpad.net/bugs/519647 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Fix Committed Bug

[Gtg] [Bug 519477] Re: rtm plugin: keep tags case

2010-02-09 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Fix Committed -- rtm plugin: keep tags case https://bugs.launchpad.net/bugs/519477 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Fix

[Gtg] [Bug 520171] [NEW] inclusion in the GNOME project

2010-02-10 Thread Luca Invernizzi
Public bug reported: This is not strictly a bug. I asked in #gnome about being officially included in their project, and it came up that we have to follow this procedure. http://live.gnome.org/ReleasePlanning/ModuleProposing ** Affects: gtg Importance: Wishlist Status: New --

[Gtg] [Bug 520173] [NEW] if gtg is already running, $gtg should bring up the window

2010-02-10 Thread Luca Invernizzi
Public bug reported: if gtg is already running, $gtg should bring up the window. The dbus method show_task_browser should do that, but it currently doesn't. ** Affects: gtg Importance: Low Assignee: Luca Invernizzi (invernizzi) Status: Fix Committed -- if gtg is already

[Gtg] [Bug 520173] Re: if gtg is already running, $gtg should bring up the window

2010-02-10 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Fix Committed -- if gtg is already running, $gtg should bring up the window https://bugs.launchpad.net/bugs/520173 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in

[Gtg] [Bug 520231] Re: Correct email address in contact to reflect new mailing list address

2010-02-10 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Fix Committed -- Correct email address in contact to reflect new mailing list address https://bugs.launchpad.net/bugs/520231 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!.

[Gtg] [Bug 520439] Re: [export plugin] full text ouptut does not convert html caracters

2010-02-11 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Fix Committed -- [export plugin] full text ouptut does not convert html caracters https://bugs.launchpad.net/bugs/520439 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!.

[Gtg] [Bug 520688] [NEW] Hamster crashes

2010-02-11 Thread Luca Invernizzi
Public bug reported: I do have hamster up and running, version 2.29.4. Trace: File /home/luca/Projects/gtg/trunk/GTG/plugins/hamster/hamster.py, line 238, in browser_cb self.sendTask(plugin_api.get_selected_task()) File /home/luca/Projects/gtg/trunk/GTG/plugins/hamster/hamster.py, line

[Gtg] [Bug 520688] Re: Hamster crashes

2010-02-11 Thread Luca Invernizzi
revision 500 (chosen at random with a very big dice) works fine, so it seems it's not a hamster-in-the-gnome-bar problem. -- Hamster crashes https://bugs.launchpad.net/bugs/520688 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting

[Gtg] [Bug 520713] Re: email address on website needs to be updated

2010-02-11 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Fix Committed ** Changed in: gtg Milestone: None = 0.3 ** Changed in: gtg Assignee: (unassigned) = Luca Invernizzi (invernizzi) -- email address on website needs to be updated https://bugs.launchpad.net/bugs/520713 You received this bug

[Gtg] [Bug 507112] Re: rtm plugin cannot connect to Remember the Milk server

2010-02-11 Thread Luca Invernizzi
no answer, marking as invalid. ** Changed in: gtg Status: Incomplete = Invalid ** Changed in: gtg Assignee: Luca Invernizzi (invernizzi) = (unassigned) -- rtm plugin cannot connect to Remember the Milk server https://bugs.launchpad.net/bugs/507112 You received this bug notification

[Gtg] [Bug 516406] Re: rtm plugin: task description sync

2010-02-11 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = In Progress -- rtm plugin: task description sync https://bugs.launchpad.net/bugs/516406 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: In

[Gtg] [Bug 520779] [NEW] rtm plugin should refresh the recurring tasks each morning

2010-02-11 Thread Luca Invernizzi
Public bug reported: Recurring tasks are tolerated by the rtm plugin, but the rtm server generate a new task each morning, without changing the modified attribute. ** Affects: gtg Importance: Low Status: Triaged ** Tags: plugin -- rtm plugin should refresh the recurring tasks

[Gtg] [Bug 496442] Re: Provide help for quick add syntax

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Fix Committed ** Changed in: gtg Assignee: (unassigned) = Alexandre COLLIGNON (alexandre-collignon) -- Provide help for quick add syntax https://bugs.launchpad.net/bugs/496442 You received this bug notification because you are a member of Gtg

[Gtg] [Bug 352637] Re: Syntax for entering multiple tasks in the Add box

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Triaged -- Syntax for entering multiple tasks in the Add box https://bugs.launchpad.net/bugs/352637 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things

[Gtg] [Bug 324254] Re: Option to show the total number of tasks (included closed)

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Triaged -- Option to show the total number of tasks (included closed) https://bugs.launchpad.net/bugs/324254 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting

[Gtg] [Bug 411682] Re: expand/collapse in task browser

2010-02-12 Thread Luca Invernizzi
Personally, I think it's redundant. The tasktree has those little arrows to collapse the tree, and we should keep the context menu as small as possible. Every entry added will mean more time to find the one you actually want. I'll wait for a third opinion of one of gtg contributors or some

[Gtg] [Bug 352686] Re: Syntax for entering tasks with subtasks in the Add box

2010-02-12 Thread Luca Invernizzi
In my view, a syntax like: task1 task2 task3 would make task1 - task2 -task3 so we should have a syntax like task1 (task2,task3task4) to have task1 -task2 -task3 -task4 I personally find this syntax not really useful. If we look at what RTM is doing, we'll find that it's

[Gtg] [Bug 498850] Re: Undismissing tasks, and subtasks

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Confirmed -- Undismissing tasks, and subtasks https://bugs.launchpad.net/bugs/498850 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed

[Gtg] [Bug 497164] Re: add a list of order-dependent subtasks to a task

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Confirmed -- add a list of order-dependent subtasks to a task https://bugs.launchpad.net/bugs/497164 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things

[Gtg] [Bug 495758] Re: cleanup feature

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Triaged -- cleanup feature https://bugs.launchpad.net/bugs/495758 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Triaged Bug description: I

[Gtg] [Bug 487154] Re: Send by email

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Triaged ** Changed in: gtg Assignee: (unassigned) = Luca Invernizzi (invernizzi) ** Changed in: gtg Milestone: None = 0.3 ** Tags added: plugins -- Send by email https://bugs.launchpad.net/bugs/487154 You received this bug notification because

[Gtg] [Bug 495758] Re: cleanup feature

2010-02-12 Thread Luca Invernizzi
Instead of adding new dialogs for this, we should just add support for multiple selection in the closed task pane. This way, the user could, once a month, clean up the tasks. It's way better than doing it automatically, since tasks can hold important bits of informations in their description

[Gtg] [Bug 339535] Re: Creating sub-tasks with tab

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Confirmed -- Creating sub-tasks with tab https://bugs.launchpad.net/bugs/339535 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed

[Gtg] [Bug 352637] Re: Syntax for entering multiple tasks in the Add box

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Confirmed -- Syntax for entering multiple tasks in the Add box https://bugs.launchpad.net/bugs/352637 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting

[Gtg] [Bug 508521] Re: Store tasks in Tracker

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Confirmed -- Store tasks in Tracker https://bugs.launchpad.net/bugs/508521 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed Bug

[Gtg] [Bug 500959] Re: search/additem multifunction bar

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: New = Confirmed -- search/additem multifunction bar https://bugs.launchpad.net/bugs/500959 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed

[Gtg] [Bug 495758] Re: cleanup feature

2010-02-12 Thread Luca Invernizzi
** Changed in: gtg Status: Triaged = Confirmed -- cleanup feature https://bugs.launchpad.net/bugs/495758 You received this bug notification because you are a member of Gtg contributors, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed Bug

  1   2   3   4   5   6   7   >