summaryrefslogtreecommitdiff
path: root/src/share-extension.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-20Fix memory leakmate-user-share-1.9.0Monsta1-3/+3
Closes https://github.com/mate-desktop/mate-user-share/pull/22
2014-11-20Fixed logic flow (out-of-bounds array access if bluetooth is disabled)Monsta1-7/+9
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
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[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[share-bar] make it a (improved) GtkInfoBarJasmine Hassan1-8/+11
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-29fix incorrect FSF addressraveit651-2/+2
2012-05-14Forked gnome-user-share. Work in progress.Steve Zesch1-0/+299