commit 435664a07d51b5db3e1e8171700843e254813c11
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 23:48:49 2013 +0200

    Bump version to 1.6.0

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be989cc3e0f1598f1f7a0c2ba6219fdac8e08bf8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 23:48:36 2013 +0200

    Add empty ChangeLog to allow build from git

 ChangeLog |    2 ++
 1 file changed, 2 insertions(+)

commit 0f4310718da062c9f0db6ceff6102e0246bb7e4b
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Mar 24 16:33:15 2013 -0400

    "Removed ChangeLog"

 ChangeLog |  410 -------------------------------------------------------------
 1 file changed, 410 deletions(-)

commit 661e8214156dc4fb5289d92ae8e637cc6b27f043
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Mar 23 15:07:16 2013 +0100

    Bump version to 1.5.1

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f57504c6daf74a4c9a606de0bd1d4d6c2837d61b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Mar 23 15:06:49 2013 +0100

    Fix GSettings path

 data/org.mate.FileSharing.gschema.xml |    2 +-
 src/user_share-private.h              |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 3b15531a8d6f85bf654289deffe67c0893c70857
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Feb 28 12:59:23 2013 +0100

    Use libnotify instead of libmatenotify

 configure.in   |    2 +-
 src/obexpush.c |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit c282e8252547c454257fddaf8056f4f5808581f9
Merge: 14aa67d 70c8508
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Dec 25 08:35:33 2012 -0800

    Merge pull request #9 from cygwinports/master
    
    Add mateconf-gsettings-data-convert file

commit 70c85086415f1b61c8c366f6077bc1f0bd63b178
Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Date:   Mon Dec 24 19:36:31 2012 -0600

    Add mateconf-gsettings-data-convert file

 data/Makefile.am             |    3 +++
 data/mate-user-share.convert |    9 +++++++++
 2 files changed, 12 insertions(+)

commit 14aa67d5e878cde2ef5ee34d3a138a82e8b491b0
Merge: bc18e5b be79522
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Dec 7 01:00:28 2012 -0800

    Merge pull request #6 from jasmineaura/develop
    
    [all] Only add Bluetooth support to build if Bluetooth is available

commit be795227964c7b24027d525eaa634048e08c0df4
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Thu Dec 6 21:03:24 2012 +0200

    [all] Only add Bluetooth support to build if Bluetooth is available

 configure.in                  |   13 +++++++++++-
 data/file-share-properties.ui |   10 ++++-----
 src/Makefile.am               |   14 +++++++++----
 src/file-share-properties.c   |   45 +++++++++++++++++++++++++++++++++++------
 src/user_share.c              |   44 ++++++++++++++++++++++++++++++++--------
 5 files changed, 102 insertions(+), 24 deletions(-)

commit bc18e5b352952b6365e5dff9de0f02f03f8efb13
Merge: 85ab680 2a73967
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Nov 16 05:09:45 2012 -0800

    Merge pull request #5 from jasmineaura/develop
    
    improve the sharebar, make it an GtkInfoBar, and some fixes

commit 2a7396735127cf392c93bd74a4e39c2f65bf1ded
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Wed Oct 17 07:37:20 2012 +0200

    [bar] Hide the share bar when Bluetooth is disabled
    
    A bar always appears on top of XDG_DOWNLOAD_DIR view in caja even
    without a bluetooth adapter present or enabled.
    This patch uses BluetoothClient's "default-adapter" property to
    detect whether we have an enabled bluetooth adapter, and only if
    so, show the bar telling the user they can receive files over
    bluetooth into this folder.
    Patch adapted for mate-user-share from Baptiste Mille-Mathias'
    patch against gnome-user-share, for the same issue.
    Origin: https://bugzilla.gnome.org/show_bug.cgi?id=613584

 configure.in          |    2 +-
 src/share-extension.c |   33 ++++++++++++++++++++++++++++++++-
 2 files changed, 33 insertions(+), 2 deletions(-)

commit 40d028e599d8b81f087cf68cb16593e8080d9d17
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 08:20:51 2012 +0200

    [file-share-properties] simplify launching mate-user-share
    
    http://git.gnome.org/browse/gnome-user-share/commit/?id=8acfa630af2bab6eb2f5b04e37c4a36d0d55d20f

 src/file-share-properties.c |   17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

commit 4c6a1bdb10a2c554aedb6bb75a24ca61ef421d6d
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:56:23 2012 +0200

    [user-share] declare the x_fd variable as unused
    
    Fixes a GCC warning about set but not used variables.
    https://bugzilla.gnome.org/show_bug.cgi?id=676515
    http://git.gnome.org/browse/gnome-user-share/commit/?id=ba5961cb3973df00a2260adc2826ec49077c2484

 src/user_share.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 67a0c3eda9daf320470855a2417a7ddb8e16a43a
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:50:12 2012 +0200

    [obexpush] fix a compiler warning, and change g_message to g_debug
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676515
    http://git.gnome.org/browse/gnome-user-share/commit/?id=db151a9292e9ff372a7bf6a82071abbedd006d9f

 src/obexpush.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e01be1188f02dd096b4ea9c1f519c4294cd492d5
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:47:17 2012 +0200

    [obexpush] don't special case GTK <= 2.14
    
    Since we already depend on > 3.0 in configure.
    https://bugzilla.gnome.org/show_bug.cgi?id=676515
    
    http://git.gnome.org/browse/gnome-user-share/commit/?id=4b60c40dfa44382868c5b41b85368b9398c99a4a

 src/obexpush.c |    5 -----
 1 file changed, 5 deletions(-)

commit 7039b007c196b8733f78a213ab3be7828c7a967c
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:44:48 2012 +0200

    [share-extension] remove empty finalize method & private structure
    
    share-extension: remove empty finalize method
    https://bugzilla.gnome.org/show_bug.cgi?id=676515
    http://git.gnome.org/browse/gnome-user-share/commit/?id=48a3b06deb29042731350fd24815e9d56ad1df4a
    
    share-extension: remove empty private structure
    https://bugzilla.gnome.org/show_bug.cgi?id=676515
    http://git.gnome.org/browse/gnome-user-share/commit/?id=aa18c570a147b1488507aaff3a3018485a210a24

 src/share-extension.c |   33 ---------------------------------
 1 file changed, 33 deletions(-)

commit 5c7c3b4bf19b2c53cb20519999ab23c6ece2ac3d
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:36:25 2012 +0200

    [share-extension] remove code that does nothing
    
    We keep track of widgets, but don't do anything with them, so just
    remove this code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676515
    
    http://git.gnome.org/browse/gnome-user-share/commit/?id=f4349765c814b51372702feb47ba45100287fd2b

 src/share-extension.c |   28 ----------------------------
 1 file changed, 28 deletions(-)

commit 9acddbc84bec236ca91fa210b6b2164a60895615
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:33:06 2012 +0200

    [user-share] add missing glib/gstdio.h include
    
    This is needed for g_rename()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676515
    
    http://git.gnome.org/browse/gnome-user-share/commit/?id=0a5f5e09ee21207b9fb21a5bb661d0adb8d8e927

 src/user_share.c |    1 +
 1 file changed, 1 insertion(+)

commit 15ff0663135e48ad2cc50e7e0059da948887f0d4
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 06:47:32 2012 +0200

    [share-bar] simplify code
    
    http://git.gnome.org/browse/gnome-user-share/commit/?id=532c0b17416bff0937722d568f699597d9e54a66

 src/caja-share-bar.c |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

commit 7b59638eafc0950ac4778d144558311abfc4dcf6
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 06:38:41 2012 +0200

    [share-bar] make it a (improved) GtkInfoBar
    
    1. Instead of a GtkBox. This fixes the different appearance of the bar
    from the rest of the stock Nautilus bars.
    http://git.gnome.org/browse/gnome-user-share/commit/?id=1cfba2417317e5059635568cb49e5093e989e4fa
    
    => Note: Don't use GTK3 functions: gtk_box_new(), gtk_widget_set_halign()
    Stick with gtk_vbox_new() and gtk_misc_set_alignment(), for now.
    
    2. share-bar: remove unused nautilus_share_bar_get_button()
    http://git.gnome.org/browse/gnome-user-share/commit/?id=71f364b6646a470e829f87bb1f076ca360fc24c5
    
    3. share-bar: make the label property write only
    http://git.gnome.org/browse/gnome-user-share/commit/?id=c307a0196399f0ff29be4a7a4fad0a6c43a22e1b
    
    4. share-bar: don't set italic text
    http://git.gnome.org/browse/gnome-user-share/commit/?id=05df1dd95aef7b164932d89d91004df264bbdbe4
    
    5. Improve the nautilus cluebar (text more concise and bar more compact)
    http://git.gnome.org/browse/gnome-user-share/commit/?id=8ae76ce81119e63ac6fdfdd537d256bf82069e0a
    
    6. share-bar: remove empty finalize method
    http://git.gnome.org/browse/gnome-user-share/commit/?id=d1c1de37ba47b723a43c0adff9f78a2fa56e45ae

 src/caja-share-bar.c  |  158 +++++++++++++------------------------------------
 src/caja-share-bar.h  |    6 +-
 src/share-extension.c |   19 +++---
 3 files changed, 55 insertions(+), 128 deletions(-)

commit dc95eb7d3665927604cfd582dbc2027655fd6c7d
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:17:16 2012 +0200

    [common] Add missing string.h include
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664929
    
    http://git.gnome.org/browse/gnome-user-share/commit/?id=e53cb4ddde2ed09433862b3f93d6885075e824e7

 src/user_share-common.c |    2 ++
 1 file changed, 2 insertions(+)

commit 366798a5cd8020de0c1771ca58e2b5c02ce6a482
Author: Jasmine Hassan <jasmine.aura@gmail.com>
Date:   Mon Oct 29 07:15:08 2012 +0200

    [http] Fix http sharing not workin on Linux 3.0
    
    gnome-user-share tries to discover a free port to run Apache on by
    bind()ing a struct sockaddr_in with no port specified in
    src/http.c:get_port(). However, it neglects to specify an address
    family, so that attempt fails with EINVAL, and the -1 returned gets
    passed to spawn_httpd() as the port that Apache should be listening on,
    which causes to Apache promptly and silently bail.
    
    This error was caused by a regression in Linux 3.0:
    http://thread.gmane.org/gmane.linux.network/205326/focus=205328
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660146
    
    http://git.gnome.org/browse/gnome-user-share/commit/?id=24cc0e2ecc60619af0e51e730ef68bf750182dcf

 src/http.c |    1 +
 1 file changed, 1 insertion(+)

commit 9af4eb021fd5b34ec1fa4ee6eb01eab0b3924ebc
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 13 00:42:44 2012 +0200

    fix incorrect FSF address

 src/caja-share-bar.c        |    2 +-
 src/caja-share-bar.h        |    2 +-
 src/file-share-properties.c |    2 +-
 src/http.c                  |    2 +-
 src/http.h                  |    2 +-
 src/obexftp.c               |    2 +-
 src/obexftp.h               |    2 +-
 src/obexpush.c              |    2 +-
 src/obexpush.h              |    2 +-
 src/share-extension.c       |    4 ++--
 src/user_share-common.c     |    2 +-
 src/user_share-common.h     |    2 +-
 src/user_share-private.c    |    2 +-
 src/user_share-private.h    |    2 +-
 src/user_share.c            |    2 +-
 src/user_share.h            |    2 +-
 16 files changed, 17 insertions(+), 17 deletions(-)

commit 37872c257eea61429dc9cd802b8cc744620a658c
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 13 00:56:24 2012 +0200

    add COPYING

 COPYING |  340 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 340 insertions(+)

commit 79e17605f7676248e95aa413d3b5f377f30496be
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 13 00:54:42 2012 +0200

    remove COPYING

 COPYING |  340 ---------------------------------------------------------------
 1 file changed, 340 deletions(-)

commit 85ab680ab5b17c84c3b62c59e830e532b03df09a
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Thu Oct 18 16:33:44 2012 +0100

    remove MATE from Categories in .desktop file

 data/mate-user-share-properties.desktop.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 86940174c83b2a436e78b425e3e424764fdc7657
Merge: 8af5555 a434c10
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Oct 12 16:03:56 2012 -0700

    Merge pull request #3 from NiceandGently/master
    
    fix incorrect FSF address

commit a434c10a58f3792733ec38f340ddd90bcea51027
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 13 00:56:24 2012 +0200

    add COPYING

 COPYING |  340 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 340 insertions(+)

commit 674debfafa66df928f87e67c90cefbc710d662d3
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 13 00:54:42 2012 +0200

    remove COPYING

 COPYING |  340 ---------------------------------------------------------------
 1 file changed, 340 deletions(-)

commit 58ce78d53ed34f5a89b88f3ba7c1ce50c4eca97b
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 13 00:42:44 2012 +0200

    fix incorrect FSF address

 src/caja-share-bar.c        |    2 +-
 src/caja-share-bar.h        |    2 +-
 src/file-share-properties.c |    2 +-
 src/http.c                  |    2 +-
 src/http.h                  |    2 +-
 src/obexftp.c               |    2 +-
 src/obexftp.h               |    2 +-
 src/obexpush.c              |    2 +-
 src/obexpush.h              |    2 +-
 src/share-extension.c       |    4 ++--
 src/user_share-common.c     |    2 +-
 src/user_share-common.h     |    2 +-
 src/user_share-private.c    |    2 +-
 src/user_share-private.h    |    2 +-
 src/user_share.c            |    2 +-
 src/user_share.h            |    2 +-
 16 files changed, 17 insertions(+), 17 deletions(-)

commit 8af5555721e4791d09db088a41c784bf2c4fd7f5
Merge: 8b06eb1 c0ea7fe
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 3 07:33:50 2012 -0700

    Merge pull request #2 from NiceandGently/master
    
    convert mateconf to gsettings

commit c0ea7fefe55f518145afd68f201bb6ed07d6e866
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Sep 28 13:56:41 2012 +0200

    fix gsettings again
    remove g_object_unref
    add static GSettings* settings
    add g_signal_connect as substitution for mateconf_client_notify_add

 src/file-share-properties.c |    3 +--
 src/user_share.c            |   45 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 45 insertions(+), 3 deletions(-)

commit 8326e3b51e36244b8ae04f4d8dd010b9fbf25af1
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Sep 28 12:50:39 2012 +0200

    fix gsettings in user_share.c

 src/user_share.c |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 99c20ca79435c5ab1130258801008b963dd2d098
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Sep 28 12:34:50 2012 +0200

    convert to gsettings

 configure.in                              |   16 +-
 data/Makefile.am                          |   22 +--
 data/desktop_mate_file_sharing.schemas.in |   94 ----------
 data/org.mate.FileSharing.gschema.xml     |   44 +++++
 src/file-share-properties.c               |  270 ++++++++++++-----------------
 src/http.c                                |   14 +-
 src/obexftp.c                             |   14 +-
 src/obexpush.c                            |   11 +-
 src/user_share-private.h                  |   20 +--
 src/user_share.c                          |  159 +++++------------
 10 files changed, 235 insertions(+), 429 deletions(-)

commit 8b06eb18651798d1f02bd358fa43119d914a744f
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Wed Jul 18 13:34:11 2012 -0400

    Preparing for 1.4.1 release.

 ChangeLog    |  410 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 411 insertions(+), 1 deletion(-)

commit a0c34b6506cf0ae9cd64f3b28167f4b6e516da9d
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Wed Jul 18 13:30:31 2012 -0400

    Changed references of gconf to mateconf.
    
    Closes mate-user-share issue #1.

 data/desktop_mate_file_sharing.schemas.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a265ec67c1ce8a90a0b3ae514bac73a739e8e51f
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Mon Jul 16 17:18:19 2012 -0400

    Preparing for 1.4 relase.

 ChangeLog.pre-git | 1069 -----------------------------------------------------
 configure.in      |    2 +-
 2 files changed, 1 insertion(+), 1070 deletions(-)

commit 99decf574faf932e20c2ab74cb2abd3266bb03fa
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Jul 15 20:50:42 2012 -0400

    Created po/gnome-copyrights.txt

 po/gnome-copyrights.txt |  788 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 788 insertions(+)

commit d2f872502685cf401034113501459cc42bacab8e
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sat May 19 09:35:49 2012 -0400

    Changes from yesterday.

 configure.in   |    6 +++---
 src/obexpush.c |    3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

commit b0d8bc177549912af56861c143dda59b2cbfb9fd
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Thu May 17 14:26:29 2012 -0400

    More fixes.

 Makefile.am                                  |    2 +-
 configure.in                                 |   13 +-
 data/Makefile.am                             |   14 +-
 help/C/figures/file-sharing-preferences.png  |  Bin 34673 -> 0 bytes
 help/C/figures/receiving-over-bluetooth.png  |  Bin 11176 -> 0 bytes
 help/C/figures/sharing-over-bluetooth.png    |  Bin 9216 -> 0 bytes
 help/C/figures/sharing-over-the-network.png  |  Bin 10333 -> 0 bytes
 help/C/legal.xml                             |   73 ----
 help/C/mate-user-share.xml                   |  202 ----------
 help/Makefile.am                             |   14 -
 help/ca/ca.po                                |  500 -------------------------
 help/ca/figures/file-sharing-preferences.png |  Bin 43590 -> 0 bytes
 help/ca/figures/receiving-over-bluetooth.png |  Bin 11162 -> 0 bytes
 help/ca/figures/sharing-over-bluetooth.png   |  Bin 10140 -> 0 bytes
 help/ca/figures/sharing-over-the-network.png |  Bin 10862 -> 0 bytes
 help/cs/cs.po                                |  495 -------------------------
 help/de/de.po                                |  512 --------------------------
 help/de/figures/file-sharing-preferences.png |  Bin 55163 -> 0 bytes
 help/de/figures/receiving-over-bluetooth.png |  Bin 11733 -> 0 bytes
 help/de/figures/sharing-over-bluetooth.png   |  Bin 14150 -> 0 bytes
 help/de/figures/sharing-over-the-network.png |  Bin 13453 -> 0 bytes
 help/de/legal.xml                            |   13 -
 help/el/el.po                                |  511 -------------------------
 help/en_GB/en_GB.po                          |  491 ------------------------
 help/es/es.po                                |  504 -------------------------
 help/es/figures/file-sharing-preferences.png |  Bin 40587 -> 0 bytes
 help/es/figures/receiving-over-bluetooth.png |  Bin 12819 -> 0 bytes
 help/es/figures/sharing-over-bluetooth.png   |  Bin 10290 -> 0 bytes
 help/es/figures/sharing-over-the-network.png |  Bin 10856 -> 0 bytes
 help/es/legal.xml                            |   13 -
 help/fr/figures/file-sharing-preferences.png |  Bin 42838 -> 0 bytes
 help/fr/figures/receiving-over-bluetooth.png |  Bin 11257 -> 0 bytes
 help/fr/figures/sharing-over-bluetooth.png   |  Bin 9623 -> 0 bytes
 help/fr/figures/sharing-over-the-network.png |  Bin 9764 -> 0 bytes
 help/fr/fr.po                                |  510 -------------------------
 help/it/it.po                                |  484 ------------------------
 help/mate-user-share.omf.in                  |   11 -
 help/po/sl.po                                |  253 -------------
 help/pt_BR/pt_BR.po                          |  503 -------------------------
 help/ro/figures/file-sharing-preferences.png |  Bin 48215 -> 0 bytes
 help/ro/figures/receiving-over-bluetooth.png |  Bin 16692 -> 0 bytes
 help/ro/figures/sharing-over-bluetooth.png   |  Bin 15066 -> 0 bytes
 help/ro/figures/sharing-over-the-network.png |  Bin 12491 -> 0 bytes
 help/ro/legal.xml                            |   72 ----
 help/ro/ro.po                                |  504 -------------------------
 help/sl/sl.po                                |  253 -------------
 help/sv/figures/file-sharing-preferences.png |  Bin 42219 -> 0 bytes
 help/sv/figures/receiving-over-bluetooth.png |  Bin 12986 -> 0 bytes
 help/sv/figures/sharing-over-bluetooth.png   |  Bin 11585 -> 0 bytes
 help/sv/figures/sharing-over-the-network.png |  Bin 11938 -> 0 bytes
 help/sv/legal.xml                            |   72 ----
 help/sv/sv.po                                |  251 -------------
 help/zh_CN/zh_CN.po                          |  448 ----------------------
 53 files changed, 14 insertions(+), 6704 deletions(-)

commit 06949d2edc168a17b1802d9db5183b9386f66808
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Thu May 17 12:40:49 2012 -0400

    Fixed autogen.sh.

 autogen.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 08ee9fb62edeb3c802663e3be10446e7dd4d881a
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Thu May 17 12:09:50 2012 -0400

    Fixed missing caja references. Removed some files.

 Makefile.am                  |    2 +-
 README.md                    |    2 -
 configure.in                 |   22 ++---
 gnome-user-share.doap        |   20 -----
 help/C/gnome-user-share.xml  |  202 ------------------------------------------
 help/gnome-user-share.omf.in |   11 ---
 6 files changed, 12 insertions(+), 247 deletions(-)

commit cfae9c61218c5c27824a68aac3f17cfdce62b46f
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Tue May 15 11:39:11 2012 -0400

    Updated help and po directories.

 help/C/mate-user-share.xml  |  202 +++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am            |    4 +-
 help/ca/ca.po               |  144 +++++++++++++++---------------
 help/cs/cs.po               |  150 ++++++++++++++++----------------
 help/de/de.po               |  136 ++++++++++++++---------------
 help/el/el.po               |  152 ++++++++++++++++----------------
 help/en_GB/en_GB.po         |  148 +++++++++++++++----------------
 help/es/es.po               |  140 +++++++++++++++---------------
 help/fr/fr.po               |  148 +++++++++++++++----------------
 help/it/it.po               |  136 ++++++++++++++---------------
 help/mate-user-share.omf.in |   11 +++
 help/po/sl.po               |  136 ++++++++++++++---------------
 help/pt_BR/pt_BR.po         |  152 ++++++++++++++++----------------
 help/ro/ro.po               |  154 ++++++++++++++++-----------------
 help/sl/sl.po               |  136 ++++++++++++++---------------
 help/sv/sv.po               |  148 +++++++++++++++----------------
 help/zh_CN/zh_CN.po         |  134 ++++++++++++++--------------
 po/ChangeLog                |  148 +++++++++++++++----------------
 po/POTFILES.in              |    8 +-
 po/POTFILES.skip            |    2 +-
 po/ar.po                    |   40 ++++-----
 po/as.po                    |   40 ++++-----
 po/ast.po                   |   52 +++++------
 po/bg.po                    |   46 +++++-----
 po/bn.po                    |   44 +++++-----
 po/bn_IN.po                 |   42 ++++-----
 po/br.po                    |   50 +++++------
 po/ca.po                    |   48 +++++-----
 po/ca@valencia.po           |   48 +++++-----
 po/cs.po                    |   56 ++++++------
 po/da.po                    |   44 +++++-----
 po/de.po                    |   54 ++++++------
 po/dz.po                    |   14 +--
 po/el.po                    |   44 +++++-----
 po/en@shaw.po               |   50 +++++------
 po/en_CA.po                 |   24 ++---
 po/en_GB.po                 |   46 +++++-----
 po/eo.po                    |   48 +++++-----
 po/es.po                    |   54 ++++++------
 po/et.po                    |   10 +--
 po/eu.po                    |   40 ++++-----
 po/fi.po                    |   46 +++++-----
 po/fr.po                    |   50 +++++------
 po/ga.po                    |   42 ++++-----
 po/gl.po                    |   52 +++++------
 po/gu.po                    |   46 +++++-----
 po/he.po                    |   40 ++++-----
 po/hi.po                    |   42 ++++-----
 po/hu.po                    |   52 +++++------
 po/id.po                    |   52 +++++------
 po/it.po                    |   48 +++++-----
 po/ja.po                    |   50 +++++------
 po/kn.po                    |   44 +++++-----
 po/ko.po                    |   50 +++++------
 po/lt.po                    |   46 +++++-----
 po/lv.po                    |   52 +++++------
 po/mai.po                   |   42 ++++-----
 po/mk.po                    |    8 +-
 po/ml.po                    |   46 +++++-----
 po/mr.po                    |   38 ++++----
 po/nb.po                    |   48 +++++-----
 po/ne.po                    |   18 ++--
 po/nl.po                    |   50 +++++------
 po/nn.po                    |   50 +++++------
 po/oc.po                    |   40 ++++-----
 po/or.po                    |   42 ++++-----
 po/pa.po                    |   48 +++++-----
 po/pl.po                    |   46 +++++-----
 po/pt.po                    |   48 +++++-----
 po/pt_BR.po                 |   44 +++++-----
 po/ro.po                    |   48 +++++-----
 po/ru.po                    |   40 ++++-----
 po/rw.po                    |   14 +--
 po/sk.po                    |   66 +++++++-------
 po/sl.po                    |   56 ++++++------
 po/sq.po                    |   16 ++--
 po/sr.po                    |   48 +++++-----
 po/sr@latin.po              |   48 +++++-----
 po/sv.po                    |   50 +++++------
 po/ta.po                    |   46 +++++-----
 po/te.po                    |   42 ++++-----
 po/th.po                    |   48 +++++-----
 po/tr.po                    |   44 +++++-----
 po/ug.po                    |   48 +++++-----
 po/uk.po                    |   46 +++++-----
 po/vi.po                    |   40 ++++-----
 po/zh_CN.po                 |   46 +++++-----
 po/zh_HK.po                 |   44 +++++-----
 po/zh_TW.po                 |   44 +++++-----
 89 files changed, 2805 insertions(+), 2592 deletions(-)

commit 130eaa7d69ed4803041774442ccb6a9d7ea1ec4c
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Mon May 14 13:35:03 2012 -0400

    Forked gnome-user-share. Work in progress.

 COPYING                                      |  340 ++++++++
 ChangeLog.pre-git                            | 1069 ++++++++++++++++++++++++++
 MAINTAINERS                                  |    9 +
 Makefile.am                                  |   26 +
 NEWS                                         |  138 ++++
 README                                       |   13 +
 autogen.sh                                   |   24 +
 configure.in                                 |  207 +++++
 data/Makefile.am                             |   42 +
 data/dav_groupfile                           |    1 +
 data/dav_user_2.0.conf                       |   40 +
 data/dav_user_2.2.conf                       |   72 ++
 data/desktop_mate_file_sharing.schemas.in    |   94 +++
 data/file-share-properties.ui                |  364 +++++++++
 data/icons/16x16/Makefile.am                 |    6 +
 data/icons/16x16/mate-obex-server.png        |  Bin 0 -> 964 bytes
 data/icons/16x16/mate-obex-server.svg        |  128 +++
 data/icons/22x22/Makefile.am                 |    6 +
 data/icons/22x22/mate-obex-server.png        |  Bin 0 -> 1537 bytes
 data/icons/22x22/mate-obex-server.svg        |  136 ++++
 data/icons/32x32/Makefile.am                 |    6 +
 data/icons/32x32/mate-obex-server.png        |  Bin 0 -> 2582 bytes
 data/icons/32x32/mate-obex-server.svg        |  151 ++++
 data/icons/48x48/Makefile.am                 |    6 +
 data/icons/48x48/mate-obex-server.png        |  Bin 0 -> 4581 bytes
 data/icons/48x48/mate-obex-server.svg        |  171 ++++
 data/icons/Makefile.am                       |   17 +
 data/mate-user-share-properties.desktop.in   |   14 +
 data/mate-user-share.desktop.in.in           |    9 +
 git.mk                                       |  183 +++++
 gnome-user-share.doap                        |   20 +
 help/C/figures/file-sharing-preferences.png  |  Bin 0 -> 34673 bytes
 help/C/figures/receiving-over-bluetooth.png  |  Bin 0 -> 11176 bytes
 help/C/figures/sharing-over-bluetooth.png    |  Bin 0 -> 9216 bytes
 help/C/figures/sharing-over-the-network.png  |  Bin 0 -> 10333 bytes
 help/C/gnome-user-share.xml                  |  202 +++++
 help/C/legal.xml                             |   73 ++
 help/Makefile.am                             |   14 +
 help/ca/ca.po                                |  500 ++++++++++++
 help/ca/figures/file-sharing-preferences.png |  Bin 0 -> 43590 bytes
 help/ca/figures/receiving-over-bluetooth.png |  Bin 0 -> 11162 bytes
 help/ca/figures/sharing-over-bluetooth.png   |  Bin 0 -> 10140 bytes
 help/ca/figures/sharing-over-the-network.png |  Bin 0 -> 10862 bytes
 help/cs/cs.po                                |  495 ++++++++++++
 help/de/de.po                                |  512 ++++++++++++
 help/de/figures/file-sharing-preferences.png |  Bin 0 -> 55163 bytes
 help/de/figures/receiving-over-bluetooth.png |  Bin 0 -> 11733 bytes
 help/de/figures/sharing-over-bluetooth.png   |  Bin 0 -> 14150 bytes
 help/de/figures/sharing-over-the-network.png |  Bin 0 -> 13453 bytes
 help/de/legal.xml                            |   13 +
 help/el/el.po                                |  511 ++++++++++++
 help/en_GB/en_GB.po                          |  491 ++++++++++++
 help/es/es.po                                |  504 ++++++++++++
 help/es/figures/file-sharing-preferences.png |  Bin 0 -> 40587 bytes
 help/es/figures/receiving-over-bluetooth.png |  Bin 0 -> 12819 bytes
 help/es/figures/sharing-over-bluetooth.png   |  Bin 0 -> 10290 bytes
 help/es/figures/sharing-over-the-network.png |  Bin 0 -> 10856 bytes
 help/es/legal.xml                            |   13 +
 help/fr/figures/file-sharing-preferences.png |  Bin 0 -> 42838 bytes
 help/fr/figures/receiving-over-bluetooth.png |  Bin 0 -> 11257 bytes
 help/fr/figures/sharing-over-bluetooth.png   |  Bin 0 -> 9623 bytes
 help/fr/figures/sharing-over-the-network.png |  Bin 0 -> 9764 bytes
 help/fr/fr.po                                |  510 ++++++++++++
 help/gnome-user-share.omf.in                 |   11 +
 help/it/it.po                                |  484 ++++++++++++
 help/po/sl.po                                |  253 ++++++
 help/pt_BR/pt_BR.po                          |  503 ++++++++++++
 help/ro/figures/file-sharing-preferences.png |  Bin 0 -> 48215 bytes
 help/ro/figures/receiving-over-bluetooth.png |  Bin 0 -> 16692 bytes
 help/ro/figures/sharing-over-bluetooth.png   |  Bin 0 -> 15066 bytes
 help/ro/figures/sharing-over-the-network.png |  Bin 0 -> 12491 bytes
 help/ro/legal.xml                            |   72 ++
 help/ro/ro.po                                |  504 ++++++++++++
 help/sl/sl.po                                |  253 ++++++
 help/sv/figures/file-sharing-preferences.png |  Bin 0 -> 42219 bytes
 help/sv/figures/receiving-over-bluetooth.png |  Bin 0 -> 12986 bytes
 help/sv/figures/sharing-over-bluetooth.png   |  Bin 0 -> 11585 bytes
 help/sv/figures/sharing-over-the-network.png |  Bin 0 -> 11938 bytes
 help/sv/legal.xml                            |   72 ++
 help/sv/sv.po                                |  251 ++++++
 help/zh_CN/zh_CN.po                          |  448 +++++++++++
 po/.cvsignore                                |   14 +
 po/ChangeLog                                 |  867 +++++++++++++++++++++
 po/LINGUAS                                   |   71 ++
 po/POTFILES.in                               |   12 +
 po/POTFILES.skip                             |    4 +
 po/ar.po                                     |  276 +++++++
 po/as.po                                     |  253 ++++++
 po/ast.po                                    |  270 +++++++
 po/bg.po                                     |  272 +++++++
 po/bn.po                                     |  315 ++++++++
 po/bn_IN.po                                  |  268 +++++++
 po/br.po                                     |  257 +++++++
 po/ca.po                                     |  277 +++++++
 po/ca@valencia.po                            |  278 +++++++
 po/cs.po                                     |  274 +++++++
 po/da.po                                     |  279 +++++++
 po/de.po                                     |  283 +++++++
 po/dz.po                                     |   98 +++
 po/el.po                                     |  283 +++++++
 po/en@shaw.po                                |  259 +++++++
 po/en_CA.po                                  |   95 +++
 po/en_GB.po                                  |  274 +++++++
 po/eo.po                                     |  277 +++++++
 po/es.po                                     |  287 +++++++
 po/et.po                                     |  235 ++++++
 po/eu.po                                     |  267 +++++++
 po/fi.po                                     |  273 +++++++
 po/fr.po                                     |  275 +++++++
 po/ga.po                                     |  252 ++++++
 po/gl.po                                     |  284 +++++++
 po/gu.po                                     |  271 +++++++
 po/he.po                                     |  269 +++++++
 po/hi.po                                     |  242 ++++++
 po/hu.po                                     |  265 +++++++
 po/id.po                                     |  241 ++++++
 po/it.po                                     |  267 +++++++
 po/ja.po                                     |  269 +++++++
 po/kn.po                                     |  270 +++++++
 po/ko.po                                     |  264 +++++++
 po/lt.po                                     |  267 +++++++
 po/lv.po                                     |  267 +++++++
 po/mai.po                                    |  231 ++++++
 po/mk.po                                     |   88 +++
 po/ml.po                                     |  270 +++++++
 po/mr.po                                     |  240 ++++++
 po/nb.po                                     |  263 +++++++
 po/ne.po                                     |  108 +++
 po/nl.po                                     |  283 +++++++
 po/nn.po                                     |  263 +++++++
 po/oc.po                                     |  201 +++++
 po/or.po                                     |  249 ++++++
 po/pa.po                                     |  278 +++++++
 po/pl.po                                     |  273 +++++++
 po/pt.po                                     |  277 +++++++
 po/pt_BR.po                                  |  486 ++++++++++++
 po/ro.po                                     |  277 +++++++
 po/ru.po                                     |  261 +++++++
 po/rw.po                                     |  116 +++
 po/sk.po                                     |  274 +++++++
 po/sl.po                                     |  253 ++++++
 po/sq.po                                     |   87 +++
 po/sr.po                                     |  282 +++++++
 po/sr@latin.po                               |  282 +++++++
 po/sv.po                                     |  273 +++++++
 po/ta.po                                     |  272 +++++++
 po/te.po                                     |  246 ++++++
 po/th.po                                     |  271 +++++++
 po/tr.po                                     |  247 ++++++
 po/ug.po                                     |  253 ++++++
 po/uk.po                                     |  267 +++++++
 po/vi.po                                     |  272 +++++++
 po/zh_CN.po                                  |  266 +++++++
 po/zh_HK.po                                  |  265 +++++++
 po/zh_TW.po                                  |  272 +++++++
 src/Makefile.am                              |   81 ++
 src/caja-share-bar.c                         |  215 ++++++
 src/caja-share-bar.h                         |   61 ++
 src/file-share-properties.c                  |  688 +++++++++++++++++
 src/http.c                                   |  481 ++++++++++++
 src/http.h                                   |   27 +
 src/marshal.list                             |    1 +
 src/obexftp.c                                |  162 ++++
 src/obexftp.h                                |   29 +
 src/obexpush.c                               |  563 ++++++++++++++
 src/obexpush.h                               |   32 +
 src/share-extension.c                        |  299 +++++++
 src/user_share-common.c                      |   89 +++
 src/user_share-common.h                      |   30 +
 src/user_share-private.c                     |  102 +++
 src/user_share-private.h                     |   57 ++
 src/user_share.c                             |  572 ++++++++++++++
 src/user_share.h                             |   25 +
 173 files changed, 32062 insertions(+)

commit b42609046ef05f8d8be4b08ac50ea10a3c6dfe71
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Mon May 14 10:32:23 2012 -0700

    initial commit

 README.md |    2 ++
 1 file changed, 2 insertions(+)
