pkgsrc/editors/tomboy/PLIST

526 lines
26 KiB
Text
Raw Normal View History

Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
@comment $NetBSD: PLIST,v 1.6 2010/11/30 03:44:36 obache Exp $
bin/tomboy
bin/tomboy-panel
lib/bonobo/servers/GNOME_TomboyApplet.server
lib/pkgconfig/tomboy-addins.pc
lib/tomboy/Tomboy.exe
lib/tomboy/Tomboy.exe.config
lib/tomboy/Tomboy.exe.mdb
lib/tomboy/addins/Backlinks.dll
lib/tomboy/addins/Backlinks.dll.mdb
lib/tomboy/addins/Bugzilla.dll
lib/tomboy/addins/Bugzilla.dll.mdb
lib/tomboy/addins/ExportToHtml.dll
lib/tomboy/addins/ExportToHtml.dll.mdb
lib/tomboy/addins/FileSystemSyncService.dll
lib/tomboy/addins/FileSystemSyncService.dll.mdb
lib/tomboy/addins/FixedWidth.dll
lib/tomboy/addins/FixedWidth.dll.mdb
lib/tomboy/addins/InsertTimestamp.dll
lib/tomboy/addins/InsertTimestamp.dll.mdb
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
lib/tomboy/addins/NoteDirectoryWatcher.dll
lib/tomboy/addins/NoteDirectoryWatcher.dll.mdb
lib/tomboy/addins/NoteOfTheDay.dll
lib/tomboy/addins/NoteOfTheDay.dll.mdb
lib/tomboy/addins/PrintNotes.dll
lib/tomboy/addins/SshSyncServiceAddin.dll
lib/tomboy/addins/SshSyncServiceAddin.dll.mdb
lib/tomboy/addins/StickyNoteImport.dll
lib/tomboy/addins/StickyNoteImport.dll.mdb
lib/tomboy/addins/Tasque.Addin.dll
lib/tomboy/addins/Tasque.Addin.dll.mdb
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
lib/tomboy/addins/Underline.dll
lib/tomboy/addins/Underline.dll.mdb
lib/tomboy/addins/WebDavSyncService.dll
lib/tomboy/addins/WebDavSyncService.dll.mdb
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
lib/tomboy/addins/WebSyncServiceAddin.dll
lib/tomboy/addins/WebSyncServiceAddin.dll.mdb
lib/tomboy/libtomboy.la
man/man1/tomboy.1
share/applications/tomboy.desktop
share/dbus-1/services/org.gnome.Tomboy.service
share/gconf/schemas/tomboy.schemas
share/gnome/help/tomboy/C/figures/add-notebook-search.png
share/gnome/help/tomboy/C/figures/add-to-notebook.png
share/gnome/help/tomboy/C/figures/delete-notebook.png
share/gnome/help/tomboy/C/figures/move-notes-search.png
share/gnome/help/tomboy/C/figures/new-notebook.png
share/gnome/help/tomboy/C/figures/note-template.png
share/gnome/help/tomboy/C/figures/notebook-icon.png
share/gnome/help/tomboy/C/figures/tomboy-main-menu.png
share/gnome/help/tomboy/C/figures/tomboy-new-note.png
share/gnome/help/tomboy/C/figures/tomboy-panel.png
share/gnome/help/tomboy/C/figures/tomboy-pindown.png
share/gnome/help/tomboy/C/figures/tomboy-pinup.png
share/gnome/help/tomboy/C/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/C/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/C/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/C/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/C/figures/tomboy-tools.png
share/gnome/help/tomboy/C/legal.xml
share/gnome/help/tomboy/C/tomboy.xml
share/gnome/help/tomboy/ca/figures/add-notebook-search.png
share/gnome/help/tomboy/ca/figures/add-to-notebook.png
share/gnome/help/tomboy/ca/figures/delete-notebook.png
share/gnome/help/tomboy/ca/figures/move-notes-search.png
share/gnome/help/tomboy/ca/figures/new-notebook.png
share/gnome/help/tomboy/ca/figures/note-template.png
share/gnome/help/tomboy/ca/figures/notebook-icon.png
share/gnome/help/tomboy/ca/figures/tomboy-main-menu.png
share/gnome/help/tomboy/ca/figures/tomboy-new-note.png
share/gnome/help/tomboy/ca/figures/tomboy-panel.png
share/gnome/help/tomboy/ca/figures/tomboy-pindown.png
share/gnome/help/tomboy/ca/figures/tomboy-pinup.png
share/gnome/help/tomboy/ca/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/ca/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/ca/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/ca/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/ca/figures/tomboy-tools.png
share/gnome/help/tomboy/ca/legal.xml
share/gnome/help/tomboy/ca/tomboy.xml
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/gnome/help/tomboy/cs/figures/add-notebook-search.png
share/gnome/help/tomboy/cs/figures/add-to-notebook.png
share/gnome/help/tomboy/cs/figures/delete-notebook.png
share/gnome/help/tomboy/cs/figures/move-notes-search.png
share/gnome/help/tomboy/cs/figures/new-notebook.png
share/gnome/help/tomboy/cs/figures/note-template.png
share/gnome/help/tomboy/cs/figures/notebook-icon.png
share/gnome/help/tomboy/cs/figures/tomboy-main-menu.png
share/gnome/help/tomboy/cs/figures/tomboy-new-note.png
share/gnome/help/tomboy/cs/figures/tomboy-panel.png
share/gnome/help/tomboy/cs/figures/tomboy-pindown.png
share/gnome/help/tomboy/cs/figures/tomboy-pinup.png
share/gnome/help/tomboy/cs/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/cs/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/cs/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/cs/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/cs/figures/tomboy-tools.png
share/gnome/help/tomboy/cs/legal.xml
share/gnome/help/tomboy/cs/tomboy.xml
share/gnome/help/tomboy/de/figures/add-notebook-search.png
share/gnome/help/tomboy/de/figures/add-to-notebook.png
share/gnome/help/tomboy/de/figures/delete-notebook.png
share/gnome/help/tomboy/de/figures/move-notes-search.png
share/gnome/help/tomboy/de/figures/new-notebook.png
share/gnome/help/tomboy/de/figures/note-template.png
share/gnome/help/tomboy/de/figures/notebook-icon.png
share/gnome/help/tomboy/de/figures/tomboy-main-menu.png
share/gnome/help/tomboy/de/figures/tomboy-new-note.png
share/gnome/help/tomboy/de/figures/tomboy-panel.png
share/gnome/help/tomboy/de/figures/tomboy-pindown.png
share/gnome/help/tomboy/de/figures/tomboy-pinup.png
share/gnome/help/tomboy/de/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/de/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/de/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/de/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/de/figures/tomboy-tools.png
share/gnome/help/tomboy/de/legal.xml
share/gnome/help/tomboy/de/tomboy.xml
share/gnome/help/tomboy/el/figures/add-notebook-search.png
share/gnome/help/tomboy/el/figures/add-to-notebook.png
share/gnome/help/tomboy/el/figures/delete-notebook.png
share/gnome/help/tomboy/el/figures/move-notes-search.png
share/gnome/help/tomboy/el/figures/new-notebook.png
share/gnome/help/tomboy/el/figures/note-template.png
share/gnome/help/tomboy/el/figures/notebook-icon.png
share/gnome/help/tomboy/el/figures/tomboy-main-menu.png
share/gnome/help/tomboy/el/figures/tomboy-new-note.png
share/gnome/help/tomboy/el/figures/tomboy-panel.png
share/gnome/help/tomboy/el/figures/tomboy-pindown.png
share/gnome/help/tomboy/el/figures/tomboy-pinup.png
share/gnome/help/tomboy/el/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/el/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/el/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/el/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/el/figures/tomboy-tools.png
share/gnome/help/tomboy/el/legal.xml
share/gnome/help/tomboy/el/tomboy.xml
share/gnome/help/tomboy/en_GB/figures/add-notebook-search.png
share/gnome/help/tomboy/en_GB/figures/add-to-notebook.png
share/gnome/help/tomboy/en_GB/figures/delete-notebook.png
share/gnome/help/tomboy/en_GB/figures/move-notes-search.png
share/gnome/help/tomboy/en_GB/figures/new-notebook.png
share/gnome/help/tomboy/en_GB/figures/note-template.png
share/gnome/help/tomboy/en_GB/figures/notebook-icon.png
share/gnome/help/tomboy/en_GB/figures/tomboy-main-menu.png
share/gnome/help/tomboy/en_GB/figures/tomboy-new-note.png
share/gnome/help/tomboy/en_GB/figures/tomboy-panel.png
share/gnome/help/tomboy/en_GB/figures/tomboy-pindown.png
share/gnome/help/tomboy/en_GB/figures/tomboy-pinup.png
share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/en_GB/figures/tomboy-tools.png
share/gnome/help/tomboy/en_GB/legal.xml
share/gnome/help/tomboy/en_GB/tomboy.xml
share/gnome/help/tomboy/es/figures/add-notebook-search.png
share/gnome/help/tomboy/es/figures/add-to-notebook.png
share/gnome/help/tomboy/es/figures/delete-notebook.png
share/gnome/help/tomboy/es/figures/move-notes-search.png
share/gnome/help/tomboy/es/figures/new-notebook.png
share/gnome/help/tomboy/es/figures/note-template.png
share/gnome/help/tomboy/es/figures/notebook-icon.png
share/gnome/help/tomboy/es/figures/tomboy-main-menu.png
share/gnome/help/tomboy/es/figures/tomboy-new-note.png
share/gnome/help/tomboy/es/figures/tomboy-panel.png
share/gnome/help/tomboy/es/figures/tomboy-pindown.png
share/gnome/help/tomboy/es/figures/tomboy-pinup.png
share/gnome/help/tomboy/es/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/es/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/es/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/es/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/es/figures/tomboy-tools.png
share/gnome/help/tomboy/es/legal.xml
share/gnome/help/tomboy/es/tomboy.xml
Update to 0.14.2. Set LICENSE. Convert to user-destdir. Remove unneeded dependencies. Version 0.14.2 * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Fix over-zealous URL matching (#436994). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Support console logging on Windows (Benjamin Podszun). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Translation updates: ca, el, es, et Version 0.14.1 * Translation updates: ar, ca, el, es, he, kn, nb, tr Version 0.14.0 * Fix buggy behavior with Tomboy icon menus in Windows (#556406, #566173). Version 0.13.6 * Fixes to linking (#436994,#573317,#525753, Stefan Schweizer & Benjamin Podszun) * Add printing support to Mac OS X version. * Localization fixes: #572096, #570121 (Benjamin Podszun and Wouter Bolsterlee) * Translation updates: be@latin, bg, da, de, en_GB, es, et, eu, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ro, sv, ta, th, zh_HK, zh_TW Version 0.13.5 * Additional updates to note printing (#512369, #572024, Benjamin Podszun). * Windows installer now requires Novell's GTK# >= 2.12.8 (#569324). * Increase/Decrease Indent shortcuts now appear in menu (#570334, Benjamin Podszun). * No longer writes to disk every 40 seconds (#514434). * Fixes to note linking (#323845, Florian Pinault). * Add GConf preference for auto-accepting SSL Certs in WebDAV sync (#531364). * After succcessfully configuring sync, offer to perform first sync (#553079). * Other fixes: #570917, #570918. * Translation updates: bg, cs, da, es, eu, hu, nl, pl, pt, ro, sv, th, vi, zh_HK, zh_TW Version 0.13.4 * Removed bundled Mono.Addins. Mono.Addins is now a hard dependency. * Update printing to use Gtk.Print (#512369, Benjamin Podszun). Still buggy. * Fix multi-page printing of exported note HTML (#548198, Leonardo Ferreira Fontenelle and Stefan Schweizer) * Fix crash when clicking link and browser not set (#569639). * 64-bit Windows support (#558272, Jay R. Wren). * Search window position saved on Windows/Mac (#559663). * Fix lingering tray icon in Windows (#569709, Benjamin Podszun). * Fix bug with font settings (#559724, Benjamin Podszun). * Mac MonoDevelop solution now easier to build (Doug Johnston et al). * Other fixes: #562846 (James Westby) * Translation updates: ca, es, fi, ko, lt, lv, nb Version 0.13.3 * Rename Mono process to "tomboy" instead of "Tomboy" (#565166). * Cut down memory usage by 25% (#565790). Also improves startup times a bit. * Fix panel applet icon background transparency (#567308). * Improvements in translatable strings (#566711, #565208). * Fix crash associated with notes with '&' or '<' in their title (#566967). * Translation updates: es, fr, lv, nb, pt_BR, sk, sv Version 0.13.2 * Fix Windows<->Linux sync incompatiblities (#559094). * Fix data loss bug in sync and SetNoteCompleteXml dbus method. * Link fixes in HTML Export (#564150, Stefan Schweizer). * Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk). * Translation updates: it Version 0.13.1 * Configure/build fixes. * Help menu item opens online help on Windows and Mac. Version 0.13.0 (Windows/Mac-only "preview" release) * Initial support for Windows and Mac OS X.
2009-05-20 11:22:10 +02:00
share/gnome/help/tomboy/eu/figures/add-notebook-search.png
share/gnome/help/tomboy/eu/figures/add-to-notebook.png
share/gnome/help/tomboy/eu/figures/delete-notebook.png
share/gnome/help/tomboy/eu/figures/move-notes-search.png
share/gnome/help/tomboy/eu/figures/new-notebook.png
share/gnome/help/tomboy/eu/figures/note-template.png
share/gnome/help/tomboy/eu/figures/notebook-icon.png
share/gnome/help/tomboy/eu/figures/tomboy-main-menu.png
share/gnome/help/tomboy/eu/figures/tomboy-new-note.png
share/gnome/help/tomboy/eu/figures/tomboy-panel.png
share/gnome/help/tomboy/eu/figures/tomboy-pindown.png
share/gnome/help/tomboy/eu/figures/tomboy-pinup.png
share/gnome/help/tomboy/eu/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/eu/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/eu/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/eu/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/eu/figures/tomboy-tools.png
share/gnome/help/tomboy/eu/legal.xml
share/gnome/help/tomboy/eu/tomboy.xml
share/gnome/help/tomboy/fr/figures/add-notebook-search.png
share/gnome/help/tomboy/fr/figures/add-to-notebook.png
share/gnome/help/tomboy/fr/figures/delete-notebook.png
share/gnome/help/tomboy/fr/figures/move-notes-search.png
share/gnome/help/tomboy/fr/figures/new-notebook.png
share/gnome/help/tomboy/fr/figures/note-template.png
share/gnome/help/tomboy/fr/figures/notebook-icon.png
share/gnome/help/tomboy/fr/figures/tomboy-main-menu.png
share/gnome/help/tomboy/fr/figures/tomboy-new-note.png
share/gnome/help/tomboy/fr/figures/tomboy-panel.png
share/gnome/help/tomboy/fr/figures/tomboy-pindown.png
share/gnome/help/tomboy/fr/figures/tomboy-pinup.png
share/gnome/help/tomboy/fr/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/fr/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/fr/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/fr/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/fr/figures/tomboy-tools.png
share/gnome/help/tomboy/fr/legal.xml
share/gnome/help/tomboy/fr/tomboy.xml
share/gnome/help/tomboy/it/figures/add-notebook-search.png
share/gnome/help/tomboy/it/figures/add-to-notebook.png
share/gnome/help/tomboy/it/figures/delete-notebook.png
share/gnome/help/tomboy/it/figures/move-notes-search.png
share/gnome/help/tomboy/it/figures/new-notebook.png
share/gnome/help/tomboy/it/figures/note-template.png
share/gnome/help/tomboy/it/figures/notebook-icon.png
share/gnome/help/tomboy/it/figures/tomboy-main-menu.png
share/gnome/help/tomboy/it/figures/tomboy-new-note.png
share/gnome/help/tomboy/it/figures/tomboy-panel.png
share/gnome/help/tomboy/it/figures/tomboy-pindown.png
share/gnome/help/tomboy/it/figures/tomboy-pinup.png
share/gnome/help/tomboy/it/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/it/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/it/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/it/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/it/figures/tomboy-tools.png
share/gnome/help/tomboy/it/legal.xml
share/gnome/help/tomboy/it/tomboy.xml
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/gnome/help/tomboy/lt/figures/add-notebook-search.png
share/gnome/help/tomboy/lt/figures/add-to-notebook.png
share/gnome/help/tomboy/lt/figures/delete-notebook.png
share/gnome/help/tomboy/lt/figures/move-notes-search.png
share/gnome/help/tomboy/lt/figures/new-notebook.png
share/gnome/help/tomboy/lt/figures/note-template.png
share/gnome/help/tomboy/lt/figures/notebook-icon.png
share/gnome/help/tomboy/lt/figures/tomboy-main-menu.png
share/gnome/help/tomboy/lt/figures/tomboy-new-note.png
share/gnome/help/tomboy/lt/figures/tomboy-panel.png
share/gnome/help/tomboy/lt/figures/tomboy-pindown.png
share/gnome/help/tomboy/lt/figures/tomboy-pinup.png
share/gnome/help/tomboy/lt/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/lt/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/lt/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/lt/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/lt/figures/tomboy-tools.png
share/gnome/help/tomboy/lt/legal.xml
share/gnome/help/tomboy/lt/tomboy.xml
share/gnome/help/tomboy/oc/figures/add-notebook-search.png
share/gnome/help/tomboy/oc/figures/add-to-notebook.png
share/gnome/help/tomboy/oc/figures/delete-notebook.png
share/gnome/help/tomboy/oc/figures/move-notes-search.png
share/gnome/help/tomboy/oc/figures/new-notebook.png
share/gnome/help/tomboy/oc/figures/note-template.png
share/gnome/help/tomboy/oc/figures/notebook-icon.png
share/gnome/help/tomboy/oc/figures/tomboy-main-menu.png
share/gnome/help/tomboy/oc/figures/tomboy-new-note.png
share/gnome/help/tomboy/oc/figures/tomboy-panel.png
share/gnome/help/tomboy/oc/figures/tomboy-pindown.png
share/gnome/help/tomboy/oc/figures/tomboy-pinup.png
share/gnome/help/tomboy/oc/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/oc/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/oc/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/oc/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/oc/figures/tomboy-tools.png
share/gnome/help/tomboy/oc/legal.xml
share/gnome/help/tomboy/oc/tomboy.xml
share/gnome/help/tomboy/pl/figures/add-notebook-search.png
share/gnome/help/tomboy/pl/figures/add-to-notebook.png
share/gnome/help/tomboy/pl/figures/delete-notebook.png
share/gnome/help/tomboy/pl/figures/move-notes-search.png
share/gnome/help/tomboy/pl/figures/new-notebook.png
share/gnome/help/tomboy/pl/figures/note-template.png
share/gnome/help/tomboy/pl/figures/notebook-icon.png
share/gnome/help/tomboy/pl/figures/tomboy-main-menu.png
share/gnome/help/tomboy/pl/figures/tomboy-new-note.png
share/gnome/help/tomboy/pl/figures/tomboy-panel.png
share/gnome/help/tomboy/pl/figures/tomboy-pindown.png
share/gnome/help/tomboy/pl/figures/tomboy-pinup.png
share/gnome/help/tomboy/pl/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/pl/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/pl/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/pl/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/pl/figures/tomboy-tools.png
share/gnome/help/tomboy/pl/legal.xml
share/gnome/help/tomboy/pl/tomboy.xml
share/gnome/help/tomboy/pt_BR/figures/add-notebook-search.png
share/gnome/help/tomboy/pt_BR/figures/add-to-notebook.png
share/gnome/help/tomboy/pt_BR/figures/delete-notebook.png
share/gnome/help/tomboy/pt_BR/figures/move-notes-search.png
share/gnome/help/tomboy/pt_BR/figures/new-notebook.png
share/gnome/help/tomboy/pt_BR/figures/note-template.png
share/gnome/help/tomboy/pt_BR/figures/notebook-icon.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-main-menu.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-new-note.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-panel.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-pindown.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-pinup.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/pt_BR/figures/tomboy-tools.png
share/gnome/help/tomboy/pt_BR/legal.xml
share/gnome/help/tomboy/pt_BR/tomboy.xml
share/gnome/help/tomboy/ru/figures/add-notebook-search.png
share/gnome/help/tomboy/ru/figures/add-to-notebook.png
share/gnome/help/tomboy/ru/figures/delete-notebook.png
share/gnome/help/tomboy/ru/figures/move-notes-search.png
share/gnome/help/tomboy/ru/figures/new-notebook.png
share/gnome/help/tomboy/ru/figures/note-template.png
share/gnome/help/tomboy/ru/figures/notebook-icon.png
share/gnome/help/tomboy/ru/figures/tomboy-main-menu.png
share/gnome/help/tomboy/ru/figures/tomboy-new-note.png
share/gnome/help/tomboy/ru/figures/tomboy-panel.png
share/gnome/help/tomboy/ru/figures/tomboy-pindown.png
share/gnome/help/tomboy/ru/figures/tomboy-pinup.png
share/gnome/help/tomboy/ru/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/ru/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/ru/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/ru/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/ru/figures/tomboy-tools.png
share/gnome/help/tomboy/ru/legal.xml
share/gnome/help/tomboy/ru/tomboy.xml
share/gnome/help/tomboy/sv/figures/add-notebook-search.png
share/gnome/help/tomboy/sv/figures/add-to-notebook.png
share/gnome/help/tomboy/sv/figures/delete-notebook.png
share/gnome/help/tomboy/sv/figures/move-notes-search.png
share/gnome/help/tomboy/sv/figures/new-notebook.png
share/gnome/help/tomboy/sv/figures/note-template.png
share/gnome/help/tomboy/sv/figures/notebook-icon.png
share/gnome/help/tomboy/sv/figures/tomboy-main-menu.png
share/gnome/help/tomboy/sv/figures/tomboy-new-note.png
share/gnome/help/tomboy/sv/figures/tomboy-panel.png
share/gnome/help/tomboy/sv/figures/tomboy-pindown.png
share/gnome/help/tomboy/sv/figures/tomboy-pinup.png
share/gnome/help/tomboy/sv/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/sv/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/sv/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/sv/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/sv/figures/tomboy-tools.png
share/gnome/help/tomboy/sv/legal.xml
share/gnome/help/tomboy/sv/tomboy.xml
share/gnome/help/tomboy/uk/figures/add-notebook-search.png
share/gnome/help/tomboy/uk/figures/add-to-notebook.png
share/gnome/help/tomboy/uk/figures/delete-notebook.png
share/gnome/help/tomboy/uk/figures/move-notes-search.png
share/gnome/help/tomboy/uk/figures/new-notebook.png
share/gnome/help/tomboy/uk/figures/note-template.png
share/gnome/help/tomboy/uk/figures/notebook-icon.png
share/gnome/help/tomboy/uk/figures/tomboy-main-menu.png
share/gnome/help/tomboy/uk/figures/tomboy-new-note.png
share/gnome/help/tomboy/uk/figures/tomboy-panel.png
share/gnome/help/tomboy/uk/figures/tomboy-pindown.png
share/gnome/help/tomboy/uk/figures/tomboy-pinup.png
share/gnome/help/tomboy/uk/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/uk/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/uk/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/uk/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/uk/figures/tomboy-tools.png
share/gnome/help/tomboy/uk/legal.xml
share/gnome/help/tomboy/uk/tomboy.xml
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/gnome/help/tomboy/vi/figures/add-notebook-search.png
share/gnome/help/tomboy/vi/figures/add-to-notebook.png
share/gnome/help/tomboy/vi/figures/delete-notebook.png
share/gnome/help/tomboy/vi/figures/move-notes-search.png
share/gnome/help/tomboy/vi/figures/new-notebook.png
share/gnome/help/tomboy/vi/figures/note-template.png
share/gnome/help/tomboy/vi/figures/notebook-icon.png
share/gnome/help/tomboy/vi/figures/tomboy-main-menu.png
share/gnome/help/tomboy/vi/figures/tomboy-new-note.png
share/gnome/help/tomboy/vi/figures/tomboy-panel.png
share/gnome/help/tomboy/vi/figures/tomboy-pindown.png
share/gnome/help/tomboy/vi/figures/tomboy-pinup.png
share/gnome/help/tomboy/vi/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/vi/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/vi/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/vi/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/vi/figures/tomboy-tools.png
share/gnome/help/tomboy/vi/legal.xml
share/gnome/help/tomboy/vi/tomboy.xml
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/gnome/help/tomboy/zh_CN/figures/add-notebook-search.png
share/gnome/help/tomboy/zh_CN/figures/add-to-notebook.png
share/gnome/help/tomboy/zh_CN/figures/delete-notebook.png
share/gnome/help/tomboy/zh_CN/figures/move-notes-search.png
share/gnome/help/tomboy/zh_CN/figures/new-notebook.png
share/gnome/help/tomboy/zh_CN/figures/note-template.png
share/gnome/help/tomboy/zh_CN/figures/notebook-icon.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-main-menu.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-new-note.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-panel.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-pindown.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-pinup.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-add-ins.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-editing.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-hotkeys.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/zh_CN/figures/tomboy-tools.png
share/gnome/help/tomboy/zh_CN/legal.xml
share/gnome/help/tomboy/zh_CN/tomboy.xml
share/icons/hicolor/16x16/apps/tomboy.png
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/icons/hicolor/16x16/mimetypes/application-x-note.png
share/icons/hicolor/22x22/apps/tomboy.png
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/icons/hicolor/22x22/mimetypes/application-x-note.png
share/icons/hicolor/24x24/apps/tomboy.png
share/icons/hicolor/32x32/apps/tomboy.png
share/icons/hicolor/48x48/apps/tomboy.png
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/icons/hicolor/48x48/mimetypes/application-x-note.png
share/icons/hicolor/scalable/apps/tomboy.svg
share/locale/ar/LC_MESSAGES/tomboy.mo
share/locale/as/LC_MESSAGES/tomboy.mo
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/locale/ast/LC_MESSAGES/tomboy.mo
share/locale/be/LC_MESSAGES/tomboy.mo
share/locale/be@latin/LC_MESSAGES/tomboy.mo
share/locale/bg/LC_MESSAGES/tomboy.mo
share/locale/bn/LC_MESSAGES/tomboy.mo
share/locale/bn_IN/LC_MESSAGES/tomboy.mo
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/locale/br/LC_MESSAGES/tomboy.mo
share/locale/ca/LC_MESSAGES/tomboy.mo
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/locale/ca@valencia/LC_MESSAGES/tomboy.mo
share/locale/cs/LC_MESSAGES/tomboy.mo
share/locale/da/LC_MESSAGES/tomboy.mo
share/locale/de/LC_MESSAGES/tomboy.mo
share/locale/dz/LC_MESSAGES/tomboy.mo
share/locale/el/LC_MESSAGES/tomboy.mo
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/locale/en@shaw/LC_MESSAGES/tomboy.mo
share/locale/en_CA/LC_MESSAGES/tomboy.mo
share/locale/en_GB/LC_MESSAGES/tomboy.mo
share/locale/es/LC_MESSAGES/tomboy.mo
share/locale/et/LC_MESSAGES/tomboy.mo
share/locale/eu/LC_MESSAGES/tomboy.mo
share/locale/fi/LC_MESSAGES/tomboy.mo
share/locale/fr/LC_MESSAGES/tomboy.mo
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/locale/ga/LC_MESSAGES/tomboy.mo
share/locale/gl/LC_MESSAGES/tomboy.mo
share/locale/gu/LC_MESSAGES/tomboy.mo
share/locale/he/LC_MESSAGES/tomboy.mo
share/locale/hi/LC_MESSAGES/tomboy.mo
share/locale/hu/LC_MESSAGES/tomboy.mo
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/locale/id/LC_MESSAGES/tomboy.mo
share/locale/is/LC_MESSAGES/tomboy.mo
share/locale/it/LC_MESSAGES/tomboy.mo
share/locale/ja/LC_MESSAGES/tomboy.mo
share/locale/kn/LC_MESSAGES/tomboy.mo
share/locale/ko/LC_MESSAGES/tomboy.mo
share/locale/ku/LC_MESSAGES/tomboy.mo
share/locale/lt/LC_MESSAGES/tomboy.mo
share/locale/lv/LC_MESSAGES/tomboy.mo
share/locale/mai/LC_MESSAGES/tomboy.mo
share/locale/mk/LC_MESSAGES/tomboy.mo
share/locale/ml/LC_MESSAGES/tomboy.mo
share/locale/mr/LC_MESSAGES/tomboy.mo
share/locale/nb/LC_MESSAGES/tomboy.mo
share/locale/ne/LC_MESSAGES/tomboy.mo
share/locale/nl/LC_MESSAGES/tomboy.mo
share/locale/nn/LC_MESSAGES/tomboy.mo
share/locale/oc/LC_MESSAGES/tomboy.mo
share/locale/or/LC_MESSAGES/tomboy.mo
share/locale/pa/LC_MESSAGES/tomboy.mo
share/locale/pl/LC_MESSAGES/tomboy.mo
share/locale/pt/LC_MESSAGES/tomboy.mo
share/locale/pt_BR/LC_MESSAGES/tomboy.mo
share/locale/ro/LC_MESSAGES/tomboy.mo
share/locale/ru/LC_MESSAGES/tomboy.mo
share/locale/rw/LC_MESSAGES/tomboy.mo
share/locale/si/LC_MESSAGES/tomboy.mo
share/locale/sk/LC_MESSAGES/tomboy.mo
share/locale/sl/LC_MESSAGES/tomboy.mo
share/locale/sq/LC_MESSAGES/tomboy.mo
share/locale/sr/LC_MESSAGES/tomboy.mo
share/locale/sr@latin/LC_MESSAGES/tomboy.mo
share/locale/sv/LC_MESSAGES/tomboy.mo
share/locale/ta/LC_MESSAGES/tomboy.mo
share/locale/te/LC_MESSAGES/tomboy.mo
share/locale/th/LC_MESSAGES/tomboy.mo
share/locale/tr/LC_MESSAGES/tomboy.mo
share/locale/uk/LC_MESSAGES/tomboy.mo
share/locale/vi/LC_MESSAGES/tomboy.mo
share/locale/zh_CN/LC_MESSAGES/tomboy.mo
share/locale/zh_HK/LC_MESSAGES/tomboy.mo
share/locale/zh_TW/LC_MESSAGES/tomboy.mo
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/mime/packages/tomboy.xml
share/omf/tomboy/tomboy-C.omf
share/omf/tomboy/tomboy-ca.omf
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/omf/tomboy/tomboy-cs.omf
share/omf/tomboy/tomboy-de.omf
share/omf/tomboy/tomboy-el.omf
share/omf/tomboy/tomboy-en_GB.omf
share/omf/tomboy/tomboy-es.omf
Update to 0.14.2. Set LICENSE. Convert to user-destdir. Remove unneeded dependencies. Version 0.14.2 * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Fix over-zealous URL matching (#436994). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Support console logging on Windows (Benjamin Podszun). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Translation updates: ca, el, es, et Version 0.14.1 * Translation updates: ar, ca, el, es, he, kn, nb, tr Version 0.14.0 * Fix buggy behavior with Tomboy icon menus in Windows (#556406, #566173). Version 0.13.6 * Fixes to linking (#436994,#573317,#525753, Stefan Schweizer & Benjamin Podszun) * Add printing support to Mac OS X version. * Localization fixes: #572096, #570121 (Benjamin Podszun and Wouter Bolsterlee) * Translation updates: be@latin, bg, da, de, en_GB, es, et, eu, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ro, sv, ta, th, zh_HK, zh_TW Version 0.13.5 * Additional updates to note printing (#512369, #572024, Benjamin Podszun). * Windows installer now requires Novell's GTK# >= 2.12.8 (#569324). * Increase/Decrease Indent shortcuts now appear in menu (#570334, Benjamin Podszun). * No longer writes to disk every 40 seconds (#514434). * Fixes to note linking (#323845, Florian Pinault). * Add GConf preference for auto-accepting SSL Certs in WebDAV sync (#531364). * After succcessfully configuring sync, offer to perform first sync (#553079). * Other fixes: #570917, #570918. * Translation updates: bg, cs, da, es, eu, hu, nl, pl, pt, ro, sv, th, vi, zh_HK, zh_TW Version 0.13.4 * Removed bundled Mono.Addins. Mono.Addins is now a hard dependency. * Update printing to use Gtk.Print (#512369, Benjamin Podszun). Still buggy. * Fix multi-page printing of exported note HTML (#548198, Leonardo Ferreira Fontenelle and Stefan Schweizer) * Fix crash when clicking link and browser not set (#569639). * 64-bit Windows support (#558272, Jay R. Wren). * Search window position saved on Windows/Mac (#559663). * Fix lingering tray icon in Windows (#569709, Benjamin Podszun). * Fix bug with font settings (#559724, Benjamin Podszun). * Mac MonoDevelop solution now easier to build (Doug Johnston et al). * Other fixes: #562846 (James Westby) * Translation updates: ca, es, fi, ko, lt, lv, nb Version 0.13.3 * Rename Mono process to "tomboy" instead of "Tomboy" (#565166). * Cut down memory usage by 25% (#565790). Also improves startup times a bit. * Fix panel applet icon background transparency (#567308). * Improvements in translatable strings (#566711, #565208). * Fix crash associated with notes with '&' or '<' in their title (#566967). * Translation updates: es, fr, lv, nb, pt_BR, sk, sv Version 0.13.2 * Fix Windows<->Linux sync incompatiblities (#559094). * Fix data loss bug in sync and SetNoteCompleteXml dbus method. * Link fixes in HTML Export (#564150, Stefan Schweizer). * Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk). * Translation updates: it Version 0.13.1 * Configure/build fixes. * Help menu item opens online help on Windows and Mac. Version 0.13.0 (Windows/Mac-only "preview" release) * Initial support for Windows and Mac OS X.
2009-05-20 11:22:10 +02:00
share/omf/tomboy/tomboy-eu.omf
share/omf/tomboy/tomboy-fr.omf
share/omf/tomboy/tomboy-it.omf
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/omf/tomboy/tomboy-lt.omf
share/omf/tomboy/tomboy-oc.omf
share/omf/tomboy/tomboy-pl.omf
share/omf/tomboy/tomboy-pt_BR.omf
share/omf/tomboy/tomboy-ru.omf
share/omf/tomboy/tomboy-sv.omf
share/omf/tomboy/tomboy-uk.omf
Update to 1.0.0: Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
2009-11-17 18:04:46 +01:00
share/omf/tomboy/tomboy-vi.omf
Update tomboy to 1.2.1, Gnome-2.30.2. Version 1.2.1 * Fix bullet list indentation when printing (LP#516494, Owen Williams) * Add timestamp to logger messages, useful for watching autosync output, etc * Other fixes: LP#556628 * Translation updates: ca@valencia, el, et, nl, th Version 1.2.0 * Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong) * Add a text/path-list target when drag-and-dropping from Search window, allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong) * Allow icon themes to customize the panel/tray icon separately (#612887) * Fix icon embedding in Mac build (#612893) * Fix errors when using GTK+ >= 2.19.7 * Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk Version 1.1.4 * Autosync improvements: - Enable the preference in the UI - Try to only sync when idle (to avoid interrupting your writing) - Do not attempt to sync when the server is unavailable - Fix focus/cursor issues that were occurring after autosync * Other fixes: #611564, #611801 * Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv, pl, pt_BR, ro, ru, sl, sv, ta Version 1.1.3 * Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW Version 1.1.2 * Experimental automatic background synchronization support (#562097) See the bug report for information about enabling and testing this new feature * Allow user to decide if links are updated when renaming a note (#574485) * Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma) * Translation updates: de, th Version 1.1.1 * Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma) * Copy rich text from notes to apps like Evolution and OpenOffice.org Writer. Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt) * Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds * Prevent crash when entering empty notebook name (#602483, Greg Poirier) * Other fixes: #594662, #592985, #541663 * New translations: ast, en@shaw * Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN Version 1.1.0 * Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya) * Fix printing in Windows Vista and Windows 7 (#576554) * Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma) * Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones) * Add dbus methods for working with notebooks (#576329, Clemens Buss) * Always show icons for note items in recent notes menu (#590653) * Add Sync menu item to panel applet (#597569) * Stop cutting off message text in the Sync dialog (#553615) * Other fixes: #596416, #596395, #597139 * Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 04:44:35 +01:00
share/omf/tomboy/tomboy-zh_CN.omf
share/tomboy/icons/hicolor/16x16/actions/note-new.png
share/tomboy/icons/hicolor/16x16/actions/notebook-new.png
share/tomboy/icons/hicolor/16x16/places/note.png
share/tomboy/icons/hicolor/16x16/places/notebook.png
share/tomboy/icons/hicolor/16x16/status/pin-active.png
share/tomboy/icons/hicolor/16x16/status/pin-down.png
share/tomboy/icons/hicolor/16x16/status/pin-up.png
share/tomboy/icons/hicolor/22x22/actions/filter-note-all.png
share/tomboy/icons/hicolor/22x22/actions/filter-note-unfiled.png
share/tomboy/icons/hicolor/22x22/actions/note-new.png
share/tomboy/icons/hicolor/22x22/actions/notebook-new.png
share/tomboy/icons/hicolor/22x22/places/note.png
share/tomboy/icons/hicolor/22x22/places/notebook.png
share/tomboy/icons/hicolor/24x24/actions/filter-note-all.png
share/tomboy/icons/hicolor/24x24/actions/filter-note-unfiled.png
share/tomboy/icons/hicolor/24x24/actions/note-new.png
share/tomboy/icons/hicolor/24x24/actions/notebook-new.png
share/tomboy/icons/hicolor/24x24/places/note.png
share/tomboy/icons/hicolor/24x24/places/notebook.png
share/tomboy/icons/hicolor/48x48/actions/notebook-new.png
share/tomboy/icons/hicolor/scalable/actions/notebook-new.svg