Aron Xu [Fri, 23 Jan 2009 10:06:57 +0000 (10:06 +0000)]
Updated Simplified Chinese translation
SVN revision: 38706
Carsten Haitzler [Thu, 22 Jan 2009 20:54:26 +0000 (20:54 +0000)]
shorten system action text - simpler. also fix actiosn to be system.
SVN revision: 38698
Massimo Maiurana [Thu, 22 Jan 2009 18:33:23 +0000 (18:33 +0000)]
updating fr.po
SVN revision: 38697
toma [Thu, 22 Jan 2009 13:50:17 +0000 (13:50 +0000)]
Icon theme icon, Show/Hide windows icon is used, added an eject icon for efm, not that its being used yet but its now there.
SVN revision: 38696
Carsten Haitzler [Thu, 22 Jan 2009 05:41:33 +0000 (05:41 +0000)]
syscon -> labels!
SVN revision: 38695
Carsten Haitzler [Thu, 22 Jan 2009 04:42:16 +0000 (04:42 +0000)]
clean up wiz
SVN revision: 38694
Gustavo Sverzut Barbieri [Tue, 20 Jan 2009 22:40:52 +0000 (22:40 +0000)]
Fix list walking + deletion.
SVN revision: 38671
Vincent Torri [Mon, 19 Jan 2009 23:14:59 +0000 (23:14 +0000)]
it's not the correct fix. Add a FIXME to recall what to do
I think that the same kind of things must be done elsewhere (like
in the font dialog, around line 327)
SVN revision: 38656
Vincent Torri [Mon, 19 Jan 2009 21:44:31 +0000 (21:44 +0000)]
free l->data before removing l
SVN revision: 38655
Aron Xu [Sun, 18 Jan 2009 16:45:19 +0000 (16:45 +0000)]
Updated lots of po files for e17 and E-MODULES-EXTRA
SVN revision: 38636
Daniel Kolesa [Sun, 18 Jan 2009 14:06:17 +0000 (14:06 +0000)]
Another rules file update.
SVN revision: 38633
Daniel Kolesa [Sun, 18 Jan 2009 14:00:51 +0000 (14:00 +0000)]
Updated file because of packaging errors.
SVN revision: 38632
Daniel Kolesa [Sun, 18 Jan 2009 13:53:59 +0000 (13:53 +0000)]
Updated Enlightenment debian/rules file.
SVN revision: 38631
Massimo Maiurana [Sun, 18 Jan 2009 08:31:16 +0000 (08:31 +0000)]
updating ja.po
SVN revision: 38622
Massimo Maiurana [Sat, 17 Jan 2009 09:12:31 +0000 (09:12 +0000)]
adding turkish translation
SVN revision: 38615
Massimo Maiurana [Fri, 16 Jan 2009 12:53:19 +0000 (12:53 +0000)]
updating el.po
SVN revision: 38608
Gustavo Sverzut Barbieri [Thu, 15 Jan 2009 14:29:31 +0000 (14:29 +0000)]
start menu should lock shelf autohide.
possible this lock stuff should be a counter?
SVN revision: 38596
Carsten Haitzler [Thu, 15 Jan 2009 11:58:26 +0000 (11:58 +0000)]
fbsd note.
SVN revision: 38594
Vincent Torri [Thu, 15 Jan 2009 06:29:59 +0000 (06:29 +0000)]
* do not call anything before AC_INIT
* remove AM_ENABLE_SHARED (already set by default
* remove the built of he static liraries (modules)
* add AC_CONFIG_MACRO_DIR([m4]) so that aclocal can find the m4 macros
when autoreconf is used or like reconfiguring after a change in configure.ac
SVN revision: 38590
Gustavo Sverzut Barbieri [Thu, 15 Jan 2009 01:02:32 +0000 (01:02 +0000)]
Re-break gadcon so everything works correctly.
according to raster e_gadcon_canvas_zone_geometry_get() was supposed
to return zone-relative coordinates, but it was implemented
incorrectly and everything now depends on absolute coordinates, so
let's keep it absolute.
SVN revision: 38589
Massimo Maiurana [Wed, 14 Jan 2009 20:14:46 +0000 (20:14 +0000)]
updating fr.po
SVN revision: 38588
Vincent Torri [Wed, 14 Jan 2009 08:35:11 +0000 (08:35 +0000)]
update ac_attribute.m4
SVN revision: 38576
Carsten Haitzler [Tue, 13 Jan 2009 23:21:49 +0000 (23:21 +0000)]
maaaaaaybe.. we should test changes we make eh?
SVN revision: 38574
handyande [Tue, 13 Jan 2009 16:30:37 +0000 (16:30 +0000)]
Fixup compile / link errors with OSX, still having a small issue with the batter module linking, but getting there
SVN revision: 38570
Carsten Haitzler [Tue, 13 Jan 2009 13:00:45 +0000 (13:00 +0000)]
fix the copying license to
1. get rid of grammar mistake
2. refer to COPYING-PLAIn correctly as the filename
3. be more explicit on "shipping source" due to ambiguity (this makes it what
it was intended to be and that is GPL compatible).
this does not modify the LGPL libs... or GPL apps etc. - only those using the
original COPYING from e. author and dates at the top remain the same.
SVN revision: 38569
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 19:52:35 +0000 (19:52 +0000)]
fix sting bugs with e_fm and fileman.
* simplify eina_stringshare usage with _eina_stringshare_replace();
* do not modify the string in stringshare as in e_fm2_parent_go();
* use custom_theme_content instead of custom_theme in e_fm2_custom_theme_content_set().
Hopefully this will break nothing, but further analysis if it's
leaking strings in the stringshare should be done.
SVN revision: 38559
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 18:51:56 +0000 (18:51 +0000)]
fix possible segv with pager, caught by clang.
If no pager exists on given zone and popup is urgent, it would segfault.
SVN revision: 38558
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 18:48:48 +0000 (18:48 +0000)]
Fix most (but not all!) dropshadow bugs reported by clang.
One still remains and I'm not sure if it's using the wrong values
today and shw/shh are unused or if shw/shh are really useless.
SVN revision: 38557
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 18:31:49 +0000 (18:31 +0000)]
gadcon: fix bugs reported by llvm clang static analyser.
Some cases like not having o_base and o_frame are impossible, but I
added the cheap "else return;" just to keep it quiet. But some cases
were really bugs and were fixed.
SVN revision: 38556
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 17:40:09 +0000 (17:40 +0000)]
Remove useless check, flag functions as not receiving NULL.
Caught by CLang, these functions will never receive NULL, so no point
in testing that.
SVN revision: 38555
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 17:11:34 +0000 (17:11 +0000)]
fix segfault, caught by clang -- easy fix.
SVN revision: 38554
Massimo Maiurana [Sat, 10 Jan 2009 19:58:34 +0000 (19:58 +0000)]
updating it.po and POTFILES.in
SVN revision: 38541
Gustavo Sverzut Barbieri [Sat, 10 Jan 2009 14:17:42 +0000 (14:17 +0000)]
oops, just lock shelf if configured to do so.
SVN revision: 38535
Gustavo Sverzut Barbieri [Sat, 10 Jan 2009 07:35:53 +0000 (07:35 +0000)]
gadcon popup should lock shelf.
It's nasty to have shelf auto-hided when you have a popup like mixer
or battery warning, so gadcon popups will now lock shelf while they're
visible.
Developers can go back to old behaviour setting the appropriate flag
with e_gadcon_popup_shelf_lock_set().
SVN revision: 38530
Gustavo Sverzut Barbieri [Sat, 10 Jan 2009 07:09:45 +0000 (07:09 +0000)]
e_shelf: lock whenever its menu is active.
Anytime shelf appends its submenu, it will lock shelf so it's not
hidden automatically. Unlock happens as soon as the menu item is
deleted.
SVN revision: 38529
Gustavo Sverzut Barbieri [Sat, 10 Jan 2009 07:02:32 +0000 (07:02 +0000)]
e_menu: recursively delete children menus.
e_menu had this behaviour that submenus were not deleted
automatically, relying on the parent menu to hook to post_deactivate
and then delete them.
This was good because maybe you don't want to delete these children,
you might want to reuse them sometime.
But it ended that nobody was using this feature, and worse: most use
cases were failing to delete these children, causing memory leak.
This commit changes the default behaviour and thus remove all the
existing code that was replicating such work. If one want the old
behavior, just call e_menu_item_submenu_set(mi, NULL) and it will be
unbounded from the parent.
If you experience any problems with that, try adding some printf()
before _e_menu_free() and _e_menu_item_free() and print some relevant
information like m->category and m->header.title or mi->label in order
to figure out the problematic menu.
SVN revision: 38528
Gustavo Sverzut Barbieri [Sat, 10 Jan 2009 04:20:06 +0000 (04:20 +0000)]
Action to show shelf.
It's so annoying have to move mouse to screen border in order to show
shelfs. This way we can do a key bindings to do so.
One can use glob (uses fnmatch) to limit shelves by name.
SVN revision: 38527
Daniel Kolesa [Fri, 9 Jan 2009 16:33:51 +0000 (16:33 +0000)]
Added debian/rules files with a new permissions set(755).
SVN revision: 38519
Daniel Kolesa [Fri, 9 Jan 2009 16:31:51 +0000 (16:31 +0000)]
prepare debian rules files for new chmod permissions.
SVN revision: 38518
Aron Xu [Fri, 9 Jan 2009 11:50:51 +0000 (11:50 +0000)]
Updated he.po in enlightenment17 trunk
SVN revision: 38512
Aron Xu [Fri, 9 Jan 2009 11:39:31 +0000 (11:39 +0000)]
Updated es.po in enlightenment17 trunk
SVN revision: 38511
Cedric BAIL [Thu, 8 Jan 2009 10:58:55 +0000 (10:58 +0000)]
Early init eina, should fix #114.
SVN revision: 38500
Carsten Haitzler [Thu, 8 Jan 2009 00:08:43 +0000 (00:08 +0000)]
make selection appear instantly- feels more "responsive"
SVN revision: 38499
Carsten Haitzler [Wed, 7 Jan 2009 23:39:48 +0000 (23:39 +0000)]
turn off "ignore nice load". not good with e.
SVN revision: 38498
Carsten Haitzler [Wed, 7 Jan 2009 12:59:34 +0000 (12:59 +0000)]
make ilist (and fm list) a bit nicer.
SVN revision: 38487
rephorm [Wed, 7 Jan 2009 02:41:20 +0000 (02:41 +0000)]
Allow immediate saving when creating a new icon and don't delete the image file when hitting OK.
SVN revision: 38486
Carsten Haitzler [Tue, 6 Jan 2009 07:55:03 +0000 (07:55 +0000)]
only use evdir.. if its there.
SVN revision: 38478
Carsten Haitzler [Tue, 6 Jan 2009 02:10:45 +0000 (02:10 +0000)]
add 2 more pages to wizard - 1 to add .desktops for your user for apps that
might not have them - if the app is installed, and to allow the user to
select what goes in their ibar to start with. only .desktop files in
~/Desktop left to deal with.
SVN revision: 38473
Carsten Haitzler [Mon, 5 Jan 2009 13:07:19 +0000 (13:07 +0000)]
this apparently fixes some fullscreen maximising issues
SVN revision: 38461
Carsten Haitzler [Mon, 5 Jan 2009 12:55:19 +0000 (12:55 +0000)]
allow check widget to have a file path for icon.
SVN revision: 38460
Daniel Kolesa [Sun, 4 Jan 2009 16:49:28 +0000 (16:49 +0000)]
added Czech translations to trunk/e/src/modules/*/module.desktop.in
SVN revision: 38450
Iván Briano [Sat, 3 Jan 2009 20:33:54 +0000 (20:33 +0000)]
Make make dist work again
SVN revision: 38442
Aron Xu [Sat, 3 Jan 2009 08:56:42 +0000 (08:56 +0000)]
Added de he and pl translations from contributers on launchpad
SVN revision: 38435
Aron Xu [Sat, 3 Jan 2009 08:55:07 +0000 (08:55 +0000)]
Added de he and pl translations from contributers on launchpad
SVN revision: 38434
Daniel Kolesa [Sat, 3 Jan 2009 08:21:13 +0000 (08:21 +0000)]
Added some files to trunk/e/debian. Don't know why didn't were they before
SVN revision: 38429
Daniel Kolesa [Sat, 3 Jan 2009 08:14:29 +0000 (08:14 +0000)]
Updated e debian subdir.
SVN revision: 38427
Aron Xu [Sat, 3 Jan 2009 07:00:08 +0000 (07:00 +0000)]
Merged new POT files
SVN revision: 38422
Carsten Haitzler [Fri, 2 Jan 2009 11:19:06 +0000 (11:19 +0000)]
fix things that broke after utils moved to lib/e/subdir
SVN revision: 38418
Carsten Haitzler [Fri, 2 Jan 2009 01:08:14 +0000 (01:08 +0000)]
move internal binaries to subdir - patch from albin
SVN revision: 38414
Daniel Kolesa [Thu, 1 Jan 2009 13:33:29 +0000 (13:33 +0000)]
updated Czech translations and added Czech translations for places and tiling module
SVN revision: 38400
Daniel Kolesa [Thu, 1 Jan 2009 11:35:17 +0000 (11:35 +0000)]
Added new set of debian subdirs.
BROKEN/etox
e
ecore
e_dbus
edje
edje_editor
edje_viewer
eet
efreet
eina
elicit
elitaire
embryo
E-MODULES-EXTRA
emotion
emphasis
empower
emprint
enhance
enity
entrance
ephoto
epsilon
esmart
estickies
etk
etk_extra
evas
evolve
ewl
exhibit
exml
expedite
imlib2
imlib2_loaders
MISC/engage
OLD/eclair
OLD/engrave
OLD/enotes
OLD/entrance_edit_gui
OLD/e_utils
OLD/evoak
OLD/examine
OLD/iconbar
PROTO/etk_server
PROTO/exchange
PROTO/extrackt
rage
SVN revision: 38399
Daniel Kolesa [Thu, 1 Jan 2009 11:25:05 +0000 (11:25 +0000)]
Removed debian subfolders - prepared for a new set of debian subdirs.
SVN revision: 38398
Carsten Haitzler [Thu, 1 Jan 2009 02:08:06 +0000 (02:08 +0000)]
viktor's colorclasses additions
SVN revision: 38396
Carsten Haitzler [Thu, 1 Jan 2009 01:43:43 +0000 (01:43 +0000)]
typo!
SVN revision: 38395
Massimo Maiurana [Wed, 31 Dec 2008 10:17:01 +0000 (10:17 +0000)]
hungurian translation for config files
SVN revision: 38372
Massimo Maiurana [Wed, 31 Dec 2008 09:28:57 +0000 (09:28 +0000)]
updating hungurian translations (po and desktop files)
SVN revision: 38371
Cedric BAIL [Mon, 29 Dec 2008 12:40:49 +0000 (12:40 +0000)]
Remove warning generated when requesting data from hash without key.
SVN revision: 38347
Carsten Haitzler [Thu, 25 Dec 2008 13:11:17 +0000 (13:11 +0000)]
retry every 5 sec, not 1.
SVN revision: 38320
Carsten Haitzler [Mon, 22 Dec 2008 00:23:41 +0000 (00:23 +0000)]
utf8 dict fixes/working code from florian
SVN revision: 38274
Carsten Haitzler [Mon, 22 Dec 2008 00:16:45 +0000 (00:16 +0000)]
illume patches from peter
SVN revision: 38273
Aron Xu [Sun, 21 Dec 2008 14:57:45 +0000 (14:57 +0000)]
Revert this file to original version,it changed by mistake, sorry.
SVN revision: 38265
Massimo Maiurana [Sun, 21 Dec 2008 14:13:16 +0000 (14:13 +0000)]
updating it.po files
SVN revision: 38264
Aron Xu [Sun, 21 Dec 2008 11:36:27 +0000 (11:36 +0000)]
Merged new pot files.
SVN revision: 38261
Cedric BAIL [Wed, 17 Dec 2008 17:14:25 +0000 (17:14 +0000)]
Remove debug printf.
SVN revision: 38190
Cedric BAIL [Wed, 17 Dec 2008 16:36:12 +0000 (16:36 +0000)]
Calling e_object_del will make an attempt to remove object from actions
hash. So do it later.
SVN revision: 38189
Cedric BAIL [Wed, 17 Dec 2008 16:17:08 +0000 (16:17 +0000)]
Remove __UNUSED__ as it doesn't make sense here.
SVN revision: 38188
Cedric BAIL [Wed, 17 Dec 2008 16:14:10 +0000 (16:14 +0000)]
Create the hash anyway as we are about to add something to it. This will remove
some warning about eina_hash_population on NULL hash.
SVN revision: 38187
Cedric BAIL [Wed, 17 Dec 2008 15:33:43 +0000 (15:33 +0000)]
This commit is huge. I did test it a lot on my computer, and it run fine here.
But is so big i fear i could have broken some piece of code. So report any wrong
behaviour to me (cedric on #edevelop).
So moving e17 and efreet to eina_hash. With a little efreet API break so they
must come together.
SVN revision: 38185
Massimo Maiurana [Wed, 17 Dec 2008 13:56:02 +0000 (13:56 +0000)]
updated cs.po
SVN revision: 38180
Cedric BAIL [Wed, 17 Dec 2008 13:03:00 +0000 (13:03 +0000)]
Update ac_attribute macro and remove __UNUSED__ declaration from eina.
SVN revision: 38179
Sebastian Dransfeld [Mon, 15 Dec 2008 20:23:24 +0000 (20:23 +0000)]
Adding missing Name entry in efreet_menu.
Add fix from Massimiliano Calamelli.
SVN revision: 38153
toma [Thu, 11 Dec 2008 01:14:00 +0000 (01:14 +0000)]
And add the images. Doh.
SVN revision: 38100
toma [Thu, 11 Dec 2008 01:12:54 +0000 (01:12 +0000)]
Opened up some more possibilities for window maipulation icons. In go the new Application icons. The application icon is now used for shellscripts in efm. Restructured the icon names so theyre all in the 1 place in file managers and in the .edc file.
SVN revision: 38099
Carsten Haitzler [Wed, 10 Dec 2008 10:48:42 +0000 (10:48 +0000)]
avoid o_box being null by creating early.
SVN revision: 38081
toma [Wed, 10 Dec 2008 04:53:42 +0000 (04:53 +0000)]
More stuff todo.
SVN revision: 38075
Massimo Maiurana [Tue, 9 Dec 2008 17:10:10 +0000 (17:10 +0000)]
updated fr.po
SVN revision: 38063
Carsten Haitzler [Tue, 9 Dec 2008 05:16:52 +0000 (05:16 +0000)]
fix double-manage of windows on start!
SVN revision: 38040
Gustavo Sverzut Barbieri [Tue, 9 Dec 2008 02:28:05 +0000 (02:28 +0000)]
Add myself to authors.
SVN revision: 38038
Davide Andreoli [Tue, 9 Dec 2008 02:25:48 +0000 (02:25 +0000)]
* Use the new Exchange Smart Object in the E17 theme dialog (if exchange is installed)
SVN revision: 38037
Gustavo Sverzut Barbieri [Mon, 8 Dec 2008 02:04:20 +0000 (02:04 +0000)]
missing file!
SVN revision: 38010
Gustavo Sverzut Barbieri [Mon, 8 Dec 2008 01:39:33 +0000 (01:39 +0000)]
build infra improvements.
* configure.ac:
- require C99 compiler;
- disable F77 and CXX checks;
- per-binary (program) flags, reduce linkage;
- every module can be optionally compiled;
* src/bin:
- Makefile.am: per-binary libs, reduce linkage;
- just add LIBS to LDADD and LIBADD, not LDFLAGS!
- e_sys_main.c: rewrite using proper eina, avoid linking with evas.
* src/modules:
- just add LIBS to LDADD and LIBADD, not LDFLAGS!
- every module can be optionally compiled;
SVN revision: 38009
Carsten Haitzler [Sun, 7 Dec 2008 21:57:11 +0000 (21:57 +0000)]
char is used for numeric values... thus should be explicitly signed!
SVN revision: 37991
Mike Frysinger [Sun, 7 Dec 2008 20:40:17 +0000 (20:40 +0000)]
add --enable-pam flag to control PAM support
SVN revision: 37990
Massimo Maiurana [Sun, 7 Dec 2008 20:25:45 +0000 (20:25 +0000)]
updating italian translations
SVN revision: 37989
Massimo Maiurana [Sun, 7 Dec 2008 16:14:16 +0000 (16:14 +0000)]
updating various el.po files
SVN revision: 37987
Gustavo Sverzut Barbieri [Sun, 7 Dec 2008 14:34:44 +0000 (14:34 +0000)]
optional link with exchange library.
doing this for DaveMDS, exchange is under PROTO/exchange for those
that don't know.
SVN revision: 37985
Gustavo Sverzut Barbieri [Sun, 7 Dec 2008 14:10:47 +0000 (14:10 +0000)]
grrrrrr... it's alias, not name!
TUT TUT TUT, naughty commiter, please test before doing it!
SVN revision: 37984
Gustavo Sverzut Barbieri [Sun, 7 Dec 2008 13:53:25 +0000 (13:53 +0000)]
e_fm2: view mode is back!
As I suspected it was not error on my code. At the end it was just a
missing theme.
For now I just aliased default to desktop, but I guess it's better to
come with something else transparent so we can see our
wallpaper. Themers?!
PS: for Illume I think it makes sense to have that menu, but for
desktop it does not, maybe we should add more flags to turn off just
view mode selection and keep icon size? Or just turn off lists... or
just let the user choose, there are many strange users out there, one
might like it.
SVN revision: 37983
Massimo Maiurana [Sun, 7 Dec 2008 13:03:24 +0000 (13:03 +0000)]
adding greek to avalaible locales
SVN revision: 37981
Massimo Maiurana [Sun, 7 Dec 2008 13:02:32 +0000 (13:02 +0000)]
updating it.po
SVN revision: 37980