Package: zim / 0.62-3

Metadata

Package Version Patches format
zim 0.62-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add filename parameter to Exec entry of desktop file.patch | (download)

xdg/zim.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add filename parameter to exec entry of desktop file

Since the desktop files advertises the handling of a MIME type, the
program should accept such files as parameters.

0002 Fixed regression for key binding focus in pageview.patch | (download)

zim/gui/pageview.py | 23 13 + 10 - 0 !
1 file changed, 13 insertions(+), 10 deletions(-)

 fixed regression for key binding focus in pageview

0003 Fix small bug in parsing preferences for tasklist.patch | (download)

zim/plugins/tasklist.py | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 fix small bug in parsing preferences for tasklist

Bug-Debian: http://bugs.debian.org/765746
0004 Improved behaviour for the calendar part 1.patch | (download)

tests/index.py | 1 1 + 0 - 0 !
zim/gui/pageindex.py | 27 14 + 13 - 0 !
zim/gui/pageview.py | 26 11 + 15 - 0 !
3 files changed, 26 insertions(+), 28 deletions(-)

 improved behaviour for the calendar (part 1)

First part of the fix for the Debian bug: Removed redundant
"open-notebook" handlers.

Bug-Debian: http://bugs.debian.org/765745
0005 Improved behaviour for the calendar part 2.patch | (download)

tests/index.py | 7 4 + 3 - 0 !
tests/tags.py | 4 2 + 2 - 0 !
zim/gui/pageindex.py | 45 22 + 23 - 0 !
zim/plugins/calendar.py | 21 12 + 9 - 0 !
zim/plugins/tags.py | 41 20 + 21 - 0 !
5 files changed, 60 insertions(+), 58 deletions(-)

 improved behaviour for the calendar (part 2)

Second part of the fix for the Debian bug: Added option in journal plugin
to not expand the index for journal pages.

Bug-Debian: http://bugs.debian.org/765745
0006 Improved behaviour for the calendar part 3.patch | (download)

zim/plugins/calendar.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 improved behaviour for the calendar (part 3)

Third part of the fix for the Debian bug: Fix bug when switching month in
calendar widget.

Bug-Debian: http://bugs.debian.org/765745