Commit Graph

7447 Commits

Author SHA1 Message Date
Massimo Maiurana 2eb262f025 updating el.po
SVN revision: 38608
2009-01-16 12:53:19 +00:00
Gustavo Sverzut Barbieri cea8cae290 start menu should lock shelf autohide.
possible this lock stuff should be a counter?



SVN revision: 38596
2009-01-15 14:29:31 +00:00
Carsten Haitzler 81193aa446 fbsd note.
SVN revision: 38594
2009-01-15 11:58:26 +00:00
Vincent Torri cb1a0b74b0 * 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
2009-01-15 06:29:59 +00:00
Gustavo Sverzut Barbieri 1bfaf61168 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
2009-01-15 01:02:32 +00:00
Massimo Maiurana b6ef2cd2c9 updating fr.po
SVN revision: 38588
2009-01-14 20:14:46 +00:00
Vincent Torri 61630053fd update ac_attribute.m4
SVN revision: 38576
2009-01-14 08:35:11 +00:00
Carsten Haitzler 99b784a0e1 maaaaaaybe.. we should test changes we make eh?
SVN revision: 38574
2009-01-13 23:21:49 +00:00
handyande 61801ee22d Fixup compile / link errors with OSX, still having a small issue with the batter module linking, but getting there
SVN revision: 38570
2009-01-13 16:30:37 +00:00
Carsten Haitzler 148b199424 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
2009-01-13 13:00:45 +00:00
Gustavo Sverzut Barbieri 78c70d7f94 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
2009-01-12 19:52:35 +00:00
Gustavo Sverzut Barbieri 22df734bfc 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
2009-01-12 18:51:56 +00:00
Gustavo Sverzut Barbieri 8dbd947272 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
2009-01-12 18:48:48 +00:00
Gustavo Sverzut Barbieri f3c5819ff3 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
2009-01-12 18:31:49 +00:00
Gustavo Sverzut Barbieri b776893961 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
2009-01-12 17:40:09 +00:00
Gustavo Sverzut Barbieri 610f3a36da fix segfault, caught by clang -- easy fix.
SVN revision: 38554
2009-01-12 17:11:34 +00:00
Massimo Maiurana c346001e42 updating it.po and POTFILES.in
SVN revision: 38541
2009-01-10 19:58:34 +00:00
Gustavo Sverzut Barbieri 9dc52497b2 oops, just lock shelf if configured to do so.
SVN revision: 38535
2009-01-10 14:17:42 +00:00
Gustavo Sverzut Barbieri 4ae928cf1a 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
2009-01-10 07:35:53 +00:00
Gustavo Sverzut Barbieri af9c9c7df0 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
2009-01-10 07:09:45 +00:00
Gustavo Sverzut Barbieri 05402668aa 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
2009-01-10 07:02:32 +00:00
Gustavo Sverzut Barbieri 6ff4dd8387 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
2009-01-10 04:20:06 +00:00
Daniel Kolesa c360aaaeb5 Added debian/rules files with a new permissions set(755).
SVN revision: 38519
2009-01-09 16:33:51 +00:00
Daniel Kolesa fe393e56e1 prepare debian rules files for new chmod permissions.
SVN revision: 38518
2009-01-09 16:31:51 +00:00
Aron Xu 95dbc8ba4d Updated he.po in enlightenment17 trunk
SVN revision: 38512
2009-01-09 11:50:51 +00:00
Aron Xu de3b72b117 Updated es.po in enlightenment17 trunk
SVN revision: 38511
2009-01-09 11:39:31 +00:00
Cedric BAIL f40d7a1047 Early init eina, should fix #114.
SVN revision: 38500
2009-01-08 10:58:55 +00:00
Carsten Haitzler ff625c5568 make selection appear instantly- feels more "responsive"
SVN revision: 38499
2009-01-08 00:08:43 +00:00
Carsten Haitzler a583d8fd09 turn off "ignore nice load". not good with e.
SVN revision: 38498
2009-01-07 23:39:48 +00:00
Carsten Haitzler 37161e8b16 make ilist (and fm list) a bit nicer.
SVN revision: 38487
2009-01-07 12:59:34 +00:00
rephorm 1d5e47c995 Allow immediate saving when creating a new icon and don't delete the image file when hitting OK.
SVN revision: 38486
2009-01-07 02:41:20 +00:00
Carsten Haitzler 6beedeeda2 only use evdir.. if its there.
SVN revision: 38478
2009-01-06 07:55:03 +00:00
Carsten Haitzler 33367511af 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
2009-01-06 02:10:45 +00:00
Carsten Haitzler 32f6b5c391 this apparently fixes some fullscreen maximising issues
SVN revision: 38461
2009-01-05 13:07:19 +00:00
Carsten Haitzler 602727dd8e allow check widget to have a file path for icon.
SVN revision: 38460
2009-01-05 12:55:19 +00:00
Daniel Kolesa e9fb962a08 added Czech translations to trunk/e/src/modules/*/module.desktop.in
SVN revision: 38450
2009-01-04 16:49:28 +00:00
Iván Briano 948b90c4c7 Make make dist work again
SVN revision: 38442
2009-01-03 20:33:54 +00:00
Aron Xu 0e560240cb Added de he and pl translations from contributers on launchpad
SVN revision: 38435
2009-01-03 08:56:42 +00:00
Aron Xu b2cf1bf072 Added de he and pl translations from contributers on launchpad
SVN revision: 38434
2009-01-03 08:55:07 +00:00
Daniel Kolesa e210d1a2ab Added some files to trunk/e/debian. Don't know why didn't were they before
SVN revision: 38429
2009-01-03 08:21:13 +00:00
Daniel Kolesa a747c96991 Updated e debian subdir.
SVN revision: 38427
2009-01-03 08:14:29 +00:00
Aron Xu 2ebcc48d5e Merged new POT files
SVN revision: 38422
2009-01-03 07:00:08 +00:00
Carsten Haitzler 5a86551e76 fix things that broke after utils moved to lib/e/subdir
SVN revision: 38418
2009-01-02 11:19:06 +00:00
Carsten Haitzler 0c41ae041e move internal binaries to subdir - patch from albin
SVN revision: 38414
2009-01-02 01:08:14 +00:00
Daniel Kolesa e7519eac1b updated Czech translations and added Czech translations for places and tiling module
SVN revision: 38400
2009-01-01 13:33:29 +00:00
Daniel Kolesa 815bad70dc 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
2009-01-01 11:35:17 +00:00
Daniel Kolesa ae1f63ad81 Removed debian subfolders - prepared for a new set of debian subdirs.
SVN revision: 38398
2009-01-01 11:25:05 +00:00
Carsten Haitzler 11e83d5132 viktor's colorclasses additions
SVN revision: 38396
2009-01-01 02:08:06 +00:00
Carsten Haitzler 8e9b7c0b2c typo!
SVN revision: 38395
2009-01-01 01:43:43 +00:00
Massimo Maiurana f08499411e hungurian translation for config files
SVN revision: 38372
2008-12-31 10:17:01 +00:00