Your message dated Thu, 11 Aug 2011 19:47:41 +0000
with message-id <[email protected]>
and subject line Bug#624225: fixed in gtg 0.2.4-6
has caused the Debian Bug report #624225,
regarding gtg: Right-clicked tasks are not selected
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
624225: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624225
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gtg
Version: 0.2.4-4
Severity: normal
Tags: patch
Hello,
When right clicking a task which is not selected, it is not selected
automatically so the contextual menu which pops up is useless. This
is annoying when scheduling several tasks in a row using the
'Schedule for' menu item.
This is fixed upstream in trunk so I backported the patch which I'll
attach to this bug report. I'll also forward the backport upstream so
that it can be applied in the gtg/0.2 branch.
Thanks in advance!
Jérôme
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (800, 'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gtg depends on:
ii python 2.6.6-14 interactive high-level object-orie
ii python-configobj 4.7.2+ds-2 simple but powerful config file re
ii python-dbus 0.83.1-1+b1 simple interprocess messaging syst
ii python-glade2 2.17.0-4+b1 GTK+ bindings: Glade support
ii python-gtk2 2.17.0-4+b1 Python bindings for the GTK+ widge
ii python-xdg 0.19-2 Python library to access freedeskt
gtg recommends no packages.
gtg suggests no packages.
-- no debconf information
Right click on a task doesn't change the selection.
Index: gtg-0.2.4/GTG/taskbrowser/browser.py
===================================================================
--- gtg-0.2.4.orig/GTG/taskbrowser/browser.py 2011-04-26 18:47:12.000000000
+0200
+++ gtg-0.2.4/GTG/taskbrowser/browser.py 2011-04-26 18:54:50.000000000
+0200
@@ -1448,8 +1448,12 @@
time = event.time
pthinfo = treeview.get_path_at_pos(x, y)
if pthinfo is not None:
- if treeview.get_selection().count_selected_rows() <= 0:
- path, col, cellx, celly = pthinfo
+ path, col, cellx, celly = pthinfo
+ selection = treeview.get_selection()
+ if selection.count_selected_rows() > 0 :
+ if not selection.path_is_selected(path) :
+ treeview.set_cursor(path, col, 0)
+ else :
treeview.set_cursor(path, col, 0)
treeview.grab_focus()
self.taskpopup.popup(None, None, None, event.button, time)
--- End Message ---
--- Begin Message ---
Source: gtg
Source-Version: 0.2.4-6
We believe that the bug you reported is fixed in the latest version of
gtg, which is due to be installed in the Debian FTP archive:
gtg_0.2.4-6.debian.tar.gz
to main/g/gtg/gtg_0.2.4-6.debian.tar.gz
gtg_0.2.4-6.dsc
to main/g/gtg/gtg_0.2.4-6.dsc
gtg_0.2.4-6_all.deb
to main/g/gtg/gtg_0.2.4-6_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luca Falavigna <[email protected]> (supplier of updated gtg package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 11 Aug 2011 21:20:24 +0200
Source: gtg
Binary: gtg
Architecture: source all
Version: 0.2.4-6
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna <[email protected]>
Changed-By: Luca Falavigna <[email protected]>
Description:
gtg - organizer for the GNOME desktop environment
Closes: 585629 624225
Changes:
gtg (0.2.4-6) unstable; urgency=low
.
* debian/patches/*.patch:
- Use DEP3 headers in patches.
* debian/patches/select_right_clicked_tasks.patch:
- Change selection when right-clicking on a different task,
patch cherry-picked by Jérôme Guelfucci (Closes: #624225).
* debian/control:
- Add python-simplejson to Recommends (Closes: #585629).
- Bump Standards-Version to 3.9.2.
Checksums-Sha1:
39c1e58b203bcc59463e2f35a5995f2386f594d7 1891 gtg_0.2.4-6.dsc
d17c9e5ab61aa6f5e063166bca75981941c2cc7e 10493 gtg_0.2.4-6.debian.tar.gz
faef35601179195a322802f76600b35406ac7cdd 524418 gtg_0.2.4-6_all.deb
Checksums-Sha256:
fc8b9bad60c17d6fe688749e7e6e7e4030091f705ae4fc4f5116f372641053ee 1891
gtg_0.2.4-6.dsc
f0695724f03e58bfb3a73552754fd4d9b531728e115674130b139663cd4a8115 10493
gtg_0.2.4-6.debian.tar.gz
4609d78c3024075a27201fb2ba47509166a077e8c5fa1dbd22cb51a0a8e01e55 524418
gtg_0.2.4-6_all.deb
Files:
01ed4e4ed8d46257d24bdcdd624f01a0 1891 gnome optional gtg_0.2.4-6.dsc
d16d6184e6447cd8cff85af88bae43dc 10493 gnome optional gtg_0.2.4-6.debian.tar.gz
11e95fb384188f8cd33e7024b4f1681a 524418 gnome optional gtg_0.2.4-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJORC35AAoJEEkIatPr4vMfihkP/2QAJ5viZg3SKWwWpT6cqyZr
sZP3hQ8ENTW/dEAbmzBUNJDH8oeSrXkdbmI0ENZl7Aa5ZHzqEmPqlzM+eojIh7w4
wZus2c20+kjgKAUFvWLMCPfaG96LRknfG0974VNwHQiZilEZ7EGj2XcSD9pNoTLj
3bEMy6GLrfNE5WA3EAOY+rF+T2AnGxJX25EynzCI7qqgok/LOSm1jXZINw5+5wWq
MUe213UdV5pZPl6zfXDXRXbbhUVMK8C4r6b75Zt61ZD904+1B4/OND1XG5At772y
x32RIDapRLUgxxz1TsydcPuKytZRIoo0OfPlfbBF6cTtwF3nCqgXoLWzHX7WnQ3F
4k3AVx8co/nRl5CjvKZY//5kALzebThYo86aReHGtIpz+2gyZRkl+Cn87NzbLA6n
FpEMzy1gyfb4WNEwi8/b84Hyuxvi7hQT+LUc1oex6Nh4ghr3PsHHPFl51wzt3DcZ
OeEYpNfKF1p+1nCR22JhhFMmeO5tsPAEUQj74fhGRvXlNhAGuHwjPsRndhQCN3Nq
+nt1V3bsjb0n4zSyg/F8cbiaMsQznMzFzHvO5VgUVOiUJhTvOcXUYTdFOveruTce
Y4NFtjEmPkfJAEUPGu5fRHMFGgx28+vUwH+y7muOq1gNLF2B8gc+HuQCxD4Zg+g7
vKcH25HZBNq1nowcFzrB
=w9+L
-----END PGP SIGNATURE-----
--- End Message ---