Commit Graph

1800 Commits

Author SHA1 Message Date
9d9a5aec5f Confirm before renaming on an existing file 2018-08-13 21:24:48 +02:00
96f256335b Fix a potential crash 2018-08-12 20:25:19 +02:00
9f45bc3811 Add a helper for confirmation dialogs 2018-08-12 20:25:06 +02:00
4ffeeb78f8 Re-wrap 2018-08-12 19:59:39 +02:00
25a39bbe65 Improve support for PROGNAME 2018-08-04 17:11:16 +02:00
f91400ecbf Let volumes open in new windows from popup menus 2018-08-04 17:01:14 +02:00
f0fe2b797c Add an entry for opening volumes in popup menus 2018-08-04 16:55:23 +02:00
c483fb388f Code cleanup 2018-08-04 16:51:06 +02:00
104afa3ed8 Give the right path to desktop files on the desktop 2018-05-25 14:57:41 +02:00
0a52c58449 Code cleanup 2018-05-18 21:43:47 +02:00
1d077abb0f Avoid a potential memory leak 2018-05-18 18:05:15 +02:00
6ab061d16e Actually draw on the desktop window with Gtk+ 3 2018-05-18 18:04:54 +02:00
903849315a Fix invalid free() 2018-05-18 17:55:22 +02:00
71761aa08c Link the "volumes" plug-in to libBrowser
This is required by browser_vfs_eject().
2018-05-18 17:52:07 +02:00
55ce6c9892 Detect desktop entries on the desktop 2018-05-18 17:46:04 +02:00
8259144a53 Make the event window be invisible 2018-05-18 16:57:21 +02:00
27de692c31 Code cleanup 2018-05-18 16:45:54 +02:00
04e35e6aff Update the copyright notice 2018-05-18 16:43:26 +02:00
9f108bc66a Use bilinear scaling on embedded platforms
Modern embedded hardware should be good enough to handle that.
2018-05-18 16:40:45 +02:00
b5e04048b6 Update the copyright notice 2018-04-27 07:56:50 +02:00
f88624bdff Use PROGNAME_{CVS,SVN,GIT} 2018-04-27 07:56:30 +02:00
d3b4bf51e0 Use helpers from the glib for {base,dir}name(3)
This should solve some bugs with the glibc (eg on most Linux distributions).
2018-04-27 07:48:27 +02:00
26628564b5 Avoid corrupting the filename upon dirname(3)
This may notably happen with the glibc (eg on most Linux distributions).
2018-04-27 07:34:26 +02:00
1107622fd9 Fix ejecting volumes 2018-04-25 03:18:14 +02:00
7ae86e2702 Add debugging code 2018-04-25 03:18:02 +02:00
4f8dfb076a Use PROGNAME_EJECT for eject(1) 2018-04-25 03:14:47 +02:00
d72009c6a6 Use PROGNAME_PROPERTIES for properties(1) 2018-04-25 03:04:01 +02:00
6c292d976c Use FSTAB_SW and FSTAB_XX when available 2018-04-22 03:40:10 +02:00
8de00048fa Update the copyright notice 2018-04-22 00:19:46 +02:00
d072fa1c78 Use petabytes when appropriate 2018-04-22 00:19:46 +02:00
7308c4884b Move a comment around 2018-04-22 00:11:22 +02:00
d29adda776 Use the VFS helpers to eject volumes 2018-04-22 00:07:36 +02:00
b32f5c0636 Add a helper to eject mountpoints 2018-04-22 00:07:36 +02:00
4faed79fa1 Use the VFS helpers to {,un}mount volumes 2018-04-22 00:05:49 +02:00
c2ce19043a Add helpers to {,un}mount volumes 2018-04-22 00:05:49 +02:00
7ec24b072b Update the copyright notice 2018-04-21 23:42:01 +02:00
8a586e027b Add accessors to help with mountpoints 2018-04-21 23:42:01 +02:00
e226e16f20 Register the pinentry-sudo-askpass target 2018-02-14 01:26:47 +01:00
d79eb4a332 Document an alternative password prompt with pinentry(1) 2018-02-14 01:24:49 +01:00
cd5de5112f Register missing dependency 2018-02-14 01:24:34 +01:00
d917accbcf Register the zenity-sudo-askpass target 2018-02-14 01:08:28 +01:00
4222608713 Default to a full path to find zenity 2018-02-14 01:06:41 +01:00
2256ee5754 Code cleanup 2018-02-10 14:29:08 +01:00
44b2e3e4ec Update the copyright notice 2018-02-10 14:29:08 +01:00
39ea5c33be Align the Subversion plug-in with Git 2018-02-10 14:29:08 +01:00
d7b63188e1 Avoid potential memory corruption with dirname(3)
This notably happens on NetBSD, where dirname(3) returns an address from
static storage.
2018-02-10 14:14:17 +01:00
10e0337564 Do not list the size for empty filesystems 2018-02-05 01:53:36 +01:00
a1b8484879 Also list the volumes from fstab(5) on FreeBSD 2018-02-02 01:50:57 +01:00
ce5f365460 Also list the volumes from fstab(5) on OpenBSD 2018-02-02 01:47:49 +01:00
e66786f53b Import helper for browser(1) when (un)mounting volumes
This is particularly relevant for the "volumes" plug-in.
2018-02-02 01:45:46 +01:00