Commit Graph

304 Commits

Author SHA1 Message Date
Mike Blumenkrantz 57933c9d02 giant rollup commit fixing all xkb issues
tickets #1799, #2082


SVN revision: 83531
2013-01-31 17:50:45 +00:00
Mike Blumenkrantz e75bc273b2 e_comp.h now includes other comp headers, explicitly including comp headers is not necessary
SVN revision: 82972
2013-01-18 11:22:05 +00:00
Mike Blumenkrantz eba353ec23 disable comp effects in wizard also disables screen effects
SVN revision: 82638
2013-01-11 14:40:14 +00:00
Mike Blumenkrantz 2b5d6bfacb add option to disable comp effects to wizard, also fix wizard comp config saving (:/)
SVN revision: 82568
2013-01-10 13:55:41 +00:00
Mike Blumenkrantz e9be1a7b30 fix wizard comp config domain
SVN revision: 82566
2013-01-10 13:27:03 +00:00
Lucas De Marchi ae287fd2d1 e: remove leftovers from comp merge
SVN revision: 82471
2013-01-09 16:15:17 +00:00
Lucas De Marchi 8cacf8429d e: merge comp module into core
* Move compositor to core, but letting the configuration there
 * Rename all files and functions from e_mod_comp_* to e_comp_*
 * Move the config dialogs to a new module named conf_comp. It still
   uses a domain config, otherwise it would not pick the current
   user's configuration. Maybe it would be wise to later on move these
   options to e_config
 * Fixup the wizard mess linking the header in the build tree in order
   to be able to create the config. Since now it's in core, we don't
   need to play linking games in the build system

I'm not sure if the wayland part works. It was not even building
previously so I'll let for who cares about this to actually test and
report bugs.



SVN revision: 82454
2013-01-09 11:34:07 +00:00
Mike Blumenkrantz 31e2299a67 add config option for disabling pointer warp when performing directional focus change in winlist, patch by David H. Bronke
ticket #2098


SVN revision: 82409
2013-01-08 11:51:56 +00:00
Mike Blumenkrantz 61c21f3629 system default language in wizard now shows language name, patch by thanatermesis
ticket #2125


SVN revision: 82407
2013-01-08 11:23:20 +00:00
Igor Murzov d0ded74420 Drop "as a bi-product of this" from the message in the updates checker
Reviewed-by: zmike


SVN revision: 82307
2013-01-06 16:12:44 +00:00
José Roberto de Souza ce4c973a9b e: Fix connman wizard page
It was unrefing connection inside of edbus_message callback.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82258
2013-01-05 03:55:16 +00:00
Carsten Haitzler 86a451f54c thanks joel - in e17 wizard too for xkb rules chec.
SVN revision: 82253
2013-01-05 02:18:25 +00:00
Lucas De Marchi 131eff3354 e: don't allow to disable composite in wizard
SVN revision: 82226
2013-01-04 18:35:32 +00:00
Lucas De Marchi 5efeaedf21 e: remove dropshadow module
dropshadow module conflicts with composite, which will be always enabled
by future commits. Remove the module to allow turning composite as
always-enabled.



SVN revision: 82224
2013-01-04 18:35:22 +00:00
Carsten Haitzler 49c6833896 really minor - add a , for better grammar in wizard.
SVN revision: 82050
2013-01-03 08:54:50 +00:00
Lucas De Marchi 05049eeb63 e: shutdown edbus only when page is hidden
We were missing a edbus_connection_unref() + edbus_shutdown() in case
neither connman responded or the timetout triggered. It's actually
easier to only shutdown edbus when page is hidden.



SVN revision: 81983
2013-01-02 13:16:08 +00:00
José Roberto de Souza e3787e1b41 e: Port wizard to edbus
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 81982
2013-01-02 13:16:03 +00:00
Mike Blumenkrantz 3bc56a9e5f fix a tremendous number of stringshare leaks
SVN revision: 81532
2012-12-21 10:20:05 +00:00
Mike Blumenkrantz 8f1ad5c813 correctly add new keyboard layouts from wizard
SVN revision: 81429
2012-12-20 09:23:16 +00:00
Mike Blumenkrantz 3577ddfff2 fix e_intl_locale_parts_combine() usage to handle locales without regions
SVN revision: 81241
2012-12-18 12:10:33 +00:00
Massimo Maiurana 2a774dd533 updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Mike Blumenkrantz b5011f94bb fix wizard comp cfg leak
SVN revision: 80877
2012-12-13 15:02:20 +00:00
Mike Blumenkrantz fc3c05f50e warn--
SVN revision: 80740
2012-12-12 09:00:52 +00:00
Massimo Maiurana 05159cf28b some patches from Igor Murzov:
- Translate some more labels
- Fix dialog title. (It's a follow-up to r79999)
- Typos in the updates checker

SVN revision: 80556
2012-12-09 19:50:07 +00:00
Sebastian Dransfeld 7903db5d3d e: efreet event can be null
And add code to normal startup with a TODO

SVN revision: 80500
2012-12-07 20:27:27 +00:00
Massimo Maiurana 8b9b0646db updating various translations
SVN revision: 80486
2012-12-07 18:53:30 +00:00
Sebastian Dransfeld 71fd9dd82a e/wizard: TODO++
SVN revision: 80452
2012-12-07 13:32:57 +00:00
Sebastian Dransfeld e8f070067a e/wizard: check for efreet cache error
Makes wizard not hang if we have no efreet daemon

SVN revision: 80451
2012-12-07 13:31:58 +00:00
Sebastian Dransfeld af9abdede9 e/wizard: this is a file, not dir
SVN revision: 79953
2012-11-30 21:46:53 +00:00
Sebastian Dransfeld 6998babefc e/wizard: check if icon theme cache already exists
SVN revision: 79952
2012-11-30 21:38:08 +00:00
Mike Blumenkrantz 700373e3dd wizard now uses inlist
SVN revision: 79911
2012-11-30 15:48:52 +00:00
Mike Blumenkrantz c6a9c34e7f giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
2012-11-30 14:38:34 +00:00
Mike Blumenkrantz 4e500e5767 huge wizard commit:
* disable all dummy wizard callbacks in pages
* shutdown callbacks in pages are now actually called
* pages are no longer shown repeatedly by xdg wait callback
* first page no longer accidentally the whole second page
* scaling initially set to 1.2 so the text is actually readable
* page states added so we have some idea where the hell the pages are at
ticket #1883


SVN revision: 79879
2012-11-30 10:46:48 +00:00
Mike Blumenkrantz 11fb8c3858 fix uk flag image in wizard
SVN revision: 79822
2012-11-29 09:09:03 +00:00
Sebastian Dransfeld 80decbdb9e e/wizard: better implementation of xdg wait
SVN revision: 79741
2012-11-27 10:13:41 +00:00
Mike Blumenkrantz e2a529f0dc click focus in wizard now unsets winlist pointer warping
SVN revision: 79718
2012-11-26 13:37:19 +00:00
Sebastian Dransfeld 8ddf5f934b e/wizard: improve waiting for cache build
SVN revision: 79708
2012-11-26 12:40:31 +00:00
Sebastian Dransfeld d31424391e TODO++
SVN revision: 79702
2012-11-26 12:28:04 +00:00
Mike Blumenkrantz 327391da95 new wizard page to enable tasks by default
ticket #1663


SVN revision: 79701
2012-11-26 11:58:04 +00:00
Mike Blumenkrantz 4c10701ee3 connman wizard page now always shows, but changes text and disables default conf connman gadget if connman support disabled
SVN revision: 79697
2012-11-26 11:30:16 +00:00
Mike Blumenkrantz 5e6b21a3e4 ensure wizard waits for cache rebuild, reduce delay after rebuild
ticket #1838


SVN revision: 79690
2012-11-26 10:20:34 +00:00
Sebastian Dransfeld 4de7b95f4a e: honor XDG_DESKTOP_DIR
SVN revision: 79678
2012-11-26 08:45:03 +00:00
Cedric BAIL c22d0793a5 e: improved wizard usability by updating wizard button text.
by having a disabled button "next" doesn't tell much to the user except
a feeling of "the button not works", instead of that, when disabled the
text should be changed to something like "please wait"

Patch by Thanatermesis <thanatermesis.ecvs@gmail.com>.


SVN revision: 79662
2012-11-26 01:54:28 +00:00
Vincent Torri 4203095c74 E17: do not define read_file when using FreeBSD, as it's not used
Patch by Maxime Villard


SVN revision: 79644
2012-11-24 23:45:55 +00:00
Massimo Maiurana 8314c3b95c updating various translations
SVN revision: 79519
2012-11-21 19:45:32 +00:00
Sebastian Dransfeld 98b5464da5 wizard: listen for efreet build event, not update
build event signals cache exists, update that it has been updated. We
only want an existing cache here.

SVN revision: 79482
2012-11-20 22:02:02 +00:00
Carsten Haitzler 7f0093484a dont double-send disablke emits in wizard.
SVN revision: 79365
2012-11-16 08:32:39 +00:00
Mike Blumenkrantz 4c2e27030f don't set dummy layouts in kbd wizard page anymore, also sort by label so we get a usable list
SVN revision: 79361
2012-11-16 07:03:02 +00:00
Sebastian Dransfeld e6005b1b3d e/wizard: load the copied desktop to trigger cache
SVN revision: 79245
2012-11-13 20:36:41 +00:00
Mike Blumenkrantz 3606401dcf only try opening .so files as wizard pages
SVN revision: 79153
2012-11-12 11:52:33 +00:00
Carsten Haitzler dba1bff12e handle the 0 copied files case... but... no thana - dont change the
return value. it WAITS for efreet to be happy and give an update
event. this event doesnt come and thats currently some efreet bug.



SVN revision: 79120
2012-11-11 20:27:55 +00:00
Samuel F. Baggen 7d17ed409d fix for button Next in wizard which was disabled by default on the Sizing page, the cause may have been the previous state
SVN revision: 79099
2012-11-10 17:47:59 +00:00
Carsten Haitzler 0c1681eca7 fix a few minor wizrd things:
1. if adding desktop files takes to long to rescane... provide a blank
pge+title at least with disabled next button
2. adjust sizes of title preview for scaling to be useful.
3. adjust other text box sizes to avoid scrollies.



SVN revision: 79079
2012-11-10 03:57:57 +00:00
Samuel F. Baggen 9eef0e9ae0 not prompted/ui page is waiting for user to click in next page, which makes wizard progress confusing because is needed to click again when nothing happened
SVN revision: 79077
2012-11-10 03:34:54 +00:00
Samuel F. Baggen d49d43fa34 typo from recyclating code
SVN revision: 79076
2012-11-10 03:18:31 +00:00
Vincent Torri c6de6576c0 E17: fix keyboard for NetBSD and OpenBSD in wizard
patch by Maxime Villard (rustyBSD)


SVN revision: 79060
2012-11-09 19:33:38 +00:00
Carsten Haitzler f534e30089 put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup?



SVN revision: 79024
2012-11-09 14:49:05 +00:00
Carsten Haitzler 5fa813e1cc lucas... u're going to hate me... but i'm reverting this whole lot of
module build chnages because its fundamentally broken. it DOES NOT
PRODUCE .SO FILES. just .la and .a files. the only reason u dont
notice is.. you ALREADY had .so's installed. i just got in from the
airport... synced and updated.. rebuilt and was met with all modules
not loading... literally - no .so's are installed int he module dirs.
try rm -rf the instaleld module tree.

regardless... this has to be reverted be3cause it's a major break. the
idea is right/nice. the implementation is causing... problems.



SVN revision: 79015
2012-11-09 10:45:35 +00:00
Lucas De Marchi 0000e87ffc e/modules: delete old Makefile.am's
SVN revision: 78983
2012-11-07 21:50:53 +00:00
Lucas De Marchi 7d6e2c8778 e/modules: Do not use recursive Makefiles
SVN revision: 78978
2012-11-07 21:46:35 +00:00
Lucas De Marchi 92eee9068a e: use AM_CPPFLAGS instead of INCLUDES
Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')



SVN revision: 78720
2012-10-31 20:40:40 +00:00
Sebastian Dransfeld 436323bf59 e: cleanup layer handling
It seems people put random numbers as layers, so it is better to define
available layer numbers.

This patch also puts popups below fullscreen windows, as it sucks to get
popups during presentations. A better solution is maybe to put popups
above fullscreen, but have a presentation mode to put fullscreen windows
above popups?

SVN revision: 77293
2012-10-02 08:54:35 +00:00
Carsten Haitzler 8257c70883 1. wait for initial efreet desktop update before going ot first page
2. wait again after new desktops instaleld and update comes in before
advancing



SVN revision: 77135
2012-09-27 08:40:24 +00:00
Carsten Haitzler 84fe2c9fcc comp now works in 16/15bpp - in theory even in 8bpp and monochrome :)
SVN revision: 76941
2012-09-21 08:35:24 +00:00
Mike McCormack b5436997b8 e: Fix unused parameter warning
SVN revision: 76706
2012-09-15 21:46:38 +00:00
Carsten Haitzler 3e17574bf3 cover other desktop file names possible for browsers in wizard
SVN revision: 76349
2012-09-09 07:01:22 +00:00
Mike Blumenkrantz d6c7397c3d fix all e17 .desktop files to not break spec, rename profile icons to be unique, make wizard and profile config load new icons, also clean up some small leaks in wizard
SVN revision: 76284
2012-09-07 07:44:20 +00:00
Lucas De Marchi 0d26bde204 New code base for connman module
ConnMan 1.0 is the first stable release and the one being packed by most
distros. Completely remove the old code, together with the
econnman-0.7x dependency. The relevant code is now maintained together
with e17 module for easier maintenance.



SVN revision: 76020
2012-09-03 21:57:16 +00:00
Mike Blumenkrantz 030af3533e don't build connman wizard page if connman module isn't built
ticket #1356


SVN revision: 75599
2012-08-23 07:38:54 +00:00
Massimo Maiurana 96bef27c6f updating portuguese and italian translations
SVN revision: 75576
2012-08-22 21:51:00 +00:00
Mike Blumenkrantz 2434f5adbe more PATH_MAX cleanups
SVN revision: 75520
2012-08-22 07:32:12 +00:00
Carsten Haitzler 1739590e05 fix wad of focus issues with click-to-focus and alt+tab + fullscreen
windows.



SVN revision: 75399
2012-08-18 04:40:56 +00:00
Mike Blumenkrantz 99d1831866 don't need favorites creation in wizard anymore
SVN revision: 74795
2012-08-02 08:19:01 +00:00
Mike Blumenkrantz 90e15a8678 move favorites setup code to efm
SVN revision: 74788
2012-08-02 07:55:41 +00:00
Mike Blumenkrantz 02e2fcbec4 move "favorites" desktop entries to base data
SVN revision: 74787
2012-08-02 07:51:46 +00:00
Cedric BAIL f44867c7e1 e: don't forget fclose.
Patch suggested by rustyBSD <rustyBSD@gmx.fr>.

NOTE: a better solution would be to use Eina_File and eina_file_map_lines.


SVN revision: 74531
2012-07-28 14:29:26 +00:00
Carsten Haitzler 712c0768be add terminology as terminal for ibar.
SVN revision: 73848
2012-07-14 11:02:23 +00:00
Mike Blumenkrantz 77dae71b13 formatting
SVN revision: 73003
2012-06-28 13:12:13 +00:00
Chidambar Zinnoury a0add39dc9 e: for consistancy's sake, use Enlightenment instead of E or E17 in all user-visible strings.
SVN revision: 72759
2012-06-24 09:33:06 +00:00
Cedric BAIL c2a29811d5 e: massiv warning cleanup !
SVN revision: 70756
2012-05-04 09:38:52 +00:00
Carsten Haitzler 8cf82ce92f make page 000 display firstpage theme element for wizard.
SVN revision: 70575
2012-05-01 11:33:19 +00:00
Carsten Haitzler 08d9edfa16 added simplified xkb layout selector into wizard. :)
SVN revision: 70570
2012-05-01 09:15:18 +00:00
Carsten Haitzler 977bb15275 merge 2 flag repos and update lang+flag lists in wizard and lang
chooser.



SVN revision: 70562
2012-05-01 04:19:28 +00:00
Carsten Haitzler 1517091652 add wiz page about update checks.
SVN revision: 67848
2012-02-11 10:45:32 +00:00
Carsten Haitzler b0100ffb75 actually full restart after wizard, not normal restart
SVN revision: 67846
2012-02-11 06:43:58 +00:00
Gustavo Sverzut Barbieri 4305b8e7fe e/docs: do bare documentation for e.
Just some groups and basic description for modules. I'm NOT going back
to this anytime soon, but would be VERY happy if people could do some
screenshots and put the images for each module in docs/img/ folder,
linking to them from each e_mod_main.h



SVN revision: 67362
2012-01-19 23:25:32 +00:00
Carsten Haitzler cdb864ed8e remove all traces of selecting engine in e17 - wont actuallly ever be
needed beyond compositor. :)



SVN revision: 66513
2011-12-26 06:24:59 +00:00
Iván Briano 7e6ac98f13 Fix the fix for the include path.
I won't spank fidencio because he will probably like it.

Thanks lzoubek for pointing this out


SVN revision: 65542
2011-11-23 19:56:35 +00:00
Fabiano Fidêncio 8b8f72d640 fix e17 compilation
spank! spank! spank, old man!


SVN revision: 65541
2011-11-23 18:13:14 +00:00
Gustavo Sverzut Barbieri 6ee505d059 e/wizard: fix e_dbus/connman need for #define.
SVN revision: 65198
2011-11-14 20:58:12 +00:00
Vincent Torri 2ebfbe9b9f E17: remove trailing white spaces (yes, I'm Mr Pedant-Man)
SVN revision: 64547
2011-10-31 07:20:53 +00:00
Vincent Torri 479fdad8ab E17: fix locale listing on OpenBSD
OpenBSD has very little support for locale. For the
wizard and config_intl modules, listing /usr/share/locale
should be sufficient. Other BSD OS might have better
locale support, so this patch is for OpenBSD only (for now)

Patch by Laurent Fanis <laurent@openbsd.org> via Jonathan Armani <armani@openbsd.org>


SVN revision: 64546
2011-10-31 07:19:36 +00:00
Mike Blumenkrantz 6e9ac4b369 warning--, typo--
SVN revision: 64108
2011-10-16 15:24:47 +00:00
Chidambar Zinnoury 7171f0a76f e: add british english to wizard-selectable languages, as it is in the basic languages list.
SVN revision: 63748
2011-10-02 13:20:27 +00:00
Samuel F. Baggen a8f972b7a9 minor typo fixed
SVN revision: 63377
2011-09-14 09:51:38 +00:00
Christopher Michael 56133e3457 E/Wizard: Add UNUSED
SVN revision: 63162
2011-09-04 17:06:53 +00:00
Christopher Michael 11fad23c03 E/Wizard: Add UNUSED
SVN revision: 63161
2011-09-04 17:06:02 +00:00
Christopher Michael 387881357e E/Wizard: Add UNUSED
SVN revision: 63160
2011-09-04 17:05:28 +00:00
Christopher Michael ab2c2f354c E/Wizard: Add UNUSED.
SVN revision: 63159
2011-09-04 17:04:58 +00:00
Christopher Michael ba8c1f1711 E/Wizard: Fix formatting. Add UNUSED where missing.
SVN revision: 63158
2011-09-04 17:04:03 +00:00
Rui Seabra 7161ecf1b8 Fix broken build.
SVN revision: 63086
2011-09-02 07:51:46 +00:00
Carsten Haitzler 3119ce015c dont stopr and del previous page data - wziard does it for us really :)
SVN revision: 63014
2011-08-31 00:05:44 +00:00
Carsten Haitzler 4e858087fd slightly nicer code flow.
SVN revision: 62621
2011-08-20 05:11:38 +00:00
Carsten Haitzler bc14c3e150 dont need buf anymore
SVN revision: 62614
2011-08-20 03:49:17 +00:00
Carsten Haitzler 4fbbcb8cf1 and make focus inherit profile setting and dont change revert focus
setting (leave per profile).



SVN revision: 62499
2011-08-16 11:26:02 +00:00
Carsten Haitzler 4908e22f3c check for damage, composite and 24/32bpp too.
SVN revision: 62479
2011-08-15 09:26:15 +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
Boris Faure 6048d46024 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Carsten Haitzler e848d61631 give right label to e def menu.
SVN revision: 59359
2011-05-13 05:26:56 +00:00
Carsten Haitzler 49bbbf6066 as discussed on the mailing list - e providexs enlightenment.menu now.
no one actually did this, so i did it finally.



SVN revision: 59337
2011-05-12 03:29:23 +00:00
Carsten Haitzler 2dd6734aa9 support menus to select in ~/.config/menus
SVN revision: 59336
2011-05-12 03:02:55 +00:00
Carsten Haitzler a8744bd1c5 more intel todo items
SVN revision: 58277
2011-04-02 14:21:22 +00:00
Massimo Maiurana ca72bdc928 updating german translations
SVN revision: 57698
2011-03-11 22:17:19 +00:00
Massimo Maiurana 359a85e93d updating various translations
SVN revision: 57225
2011-02-21 19:19:12 +00:00
Massimo Maiurana 308534cc44 updating russian translations
SVN revision: 57124
2011-02-17 12:15:59 +00:00
Mike Blumenkrantz 15468f69f6 fix include paths for all these makefiles to add $top_builddir/src/bin instead of $top_srcdir/src/lib
SVN revision: 55884
2011-01-05 17:50:05 +00:00
Massimo Maiurana 4a57615505 updating portuguese translations
SVN revision: 55041
2010-11-28 14:34:04 +00:00
Sebastian Dransfeld 3d1a299e06 Let efreet icon return const
We return a pointer to an internal cache, so no need to do strdup. I we
implement a cache, the pointer will be a return from a mmap'ed file, so
no need to do strdup.

A bit late to do an API break, but must be done.

SVN revision: 54372
2010-11-09 20:15:55 +00:00
Christopher Michael aaf6cebcb6 Add UNUSED where needed.
Remove whitespace.
Fix formatting, etc, etc.



SVN revision: 51413
2010-08-19 16:52:09 +00:00
Cedric BAIL 9617253990 * edje: fix count that lead to memleak.
SVN revision: 51047
2010-08-12 15:07:26 +00:00
Cedric BAIL 288403f62b * edje: fix for updated edje file format.
SVN revision: 51037
2010-08-12 13:26:09 +00:00
Cedric BAIL 068d07757f * edje: converting edje file to make them compatible with old and new
loader. I didn't expect so many of them, maybe some one can take care
	of reducing their number (0 would be a good target).


SVN revision: 50938
2010-08-09 18:05:22 +00:00
Lucas De Marchi 6638a10e20 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Cedric BAIL c6a118d738 * e: remove warning due to Ecore API change.
SVN revision: 49833
2010-06-24 16:19:12 +00:00
Hannes Janetzek a75535b50a dont install desktop for wizard. it's fucking to easy to kill ones profile with it -
just too easy to use multiple select and have it loaded by accident 


SVN revision: 49213
2010-05-26 20:12:03 +00:00
Sebastian Dransfeld 4e5640ae0f efreet_util_init gone
SVN revision: 47512
2010-03-27 19:58:21 +00:00
Sebastian Dransfeld 779ef9e24a Sync with efreet and some cleanup
SVN revision: 47478
2010-03-26 05:34:34 +00:00
Miculcy Brian b80eca5ad3 remove the now useless title
SVN revision: 47002
2010-03-08 16:09:21 +00:00
Sebastian Dransfeld 66b667f273 Use efreet_desktop_new where appropriate
efreet_desktop_get (will in time) setup a lot of stuff to monitor
changes. If we just use the results from efreet_desktop_get within one
function and then free, this is unneeded overhead. efreet_desktop_free
will more lightweight (but require a bit more mem alloc).

SVN revision: 46847
2010-03-03 22:10:55 +00:00
Carsten Haitzler e15c3cc2ed missing eapi's
SVN revision: 46575
2010-02-27 10:06:22 +00:00
Sebastian Dransfeld 02b6e4db39 Ecore_Str.h -> Eina
SVN revision: 45740
2010-01-30 22:11:11 +00:00
Sebastian Dransfeld a9bf975e7b export less
SVN revision: 45455
2010-01-22 20:28:39 +00:00
Sebastian Dransfeld 5109c0f8ea oops
SVN revision: 45365
2010-01-20 21:15:07 +00:00
Sebastian Dransfeld db6819ae2a Results from gettext aren't static
SVN revision: 45362
2010-01-20 19:49:39 +00:00
Sebastian Dransfeld af13c5a81f Desktop is localized
SVN revision: 45344
2010-01-19 21:11:50 +00:00
Sebastian Dransfeld f2c243f91e make clang happy
SVN revision: 45191
2010-01-15 19:36:00 +00:00
Massimo Maiurana 72f66136ae added greek translation
SVN revision: 44477
2009-12-15 11:44:56 +00:00
Christopher Michael 3598e6ca4a Fix some formatting & remove whitespace.
SVN revision: 43985
2009-11-25 18:55:15 +00:00
Christopher Michael 303ef9548e Patch from Tom <tom@stosb.com> to add comments about which page in the
wizard is responsible for what.



SVN revision: 43824
2009-11-20 16:12:16 +00:00
Hannes Janetzek a551323a28 e/src/modules:
- cast ints to pointer correctly
- remove unused variables
- #if 0 unusued code
- fix some function declarations for callbacks 


SVN revision: 42210
2009-09-03 16:32:48 +00:00
Christopher Michael 6ab63682dd Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.



SVN revision: 42152
2009-09-01 13:34:42 +00:00
Massimo Maiurana d96d336352 adding turkish translations for desktop files
SVN revision: 41232
2009-07-02 16:56:15 +00:00
Massimiliano Calamelli bdd744efc0 Syscon module
- allow to action buttons to be traslated when the language is changed

Settings panel
- fix compiler warnings
- allow categories and items to be translated when the language is changed
 


SVN revision: 40276
2009-04-21 20:45:38 +00:00
Massimiliano Calamelli da65aa613e Fix compiler warnings about attribute warn_unused_result
SVN revision: 40265
2009-04-21 09:55:54 +00:00
Gustavo Sverzut Barbieri 0e9abc31f3 fix distcheck on couple packages, problems with EXTRA_DIST
Do NOT include dirs in EXTRA_DIST (embryo, eet, ecore, evas, edje,
efreet) as it will include .svn directories!

EXTRA_DIST does not take a glob as ETK did, use $(wildcard glob) to
expand it.

And do not forget about adding extra files to EXTRA_DIST (wizard) and
DIST_SUBDIRS (fileman_opinfo).




SVN revision: 40247
2009-04-20 13:38:49 +00:00
Gustavo Sverzut Barbieri e0040cefb9 major cleanup of path creation to $DATADIR and $HOME/.e/e
This cleanup replaces snprintf() usage with specific calls, they have
the benefit of being cleaner (so easier to grep), typing less and also
marginal speed up compared to the other (specially concat_static),
although those are rarely used in critical paths.

I'm testing it for some time and seems to not break anything, but let
me know of any problem. If you can review the patch and try to spot
incorrect names, please do.




SVN revision: 40014
2009-04-13 14:56:38 +00:00
Carsten Haitzler 098cd6dbcd shoudl just use regular win.
SVN revision: 39976
2009-04-11 08:42:24 +00:00
Carsten Haitzler e5b8458c21 fix splash on xinerama!
SVN revision: 39457
2009-03-13 07:54:04 +00:00
Cedric BAIL c979b3f9d5 * e_widget_ilist_add now expect a stringshare.
SVN revision: 39447
2009-03-11 15:13:42 +00:00
Cedric BAIL 9316d6af91 * e: Remove some more evas data type user.
SVN revision: 39212
2009-02-25 17:05:46 +00:00