platform/upstream/enlightenment.git
18 years ago- modularize e_fm_file thumb determination scheme
codewarrior [Sat, 22 Oct 2005 17:02:37 +0000 (17:02 +0000)]
- modularize e_fm_file thumb determination scheme
- add thumb functions for:
  * e17 themes (thanks Chady)
  * e17 bg files
  * eap
  * jpg/png
- add scrolling support (must be calculated, currently is absolute)

SVN revision: 17776

18 years ago- Add the ability for e_intl to shutdown the im exe during shutdown
stffrdhrn [Sat, 22 Oct 2005 05:35:25 +0000 (05:35 +0000)]
- Add the ability for e_intl to shutdown the im exe during shutdown
- Also shutdown the old exe when switching IM's
- In e_main.c I have moved e_intl shutdown to before e_main_shutdown
  this is because e_intl needs to clean up its ecore stuff before ecore
  does it, maybe this is incorrect, let me know

SVN revision: 17757

18 years ago- cleanup
codewarrior [Sat, 22 Oct 2005 02:11:51 +0000 (02:11 +0000)]
- cleanup

SVN revision: 17754

18 years ago- add basic right-click properties dialog for files
codewarrior [Sat, 22 Oct 2005 02:07:39 +0000 (02:07 +0000)]
- add basic right-click properties dialog for files
- cleanups

SVN revision: 17753

18 years ago- fix restart bug
codewarrior [Fri, 21 Oct 2005 12:24:57 +0000 (12:24 +0000)]
- fix restart bug
- disable monitor, it was causing the bug, need to look into it

SVN revision: 17736

18 years ago- fix eap thumbnailing
codewarrior [Fri, 21 Oct 2005 09:52:46 +0000 (09:52 +0000)]
- fix eap thumbnailing

SVN revision: 17730

18 years agoif image fails to load - give up.
Carsten Haitzler [Fri, 21 Oct 2005 09:25:23 +0000 (09:25 +0000)]
if image fails to load - give up.

SVN revision: 17729

18 years agoda.po updates :)
Carsten Haitzler [Fri, 21 Oct 2005 07:37:08 +0000 (07:37 +0000)]
da.po updates :)

SVN revision: 17728

18 years agopl update
Carsten Haitzler [Fri, 21 Oct 2005 07:27:33 +0000 (07:27 +0000)]
pl update

SVN revision: 17727

18 years agosome TODO preening
Carsten Haitzler [Fri, 21 Oct 2005 04:44:35 +0000 (04:44 +0000)]
some TODO preening

SVN revision: 17723

18 years agoclose the eet
Carsten Haitzler [Fri, 21 Oct 2005 03:35:14 +0000 (03:35 +0000)]
close the eet

SVN revision: 17719

18 years agoreset signal handlers for child
Carsten Haitzler [Fri, 21 Oct 2005 03:00:08 +0000 (03:00 +0000)]
reset signal handlers for child

SVN revision: 17718

18 years agoharmless menu re-ordering
Carsten Haitzler [Fri, 21 Oct 2005 02:38:55 +0000 (02:38 +0000)]
harmless menu re-ordering

SVN revision: 17717

18 years ago- fix multiselect using rubberband
codewarrior [Thu, 20 Oct 2005 22:29:57 +0000 (22:29 +0000)]
- fix multiselect using rubberband

SVN revision: 17713

18 years agogenerate thumbs vaguely efficiently withotu eating up all ram and generating
Carsten Haitzler [Thu, 20 Oct 2005 15:07:45 +0000 (15:07 +0000)]
generate thumbs vaguely efficiently withotu eating up all ram and generating
billions of processes :)

SVN revision: 17708

18 years ago- added e_fileman_icon
codewarrior [Thu, 20 Oct 2005 13:08:51 +0000 (13:08 +0000)]
- added e_fileman_icon
- added e_fileman_file
- fixed scrolling
- fixed several bugs / segvs
- disabled some features: xdnd, menu operations

SVN revision: 17706

18 years agoremember stuff is now... a... DIALOG too :)
Carsten Haitzler [Thu, 20 Oct 2005 12:49:47 +0000 (12:49 +0000)]
remember stuff is now... a... DIALOG too :)

SVN revision: 17705

18 years ago- Try to keep track of the input method exe
stffrdhrn [Thu, 20 Oct 2005 00:12:07 +0000 (00:12 +0000)]
- Try to keep track of the input method exe
- Add error message if input method exe fails to launch

SVN revision: 17691

18 years ago- Change language_pack name to input_method_config, Language pack is going to
stffrdhrn [Wed, 19 Oct 2005 23:34:17 +0000 (23:34 +0000)]
- Change language_pack name to input_method_config, Language pack is going to
  be somthing else
- Fix Some memory problems in e_intl
- Add methods for reading and writing the configuration from an Eet
- Add a program used for creating and editing the input method config

SVN revision: 17690

18 years ago*** empty log message ***
maiurana [Wed, 19 Oct 2005 17:21:42 +0000 (17:21 +0000)]
*** empty log message ***

SVN revision: 17686

18 years ago- fix ui hang problem (freeze / thaw)
codewarrior [Wed, 19 Oct 2005 15:41:23 +0000 (15:41 +0000)]
- fix ui hang problem (freeze / thaw)

SVN revision: 17684

18 years ago- fix scrolling
codewarrior [Wed, 19 Oct 2005 15:04:19 +0000 (15:04 +0000)]
- fix scrolling
- fix some segvs

SVN revision: 17683

18 years ago- move init / shutdown calls to their proper locations
codewarrior [Wed, 19 Oct 2005 12:17:42 +0000 (12:17 +0000)]
- move init / shutdown calls to their proper locations
- disable _e_fileman_reconf_cb for now as its looping infinitely

SVN revision: 17680

18 years ago- make events use ecore_event system
codewarrior [Wed, 19 Oct 2005 11:37:30 +0000 (11:37 +0000)]
- make events use ecore_event system
- fix layout so that it draws based on a fixed width or fixed height
- add e_fm_init and e_fm_shutdown (should be moved to E's init and shutdown)

SVN revision: 17679

18 years agoadded some object checking - i think we should make sure this object checking
Carsten Haitzler [Wed, 19 Oct 2005 09:31:35 +0000 (09:31 +0000)]
added some object checking - i think we should make sure this object checking
is everywhere - if we can. anyone wondering about someothnig to do.. add in
the object check macros for any struct thats is an object :)

SVN revision: 17678

18 years ago- add e_thumb, rip code from efm into its own file, can thumbnail images and eaps...
codewarrior [Tue, 18 Oct 2005 23:03:36 +0000 (23:03 +0000)]
- add e_thumb, rip code from efm into its own file, can thumbnail images and eaps for now and stores to eet.
- remove all thumb code from efm and use e_thumb
- fixme: first time startup bug for efm is still there (if the thumbnailer hasnt been used, still debugging )

SVN revision: 17668

18 years ago- start new config dialog infrastructure
codewarrior [Tue, 18 Oct 2005 16:14:45 +0000 (16:14 +0000)]
- start new config dialog infrastructure
- allow eap's to be thumbnailed
- double click execs eap
- namespace change

SVN revision: 17659

18 years agoWindow Lock added
troback [Tue, 18 Oct 2005 10:13:16 +0000 (10:13 +0000)]
Window Lock added

SVN revision: 17652

18 years agofix -profile-del
jcwong [Tue, 18 Oct 2005 05:44:38 +0000 (05:44 +0000)]
fix -profile-del

SVN revision: 17647

18 years agonormal update
maiurana [Mon, 17 Oct 2005 16:54:08 +0000 (16:54 +0000)]
normal update

SVN revision: 17639

18 years agoclean up lock ptr on obj del :)
Carsten Haitzler [Mon, 17 Oct 2005 14:33:57 +0000 (14:33 +0000)]
clean up lock ptr on obj del :)

SVN revision: 17630

18 years agoand actually delete the locks dialog if the window is deleted.
Carsten Haitzler [Mon, 17 Oct 2005 12:01:33 +0000 (12:01 +0000)]
and actually delete the locks dialog if the window is deleted.

SVN revision: 17629

18 years agolocks have been dialogified :)
Carsten Haitzler [Mon, 17 Oct 2005 11:51:46 +0000 (11:51 +0000)]
locks have been dialogified :)

SVN revision: 17628

18 years agoNormal update
troback [Mon, 17 Oct 2005 08:39:28 +0000 (08:39 +0000)]
Normal update

SVN revision: 17625

18 years agolittle german update
vandango [Mon, 17 Oct 2005 07:10:59 +0000 (07:10 +0000)]
little german update

SVN revision: 17624

18 years ago- translation support for efm. (thanks Massimo Maiurana <maiurana@gmail.com>)
codewarrior [Sun, 16 Oct 2005 20:09:40 +0000 (20:09 +0000)]
- translation support for efm. (thanks Massimo Maiurana <maiurana@gmail.com>)

SVN revision: 17616

18 years agoupdate
Emfox Zhou [Sun, 16 Oct 2005 17:19:42 +0000 (17:19 +0000)]
update

SVN revision: 17614

18 years agoprintf--
codewarrior [Sun, 16 Oct 2005 14:08:29 +0000 (14:08 +0000)]
printf--

SVN revision: 17610

18 years agoEfm can add mime type icons (based on extentions so far) if they are simple
codewarrior [Sun, 16 Oct 2005 14:02:15 +0000 (14:02 +0000)]
Efm can add mime type icons (based on extentions so far) if they are simple
added to the theme.

SVN revision: 17609

18 years agofine-tune layout
Carsten Haitzler [Sun, 16 Oct 2005 12:24:31 +0000 (12:24 +0000)]
fine-tune layout

SVN revision: 17605

18 years agofine-tune layout
Carsten Haitzler [Sun, 16 Oct 2005 12:24:30 +0000 (12:24 +0000)]
fine-tune layout

SVN revision: 17604

18 years agoconfig dialogs now can enable/disable widgets and dialog buttons. ok and
Carsten Haitzler [Sun, 16 Oct 2005 07:32:12 +0000 (07:32 +0000)]
config dialogs now can enable/disable widgets and dialog buttons. ok and
apply are disabeld until a change is made - then they get enabled until u
apply (or ok) then they disable again until u change things again etc.

SVN revision: 17598

18 years agoconfig dialogs now can enable/disable widgets and dialog buttons. ok and
Carsten Haitzler [Sun, 16 Oct 2005 07:32:11 +0000 (07:32 +0000)]
config dialogs now can enable/disable widgets and dialog buttons. ok and
apply are disabeld until a change is made - then they get enabled until u
apply (or ok) then they disable again until u change things again etc.

SVN revision: 17597

18 years agosome widget work... and maybe a fix for disappearing windows?
Carsten Haitzler [Sun, 16 Oct 2005 05:59:18 +0000 (05:59 +0000)]
some widget work... and maybe a fix for disappearing windows?

SVN revision: 17596

18 years agofix shade remember
Carsten Haitzler [Sun, 16 Oct 2005 04:25:57 +0000 (04:25 +0000)]
fix shade remember

SVN revision: 17591

18 years agofr updates from maxime
Carsten Haitzler [Sun, 16 Oct 2005 03:28:28 +0000 (03:28 +0000)]
fr updates from maxime

SVN revision: 17590

18 years agoSome fixmes, that was not very tough
stffrdhrn [Sun, 16 Oct 2005 02:51:16 +0000 (02:51 +0000)]
Some fixmes, that was not very tough

SVN revision: 17589

18 years agofix memory problem with input_method listing
stffrdhrn [Sun, 16 Oct 2005 02:40:13 +0000 (02:40 +0000)]
fix memory problem with input_method listing

SVN revision: 17588

18 years agoadd arrow image to EXTRA_DIST
quan74 [Sun, 16 Oct 2005 02:34:55 +0000 (02:34 +0000)]
add arrow image to EXTRA_DIST

SVN revision: 17587

18 years agomaxime's patch :) merci beucoup! :)
Carsten Haitzler [Sat, 15 Oct 2005 11:04:58 +0000 (11:04 +0000)]
maxime's patch :) merci beucoup! :)

SVN revision: 17576

18 years agoshorne's intl work! :)
Carsten Haitzler [Sat, 15 Oct 2005 10:49:54 +0000 (10:49 +0000)]
shorne's intl work! :)

SVN revision: 17575

18 years agoa bug i noticed
Carsten Haitzler [Sat, 15 Oct 2005 10:38:24 +0000 (10:38 +0000)]
a bug i noticed

SVN revision: 17574

18 years agolable display options for eaps in menus from ilLogict - modified to be
Carsten Haitzler [Sat, 15 Oct 2005 10:02:29 +0000 (10:02 +0000)]
lable display options for eaps in menus from ilLogict - modified to be
simpler though

SVN revision: 17572

18 years agoes.po updates
Carsten Haitzler [Sat, 15 Oct 2005 09:00:12 +0000 (09:00 +0000)]
es.po updates

SVN revision: 17569

18 years agoru patches update
Carsten Haitzler [Sat, 15 Oct 2005 08:58:03 +0000 (08:58 +0000)]
ru patches update

SVN revision: 17568

18 years agoinclude fix
Carsten Haitzler [Sat, 15 Oct 2005 08:48:43 +0000 (08:48 +0000)]
include fix

SVN revision: 17566

18 years agomake rememebr a bit more paranoid
Carsten Haitzler [Sat, 15 Oct 2005 08:46:36 +0000 (08:46 +0000)]
make rememebr a bit more paranoid

SVN revision: 17565

18 years agonorwegan!
Carsten Haitzler [Sat, 15 Oct 2005 05:50:16 +0000 (05:50 +0000)]
norwegan!

SVN revision: 17563

18 years agoremove old test - not usable anymroe and add icons to advanced/basic buttons
Carsten Haitzler [Sat, 15 Oct 2005 05:38:27 +0000 (05:38 +0000)]
remove old test - not usable anymroe and add icons to advanced/basic buttons

SVN revision: 17561

18 years agoallwo dialog icon to be set too in conf dialogs
Carsten Haitzler [Sat, 15 Oct 2005 03:09:46 +0000 (03:09 +0000)]
allwo dialog icon to be set too in conf dialogs

SVN revision: 17555

18 years agono need for those
codewarrior [Sat, 15 Oct 2005 00:48:27 +0000 (00:48 +0000)]
no need for those

SVN revision: 17553

18 years agotemp fix until the revamp is ready for cvs
codewarrior [Sat, 15 Oct 2005 00:47:19 +0000 (00:47 +0000)]
temp fix until the revamp is ready for cvs

SVN revision: 17552

18 years agoFix dependencies
shadoi [Fri, 14 Oct 2005 23:32:04 +0000 (23:32 +0000)]
Fix dependencies

SVN revision: 17551

18 years agoRemove unused variables.
sebastid [Fri, 14 Oct 2005 19:20:25 +0000 (19:20 +0000)]
Remove unused variables.

SVN revision: 17548

18 years agoAdd missing return
sebastid [Fri, 14 Oct 2005 19:19:37 +0000 (19:19 +0000)]
Add missing return

SVN revision: 17547

18 years agoplace icons according to virtual w / h
codewarrior [Fri, 14 Oct 2005 13:04:03 +0000 (13:04 +0000)]
place icons according to virtual w / h

SVN revision: 17541

18 years agowhitespace + indent
sebastid [Fri, 14 Oct 2005 12:11:38 +0000 (12:11 +0000)]
whitespace + indent

SVN revision: 17540

18 years agomouse events.
codewarrior [Fri, 14 Oct 2005 12:02:52 +0000 (12:02 +0000)]
mouse events.

SVN revision: 17539

18 years ago*** NOTE NOTE NOTE NOTE NOTE ***
codewarrior [Fri, 14 Oct 2005 11:55:49 +0000 (11:55 +0000)]
*** NOTE NOTE NOTE NOTE NOTE ***
***  THIS UPDATE BREAKS EFM  ***
*** NOTE NOTE NOTE NOTE NOTE ***

I commited this because the scrolling code is in place and I wanted Seb to
try to help me find a bug.

SVN revision: 17538

18 years ago- add ability to freeze / thaw clip so we can scroll without moving it with us
codewarrior [Fri, 14 Oct 2005 11:51:30 +0000 (11:51 +0000)]
- add ability to freeze / thaw clip so we can scroll without moving it with us

SVN revision: 17537

18 years agoindent + whitespace
sebastid [Fri, 14 Oct 2005 11:51:17 +0000 (11:51 +0000)]
indent + whitespace

SVN revision: 17536

18 years ago- added e_icon_layout which will layout icons and manage them after moves / resises ...
codewarrior [Fri, 14 Oct 2005 11:18:00 +0000 (11:18 +0000)]
- added e_icon_layout which will layout icons and manage them after moves / resises ...

SVN revision: 17535

18 years ago48x48 icons maybe nicer?
Carsten Haitzler [Fri, 14 Oct 2005 10:00:59 +0000 (10:00 +0000)]
48x48 icons maybe nicer?

SVN revision: 17534

18 years agorealised we need to approve if the dialog will close on an ok - as there may
Carsten Haitzler [Fri, 14 Oct 2005 09:48:13 +0000 (09:48 +0000)]
realised we need to approve if the dialog will close on an ok - as there may
be an error and we need to complain to the user. add some comments too.

SVN revision: 17533

18 years agoaddressing some cfdialog issues
Carsten Haitzler [Fri, 14 Oct 2005 08:34:12 +0000 (08:34 +0000)]
addressing some cfdialog issues

SVN revision: 17532

18 years agofix loop - also some comments on dialog thing. its nto good yet.
Carsten Haitzler [Fri, 14 Oct 2005 04:18:01 +0000 (04:18 +0000)]
fix loop - also some comments on dialog thing. its nto good yet.

SVN revision: 17529

18 years agoless overly zealous spacing...
Carsten Haitzler [Fri, 14 Oct 2005 01:10:50 +0000 (01:10 +0000)]
less overly zealous spacing...

SVN revision: 17526

18 years agolittle german update
vandango [Fri, 14 Oct 2005 00:20:11 +0000 (00:20 +0000)]
little german update

SVN revision: 17525

18 years agolittle translation update
vandango [Fri, 14 Oct 2005 00:19:49 +0000 (00:19 +0000)]
little translation update

SVN revision: 17524

18 years agolittle german update
vandango [Thu, 13 Oct 2005 23:38:54 +0000 (23:38 +0000)]
little german update

SVN revision: 17523

18 years agonormal update
maiurana [Thu, 13 Oct 2005 18:58:34 +0000 (18:58 +0000)]
normal update

SVN revision: 17515

18 years agodefault sloppy
Carsten Haitzler [Thu, 13 Oct 2005 15:18:42 +0000 (15:18 +0000)]
default sloppy

SVN revision: 17512

18 years agofirst gui config dialog... quickly snuck into the menu - shoudl go in panel
Carsten Haitzler [Thu, 13 Oct 2005 15:15:27 +0000 (15:15 +0000)]
first gui config dialog... quickly snuck into the menu - shoudl go in panel
tho....

SVN revision: 17511

18 years agoNormal update.
troback [Thu, 13 Oct 2005 12:46:33 +0000 (12:46 +0000)]
Normal update.

SVN revision: 17509

18 years agoa plain table widget too
Carsten Haitzler [Thu, 13 Oct 2005 09:06:15 +0000 (09:06 +0000)]
a plain table widget too

SVN revision: 17508

18 years ago- Fix broken shadow on icons
codewarrior [Thu, 13 Oct 2005 08:41:13 +0000 (08:41 +0000)]
- Fix broken shadow on icons
- Remove less portable fields.

SVN revision: 17506

18 years agotable works with multi spanning columns/rows (nasty bit of code that!) and
Carsten Haitzler [Thu, 13 Oct 2005 06:59:20 +0000 (06:59 +0000)]
table works with multi spanning columns/rows (nasty bit of code that!) and
with non-homogenous tables... (nasty bit of code - that!) :)

SVN revision: 17505

18 years agoMore make dist additions
shadoi [Thu, 13 Oct 2005 05:36:04 +0000 (05:36 +0000)]
More make dist additions

SVN revision: 17500

18 years agoNeeded for make dist
shadoi [Thu, 13 Oct 2005 05:24:01 +0000 (05:24 +0000)]
Needed for make dist

SVN revision: 17499

18 years agoAdd default_label.edc so make dist works again
shadoi [Thu, 13 Oct 2005 05:17:55 +0000 (05:17 +0000)]
Add default_label.edc so make dist works again

SVN revision: 17498

18 years agoUhh... yeah, forgot one insignificant little file.
shadoi [Thu, 13 Oct 2005 05:08:19 +0000 (05:08 +0000)]
Uhh... yeah, forgot one insignificant little file.

SVN revision: 17497

18 years agopatch for ibar dnd of a non eap.. from... poku-chan! (man that name just
Carsten Haitzler [Thu, 13 Oct 2005 02:43:16 +0000 (02:43 +0000)]
patch for ibar dnd of a non eap.. from... poku-chan! (man that name just
lends itself to japanification) :)
thanks man! :)

SVN revision: 17492

18 years ago - Autogenerate the debian changelog
shadoi [Thu, 13 Oct 2005 02:16:01 +0000 (02:16 +0000)]
 - Autogenerate the debian changelog
 - Add basic docs to the package
 - Ignore generated stuff in debian/

SVN revision: 17485

18 years agoadd bg shadow to efm and remove hscrollbar
codewarrior [Thu, 13 Oct 2005 00:52:02 +0000 (00:52 +0000)]
add bg shadow to efm and remove hscrollbar

SVN revision: 17479

18 years agooops disable test... and add comments
Carsten Haitzler [Thu, 13 Oct 2005 00:47:07 +0000 (00:47 +0000)]
oops disable test... and add comments

SVN revision: 17478

18 years agotable widget wrapper - NOTE - NON-homogenous tables do NOT work. :) need to
Carsten Haitzler [Thu, 13 Oct 2005 00:41:09 +0000 (00:41 +0000)]
table widget wrapper - NOTE - NON-homogenous tables do NOT work. :) need to
fix that :)

SVN revision: 17477

18 years agoremove pointless [] around if tests and make sure we quote properly for -z tests
Mike Frysinger [Wed, 12 Oct 2005 23:22:34 +0000 (23:22 +0000)]
remove pointless [] around if tests and make sure we quote properly for -z tests

SVN revision: 17472

18 years agoactually focus focusable widgets. label can be much simpler
Carsten Haitzler [Wed, 12 Oct 2005 23:00:45 +0000 (23:00 +0000)]
actually focus focusable widgets. label can be much simpler

SVN revision: 17470

18 years agoadd a tiny shadow
codewarrior [Wed, 12 Oct 2005 22:26:18 +0000 (22:26 +0000)]
add a tiny shadow

SVN revision: 17469

18 years ago- Add label widget (futur work: ability to tie its focus to another widget)
codewarrior [Wed, 12 Oct 2005 22:21:50 +0000 (22:21 +0000)]
- Add label widget (futur work: ability to tie its focus to another widget)
- Redo properties dialog in EFM to show more info and file permissions.
  (needs more work so it can do and apply things, and load permissions)

SVN revision: 17468