Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
http://git.gnome.org/browse/gnome-user-share/commit/?id=532c0b17416bff0937722d568f699597d9e54a66
|
|
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
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=664929
http://git.gnome.org/browse/gnome-user-share/commit/?id=e53cb4ddde2ed09433862b3f93d6885075e824e7
|
|
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
|
|
|
|
|
|
|
|
convert mateconf to gsettings
|
|
remove g_object_unref
add static GSettings* settings
add g_signal_connect as substitution for mateconf_client_notify_add
|
|
|
|
|
|
|
|
Closes mate-user-share issue #1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|