summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-11-21do not use download dir for incomming bluetooth downloads if mate-bluetooth ↵raveit651-0/+6
isn't installed
2013-09-19fix typo in share-extension.cWolfgang Ulbrich1-1/+1
2013-08-21make bluetooth really optionalraveit651-1/+12
2013-08-21OpenBSD suffers from the same httpd race condition as the other BSDsraveit651-1/+1
2013-07-30Require dbus >= 1.1.1raveit651-9/+0
2013-07-30Use mate-session to track the active sessionraveit651-125/+53
2013-06-26fix automake-1.13 deprecationsraveit1-1/+1
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-03-23Fix GSettings pathStefano Karapetsas1-1/+0
2013-02-28Use libnotify instead of libmatenotifyStefano Karapetsas1-3/+2
2012-12-06[all] Only add Bluetooth support to build if Bluetooth is availableJasmine Hassan3-18/+85
2012-10-29[bar] Hide the share bar when Bluetooth is disabledJasmine Hassan1-1/+32
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
2012-10-29[obexpush] don't special case GTK <= 2.14Jasmine Hassan1-5/+0
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
2012-10-29[share-extension] remove empty finalize method & private structureJasmine Hassan1-33/+0
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
2012-10-29[share-extension] remove code that does nothingJasmine Hassan1-28/+0
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
2012-10-29[user-share] add missing glib/gstdio.h includeJasmine Hassan1-0/+1
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
2012-10-29[share-bar] simplify codeJasmine Hassan1-8/+4
http://git.gnome.org/browse/gnome-user-share/commit/?id=532c0b17416bff0937722d568f699597d9e54a66
2012-10-29[share-bar] make it a (improved) GtkInfoBarJasmine Hassan3-128/+55
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
2012-10-29[common] Add missing string.h includeJasmine Hassan1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=664929 http://git.gnome.org/browse/gnome-user-share/commit/?id=e53cb4ddde2ed09433862b3f93d6885075e824e7
2012-10-29[http] Fix http sharing not workin on Linux 3.0Jasmine Hassan1-0/+1
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
2012-10-29fix incorrect FSF addressraveit6516-17/+17
2012-09-28fix gsettings againraveit652-3/+45
remove g_object_unref add static GSettings* settings add g_signal_connect as substitution for mateconf_client_notify_add
2012-09-28fix gsettings in user_share.craveit651-11/+11
2012-09-28convert to gsettingsraveit656-307/+181
2012-05-19Changes from yesterday.Steve Zesch1-1/+2
2012-05-14Forked gnome-user-share. Work in progress.Steve Zesch18-0/+3514