summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-13Bump version to 1.8.1mate-user-share-1.8.11.8Stefano Karapetsas2-1/+5
2015-03-13first connect to settings, then read them.Monsta2-12/+24
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-user-share/pull/29
2015-03-13Fix memory leakMonsta2-3/+4
Closes https://github.com/mate-desktop/mate-user-share/pull/22
2015-03-13Fixed logic flow (out-of-bounds array access if bluetooth is disabled)Monsta1-7/+9
2015-03-13Add missing variable typeStefano Karapetsas1-1/+1
Closes https://github.com/mate-desktop/mate-user-share/issues/21 Regression introduced in https://github.com/mate-desktop/mate-user-share/commit/4c6a1bdb10a2c554aedb6bb75a24ca61ef421d6d
2014-03-01Bump version to 1.8.0mate-user-share-1.8.0Stefano Karapetsas2-2/+2
2014-02-23Sync translations with transifexStefano Karapetsas16-1025/+2676
2014-02-23Add transifex configuration fileStefano Karapetsas1-0/+7
2014-02-19Bump version to 1.7.90mate-user-share-1.7.90infirit1-1/+1
2014-02-19Update NEWSinfirit1-0/+4
2014-02-19Disbale bluetooth by defaultinfirit1-1/+1
2014-02-10Restore user-guide and port to yelpinfirit54-4/+6689
2014-02-10Bump version to 1.7.0mate-user-share-1.7.0infirit1-1/+1
2014-02-10Update NEWSinfirit1-1/+3
2014-01-02Merge pull request #17 from NiceandGently/masterStefano Karapetsas1-0/+6
do not use download dir for incoming bluetooth downloads if mate-blueto...
2014-01-01Updates for make dist and make distcheckStefano Karapetsas4-4/+6
2014-01-01Create empty NEWS file for MATEStefano Karapetsas1-0/+0
2014-01-01Rename NEWS as NEWS.GNOMEStefano Karapetsas1-0/+0
2014-01-01Create xz tarballStefano Karapetsas1-1/+1
2013-11-21do not use download dir for incomming bluetooth downloads if mate-bluetooth ↵raveit651-0/+6
isn't installed
2013-09-19Merge pull request #15 from NiceandGently/masterStefano Karapetsas1-1/+1
fix typo in share-extension.c
2013-09-19fix typo in share-extension.cWolfgang Ulbrich1-1/+1
2013-09-11Merge pull request #14 from NiceandGently/masterStefano Karapetsas12-162/+209
Add support for Apache HTTPD 2.4
2013-09-10add desktop files for autostart folderraveit653-0/+33
2013-08-21make bluetooth really optionalraveit652-14/+32
2013-08-21build: Add build options summaryraveit651-1/+7
2013-08-21OpenBSD suffers from the same httpd race condition as the other BSDsraveit651-1/+1
2013-08-21Fix turning on sharing not starting mate-user-shareraveit655-14/+13
2013-07-30Require dbus >= 1.1.1raveit652-16/+1
2013-07-30Use mate-session to track the active sessionraveit652-126/+54
2013-07-30Add support for Apache HTTPD 2.4raveit653-2/+80
2013-06-26Merge pull request #13 from NiceandGently/masterStefano Karapetsas3-2/+2
fix automake-1.13 deprecations
2013-06-26fix automake-1.13 deprecationsraveit3-2/+2
2013-04-30Added manpage. Closes #10Scott Balneaves4-1/+23
2013-04-30Fix data passed to disabled_timeout_callbackStefano Karapetsas1-1/+1
In mate-user-share/src/user_share.c, the wrong variable is being passed as a gsettings pointer to the disabled_timeout_callback. https://bugs.launchpad.net/linuxmint/+bug/1005649/comments/36
2013-04-02Bump version to 1.6.0mate-user-share-1.6.0Stefano Karapetsas1-1/+1
2013-04-02Add empty ChangeLog to allow build from gitStefano Karapetsas1-0/+2
2013-03-24"Removed ChangeLog"Steve Zesch1-410/+0
2013-03-23Bump version to 1.5.1mate-user-share-1.5.1Stefano Karapetsas1-1/+1
2013-03-23Fix GSettings pathStefano Karapetsas2-2/+1
2013-02-28Use libnotify instead of libmatenotifyStefano Karapetsas2-4/+3
2012-12-25Merge pull request #9 from cygwinports/masterStefano Karapetsas2-0/+12
Add mateconf-gsettings-data-convert file
2012-12-24Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+12
2012-12-07Merge pull request #6 from jasmineaura/developmate-user-share-1.5.0Stefano Karapetsas5-24/+102
[all] Only add Bluetooth support to build if Bluetooth is available
2012-12-06[all] Only add Bluetooth support to build if Bluetooth is availableJasmine Hassan5-24/+102
2012-11-16Merge pull request #5 from jasmineaura/developStefano Karapetsas9-213/+90
improve the sharebar, make it an GtkInfoBar, and some fixes
2012-10-29[bar] Hide the share bar when Bluetooth is disabledJasmine Hassan2-2/+33
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
2012-10-29[file-share-properties] simplify launching mate-user-shareJasmine Hassan1-16/+1
http://git.gnome.org/browse/gnome-user-share/commit/?id=8acfa630af2bab6eb2f5b04e37c4a36d0d55d20f
2012-10-29[user-share] declare the x_fd variable as unusedJasmine Hassan1-1/+1
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
2012-10-29[obexpush] fix a compiler warning, and change g_message to g_debugJasmine Hassan1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=676515 http://git.gnome.org/browse/gnome-user-share/commit/?id=db151a9292e9ff372a7bf6a82071abbedd006d9f