Commit Graph

5725 Commits

Author SHA1 Message Date
Carsten Haitzler c1b68e32b2 by popular request - reboot.
SVN revision: 38868
2009-01-31 23:57:32 +00:00
toma b9dbb5decd Make these widget icons for the Open With dialog. Icons to follow later
SVN revision: 38860
2009-01-31 03:56:22 +00:00
Carsten Haitzler afdef8a0ca remove debug
SVN revision: 38837
2009-01-29 06:36:21 +00:00
Carsten Haitzler 7576e5a311 move ilist widget filling to a idler... defers a chunk of work to idle time
over a period of time keeping e interactive and usable.



SVN revision: 38836
2009-01-29 06:29:36 +00:00
Gustavo Sverzut Barbieri 5e4929a1cf Fix NULL dereference by clang (thanks to Luis Felipe).
SVN revision: 38834
2009-01-28 21:13:34 +00:00
Gustavo Sverzut Barbieri 740a12d498 Fix by Luis Felipe, Clang errors.
SVN revision: 38816
2009-01-27 17:57:49 +00:00
Massimo Maiurana de865bea3a this way modules categories are really translated
SVN revision: 38763
2009-01-24 21:53:51 +00:00
Massimo Maiurana 57180ee9ac adding some strings to i18n and updating it.po and de.po
SVN revision: 38761
2009-01-24 18:47:07 +00:00
Hannes Janetzek 887264eed4 added e_gadcon_locked_set: with this gadgets can lock the gadcon from
vanishing, like with e_shelf_locked_set. gadcon providers set their own lock 
function with e_gadcon_util_lock_func_set, which is called by 
e_gadcon_locked_set.


SVN revision: 38759
2009-01-24 14:09:37 +00:00
toma 91a9bfca79 Make Dialogs have its own icon.
SVN revision: 38734
2009-01-23 13:16:45 +00:00
Carsten Haitzler 145fc680ff shorten system action text - simpler. also fix actiosn to be system.
SVN revision: 38698
2009-01-22 20:54:26 +00:00
Carsten Haitzler fd8cb46a11 syscon -> labels!
SVN revision: 38695
2009-01-22 05:41:33 +00:00
Carsten Haitzler a65708abbd clean up wiz
SVN revision: 38694
2009-01-22 04:42:16 +00:00
Gustavo Sverzut Barbieri d96b05dbfa Fix list walking + deletion.
SVN revision: 38671
2009-01-20 22:40:52 +00:00
Vincent Torri 0a19e8c64c 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
2009-01-19 23:14:59 +00:00
Vincent Torri b4e6371e17 free l->data before removing l
SVN revision: 38655
2009-01-19 21:44:31 +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
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
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
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
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
Cedric BAIL f40d7a1047 Early init eina, should fix #114.
SVN revision: 38500
2009-01-08 10:58:55 +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
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
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
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 edfd579fde updating hungurian translations (po and desktop files)
SVN revision: 38371
2008-12-31 09:28:57 +00:00
Cedric BAIL d068510da3 Remove warning generated when requesting data from hash without key.
SVN revision: 38347
2008-12-29 12:40:49 +00:00
Carsten Haitzler bb9abc31d7 retry every 5 sec, not 1.
SVN revision: 38320
2008-12-25 13:11:17 +00:00
Carsten Haitzler 4a36706647 utf8 dict fixes/working code from florian
SVN revision: 38274
2008-12-22 00:23:41 +00:00
Carsten Haitzler 88e091d3ba illume patches from peter
SVN revision: 38273
2008-12-22 00:16:45 +00:00
Cedric BAIL c53a4bd423 Remove debug printf.
SVN revision: 38190
2008-12-17 17:14:25 +00:00
Cedric BAIL 5a75b84524 Calling e_object_del will make an attempt to remove object from actions
hash. So do it later.


SVN revision: 38189
2008-12-17 16:36:12 +00:00