pkgsrc/editors/zim/PLIST

419 lines
16 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.7 2013/02/15 23:55:07 bad Exp $
bin/zim
${PYSITELIB}/zim/__init__.py
${PYSITELIB}/zim/__init__.pyc
${PYSITELIB}/zim/__init__.pyo
${PYSITELIB}/zim/_version.py
${PYSITELIB}/zim/_version.pyc
${PYSITELIB}/zim/_version.pyo
${PYSITELIB}/zim/applications.py
${PYSITELIB}/zim/applications.pyc
${PYSITELIB}/zim/applications.pyo
${PYSITELIB}/zim/async.py
${PYSITELIB}/zim/async.pyc
${PYSITELIB}/zim/async.pyo
${PYSITELIB}/zim/config.py
${PYSITELIB}/zim/config.pyc
${PYSITELIB}/zim/config.pyo
${PYSITELIB}/zim/datetimetz.py
${PYSITELIB}/zim/datetimetz.pyc
${PYSITELIB}/zim/datetimetz.pyo
${PYSITELIB}/zim/errors.py
${PYSITELIB}/zim/errors.pyc
${PYSITELIB}/zim/errors.pyo
${PYSITELIB}/zim/exporter.py
${PYSITELIB}/zim/exporter.pyc
${PYSITELIB}/zim/exporter.pyo
${PYSITELIB}/zim/formats/__init__.py
${PYSITELIB}/zim/formats/__init__.pyc
${PYSITELIB}/zim/formats/__init__.pyo
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
${PYSITELIB}/zim/formats/__main__.py
${PYSITELIB}/zim/formats/__main__.pyc
${PYSITELIB}/zim/formats/__main__.pyo
${PYSITELIB}/zim/formats/html.py
${PYSITELIB}/zim/formats/html.pyc
${PYSITELIB}/zim/formats/html.pyo
${PYSITELIB}/zim/formats/latex.py
${PYSITELIB}/zim/formats/latex.pyc
${PYSITELIB}/zim/formats/latex.pyo
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
${PYSITELIB}/zim/formats/markdown.py
${PYSITELIB}/zim/formats/markdown.pyc
${PYSITELIB}/zim/formats/markdown.pyo
${PYSITELIB}/zim/formats/plain.py
${PYSITELIB}/zim/formats/plain.pyc
${PYSITELIB}/zim/formats/plain.pyo
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
2012-12-01 11:36:12 +01:00
${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
${PYSITELIB}/zim/fs.py
${PYSITELIB}/zim/fs.pyc
${PYSITELIB}/zim/fs.pyo
${PYSITELIB}/zim/gui/__init__.py
${PYSITELIB}/zim/gui/__init__.pyc
${PYSITELIB}/zim/gui/__init__.pyo
${PYSITELIB}/zim/gui/applications.py
${PYSITELIB}/zim/gui/applications.pyc
${PYSITELIB}/zim/gui/applications.pyo
${PYSITELIB}/zim/gui/cleannotebookdialog.py
${PYSITELIB}/zim/gui/cleannotebookdialog.pyc
${PYSITELIB}/zim/gui/cleannotebookdialog.pyo
${PYSITELIB}/zim/gui/clipboard.py
${PYSITELIB}/zim/gui/clipboard.pyc
${PYSITELIB}/zim/gui/clipboard.pyo
${PYSITELIB}/zim/gui/customtools.py
${PYSITELIB}/zim/gui/customtools.pyc
${PYSITELIB}/zim/gui/customtools.pyo
${PYSITELIB}/zim/gui/exportdialog.py
${PYSITELIB}/zim/gui/exportdialog.pyc
${PYSITELIB}/zim/gui/exportdialog.pyo
${PYSITELIB}/zim/gui/imagegeneratordialog.py
${PYSITELIB}/zim/gui/imagegeneratordialog.pyc
${PYSITELIB}/zim/gui/imagegeneratordialog.pyo
${PYSITELIB}/zim/gui/notebookdialog.py
${PYSITELIB}/zim/gui/notebookdialog.pyc
${PYSITELIB}/zim/gui/notebookdialog.pyo
${PYSITELIB}/zim/gui/pageindex.py
${PYSITELIB}/zim/gui/pageindex.pyc
${PYSITELIB}/zim/gui/pageindex.pyo
${PYSITELIB}/zim/gui/pageview.py
${PYSITELIB}/zim/gui/pageview.pyc
${PYSITELIB}/zim/gui/pageview.pyo
${PYSITELIB}/zim/gui/pathbar.py
${PYSITELIB}/zim/gui/pathbar.pyc
${PYSITELIB}/zim/gui/pathbar.pyo
${PYSITELIB}/zim/gui/preferencesdialog.py
${PYSITELIB}/zim/gui/preferencesdialog.pyc
${PYSITELIB}/zim/gui/preferencesdialog.pyo
${PYSITELIB}/zim/gui/propertiesdialog.py
${PYSITELIB}/zim/gui/propertiesdialog.pyc
${PYSITELIB}/zim/gui/propertiesdialog.pyo
${PYSITELIB}/zim/gui/searchdialog.py
${PYSITELIB}/zim/gui/searchdialog.pyc
${PYSITELIB}/zim/gui/searchdialog.pyo
${PYSITELIB}/zim/gui/server.py
${PYSITELIB}/zim/gui/server.pyc
${PYSITELIB}/zim/gui/server.pyo
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
2012-12-01 11:36:12 +01:00
${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
${PYSITELIB}/zim/history.py
${PYSITELIB}/zim/history.pyc
${PYSITELIB}/zim/history.pyo
Update to 0.53 === 0.53 - Mon 19 Sep 2011 === * Cosmetic updates to entry widgets, the page index, the insert date dialog, and the tasklist dialog * Updated the find function to properly switch focus and highlight current match even when text does not have focus - Oliver Joos * Added function to remember the position of the main window across sessions and the position of dialog within a session - Oliver Joos * Added "interwiki keyword" to give shorthand for linking notebooks - Jiří Janoušek * Added template function to create a page index - Jiří Janoušek * Added support to include additional files with a template - Jiří Janoušek * Added preference for always setting the cursor position based on history or not * Added feature so images now can have a link target as well - Jiří Janoušek * Refactored index to do much less database commit actions, resulting in performance gain on slow storage media * Added "print to browser" button in the tasklist dialog * Added "--search" commandline option * Added feature for calendar plugin to use one page per week, month, or year instead of one page per day - Jose Orlando Pereira * Added feature to have implicit deadline for tasks defined on a calendar page - Jose Orlando Pereira * Added new plugin for evaluating inline arithmetic expressions - Patricio Paez * Added support for plugins to have optional dependencies - John Drinkwater * Added hook so plugins can register handlers for specific URL schemes * Upgraded test suite to unittest support shipped with python 2.7 * Increased test coverage for main window, dialogs, and image generator plugins * Many small typo fixes and code cleanup - Oliver Joos * Extensive updates for the developer API documentation - now using epydoc * Made file paths in config file relative to home dir where possible in order to facilitate portable version (e.g. home dir mapped to USB drive) * Build code updated to build new windows installer and support for portable install - Brendan Kidwell * Fixed build process to hardcode platform on build time (maemo version) * Fixed bug in notebook list, causing compiled version to be unable to set a default notebook (windows version) * Fixed bug with copy-pasting and drag-n-drop using relative paths * Fixed bug allowing to click checkboxes in read-only mode * Fixed several possible exceptions when moving pages * Fixed execution of python scripts on windows - Chris Liechti * Fix to preserve file attributes (like mtime) when copying attachments - Oliver Joos * Fixed path of checkbox images in html export - Jiří Janoušek * Fix for indexing error in scenario with external syncing (e.g. dropbox) * Fix for latex output to use "\textless{}" and "\textgreater{}" * Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez * Fixed unicode usage in template module - Jiří Janoušek * Fixed error handling for errors from bzr in versioncontrol plugin * Fixed error handling for errors due to non-utf-8 encoded text in pages
2011-10-11 22:44:25 +02:00
${PYSITELIB}/zim/inc/__init__.py
${PYSITELIB}/zim/inc/__init__.pyc
${PYSITELIB}/zim/inc/__init__.pyo
${PYSITELIB}/zim/inc/arithmetic.py
${PYSITELIB}/zim/inc/arithmetic.pyc
${PYSITELIB}/zim/inc/arithmetic.pyo
${PYSITELIB}/zim/inc/xdot.py
${PYSITELIB}/zim/inc/xdot.pyc
${PYSITELIB}/zim/inc/xdot.pyo
${PYSITELIB}/zim/index.py
${PYSITELIB}/zim/index.pyc
${PYSITELIB}/zim/index.pyo
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
2012-12-01 11:36:12 +01:00
${PYSITELIB}/zim/ipc.py
${PYSITELIB}/zim/ipc.pyc
${PYSITELIB}/zim/ipc.pyo
${PYSITELIB}/zim/notebook.py
${PYSITELIB}/zim/notebook.pyc
${PYSITELIB}/zim/notebook.pyo
${PYSITELIB}/zim/parsing.py
${PYSITELIB}/zim/parsing.pyc
${PYSITELIB}/zim/parsing.pyo
${PYSITELIB}/zim/plugins/__init__.py
${PYSITELIB}/zim/plugins/__init__.pyc
${PYSITELIB}/zim/plugins/__init__.pyo
Update to 0.53 === 0.53 - Mon 19 Sep 2011 === * Cosmetic updates to entry widgets, the page index, the insert date dialog, and the tasklist dialog * Updated the find function to properly switch focus and highlight current match even when text does not have focus - Oliver Joos * Added function to remember the position of the main window across sessions and the position of dialog within a session - Oliver Joos * Added "interwiki keyword" to give shorthand for linking notebooks - Jiří Janoušek * Added template function to create a page index - Jiří Janoušek * Added support to include additional files with a template - Jiří Janoušek * Added preference for always setting the cursor position based on history or not * Added feature so images now can have a link target as well - Jiří Janoušek * Refactored index to do much less database commit actions, resulting in performance gain on slow storage media * Added "print to browser" button in the tasklist dialog * Added "--search" commandline option * Added feature for calendar plugin to use one page per week, month, or year instead of one page per day - Jose Orlando Pereira * Added feature to have implicit deadline for tasks defined on a calendar page - Jose Orlando Pereira * Added new plugin for evaluating inline arithmetic expressions - Patricio Paez * Added support for plugins to have optional dependencies - John Drinkwater * Added hook so plugins can register handlers for specific URL schemes * Upgraded test suite to unittest support shipped with python 2.7 * Increased test coverage for main window, dialogs, and image generator plugins * Many small typo fixes and code cleanup - Oliver Joos * Extensive updates for the developer API documentation - now using epydoc * Made file paths in config file relative to home dir where possible in order to facilitate portable version (e.g. home dir mapped to USB drive) * Build code updated to build new windows installer and support for portable install - Brendan Kidwell * Fixed build process to hardcode platform on build time (maemo version) * Fixed bug in notebook list, causing compiled version to be unable to set a default notebook (windows version) * Fixed bug with copy-pasting and drag-n-drop using relative paths * Fixed bug allowing to click checkboxes in read-only mode * Fixed several possible exceptions when moving pages * Fixed execution of python scripts on windows - Chris Liechti * Fix to preserve file attributes (like mtime) when copying attachments - Oliver Joos * Fixed path of checkbox images in html export - Jiří Janoušek * Fix for indexing error in scenario with external syncing (e.g. dropbox) * Fix for latex output to use "\textless{}" and "\textgreater{}" * Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez * Fixed unicode usage in template module - Jiří Janoušek * Fixed error handling for errors from bzr in versioncontrol plugin * Fixed error handling for errors due to non-utf-8 encoded text in pages
2011-10-11 22:44:25 +02:00
${PYSITELIB}/zim/plugins/arithmetic.py
${PYSITELIB}/zim/plugins/arithmetic.pyc
${PYSITELIB}/zim/plugins/arithmetic.pyo
${PYSITELIB}/zim/plugins/attachmentbrowser.py
${PYSITELIB}/zim/plugins/attachmentbrowser.pyc
${PYSITELIB}/zim/plugins/attachmentbrowser.pyo
${PYSITELIB}/zim/plugins/automount.py
${PYSITELIB}/zim/plugins/automount.pyc
${PYSITELIB}/zim/plugins/automount.pyo
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
2012-12-01 11:36:12 +01:00
${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
${PYSITELIB}/zim/plugins/diagrameditor.py
${PYSITELIB}/zim/plugins/diagrameditor.pyc
${PYSITELIB}/zim/plugins/diagrameditor.pyo
Update to 0.59 Changelog: === 0.59 - Wed 23 Jan 2012 === * Critical bug fix in pageview serialization * Fix for inheritance of tags in tasklist - Epinull * Fix for customtools dialog - Epinull * Fix for week number in Journal plugin page template === 0.58 - Sat 15 Dec 2012 === * Added new plugin for distraction free fullscreen mode * Added options to limit tasklist plugin to certain namespaces - Pierre-Antoine Champin * Added option to tasklist plugin to flag non-actionable tasks by a special tag * Added prompt for filename for Insert New File action * Added template option to list attachments in export * Added class attributes to links in HTML output * Added two more commandline options to quicknote plugin * Made sidepanes more compact by embedding close buttons in widgets * Critical fix for restarting zim after a crash (cleaning up socket) * Bug fix for search queries with quoted arguments * Bug fix for use of tags in the tasklist plugin * Bug fix for wiki format to be more robust for bad links * Bug fix for latex format to not use file URIs in \includegraphics{} * Bug fix for including latex equations in latex export * Bug fix list behavior checkboxes and numbered lists * Fix first day of week locale for calendar plugin - based on patch by Leopold Schabel * Fix for handling "file:/" and "file://" URIs in links - see manual for details * Fix for windows to not open consoles for each external application - klo uo * Fix for windows to put config files under %APPDATA% - klo uo * Fix to have "update heading" toggle in rename dialog more intelligent - Virgil Dupras * Fix to make template errors report relevant error dialogs * Fix for search and replace whitespace in pageview * Various small fixes
2013-01-26 14:39:37 +01:00
${PYSITELIB}/zim/plugins/distractionfree.py
${PYSITELIB}/zim/plugins/distractionfree.pyc
${PYSITELIB}/zim/plugins/distractionfree.pyo
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
${PYSITELIB}/zim/plugins/ditaaeditor.py
${PYSITELIB}/zim/plugins/ditaaeditor.pyc
${PYSITELIB}/zim/plugins/ditaaeditor.pyo
${PYSITELIB}/zim/plugins/equationeditor.py
${PYSITELIB}/zim/plugins/equationeditor.pyc
${PYSITELIB}/zim/plugins/equationeditor.pyo
${PYSITELIB}/zim/plugins/gnu_r_ploteditor.py
${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyc
${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyo
${PYSITELIB}/zim/plugins/gnuplot_ploteditor.py
${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyc
${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyo
${PYSITELIB}/zim/plugins/inlinecalculator.py
${PYSITELIB}/zim/plugins/inlinecalculator.pyc
${PYSITELIB}/zim/plugins/inlinecalculator.pyo
${PYSITELIB}/zim/plugins/insertsymbol.py
${PYSITELIB}/zim/plugins/insertsymbol.pyc
${PYSITELIB}/zim/plugins/insertsymbol.pyo
${PYSITELIB}/zim/plugins/linesorter.py
${PYSITELIB}/zim/plugins/linesorter.pyc
${PYSITELIB}/zim/plugins/linesorter.pyo
${PYSITELIB}/zim/plugins/linkmap/__init__.py
${PYSITELIB}/zim/plugins/linkmap/__init__.pyc
${PYSITELIB}/zim/plugins/linkmap/__init__.pyo
${PYSITELIB}/zim/plugins/linkmap/gui.py
${PYSITELIB}/zim/plugins/linkmap/gui.pyc
${PYSITELIB}/zim/plugins/linkmap/gui.pyo
${PYSITELIB}/zim/plugins/printtobrowser.py
${PYSITELIB}/zim/plugins/printtobrowser.pyc
${PYSITELIB}/zim/plugins/printtobrowser.pyo
${PYSITELIB}/zim/plugins/quicknote.py
${PYSITELIB}/zim/plugins/quicknote.pyc
${PYSITELIB}/zim/plugins/quicknote.pyo
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
2012-12-01 11:36:12 +01:00
${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
${PYSITELIB}/zim/plugins/spell.py
${PYSITELIB}/zim/plugins/spell.pyc
${PYSITELIB}/zim/plugins/spell.pyo
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
${PYSITELIB}/zim/plugins/tableofcontents.py
${PYSITELIB}/zim/plugins/tableofcontents.pyc
${PYSITELIB}/zim/plugins/tableofcontents.pyo
${PYSITELIB}/zim/plugins/tags.py
${PYSITELIB}/zim/plugins/tags.pyc
${PYSITELIB}/zim/plugins/tags.pyo
${PYSITELIB}/zim/plugins/tasklist.py
${PYSITELIB}/zim/plugins/tasklist.pyc
${PYSITELIB}/zim/plugins/tasklist.pyo
${PYSITELIB}/zim/plugins/trayicon.py
${PYSITELIB}/zim/plugins/trayicon.pyc
${PYSITELIB}/zim/plugins/trayicon.pyo
${PYSITELIB}/zim/plugins/versioncontrol/__init__.py
${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyc
${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyo
${PYSITELIB}/zim/plugins/versioncontrol/bzr.py
${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyc
${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyo
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
${PYSITELIB}/zim/plugins/versioncontrol/git.py
${PYSITELIB}/zim/plugins/versioncontrol/git.pyc
${PYSITELIB}/zim/plugins/versioncontrol/git.pyo
${PYSITELIB}/zim/plugins/versioncontrol/hg.py
${PYSITELIB}/zim/plugins/versioncontrol/hg.pyc
${PYSITELIB}/zim/plugins/versioncontrol/hg.pyo
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
2012-12-01 11:36:12 +01:00
${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
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
2012-12-01 11:36:12 +01:00
${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
${PYSITELIB}/zim/stores/files.py
${PYSITELIB}/zim/stores/files.pyc
${PYSITELIB}/zim/stores/files.pyo
${PYSITELIB}/zim/stores/memory.py
${PYSITELIB}/zim/stores/memory.pyc
${PYSITELIB}/zim/stores/memory.pyo
${PYSITELIB}/zim/stores/xml.py
${PYSITELIB}/zim/stores/xml.pyc
${PYSITELIB}/zim/stores/xml.pyo
${PYSITELIB}/zim/templates.py
${PYSITELIB}/zim/templates.pyc
${PYSITELIB}/zim/templates.pyo
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
${PYSITELIB}/zim/utils.py
${PYSITELIB}/zim/utils.pyc
${PYSITELIB}/zim/utils.pyo
${PYSITELIB}/zim/www.py
${PYSITELIB}/zim/www.pyc
${PYSITELIB}/zim/www.pyo
man/man1/zim.1
share/applications/zim.desktop
share/icons/hicolor/16x16/apps/zim.png
share/icons/hicolor/16x16/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/22x22/apps/zim.png
share/icons/hicolor/22x22/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/22x22/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/24x24/apps/zim.png
share/icons/hicolor/24x24/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/24x24/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/32x32/apps/zim.png
share/icons/hicolor/32x32/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/48x48/apps/zim.png
share/icons/hicolor/48x48/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/scalable/apps/zim.svg
share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg
share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg
share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg
share/icons/ubuntu-mono-light/apps/22/zim-panel.svg
share/locale/ca/LC_MESSAGES/zim.mo
share/locale/cs/LC_MESSAGES/zim.mo
share/locale/da/LC_MESSAGES/zim.mo
share/locale/de/LC_MESSAGES/zim.mo
share/locale/el/LC_MESSAGES/zim.mo
share/locale/en_GB/LC_MESSAGES/zim.mo
share/locale/es/LC_MESSAGES/zim.mo
share/locale/et/LC_MESSAGES/zim.mo
share/locale/fr/LC_MESSAGES/zim.mo
share/locale/gl/LC_MESSAGES/zim.mo
share/locale/he/LC_MESSAGES/zim.mo
share/locale/hu/LC_MESSAGES/zim.mo
share/locale/it/LC_MESSAGES/zim.mo
share/locale/ja/LC_MESSAGES/zim.mo
share/locale/nl/LC_MESSAGES/zim.mo
share/locale/pl/LC_MESSAGES/zim.mo
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
2012-12-01 11:36:12 +01:00
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
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
share/locale/sr/LC_MESSAGES/zim.mo
share/locale/sv/LC_MESSAGES/zim.mo
share/locale/tr/LC_MESSAGES/zim.mo
share/locale/uk/LC_MESSAGES/zim.mo
share/locale/zh_CN/LC_MESSAGES/zim.mo
share/locale/zh_TW/LC_MESSAGES/zim.mo
share/mime/packages/zim.xml
share/pixmaps/zim.png
share/zim/dates.list
share/zim/globe.svg
share/zim/globe_banner.svg
share/zim/globe_banner_small.png
share/zim/manual/About.txt
share/zim/manual/Bugs.txt
share/zim/manual/FAQ.txt
share/zim/manual/Help.txt
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
2012-12-01 11:36:12 +01:00
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
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
2012-12-01 11:36:12 +01:00
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
share/zim/manual/Help/Importing_external_files.txt
share/zim/manual/Help/Key_Bindings.txt
share/zim/manual/Help/Links.txt
share/zim/manual/Help/Menu_Items.txt
share/zim/manual/Help/Notebooks.txt
share/zim/manual/Help/Pages.txt
share/zim/manual/Help/Preferences.txt
share/zim/manual/Help/Properties.txt
share/zim/manual/Help/Searching.txt
share/zim/manual/Help/Tags.txt
share/zim/manual/Help/Templates.txt
share/zim/manual/Help/Wiki_Syntax.txt
share/zim/manual/Plugins.txt
Update to 0.53 === 0.53 - Mon 19 Sep 2011 === * Cosmetic updates to entry widgets, the page index, the insert date dialog, and the tasklist dialog * Updated the find function to properly switch focus and highlight current match even when text does not have focus - Oliver Joos * Added function to remember the position of the main window across sessions and the position of dialog within a session - Oliver Joos * Added "interwiki keyword" to give shorthand for linking notebooks - Jiří Janoušek * Added template function to create a page index - Jiří Janoušek * Added support to include additional files with a template - Jiří Janoušek * Added preference for always setting the cursor position based on history or not * Added feature so images now can have a link target as well - Jiří Janoušek * Refactored index to do much less database commit actions, resulting in performance gain on slow storage media * Added "print to browser" button in the tasklist dialog * Added "--search" commandline option * Added feature for calendar plugin to use one page per week, month, or year instead of one page per day - Jose Orlando Pereira * Added feature to have implicit deadline for tasks defined on a calendar page - Jose Orlando Pereira * Added new plugin for evaluating inline arithmetic expressions - Patricio Paez * Added support for plugins to have optional dependencies - John Drinkwater * Added hook so plugins can register handlers for specific URL schemes * Upgraded test suite to unittest support shipped with python 2.7 * Increased test coverage for main window, dialogs, and image generator plugins * Many small typo fixes and code cleanup - Oliver Joos * Extensive updates for the developer API documentation - now using epydoc * Made file paths in config file relative to home dir where possible in order to facilitate portable version (e.g. home dir mapped to USB drive) * Build code updated to build new windows installer and support for portable install - Brendan Kidwell * Fixed build process to hardcode platform on build time (maemo version) * Fixed bug in notebook list, causing compiled version to be unable to set a default notebook (windows version) * Fixed bug with copy-pasting and drag-n-drop using relative paths * Fixed bug allowing to click checkboxes in read-only mode * Fixed several possible exceptions when moving pages * Fixed execution of python scripts on windows - Chris Liechti * Fix to preserve file attributes (like mtime) when copying attachments - Oliver Joos * Fixed path of checkbox images in html export - Jiří Janoušek * Fix for indexing error in scenario with external syncing (e.g. dropbox) * Fix for latex output to use "\textless{}" and "\textgreater{}" * Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez * Fixed unicode usage in template module - Jiří Janoušek * Fixed error handling for errors from bzr in versioncontrol plugin * Fixed error handling for errors due to non-utf-8 encoded text in pages
2011-10-11 22:44:25 +02:00
share/zim/manual/Plugins/Arithmetic.txt
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
2012-12-01 11:36:12 +01:00
share/zim/manual/Plugins/Attachment_Browser.txt
share/zim/manual/Plugins/Automount.txt
Update to 0.59 Changelog: === 0.59 - Wed 23 Jan 2012 === * Critical bug fix in pageview serialization * Fix for inheritance of tags in tasklist - Epinull * Fix for customtools dialog - Epinull * Fix for week number in Journal plugin page template === 0.58 - Sat 15 Dec 2012 === * Added new plugin for distraction free fullscreen mode * Added options to limit tasklist plugin to certain namespaces - Pierre-Antoine Champin * Added option to tasklist plugin to flag non-actionable tasks by a special tag * Added prompt for filename for Insert New File action * Added template option to list attachments in export * Added class attributes to links in HTML output * Added two more commandline options to quicknote plugin * Made sidepanes more compact by embedding close buttons in widgets * Critical fix for restarting zim after a crash (cleaning up socket) * Bug fix for search queries with quoted arguments * Bug fix for use of tags in the tasklist plugin * Bug fix for wiki format to be more robust for bad links * Bug fix for latex format to not use file URIs in \includegraphics{} * Bug fix for including latex equations in latex export * Bug fix list behavior checkboxes and numbered lists * Fix first day of week locale for calendar plugin - based on patch by Leopold Schabel * Fix for handling "file:/" and "file://" URIs in links - see manual for details * Fix for windows to not open consoles for each external application - klo uo * Fix for windows to put config files under %APPDATA% - klo uo * Fix to have "update heading" toggle in rename dialog more intelligent - Virgil Dupras * Fix to make template errors report relevant error dialogs * Fix for search and replace whitespace in pageview * Various small fixes
2013-01-26 14:39:37 +01:00
share/zim/manual/Plugins/BackLinks_Pane.txt
share/zim/manual/Plugins/Diagram_Editor.txt
share/zim/manual/Plugins/Diagram_Editor/diagram.png
Update to 0.59 Changelog: === 0.59 - Wed 23 Jan 2012 === * Critical bug fix in pageview serialization * Fix for inheritance of tags in tasklist - Epinull * Fix for customtools dialog - Epinull * Fix for week number in Journal plugin page template === 0.58 - Sat 15 Dec 2012 === * Added new plugin for distraction free fullscreen mode * Added options to limit tasklist plugin to certain namespaces - Pierre-Antoine Champin * Added option to tasklist plugin to flag non-actionable tasks by a special tag * Added prompt for filename for Insert New File action * Added template option to list attachments in export * Added class attributes to links in HTML output * Added two more commandline options to quicknote plugin * Made sidepanes more compact by embedding close buttons in widgets * Critical fix for restarting zim after a crash (cleaning up socket) * Bug fix for search queries with quoted arguments * Bug fix for use of tags in the tasklist plugin * Bug fix for wiki format to be more robust for bad links * Bug fix for latex format to not use file URIs in \includegraphics{} * Bug fix for including latex equations in latex export * Bug fix list behavior checkboxes and numbered lists * Fix first day of week locale for calendar plugin - based on patch by Leopold Schabel * Fix for handling "file:/" and "file://" URIs in links - see manual for details * Fix for windows to not open consoles for each external application - klo uo * Fix for windows to put config files under %APPDATA% - klo uo * Fix to have "update heading" toggle in rename dialog more intelligent - Virgil Dupras * Fix to make template errors report relevant error dialogs * Fix for search and replace whitespace in pageview * Various small fixes
2013-01-26 14:39:37 +01:00
share/zim/manual/Plugins/Distraction_Free_Editing.txt
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
share/zim/manual/Plugins/Ditaa_Editor.txt
share/zim/manual/Plugins/Ditaa_Editor/ditaa.dia
share/zim/manual/Plugins/Ditaa_Editor/ditaa.png
share/zim/manual/Plugins/Equation_Editor.txt
share/zim/manual/Plugins/Equation_Editor/equation_01.png
share/zim/manual/Plugins/GNU_R_Plot_Editor.txt
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.png
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.r
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.png
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.r
share/zim/manual/Plugins/Gnuplot_Editor.txt
share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.gnu
share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.png
share/zim/manual/Plugins/Inline_Calculator.txt
share/zim/manual/Plugins/Insert_Screenshot.txt
share/zim/manual/Plugins/Insert_Symbol.txt
Update to 0.59 Changelog: === 0.59 - Wed 23 Jan 2012 === * Critical bug fix in pageview serialization * Fix for inheritance of tags in tasklist - Epinull * Fix for customtools dialog - Epinull * Fix for week number in Journal plugin page template === 0.58 - Sat 15 Dec 2012 === * Added new plugin for distraction free fullscreen mode * Added options to limit tasklist plugin to certain namespaces - Pierre-Antoine Champin * Added option to tasklist plugin to flag non-actionable tasks by a special tag * Added prompt for filename for Insert New File action * Added template option to list attachments in export * Added class attributes to links in HTML output * Added two more commandline options to quicknote plugin * Made sidepanes more compact by embedding close buttons in widgets * Critical fix for restarting zim after a crash (cleaning up socket) * Bug fix for search queries with quoted arguments * Bug fix for use of tags in the tasklist plugin * Bug fix for wiki format to be more robust for bad links * Bug fix for latex format to not use file URIs in \includegraphics{} * Bug fix for including latex equations in latex export * Bug fix list behavior checkboxes and numbered lists * Fix first day of week locale for calendar plugin - based on patch by Leopold Schabel * Fix for handling "file:/" and "file://" URIs in links - see manual for details * Fix for windows to not open consoles for each external application - klo uo * Fix for windows to put config files under %APPDATA% - klo uo * Fix to have "update heading" toggle in rename dialog more intelligent - Virgil Dupras * Fix to make template errors report relevant error dialogs * Fix for search and replace whitespace in pageview * Various small fixes
2013-01-26 14:39:37 +01:00
share/zim/manual/Plugins/Journal.txt
share/zim/manual/Plugins/Line_Sorter.txt
share/zim/manual/Plugins/Link_Map.txt
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
2012-12-01 11:36:12 +01:00
share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt
Update to 0.59 Changelog: === 0.59 - Wed 23 Jan 2012 === * Critical bug fix in pageview serialization * Fix for inheritance of tags in tasklist - Epinull * Fix for customtools dialog - Epinull * Fix for week number in Journal plugin page template === 0.58 - Sat 15 Dec 2012 === * Added new plugin for distraction free fullscreen mode * Added options to limit tasklist plugin to certain namespaces - Pierre-Antoine Champin * Added option to tasklist plugin to flag non-actionable tasks by a special tag * Added prompt for filename for Insert New File action * Added template option to list attachments in export * Added class attributes to links in HTML output * Added two more commandline options to quicknote plugin * Made sidepanes more compact by embedding close buttons in widgets * Critical fix for restarting zim after a crash (cleaning up socket) * Bug fix for search queries with quoted arguments * Bug fix for use of tags in the tasklist plugin * Bug fix for wiki format to be more robust for bad links * Bug fix for latex format to not use file URIs in \includegraphics{} * Bug fix for including latex equations in latex export * Bug fix list behavior checkboxes and numbered lists * Fix first day of week locale for calendar plugin - based on patch by Leopold Schabel * Fix for handling "file:/" and "file://" URIs in links - see manual for details * Fix for windows to not open consoles for each external application - klo uo * Fix for windows to put config files under %APPDATA% - klo uo * Fix to have "update heading" toggle in rename dialog more intelligent - Virgil Dupras * Fix to make template errors report relevant error dialogs * Fix for search and replace whitespace in pageview * Various small fixes
2013-01-26 14:39:37 +01:00
share/zim/manual/Plugins/Print_to_Browser.txt
share/zim/manual/Plugins/Quick_Note.txt
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
2012-12-01 11:36:12 +01:00
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
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
share/zim/manual/Plugins/Table_Of_Contents.txt
share/zim/manual/Plugins/Tags.txt
share/zim/manual/Plugins/Task_List.txt
share/zim/manual/Plugins/Tray_Icon.txt
share/zim/manual/Plugins/Version_Control.txt
share/zim/manual/Start.txt
share/zim/manual/Usage.txt
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
2012-12-01 11:36:12 +01:00
share/zim/manual/Usage/Collaboration.txt
Update to 0.59 Changelog: === 0.59 - Wed 23 Jan 2012 === * Critical bug fix in pageview serialization * Fix for inheritance of tags in tasklist - Epinull * Fix for customtools dialog - Epinull * Fix for week number in Journal plugin page template === 0.58 - Sat 15 Dec 2012 === * Added new plugin for distraction free fullscreen mode * Added options to limit tasklist plugin to certain namespaces - Pierre-Antoine Champin * Added option to tasklist plugin to flag non-actionable tasks by a special tag * Added prompt for filename for Insert New File action * Added template option to list attachments in export * Added class attributes to links in HTML output * Added two more commandline options to quicknote plugin * Made sidepanes more compact by embedding close buttons in widgets * Critical fix for restarting zim after a crash (cleaning up socket) * Bug fix for search queries with quoted arguments * Bug fix for use of tags in the tasklist plugin * Bug fix for wiki format to be more robust for bad links * Bug fix for latex format to not use file URIs in \includegraphics{} * Bug fix for including latex equations in latex export * Bug fix list behavior checkboxes and numbered lists * Fix first day of week locale for calendar plugin - based on patch by Leopold Schabel * Fix for handling "file:/" and "file://" URIs in links - see manual for details * Fix for windows to not open consoles for each external application - klo uo * Fix for windows to put config files under %APPDATA% - klo uo * Fix to have "update heading" toggle in rename dialog more intelligent - Virgil Dupras * Fix to make template errors report relevant error dialogs * Fix for search and replace whitespace in pageview * Various small fixes
2013-01-26 14:39:37 +01:00
share/zim/manual/Usage/Creative_Writing.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
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
2012-12-01 11:36:12 +01:00
share/zim/manual/Usage/Publishing.txt
share/zim/manual/notebook.zim
share/zim/menubar-maemo4.xml
share/zim/menubar-maemo5.xml
share/zim/menubar.xml
share/zim/pixmaps/attachment.png
share/zim/pixmaps/calendar.png
share/zim/pixmaps/checked-box.png
share/zim/pixmaps/favicon.ico
share/zim/pixmaps/link.png
share/zim/pixmaps/linkmap.png
share/zim/pixmaps/linkmap.svg
share/zim/pixmaps/task-list.png
share/zim/pixmaps/unchecked-box.png
share/zim/pixmaps/xchecked-box.png
share/zim/style.conf
share/zim/symbols.list
share/zim/templates/html/Default.html
Update to 0.53 === 0.53 - Mon 19 Sep 2011 === * Cosmetic updates to entry widgets, the page index, the insert date dialog, and the tasklist dialog * Updated the find function to properly switch focus and highlight current match even when text does not have focus - Oliver Joos * Added function to remember the position of the main window across sessions and the position of dialog within a session - Oliver Joos * Added "interwiki keyword" to give shorthand for linking notebooks - Jiří Janoušek * Added template function to create a page index - Jiří Janoušek * Added support to include additional files with a template - Jiří Janoušek * Added preference for always setting the cursor position based on history or not * Added feature so images now can have a link target as well - Jiří Janoušek * Refactored index to do much less database commit actions, resulting in performance gain on slow storage media * Added "print to browser" button in the tasklist dialog * Added "--search" commandline option * Added feature for calendar plugin to use one page per week, month, or year instead of one page per day - Jose Orlando Pereira * Added feature to have implicit deadline for tasks defined on a calendar page - Jose Orlando Pereira * Added new plugin for evaluating inline arithmetic expressions - Patricio Paez * Added support for plugins to have optional dependencies - John Drinkwater * Added hook so plugins can register handlers for specific URL schemes * Upgraded test suite to unittest support shipped with python 2.7 * Increased test coverage for main window, dialogs, and image generator plugins * Many small typo fixes and code cleanup - Oliver Joos * Extensive updates for the developer API documentation - now using epydoc * Made file paths in config file relative to home dir where possible in order to facilitate portable version (e.g. home dir mapped to USB drive) * Build code updated to build new windows installer and support for portable install - Brendan Kidwell * Fixed build process to hardcode platform on build time (maemo version) * Fixed bug in notebook list, causing compiled version to be unable to set a default notebook (windows version) * Fixed bug with copy-pasting and drag-n-drop using relative paths * Fixed bug allowing to click checkboxes in read-only mode * Fixed several possible exceptions when moving pages * Fixed execution of python scripts on windows - Chris Liechti * Fix to preserve file attributes (like mtime) when copying attachments - Oliver Joos * Fixed path of checkbox images in html export - Jiří Janoušek * Fix for indexing error in scenario with external syncing (e.g. dropbox) * Fix for latex output to use "\textless{}" and "\textgreater{}" * Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez * Fixed unicode usage in template module - Jiří Janoušek * Fixed error handling for errors from bzr in versioncontrol plugin * Fixed error handling for errors due to non-utf-8 encoded text in pages
2011-10-11 22:44:25 +02:00
share/zim/templates/html/Default_with_index.html
share/zim/templates/html/Presentation.html
share/zim/templates/html/Print.html
share/zim/templates/html/SlideShow_(S5).html
share/zim/templates/latex/Article.tex
share/zim/templates/latex/Part.tex
share/zim/templates/latex/Report.tex
Update to 0.56 Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11 17:16:32 +02:00
share/zim/templates/markdown/Default.markdown
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
2012-12-01 11:36:12 +01:00
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/Default.txt
Update to 0.59 Changelog: === 0.59 - Wed 23 Jan 2012 === * Critical bug fix in pageview serialization * Fix for inheritance of tags in tasklist - Epinull * Fix for customtools dialog - Epinull * Fix for week number in Journal plugin page template === 0.58 - Sat 15 Dec 2012 === * Added new plugin for distraction free fullscreen mode * Added options to limit tasklist plugin to certain namespaces - Pierre-Antoine Champin * Added option to tasklist plugin to flag non-actionable tasks by a special tag * Added prompt for filename for Insert New File action * Added template option to list attachments in export * Added class attributes to links in HTML output * Added two more commandline options to quicknote plugin * Made sidepanes more compact by embedding close buttons in widgets * Critical fix for restarting zim after a crash (cleaning up socket) * Bug fix for search queries with quoted arguments * Bug fix for use of tags in the tasklist plugin * Bug fix for wiki format to be more robust for bad links * Bug fix for latex format to not use file URIs in \includegraphics{} * Bug fix for including latex equations in latex export * Bug fix list behavior checkboxes and numbered lists * Fix first day of week locale for calendar plugin - based on patch by Leopold Schabel * Fix for handling "file:/" and "file://" URIs in links - see manual for details * Fix for windows to not open consoles for each external application - klo uo * Fix for windows to put config files under %APPDATA% - klo uo * Fix to have "update heading" toggle in rename dialog more intelligent - Virgil Dupras * Fix to make template errors report relevant error dialogs * Fix for search and replace whitespace in pageview * Various small fixes
2013-01-26 14:39:37 +01:00
share/zim/templates/wiki/Journal.txt
share/zim/urls.list
share/zim/zim.png