Commit Graph

1361 Commits

Author SHA1 Message Date
699c6bf91e Partially implemented the popup menu on the desktop window 2014-04-01 00:58:30 +02:00
cf14076a7c Working on support for a desktop window 2014-04-01 00:48:02 +02:00
25f382aa8e Code cleanup 2014-04-01 00:37:12 +02:00
a658b9c7b7 Avoid some warnings when building with Gtk+ >= 3.0 2014-04-01 00:13:18 +02:00
d78a171eb0 Calling eject(1) with the device name 2014-03-30 00:22:48 +01:00
9de48e9d5a Fixed a memory leak in an error path when executing commands 2014-03-30 00:01:02 +01:00
21f8f62269 Added a menu entry to obtain the properties of each volume mounted 2014-03-30 00:00:20 +01:00
676f48e88b Ellipsize the mountpoints 2014-03-29 21:50:56 +01:00
7d778b9312 Code cleanup 2014-03-29 21:37:29 +01:00
13e5dda173 Lookup the icon from the volume for removable devices 2014-03-29 21:35:27 +01:00
e030d8a9a1 Code cleanup 2014-03-29 21:30:19 +01:00
fdbc0f891c Avoid more warnings when compiling with Gtk+ 3.0 2014-03-29 20:37:30 +01:00
7432a86b9d Avoiding some warnings when building with Gtk+ 3.0 2014-03-29 20:33:22 +01:00
5c533dacea More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-12 00:11:41 +09:00
2ed6319c90 Newer version of the scripts upstream 2014-03-04 03:26:28 +01:00
f7bc3ecc6d Newer versions of the scripts upstream 2014-02-11 00:33:31 +01:00
c7a843d932 Added translated tooltips to the "favorites" plug-in 2014-01-22 23:15:16 -06:00
b4dbdadfaa Code cleanup 2014-01-11 15:27:23 -06:00
9020e8ede7 Fixed a toolbar button with Gtk+ < 2.8 2014-01-11 15:23:53 -06:00
373c084c70 The "trash" plug-in is almost functional by now 2014-01-09 19:04:54 -06:00
c284de1bf4 Handle sensitiveness of the restore and delete toolbar buttons 2014-01-09 00:45:52 -06:00
0fa28eb2fd No longer forget to call closedir() 2014-01-09 00:16:36 -06:00
29bfa61aeb Preparing before refreshing in-place 2014-01-08 23:58:20 -06:00
640343251c Code cleanup 2014-01-08 23:57:53 -06:00
06ff0e25dd Code cleanup 2014-01-08 23:53:16 -06:00
bd1858ff8e Code cleanup 2014-01-08 23:42:40 -06:00
cf5c211eba Code cleanup 2014-01-08 23:27:44 -06:00
f3e98c8ef4 Imported a "backup" plug-in to re-use code from the "trash" plug-in 2014-01-08 23:01:33 -06:00
c0f4ab8341 Let the code be re-used as-is directly 2014-01-08 22:57:37 -06:00
96e55006b8 Hopefully improved portability when unmounting devices 2014-01-08 21:28:02 -06:00
9910649ad2 Now able to unmount volumes as well 2014-01-08 21:21:28 -06:00
c0abda187e Implemented a popup menu to eject removable volumes 2014-01-08 21:08:23 -06:00
6ffa7655bf Also collect some flags for each filesystem listed 2014-01-08 20:48:14 -06:00
a3d9ecd4c8 Also remember the filesystem type in the volume list 2014-01-08 20:24:11 -06:00
dcb6a9aab8 Fixed potential uninitialized variable and signedness inconsistency 2014-01-08 11:56:23 -06:00
b4b3ef307f Allow the "trash" plug-in to be translated as well 2014-01-07 01:31:50 -06:00
89cdeabb89 Introduced a new "trash" plug-in (currently able to list the content of the trash) 2014-01-07 01:12:23 -06:00
790cf176e4 Imported a new plug-in "selection" 2014-01-06 18:42:27 -06:00
fd32107486 Pass the complete selection to the plug-ins 2014-01-05 23:23:58 -06:00
dad13ff188 Use less deprecated code with Gtk+ >= 3.4 2013-12-25 20:19:03 +01:00
e4213b617a Code cleanup 2013-12-25 20:14:20 +01:00
cdba68628c Code cleanup 2013-12-25 20:10:46 +01:00
c29008d070 Use less deprecated code with Gtk+ 2.24 already 2013-12-25 19:56:24 +01:00
a6651a130d Avoid warnings when building with Gtk+ 3.0 2013-12-25 19:35:50 +01:00
179692ccd8 Ease building with Gtk+ 3.0 2013-12-25 19:32:20 +01:00
a199f054df Fixed building with Gtk+ < 2.14 2013-12-08 02:19:38 +01:00
ce927b820e Fixed checking applications for availability 2013-12-04 06:36:55 +01:00
eee8343c20 Improved error handling 2013-12-04 06:25:58 +01:00
bc4f45494d Code cleanup 2013-12-04 06:15:10 +01:00
91bd571f40 Properly refreshing the volume list 2013-11-30 01:31:08 +01:00