Commit Graph

44 Commits

Author SHA1 Message Date
Cedric BAIL 9316d6af91 * e: Remove some more evas data type user.
SVN revision: 39212
2009-02-25 17:05:46 +00:00
Cedric BAIL db419867dd * estickies,
* etk,
	* PROTO/exalt,
	* E-MODULES-EXTRA/diskio,
	* E-MODULES-EXTRA/drawer,
	* E-MODULES-EXTRA/penguins,
	* E-MODULES-EXTRA/slideshow,
	* E-MODULES-EXTRA/mail,
	* E-MODULES-EXTRA/forecasts,
	* E-MODULES-EXTRA/iiirk,
	* E-MODULES-EXTRA/places,
	* e,
	* ewl,
	* ecore,
	* elitaire,
	* entrance,
	* e_dbus,
	* efreet: Here we go, move from Ecore_List to Eina_List.

	NOTE: This patch is huge, I did test it a lot, and I hope nothing is
	broken. But if you think something change after this commit, please
	contact me ASAP.


SVN revision: 39200
2009-02-25 11:03:47 +00:00
Carsten Haitzler 46c12b6d22 and revert original utf8 fixes - just too slow.
SVN revision: 39096
2009-02-19 13:53:42 +00:00
Carsten Haitzler f9ad3fdb34 quickly fix some ilist sizes.
SVN revision: 39095
2009-02-19 13:44:17 +00:00
toma b00b69c435 Module icons... most of them. Some still need some love, but Ill get around to that. Shout out to Sachiel!
SVN revision: 38953
2009-02-05 14:34:01 +00:00
Massimo Maiurana 879511c665 french translations for desktop files
SVN revision: 38890
2009-02-01 15:24:59 +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
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 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
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 773d102291 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
2008-12-17 15:33:43 +00:00
Carsten Haitzler f4afa96251 gtk and qt have bizarrely wrong logic. for every configure request they
EXPECT a configurenotify to match. this is wrong. wm's are free to ignore
configurerequests if they liek - and dont have to thus send
configurenotifies...



SVN revision: 37922
2008-12-04 10:07:16 +00:00
Carsten Haitzler 16b2dc8697 make extra syscon actions able to be disabled.
illume disables its extra syscon actiosn when they are not appropriate
fix next/prev window list buttons to really keep a logical order going
correctly.



SVN revision: 37813
2008-11-27 01:50:00 +00:00
Massimo Maiurana f10477cdda translation for display managers + updated translations for illume
SVN revision: 37812
2008-11-26 16:54:52 +00:00
Carsten Haitzler 6cf459572f make extra actions work. use them from illume.
SVN revision: 37811
2008-11-26 12:54:23 +00:00
Massimo Maiurana 7e54e25870 translated profiles for wizard to italian
SVN revision: 37800
2008-11-25 21:39:50 +00:00
Carsten Haitzler 5a29e1f6b5 syscon module added - provides a system entry in main menu (build in one gone
now). syscon has a poup with buttons (configurale) that offer all the
logout/reboot etc. stuff. also able to extend with more items or inline them
into the theme too.

not complete. need config for being able to extend the syscon popup (and use
it) and no gui config for configuring what should appear and how it should
look. possibly theme should have custon elements for the ones curently using
button + icon look. also no keyboard control.



SVN revision: 37797
2008-11-25 08:05:58 +00:00
Massimo Maiurana b9d7bcd377 updated italian localization
SVN revision: 37793
2008-11-24 21:51:27 +00:00
Carsten Haitzler b273fe10db use settings insetad of configuration. shorter.
SVN revision: 37742
2008-11-22 08:42:54 +00:00
Carsten Haitzler 5d6f81407b fix default illume profile conifg to have config module
fix centering - turn it off in illume



SVN revision: 37730
2008-11-21 14:02:12 +00:00
Carsten Haitzler 5b50a2b89e * shortening config category titles.
* remove illume custom config dialog - use normal one
* add toolbar used in config dialog. will be used for more. makes ui more
  compact and flexible.
* make dialog windows optionally ALWAYS be "normal windows".
* config module exports a config gadget now - illume doesnt need it anymore



SVN revision: 37721
2008-11-21 03:59:30 +00:00
Carsten Haitzler f8fc0ae092 change default engine for illume.
make config tke defaults from config FILES (system copies of your profile, or
"standard")



SVN revision: 37717
2008-11-20 09:01:23 +00:00
Carsten Haitzler a76420657d patches - see mail.
SVN revision: 37618
2008-11-14 10:22:57 +00:00
Davide Andreoli 45cbf72298 * Gadcon API 3 *BREAK*
Version 3 add the *client_class param to icon(),label(),id_new(), id_del() 
 and the *orient param to orient().

All the modules (with a gadcon_client) need to be fixed...just add the new params 

to follow the EXTRA modules update.

SVN revision: 37450
2008-11-04 03:57:45 +00:00
Carsten Haitzler 91b5388ce2 comments++
SVN revision: 37412
2008-11-02 10:47:55 +00:00
Carsten Haitzler 6028e0670f add slipwin button - does nothing, but will eventually. for now it is
inactive and a spacer. app&syswin added for changing soon.



SVN revision: 37411
2008-11-02 10:47:24 +00:00
Carsten Haitzler e9b740c27d use the loop_time - better synced anim timepoints and less overhead on
gettimeofday :)



SVN revision: 37393
2008-11-02 02:36:10 +00:00
Carsten Haitzler 098b1c50bf add next/prev app buttons, fix slipwin to expand all the way and have window
icons. remvoe junk code too.



SVN revision: 37352
2008-10-31 06:31:42 +00:00
Carsten Haitzler f6f16f3439 remove sueless gettext/locale stuff from illume. fixes languages.
SVN revision: 37299
2008-10-29 08:47:30 +00:00
toma af306fe7a4 Correct use of title tag
SVN revision: 37286
2008-10-28 22:30:18 +00:00
Carsten Haitzler 4a0d4dce2d have a real description.
SVN revision: 37273
2008-10-28 13:39:34 +00:00
Carsten Haitzler 75a9bb7367 edbus is now.. required. no point making it optional anymore.
SVN revision: 37255
2008-10-27 22:52:49 +00:00
Carsten Haitzler 03df6fca4c dont use ecore_strlcpy - doenst compile!(doesnt use ecore)
SVN revision: 37243
2008-10-27 13:55:55 +00:00
Sebastian Dransfeld 10396e6085 Use strlcpy
SVN revision: 37237
2008-10-27 12:34:35 +00:00
Sebastian Dransfeld fc47aa1b9b use linux/if.h, not net/if.h
SVN revision: 37227
2008-10-27 11:08:53 +00:00
Sebastian Dransfeld f4043040d7 Fix sort callback.
SVN revision: 37221
2008-10-27 10:46:43 +00:00
Sebastian Dransfeld 21e1be646f Don't need this header, wireless.h defines what we need.
SVN revision: 37213
2008-10-27 09:22:46 +00:00
Carsten Haitzler 29128875df on non-linux, build useless bin.
SVN revision: 37210
2008-10-27 07:48:51 +00:00
Carsten Haitzler d769a61c25 work on passing distcheck
SVN revision: 37201
2008-10-27 06:46:01 +00:00
Carsten Haitzler d4c4d6403d and actually build illume...
SVN revision: 37196
2008-10-27 05:24:12 +00:00
Carsten Haitzler f6a4c78591 illume moves to e's tree - why? the new wizard and config profiles make it
now a breeze to set up and use - unlike before. so now it's a wizard or
profile option out-of-the-box. it's a good example of a radical change in
profiel for a radical change in gui.



SVN revision: 37195
2008-10-27 05:17:56 +00:00