[tomboy/autosync: 219/241] Merge branch 'master' into autosync
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tomboy/autosync: 219/241] Merge branch 'master' into autosync
- Date: Mon, 25 Jan 2010 19:37:30 +0000 (UTC)
commit 2c9314cb6adfeb2ab3409624c9aa7fcd04361479
Merge: a306b47 ce7dbae
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Sun Dec 20 08:14:33 2009 -0800
Merge branch 'master' into autosync
NEWS | 62 +
Setup/Files.wxs | 2 +
Setup/Setup.wixproj | 154 +-
Setup/Setup.wxs | 2 +-
Tomboy-mac.csproj | 629 +++---
Tomboy-mac.sln | 12 +
Tomboy.mdp | 7 +
Tomboy.sln | 8 +
Tomboy/AddinManager.cs | 20 +-
Tomboy/Addins/Bugzilla/BugzillaLink.cs | 9 +-
Tomboy/Addins/Bugzilla/BugzillaNoteAddin.cs | 21 +
Tomboy/Addins/Bugzilla/BugzillaPreferences.cs | 21 +-
Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj | 194 +-
.../Addins/ExportToHtml/ExportToHtmlNoteAddin.cs | 3 +-
.../FileSystemSyncServiceAddin.cs | 12 +-
Tomboy/Addins/PrintNotes/PrintNotes-mac.csproj | 2 +-
.../Addins/SshSyncService/SshSyncServiceAddin.cs | 63 +-
Tomboy/Addins/Underline/Underline-mac.csproj | 95 +
Tomboy/Addins/Underline/Underline.csproj | 87 +
.../WebDavSyncService/WebDavSyncServiceAddin.cs | 46 +-
.../WebSyncService/Api/AnonymousConnection.cs | 110 +
.../WebSyncService/Api/CertificateManager.cs | 60 +
Tomboy/Addins/WebSyncService/Api/OAuth.cs | 29 +-
Tomboy/Addins/WebSyncService/Api/RootInfo.cs | 21 +-
Tomboy/Addins/WebSyncService/Makefile.am | 1 -
.../MonoHttp/AuthenticationSchemeSelector.cs | 37 +
.../MonoHttp/AuthenticationSchemes.cs | 51 +
.../Addins/WebSyncService/MonoHttp/ChunkStream.cs | 333 +++
.../WebSyncService/MonoHttp/ChunkedInputStream.cs | 178 ++
.../WebSyncService/MonoHttp/EndPointListener.cs | 326 +++
.../WebSyncService/MonoHttp/EndPointManager.cs | 147 ++
.../WebSyncService/MonoHttp/HttpConnection.cs | 353 +++
.../Addins/WebSyncService/MonoHttp/HttpListener.cs | 319 +++
.../MonoHttp/HttpListenerBasicIdentity.cs | 47 +
.../WebSyncService/MonoHttp/HttpListenerContext.cs | 139 ++
.../MonoHttp/HttpListenerException.cs | 59 +
.../MonoHttp/HttpListenerPrefixCollection.cs | 130 ++
.../WebSyncService/MonoHttp/HttpListenerRequest.cs | 450 ++++
.../MonoHttp/HttpListenerResponse.cs | 512 +++++
.../WebSyncService/MonoHttp/HttpRequestHeader.cs | 77 +
.../WebSyncService/MonoHttp/HttpResponseHeader.cs | 66 +
.../MonoHttp/HttpStreamAsyncResult.cs | 97 +
.../Addins/WebSyncService/MonoHttp/HttpUtility.cs | 105 +
.../WebSyncService/MonoHttp/ListenerAsyncResult.cs | 135 ++
.../WebSyncService/MonoHttp/ListenerPrefix.cs | 163 ++
.../WebSyncService/MonoHttp/RequestStream.cs | 226 ++
.../WebSyncService/MonoHttp/ResponseStream.cs | 243 +++
Tomboy/Addins/WebSyncService/MonoHttp/Utility.cs | 98 +
.../WebSyncService/MonoHttp/WebHeaderCollection.cs | 699 ++++++
Tomboy/Addins/WebSyncService/NoteConvert.cs | 2 +-
Tomboy/Addins/WebSyncService/OAuth/Base.cs | 658 +++---
.../Addins/WebSyncService/OAuth/QueryParameter.cs | 408 ++--
.../WebSyncService/Tests/NoteConvertTests.cs | 12 +-
.../WebSyncService/WebSyncPreferencesWidget.cs | 162 ++-
.../WebSyncService/WebSyncService-mac.csproj | 19 +-
Tomboy/Addins/WebSyncService/WebSyncService.csproj | 45 +-
Tomboy/Applet.cs | 8 +-
Tomboy/Defines.WIN32.cs | 6 +-
Tomboy/GnomeApplication.cs | 59 +-
Tomboy/Hyena/XdgBaseDirectorySpec.cs | 82 +
Tomboy/IRemoteControl.cs | 9 +-
Tomboy/Logger.cs | 11 +-
Tomboy/MacApplication.cs | 104 +-
Tomboy/Makefile.am | 13 +-
Tomboy/NativeApplication.cs | 16 +-
Tomboy/Note.cs | 16 +-
Tomboy/NoteManager.cs | 103 +-
Tomboy/NoteWindow.cs | 32 +-
Tomboy/Notebooks/NotebookNoteAddin.cs | 1 +
Tomboy/Preferences.cs | 4 +
Tomboy/PreferencesDialog.cs | 18 +-
Tomboy/RecentChanges.cs | 97 +-
Tomboy/RemoteControl.cs | 79 +
Tomboy/RemoteControlProxy.cs | 17 +-
Tomboy/RemoteControlWrapper.cs | 91 +-
Tomboy/Synchronization/FileSystemSyncServer.cs | 8 +-
Tomboy/Synchronization/FuseSyncServiceAddin.cs | 8 +-
Tomboy/Synchronization/SyncDialog.cs | 1 +
Tomboy/Synchronization/TomboySyncClient.cs | 4 +-
Tomboy/System.Web/HttpUtility.cs | 1124 ++++++++++
Tomboy/Tomboy.cs | 149 +-
Tomboy/Tray.cs | 42 +-
Tomboy/Utils.cs | 65 +-
Tomboy/Watchers.cs | 2 +-
Tomboy/WindowsApplication.cs | 60 +-
Tomboy/XmlPreferencesClient.cs | 18 +-
Tomboy/gtk-sharp-beans/Global.cs | 46 +
Tomboy/gtk-sharp-beans/ImageMenuItem.cs | 41 +
Tomboy/tomboy-panel.in | 5 +-
configure.in | 9 +-
data/GNOME_TomboyApplet.xml | 3 +
data/tomboy.desktop.in | 1 -
data/tomboy.schemas.in | 18 +-
help/Makefile.am | 2 +-
help/cs/cs.po | 1192 +++++++++++
help/cs/figures/add-notebook-search.png | Bin 0 -> 58208 bytes
help/cs/figures/add-to-notebook.png | Bin 0 -> 28334 bytes
help/cs/figures/delete-notebook.png | Bin 0 -> 34682 bytes
help/cs/figures/new-notebook.png | Bin 0 -> 45139 bytes
help/cs/figures/note-template.png | Bin 0 -> 34060 bytes
help/cs/figures/tomboy-main-menu.png | Bin 0 -> 41899 bytes
help/cs/figures/tomboy-new-note.png | Bin 0 -> 15096 bytes
help/cs/figures/tomboy-panel.png | Bin 0 -> 8194 bytes
help/cs/figures/tomboy-preferences-add-ins.png | Bin 0 -> 46291 bytes
help/cs/figures/tomboy-preferences-editing.png | Bin 0 -> 44198 bytes
help/cs/figures/tomboy-preferences-hotkeys.png | Bin 0 -> 40521 bytes
.../figures/tomboy-preferences-synchronization.png | Bin 0 -> 33886 bytes
help/de/de.po | 2168 ++++++-------------
help/de/figures/add-notebook-search.png | Bin 70416 -> 57189 bytes
help/de/figures/add-to-notebook.png | Bin 42132 -> 35326 bytes
help/de/figures/delete-notebook.png | Bin 37680 -> 44355 bytes
help/de/figures/note-template.png | Bin 41067 -> 44035 bytes
help/de/figures/tomboy-main-menu.png | Bin 39407 -> 27936 bytes
help/de/figures/tomboy-new-note.png | Bin 15613 -> 18123 bytes
help/de/figures/tomboy-new-notebook.png | Bin 0 -> 57136 bytes
help/de/figures/tomboy-panel.png | Bin 13301 -> 9352 bytes
help/de/figures/tomboy-preferences-add-ins.png | Bin 39386 -> 47958 bytes
help/de/figures/tomboy-preferences-editing.png | Bin 29511 -> 47253 bytes
help/de/figures/tomboy-preferences-hotkeys.png | Bin 30942 -> 38161 bytes
.../figures/tomboy-preferences-synchronization.png | Bin 0 -> 34156 bytes
help/el/el.po | 260 ++--
help/fr/fr.po | 804 ++++----
help/pl/figures/add-notebook-search.png | Bin 0 -> 60485 bytes
help/pl/figures/add-to-notebook.png | Bin 0 -> 33504 bytes
help/pl/figures/delete-notebook.png | Bin 0 -> 34234 bytes
help/pl/figures/move-notes-search.png | Bin 0 -> 64263 bytes
help/pl/figures/new-notebook.png | Bin 0 -> 64473 bytes
help/pl/figures/note-template.png | Bin 0 -> 34339 bytes
help/pl/figures/notebook-icon.png | Bin 0 -> 875 bytes
help/pl/figures/tomboy-main-menu.png | Bin 0 -> 54717 bytes
help/pl/figures/tomboy-new-note.png | Bin 0 -> 18644 bytes
help/pl/figures/tomboy-panel.png | Bin 0 -> 10433 bytes
help/pl/figures/tomboy-pindown.png | Bin 0 -> 486 bytes
help/pl/figures/tomboy-pinup.png | Bin 0 -> 408 bytes
help/pl/figures/tomboy-preferences-add-ins.png | Bin 0 -> 49262 bytes
help/pl/figures/tomboy-preferences-editing.png | Bin 0 -> 46985 bytes
help/pl/figures/tomboy-preferences-hotkeys.png | Bin 0 -> 38027 bytes
.../figures/tomboy-preferences-synchronization.png | Bin 0 -> 33497 bytes
help/pl/figures/tomboy-tools.png | Bin 0 -> 2450 bytes
help/pl/pl.po | 1972 ++++++------------
osx/Contents/Info.plist | 4 +-
po/LINGUAS | 7 +-
po/as.po | 961 +++++----
po/bg.po | 639 ++++---
po/bn.po | 2239 ++++++++++++++++----
po/bn_IN.po | 517 +++--
po/br.po | 1873 ++++++++++++++++
po/ca.po | 666 ++++---
po/ca valencia po | 2238 +++++++++++++++++++
po/cs.po | 632 ++++---
po/da.po | 638 ++++---
po/de.po | 900 +++++----
po/en shaw po | 1562 ++++++++++++++
po/en_GB.po | 688 ++++---
po/es.po | 712 ++++---
po/et.po | 181 ++-
po/eu.po | 630 ++++---
po/fi.po | 662 ++++---
po/fr.po | 642 ++++---
po/ga.po | 1982 +++++++++++++++++
po/gl.po | 928 ++++----
po/gu.po | 674 ++++---
po/he.po | 571 +++---
po/hi.po | 864 +++++---
po/hu.po | 677 ++++---
po/id.po | 1910 +++++++++++++++++
po/it.po | 673 ++++---
po/kn.po | 895 +++++---
po/ko.po | 665 ++++---
po/lt.po | 652 ++++---
po/lv.po | 860 +++++---
po/ml.po | 1120 +++++++----
po/mr.po | 699 ++++---
po/nb.po | 710 ++++---
po/or.po | 998 +++++----
po/pa.po | 675 ++++---
po/pl.po | 849 ++++----
po/pt.po | 644 ++++---
po/pt_BR.po | 654 ++++---
po/ro.po | 905 ++++-----
po/sl.po | 829 +++++----
po/sr.po | 1803 ++++++++++------
po/sr latin po | 1803 ++++++++++------
po/sv.po | 651 ++++---
po/ta.po | 538 +++--
po/te.po | 1161 +++++++----
po/th.po | 521 +++--
po/uk.po | 523 +++--
po/zh_CN.po | 772 +++----
po/zh_HK.po | 646 ++++---
po/zh_TW.po | 652 ++++---
191 files changed, 43171 insertions(+), 18458 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]