Carsten Haitzler
4a36706647
utf8 dict fixes/working code from florian
...
SVN revision: 38274
15 years ago
Carsten Haitzler
88e091d3ba
illume patches from peter
...
SVN revision: 38273
15 years ago
Aron Xu
0376bd2194
Revert this file to original version,it changed by mistake, sorry.
...
SVN revision: 38265
15 years ago
Massimo Maiurana
b200203c32
updating it.po files
...
SVN revision: 38264
15 years ago
Aron Xu
8bc6809f6c
Merged new pot files.
...
SVN revision: 38261
15 years ago
Cedric BAIL
c53a4bd423
Remove debug printf.
...
SVN revision: 38190
15 years ago
Cedric BAIL
5a75b84524
Calling e_object_del will make an attempt to remove object from actions
...
hash. So do it later.
SVN revision: 38189
15 years ago
Cedric BAIL
c15693083e
Remove __UNUSED__ as it doesn't make sense here.
...
SVN revision: 38188
15 years ago
Cedric BAIL
be8de8a554
Create the hash anyway as we are about to add something to it. This will remove
...
some warning about eina_hash_population on NULL hash.
SVN revision: 38187
15 years ago
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
15 years ago
Massimo Maiurana
e29866312c
updated cs.po
...
SVN revision: 38180
15 years ago
Cedric BAIL
ec0219e7db
Update ac_attribute macro and remove __UNUSED__ declaration from eina.
...
SVN revision: 38179
15 years ago
Sebastian Dransfeld
c4e9884e62
Adding missing Name entry in efreet_menu.
...
Add fix from Massimiliano Calamelli.
SVN revision: 38153
15 years ago
toma
b2dc9581c3
And add the images. Doh.
...
SVN revision: 38100
15 years ago
toma
9375493c3e
Opened up some more possibilities for window maipulation icons. In go the new Application icons. The application icon is now used for shellscripts in efm. Restructured the icon names so theyre all in the 1 place in file managers and in the .edc file.
...
SVN revision: 38099
15 years ago
Carsten Haitzler
580e7b68c9
avoid o_box being null by creating early.
...
SVN revision: 38081
15 years ago
toma
1f5f230345
More stuff todo.
...
SVN revision: 38075
15 years ago
Massimo Maiurana
a07fb85f8c
updated fr.po
...
SVN revision: 38063
15 years ago
Carsten Haitzler
c39847eb5e
fix double-manage of windows on start!
...
SVN revision: 38040
15 years ago
Gustavo Sverzut Barbieri
601a3527e4
Add myself to authors.
...
SVN revision: 38038
15 years ago
Davide Andreoli
696e9a7449
* Use the new Exchange Smart Object in the E17 theme dialog (if exchange is installed)
...
SVN revision: 38037
15 years ago
Gustavo Sverzut Barbieri
926522f7d6
missing file!
...
SVN revision: 38010
15 years ago
Gustavo Sverzut Barbieri
ebcb9f85a7
build infra improvements.
...
* configure.ac:
- require C99 compiler;
- disable F77 and CXX checks;
- per-binary (program) flags, reduce linkage;
- every module can be optionally compiled;
* src/bin:
- Makefile.am: per-binary libs, reduce linkage;
- just add LIBS to LDADD and LIBADD, not LDFLAGS!
- e_sys_main.c: rewrite using proper eina, avoid linking with evas.
* src/modules:
- just add LIBS to LDADD and LIBADD, not LDFLAGS!
- every module can be optionally compiled;
SVN revision: 38009
15 years ago
Carsten Haitzler
81c91f034a
char is used for numeric values... thus should be explicitly signed!
...
SVN revision: 37991
15 years ago
Mike Frysinger
76456f4804
add --enable-pam flag to control PAM support
...
SVN revision: 37990
15 years ago
Massimo Maiurana
7ee7e05ec8
updating italian translations
...
SVN revision: 37989
15 years ago
Massimo Maiurana
6e823e01a7
updating various el.po files
...
SVN revision: 37987
15 years ago
Gustavo Sverzut Barbieri
662b7d26c0
optional link with exchange library.
...
doing this for DaveMDS, exchange is under PROTO/exchange for those
that don't know.
SVN revision: 37985
15 years ago
Gustavo Sverzut Barbieri
a1fe746d69
grrrrrr... it's alias, not name!
...
TUT TUT TUT, naughty commiter, please test before doing it!
SVN revision: 37984
15 years ago
Gustavo Sverzut Barbieri
1d214683a9
e_fm2: view mode is back!
...
As I suspected it was not error on my code. At the end it was just a
missing theme.
For now I just aliased default to desktop, but I guess it's better to
come with something else transparent so we can see our
wallpaper. Themers?!
PS: for Illume I think it makes sense to have that menu, but for
desktop it does not, maybe we should add more flags to turn off just
view mode selection and keep icon size? Or just turn off lists... or
just let the user choose, there are many strange users out there, one
might like it.
SVN revision: 37983
15 years ago
Massimo Maiurana
20f6eeb1d2
adding greek to avalaible locales
...
SVN revision: 37981
15 years ago
Massimo Maiurana
813caaac7b
updating it.po
...
SVN revision: 37980
15 years ago
Carsten Haitzler
e71b7961a2
fix illume theme gadget no-mouse-events.
...
SVN revision: 37973
15 years ago
Davide Andreoli
b7d56f25d5
debug --
...
SVN revision: 37968
15 years ago
Davide Andreoli
4d0ab85898
Handle better the change of orientation of gadgets... not yet optimal
...
SVN revision: 37967
15 years ago
toma
38c786d897
Fade the hilight on the toolbar to stop washing out the icons. NEW application icon... Feedback plz. Will make the needed variants when its accepted and loved by all.
...
SVN revision: 37939
15 years ago
Carsten Haitzler
617e8fddcc
default has idle cursor off - dont need in wizard.
...
SVN revision: 37929
15 years ago
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
15 years ago
Viktor Kojouharov
c35a5edffd
one too many breaks
...
SVN revision: 37917
15 years ago
Massimo Maiurana
308815b843
updating and adding czech language support for apps and modules.
...
also adding el to configure.ac in ephoto, which it wasn't.
SVN revision: 37916
15 years ago
toma
c12cae950b
Window focus update. Scale icon dropped in. Remove exit icon cause its gross. Reorder some icons in edc and also remove soem TODO stuff. Also, new virtualdesktops icon.
...
SVN revision: 37908
15 years ago
Massimo Maiurana
99436f4628
updated fr.po
...
SVN revision: 37905
15 years ago
toma
30639dc459
Some window icons. Will apply to all the module .edj files if theyre ok. Feedback welcome.
...
SVN revision: 37901
15 years ago
Carsten Haitzler
99be358466
mark it with a comment
...
SVN revision: 37900
15 years ago
Carsten Haitzler
c42fa8aa76
unfortunately disable.. breaks! need to find exactly why and fix though...
...
SVN revision: 37897
15 years ago
Massimo Maiurana
d01201e4f5
bad maxerba! I guess only italians want to read comments in italian :)
...
SVN revision: 37886
15 years ago
Gustavo Sverzut Barbieri
4ee50ae10c
Dynamic change of icon size in EFM.
...
Still not persistent.
SVN revision: 37875
15 years ago
Gustavo Sverzut Barbieri
ff06c79462
Enable changing view mode for a single directory.
...
So far no icon size changes, just mode between Grid Icons, Custom
Icons and List, one can choose to go back to default (global) setting.
TODO:
- select icon size when !list
- save state using e_fm_custom
- child directory should inherit parent settings
SVN revision: 37873
15 years ago
Massimo Maiurana
93cc569026
fixed some errors
...
SVN revision: 37872
15 years ago
Massimo Maiurana
efd2808cbb
updated cs.po
...
SVN revision: 37871
15 years ago