Commit Graph

265 Commits

Author SHA1 Message Date
Carsten Haitzler 503af41600 rename illume profile as mobile...
SVN revision: 74989
2012-08-08 06:07:25 +00:00
Mike Blumenkrantz fa76e9bb15 ensure warn flags set when building e
SVN revision: 74823
2012-08-03 08:43:37 +00:00
Mike Blumenkrantz 02e2fcbec4 move "favorites" desktop entries to base data
SVN revision: 74787
2012-08-02 07:51:46 +00:00
Mike Blumenkrantz 9cd4903a9c disable eeze mount by default and prevent it from building if other mount backends are detected
this was never meant to be a robust and widely-used mounting solution; it's only intended for single user systems and should be used only on those systems


SVN revision: 74574
2012-07-30 10:18:59 +00:00
Mike Blumenkrantz d7f9ff7551 e now requires eio; this commit intentionally split from any code changes
SVN revision: 74373
2012-07-25 07:41:21 +00:00
Gustavo Sverzut Barbieri d4a047f967 enlightenment welcomes elementary.
Now it's possible to do elm_win_add() from your e_modules and use all
elementary features instead of painful e_widgets.

We should consider this experimental, but after e17 is out we should
start to convert dialogs and such to elementary, eventually
deprecating e_widgets and the theme duplication.

NOTE: requires r74156 with elementary patch.

I'll send an email to the list with a simple patch to skel module to
demo this.



SVN revision: 74157
2012-07-19 04:39:25 +00:00
Chidambar Zinnoury 4d617a725b e i18n: add plural support thanks to ngettext.
SVN revision: 73864
2012-07-15 06:45:33 +00:00
Vincent Torri 02525c9f98 E17: add suid flags for enlightenment_sys and enlightenment_backlight binaries
SVN revision: 73812
2012-07-13 12:46:50 +00:00
Mike Blumenkrantz cfaf0c12b5 brace yourselves: E WINDOW PHYSICS MODULE!
if you have ephysics installed, a new module 'Physics' will be available under Look which provides some fun physics effects on windows such as:
*velocity based on drag direction/speed
*collisions
*gravity
note that the edges of the screen are considered boundaries, and so windows will bounce off or get stuck in them; you will have to drag a window out if it gets stuck because I've disabled physics effects in edge areas to both 1) prevent windows from sneaking past the screen limits and flying off into space 2) actually getting stuck to the point that you can't get them out

help needed!


SVN revision: 73365
2012-07-05 15:01:58 +00:00
Gustavo Sverzut Barbieri 913c2b74be enlightenment_open to cope with xdg-open
it can open files using XDG specification, including defaults.list
(~/.local/share/applications/defaults.list and
/usr/share/applications/defaults.list) and mime type handlers known by
your system.

Now we should get xdg people to detect enlightenment and call this
binary.



SVN revision: 73317
2012-07-04 23:09:39 +00:00
Gustavo Sverzut Barbieri 97dfa9db2e enlightenment_filemanager - call EFM from another process.
This is used to open a file manager window from another process. It
will use DBus interface:

     org.enlightenment.FileManager.OpenDirectory(path)

It returns immediately, but we could enhance the DBus interface and
make it act like a real file manager process if that is needed.



SVN revision: 73084
2012-06-30 19:28:49 +00:00
Sebastian Dransfeld b4706e4872 e: bump required version for ecore-x
SVN revision: 72824
2012-06-25 18:45:09 +00:00
Sebastian Dransfeld b8f848697f Revert "e: Don't require svn to build"
This reverts commit 29a2a6f8e17fc991e0ea33bb8a1f920f32b0f504.

E already requires svn efl

SVN revision: 72822
2012-06-25 18:45:02 +00:00
Sebastian Dransfeld 9cb9e9cccc e: Don't require svn to build
SVN revision: 72821
2012-06-25 18:26:12 +00:00
Sebastian Dransfeld 02e8062784 e: bump required efreet version
SVN revision: 72820
2012-06-25 17:45:32 +00:00
Christopher Michael 1924a70cb9 E: Let's have E build again eh ? ;)
SVN revision: 71326
2012-05-22 13:56:53 +00:00
Cedric BAIL 55415c6df0 e: move e-tiling in e17.
SVN revision: 70614
2012-05-02 08:20:53 +00:00
Carsten Haitzler c1699d13a0 finally - xkbswitch into core e. needs some polishing work. what i
have done here beyond just "copy the code" is:

1. fix up some code that was useless (didnt need to be done).
2. reformat all the code to be closer to efl/e style guidelines
3. add flags to the gadget popup menu to change keyboard
4. fix lots of warnings
5. fix some correctness in c - () vs (void)
6. added q66 to AUTHORS
7. made it use _() intl macro, not D_() (needed)
8. put xkbswitch module stuff in theme (need some prettying/work)
9. added some XXX: comments on things to do

right now xkbswithc is actually very powerful (thanks q66) but its not
that user-friendly. it lets you add a short-list of "keyboard layouts"
you nee/duse. the gagdet lets you quick-switch between them. this
actually works. it has nice little flaggy things to try help you out.

what we probably need to do is:

1. fix a buffer overflow waiting to happen in the kbdswitch changing.
XXX'd
2. add a wizard page asking for kbd layout
3. double-check that "last used kbdlayout" is actually turned on
4. move xkbd config to core e config (not separate in module)
5. pretty up the gagdet (add a shadow around the flag, some
placeholder if no flag is selected etc.)
6. go over the xkb parser - it looks fragile from a read

:)




SVN revision: 70531
2012-04-28 04:09:56 +00:00
Vincent Torri f456602ebb revert. gettext 0.18 is problematic on some platforms
SVN revision: 69603
2012-03-24 18:58:09 +00:00
Eric Schuele e2920555ef Bump gettext
SVN revision: 69601
2012-03-24 15:49:44 +00:00
Carsten Haitzler 4ac2f94b35 and work more on getting release in shape - version requirements.
(god this is a pain in the butt)



SVN revision: 69484
2012-03-17 06:25:41 +00:00
Christopher Michael 3e337912bd E Comp (wayland): Rename HAVE_WAYLAND to HAVE_WAYLAND_CLIENTS so there
is no confusion wrt the "wayland only" version of e17.



SVN revision: 67636
2012-01-31 16:36:07 +00:00
Christopher Michael aa1865a0d3 E: Added xcb-image as a dependency for wayland client support in the
comp module.

NB: This may be temporary. If everything works out, I may move the
needed functions for this to ecore_x calls.



SVN revision: 67554
2012-01-26 18:23:01 +00:00
Christopher Michael ee2b5f156c E: By default, disable wayland client support in comp module.
SVN revision: 67425
2012-01-21 09:22:24 +00:00
Christopher Michael 85a8cb1548 E: Update configure.ac to handle comp module doing wayland clients.
SVN revision: 67399
2012-01-20 18:41:01 +00:00
Vincent Torri 1693692949 E17: fix ticket #930
SVN revision: 66577
2011-12-27 19:12:56 +00:00
Tom Hacohen 8dc49973c5 E: Fixed svn detection for svn1.7
SVN revision: 66143
2011-12-13 08:48:38 +00:00
Mike Blumenkrantz a5a775ff64 okay NOW it's over
SVN revision: 65793
2011-12-02 01:45:48 +00:00
Mike Blumenkrantz dfd311e18c birthday's over, hope everyone enjoyed the surprise
SVN revision: 65792
2011-12-02 01:45:29 +00:00
Mike Blumenkrantz 22949f0316 tweet: HAPPY BIRTHDAY RASTER!
for today only, it's RASTER'S BIRTHDAY!!!! and here's the birthday module!!!!!!!!!!


SVN revision: 65659
2011-11-28 22:45:56 +00:00
Gustavo Sverzut Barbieri 160e660ed5 e: port to use econnman-0.7x
SVN revision: 65500
2011-11-21 20:56:22 +00:00
Vincent Torri 3a2cdebbbf E17: fix eeze mount detection and build, reported by Jochen Schröder
SVN revision: 65368
2011-11-18 06:56:07 +00:00
Vincent Torri abca6d0292 E17: fix DSO
SVN revision: 65127
2011-11-13 07:21:37 +00:00
Vincent Torri f17b9198b3 E17: no need to cache some variables, simplify a bit, fix configure output
SVN revision: 65096
2011-11-12 11:24:26 +00:00
Carsten Haitzler 20e8feca2c i'll put in leif's randr code - even though it's buggy, it's the best
way for it to be worked on by people for release.



SVN revision: 64801
2011-11-06 06:41:39 +00:00
Mike Blumenkrantz 07c9a9b6db and ecore
SVN revision: 64533
2011-10-30 22:03:08 +00:00
Iván Briano f3aa1d3293 Lets have stuff that links to Eeze also link to Eina
SVN revision: 64530
2011-10-30 19:29:34 +00:00
Vincent Torri 66f257b886 E17: add OpenBSD support for the battery module
patch by Jonathan Armani <armani@openbsd.org>


SVN revision: 64526
2011-10-30 16:47:50 +00:00
Carsten Haitzler 4a76470496 taskbar++!
one more todo item being knocked off. but there.
also no proper icon for it yet. mostly code from the old taskbar with
lots of little things fixed.



SVN revision: 64518
2011-10-30 07:36:54 +00:00
Mike Blumenkrantz db88f8f57d backlight internals now use eeze
this probably breaks some stuff, mail me some good debug info


SVN revision: 64512
2011-10-29 18:45:43 +00:00
Mike Blumenkrantz f373243dc5 merge notification module into core e!
SVN revision: 64475
2011-10-28 02:49:24 +00:00
Vincent Torri 1a310e1eac e17: do not enter po/ if --disable-nls is passed to configure
SVN revision: 64187
2011-10-19 17:46:59 +00:00
Mike Blumenkrantz 9d2ec84751 dunno who broke this, but we don't require svn versions of these
SVN revision: 63643
2011-09-28 19:59:46 +00:00
Vincent Torri 8ecbbf3306 bump gettext version
SVN revision: 63633
2011-09-27 21:38:34 +00:00
Hannes Janetzek eda579a019 e17/illume: started a more tablet compatbile policy
SVN revision: 62894
2011-08-28 03:39:25 +00:00
Carsten Haitzler d781ff368c fix up enlightenment_start to use eina_prefix properly.
SVN revision: 62890
2011-08-27 16:25:51 +00:00
Carsten Haitzler 7c9f1888df big big big wizard revamp. as per todo list.
SVN revision: 62478
2011-08-15 09:21:12 +00:00
Christopher Michael 750dbdf926 E: Re-enable Alert window when composite module is running.
SVN revision: 62182
2011-08-07 14:03:21 +00:00
Mike Blumenkrantz 9e5d440eae devilhorns! :)
SVN revision: 61692
2011-07-25 12:15:02 +00:00
Christopher Michael 157080a18f E: Unbreak eezemount (Sorry stu !) :)
SVN revision: 61681
2011-07-25 09:47:57 +00:00