Commit Graph

104 Commits

Author SHA1 Message Date
Davide Andreoli ffd508e113 Places: switch to meson and GPLv3 2020-04-19 10:06:07 +02:00
Davide Andreoli 468cc4243e Unbork places module after unknown efl changes 2019-06-02 19:01:41 +02:00
Davide Andreoli 65bd9f748b Make coverity happy 2019-05-12 21:52:13 +02:00
Davide Andreoli 6db7ce49e5 Fix compilation on recent efl (read as: breackage)
without this change I'm getting tons of errors like:

In file included from /usr/local/include/ecore-1/Ecore_Common.h:1039:0,
                 from /usr/local/include/ecore-1/Ecore.h:329,
                 from /usr/local/include/enlightenment/e.h:116,
                 from e_mod_udisks_eldbus.c:9:
/usr/local/include/ecore-1/ecore_exe.eo.h:103:20: error: unknown type name ‘Efl_Event_Description’
 EWAPI extern const Efl_Event_Description _ECORE_EXE_EVENT_DATA_GET;

and:

/usr/local/include/ecore-1/efl_loop.eo.h:286:20: error: unknown type name ‘Efl_Event_Description’
 EWAPI extern const Efl_Event_Description _EFL_LOOP_EVENT_POLL_HIGH;

I think that swapping the includes make it work because e.h set BETA_API
and that make eldbus happy.

So seems (without too much investigation) that eldbus is broken for legacy app.

(...me so tired to fixing legacy efl breackages)
2018-02-09 20:20:17 +01:00
Davide Andreoli 2115f5aac5 Fix for recent e20 changes 2015-03-21 12:59:35 +01:00
Kai Huuhko 20e7d512dd Follow changes in E 0.19.99 development 2015-03-15 15:00:08 +02:00
Davide Andreoli 57025c03a0 Open filemanager in the current zone 2015-01-31 13:35:31 +01:00
Davide Andreoli 28353dece1 Fix initial state of the custom_fm checkbox 2015-01-31 12:53:36 +01:00
Davide Andreoli 27c26a47a5 Redone the config panel using elm
The e_widget version was a little broken by recent e changes
2015-01-26 23:44:29 +01:00
Davide Andreoli 60269fe129 Search the gtk bookmarks also in the new path 2015-01-12 00:09:49 +01:00
Davide Andreoli 4164923ee5 Fix opening of unmounted volumes from the e main menu 2015-01-11 23:19:19 +01:00
Davide Andreoli 363aef3b3e Now mount/umount works for nfs/cifs volumes listed in fstab 2015-01-11 23:01:28 +01:00
Davide Andreoli 26eca1490d Do not ignore eldbus_message_arguments_get return value, warn-- 2015-01-11 20:22:25 +01:00
Davide Andreoli a310691877 Use the new e_comp global variable 2015-01-11 20:21:47 +01:00
Davide Andreoli e559f19cc4 Added a new backend: mount
This is quite rought and brutal, it read the fstab file
to see the availabel mount points and the /proc/mounts
files to see if they are mounted or not.

atm only looks for fns and cifs filesystem, as all the
others should be yet managed by udisks. Works quite well
with my nfs shares.

TBD: actually mount/unmount using the mount command
2015-01-11 20:12:32 +01:00
Davide Andreoli 94f551fb12 Fix the config dialog to not crash
Fucking e_comp changes under the hood
2015-01-10 22:22:39 +01:00
Davide Andreoli 2ef240acc4 Support icon/tag for network fs (nfs or cifs) 2015-01-10 21:42:02 +01:00
Davide Andreoli 1208a59790 Use fs size from statvfs if the backend did not provide it 2015-01-10 21:10:38 +01:00
Davide Andreoli 63017167e0 Show the umount/eject button only if can actually do the operation 2015-01-10 20:54:12 +01:00
Davide Andreoli 3261042294 Fix compilation with E20 2015-01-10 13:20:21 +01:00
Igor Murzov a2b2485219 Make size units translatable 2014-07-04 03:08:19 +04:00
Igor Murzov 701f72dae2 Display sizes >= 1TB in terse format as well. 2014-07-04 02:07:22 +04:00
Davide Andreoli b76c4f3779 skip volumes with DevicePresentationHide set 2014-02-02 20:37:49 +01:00
Davide Andreoli ee7f50a2d7 some more eeze testing 2014-02-01 14:16:40 +01:00
Davide Andreoli 6d6a3ba57d Show a dialog when a mount/umount operation fail 2014-01-18 15:58:25 +01:00
Davide Andreoli 190800cbdc And finally fix the popup logic for e19 2014-01-18 15:15:32 +01:00
Davide Andreoli 37086c655d Update to new e19 api 2014-01-18 15:15:32 +01:00
Davide Andreoli a4d4309817 remove old and deprecated e_dbus (v1) backend 2014-01-18 15:15:32 +01:00
Davide Andreoli 7685e0bedc Places: fix compilation due to recent e_popup_autoclose() changes
SVN revision: 84554
2013-06-17 16:56:34 +01:00
Davide Andreoli 5abb426d36 Places: rename edbus to eldbus
SVN revision: 84544
2013-06-17 10:04:00 +01:00
Davide Andreoli 168ce626b2 Places: as a bonus middle-click on the shelf icon will open your home directory
SVN revision: 84540
2013-06-17 10:04:00 +01:00
Davide Andreoli 74f3a86e33 Places: Honor the XDG_DESKTOP_DIR in the menu, and fix opening volumes from the menu.
SVN revision: 84538
2013-06-17 10:04:00 +01:00
Davide Andreoli 5d7c7e1264 Places: close the popup also when clicked on an icon or on the header.
SVN revision: 84537
2013-06-17 10:03:59 +01:00
Davide Andreoli 9c969a2c0a Places: Fix name for volumes without a label
SVN revision: 84536
2013-06-17 10:03:59 +01:00
Davide Andreoli 87db6172c0 Places: New option: autoclose_popup
* autoclose_popup: true, will close the popup like connman. False will keep it open like the clock module
 * factorized _places_run_fm()

SVN revision: 84535
2013-06-17 10:03:59 +01:00
Davide Andreoli 189f937f08 Places: support site other than desktop
Now on shelf and toolbars show just an hard-disk icon,
clicking the icon will upen a popup (like clock or connman modules)
containing the usual volumes list.

SVN revision: 84514
2013-06-17 10:03:59 +01:00
Davide Andreoli 678fa102cc Places: use an edje box instead of e_box
SVN revision: 84513
2013-06-17 10:03:59 +01:00
Davide Andreoli 2c717c0aff Places: add support for edbus (v2) and some other fixes
* New  backend: UDisks(v1) using edbus(v2)
  * Fix: make the icon tag visible again ("inherit" in edc must be on top)
  * Fix: when the e_box is cleared (thus all the edje objs deleted) also update the list of objs in the Volume struct
  * Some more work on the eeze backend, still not functional
  * updated po files

SVN revision: 84511
2013-06-17 10:03:59 +01:00
Massimo Maiurana 3b86d36a57 Make some labels in Places modules translatable (patch from Igor Murzov)
SVN revision: 81480
2013-06-17 10:03:52 +01:00
Massimo Maiurana 59180d1cc8 Fix mismatching parameters for e_action_predef_name_{set,del}() (patch from Igor Murzov)
SVN revision: 81479
2013-06-17 10:03:52 +01:00
Mike Blumenkrantz e51e84d936 sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'
SVN revision: 74475
2012-07-27 08:35:53 +00:00
Davide Andreoli aab204250a Places:
* fix umount of optical drives (they still refuse to auto mount...)
 * better icon for trash in the menu
 * some formatting, sorry

SVN revision: 74460
2012-07-26 22:28:09 +00:00
Davide Andreoli 195eb7b069 Places:
* new config option to mount devices on startup
  * open-on-insert option depend on mount-on-insert, disable the checkbox accordly

SVN revision: 74459
2012-07-26 22:04:51 +00:00
Davide Andreoli 1074da1961 Places: create/destroy the e menu augmentation on config apply (no more e restart required to apply the config)
SVN revision: 74457
2012-07-26 21:35:12 +00:00
Davide Andreoli 3566436355 Places: honor 'mount on insert' and 'open on mount' config values.
SVN revision: 74455
2012-07-26 21:08:02 +00:00
Davide Andreoli 08be3a29a3 * open the fm when clicking on an unmounted volume (mount and then open when mounted)
* unsigned char -> Eina_Bool

SVN revision: 67558
2012-01-26 21:20:55 +00:00
Davide Andreoli 227da1f6f8 add an option to hide the header
SVN revision: 67519
2012-01-24 23:54:10 +00:00
Davide Andreoli 45dece9913 make the header a big button, pressing will open home dir
SVN revision: 67514
2012-01-24 21:59:50 +00:00
Davide Andreoli 58d52b9d24 * add the (empty) structure for a future eeze support
SVN revision: 67513
2012-01-24 20:59:11 +00:00
Davide Andreoli 9a3017e721 * detect udisks at configure and made an option to disable it.
* bump to version 0.2.0  ;)

SVN revision: 67458
2012-01-22 21:14:47 +00:00