Update to 0.57
Changelog: === 0.57 - Mon 8 Oct 2012 === * Ported zim background process to use the multiprocessing module - this fixes app-indicator issues under Ubuntu Unity - adds support for quicknote and other plugins on Windows * Reworked application framework and "open with" dialog, now also allows to set applications per URL scheme * New plugin for using GNU Lilypond to render music scores - Shoban Preeth * New Zeitgeist plugin - Marcel Stimberg * Added template method to iterate days of the week for a calendar page * Added pythonic syntax to access dicts to template modules * Added tasklist option to take into account a Mon-Fri work week * Fixed start of week and week number first week of the year for calendar plugin * Added "untagged" category to task list * Fixed strike out TODO label showing up in task list * Added template editor dialog * Added support for "forward" and "back" mouse buttons * Added support for exporting to ReST - Yao-Po Wang * Added new option to create and insert new attachments based on file template * Added an argument to the quicknote plugin to import attachments * Added icons per mimetype to the attachmentbrowser * Added statusbar button for attachment browser * Added monitors to watch attachment folder for updates * Fix drag&drop on non-existing folder in attachment browser * Fix drag&drop for attachment folder on windows * Made location of plugin widgets in side panes configurable and reworked key bindings for accessing side panes and toggling them * Made tags plugin to revert to standard index if no tag is selected * Page completion now matches anywhere in the basename -- patch by Mat * Patch to use sourceview in imagegenerator dialog - Kevin Chabowski * Fix for insert symbol dialog to insert without typing a space * Made image data pasted as bmp convert to png to make it more compact * Critical bug fix for version control plugin * Critical bug fix for xml.etree.TreeBuilder API for python 2.7.3 * Bug fix for exceptions in index - Fabian Moser * Bug fix for interwiki links * On windows fix for bug when home folder or user name contain non-ascii characters * Fixed help manual opens in compiled windows version * Fixed locale support on windows * Added translations for Brazilian Portuguese and Romanian
This commit is contained in:
parent
c7ae3928b1
commit
18c78012fb
3 changed files with 51 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2012/10/03 22:14:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2012/12/01 10:36:12 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zim-0.56
|
||||
DISTNAME= zim-0.57
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://zim-wiki.org/downloads/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2012/08/11 15:16:32 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/12/01 10:36:12 ryoon Exp $
|
||||
bin/zim
|
||||
${PYSITELIB}/zim/__init__.py
|
||||
${PYSITELIB}/zim/__init__.pyc
|
||||
|
@ -15,9 +15,6 @@ ${PYSITELIB}/zim/async.pyo
|
|||
${PYSITELIB}/zim/config.py
|
||||
${PYSITELIB}/zim/config.pyc
|
||||
${PYSITELIB}/zim/config.pyo
|
||||
${PYSITELIB}/zim/daemon.py
|
||||
${PYSITELIB}/zim/daemon.pyc
|
||||
${PYSITELIB}/zim/daemon.pyo
|
||||
${PYSITELIB}/zim/datetimetz.py
|
||||
${PYSITELIB}/zim/datetimetz.pyc
|
||||
${PYSITELIB}/zim/datetimetz.pyo
|
||||
|
@ -45,6 +42,9 @@ ${PYSITELIB}/zim/formats/markdown.pyo
|
|||
${PYSITELIB}/zim/formats/plain.py
|
||||
${PYSITELIB}/zim/formats/plain.pyc
|
||||
${PYSITELIB}/zim/formats/plain.pyo
|
||||
${PYSITELIB}/zim/formats/rst.py
|
||||
${PYSITELIB}/zim/formats/rst.pyc
|
||||
${PYSITELIB}/zim/formats/rst.pyo
|
||||
${PYSITELIB}/zim/formats/wiki.py
|
||||
${PYSITELIB}/zim/formats/wiki.pyc
|
||||
${PYSITELIB}/zim/formats/wiki.pyo
|
||||
|
@ -96,6 +96,9 @@ ${PYSITELIB}/zim/gui/searchdialog.pyo
|
|||
${PYSITELIB}/zim/gui/server.py
|
||||
${PYSITELIB}/zim/gui/server.pyc
|
||||
${PYSITELIB}/zim/gui/server.pyo
|
||||
${PYSITELIB}/zim/gui/templateeditordialog.py
|
||||
${PYSITELIB}/zim/gui/templateeditordialog.pyc
|
||||
${PYSITELIB}/zim/gui/templateeditordialog.pyo
|
||||
${PYSITELIB}/zim/gui/widgets.py
|
||||
${PYSITELIB}/zim/gui/widgets.pyc
|
||||
${PYSITELIB}/zim/gui/widgets.pyo
|
||||
|
@ -114,6 +117,9 @@ ${PYSITELIB}/zim/inc/xdot.pyo
|
|||
${PYSITELIB}/zim/index.py
|
||||
${PYSITELIB}/zim/index.pyc
|
||||
${PYSITELIB}/zim/index.pyo
|
||||
${PYSITELIB}/zim/ipc.py
|
||||
${PYSITELIB}/zim/ipc.pyc
|
||||
${PYSITELIB}/zim/ipc.pyo
|
||||
${PYSITELIB}/zim/notebook.py
|
||||
${PYSITELIB}/zim/notebook.pyc
|
||||
${PYSITELIB}/zim/notebook.pyo
|
||||
|
@ -132,6 +138,9 @@ ${PYSITELIB}/zim/plugins/attachmentbrowser.pyo
|
|||
${PYSITELIB}/zim/plugins/automount.py
|
||||
${PYSITELIB}/zim/plugins/automount.pyc
|
||||
${PYSITELIB}/zim/plugins/automount.pyo
|
||||
${PYSITELIB}/zim/plugins/backlinkpane.py
|
||||
${PYSITELIB}/zim/plugins/backlinkpane.pyc
|
||||
${PYSITELIB}/zim/plugins/backlinkpane.pyo
|
||||
${PYSITELIB}/zim/plugins/calendar.py
|
||||
${PYSITELIB}/zim/plugins/calendar.pyc
|
||||
${PYSITELIB}/zim/plugins/calendar.pyo
|
||||
|
@ -171,6 +180,9 @@ ${PYSITELIB}/zim/plugins/printtobrowser.pyo
|
|||
${PYSITELIB}/zim/plugins/quicknote.py
|
||||
${PYSITELIB}/zim/plugins/quicknote.pyc
|
||||
${PYSITELIB}/zim/plugins/quicknote.pyo
|
||||
${PYSITELIB}/zim/plugins/scoreeditor.py
|
||||
${PYSITELIB}/zim/plugins/scoreeditor.pyc
|
||||
${PYSITELIB}/zim/plugins/scoreeditor.pyo
|
||||
${PYSITELIB}/zim/plugins/screenshot.py
|
||||
${PYSITELIB}/zim/plugins/screenshot.pyc
|
||||
${PYSITELIB}/zim/plugins/screenshot.pyo
|
||||
|
@ -201,9 +213,15 @@ ${PYSITELIB}/zim/plugins/versioncontrol/git.pyo
|
|||
${PYSITELIB}/zim/plugins/versioncontrol/hg.py
|
||||
${PYSITELIB}/zim/plugins/versioncontrol/hg.pyc
|
||||
${PYSITELIB}/zim/plugins/versioncontrol/hg.pyo
|
||||
${PYSITELIB}/zim/plugins/zeitgeist-logger.py
|
||||
${PYSITELIB}/zim/plugins/zeitgeist-logger.pyc
|
||||
${PYSITELIB}/zim/plugins/zeitgeist-logger.pyo
|
||||
${PYSITELIB}/zim/search.py
|
||||
${PYSITELIB}/zim/search.pyc
|
||||
${PYSITELIB}/zim/search.pyo
|
||||
${PYSITELIB}/zim/signals.py
|
||||
${PYSITELIB}/zim/signals.pyc
|
||||
${PYSITELIB}/zim/signals.pyo
|
||||
${PYSITELIB}/zim/stores/__init__.py
|
||||
${PYSITELIB}/zim/stores/__init__.pyc
|
||||
${PYSITELIB}/zim/stores/__init__.pyo
|
||||
|
@ -264,6 +282,8 @@ share/locale/ja/LC_MESSAGES/zim.mo
|
|||
share/locale/ko/LC_MESSAGES/zim.mo
|
||||
share/locale/nl/LC_MESSAGES/zim.mo
|
||||
share/locale/pl/LC_MESSAGES/zim.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/zim.mo
|
||||
share/locale/ro/LC_MESSAGES/zim.mo
|
||||
share/locale/ru/LC_MESSAGES/zim.mo
|
||||
share/locale/sk/LC_MESSAGES/zim.mo
|
||||
share/locale/sl/LC_MESSAGES/zim.mo
|
||||
|
@ -290,11 +310,6 @@ share/mime/treemagic
|
|||
share/mime/types
|
||||
share/mime/version
|
||||
share/pixmaps/zim.png
|
||||
share/zim/applications/firefox.desktop
|
||||
share/zim/applications/open.desktop
|
||||
share/zim/applications/thunderbird.desktop
|
||||
share/zim/applications/xdg-email.desktop
|
||||
share/zim/applications/xdg-open.desktop
|
||||
share/zim/dates.list
|
||||
share/zim/globe.svg
|
||||
share/zim/globe_banner.svg
|
||||
|
@ -303,10 +318,12 @@ share/zim/manual/About.txt
|
|||
share/zim/manual/Bugs.txt
|
||||
share/zim/manual/FAQ.txt
|
||||
share/zim/manual/Help.txt
|
||||
share/zim/manual/Help/Attachments.txt
|
||||
share/zim/manual/Help/Auto_Formatting.txt
|
||||
share/zim/manual/Help/Check_Boxes.txt
|
||||
share/zim/manual/Help/Config_Files.txt
|
||||
share/zim/manual/Help/Custom_Tools.txt
|
||||
share/zim/manual/Help/Default_Applications.txt
|
||||
share/zim/manual/Help/Export.txt
|
||||
share/zim/manual/Help/Export/HTML.txt
|
||||
share/zim/manual/Help/Export/LaTeX.txt
|
||||
|
@ -324,6 +341,7 @@ share/zim/manual/Help/Templates.txt
|
|||
share/zim/manual/Help/Wiki_Syntax.txt
|
||||
share/zim/manual/Plugins.txt
|
||||
share/zim/manual/Plugins/Arithmetic.txt
|
||||
share/zim/manual/Plugins/Attachment_Browser.txt
|
||||
share/zim/manual/Plugins/Automount.txt
|
||||
share/zim/manual/Plugins/Calendar.txt
|
||||
share/zim/manual/Plugins/Diagram_Editor.txt
|
||||
|
@ -345,7 +363,17 @@ share/zim/manual/Plugins/Inline_Calculator.txt
|
|||
share/zim/manual/Plugins/Insert_Screenshot.txt
|
||||
share/zim/manual/Plugins/Insert_Symbol.txt
|
||||
share/zim/manual/Plugins/Link_Map.txt
|
||||
share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt
|
||||
share/zim/manual/Plugins/Quick_Note.txt
|
||||
share/zim/manual/Plugins/Score_Editor.txt
|
||||
share/zim/manual/Plugins/Score_Editor/score.ly
|
||||
share/zim/manual/Plugins/Score_Editor/score.png
|
||||
share/zim/manual/Plugins/Score_Editor/score001.ly
|
||||
share/zim/manual/Plugins/Score_Editor/score001.png
|
||||
share/zim/manual/Plugins/Score_Editor/score002.ly
|
||||
share/zim/manual/Plugins/Score_Editor/score002.png
|
||||
share/zim/manual/Plugins/Score_Editor/score003.ly
|
||||
share/zim/manual/Plugins/Score_Editor/score003.png
|
||||
share/zim/manual/Plugins/Spell_Checker.txt
|
||||
share/zim/manual/Plugins/Table_Of_Contents.txt
|
||||
share/zim/manual/Plugins/Tags.txt
|
||||
|
@ -354,11 +382,13 @@ share/zim/manual/Plugins/Tray_Icon.txt
|
|||
share/zim/manual/Plugins/Version_Control.txt
|
||||
share/zim/manual/Start.txt
|
||||
share/zim/manual/Usage.txt
|
||||
share/zim/manual/Usage/Collaboration.txt
|
||||
share/zim/manual/Usage/Daily_Journal.txt
|
||||
share/zim/manual/Usage/GTD_flowchart.png
|
||||
share/zim/manual/Usage/GTD_flowchart.svg
|
||||
share/zim/manual/Usage/Getting_Started.txt
|
||||
share/zim/manual/Usage/Getting_Things_Done.txt
|
||||
share/zim/manual/Usage/Publishing.txt
|
||||
share/zim/manual/notebook.zim
|
||||
share/zim/menubar-maemo4.xml
|
||||
share/zim/menubar-maemo5.xml
|
||||
|
@ -375,10 +405,6 @@ share/zim/pixmaps/unchecked-box.png
|
|||
share/zim/pixmaps/xchecked-box.png
|
||||
share/zim/style.conf
|
||||
share/zim/symbols.list
|
||||
share/zim/templates/_Equation.tex
|
||||
share/zim/templates/_GNU_R_Plot.r
|
||||
share/zim/templates/_gnuplot.gnu
|
||||
share/zim/templates/_quicknote.txt
|
||||
share/zim/templates/html/Default.html
|
||||
share/zim/templates/html/Default_with_index.html
|
||||
share/zim/templates/html/Presentation.html
|
||||
|
@ -388,6 +414,12 @@ share/zim/templates/latex/Article.tex
|
|||
share/zim/templates/latex/Part.tex
|
||||
share/zim/templates/latex/Report.tex
|
||||
share/zim/templates/markdown/Default.markdown
|
||||
share/zim/templates/plugins/equationeditor.tex
|
||||
share/zim/templates/plugins/gnu_r_editor.r
|
||||
share/zim/templates/plugins/gnuploteditor.gnu
|
||||
share/zim/templates/plugins/quicknote.txt
|
||||
share/zim/templates/plugins/scoreeditor.ly
|
||||
share/zim/templates/rst/Default.rst
|
||||
share/zim/templates/wiki/Calendar.txt
|
||||
share/zim/templates/wiki/Default.txt
|
||||
share/zim/urls.list
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/08/11 15:16:32 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.6 2012/12/01 10:36:12 ryoon Exp $
|
||||
|
||||
SHA1 (zim-0.56.tar.gz) = b618221685bbe6292f109f81889a9d986218dd0f
|
||||
RMD160 (zim-0.56.tar.gz) = d1dc071718e18424d192c6c3267e72467ed605e7
|
||||
Size (zim-0.56.tar.gz) = 1419603 bytes
|
||||
SHA1 (zim-0.57.tar.gz) = 83f94cb7d442d3fa585b77baf1f0b7f43e92992f
|
||||
RMD160 (zim-0.57.tar.gz) = ea67f7215953d8b0044189b7f2747b4e01baf555
|
||||
Size (zim-0.57.tar.gz) = 1565535 bytes
|
||||
|
|
Loading…
Reference in a new issue