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
11 years ago
Leif Middelschulte
cbf14cf105
Unset variables that were deleted.Safety++
...
SVN revision: 66441
11 years ago
Leif Middelschulte
91cb43b37f
Actually remove items from list.
...
SVN revision: 66403
11 years ago
Mike Blumenkrantz
fb59344571
this was useless and nonsensical, so I rewrote it to be even more nonsensical in the hopes that someone who knows what it was supposed to do will see it and fix it
...
SVN revision: 64894
12 years ago
Boris Faure
6048d46024
remove .cvsignore files
...
SVN revision: 60246
12 years ago
Carsten Haitzler
d705653ead
e17 gets itself the ability to set environment variables (for itself..
...
and anything thats a child that it launches) with... a GUI.. for all
the people who go "so.. how can i set an environment variable"... ie
peopl who dont know how to customis bashrc's or write xinitrc's and
use them etc.. which these days is a LOT of people... :(
note - it's advanced for people with advanced needs, thus its not the
most friendly dialog.. but it works. :)
SVN revision: 59369
12 years ago
Massimo Maiurana
308534cc44
updating russian translations
...
SVN revision: 57124
12 years ago
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
12 years ago
Massimo Maiurana
851015e654
updating various translations
...
SVN revision: 55850
12 years ago
Massimo Maiurana
c6dc9ab855
updating portuguese translations
...
SVN revision: 54950
13 years ago
Miculcy Brian
954c093b82
Yes, settings, we now that already...
...
SVN revision: 53634
13 years ago
Miculcy Brian
abee1825dd
Apply new module categories.
...
SVN revision: 53600
13 years ago
Christopher Michael
3e34e7e2e1
Add UNUSED.
...
Fix formatting.
SVN revision: 51440
13 years ago
Cedric BAIL
9617253990
* edje: fix count that lead to memleak.
...
SVN revision: 51047
13 years ago
Cedric BAIL
288403f62b
* edje: fix for updated edje file format.
...
SVN revision: 51037
13 years ago
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
13 years ago
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
13 years ago
Miculcy Brian
b80eca5ad3
remove the now useless title
...
SVN revision: 47002
13 years ago
Sebastian Dransfeld
a9bf975e7b
export less
...
SVN revision: 45455
13 years ago
Christopher Michael
ff96a40305
Fix all this config window class mess once and for all. Now using the config
...
registry path for window class correctly in that when the module(s) shut
down, the will kill the dialogs.
SVN revision: 44191
13 years ago
Christopher Michael
61ca8ae5f5
Fix more of this config dialog window class mess
...
SVN revision: 44162
14 years ago
Hannes Janetzek
91211ef9c4
reopen fileman and dialog windows after restart of e.
...
- modules using e_configure_registry_add must be modified to
use registry path as window class for this to work
- fileman now uses e_remember to remember position instead of
handling it separately
- added option to window remember for remembering dialogs and
fileman windows automatically
SVN revision: 42607
14 years ago
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
14 years ago
Massimo Maiurana
d96d336352
adding turkish translations for desktop files
...
SVN revision: 41232
14 years ago
Andreas Volz
df07dc5807
the ilist was to small
...
SVN revision: 40116
14 years ago
Davide Andreoli
eb2d1db1dc
Icon rename finished. Now we have a fully compliant icon theme :)
...
now I'm going to fix E-MODULE-EXTRA...
SVN revision: 39495
14 years ago
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
14 years ago
Massimo Maiurana
d6e765033d
french translations for desktop files
...
SVN revision: 38943
14 years ago
Daniel Kolesa
e9fb962a08
added Czech translations to trunk/e/src/modules/*/module.desktop.in
...
SVN revision: 38450
14 years ago
Carsten Haitzler
b273fe10db
use settings insetad of configuration. shorter.
...
SVN revision: 37742
15 years ago
Carsten Haitzler
307d52edfd
major changes!!!
...
init splash now merged with theme - default theme has both. saves space on
disk and just in the end is cleaner. can still select spash separately - but
now themes should provide splashes. you can have just splash files in the
theme dir - but won't be much good for full themes.
default theme now is b&w - all moved over and building. it's now default.
default splash is just default theme etc. etc.
this may cause some problems - so i'd just check your settigns and maybe
re-selct your init splash as it may not exist anymore or be found and thus a
blank splash until u fix it in config.
hmm... there is a bug thoug - i think fileman related. will check. missing
something in theme.
SVN revision: 37006
15 years ago
Cedric BAIL
1087de2397
Remove Evas list and replace them with Eina list.
...
No change for ->next and ->data access right now, as the patch is already
big enough.
SVN revision: 36962
15 years ago
Chidambar Zinnoury
d3d14662d2
And finally recompile all e modules' edje files.
...
SVN revision: 36696
15 years ago
Cedric BAIL
3d6749983b
Switch to eina_stringshare.
...
This could also change the usage of string share in E17.
SVN revision: 36679
15 years ago
Cedric BAIL
9e02df4fef
Correctly include eina and fix pkg-config description.
...
SVN revision: 36667
15 years ago
Cedric BAIL
d2f7e4da0d
Make e depend on eina. No change in the code yet, so just fix your build system and no bug must show up.
...
SVN revision: 36627
15 years ago
toma
74bea17d1d
Textblock in. Revised the use of textblock tags and fixed up all the modules to use it more correctly. This style may need to be repeated across all the E-MODULES-EXTRA modules for unification of styles. The altered .desktop files still look perfectly fine on BlingBling and a few other themes Ive tested it with. The textblock style itself could probably do with a little tweaking.
...
SVN revision: 35776
15 years ago
Massimo Maiurana
ee431269a7
hu translations for desktop files
...
SVN revision: 34408
15 years ago
Massimo Maiurana
b5260fd925
updated module.desktop.in files with eo localization.
...
SVN revision: 33868
15 years ago
Christopher Michael
841a1e7971
Fix up module descriptions for new width of description box.
...
SVN revision: 33306
15 years ago
Eric Schuele
552cd506a5
Update many desktop files with some translations. Courtesy of tokyo.
...
SVN revision: 33009
16 years ago
Christopher Michael
df97016321
Much better resizing on the Paths dialog.
...
Some formatting fixes.
SVN revision: 32987
16 years ago
Christopher Michael
8d27d4c6a5
Add module type to .desktop files.
...
SVN revision: 32286
16 years ago
Carsten Haitzler
2405363f94
errrr. commit? did the last one work?
...
16 years ago
Massimo Maiurana
81440c9066
translated strings in italian for modules' .desktop files.
...
SVN revision: 31794
16 years ago
Eric Schuele
b6ba5eac3e
Add comments to the last remaining internal dialog modules.
...
SVN revision: 31567
16 years ago
Carsten Haitzler
9bdd051457
add delayed module loading in idle time. moduels can register if they
...
16 years ago
Christopher Michael
c6451d8c56
Change icon for Search Directories module.
...
SVN revision: 31082
16 years ago
Carsten Haitzler
a220489b4e
and the last of the config panel dialogs gets modularised - mroe config
...
16 years ago