summaryrefslogtreecommitdiff
path: root/src/nautilus-autorun-software.c
Commit message (Collapse)AuthorAgeFilesLines
* project: replace deprecated GtkMisc callsGeorges Basile Stavracas Neto2015-07-211-1/+1
| | | | | | | | | | | GtkMisc is deprecated since 3.14 release, being replaced by GtkWidget's halign & valign, and GtkLabel's xalign & yalign. Nautilus, however, did not updated its codebase to match the new deprecations. Remove any reminescent gtk_misc* calls from the codebase.
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* Support HiDpi iconsCosimo Cecchi2013-08-031-1/+2
| | | | | Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons.
* Improve wording of autorun promptWilliam Jon McCann2012-08-151-16/+13
|
* Make sure autorun dialogs stay on topWilliam Jon McCann2012-08-151-0/+10
| | | | | | This is required because we don't show dialogs in the window picker and if the window pops under another window there is no way to get it back
* Add some warning messagesWilliam Jon McCann2012-08-141-1/+8
|
* Use double quotes instead of ascii quotesWilliam Jon McCann2012-08-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681808
* nautilus-autorun-software: handle mime type x-content/unix-software onlymads@kiilerich.com2011-09-071-8/+0
| | | | | | | | | | | | | This is a consequence of the fix for https://bugs.freedesktop.org/show_bug.cgi?id=20562 . This undoes the part of cffb9cf7025 that hardcodes that media with x-content/win32-software are silently ignored, and thus improves on the fix for #524270. Wine or something could now provide a handler for win32-software. https://bugzilla.gnome.org/show_bug.cgi?id=632510
* nautilus-autorun-software: Use /bin/sh for autorun.sh executionPhillip Berndt2011-09-071-2/+14
| | | | | | | | | If the autorun file is called autorun.sh it is clearly meant for execution through a sh processor. The benefit of using /bin/sh as the executable is that autorun will also work on FAT formatted media (which does not allow autorun.sh to have +x permission set) https://bugzilla.gnome.org/show_bug.cgi?id=642511
* Use gtk_show_uri instead of gnome_helpCosimo Cecchi2008-10-061-5/+2
| | | | | | | | | | | | | | | | | | | | | | 2008-10-06 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-window-menus.c: (action_nautilus_manual_callback): Use gtk_show_uri instead of gnome_help * src/nautilus-file-management-properties-main.c: * src/nautilus-connect-server-dialog-main.c: * src/nautilus-autorun-software.c: * test/test-nautilus-mime-actions-set.c: * test/test-nautilus-mime-actions.c: Use GOption instead of GnomeProgram * src/nautilus-property-browser.c: Use GtkColorButton instead of GnomeColorPicker Use gtk_show_uri instead of gnome_help svn path=/trunk/; revision=14683
* Use medium as singular of media. Fixes #522986.Christian Neumair2008-05-231-2/+2
| | | | | | | | | | | | 2008-05-24 Christian Neumair <cneumair@gnome.org> * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-autorun.c: * src/nautilus-autorun-software.c (present_autorun_for_software_dialog): Use medium as singular of media. Fixes #522986. svn path=/trunk/; revision=14192
* reviewed by: Cosimo CecchiA. Walton2008-05-051-1/+1
| | | | | | | | | | | | | | | 2008-05-05 A. Walton <awalton@gnome.org> reviewed by: Cosimo Cecchi * libnautilus-private/nautilus-module.c (nautilus_module_load): * src/file-manager/fm-ditem-page.c (save_entry): * src/nautilus-autorun-software.c (autorun): Fixes build on toolchains with -Wformat enabled. Closes bug #531562. svn path=/trunk/; revision=14140
* Disable autorun when detecting autorun.exe and autorun.inf, as we do notCosimo Cecchi2008-04-051-0/+9
| | | | | | | | | | | | | 2008-04-05 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/nautilus-autorun.c: (_g_mount_guess_content_type): Disable autorun when detecting autorun.exe and autorun.inf, as we do not support those yet (part of bug #524270). * src/nautilus-autorun-software.c: (autorun), (main): Plug some minor leaks. svn path=/trunk/; revision=14042
* Fix typo in stringAlexander Larsson2008-02-261-1/+1
| | | | | | | | | | | 2008-02-26 Alexander Larsson <alexl@redhat.com> * src/nautilus-autorun-software.c (autorun): Fix typo in string svn path=/trunk/; revision=13826
* Show dialog on autorun errorsAlexander Larsson2008-02-251-3/+23
| | | | | | | | | | | 2008-02-25 Alexander Larsson <alexl@redhat.com> * src/nautilus-autorun-software.c: Show dialog on autorun errors svn path=/trunk/; revision=13819
* Fix coding styleAlexander Larsson2008-01-181-7/+14
| | | | | | | | | | | 2008-01-18 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-autorun.c: * src/nautilus-autorun-software.c: Fix coding style svn path=/trunk/; revision=13621
* Add GMount attribute to NautilusFile. (not implemented yet)Alexander Larsson2008-01-171-0/+254
2008-01-17 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.[ch]: * libnautilus-private/nautilus-file-attributes.h: * libnautilus-private/nautilus-file-private.h: Add GMount attribute to NautilusFile. (not implemented yet) * Makefile.am: * configure.in: * data/nautilus.xml.in: * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-autorun.[ch]: * libnautilus-private/nautilus-global-preferences.c: * libnautilus-private/nautilus-global-preferences.h: * libnautilus-private/nautilus-program-choosing.c: * src/Makefile.am: * src/file-manager/fm-directory-view.c: * src/nautilus-application.c: * src/nautilus-autorun-software.c: Added. * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.glade: * src/nautilus-window-manage-views.c: * src/nautilus-x-content-bar.[ch]: Added. More work on autorun and x-content types from David Zeuthen svn path=/trunk/; revision=13616